/* CSS Document */
.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.poRe {
  position: relative;
}

.tC {
  text-align: center;
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

.btn {
  text-align: center;
}

a:hover {
  opacity: 0.7;
}

#header {
  position: relative;
}
#header::before {
  content: "";
  background-image: url(../img/fv_bg_Left.jpg);
  background-repeat: repeat-x;
  background-position: top left;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#header::after {
  content: "";
  background-image: url(../img/fv_bg_Right.jpg);
  background-repeat: repeat-x;
  background-position: top right;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
#header .inner {
  width: 1140px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#header .logo {
  position: absolute;
  top: 20px;
  left: 30px;
}

nav {
  background-color: #e60012;
}
nav .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: center;
  margin: 0 auto;
  width: 1120px;
}
nav .flex .f-item {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  width: 20%;
}
nav .flex .btn_comingsoon {
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  z-index: 1;
}

main {
  position: relative;
}

.promotion {
  position: fixed;
  right: 50px;
  bottom: 150px;
  z-index: 100;
}
.promotion > div {
  position: relative;
}
.promotion > div a {
  display: block;
}
.promotion > div button {
  position: absolute;
  top: -10px;
  left: -10px;
  background: none;
  border: none;
}
.promotion > div button:hover {
  cursor: pointer;
}

.sec {
  position: relative;
}
.sec::after {
  content: "";
  background-image: url(../img/border.jpg);
  background-repeat: repeat-x;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.sec_bg {
  background-color: #fff;
  border-radius: 20px;
}

#sec01 {
  background-color: #54c3f1;
  padding-top: 50px;
  padding-bottom: 50px;
}
#sec01 .inner {
  background-image: url(../img/pc/sec01_map.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 40px 20px 30px;
  width: 1080px;
  margin: 0 auto;
  position: relative;
}
#sec01 .ttl {
  text-align: center;
  margin-bottom: 60px;
}
#sec01 dt {
  float: left;
  clear: left;
  margin-bottom: 20px;
  margin-right: 20px;
  width: 160px;
}
#sec01 dd {
  float: left;
  margin-bottom: 20px;
}
#sec01 dd .txt03_1 {
  margin-bottom: 10px;
}
#sec01 dd .txt03_3 {
  text-indent: 1em;
}
#sec01 dd .txt06_1 {
  font-size: 24px;
}
#sec01 dd .txt06_1 .txtBlue {
  color: #0033ff;
}
#sec01 dd .txt06_1 a {
  color: #0033ff;
}
#sec01 dd .txt06_1 a:visited {
  color: #0033ff;
}
#sec01 dd .txt06_2 {
  text-indent: -1em;
  padding-left: 1em;
}
#sec01 .itm_area {
  position: absolute;
  top: 530px;
  right: 20px;
}
#sec01 .sec_buy .note {
  text-align: right;
  margin-top: 10px;
  margin-right: 110px;
}

#sec02 .sec_ttl {
  width: 863px;
  margin: 20px auto 0;
}
#sec02 .inner_bg {
  padding: 40px 0 60px;
}
#sec02 .inner_bg.inner_bg_blue {
  background-color: #54c3f1;
}
#sec02 .inner_bg.inner_bg_red {
  background-color: #e60012;
}
#sec02 .sec02_innerTtl01 {
  width: 896px;
  margin: 0 auto 10px;
}
#sec02 .sec02_innerTtl01_cap {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
}
#sec02 .sec02_innerTtl02 {
  width: 614px;
  margin: 0 auto 40px;
}
#sec02 .box {
  background-color: #fff;
  border-radius: 20px;
  width: 1080px;
  margin: 0 auto;
}
#sec02 .box + .box {
  margin-top: 30px;
}
#sec02 .box .box_ttl_bg {
  background-color: #333333;
  border-radius: 20px 20px 0 0;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
