
/*
= = = = = = = = = = = = = = = = = = = = = = = = = = */

.nav-ut-bottom-01 {
  position: fixed;
  /* keep at bottom and slide via transform for smooth GPU-accelerated animation */
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  
  border-top: 1px solid rgba(190, 184, 184, 0.40);
  background: #ECFBFF;
  box-shadow: 0 -4px 4px 0 rgba(190, 184, 184, 0.25);

  font-size: 14px;
  /* prefer transform for smoother animations */
  transition: bottom 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
  z-index: 9999;
}

/* visible state: slide up to bottom */
.nav-ut-bottom-01.show {
  bottom: 0;
}

/* hidden state: slide down off-screen */
.nav-ut-bottom-01.hide {
  bottom: -60px;
}

.nav-ut-bottom-01 .p-detail {
  display: flex;
  width: 1100px;
  height: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1140px) {
  .nav-ut-bottom-01 .p-detail {
    width: 100%;
    padding: 0 20px;
  }
}

.nav-ut-bottom-01 .p-detail .c-quantity {
  display: none;
}

/* p-info */

.nav-ut-bottom-01 .p-detail .p-info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.nav-ut-bottom-01 .p-detail .p-info .c-giga,
.nav-ut-bottom-01 .p-detail .p-info .c-days {
  font-size: 20px;
  color: #444;
}

@media only screen and (max-width: 640px) {
  .nav-ut-bottom-01 .p-detail .p-info {
    gap: 10px;
  }
  .nav-ut-bottom-01 .p-detail .p-info .c-giga,
  .nav-ut-bottom-01 .p-detail .p-info .c-days {
    font-size: 18px;
  }
}
@media only screen and (max-width: 380px) {
  .nav-ut-bottom-01 .p-detail .p-info .c-giga,
  .nav-ut-bottom-01 .p-detail .p-info .c-days {
    font-size: 16px;
  }
}

/* p-cta */

.nav-ut-bottom-01 .p-detail .p-cta {
  position: relative;
  margin-left: auto;
}
.nav-ut-bottom-01 .p-detail .c-price {
  position: absolute;
  display: block;
  right: 160px;
  top: 50%;
  transform: translateY(-50%);
  width: 150px;
  font-size: 28px;
  font-weight: 700;
  text-align: right;
}
.nav-ut-bottom-01 .p-detail .c-cta {
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 120px;
  height: 44px;
  padding: 10px 0;
  border-radius: 40px;
  background-color: #E573AA;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.nav-ut-bottom-01 .p-detail .c-cta:hover {
  text-decoration: none;
  background-color: #ec96bf;
}
@media only screen and (max-width: 640px) {
  .nav-ut-bottom-01 .p-detail .c-price {
    right: 130px;
    width: 130px;
    font-size: 24px;
  }
  .nav-ut-bottom-01 .p-detail .c-cta {
    width: 110px;
    height: 37px;
    padding: 7px 0;
  }
}
@media only screen and (max-width: 380px) {
  .nav-ut-bottom-01 .p-detail .c-price {
    right: 120px;
    width: 110px;
    font-size: 20px;
  }
  .nav-ut-bottom-01 .p-detail .c-cta {
    width: 100px;
    height: 34px;
    font-size: 14px;
  }
}


/*
= = = = = = = = = = = = = = = = = = = = = = = = = = */


/* MV
- - - - - - - - - - - - - - - - - - - - - - - - - - */

.section-main-visual-2025-11 {
  padding-top: 10px;
  background: #F9F5DB;
}
.section-main-visual-2025-11 .panel-zante___ {
  display: grid;
  grid-template-columns: 4fr 1fr;
  /* grid-template-columns: 1fr 600px; */
  gap: 40px;
}

.section-main-visual-2025-11 .in-container {
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 200px;
}
.section-main-visual-2025-11.thailand .in-container {
  background-image: url(/assets/img/plan/thailand/2025-11-longterm/bg-list.png);
}
.section-main-visual-2025-11.taiwan .in-container {
  background-image: url(/assets/img/plan/taiwan/2025-11-longterm/bg-list.png);
}
.section-main-visual-2025-11.south-korea .in-container {
  background-image: url(/assets/img/plan/south-korea/2025-11-longterm/bg-list.png);
}
.section-main-visual-2025-11.hongkong .in-container {
  background-image: url(/assets/img/plan/hongkong/2025-11-longterm/bg-list.png);
}
.section-main-visual-2025-11.united-states .in-container {
  background-image: url(/assets/img/plan/united-states/2025-11-longterm/bg-list.png);
}
.section-main-visual-2025-11.europe .in-container {
  background-image: url(/assets/img/plan/europe/2025-11-longterm/bg-list.png);
}
.section-main-visual-2025-11.indonesia .in-container {
  background-image: url(/assets/img/plan/indonesia/2025-11-longterm/bg-list.png);
}
.section-main-visual-2025-11.southeast-asia .in-container {
  background-image: url(/assets/img/plan/southeast-asia/2025-11-longterm/bg-list.png);
}
.section-main-visual-2025-11.china .in-container {
  background-image: url(/assets/img/plan/china/2025-11-longterm/bg-list.png);
}
@media only screen and (max-width: 834px) {
  .section-main-visual-2025-11 .in-container {
    background: none !important;
  }
}
@media only screen and (min-width: 835px) {
  .section-main-visual-2025-11 .panel-zante___ .picpic {
    display: none;
  }
}

