@charset "SHIFT-JIS";

@import url("https://yakult-t.jp/css/style.css");

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  /* font-family: Arial, sans-serif; */
  overflow-x: hidden;
  background-color: #fffee8;
}

img {
  width: 100%;
}

a {
  display: block;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  transform: scale(0.95);
  cursor: pointer;
}

img {
  width: 100%;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/* ヘッダー ----------------------------------*/

.header {
  margin: 0 auto;
  background-color: #fff;
}

#header {
  background: transparent;
  overflow-x: hidden;
  padding: 10px 0;
  position: relative;
}

.inner {
  position: static;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}

.header_logo {
  width: 114px;
  display: inline-block;
}

/* フッター ------------------------------------*/

#footer {
  position: relative;
  background-color: #fffaf2;
  padding: 10px 0;
  z-index: 2;
  border-top: #c90c1a solid 2px;
}

#footer .logo,
#footer #copyright {
  text-align: center;
  margin: 8px auto;
}

#footer a {
  display: block;
  width: 114px;
  margin: 0 auto;
}

footer {
  padding-bottom: 170px;
}

.container {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

@media screen and (min-width:767px) {

  .header-inner.is-pc {
    display: flex !important;
  }

  .header-inner.is-sp {
    display: none !important;
  }

  .footer.footer-campaign.is-pc {
    display: block !important;
    margin: 0;
  }

  .footer.footer-campaign.is-sp {
    display: none !important;
  }

}

@media screen and (max-width:766px) {

  .is-sp {
    display: block !important;
  }

  .header-inner.is-pc {
    display: none !important;
  }

  .header-inner.is-sp {
    display: flex !important;
    padding: 0;
  }

  .footer.footer-campaign.is-pc {
    display: none !important;
  }

  .footer.footer-campaign.is-sp {
    display: block !important;
  }

  .header img,
  .footer img {
    height: 18px;
    width: auto;
  }

}

@media screen and (max-width:767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

/* MV ---------------------------------------- */
.mv {
  background-color: #fff;
  border-bottom: #000 solid 2px;
}

@media screen and (max-width:767px) {
  .mv {
    border-bottom: none;
  }

}

/* sec共通 ---------------------------------------- */
.title {
  max-width: 244px;
  margin: 0 auto;
  padding: 30px 0 20px;
}

.content_wrap {
  max-width: 600px;
  margin: 0 auto;
}

@media screen and (max-width:767px) {
  .title {
    max-width: 65%;
    padding: 10% 0 7%
  }

  .content_wrap {
    max-width: 90%;
  }

  .s-none {
    display: none !important;
  }
}

/* sec01 ---------------------------------------- */
.sec01 {
  background-color: #fff;
  padding-bottom: 40px;
}

.sec01 .date {
  display: flex;
  flex-wrap: wrap;
}

.sec01 .date ._title {
  width: 220px;
  font-size: 14px;
  text-align: center;
  border: solid 1px #000;
  border-radius: 4px;
  padding: 5px 0;
}

.sec01 .date ._term {
  font-size: 15px;
  font-weight: 700;
  padding-left: 15px;
}

.sec01 .date ._term ._large {
  font-size: 22px;
}

.sec01 .note {
  font-size: 14px;
  margin: 15px 0;
}

.sec01 .outline {
  text-align: center;
  font-size: 15px;
  margin: 15px 0;
}

@media screen and (max-width:767px) {
  .sec01 .date ._title {
    width: 100%;
    font-size: 4vw;
  }

  .sec01 .date ._term {
    width: 100%;
    text-align: center;
    font-size: 3.6vw;
    padding-left: 0;
  }

  .sec01 .date ._term ._large {
    font-size: 5vw;
  }

  .sec01 .note {
    font-size: 3vw;
  }

  .sec01 .outline {
    font-size: 3.3vw;
  }
}

/* sec02 ---------------------------------------- */
.sec02 {
  background-color: #f8b751;
  padding-bottom: 30px;
}

.sec02 .outline {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}

.sec02 .acc_content {
  width: 100%;
  background-color: #fff;
  border: solid 3px #d7b747;
  border-radius: 35px;
  padding: 18px 35px;
  margin-bottom: 30px;
  position: relative;
}

.sec02 .acc_btn {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}

.sec02 .acc_btn ._icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 38px;
  height: 38px;
  background-color: #004898;
  border-radius: 50px;
}

.sec02 .acc_btn.open ._icon {
  background-color: #d3d3d3;
}

.sec02 .acc_btn ._icon::before,
.sec02 .acc_btn ._icon::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}

.sec02 .acc_btn ._icon::before {
  width: 4px;
  height: 20px;
}

.sec02 .acc_btn ._icon::after {
  width: 20px;
  height: 4px;
}

.sec02 .acc_btn.open ._icon::before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: all 0.2s ease-in-out;
}

.sec02 .acc_box {
  display: none;
}

.sec02 .acc_box .outline {
  font-weight: 400;
  font-size: 15px;
  margin: 10px 0 15px;
}

