@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://use.fontawesome.com/releases/v5.6.1/css/all.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-style: normal
}
*::before, *::after {
  display: inline-block
}
@font-face {
  font-family: 'number';
  src: url("../font/number.woff") format("woff"), url("../font/number.ttf") format("truetype")
}
@font-face {
  font-family: 'title';
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%
}
body, form input, select, textarea {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  background: #372814;
  font-size: 1.6rem;
}
main {
  display: block
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  display: block
}
a {
  color: inherit;
  display: block;
  text-decoration: none;
  transition: all 0.5s
}
a:hover {
  text-decoration: none
}
a img {
  transition: 0.5s
}
a img:hover {
  opacity: .8
}
img.img_up, a img.img_up_shadow {
  transition-duration: .5s
}
a img.img_up:hover {
  transform: translateY(-10px)
}
a img.img_up_shadow:hover {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  transform: translateY(-10px)
}
a img.img_up:hover, a img.img_up_shadow:hover {
  opacity: 1
}
ul, ol {
  list-style-type: none
}
table {
  width: 100%;
  border-collapse: collapse
}
input[type="submit"] {
  cursor: pointer
}
textarea {
  resize: none
}
.clear {
  clear: both;
  float: none !important
}
.clearfix::after {
  content: '';
  clear: both;
  display: block
}
.ofh {
  overflow: hidden
}
.fl {
  float: left
}
.fr {
  float: right
}
.fs0 {
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0
}
.dib {
  display: inline-block;
  vertical-align: top
}
.df {
  display: flex;
  flex-wrap: wrap
}
.pr {
  position: relative
}
.pa {
  position: absolute
}
.pc_no {
  display: none
}
.sp_no {
  display: block
}
.tc {
  text-align: center
}
.tr {
  text-align: right
}
.tl {
  text-align: left
}
.inner {
  max-width: 1000px;
  margin: 0 auto
}
@media screen and (max-width: 1024px) {
  .inner {
    padding-left: 10px;
    padding-right: 10px
  }
}
@media screen and (max-width: 768px) {
  .pc_no {
    display: block
  }
  .sp_no {
    display: none
  }
}
.bana {
  margin-bottom: 50px
}
p.btn {
  position: relative;
  display: inline-block
}
p.btn a {
  max-width: 650px;
  margin: 0 auto;
  padding: 20px 80px;
  border-radius: 5px;
  background-image: linear-gradient(180deg, #1d7700 0%, #0b4a00 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  color: #FFF;
  position: relative;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  transition: .5s;
  overflow: hidden
}
p.btn a::before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #FFF;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflect 3s ease-in-out infinite
}
@keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0
  }
}
p.btn a::after {
  content: '';
  width: 14px;
  height: 14px;
  margin-top: -7px;
  border-top: solid 4px #FFF;
  border-right: solid 4px #FFF;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px
}
p.btn span {
  width: 100px;
  height: 100px;
  padding: 22px 10px 10px;
  background: #d43333;
  position: absolute;
  border-radius: 50%;
  top: -8px;
  left: -60px;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: bold;
  color: #FFF;
  text-shadow: none;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.08);
  z-index: 1;
  text-align: center
}
p.btn a:hover {
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.7)
}
header {
  width: 100%;
  margin-bottom: 50px
}
header .slide {
  height: calc(100vh - 210px);
  min-height: 766px;
  background-size: cover
}
.slick-list, .slick-track {
  height: 100%
}
header .h_cont {
  height: 100%;
  padding: 40px 0;
  color: #FFF;
  text-shadow: 0 0 15px #000;
  outline: none
}
header .cont1 {
  background: url(../img/bg_main1.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed
}
header .cont2 {
  background: url(../img/bg_main2.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed
}
header .cont3 {
  background: url(../img/bg_main3.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed
}
header .h_cont .anime, header .h_cont .anime2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: .5
}
header .h_cont .anime_sp, header .h_cont .anime2_sp {
  display: none
}
header .h_cont .anime {
  animation: slide 35s linear infinite
}
header .h_cont .anime2 {
  animation: slide2 30s linear infinite
}
@keyframes slide {
  from {
    transform: translateX(-100%)
  }
  100% {
    transform: translateX(200%)
  }
}
@keyframes slide2 {
  from {
    transform: translateX(100%)
  }
  100% {
    transform: translateX(-50%)
  }
}
header .h_cont .inner {
  position: relative;
  z-index: 100
}
header h2 {
  margin-bottom: 40px
}
header img.package {
  margin-top: 50px;
  float: right;
  width: 400px;
}
header img.package_sp {
  display: none
}
header p.catch {
  margin-bottom: 30px;
  font-size: 4rem;
  line-height: 1.6
}
header p.medal {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start
}
header p.medal img {
  max-width: 150px;
  margin-right: 15px
}
header p.medal img:last-of-type {
  margin-right: 0
}
header p.price {
  margin-bottom: 10px;
  font-family: 'number';
  font-size: 10rem;
  font-weight: bold;
  vertical-align: middle
}
header p.price span.price_title {
  padding: 15px;
  background: #8A652E;
  font-size: 2rem;
  font-weight: normal;
  vertical-align: 18px
}
header p.price span.en {
  font-size: 5rem;
  font-weight: normal;
  position: relative
}
header p.price span.nanto {
  font-size: 5rem
}
header p.price span.gold {
  font-size: 10rem;
  color: #fff28d
}
header p.price span.en span.tax {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% + 5px);
  text-align: center;
  font-size: 20px;
}
header p.price span.syasen {
  font-size: 7rem;
  position: relative
}
header p.price span.syasen::before, header p.price span.syasen::after {
  content: '';
  width: 108%;
  height: 4px;
  background: #FFF;
  position: absolute;
  left: -4%;
  z-index: 100
}
header p.price span.syasen::before {
  top: 40%
}
header p.price span.syasen::after {
  top: 60%
}
header p.price.set_price {
  margin-top: 60px;
  color: #FFF5CC;
  font-size: 12rem;
  position: relative
}
header p.price.set_price::before {
  content: '';
  position: absolute;
  top: -50px;
  left: 120px;
  border-top: 30px solid #BC9953;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent
}
header p.dialog.set_dialog {
  color: #FFF5CC;
  font-size: 2rem
}
header .head_line {
  width: 100%;
  height: 210px;
  background: #0B1C2E;
  color: #FFF;
  display: none
}
header .head_line .inner {
  display: table;
  height: 100%
}
header .head_line .inner > * {
  width: 50%;
  display: table-cell;
  vertical-align: middle
}
header .head_line .inner > p {
  font-size: 2.2rem;
  line-height: 1.6
}
header .head_line .inner div {
  padding: 20px 40px
}
header .dialog {
  margin-bottom: 5px;
  line-height: 1.5;
  font-size: 1.6rem
}
header .dialog2 {
  line-height: 1.5;
  font-size: 1.3rem
}
a.line_btn {
  padding: 20px;
  text-align: center;
  background: transparent linear-gradient(180deg, #00B900 0%, #0D5448 100%) 0% 0% no-repeat padding-box;
  font-size: 3rem;
  position: relative;
  overflow: hidden
}
a.line_btn::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 5s ease-in-out infinite
}
@keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0
  }
  85% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5
  }
  86% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0
  }
}
a.line_btn::after {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  margin-top: -4px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 40px
}
a.line_btn:hover {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.7);
  transform: translateY(-10px)
}
header.don img.htxt3 {
  animation: pon 1s cubic-bezier(0.25, 0.45, 0.55, 1.25);
  animation-fill-mode: forwards
}
@keyframes pon {
  0% {
    opacity: 0;
    transform: scale(0)
  }
  100% {
    opacity: 1;
    transform: scale(1)
  }
}
section.comparison {
  padding: 60px 0 60px;
  background: url(../img/godknows-ea_bg.jpg) no-repeat center top;
  background-size: cover;
}
section.comparison table {
  text-align: center;
  color: #FFF;
  border-collapse: separate;
  border-spacing: 90px 0
}
section.comparison table th {
  width: 50%;
  padding-bottom: 40px
}
section.comparison table th img {
  max-width: 290px;
  margin: 0 auto
}
section.comparison table td img {
  max-width: 170px;
  margin: 0 auto
}
section.comparison table td {
  padding: 20px 10px;
  border-bottom: 1px solid #FFF;
  line-height: 1.5;
  font-size: 25px;
}
section.comparison table .package td {
  padding: 0 0 20px;
  border: none
}
section.comparison table td sub {
  margin-left: 5px;
  font-size: 1.3rem;
  vertical-align: middle
}
.inner.dialog_text {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #FFF;
  text-align: center
}
.inner.dialog_text p {
  font-size: 1.3rem
}
.about {
  margin-top: 50px;
  padding: 100px;
  background: url(../img/bg_about.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  color: #FFF;
  text-align: center
}
section h2 {
  margin: 80px auto 40px;
  padding-bottom: 20px;
  font-size: 5rem;
  font-weight: normal;
  text-align: center;
  color: #FFF;
  position: relative
}
section h2:after {
  content: "";
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, transparent 0%, #fff 50%, transparent 100%);
  position: absolute;
  left: 0;
  bottom: -5px;
  display: block
}


.sell {
    font-size: 15px;
    position: absolute;
    top: -12px;
    right: 0;
    text-decoration: line-through;
    /* color: #ff0000; */
}

.about h2:first-of-type, .reason2_wrap h2:first-of-type {
  margin: 0 auto 40px
}
.about p {
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1.8;
}
.about p img {
  margin: 0 auto;
}
.about p.catch {
  font-size: 3.6rem;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8)
}
.reason_wrap {
  background: linear-gradient(90deg, #724F14 0%, #724F14 50%, #372814 50%, #372814 100%)
}
.reason_wrap .inner {
  position: relative;
  color: #FFF
}
.reason_wrap h2 {
  margin: 0 auto;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0
}
.reason {
  display: flex
}
.reason > div {
  width: 350px;
  padding: 240px 30px 100px;
  margin: 0 auto;
}
.reason > div img {
  width: 150px;
  margin: 0 auto 30px
}
.reason > div p {
  margin-bottom: 5px;
  line-height: 1.6;
  font-size: 18px;
}
.reason > div p.dialog {
  font-size: 1.2rem
}
.reason > div:nth-of-type(2) {
  background: #5D3E1B
}
.reason2_wrap {
  padding: 60px 20px;
  background: #8e2342
}
.reason2_wrap p {
  margin-bottom: 20px;
  color: #FFF;
  line-height: 2;
  font-size: 2rem;
  text-align: center
}
.reason2_wrap p span {
  font-size: inherit;
  font-weight: bold;
  color: #e4c877
}
.reason2_wrap .btn_wrap {
  margin-top: 40px;
  display: flex;
  justify-content: space-between
}
.reason2_wrap .btn_wrap a {
  width: calc(50% - 10px);
  padding: 20px 10px;
  text-align: center;
  display: block;
  color: #FFF;
  border-radius: 10px;
  font-size: 2.4rem;
  transition: .5s
}
.reason2_wrap .btn_wrap a.donate {
  background: #DF6961;
  border: 1px solid #DF6961
}
.reason2_wrap .btn_wrap a.donate:hover {
  background: #FFF;
  color: #DF6961
}
.reason2_wrap .btn_wrap a.twi {
  background: #00acee;
  border: 1px solid #00acee
}
.reason2_wrap .btn_wrap a.twi::before {
  font-family: "Font Awesome 5 Brands";
  content: '\f099'
}
.reason2_wrap .btn_wrap a.twi:hover {
  background: #FFF;
  color: #00acee
}
.reason2_wrap .btn_wrap a:hover {
  transform: translateY(-5px)
}
.reason2_wrap .btn_wrap a::before {
  font-family: "Font Awesome 5 Free";
  content: '\f157';
  font-weight: 900;
  display: inline-block;
  margin-right: 10px
}
.backtest {
  padding: 1px 0 100px
}
.backtest p {
  margin-bottom: 10px;
  color: #FFF;
  line-height: 1.5
}
.flow_wrap {
  background: url(../img/bg_flow.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  padding: 20px 0 100px
}
.flow_wrap .flow {
  display: flex;
  counter-reset: number
}
.flow_wrap .flow > div {
  width: calc(100% / 4);
  background: #FFF;
  border-right: 1px solid #0B1C2E;
  position: relative
}
.flow_wrap .flow > div:last-of-type {
  border: none
}
.flow_wrap .flow > div::before {
  counter-increment: number;
  content: counter(number);
  width: 50px;
  height: 50px;
  background: #372814;
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  text-align: center;
  line-height: 50px;
  font-family: 'number';
  font-size: 2.6rem
}
.flow_wrap .flow > div > div {
  padding: 20px;
  line-height: 1.5;
  color: #372814
}
.flow_wrap .flow > div > div h3 {
  margin-bottom: 10px;
  font-size: 20px;
}
.flow_wrap .flow > div > div p {
  font-size: 1.4rem
}
.flow_wrap .flow_guide {
  margin-top: 50px;
  padding: 50px;
  border: 2px solid #FFF;
  text-align: center;
  color: #FFF;
  background: #372814;
  position: relative
}
.flow_wrap .flow_guide::before {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  border: 18px solid transparent;
  border-bottom: 20px solid #FFF
}
.flow_wrap .flow_guide h3 {
  font-size: 3rem;
  margin-bottom: 30px;
  font-weight: normal
}
.flow_wrap .flow_guide p {
  font-size: 1.8rem
}
.line_wrap {
  padding: 100px 0;
}
.line_wrap .lineup {
  box-shadow: 0 0 30px #724F14
}
.line_wrap .lineup .lineup_guide {
  padding: 20px 100px 40px;
  color: #FFF;
  text-align: center
}
.line_wrap .lineup .lineup_guide h2 {
  width: 100%
}
.line_wrap .lineup .lineup_guide p {
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 1.8rem
}
.line_btn_wrap {
  display: none
}
.line_wrap .lineup .lineup_guide a.line_btn {
  max-width: 480px;
  margin: 40px auto 0
}
.line_wrap .lineup .lineup_guide h3 {
  margin: 40px 0 10px;
  font-size: 3rem;
}
.line_wrap .lineup .lineup_guide a.line_qr img {
  width: 250px;
  margin: 0 auto;
  border: none
}
.agree_btn {
  padding: 20px 30px;
  background: #bd6000;
  cursor: pointer;
  display: inline-block;
  position: relative
}
.agree_btn span.agree2 {
  height: 1em;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden
}
.agree_btn.active span.agree1 {
  opacity: 0;
  visibility: hidden
}
.agree_btn.active span.agree2 {
  opacity: 1;
  visibility: visible
}
.line_wrap .lineup .lineup_guide p.dialog4 {
  font-size: 1.4rem
}
footer {
  background: #000;
  color: #FFF
}
footer .inner {
  padding: 50px 0 20px;
  text-align: center
}
footer .inner .logo a {
  margin-bottom: 40px;
  display: inline-block
}
footer .inner a:hover {
  opacity: .6
}
footer p.time {
  margin: 0 0 20px
}
footer p.time span {
  font-size: 1.3rem
}
.tokushohou_link {
  margin-bottom: 20px;
  text-align: center
}
.tokushohou_link a {
  margin-bottom: 10px;
  padding: 15px 20px;
  background: #2B6893;
  display: inline-block;
  border-radius: 5px
}
.tokushohou {
  padding-bottom: 20px;
  color: #FFF
}
.tokushohou h2 {
  margin: 40px 0 15px;
  font-size: 2.4rem;
  line-height: 1.5
}
.tokushohou p {
  margin-bottom: 15px;
  font-size: 1.6rem;
  line-height: 1.6
}
.tokushohou p.mt50 {
  margin-top: 50px
}
.tokushohou ul {
  list-style: disc;
  margin-left: 30px
}
.tokushohou ul li {
  line-height: 1.5;
  margin-bottom: 10px
}
.tokushohou .logo {
  width: 295px;
  margin: 0 auto 20px;
  padding: 10px 0
}
.tokushohou h1 {
  margin: 0 0 40px;
  font-size: 3rem;
  text-align: center
}
.tokushohou table {
  margin-bottom: 20px;
  border: 1px solid #eee
}
.tokushohou table th, .tokushohou table td {
  padding: 25px;
  border: 1px solid #bbb
}
.tokushohou table th {
  text-align: left;
  background: #52bec5;
  vertical-align: top
}
.tokushohou table td {
  background: #eee;
  color: #333;
  line-height: 1.4
}
.fixed-btn {
  position: fixed;
  right: -35px;
  color: #FFF;
  z-index: 1000
}
.fixed-btn.donate {
  bottom: 140px
}
.fixed-btn.twi {
  bottom: 30px
}
.fixed-btn:hover {
  right: -20px
}
.menu_wrap {
    background: #2d1a0c;
    padding: 10px;
    padding-bottom: 150px;
}
.menu_wrap ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3列に配置 */
  grid-template-rows: repeat(2, auto); /* 2行に配置 */
  gap: 30px; /* 要素の間隔 */
  list-style: none;
  padding: 0;
  max-width: 1000px; /* 必要なら調整 */
  margin: 0 auto; /* 中央配置 */
}
.menu_wrap ul li {
  background: #2d1a0c; /* 背景色 */
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
}
.menu_wrap ul li h3 {
  font-size: 28px;
  font-weight: normal;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #5D3E1B;
}
.menu_wrap ul li img {
  width: 200px; /* アイコン画像のサイズ */
  height: auto;
  margin: 0 auto;
}
.menu_wrap ul li .price {
  position: relative;
  font-size: 25px !important;
  font-weight: bold;
  color: #f5c14b; /* 価格の色 */
  display: inline-block;
}
.menu_wrap ul li .price_title {
  font-size: 18px;
  font-weight: bold;
  color: #f5c14b; /* 価格の色 */
  display: inline-block;
}
.menu_wrap ul li .pair_img {
}
.menu_wrap ul li .pair_img_title {
}
.pricing-container {
  display: flex;
  align-items: center;
  background: #2d1a0c;
  padding: 10px 15px;
  border-radius: 5px;
  color: #fff;
  font-family: 'Arial', sans-serif;
}

.menu_wrap .labels {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-right: 15px;
  align-items: flex-start;
  width: 50%;
}
.menu_wrap .label {
  background: #7a5521;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  width: 100px;
  height: 30px;
  line-height: normal;
  margin-bottom: 15px;
}
.menu_wrap .price-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
}
  
