@charset "UTF-8";
/* -----------------------------------------------------------------------
## Base ##################################################
----------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap" rel="stylesheet");

.pc {
  display: block; }
  @media screen and (max-width: 767px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp {
      display: block; } }

h3 {
  background: none;
}
/* -----------------------------------------------------------------------
## Font ##################################################
----------------------------------------------------------------------- */
.tuche25th-campaign {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #4e4e4e;
  letter-spacing: 0.01em;
  line-height: 1.7em; }
  @media screen and (max-width: 767px) {
    .tuche25th-campaign {
      font-size: 16px; } }

.pink {
  color: #ec6d8e; }

.center {
  text-align: center; }

/* -----------------------------------------------------------------------
## Common ##################################################
----------------------------------------------------------------------- */
.tuche_wrapper {
  max-width: 1100px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .tuche_wrapper {
      width: 96%; } }

.tuche_section {
  padding: 60px 0; }
  @media screen and (max-width: 767px) {
    .tuche_section {
      padding: 30px 0; } }
  .tuche_section.top {
    padding-bottom: 0; }

.tuche_title {
  margin: 0 auto 30px; }

/* -----------------------------------------------------------------------
## main ##################################################
----------------------------------------------------------------------- */
#lp-main {
  background: url("/lp/tuche-campaign/250912/images/pc_mv_bg.jpg") no-repeat center top;
  background-size: 1920px 440px;
  width: 100%;
  height: 440px;
  box-sizing: border-box;
}
  @media screen and (max-width: 767px) {
    #lp-main {
      background: none;
      height: initial; } }

#lp-main h1 img {
  margin: 0 auto;
  width: 487px; }
  @media screen and (max-width: 767px) {
    #lp-main h1 img {
      width: initial; } }

#intro {
  background-color: #fffff7;
}
#intro p {
  line-height: 2em; }
  @media screen and (max-width: 767px) {
    #intro p {
      font-size: 1.6rem;
      letter-spacing: 0.01rem; } }

#intro .tuche_wrapper .btnarea {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 60px; }
  @media screen and (max-width: 767px) {
    #intro .tuche_wrapper .btnarea {
      grid-template-columns: repeat(2, 1fr);
      margin-top: 3rem; } }
  @media screen and (max-width: 767px) {
    #intro .tuche_wrapper .btnarea li:nth-child(1) {
      grid-column: 1 / -1; } }
  #intro .tuche_wrapper .btnarea li:first-child {
    position: relative; }


#campaign {
  background-color: #fcf6e4; }
  #campaign .tuche_wrapper .tuche_title {
    width: 420px; }
    @media screen and (max-width: 767px) {
      #campaign .tuche_wrapper .tuche_title {
        width: 65%; } }

#campaign h3 {
  width: 900px;
  margin: 3rem auto;
  color: #9b8f44;
  font-size: 2rem;
  text-align: center;
  position: relative; }

#campaign h3:before,
#campaign h3:after {
  content: '';
  position: absolute;
  top: 48%;
  width: 15rem;
  border-top: 2px dotted;}
  @media screen and (max-width: 767px) {
    #campaign h3:before,
    #campaign h3:after {
      width: 3.8rem; } 

    #campaign h3:nth-of-type(2):before,
    #campaign h3:nth-of-type(2):after {
      width: 7.8rem; }
}


#campaign h3:before {
  left: 2rem; }

#campaign h3:after {
  right: 2rem; }

#campaign .banner_area ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  text-align: center; }

@media screen and (max-width: 767px) {
  #campaign .banner_area ul li:nth-child(-n+2) {
    grid-column: span 2 / span 2; } }

#campaign .banner_area p {
  display: inline-block;
  position: relative;
  padding-bottom: 0.5rem;
  font-size: 1.5rem; }
  @media screen and (max-width: 767px) {
    #campaign .banner_area p {
      line-height: 1.4; } }

#campaign .banner_area p:before,
#campaign .banner_area p:after {
  content: "";
  position: absolute;
  background-color: #4e4e4e;
  top: 50%;
  margin-top: -0.2rem;
  height: 2px;
  width: 30px; }
  @media screen and (max-width: 767px) {
    #campaign .banner_area p:before,
    #campaign .banner_area p:after {
      height: 1px;
      width: 40px; } }

#campaign .banner_area p:before {
  left: -2.2rem;
  transform: rotate(60deg); }
  @media screen and (max-width: 767px) {
    #campaign .banner_area p:before {
      left: -3rem; } }

#campaign .banner_area p:after {
  right: -2.2rem;
  transform: rotate(-60deg); }
  @media screen and (max-width: 767px) {
    #campaign .banner_area p:after {
      right: -3rem; } }

@media screen and (max-width: 767px){
  #campaign .banner_area p.pc {
  display: none; } }


#campaign .banner_area img {
  border: 1px solid #ae8c3a; }