.sec02 .acc_box .item_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}

.sec02 .acc_box .item {
  width: 30%;
  text-align: center;
}

.sec02 .acc_box .item .name {
  font-size: 13px;
  font-weight: 300;
}

.sec02 .acc_box .item .point {
  font-weight: 700;
  font-size: 14px;
}

.sec02 .acc_box .item .point ._large {
  font-size: 20px;
}

.sec02 .acc_box .campaign {
  background-color: #f9f1c5;
  border-radius: 10px;
  margin: 40px auto;
  padding: 15px 40px 40px;
  font-size: 15px;
  text-align: center;
  position: relative;
}

.sec02 .acc_box .campaign .title {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  max-width: 320px;
}

.sec02 .acc_box .campaign .outline {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 18px;
}

.sec02 .acc_box .campaign .box {
  position: relative;
  width: 100%;
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
  color: #d62129;
  padding: 10px 0;
  margin-bottom: 30px;
}

.sec02 .acc_box .campaign .box img {
  position: absolute;
  width: 100px;
  top: -90px;
  right: -60px;
}

.sec02 .acc_box .campaign ._orange {
  background-color: #e37321;
  color: #fff;
  padding: 5px 10px;
  border-radius: 15px;
  margin: 0 5px;
}

.sec02 .acc_box .campaign ._orange_boder {
  border-bottom: 5px #e37321 solid;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  margin-top: 5px;
  line-height: 1.4;
}

.sec02 .acc_box .campaign ._orange_boder ._middlec {
  font-size: 20px;
  font-weight: 700;
}

.sec02 .acc_box .campaign ._orange_boder ._large {
  font-size: 24px;
  font-weight: 700;
}

.sec02 .acc_box .campaign .coupon_wrap {
  width: 60%;
  margin: 30px auto 20px;
  display: flex;
  gap: 2%;
  align-items: center;
  text-align: center;
}

.sec02 .acc_box .campaign .coupon_code {
  font-size: 20px;
  width: 75%;
  border: solid 1px #d1d1d1;
  background-color: #fff;
}

.sec02 .acc_box .campaign .coupon_copy {
  width: 25%;
  font-size: 15px;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  padding: 5px 0;
  border-radius: 5px;
}
.sec02 .acc_box .campaign .text_warp{
  text-align: center;
}
.sec02 .acc_box .campaign .step {
  text-align: left;
  font-weight: 400;
  font-size: 13px;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
  display: inline-block;
}

.sec02 .acc_box .campaign .note {
  text-align: left;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.7;
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}

.sec02 .acc_box .campaign_btn {
  max-width: 254px;
  margin: 20px auto 0;
  background-color: #d62129;
  padding: 8px;
  border-radius: 24px;
  box-shadow: 0px 5px #880006;

}

.sec02 .acc_box .campaign_btn a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width:767px) {
  .sec02 .outline {
    font-size: 4vw;
    margin-bottom: 20px;
  }

  .sec02 .acc_content {
    border-radius: 35px;
    padding: 4%;
  }

  .sec02 .acc_btn {
    font-size: 5.2vw;
  }

  .sec02 .acc_btn ._icon {
    position: absolute;
    right: 30px;
    width: 35px;
    height: 35px;
  }

  .sec02 .acc_box .outline {
    font-size: 3.8vw;
    margin: 10% 0 15px;
  }

  .sec02 .acc_box .outline ._small {
    font-size: 3.2vw;
    display: block;
    margin-top: 5px;
  }

  .sec02 .acc_box .item {
    width: 100%;
    margin: 0 20px 20px;
  }

  .sec02 .acc_box .item .name {
    font-size: 4vw;
  }

  .sec02 .acc_box .item .point {
    font-size: 4.2vw;
  }

  .sec02 .acc_box .item .point ._large {
    font-size: 7vw;
  }

  .sec02 .acc_box .campaign {
    border-radius: 10px;
    margin: 80px auto 0;
    padding: 1% 5% 5%;
    font-size: 3.8vw;
  }

  .sec02 .acc_box .campaign .title {
    top: -7%;
    max-width: 90%;
  }

  .sec02 .acc_box .campaign .outline {
    font-size: 3.4vw;
    margin-bottom: 4%;
  }

  .sec02 .acc_box .campaign .box {
    font-size: 4.2vw;
    padding: 2% 0;
    margin-bottom: 3%;
  }

  .sec02 .acc_box .campaign .box img {
    width: 30%;
    top: -40%;
    right: -13%;
  }

  .sec02 .acc_box .campaign ._orange {
    line-height: 2.3;
  }
.sec02 .acc_box .campaign ._orange_boder {
  border-bottom: none;
  text-decoration-line: underline;
  text-decoration-color: #e37321;
  text-decoration-thickness: 5px;
  font-size: 5vw;
  /* margin-top: 5px; */
}

  .sec02 .acc_box .campaign ._orange_boder ._middle {
    font-size: 5.6vw;
  }

  .sec02 .acc_box .campaign ._orange_boder ._large {
    font-size: 7vw;
  }

  .sec02 .acc_box .campaign .coupon_wrap {
    width: 80%;
  }

  .sec02 .acc_box .campaign .coupon_code {
    font-size: 6vw;
  }

  .sec02 .acc_box .campaign .coupon_copy {
    font-size: 4.2vw;
  }

  .sec02 .acc_box .campaign .step {
    font-size: 3.5vw;
  }

  .sec02 .acc_box .campaign .note {
    font-size: 3vw;
  }

  .sec02 .acc_box .campaign_btn {
    max-width: 80%;
    margin-bottom: 20px;
  }

  .sec02 .acc_box .campaign_btn a {
    font-size: 4vw;
  }

  /* スライダー */
  .slick-prev,
  .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
  }

  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 1;
  }

  /* .slick-prev {
    left: -25px;
}
 
.slick-next {
    right: -25px;
}
  */
  .slick-prev:before {
    content: '';
    width: 20px;
    height: 20px;
    border-bottom: solid 5px #004898;
    border-left: solid 5px #004898;
    transform: rotate(45deg);
    top: 0;
    left: 0;
  }

  .slick-next:before {
    content: '';
    width: 20px;
    height: 20px;
    border-top: solid 5px #004898;
    border-right: solid 5px #004898;
    transform: rotate(45deg);
    top: 0;
    left: 0;
  }

  .slick-dots li.slick-active button::after {
    opacity: 1;
    background-color: #004898;
  }
}