.menu_wrap  .price {
  margin-bottom: 10px;
  font-family: 'number';
  font-size: 10rem;
  font-weight: bold;
  vertical-align: middle;
  height: 30px;
  line-height: normal;
  margin-bottom: 25px;  
}
.menu_wrap .currency {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  height: 30px;
  line-height: normal;
  margin-bottom: 15px;
}
.menu_wrap .currency img {
  width: 50px;
  height: auto;
}

.menu_wrap .menu_wrap ul li .btn {
  display: inline-block;
  background: #c4a676;
  padding: 10px 20px;
  margin-top: 10px;
  color: #2d1a0c;
  text-decoration: none;
  font-weight: bold;
}
.menu_wrap  .menu_text {
  text-align: -webkit-left;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #5D3E1B;
  border-top: 1px solid #5D3E1B;
  padding-top: 20px;
}



@media screen and (max-width: 1300px) {
  header h2 {
    margin-bottom: 20px
  }
  header .h_cont {
    padding: 10px 0
  }
  header p.catch {
    margin-bottom: 10px
  }
  header p.medal {
    margin-bottom: 0
  }
  header p.medal img {
    max-width: 120px
  }
  img.h_price {
    width: calc(100% - 420px)
  }
  header img.package {
    margin-top: 0
  }
  .fixed-btn {
    right: -165px
  }
  .fixed-btn.on {
    right: -35px
  }
}
@media screen and (max-width: 1180px) {
  .slick-prev, .slick-next {
    width: 40px;
    opacity: .8
  }
  .slick-prev {
    left: 5px
  }
  .slick-next {
    right: 5px
  }
  .slick-prev:before {
    left: 14px
  }
  .slick-next:before {
    right: 14px
  }
}
@media screen and (max-width: 1024px) {
  .inner {
    padding-left: 10px;
    padding-right: 10px
  }
  header .slide {
    min-height: 660px
  }
  header .h_cont {
    padding: 20px 0
  }
  header img.package {
    max-width: 40%
  }
  header h2 {
    margin-bottom: 30px
  }
  header p.catch {
    margin-bottom: 30px;
    font-size: 2.5rem
  }
  header p.price {
    font-size: 7rem
  }
  header p.price span.price_title {
    font-size: 1.6rem
  }
  header p.dialog {
    line-height: 1.6;
    font-size: 1.4rem
  }
  header p.price.set_price {
    font-size: 9rem;
    text-align: center
  }
  header .head_line .inner > p {
    font-size: 1.8rem
  }
  header .cont3 p.catch {
    margin-bottom: 15px
  }
}
@media screen and (max-width: 896px) {
  header .head_line {
    padding: 20px 0
  }
  header .head_line .inner {
    display: block
  }
  header .head_line .inner > * {
    width: 100%;
    display: block
  }
  header .head_line .inner > p {
    text-align: center
  }
  br.hlbr {
    display: none
  }
  .about p {
    font-size: 2rem
  }
  .about p.catch {
    font-size: 2.6rem
  }
  section.comparison table {
    border-spacing: 45px 0
  }
}
@media screen and (max-width: 768px) {
  
  header p.price span.nanto {
    font-size: 3rem
  }
  header p.price span.gold {
    font-size: 6rem;
    color: #fff28d
  }
  header h2 img {
    max-width: 300px
  }
  header .slide {
    height: calc(100vh - 152px);
    min-height: initial
  }
  header .h_cont {
    display: table !important
  }
  header .h_cont .inner {
    display: table-cell;
    vertical-align: middle
  }
  header p.catch {
    font-size: 2rem
  }
  header p.medal {
    width: 48%
  }
  header p.medal img {
    max-width: calc((100% - 30px) / 3);
    margin-right: 10px
  }
  img.h_price {
    width: calc(100% - 42%)
  }
  header p.price {
    font-size: 4.6rem
  }
  header p.price span.price_title {
    padding: 10px;
    font-size: 1.2rem;
    vertical-align: middle
  }
  header .cont3 p.price {
    text-align: center
  }
  header p.price span.syasen {
    font-size: 5rem
  }
  header p.price.set_price {
    font-size: 7rem
  }
  header p.price span.en {
    font-size: 3rem
  }
  header p.price span.en span.tax {
    font-size: .8rem
  }
  header .dialog2 {
    font-size: 1rem
  }
  header .head_line {
    height: 152px;
    padding: 10px 0
  }
  header .head_line .inner > p {
    font-size: 1.6rem
  }
  header .head_line .inner div {
    padding: 10px 20px
  }
  a.line_btn {
    font-size: 2.2rem
  }
  section h2 {
    margin: 40px auto 20px;
    font-size: 2.8rem
  }
  section.comparison table {
    border-spacing: 0
  }
  section.comparison table th img {
    max-width: 200px
  }
  .reason > div {
    padding: 160px 30px 50px
  }
  .reason_wrap h2 {
    top: 20px
  }
  .flow_wrap {
    padding: 1px 0 50px
  }
  .line_wrap {
    padding: 50px 0
  }
  .line_wrap .lineup .lineup_guide {
    padding: 20px 50px 40px
  }
  .menu_wrap ul {
    display: block !important;
  }
  footer .inner {
    padding: 20px 0 60px
  }
  footer .inner .logo a {
    margin-bottom: 30px
  }
  footer .inner .logo a img {
    max-width: 200px
  }
  .tokushohou h2 {
    font-size: 1.8rem
  }
  .tokushohou p, .tokushohou li {
    font-size: 1.4rem
  }
  .tokushohou table th, .tokushohou table td {
    display: block;
    width: 100%
  }
  header .cont2 {
    background-position-x: -720px;
  }
  header .cont3 {
    background-position-x: -750px;
  }
  section.comparison {
    background-size: contain;
  }
}
@media screen and (max-width: 600px) {
  .sp_clearfix::after {
    content: '';
    clear: both;
    display: block
  }
  section.comparison table th {
    padding: 0 10px 10px
  }
  section.comparison table th img {
    max-width: 100%
  }
  .inner.dialog_text p {
    text-align: left;
    line-height: 1.5
  }
  .fixed-btn.donate {
    bottom: 100px
  }
  .fixed-btn.twi {
    bottom: 20px
  }
  .fixed-btn img {
    width: 120px
  }
}
@media screen and (max-width: 500px) {
  header {
    margin-bottom: 20px
  }
  header .slide {
    height: 100vh;
    min-height: 660px;
    max-height: 700px
  }
  header h2 {
    margin-bottom: 10px
  }
  header h2 img {
    margin: 0 auto
  }
  header img.package {
    display: none
  }
  header img.package_sp {
    margin: 0 auto;
    height: 185px;
    display: block
  }
  header p.price {
    text-align: center
  }
  img.h_price {
    width: 100%
  }
  header p.catch {
    margin: 20px;
    text-align: center;
    font-size: 1.8rem
  }
  header p.medal {
    width: 80%;
    margin: 25px auto 0;
    padding-bottom: 25px;
  }
  header .cont3 p.catch::after {
    content: '';
    clear: both;
    display: block
  }
  header .h_cont .anime, header .h_cont .anime2 {
    display: none
  }
  header .h_cont .anime_sp, header .h_cont .anime2_sp {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: .5;
    display: block
  }
  header .h_cont .anime_sp {
    background: url(../img/bg_anime01_sp.png) no-repeat center;
    background-size: contain;
    animation: slide 10s linear infinite
  }
  header .h_cont .anime2_sp {
    background: url(../img/bg_anime02_sp.png) no-repeat center;
    background-size: contain;
    animation: slide2 10s linear infinite
  }
  header .h_cont .inner {
    vertical-align: top
  }
  header p.price span.syasen {
    font-size: 3rem
  }
  header p.price span.syasen::before, header p.price span.syasen::after {
    height: 2px
  }
  header p.price.set_price {
    margin-top: 40px;
    font-size: 5rem
  }
  header p.price.set_price::before {
    top: -30px;
    left: calc(50% - 70px);
    border-top: 20px solid #BC9953;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent
  }
  .slick-dots {
    bottom: 10px
  }
  header p.dialog.set_dialog {
    font-size: 1.6rem;
    text-align: center
  }
  header .head_line {
    height: auto
  }
  section.comparison {
    padding: 40px 0
  }
  section.comparison table th {
    padding: 0 10px 20px
  }
  section.comparison table td img {
    max-width: 80%
  }
  section.comparison table td {
    font-size: 1.5rem
  }
  section.comparison table td b {
    font-size: 1.6rem
  }
  .about {
    margin-top: 20px;
    padding: 40px 10px
  }
  section h2 {
    margin: 40px auto 10px;
    font-size: 2.2rem
  }
  section h2:after {
    bottom: 5px
  }
  .about h2:first-of-type {
    margin: 0 auto 10px
  }
  .about p {
    margin-bottom: 20px;
    font-size: 1.6rem
  }
  .about p.catch {
    font-size: 1.8rem
  }
  .reason_wrap {
    padding-top: 40px;
    background: #724F14
  }
  .reason_wrap h2 {
    margin: 0 auto 10px;
    position: static
  }
  section.reason_wrap h2:after {
    top: 40px;
    bottom: auto
  }
  .reason {
    display: block
  }
  .reason_wrap .inner {
    padding: 0
  }
  .reason > div {
    width: 100%;
    padding: 30px 20px
  }
  .reason > div img {
    max-width: 180px
  }
  .reason > div:nth-of-type(3) {
    background: #372814
  }
  .reason2_wrap p {
    font-size: 1.6rem
  }
  .reason2_wrap .btn_wrap {
    flex-wrap: wrap
  }
  .reason2_wrap .btn_wrap a {
    width: 100%;
    font-size: 2rem
  }
  .reason2_wrap .btn_wrap a + a {
    margin-top: 15px
  }
  .backtest {
    padding: 5px 0 40px
  }
  .backtest h2 {
    margin-bottom: 20px
  }
  .backtest p {
    font-size: 1.5rem
  }
  .flow_wrap h2 {
    margin-bottom: 40px
  }
  .flow_wrap .flow {
    flex-wrap: wrap
  }
  .flow_wrap .flow > div {
    width: calc(100%)
  }
    .flow_wrap .flow div img {
    width: 100%;
  }
  .flow_wrap .flow > div:last-of-type {
    border-right: 1px solid #0B1C2E
  }
  .flow_wrap .flow_guide {
    margin-top: 30px;
    padding: 20px
  }
  .flow_wrap .flow_guide h3 {
    font-size: 2rem
  }
  .flow_wrap .flow_guide p {
    font-size: 1.6rem;
    line-height: 1.5
  }
  .line_wrap .lineup .lineup_guide {
    padding: 20px
  }
  .line_wrap .lineup .lineup_guide h3, .line_wrap .lineup .lineup_guide a.line_qr img {
    display: none
  }
  .line_wrap .lineup .lineup_guide p {
    font-size: 1.5rem
  }
}
/*# sourceMappingURL=style.css.map */