#campaign .ct_btn {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(3, 1fr);
  text-align: center; }
  @media screen and (max-width: 767px){
    #campaign .ct_btn {
      gap: 1rem;
      grid-template-columns: repeat(2, 1fr); } }

#campaign .ct_btn li a,
#campaign .link_btn li a {
  font-size: 1.4rem;
  font-weight: 600;
  background: #fff;
  border: solid 1px #ed6d8e;
  border-radius: 7px;
  padding: 1rem 0;
  position: relative;
  display: block;
  overflow: hidden; }
  @media screen and (max-width: 767px){
    #campaign .ct_btn li a {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0;
      height: 55px;
      font-size: 1.6rem;
      line-height: 1.4; } }

#campaign .ct_btn li a:after,
#campaign .link_btn li a:after {
  content: '\EA03';
  font-family: iconfont,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  color: #ed6d8e; }

#campaign .ct_btn .pc {
  display: inline; }
  @media screen and (max-width: 767px){
    #campaign .ct_btn .pc {
      display: none; } }

#campaign .link_btn {
  margin: 2rem 0;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(2, 1fr);
  text-align: center; }
  @media screen and (max-width: 767px){
    #campaign .link_btn {
      gap: 1.1rem;
      grid-template-columns: repeat(1, 1fr); } }

#campaign .link_btn li a {
  color: #fff;
  border: none;
  border-radius: 100px;
  padding: 1.1rem 0; }
  @media screen and (max-width: 767px){
    #campaign .link_btn li a {
      padding: 1.4rem 0;
      font-size: 1.6rem; } }

#campaign .link_btn li:first-child a {
  background: #4b91cf; }

#campaign .link_btn li:last-child a {
  background: #ed6d8e; }

#campaign .link_btn li a:after {
  color: #fff;
  right: 1.5rem; }

#campaign .link_btn span {
  color: #f6f43d;
  margin-right: 1.5rem;
  position: relative;}

#campaign .link_btn span:before,
#campaign .link_btn span:after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #f6f43d;
  height: 2px;
  width: 23px; }

#campaign .link_btn span:before {
  left: -1.8rem;
  transform: rotate(60deg); }
  @media screen and (max-width: 767px){
    #campaign .link_btn span:before {
      left: -2.3rem; } }

#campaign .link_btn span:after {
  right: -1.6rem;
  transform: rotate(-60deg); }
  @media screen and (max-width: 767px){
    #campaign .link_btn span:after {
      right: -2.1rem; } }

#bra-shorts {
  background-color: #ffe8e6; }
  #bra-shorts .tuche_wrapper .tuche_title {
    width: 600px; }
    @media screen and (max-width: 767px) {
      #bra-shorts .tuche_wrapper .tuche_title {
        width: 90%; } }

#bra-shorts .bra-shorts-container {
  background-color: #fff;
  border-radius: 20px;
  width: 800px;
  margin: 4rem auto 2rem;
  padding-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem; }
  @media screen and (max-width: 767px) {
    #bra-shorts .bra-shorts-container {
      width: 96%; } }

#bra-shorts .bra-shorts-container h3 {
  margin: 3rem 0 0 0; }
  @media screen and (max-width: 767px) {
    #bra-shorts .bra-shorts-container h3 {
      width: 90%; } }

#bra-shorts .braset {
  width: 450px; }
  @media screen and (max-width: 767px) {
    #bra-shorts .braset {
      width: 90%; } }

#bra-shorts .braset img {
  border: solid 1px #ae8c3a;
}

#bra-shorts .detail_btn {
  width: 500px; 
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  display: block;
  background-color: #e17795;
  color: #fff;
  position: relative;
  text-align: center;
  border-radius: 50px;
  padding: 0.8rem 0;
  width: 300px;
  margin: 1rem auto 0;
  font-size: 1.4rem; }
  @media screen and (max-width: 767px) {
    #bra-shorts .detail_btn {
      width: 70%;
      font-size: 1.8rem; } }

#bra-shorts .detail_btn a:after {
  content: '\EA03';
  font-family: iconfont,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: #fff; }

