@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
/* ------------------------------
	カラー
------------------------------ */
/* ------------------------------
	設定
------------------------------ */
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
/* ------------------------------
	カラー
------------------------------ */
/* ------------------------------
	設定
------------------------------ */
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
.main-content {
  min-width: 1240px;
  background: #fff;
  overflow: hidden;
  /* ----------------------------------------------------------------------------------------------------
  *  ヘッダー
  * --------------------------------------------------------------------------------------------------*/
  /* ----------------------------------------------------------------------------------------------------
  *  フッター
  * --------------------------------------------------------------------------------------------------*/
  /* ----------------------------------------------------------------------------------------------------
  *  共通
  * --------------------------------------------------------------------------------------------------*/
  /* ------------------------------
  	.ttl
  ------------------------------ */
  /* ------------------------------
  	.box
  ------------------------------ */
}
@media screen and (max-width: 767px) {
  .main-content {
    min-width: 0;
  }
}
.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6, .main-content p, .main-content address,
.main-content ul, .main-content ol, .main-content li, .main-content dl, .main-content dt, .main-content dd,
.main-content table, .main-content th, .main-content td, .main-content img, .main-content figure {
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
}
.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6, .main-content p, .main-content address,
.main-content ul, .main-content ol, .main-content li, .main-content dl, .main-content dt, .main-content dd,
.main-content table, .main-content th, .main-content td, .main-content img, .main-content figure, .main-content input, .main-content textarea, .main-content select, .main-content button, .main-content div {
  font-style: normal;
  font-weight: normal;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  text-align: left;
  word-break: break-word;
  line-break: strict;
  line-height: 1;
  color: #333333;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6, .main-content p, .main-content address,
.main-content ul, .main-content ol, .main-content li, .main-content dl, .main-content dt, .main-content dd,
.main-content table, .main-content th, .main-content td, .main-content img, .main-content figure, .main-content input, .main-content textarea, .main-content select, .main-content button, .main-content div {
    font-size: 3.4666666667vw;
  }
}
.main-content *,
.main-content *:before,
.main-content *:after {
  box-sizing: border-box;
}
.main-content table {
  border-spacing: 0;
}
.main-content img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .main-content img {
    width: 100%;
  }
}
.main-content a,
.main-content button,
.main-content input[type=submit],
.main-content input[type=button] {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.4s ease;
}
.main-content a:focus,
.main-content button:focus,
.main-content input[type=submit]:focus,
.main-content input[type=button]:focus {
  outline: 0;
}
@media screen and (min-width: 768px) {
  .main-content a:hover,
.main-content button:hover,
.main-content input[type=submit]:hover,
.main-content input[type=button]:hover {
    opacity: 0.7;
  }
  .main-content a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}