@media only screen and (max-width: 834px) {
  .section-main-visual-2025-11 {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .section-main-visual-2025-11 {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
    padding-bottom: 0px;
  }
  .section-main-visual-2025-11 .icon-ut.type-large {
    width: 32px;
    height: 30px;
  }
}

/*  */

body.plan-sales-label .panel-zante___ .c-label-group-discount-pc {
  right: 20px;
  left: auto;
  top: -20px;
}
body.plan-sales-label .panel-zante___ .c-label-smtrust-2512-pc {
  right: -240px;
  top: -65px;
  width: 120px;
}
@media only screen and (max-width: 1140px) {
  body.plan-sales-label .panel-zante___ .c-label-smtrust-2512-pc {
    right: -200px;
  }
}
@media only screen and (max-width: 1000px) {
  body.plan-sales-label .panel-zante___ .c-label-group-discount-pc {
    /* right: auto;
    left: 590px;
    top: -95px;
    width: 150px; */
  }
}
@media only screen and (max-width: 834px) {
  .plan-sales-label .panel-zante___ .picpic {
    bottom: 0;
  }
  .unit-ut.picpic .c-pic.c-sales-label {
    right: 110px;
    top: -40px;
    width: 200px;
  }
  body.plan-sales-label .panel-zante___ .c-label-smtrust-2512-pc {
    display: none;
  }
  body.plan-sales-label .panel-zante___ .c-label-smtrust-2512-tablet {
    right: 8px;
    top: -37px;
    width: 90px;
  }
}
@media only screen and (max-width: 640px) {
  .plan-sales-label .panel-zante___ .picpic {
    overflow: hidden;
  }
  .unit-ut.picpic .c-pic.c-sales-label {
    right: 0px;
    top: 0px;
    width: 180px;
  }
  body.plan-sales-label .panel-zante___ .c-label-smtrust-2512-tablet {
    right: 0px;
    top: 200px;
    width: 90px;
  }
}

/*  */

.section-main-visual-2025-11 h1.c-heading {
  margin-bottom: 20px;
}
.section-main-visual-2025-11 h1.c-heading .c-text {
  margin-left: 20px;
  font-size: 40px;
  font-weight: 700;
  color: #333;
  vertical-align: text-bottom;
}
.section-main-visual-2025-11 h2.c-heading {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  color: #555;
}
.section-main-visual-2025-11 h2.c-emphasis {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  color: #E573AA;
}
.section-main-visual-2025-11 span.c-emphasis {
  color: #E573AA;
}
@media only screen and (min-width: 835px) {
  .section-main-visual-2025-11 h2.c-heading {
    margin-left: 93px;
  }
  .section-main-visual-2025-11 h2.c-emphasis {
    margin-left: 93px;
  }
  .section-main-visual-2025-11 .list-ut-icon {
    margin-left: 94px;
  }
}
.section-main-visual-2025-11 ul {
  margin-left: 5px;
}

@media only screen and (max-width: 834px) {
  .section-main-visual-2025-11 .panel-zante___ {
    grid-template-columns: 4fr 130px;
  }
}
@media only screen and (max-width: 640px) {
  .section-main-visual-2025-11 .panel-zante___ {
    grid-template-columns: 4fr 100px;
  }
  .section-main-visual-2025-11 h1.c-heading .c-text {
    margin-left: 10px;
    font-size: 24px;
    vertical-align: baseline;
  }
  .section-main-visual-2025-11 h2.c-heading {
    font-size: 16px;
  }
  .section-main-visual-2025-11 ul {
    font-size: 14px;
  }
}
@media only screen and (max-width: 410px) {
  .section-main-visual-2025-11 .panel-zante___ {
    grid-template-columns: 4fr 60px;
  }
}

/* product-info */

/* tablet 切り替え */

.nav-controller-wrap .tab-ut .list-ut-words {
  /* display: none; 251217 */
}
@media only screen and (max-width: 834px) {
  /* 251217
  .nav-controller-wrap .tab-ut .list-ut-words {
    display: flex;
  }
  */
}
.product-info-pc.l-container { /* 251217 */
  display: none;
}

/* info */

.nav-controller-wrap .tab-ut .list-ut-words {
  margin-top: 20px;
  margin-left: 42px;
}
.nav-controller-wrap .tab-ut .list-ut-words dt,
.nav-controller-wrap .tab-ut .list-ut-words dd {
  display: flex;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 2px;
}
.nav-controller-wrap .tab-ut .list-ut-words dt {
  justify-content: flex-end;
  color: #666;
  font-weight: 700;
}
.nav-controller-wrap .tab-ut .list-ut-words dd {
  position: relative;
  padding-left: 20px;
}
.nav-controller-wrap .tab-ut .list-ut-words dd:before {
  position: absolute;
  display: block;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: ":";
}

@media only screen and (min-width: 835px) {
  .nav-controller-wrap .tab-ut .list-ut-words {
    margin-top: 0px;
    padding-left: 20px;
    border-left: dashed 2px #ccc;
  }
}

/*  */

.nav-controller-wrap .tab-ut .c-giga-select {
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
  font-size: 24px;
  font-weight: 700;
}

/* nav-controller
= = = = = = = = = = = = = = = = = = = = = = = = = = */

.nav-controller-wrap {
  position: relative;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.nav-controller {
  position: absolute;
  left: calc(50% + 40px);
  transform: translateX(-50%);
  top: -260px;
  width: 360px;
  min-height: 200px;
  /* z-index: 10; 251105 Gメニュープルダウンが隠れちゃう */
}

/* @media only screen and (max-width: 834px) { 251217 */
  .nav-controller-wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 15px;
    background: #ECFBFF;
  }
  .nav-controller {
    position: relative;
    left: auto;
    transform: none;
    top: auto;
    width: 800px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
  }
/* } 251217 */

@media only screen and (max-width: 834px) { /* 251217 */
  .nav-controller {
    width: 340px;
  }
}

.nav-controller-wrap .tab-ut .unit-ut {
  padding: 20px 10px;
}
@media only screen and (min-width: 835px) {
  .nav-controller-wrap .tab-ut .unit-ut {
    display: flex;
    align-items: center;
  }
}

/* 問合せリンク 260106 */

.nav-controller-wrap .contact-260106 {
  margin-top: 15px;
  text-align: center;
}

/* tab */

@media only screen and (max-width: 834px) {
  .block-tab-g > .p-nav li {
    padding-bottom: 0px;
  }
  .block-tab-g > .unit-ut {
    margin-top: 10px;
  }
}

.block-tab-g > .p-nav > li a {
  padding-left: 0px;
  padding-right: 0px;
  font-size: 20px;
  font-weight: 700;
  border: solid 1px #e0e0e0;
  background: rgba(242,242,242,0.9);
  color: #333;
}
@media only screen and (min-width: 835px) {
  .block-tab-g > .p-nav > li a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 28px;
  }
}
.block-tab-g > .p-nav li a:hover {
  border: solid 1px #67513B;
  background: #67513B;
  color: #fff;
}
.block-tab-g > .p-nav li a.st-active {
  border: solid 1px #67513B;
  background: #67513B;
  color: #fff;
}
.block-tab-g > .p-nav li a.st-active:hover {
  border: solid 1px #67513B;
  background: #67513B;
  color: #fff;
}