#history {
  background: linear-gradient(180deg, rgb(235, 241, 253), rgb(254, 228, 231)); }
  #history .tuche_wrapper .tuche_title {
    width: 380px; }
    @media screen and (max-width: 767px) {
      #history .tuche_wrapper .tuche_title {
        width: 70%; } }
  #history .tuche_wrapper .timeline-container {
    display: flex;
    justify-content: center;
    position: relative;
    gap: 2rem; }
    #history .tuche_wrapper .timeline-container.sp {
      display: none; }
    @media screen and (max-width: 767px) {
      #history .tuche_wrapper .timeline-container {
        display: flex;
        justify-content: center;
        position: relative;
        gap: 0rem;
        z-index: 1;
        margin-bottom: 12%; }
        #history .tuche_wrapper .timeline-container.pc {
          display: none; }
        #history .tuche_wrapper .timeline-container.sp {
          display: block; } }
    #history .tuche_wrapper .timeline-container .image-column {
      display: flex;
      flex-direction: column;
      gap: 2rem;
      width: 50%;
      z-index: 2;
      /* タイムラインより上 */
      position: relative; }
      @media screen and (max-width: 767px) {
        #history .tuche_wrapper .timeline-container .image-column {
          gap: 0rem;
          width: 100%;
          z-index: 2; } }
      #history .tuche_wrapper .timeline-container .image-column.left-column {
        align-items: flex-end;
        left: 22px; }
        @media screen and (max-width: 767px) {
          #history .tuche_wrapper .timeline-container .image-column.left-column {
            left: 0px;
            margin-top: 5%; } }
      #history .tuche_wrapper .timeline-container .image-column.right-column {
        align-items: flex-start;
        padding-top: 5rem;
        right: 22px; }
        @media screen and (max-width: 767px) {
          #history .tuche_wrapper .timeline-container .image-column.right-column {
            padding-top: 0rem;
            right: 0px; } }
      #history .tuche_wrapper .timeline-container .image-column a img {
        margin-top: 35px;
        max-width: 100%;
        border-radius: 10px;
        position: relative;
        z-index: 2;
        /* 明示的にタイムラインより上に */ }
        @media screen and (max-width: 767px) {
          #history .tuche_wrapper .timeline-container .image-column a img {
            margin-top: 0px;
            max-width: 95%;
            left: 2%; } }
    #history .tuche_wrapper .timeline-container .timeline-bar {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: var(--timeline-width);
      display: flex;
      justify-content: center;
      z-index: 0;
      /* 背面に配置 */ }
      @media screen and (max-width: 767px) {
        #history .tuche_wrapper .timeline-container .timeline-bar {
          left: 3%;
          width: 32px;
          top: -1%; } }
      #history .tuche_wrapper .timeline-container .timeline-bar .timeline-base {
        background-color: #fff;
        border-radius: 100px;
        width: 40px;
        height: 100%;
        position: relative; }
        @media screen and (max-width: 767px) {
          #history .tuche_wrapper .timeline-container .timeline-bar .timeline-base {
            top: -5px;
            border-radius: 20px;
            width: 32px; } }
      #history .tuche_wrapper .timeline-container .timeline-bar .timeline-line {
        position: absolute;
        top: 33px;
        bottom: 33px;
        left: 50%;
        transform: translateX(-50%);
        width: 5px;
        background-color: #dab960;
        z-index: 1; }
        @media screen and (max-width: 767px) {
          #history .tuche_wrapper .timeline-container .timeline-bar .timeline-line {
            top: 25px;
            bottom: -30px;
            left: 50%;
            width: 4px; } }
        #history .tuche_wrapper .timeline-container .timeline-bar .timeline-line::before, #history .tuche_wrapper .timeline-container .timeline-bar .timeline-line::after {
          content: '';
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          width: 20px;
          height: 20px;
          background-color: #dab960;
          border-radius: 50%; }
          @media screen and (max-width: 767px) {
            #history .tuche_wrapper .timeline-container .timeline-bar .timeline-line::before, #history .tuche_wrapper .timeline-container .timeline-bar .timeline-line::after {
              width: 12px;
              height: 12px; } }
        #history .tuche_wrapper .timeline-container .timeline-bar .timeline-line::before {
          top: -5px; }
        #history .tuche_wrapper .timeline-container .timeline-bar .timeline-line::after {
          bottom: -5px; }
          @media screen and (max-width: 767px) {
            #history .tuche_wrapper .timeline-container .timeline-bar .timeline-line::after {
              bottom: 0px; } }
  #history .tuche_wrapper .message {
    margin: 60px auto 0;
    display: block; }
    #history .tuche_wrapper .message h3 img {
      margin: 0 auto;
      display: block; }
      #history .tuche_wrapper .message h3 img.sp {
        display: none; }
      @media screen and (max-width: 767px) {
        #history .tuche_wrapper .message h3 img.sp {
          display: block; }
        #history .tuche_wrapper .message h3 img.pc {
          display: none; } }

/* -----------------------------------------------------------------------
## Delate ##################################################
----------------------------------------------------------------------- */
.st-Breadcrumbs_Item div {
  display: inline-block; }

.st-Breadcrumbs {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  width: 100%;
  max-width: 1266px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  margin: 11px auto 15px;
  font-size: 0; }

.st-Breadcrumbs_Item {
  font-size: 11px;
  display: inline-block; }

.st-Breadcrumbs_Item:after {
  content: '＞';
  margin: 0 7px;
  color: #555; }

.st-Breadcrumbs_Item:last-child:after {
  display: none; }

.st-Breadcrumbs_Link {
  color: #7e7e7e;
  text-decoration: underline; }

.st-Breadcrumbs_Link:hover, .st-Breadcrumbs_Link:focus {
  text-decoration: none; }

.pane-contents > .container {
  width: auto; }

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  border: none;
  max-width: 100%; }