.main-content .wrap {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main-content .wrap {
    width: 88.8vw;
    max-width: initial;
  }
}
.main-content .content {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .main-content .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .main-content .pc {
    display: none !important;
  }
}
.main-content .txt {
  line-height: 1.8;
}
.main-content .bold {
  font-weight: bold;
}
.main-content .txt_up {
  text-transform: uppercase;
}
.main-content .txt_noup {
  text-transform: none;
}
.main-content .txt_center {
  text-align: center;
}
.main-content .txt_right {
  text-align: right;
}
.main-content .txt_left {
  text-align: left;
}
.main-content .ib {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .main-content .pc_ib {
    display: inline-block;
  }
  .main-content .pc_tate {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
  }
}
.main-content .tate {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .main-content .img img {
    width: 100%;
  }
  .main-content .sp_ib {
    display: inline-block;
  }
}
.main-content .str_ttl {
  position: relative;
  z-index: 2;
  text-align: center;
}
.main-content .sec_ttl {
  margin: 56px auto 40px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .main-content .sec_ttl {
    margin: 10.6666666667vw auto 5.8666666667vw;
    font-size: 5.3333333333vw;
    line-height: 1.2;
  }
}
.main-content .sec_ttl .sec_ttl_txt {
  display: inline-block;
  padding-bottom: 3px;
  background: url(../img/ttl_line01_sp.svg) repeat-x left bottom;
}
@media screen and (max-width: 767px) {
  .main-content .sec_ttl .sec_ttl_txt {
    padding-bottom: 0.8vw;
    background-size: 21.6vw;
  }
}
.main-content .mid_txt {
  text-align: center;
  font-size: 32px;
  line-height: 1.75;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .main-content .mid_txt {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
.main-content .flex {
  display: flex;
  justify-content: space-between;
}
.main-content .bg01 {
  background-color: #E8EEFB;
}
.main-content .bg02 {
  background-color: #1D2767;
}
.main-content .bg03 {
  background-color: #005AE0;
}
.main-content .bg_inazuma {
  width: 100%;
  height: 228px;
}
@media screen and (max-width: 767px) {
  .main-content .bg_inazuma {
    height: 17.0666666667vw;
  }
}
.main-content .bg_inazuma.bg_inazuma01 {
  background: url(../img/bg_inazuma01.svg) no-repeat center top;
  background-size: 1920px;
  margin-bottom: -2px;
}
@media screen and (max-width: 767px) {
  .main-content .bg_inazuma.bg_inazuma01 {
    margin-bottom: -3px;
    background: url(../img/bg_inazuma01_sp.svg) no-repeat center top;
    background-size: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .main-content .bg_inazuma.bg_inazuma01 {
    background-size: 100%;
  }
}
.main-content .bg_inazuma.bg_inazuma02 {
  background: url(../img/bg_inazuma02.svg) no-repeat center top;
  background-size: 1920px;
  margin-bottom: -2px;
}
@media screen and (max-width: 767px) {
  .main-content .bg_inazuma.bg_inazuma02 {
    margin-top: -3px;
    background: url(../img/bg_inazuma02_sp.svg) no-repeat center top;
    background-size: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .main-content .bg_inazuma.bg_inazuma02 {
    background-size: 100%;
  }
}
.main-content .bg_inazuma.bg_inazuma03 {
  background: url(../img/bg_inazuma03.svg) no-repeat center top;
  background-size: 1920px;
  margin-bottom: -2px;
}
@media screen and (max-width: 767px) {
  .main-content .bg_inazuma.bg_inazuma03 {
    margin-bottom: -3px;
    background: url(../img/bg_inazuma03_sp.svg) no-repeat center top;
    background-size: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .main-content .bg_inazuma.bg_inazuma03 {
    background-size: 100%;
  }
}
.main-content .bg_inazuma.bg_inazuma04 {
  background: url(../img/bg_inazuma04.svg) no-repeat center top;
  background-size: 1920px;
  margin-bottom: -2px;
}
@media screen and (max-width: 767px) {
  .main-content .bg_inazuma.bg_inazuma04 {
    margin-bottom: -3px;
    background: url(../img/bg_inazuma04_sp.svg) no-repeat center top;
    background-size: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .main-content .bg_inazuma.bg_inazuma04 {
    background-size: 100%;
  }
}
.main-content .bg_inazuma.bg_inazuma05 {
  background: url(../img/bg_inazuma05.svg) no-repeat center top;
  background-size: 1920px;
  margin-bottom: -2px;
}
@media screen and (max-width: 767px) {
  .main-content .bg_inazuma.bg_inazuma05 {
    margin-bottom: -3px;
    background: url(../img/bg_inazuma05_sp.svg) no-repeat center top;
    background-size: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .main-content .bg_inazuma.bg_inazuma05 {
    background-size: 100%;
  }
}
.main-content .bg_inazuma.bg_inazuma06 {
  background: url(../img/bg_inazuma06.svg) no-repeat center top;
  background-size: 1920px;
  margin-bottom: -2px;
}
@media screen and (max-width: 767px) {
  .main-content .bg_inazuma.bg_inazuma06 {
    margin-bottom: -3px;
    background: url(../img/bg_inazuma06_sp.svg) no-repeat center bottom;
    background-size: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .main-content .bg_inazuma.bg_inazuma06 {
    background-size: 100%;
  }
}

.main-content {
  /* ------------------------------
  	.kv
  ------------------------------ */
  /* ------------------------------
  	.new_product
  ------------------------------ */
  /* ------------------------------
  	.campaign
  ------------------------------ */
  /* ------------------------------
  	.award
  ------------------------------ */
  /* ------------------------------
  	.whats
  ------------------------------ */
  /* ------------------------------
  	.cta
  ------------------------------ */
  /* ------------------------------
  	.interview
  ------------------------------ */
  /* ------------------------------
  	.package
  ------------------------------ */
  /* ------------------------------
  	.movie
  ------------------------------ */
  /* ------------------------------
  	.rule
  ------------------------------ */
}
.main-content .kv .kv_img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 678px;
}
@media screen and (max-width: 767px) {
  .main-content .kv .kv_img {
    height: 128vw;
  }
}
.main-content .kv .kv_img .logo {
  position: relative;
  z-index: 1;
  width: 690px;
  margin-top: -80px;
}
@media screen and (max-width: 767px) {
  .main-content .kv .kv_img .logo {
    width: 90.6666666667vw;
  }
}
.main-content .kv .kv_img .kv_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.main-content .kv .kv_img .kv_bg .bg_item {
  position: absolute;
  overflow: hidden;
}
.main-content .kv .kv_img .kv_bg .bg_item.item01, .main-content .kv .kv_img .kv_bg .bg_item.item04 {
  width: 50%;
  height: 66%;
}
.main-content .kv .kv_img .kv_bg .bg_item.item02, .main-content .kv .kv_img .kv_bg .bg_item.item03 {
  width: 50%;
  height: 34%;
}
.main-content .kv .kv_img .kv_bg .bg_item.item01 {
  top: 0;
  left: 0;
}
.main-content .kv .kv_img .kv_bg .bg_item.item02 {
  bottom: 0;
  left: 0;
}
.main-content .kv .kv_img .kv_bg .bg_item.item03 {
  top: 0;
  right: 0;
}
.main-content .kv .kv_img .kv_bg .bg_item.item04 {
  bottom: 0;
  right: 0;
}
.main-content .kv .kv_img .kv_bg .bg_item img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.main-content .kv .kv_img .kv_bg .bg_item img:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.main-content .kv .kv_img .kv_bg .bg_item img:nth-child(2) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.main-content .kv .kv_img .kv_bg .bg_item img:nth-child(3) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}
.main-content .kv .kv_btm {
  position: relative;
  height: 660px;
}
@media screen and (max-width: 767px) {
  .main-content .kv .kv_btm {
    height: 54.6666666667vw;
  }
}
.main-content .kv .kv_btm .products {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 44px;
  margin: -120px auto 0;
}
@media screen and (max-width: 767px) {
  .main-content .kv .kv_btm .products {
    gap: 4.2666666667vw;
    margin: -26.6666666667vw auto 0;
  }
}
.main-content .kv .kv_btm .products .img {
  width: 460px;
}
@media screen and (max-width: 767px) {
  .main-content .kv .kv_btm .products .img {
    width: 43.2vw;
  }
}
.main-content .kv .kv_btm .bg_inazuma {
  position: absolute;
  bottom: 0;
  left: 0;
}
.main-content .new_product {
  padding: 28px 0 56px;
  background-image: url(../img/new_product_bg01.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .main-content .new_product {
    padding: 4.2666666667vw 0 14.9333333333vw;
    background-position: center 37.3333333333vw;
    background-size: 160%;
  }
}
.main-content .new_product .img {
  text-align: center;
  position: relative;
  margin: 28px 0;
}
@media screen and (max-width: 767px) {
  .main-content .new_product .img {
    margin: 4.2666666667vw 0;
  }
}
.main-content .new_product .img img {
  width: 470px;
}
@media screen and (max-width: 767px) {
  .main-content .new_product .img img {
    width: 68.8vw;
  }
}
.main-content .new_product .info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin: 0 0 56px;
}
@media screen and (max-width: 767px) {
  .main-content .new_product .info {
    gap: 2.1333333333vw;
    margin: 4.2666666667vw;
  }
}
.main-content .new_product .info img {
  width: 176px;
}
@media screen and (max-width: 767px) {
  .main-content .new_product .info img {
    width: 21.3333333333vw;
  }
}
.main-content .new_product .scene {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .main-content .new_product .scene {
    display: block;
  }
}
.main-content .new_product .scene img {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .main-content .new_product .scene img {
    width: 90.6666666667vw;
    margin-bottom: 1.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .main-content .new_product .scene img:last-child {
    margin-bottom: 0;
  }
}
.main-content .campaign .mid_txt {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .main-content .campaign .mid_txt {
    margin-bottom: 8.5333333333vw;
  }
}
.main-content .campaign .wrap {
  position: relative;
}
.main-content .campaign .ico01 {
  position: absolute;
  top: 50px;
  right: -190px;
}
@media screen and (max-width: 767px) {
  .main-content .campaign .ico01 {
    top: 13.8666666667vw;
    right: -11.7333333333vw;
    width: 30.4vw;
  }
}
.main-content .campaign .cpsns_wrap {
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .main-content .campaign .cpsns_wrap {
    gap: 0;
    background: #fff;
    border-radius: 4.2666666667vw;
    overflow: hidden;
  }
}
.main-content .campaign .cpsns_wrap .cpsns_box {
  width: 424px;
  padding: 70px 48px 34px;
  background: #fff;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .main-content .campaign .cpsns_wrap .cpsns_box {
    width: 50%;
    padding: 5.3333333333vw 2.6666666667vw 2.6666666667vw;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .main-content .campaign .cpsns_wrap .cpsns_box + .cpsns_box {
    border-left: 1px solid #E8EEFB;
  }
}
.main-content .campaign .cpsns_wrap .cpsns_box .ico {
  width: 88px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main-content .campaign .cpsns_wrap .cpsns_box .ico {
    width: 23.4666666667vw;
  }
}
.main-content .campaign .cpsns_wrap .cpsns_box .ttl01 {
  margin: 28px 0;
  text-align: center;
  font-size: 24px;
  line-height: 1.25;
  font-weight: bold;
  color: #1D4693;
}
@media screen and (max-width: 767px) {
  .main-content .campaign .cpsns_wrap .cpsns_box .ttl01 {
    margin: 4.2666666667vw 0 5.0666666667vw;
    text-align: left;
    font-size: 3.7333333333vw;
    line-height: 1.5;
    white-space: nowrap;
  }
}
.main-content .campaign .cpsns_wrap .cpsns_box .ttl02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32px;
  margin-bottom: 16px;
  background: #E8EEFB;
  border-radius: 4px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .main-content .campaign .cpsns_wrap .cpsns_box .ttl02 {
    height: 6.4vw;
    margin-bottom: 2.1333333333vw;
    border-radius: 1.0666666667vw;
    font-size: 3.4666666667vw;
  }
}
.main-content .campaign .cpsns_wrap .cpsns_box .cpsns_list li {
  line-height: 1.5;
}
.main-content .campaign .cpsns_wrap .cpsns_box .cpsns_list li + li {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .main-content .campaign .cpsns_wrap .cpsns_box .cpsns_list li + li {
    margin-top: 4.2666666667vw;
  }
}
.main-content .campaign .cpsns_wrap .cpsns_box .cpsns_list li .note {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .main-content .campaign .cpsns_wrap .cpsns_box .cpsns_list li .note {
    margin-top: 2.1333333333vw;
    font-size: 2.6666666667vw;
    line-height: 1.25;
  }
}
.main-content .campaign .cpsns_wrap .cpsns_box .box01 {
  height: 220px;
}
@media screen and (max-width: 767px) {
  .main-content .campaign .cpsns_wrap .cpsns_box .box01 {
    height: 69.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .main-content .campaign .cpsns_wrap .cpsns_box .box02 {
    height: 70.9333333333vw;
  }
}
.main-content .campaign .cpsns_wrap .cpsns_box .cpsns_btn {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .main-content .campaign .cpsns_wrap .cpsns_box .cpsns_btn {
    margin-top: 0;
  }
}
.main-content .campaign .cpsns_wrap .cpsns_box .cpsns_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border-radius: 50px;
  background: #1D4693;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  .main-content .campaign .cpsns_wrap .cpsns_box .cpsns_btn a {
    height: 12.8vw;
    border-radius: 13.3333333333vw;
  }
}
.main-content .campaign .cpschedule {
  position: relative;
}
.main-content .campaign .cpschedule .img {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main-content .campaign .cpschedule .img {
    width: 67.7333333333vw;
  }
}
.main-content .campaign .cpschedule .ico02 {
  position: absolute;
  top: 7px;
  left: -30px;
}
@media screen and (max-width: 767px) {
  .main-content .campaign .cpschedule .ico02 {
    top: -2.9333333333vw;
    left: -0.5333333333vw;
    width: 17.0666666667vw;
  }
}
.main-content .campaign .cpschedule .img01 {
  position: absolute;
  right: -29px;
  bottom: -80px;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .main-content .campaign .cpschedule .img01 {
    right: -12.8vw;
    bottom: -16vw;
    width: 28.2666666667vw;
  }
}
.main-content .campaign .cppresent {
  position: relative;
}
.main-content .campaign .cppresent .img02 {
  position: absolute;
  top: 100px;
  left: -130px;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .main-content .campaign .cppresent .img02 {
    top: 17.3333333333vw;
    left: -10.1333333333vw;
    width: 28.2666666667vw;
  }
}
.main-content .campaign .cppresent .box + .box {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .main-content .campaign .cppresent .box + .box {
    margin-top: 8vw;
  }
}
.main-content .campaign .cppresent .box .img {
  position: relative;
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main-content .campaign .cppresent .box .img {
    width: 67.7333333333vw;
    margin: 0 auto;
  }
}
.main-content .campaign .cppresent .box .txt_box {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .main-content .campaign .cppresent .box .txt_box {
    margin-top: 4vw;
  }
}
.main-content .campaign .cppresent .box .txt_box .txt {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .main-content .campaign .cppresent .box .txt_box .txt {
    font-size: 3.4666666667vw;
    line-height: 1.5;
  }
}
.main-content .campaign .cppresent .box .txt_box .txt .note {
  display: block;
  font-weight: normal;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .main-content .campaign .cppresent .box .txt_box .txt .note {
    font-size: 2.6666666667vw;
  }
}
.main-content .campaign .cppresent .box .txt_box .ico {
  width: 80px;
  height: 83px;
  margin: 0 auto;
  background: url(../img/campaign_present_ico01.svg) no-repeat center center;
}
@media screen and (max-width: 767px) {
  .main-content .campaign .cppresent .box .txt_box .ico {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    margin: 2.6666666667vw auto;
    background-size: contain;
  }
}
.main-content .campaign .cprule {
  position: relative;
}
.main-content .campaign .cprule .img03 {
  position: absolute;
  top: -60px;
  right: -10px;
  width: 180px;
}
@media screen and (max-width: 767px) {
  .main-content .campaign .cprule .img03 {
    top: -10.1333333333vw;
    right: -11.2vw;
    width: 28.2666666667vw;
  }
}
.main-content .campaign .cprule .box {
  position: relative;
  z-index: 2;
  width: 657px;
  padding: 24px 40px;
  margin: 0 auto;
  border-radius: 16px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .main-content .campaign .cprule .box {
    width: 100%;
    padding: 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.main-content .campaign .cprule .box + .box {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .main-content .campaign .cprule .box + .box {
    margin-top: 8vw;
  }
}
.main-content .campaign .cprule .box .ttl {
  margin-bottom: 16px;
  text-align: center;
  font-size: 24px;
  line-height: 1.45;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .main-content .campaign .cprule .box .ttl {
    margin-bottom: 2.1333333333vw;
    font-size: 4.2666666667vw;
    font-weight: bold;
    line-height: 1.3;
  }
}
.main-content .campaign .cprule .box .txt {
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .main-content .campaign .cprule .box .txt {
    line-height: 1.6;
  }
}
.main-content .campaign .cprule .box .txt.mid {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .main-content .campaign .cprule .box .txt.mid {
    font-size: 4.2666666667vw;
    font-weight: bold;
    line-height: 1.5;
  }
}
.main-content .campaign .cprule .box .txt.txt_bg {
  position: relative;
}
.main-content .campaign .cprule .box .txt.txt_bg::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 3em;
  background: linear-gradient(to top, #fff, transparent);
}
.main-content .campaign .cprule .box .cprule_btn {
  margin-top: 24px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .main-content .campaign .cprule .box .cprule_btn {
    margin-top: 4.2666666667vw;
  }
}
.main-content .campaign .cprule .box .cprule_btn a {
  display: inline-block;
  padding-right: 13px;
  font-size: 14px;
  line-height: 1.75;
  color: #3B499F;
  font-weight: bold;
  border-bottom: 1px solid #3B499F;
  background: url(../img/campaign_rule_ico01.svg) no-repeat right 6px;
}
@media screen and (max-width: 767px) {
  .main-content .campaign .cprule .box .cprule_btn a {
    padding-right: 3.7333333333vw;
    font-size: 3.4666666667vw;
    line-height: 1.88;
    line-height: 1.75;
    background-size: 1.8666666667vw;
    background-position: right 1.6vw;
  }
}
.main-content .award {
  position: relative;
  min-height: 1705px;
  background: linear-gradient(rgb(255, 255, 255), rgb(168, 192, 238));
  background-size: 1980px;
}
@media screen and (max-width: 767px) {
  .main-content .award {
    min-height: 242.9333333333vw;
  }
}
.main-content .award .wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-content .award .wrap {
    padding-top: 8.5333333333vw;
  }
}
.main-content .award .str_ttl {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .main-content .award .str_ttl {
    margin-bottom: 8.5333333333vw;
  }
}
.main-content .award .txt {
  width: 864px;
  margin: 0 auto 63px;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .main-content .award .txt {
    width: 100%;
    margin-bottom: 10.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.main-content .award .box {
  padding: 48px;
  background-color: #fff;
  border-radius: 20px;
}
.main-content .award .box .img {
  padding-left: 33px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main-content .award .box .img {
    padding-left: 1.3333333333vw;
  }
}
.main-content .award .box .img img {
  width: 470px;
}
@media screen and (max-width: 767px) {
  .main-content .award .box .img img {
    width: 66.9333333333vw;
  }
}
.main-content .award .bg_inazuma03 {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .main-content .award .bg_inazuma03 {
    bottom: -2.6666666667vw;
  }
}
.main-content .award .img04 {
  position: absolute;
  top: -220px;
  right: 0;
  width: 180px;
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .main-content .award .img04 {
    top: -12.5333333333vw;
    right: 18.6666666667vw;
    width: 23.4666666667vw;
  }
}
.main-content .award .str_ttl {
  position: relative;
  z-index: 2;
}
.main-content .whats {
  position: relative;
  padding-top: 64px;
}
.main-content .whats .wrap {
  position: relative;
}
.main-content .whats .str_ttl {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .main-content .whats .str_ttl {
    margin-bottom: 8.5333333333vw;
  }
}
.main-content .whats .txt_box {
  position: relative;
}
.main-content .whats .txt_box .mid_txt {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .main-content .whats .txt_box .mid_txt {
    margin-bottom: 8.5333333333vw;
  }
}
.main-content .whats .txt_box .ico01 {
  position: absolute;
  top: 0;
  right: -190px;
}
@media screen and (max-width: 767px) {
  .main-content .whats .txt_box .ico01 {
    top: 0vw;
    right: -11.7333333333vw;
    width: 30.4vw;
  }
}
.main-content .whats .img01 {
  text-align: center;
  position: relative;
}
.main-content .whats .img01 img {
  width: 960px;
}
@media screen and (max-width: 767px) {
  .main-content .whats .img01 img {
    width: 87.4666666667vw;
  }
}
.main-content .whats .txt {
  width: 583px;
  margin: 30px auto 56px;
}
@media screen and (max-width: 767px) {
  .main-content .whats .txt {
    width: 100%;
    margin: 8.5333333333vw 0;
    font-size: 3.7333333333vw;
  }
}
.main-content .whats .img02 {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-content .whats .img02 img {
    width: 82.1333333333vw;
  }
}
.main-content .whats .img02 .img03 {
  position: absolute;
  left: -100px;
  top: -40px;
  width: 180px;
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .main-content .whats .img02 .img03 {
    display: none;
  }
}
.main-content .whats .img02 .img04 {
  position: absolute;
  right: -100px;
  top: 200px;
  width: 180px;
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .main-content .whats .img02 .img04 {
    display: none;
  }
}
.main-content .cta {
  position: relative;
}
.main-content .cta .wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .main-content .cta .wrap {
    max-width: 1240px;
  }
}
.main-content .cta .str_ttl {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .main-content .cta .str_ttl {
    padding-top: 8.5333333333vw;
    margin-bottom: 8.5333333333vw;
  }
}
.main-content .cta .txt {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .main-content .cta .txt {
    padding-bottom: 5.3333333333vw;
    margin-top: 4vw;
  }
}
.main-content .cta .cta_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
}
@media screen and (max-width: 767px) {
  .main-content .cta .cta_list {
    flex-direction: column;
    gap: 2.6666666667vw 0;
  }
}
@media screen and (max-width: 767px) {
  .main-content .cta .cta_list .cta_btn {
    width: 100%;
  }
}
.main-content .cta .btm_space {
  height: 80px;
}
@media screen and (max-width: 767px) {
  .main-content .cta .btm_space {
    height: 4vw;
  }
}
.main-content .cta.bg03 {
  padding: 60px 0;
}
.main-content .cta.bg03 .txt {
  color: #fff;
}
.main-content .interview {
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-content .interview {
    padding-bottom: 5.3333333333vw;
  }
}
.main-content .interview .str_ttl {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .main-content .interview .str_ttl {
    padding-top: 5.3333333333vw;
    margin-bottom: 8.5333333333vw;
  }
}
.main-content .interview .mid_txt {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .main-content .interview .mid_txt {
    margin-bottom: 4vw;
    text-align: left;
  }
}
.main-content .interview .interview_box + .interview_box {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .main-content .interview .interview_box + .interview_box {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .main-content .interview .interview_box.flex + .flex {
    margin-top: 40px;
  }
}
.main-content .interview .interview_box .img {
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main-content .interview .interview_box .img {
    border-radius: 2.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .main-content .interview .interview_box .txt_box {
    margin-top: 4vw;
  }
}
.main-content .interview .interview_box .txt_box + .txt_box {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .main-content .interview .interview_box .txt_box + .txt_box {
    margin-top: 4.2666666667vw;
  }
}
.main-content .interview .interview_box .txt_box .ttl {
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .main-content .interview .interview_box .txt_box .ttl {
    margin-bottom: 2.1333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.75;
  }
}
.main-content .interview .interview_box .txt_box .txt {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .main-content .interview .interview_box .txt_box .txt {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .main-content .interview .interview_box:not(.flex) .txt_box {
    max-width: 864px;
    margin: 40px auto 0;
  }
}
.main-content .interview .interview_box.flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .main-content .interview .interview_box.flex {
    flex-direction: column;
  }
}
.main-content .interview .interview_box.flex .img {
  flex-shrink: 0;
  width: 472px;
}
@media screen and (max-width: 767px) {
  .main-content .interview .interview_box.flex .img {
    width: 100%;
  }
}
.main-content .interview .interview_box.flex .txt_box {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .main-content .interview .interview_box.flex .txt_box {
    margin-left: 0;
  }
}
.main-content .interview .lineup {
  background: #fff;
  border-radius: 20px;
  padding: 48px;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .main-content .interview .lineup {
    padding: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.main-content .interview .lineup .ttl {
  margin-bottom: 48px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main-content .interview .lineup .ttl {
    margin-bottom: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.main-content .interview .lineup .ttl sub {
  vertical-align: -webkit-baseline-middle;
}
.main-content .interview .lineup .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .main-content .interview .lineup .text {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 10.6666666667vw;
  }
}
.main-content .interview .lineup .text ul li {
  list-style: disc;
  list-style-position: inside;
  font-size: 16px;
  line-height: 1.75;
}
.main-content .interview .lineup .text .icon {
  width: 144px;
}
@media screen and (max-width: 767px) {
  .main-content .interview .lineup .text .icon {
    width: 38.4vw;
  }
}
.main-content .interview .lineup .product .product_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .main-content .interview .lineup .product .product_box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5.3333333333vw;
  }
}
.main-content .interview .lineup .product .product_box:last-child {
  margin-bottom: 0;
}
.main-content .interview .lineup .product .product_box .product_img {
  position: relative;
  width: 222px;
}
@media screen and (max-width: 767px) {
  .main-content .interview .lineup .product .product_box .product_img {
    width: 59.2vw;
  }
}
.main-content .interview .lineup .product .product_box .product_img .new {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 72px;
}
@media screen and (max-width: 767px) {
  .main-content .interview .lineup .product .product_box .product_img .new {
    top: -5.3333333333vw;
    left: -5.3333333333vw;
    width: 19.2vw;
  }
}
.main-content .interview .lineup .product .product_box .product_component {
  width: calc(100% - 222px - 20px);
}
@media screen and (max-width: 767px) {
  .main-content .interview .lineup .product .product_box .product_component {
    width: 100%;
  }
}
.main-content .interview .lineup .product .product_box .product_component h4 {
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .main-content .interview .lineup .product .product_box .product_component h4 {
    margin-bottom: 3.7333333333vw;
    font-size: 3.7333333333vw;
  }
}
.main-content .interview .lineup .product .product_box .product_component h4 sub {
  vertical-align: -webkit-baseline-middle;
}
.main-content .interview .lineup .product .product_box .product_component dl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: solid 4px #E8EEFB;
  border-radius: 10px;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .main-content .interview .lineup .product .product_box .product_component dl {
    padding: 2.6666666667vw;
  }
}
.main-content .interview .lineup .product .product_box .product_component dl dt {
  width: 132px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .main-content .interview .lineup .product .product_box .product_component dl dt {
    width: 26.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
.main-content .interview .lineup .product .product_box .product_component dl dd {
  width: calc(100% - 132px - 44px);
  padding-left: 20px;
  margin-left: 20px;
  border-left: solid 4px #E8EEFB;
}
@media screen and (max-width: 767px) {
  .main-content .interview .lineup .product .product_box .product_component dl dd {
    width: calc(100% - 26.6666666667vw - 6.4vw);
    padding-left: 2.6666666667vw;
    margin-left: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
.main-content .interview .lineup .product .product_box .product_component dl dd ul {
  margin-top: 10px;
  padding-top: 10px;
  border-top: dotted 4px #E8EEFB;
}
@media screen and (max-width: 767px) {
  .main-content .interview .lineup .product .product_box .product_component dl dd ul {
    padding-top: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}
.main-content .interview .lineup .product .product_box .product_component dl dd ul:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none;
  border-top: 0;
}
.main-content .interview .lineup .product .product_box .product_component dl dd ul li {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .main-content .interview .lineup .product .product_box .product_component dl dd ul li {
    margin-bottom: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
.main-content .interview .lineup .product .product_box .product_component dl dd ul lilast-child {
  margin-bottom: 0;
}
.main-content .package {
  position: relative;
}
.main-content .package .wrap {
  position: relative;
}
.main-content .package .ico05 {
  position: absolute;
  z-index: 2;
  top: -180px;
  left: 250px;
}
@media screen and (max-width: 767px) {
  .main-content .package .ico05 {
    top: -12vw;
    left: 32vw;
    width: 24.8vw;
  }
}
.main-content .package .str_ttl {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .main-content .package .str_ttl {
    padding-top: 9.3333333333vw;
    margin-bottom: 8.5333333333vw;
  }
}
.main-content .package .txt {
  font-size: 14px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .main-content .package .txt {
    font-size: 3.7333333333vw;
  }
}
.main-content .package .package_slide_wrap {
  max-width: 1240px;
  width: 100%;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .main-content .package .package_slide_wrap {
    max-width: 100%;
    width: 100%;
    margin-top: 8vw;
    padding-bottom: 5.3333333333vw;
  }
}
.main-content .package .package_slide_nav {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .main-content .package .package_slide_nav {
    padding: 0 4.2666666667vw;
  }
}
.main-content .package .package_slide_nav li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 294px;
  height: 60px;
  border-radius: 16px 16px 0 0;
  background: #D20F17;
  color: #F68388;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  transition: opacity 0.4s ease;
}
@media screen and (max-width: 767px) {
  .main-content .package .package_slide_nav li {
    width: 23.2vw;
    height: 9.6vw;
    border-radius: 2.1333333333vw 2.1333333333vw 0 0;
    font-size: 2.6666666667vw;
  }
}
.main-content .package .package_slide_nav li:not(.current) {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .main-content .package .package_slide_nav li:hover {
    opacity: 0.7;
  }
}
.main-content .package .package_slide_nav li.current {
  width: 100%;
  height: 86px;
  color: #fff !important;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .main-content .package .package_slide_nav li.current {
    height: 12.8vw;
    font-size: 3.7333333333vw;
  }
}
.main-content .package .package_slide_nav li.current::after {
  content: "▼";
  margin-left: 0.5em;
}
.main-content .package .package_slide_nav li.red {
  background: #D20F17;
  color: #F68388;
}
.main-content .package .package_slide_nav li.blue {
  background: #092381;
  color: #445AA8;
}
.main-content .package .package_slide_nav li.green {
  background: #4FB8C4;
  color: #C1E6EA;
}
.main-content .package .package_slide_box {
  background: #E8EEFB;
  border-radius: 0 0 32px 32px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  height: 0;
}
@media screen and (max-width: 767px) {
  .main-content .package .package_slide_box {
    border-radius: 0;
  }
}
.main-content .package .package_slide_box.active {
  opacity: 1;
  visibility: visible;
  border-top: 6px solid transparent;
  padding: 50px 0;
  height: auto;
}
@media screen and (max-width: 767px) {
  .main-content .package .package_slide_box.active {
    border-top-width: 0.5333333333vw;
    padding: 8vw 0;
  }
}
.main-content .package .package_slide_box .package_slide {
  position: relative;
  display: none;
}
.main-content .package .package_slide_box .package_slide.slick-initialized {
  display: block;
}
.main-content .package .package_slide_box .package_slide .slick-arrow {
  position: absolute;
  z-index: 3;
  top: 281px;
  width: 45px;
  height: 90px;
  cursor: pointer;
  background: #D20F17;
}
@media screen and (max-width: 767px) {
  .main-content .package .package_slide_box .package_slide .slick-arrow {
    top: 39.7333333333vw;
    width: 6.4vw;
    height: 12.8vw;
  }
}
.main-content .package .package_slide_box .package_slide .slick-arrow.prev_arrow {
  left: calc(50% - 327px);
  border-radius: 0 45px 45px 0;
  background: url(../img/ico_arw01.svg) no-repeat center center;
}
@media screen and (max-width: 767px) {
  .main-content .package .package_slide_box .package_slide .slick-arrow.prev_arrow {
    left: calc(50% - 37.3333333333vw);
    border-radius: 0 6.4vw 6.4vw 0;
    background-size: 2.1333333333vw;
  }
}
.main-content .package .package_slide_box .package_slide .slick-arrow.next_arrow {
  right: calc(50% - 327px);
  border-radius: 45px 0 0 45px;
  background: url(../img/ico_arw02.svg) no-repeat center center;
}
@media screen and (max-width: 767px) {
  .main-content .package .package_slide_box .package_slide .slick-arrow.next_arrow {
    right: calc(50% - 37.3333333333vw);
    border-radius: 6.4vw 0 0 6.4vw;
    background-size: 2.1333333333vw;
  }
}
.main-content .package .package_slide_box .package_slide .slick-dots {
  display: flex;
  flex-wrap: wrap;
  width: 657px;
  margin: 40px auto 0;
  gap: 15px 15px;
}
@media screen and (max-width: 767px) {
  .main-content .package .package_slide_box .package_slide .slick-dots {
    width: 90.1333333333vw;
    margin: 8vw auto 0;
    gap: 1.6vw 1.6vw;
  }
}
.main-content .package .package_slide_box .package_slide .slick-dots li {
  width: 97px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .main-content .package .package_slide_box .package_slide .slick-dots li {
    width: 21.3333333333vw;
    height: 8.5333333333vw;
  }
}
.main-content .package .package_slide_box .package_slide .slick-dots li button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 30px;
  border: 0;
  color: transparent;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .main-content .package .package_slide_box .package_slide .slick-dots li button {
    border-radius: 8vw;
  }
}
.main-content .package .package_slide_box .package_slide .slick-dots li button::before {
  color: #bbb;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .main-content .package .package_slide_box .package_slide .slick-dots li button::before {
    font-size: 3.2vw;
  }
}
.main-content .package .package_slide_box .package_slide .slick-dots li.slick-active button::before {
  color: #fff;
}
.main-content .package .package_slide_box .package_slide_item.slick-current .package_slide_item_box, .main-content .package .package_slide_box .package_slide_item.is-active-next .package_slide_item_box {
  transform: scale(1);
  opacity: 1;
}
.main-content .package .package_slide_box .package_slide_item_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 657px;
  height: 653px;
  background: #fff;
  border: 4px solid transparent;
  border-radius: 16px;
  overflow: hidden;
  transform: scale(0.55);
  opacity: 0.5;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  .main-content .package .package_slide_box .package_slide_item_box {
    width: 74.6666666667vw;
    height: 92.2666666667vw;
    border-radius: 2.1333333333vw;
    border-width: 0.5333333333vw;
  }
}
.main-content .package .package_slide_box .package_slide_item_box .img {
  width: 475px;
  height: 475px;
}
@media screen and (max-width: 767px) {
  .main-content .package .package_slide_box .package_slide_item_box .img {
    width: 64vw;
    height: 64vw;
  }
}
.main-content .package .package_slide_box .package_slide_item_box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.main-content .package .package_slide_box.package_apple {
  border-color: #D20F17;
}
.main-content .package .package_slide_box.package_apple .package_slide_item_box {
  border-color: #D20F17;
}
.main-content .package .package_slide_box.package_apple .package_slide .slick-arrow {
  background-color: #D20F17;
}
.main-content .package .package_slide_box.package_apple .slick-dots li.slick-active button {
  background-color: #D20F17;
}
.main-content .package .package_slide_box.package_apple .slick-dots li:nth-child(1) button::before {
  content: "2009";
}
.main-content .package .package_slide_box.package_apple .slick-dots li:nth-child(2) button::before {
  content: "2015";
}
.main-content .package .package_slide_box.package_apple .slick-dots li:nth-child(3) button::before {
  content: "2016";
}
.main-content .package .package_slide_box.package_apple .slick-dots li:nth-child(4) button::before {
  content: "2018";
}
.main-content .package .package_slide_box.package_apple .slick-dots li:nth-child(5) button::before {
  content: "2021";
}
.main-content .package .package_slide_box.package_apple .slick-dots li:nth-child(6) button::before {
  content: "2024";
}
.main-content .package .package_slide_box.package_muscat {
  border-color: #092381;
}
.main-content .package .package_slide_box.package_muscat .package_slide_item_box {
  border-color: #092381;
}
.main-content .package .package_slide_box.package_muscat .package_slide .slick-arrow {
  background-color: #092381;
}
.main-content .package .package_slide_box.package_muscat .slick-dots li.slick-active button {
  background-color: #092381;
}
.main-content .package .package_slide_box.package_muscat .slick-dots li:nth-child(1) button::before {
  content: "2010";
}
.main-content .package .package_slide_box.package_muscat .slick-dots li:nth-child(2) button::before {
  content: "2011";
}
.main-content .package .package_slide_box.package_muscat .slick-dots li:nth-child(3) button::before {
  content: "2012";
}
.main-content .package .package_slide_box.package_muscat .slick-dots li:nth-child(4) button::before {
  content: "2015";
}
.main-content .package .package_slide_box.package_muscat .slick-dots li:nth-child(5) button::before {
  content: "2016";
}
.main-content .package .package_slide_box.package_muscat .slick-dots li:nth-child(6) button::before {
  content: "2018";
}
.main-content .package .package_slide_box.package_muscat .slick-dots li:nth-child(7) button::before {
  content: "2021";
}
.main-content .package .package_slide_box.package_muscat .slick-dots li:nth-child(8) button::before {
  content: "2024";
}
.main-content .package .package_slide_box.package_soda {
  border-color: #4FB8C4;
}
.main-content .package .package_slide_box.package_soda .package_slide_item_box {
  border-color: #4FB8C4;
}
.main-content .package .package_slide_box.package_soda .package_slide .slick-arrow {
  background-color: #4FB8C4;
}
.main-content .package .package_slide_box.package_soda .slick-dots li.slick-active button {
  background-color: #4FB8C4;
}
.main-content .package .package_slide_box.package_soda .slick-dots li:nth-child(1) button::before {
  content: "2026";
}
.main-content .movie {
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-content .movie {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
.main-content .movie .str_ttl {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .main-content .movie .str_ttl {
    margin-bottom: 8.5333333333vw;
  }
}
.main-content .movie .mid_txt {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .main-content .movie .mid_txt {
    margin-bottom: 8.5333333333vw;
  }
}
.main-content .movie .img {
  width: 864px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main-content .movie .img {
    width: 100%;
  }
}
.main-content .rule {
  padding: 120px 0 80px;
}
@media screen and (max-width: 767px) {
  .main-content .rule {
    padding: 12vw 0 16vw;
  }
}
.main-content .rule .sec_ttl {
  margin-bottom: 56px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .main-content .rule .sec_ttl {
    margin-top: 0;
    margin-bottom: 8vw;
  }
}
.main-content .rule .rule_btn {
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .main-content .rule .rule_btn {
    margin-top: 12vw;
  }
}
.main-content .rule .rule_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 833px;
  height: 56px;
  border-radius: 30px;
  border: 2px solid #3B499F;
  background: #fff url(../img/ico_arw03.svg) no-repeat;
  background-position: calc(100% - 23px) center;
  text-align: center;
  font-size: 14px;
  color: #3B499F;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .main-content .rule .rule_btn a {
    width: 100%;
    height: 12.8vw;
    border-width: 0.5333333333vw;
    border-radius: 8vw;
    background-size: 4vw;
    background-position: calc(100% - 6.4vw) center;
    font-size: 3.4666666667vw;
  }
}
.main-content .rule .rule_wrap {
  padding: 64px;
  background: #fff;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .main-content .rule .rule_wrap {
    padding: 4.2666666667vw;
    border-radius: 4.2666666667vw;
  }
}
.main-content .rule .rule_wrap .rule_box + .rule_box {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .main-content .rule .rule_wrap .rule_box + .rule_box {
    margin-top: 8.5333333333vw;
  }
}
.main-content .rule .rule_wrap .rule_box .ttl {
  margin-bottom: 24px;
  padding: 12px;
  border-radius: 4px;
  background: #F2F5F9;
  line-height: 1.6;
  font-size: 13px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .main-content .rule .rule_wrap .rule_box .ttl {
    text-align: center;
    margin-bottom: 2.1333333333vw;
    padding: 1.0666666667vw;
    border-radius: 1.0666666667vw;
    font-size: 3.4666666667vw;
  }
}
.main-content .rule .rule_wrap .rule_box .txt {
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .main-content .rule .rule_wrap .rule_box .txt {
    line-height: 1.5;
  }
}
.main-content .rule .rule_wrap .rule_box .txt + .txt {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .main-content .rule .rule_wrap .rule_box .txt + .txt {
    margin-top: 2.1333333333vw;
  }
}
.main-content .rule .rule_wrap .rule_box .txt_space {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .main-content .rule .rule_wrap .rule_box .txt_space {
    margin-top: 2.1333333333vw;
  }
}
.main-content .rule .rule_wrap .rule_box .space {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .main-content .rule .rule_wrap .rule_box .space {
    margin-top: 4.2666666667vw;
  }
}

.modal_youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.modal_youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}