@media only screen and (min-width: 835px) {
  .card-ut-price {
    width: 840px;
    margin-left: 40px;
  }
}
.card-ut-price > .c-before-discount {
  margin-bottom: 0;
  padding-left: 12px;
  text-align: left;
}
.card-ut-price > .c-wrap {
  line-height: 1.2;
}
.card-ut-price > .c-wrap > .c-pre {
  padding-top: 6px;
  font-size: 13px;
}
.card-ut-price .c-wrap.type-line-1 > .c-price {
  font-size: 56px;
}
.card-ut-price .c-wrap.type-line-1 > .c-unit {
  align-items: end;
}
@media only screen and (max-width: 834px) {
  .card-ut-price > .c-before-discount {
    padding-left: 54px;
    }
  .card-ut-price .c-wrap.type-line-1 > .c-price {
    font-size: 56px;
  }
}

/* .c-cta */

.nav-controller .c-cta {
  display: block;
  width: 200px;
  padding: 6px 20px;
  border-radius: 40px;
  background-color: #E573AA;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (min-width: 835px) {
  .nav-controller .c-cta {
    margin-left: 30px;
  }
}
.nav-controller .c-cta:hover {
  text-decoration: none;
  background-color: #ec96bf;
}

@media only screen and (max-width: 834px) {
  .nav-controller .c-cta {
    width: auto;
    margin-left: 60px;
    margin-right: 60px;
  }
}