#sec02 .box .box_ttl_bg .box_ttl {
  width: 351px;
  margin: 0 auto;
}
#sec02 .box .box_inner {
  padding: 40px 0 50px 20px;
}
#sec02 .box .box_inner .inner_ttl {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
#sec02 .box .box_inner dl {
  font-weight: 500;
}
#sec02 .box .box_inner dl dt {
  float: left;
  clear: left;
  width: 160px;
  margin-bottom: 20px;
  margin-right: 20px;
}
#sec02 .box .box_inner dl dd {
  float: left;
  font-size: 24px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  height: 51px;
}
#sec02 .box .box_inner dl dd.dd_ai_start {
  align-items: flex-start;
}
#sec02 .box .box_inner dl dd .x-small {
  font-size: 0.8em;
}
#sec02 .box .box_inner dl dd .txtRed {
  color: #e60012;
}
#sec02 .box .box_inner dl dd .txtDeco {
  text-decoration: underline;
}
#sec02 .box .box_inner .btn_form {
  width: 800px;
  margin: 30px auto 30px;
}
#sec02 .box .box_inner .notes {
  font-size: 16px;
  width: 946px;
  margin: 0 auto;
}
#sec02 .box .box_inner .notes li {
  text-indent: -1em;
  padding-left: 1em;
}
#sec02 .box101 {
  padding-top: 50px;
  padding-bottom: 50px;
}
#sec02 .box101 .sec02_img01 {
  width: 480px;
  margin: 0 auto 40px;
}
#sec02 .box101 .sec02_box101_icn {
  width: 424px;
  margin: 0 auto 30px;
}
#sec02 .box101 .sec02_box101_txt01 {
  width: 500px;
  margin: 0 auto 60px;
}
#sec02 .box101 .sec02_box101_txt02 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 60px;
}
#sec02 .box101 .sec02_box101_txt03_area {
  width: 870px;
  margin: 0 auto 30px;
}
#sec02 .box101 .sec02_box101_txt03 {
  font-size: 24px;
  line-height: 1.2;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 10px;
}
#sec02 .box101 .sec02_box101_note01 {
  font-size: 18px;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 2.4em;
  margin-bottom: 40px;
}
#sec02 .box101 .sec02_box101_note02 {
  font-size: 18px;
  line-height: 1.5;
  padding-left: 1.2em;
  margin-bottom: 40px;
}
#sec02 .box101 .sec02_table {
  width: 820px;
  margin: 0 auto 30px;
}
#sec02 .box101 .sec02_img03 {
  width: 688px;
  margin: 0 auto;
}
#sec02 .box101 .sec02_box101_note03 {
  font-size: 18px;
  line-height: 1.2;
  text-align: right;
  width: 820px;
  margin: 0 auto;
}
#sec02 .box03 .cp01 {
  margin-bottom: 80px;
}
#sec02 .box03 .cp01 .box03_txt01 {
  height: auto;
}
#sec02 .box03 .cp01 .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
#sec02 .box03 .cp01 .f-item {
  width: 240px;
}
#sec02 .box03 .cp02 .box03_txt02 {
  height: auto;
  margin-bottom: 30px;
}
#sec02 .box03 .cp02 .box03_txt03 {
  height: auto;
  margin-bottom: 30px;
}
#sec02 .box03 .box_form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
#sec02 .box03 .box_form .btn_form01 {
  width: 300px;
  margin: 0;
}
#sec02 .box05 {
  background: none;
  margin-top: 60px !important;
}
#sec02 .box05 .box05_ttl {
  width: 810px;
  margin: 0 auto 20px;
}
#sec02 .box05 .box05_txt {
  width: 623px;
  margin: 10px auto 0;
}
#sec02 .box05 .youtube {
  width: 823px;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
#sec02 .box05 .youtube iframe {
  width: 100%;
  height: 100%;
  border: 10px solid #fff;
}

#sec03 {
  background-color: #ffed75;
  padding-top: 50px;
  padding-bottom: 200px;
}
#sec03 .sec_ttl {
  width: 929px;
  margin: 0 auto 30px;
}
#sec03 .inner {
  width: 1080px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 30px;
}
#sec03 .cnt01 {
  text-align: center;
  margin-bottom: 50px;
}
#sec03 .cnt01 .ttl {
  margin-bottom: 20px;
}
#sec03 .cnt02 {
  text-align: center;
  margin-bottom: 80px;
}
#sec03 .cnt02 .ttl {
  margin-bottom: 20px;
}
#sec03 .sec03_cnt01_img01 {
  margin-bottom: 20px;
}
#sec03 .btn_sec03_cnt01 {
  margin-bottom: 40px;
}
#sec03 .sec03_cnt02_img01 {
  margin-bottom: 40px;
}
#sec03 .btn_sec03_cnt02 {
  margin-bottom: 30px;
}
#sec03 .btn_sec03_cnt02 .note {
  font-size: 18px;
  font-weight: normal;
  margin-top: 10px;
}
#sec03 .col01 {
  background-color: #fff9ad;
  width: 1050px;
  margin: 0 auto 60px;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