/* sec03 ---------------------------------------- */
.sec03 {
  background-color: #fff;
  padding-bottom: 60px;
}

.sec03 .note {
  margin: 26px auto 0;
  width: 95%;
  color: #ff0000;
  font-size: 15px;
  font-weight: 300;
}

@media screen and (max-width:767px) {
  .sec03 .note {

    font-size: 5vw;
  }
}

/* sec04 ---------------------------------------- */
.sec04 {
  background-color: #ffec3f;
  padding-bottom: 60px;
}

.sec04 .outline {
  text-align: center;
  font-weight: 900;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 10px;
}

.sec04 .outline span {
  background-color: #000;
  color: #fff;
  padding: 0 20px;
  border-radius: 20px;
  margin: 0 5px;
}

.sec04 .gift img {
  margin-top: 30px;
}

@media screen and (max-width:767px) {
  .sec04 .outline {

    font-size: 5vw;
  }
}

/* sec05 ---------------------------------------- */
.sec05,
.sec06 {
  background-color: #f8b751;
  padding-bottom: 30px;
}

.sec05 .note_box {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 60px;
}

.sec05 .note_title {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  color: #004898;
  margin-bottom: 32px;
}

.sec05 .scroll_box {
  font-size: 15px;
  overflow: scroll;
  height: 210px;
  padding-right: 10px;
}
.sec05 h2{
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.sec05 h3{
  font-weight: 700;
  margin-top: 10px;
}
.sec05 a{
  display: inline-block;
}
@media screen and (max-width:767px) {
  .sec05 .note_box {
    padding: 5%;
  }

  .sec05 .note_title {
    margin-bottom: 3%;
    font-size: 4.5vw;
  }
  .sec05 h2{
  font-size: 3.8vw;
}

  .sec05 .scroll_box {
    font-size: 3vw;
  }
}

/* sec06 ---------------------------------------- */

.sec06 .info_box {
  background-color: #fff;
  padding: 30px 60px;
  border-radius: 10px;
}

.sec06 .info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.sec06 .info:has(> p) {
  align-items: flex-start;
  justify-content: start;
}

.sec06 .info_title {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #004898;
  margin-bottom: 10px;
}

.sec06 .info img {
  max-width: 32px;
  margin-right: 10px;
}

.sec06 .info a {
  font-size: 28px;
  color: #000;
}

.sec06 .info p {
  font-size: 18px;
  line-height: 1.2;
  width: 80%;
}

.sec06 .info p span {
  font-size: 14px;
}

.sec06 .info>p:first-of-type {
  width: 20%;
}

@media screen and (max-width:767px) {
  .sec06 .info_title {
    font-size: 4.2vw;
  }

  .sec06 .info_box {
    padding: 8% 5%;
  }

  .sec06 .info img {
    max-width: 10%;
  }

  .sec06 .info a {
    font-size: 7vw;
  }

  .sec06 .info p {
    font-size: 4.8vw;
    width: 70%;
  }

  .sec06 .info>p:first-of-type {
    width: 30%;
  }

  .sec06 .info p span {
    font-size: 3.2vw;
  }

}

/* 追尾 ---------------------------------------- */

.tracking {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  bottom: 0;
  padding: 20px 0;
}

.tracking_btn {
  max-width: 600px;
  margin: 10px auto 0;
}

.tracking .note {
  text-align: center;
  font-size: 15px;
  margin-top: 10px;
}

@media screen and (max-width:767px) {
  .tracking_btn {
    max-width: 90%;
  }

  .tracking .note {
    font-size: 3vw;
  }
}