#sec03 .btn_col01 {
  margin-top: 20px;
}
#sec03 .col02 {
  position: relative;
  width: 873px;
  margin: 0 auto;
  margin-bottom: 24px;
}
#sec03 .col02 .btn {
  position: absolute;
}
#sec03 .col02 .btn.btn_col02 {
  left: 0;
  bottom: 24px;
  right: 0;
  margin: 0 auto;
}
#sec03 .col02 .btn.btn_col03 {
  left: 36px;
  bottom: 32px;
}
#sec03 .col03 {
  position: relative;
  width: 873px;
  margin: 0 auto;
}
#sec03 .col03 .btn {
  position: absolute;
}
#sec03 .col03 .btn.btn_col02 {
  left: 0;
  bottom: 24px;
  right: 0;
  margin: 0 auto;
}
#sec03 .col03 .btn.btn_col03 {
  left: 36px;
  bottom: 32px;
}

#footer {
  background: #c8152d;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer .copyright {
  color: #FFF;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  #header::before, #header::after {
    content: none;
  }
  #header .inner {
    width: 100%;
  }
  #header .inner .logo {
    position: relative;
    width: 10.267vw;
    top: -2vw;
    left: 4vw;
  }
  nav {
    padding-top: 5.33%;
    padding-bottom: 5.33%;
    padding-left: 2.667vw;
    padding-right: 2.667vw;
  }
  nav .nav_ttl {
    color: #fff;
    text-align: center;
  }
  nav .flex {
    width: 100%;
    align-items: end;
    align-self: center;
    padding-top: 1.333vw;
  }
  nav .flex .f-item {
    width: 100%;
  }
  nav .flex .f-item:not(:first-child) {
    width: 50%;
  }
  nav .flex .f-item.f-item01 {
    border-bottom: 1px solid #fff;
  }
  nav .flex .f-item.f-item01 img {
    width: 34.67vw;
  }
  nav .flex .f-item.f-item02 {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  nav .flex .f-item.f-item02 img {
    width: 34.67vw;
  }
  nav .flex .f-item.f-item03 {
    border-bottom: 1px solid #fff;
  }
  nav .flex .f-item.f-item03 img {
    width: 35.07vw;
  }
  nav .flex .f-item.f-item04 {
    border-right: 1px solid #fff;
  }
  nav .flex .f-item.f-item04 img {
    width: 34.67vw;
  }
  nav .flex .f-item.f-item05 img {
    width: 34.67vw;
  }
  nav .flex .btn_comingsoon {
    top: 60%;
    width: 65%;
    margin: 0 auto;
  }
  .promotion {
    right: 0;
    bottom: 100px;
  }
  #sec01 {
    padding-top: 6.67vw;
    padding-bottom: 6.67vw;
  }
  #sec01 .inner {
    background-image: none;
    width: 92vw;
    padding: 5.333vw 4vw 4vw;
  }
  #sec01 .ttl {
    width: 72.667vw;
    margin: 0 auto 4vw;
  }
  #sec01 dl {
    margin-bottom: 3vw;
  }
  #sec01 dt {
    float: none;
    width: 100%;
    margin: 0 auto 2.667vw;
  }
  #sec01 dt.sec01_icn01 {
    width: 21.6vw;
  }
  #sec01 dt.sec01_icn02 {
    width: 21.333vw;
  }
  #sec01 dt.sec01_icn03 {
    width: 21.47vw;
  }
  #sec01 dt.sec01_icn04 {
    width: 21.333vw;
  }
  #sec01 dt.sec01_icn05 {
    width: 21.333vw;
  }
  #sec01 dt.sec01_icn06 {
    width: 21.333vw;
    margin-top: 6.667vw;
  }
  #sec01 dd {
    float: none;
    margin: 0 auto 6.667vw;
  }
  #sec01 dd .txt03_1 {
    width: 45.6vw;
    margin: 0 auto 2.667vw;
  }
  #sec01 dd .txt03_2 {
    font-size: 2.667vw;
    text-indent: -1em;
    padding-left: 1em;
    text-align: justify;
  }
  #sec01 dd .txt03_3 {
    font-size: 2.667vw;
    text-indent: -1em;
    padding-left: 2em;
  }
  #sec01 dd .txt05_1 {
    width: 75.87vw;
    margin: 0 auto;
  }
  #sec01 dd .txt05_2 {
    width: 83.6vw;
    margin: 0 auto;
  }
  #sec01 dd .txt06_1 {
    font-size: 4vw;
    letter-spacing: -0.02em;
    margin-bottom: 2.667vw;
  }
  #sec01 dd .txt06_2 {
    font-size: 2.667vw;
  }
  #sec01 dd.sec01_txt01 {
    width: 48.8vw;
  }
  #sec01 dd.sec01_txt02 {
    width: 24.93vw;
  }
  #sec01 dd.sec01_txt04 {
    width: 83.33vw;
  }
  #sec01 dd.sec01_txt05 {
    margin-bottom: 0;
  }
  #sec01 dd.sec01_txt05 .txt05_1 {
    width: 82.4vw;
  }
  #sec01 .sp_only .sec01_map {
    width: 62.8vw;
    margin: 0 auto 1vw;
  }
  #sec01 .sp_only .sec01_area {
    width: 80vw;
    margin: 0 auto;
  }
  #sec01 .sec_buy .note {
    font-size: 2.667vw;
    margin-top: 0.5em;
    margin-right: 0;
  }
  #sec02 .sec_ttl {
    width: 91.73vw;
    margin: 2.67vw auto 2.67vw;
  }
  #sec02 .inner_bg {
    padding: 8vw 0 8vw;
  }
  #sec02 .sec02_innerTtl01 {
    width: 92vw;
    margin: 0 auto 1.33vw;
  }
  #sec02 .sec02_innerTtl01_cap {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
  #sec02 .sec02_innerTtl02 {
    width: 81.87vw;
    margin: 0 auto 5.33vw;
  }
  #sec02 .box {
    width: 92vw;
  }
  #sec02 .box + .box {
    margin-top: 4vw;
  }
  #sec02 .box .box_ttl_bg {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  #sec02 .box .box_ttl_bg .box_ttl {
    width: 56.27vw;
  }
  #sec02 .box .box_inner {
    padding: 5.33vw 0 6.67vw 0;
  }
  #sec02 .box .box_inner .inner_ttl {
    font-size: 6.4vw;
    line-height: 1.2;
    margin-bottom: 4vw;
  }
  #sec02 .box .box_inner dl dt {
    float: none;
    width: 21.47vw;
    margin: 0 auto 2.667vw;
  }
  #sec02 .box .box_inner dl dd {
    float: none;
    margin: 0 auto 4vw;
    font-size: 4vw;
    line-height: 1.5;
    align-items: self-start;
    height: auto;
    justify-content: center;
    width: 100%;
  }
  #sec02 .box .box_inner dl dd:not(.dd_ai_start) {
    text-align: center;
  }
  #sec02 .box .box_inner .btn_form {
    width: 84vw;
    margin: 4vw auto 4vw;
  }
  #sec02 .box .box_inner .notes {
    font-size: 2.93vw;
    width: 80vw;
    margin: 0 auto;
  }
  #sec02 .box101 {
    padding-top: 6.67vw;
    padding-bottom: 6.67vw;
  }
  #sec02 .box101 .sec02_img01 {
    width: 64vw;
    margin: 0 auto 5.33vw;
  }
  #sec02 .box101 .sec02_box101_icn {
    width: 56.53vw;
    margin: 0 auto 4vw;
  }
  #sec02 .box101 .sec02_box101_txt01 {
    width: 79.73vw;
    margin: 0 auto 8vw;
  }
  #sec02 .box101 .sec02_box101_txt02 {
    font-size: 4.8vw;
    margin-bottom: 8vw;
  }
  #sec02 .box101 .sec02_box101_txt03_area {
    width: 84vw;
    margin: 0 auto 4vw;
  }
  #sec02 .box101 .sec02_box101_txt03 {
    font-size: 4vw;
    margin-bottom: 1.33vw;
  }
  #sec02 .box101 .sec02_box101_note01 {
    font-size: 2.93vw;
    margin-bottom: 5.33vw;
  }
  #sec02 .box101 .sec02_box101_note02 {
    font-size: 2.93vw;
    margin-bottom: 5.33vw;
  }
  #sec02 .box101 .sec02_table {
    width: 84vw;
    margin: 0 auto 4vw;
  }
  #sec02 .box101 .sec02_img03 {
    width: 84.4vw;
    margin: 0 auto 1.33vw;
  }
  #sec02 .box101 .sec02_box101_note03 {
    font-size: 2.4vw;
    width: 84vw;
  }
  #sec02 .box01 .box01_txt01 {
    width: 80vw !important;
    margin: 0 auto;
  }
  #sec02 .box02 .box02_txt01 {
    width: 80vw !important;
    margin: 0 auto;
  }
  #sec02 .box02 .box02_txt02 {
    text-align: center;
  }
  #sec02 .box03 .box03_txt01 p {
    width: 80vw !important;
    margin: 0 auto;
  }
  #sec02 .box03 .cp01 {
    margin-bottom: 7vw;
  }
  #sec02 .box03 .cp01 .flex {
    justify-content: center;
    margin-top: 2.67vw;
  }
  #sec02 .box03 .cp01 .f-item {
    width: 40vw;
  }
  #sec02 .box03 .cp02 .box03_txt02 {
    margin-bottom: 4vw;
  }
  #sec02 .box03 .cp02 .box03_txt03 {
    margin-bottom: 4vw;
  }
  #sec02 .box03 .box_form {
    display: block;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  #sec02 .box03 .box_form .btn_form01 {
    width: 84vw;
  }
  #sec02 .box05 {
    margin-top: 8vw !important;
  }
  #sec02 .box05 .box05_ttl {
    width: 71.2vw;
    margin: 0 auto 2.67vw;
  }
  #sec02 .box05 .box05_txt {
    width: 88.93vw;
    margin: 0 auto 0;
  }
  #sec02 .box05 .youtube {
    width: 100%;
  }
  #sec02 .box05 .youtube iframe {
    border: 1.33vw solid #fff;
  }
  #sec03 {
    padding-top: 6.67vw;
    padding-bottom: 26.67vw;
  }
  #sec03 .sec_ttl {
    width: 92vw;
    margin: 0 auto 2vw;
  }
  #sec03 .inner {
    width: 92vw;
    margin: 0 auto;
    padding-top: 2vw;
    padding-bottom: 4vw;
  }
  #sec03 .cnt01 {
    margin-bottom: 12vw;
  }
  #sec03 .cnt01 .ttl {
    margin-bottom: 0;
  }
  #sec03 .cnt02 {
    margin-bottom: 8vw;
  }
  #sec03 .cnt02 .ttl {
    margin-bottom: 2%;
  }
  #sec03 .sec03_cnt01_img01 {
    margin-bottom: 4vw;
  }
  #sec03 .btn_sec03_cnt01 {
    width: 81.87vw;
    margin: 0 auto 5.33vw;
  }
  #sec03 .sec03_cnt02_img01 {
    margin-bottom: 4vw;
  }
  #sec03 .btn_sec03_cnt02 {
    width: 81.87vw;
    margin: 0 auto 4vw;
  }
  #sec03 .btn_sec03_cnt02 .note {
    font-size: 2.4vw;
    margin-top: 1.33vw;
  }
  #sec03 .col01 {
    width: 84vw;
    margin: 0 auto 8vw;
    padding: 4vw 3vw 4vw;
  }
  #sec03 .col01 img {
    width: 75.47vw;
  }
  #sec03 .btn_col01 {
    width: 68.67vw;
    margin: 6.67vw auto 0;
  }
  #sec03 .col02 {
    width: 89.33vw;
    margin: 0 auto 4vw;
  }
  #sec03 .col02 .btn.btn_col02 {
    width: 81.87vw;
    bottom: 2vw;
  }
  #sec03 .col02 .btn.btn_col03 {
    width: 59.47vw;
    left: 2vw;
    bottom: 3vw;
  }
  #sec03 .col03 {
    width: 89.33vw;
    margin: 0 auto;
  }
  #sec03 .col03 .btn.btn_col02 {
    width: 82vw;
    bottom: 2vw;
  }
  #sec03 .col03 .btn.btn_col03 {
    width: 59.47vw;
    left: 3vw;
    bottom: 3vw;
  }
  .btnTop {
    width: 12vw;
  }
  #footer .copyright {
    font-size: 2.133vw;
  }
}/*# sourceMappingURL=style.css.map */