@charset "UTF-8";
/* -----------------------------------------------------------------------
## Base ##################################################
----------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.pc {
  display: block; }
  @media screen and (max-width: 767px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp {
      display: block; } }

/* -----------------------------------------------------------------------
## Font ##################################################
----------------------------------------------------------------------- */
.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500; }

.orange {
  color: #be7c6c; }

.number {
  font-size: 32px; }

.tuche-25th-festival {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #4e4e4e;
  letter-spacing: 0.08em;
  line-height: 1.7em; }
  @media screen and (max-width: 767px) {
    .tuche-25th-festival {
      font-size: 16px; } }

.bold {
  font-weight: bold; }

.center {
  text-align: center; }

/* -----------------------------------------------------------------------
## Common ##################################################
----------------------------------------------------------------------- */
.tuche_wrapper {
  max-width: 1100px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .tuche_wrapper {
      width: 92%; } }

.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; }

/* -----------------------------------------------------------------------
## parts ##################################################
----------------------------------------------------------------------- */
.point_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0.5em 1em; }
  @media screen and (max-width: 767px) {
    .point_txt {
      padding: 0.5em 0; } }
  .point_txt.or {
    --line-color: #be7c6c; }
  .point_txt::before, .point_txt::after {
    content: '';
    display: inline-block;
    width: 40px;
    border-top: 2px solid var(--line-color);
    margin: 0 0.5em; }
  .point_txt::before {
    transform: rotate(50deg); }
  .point_txt::after {
    transform: rotate(-50deg); }

.point_txt_dot {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0.5em 1em;
  font-size: 28px; }
  @media screen and (max-width: 767px) {
    .point_txt_dot {
      padding: 0.5em 0;
      font-size: 18px; } }
  .point_txt_dot.or {
    --line-color: #be7c6c; }
  .point_txt_dot::before, .point_txt_dot::after {
    content: '';
    display: inline-block;
    width: 40px;
    border-top: 4px dotted var(--line-color);
    margin: 0 0.5em; }
  .point_txt_dot::before {
    transform: rotate(50deg); }
  .point_txt_dot::after {
    transform: rotate(-50deg); }

.point_txt_dot02 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0.5em 1em;
  font-size: 28px; }
  @media screen and (max-width: 767px) {
    .point_txt_dot02 {
      padding: 0.5em 0;
      font-size: 18px;
      display: block;
      text-align: center; } }
  .point_txt_dot02.or {
    --line-color: #be7c6c; }
  .point_txt_dot02::before, .point_txt_dot02::after {
    content: '';
    display: inline-block;
    width: 40px;
    border-top: 4px dotted var(--line-color);
    margin: 0 0.5em; }
  .point_txt_dot02::before {
    transform: rotate(50deg); }
    @media screen and (max-width: 767px) {
      .point_txt_dot02::before {
        position: absolute;
        left: 0;
        top: 50%; } }
  .point_txt_dot02::after {
    transform: rotate(-50deg); }
    @media screen and (max-width: 767px) {
      .point_txt_dot02::after {
        position: absolute;
        right: 0;
        top: 50%; } }

.itemArea {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  gap: 60px; }
  @media screen and (max-width: 767px) {
    .itemArea {
      display: block;
      width: 94%;
      margin: 0 auto; } }
  @media screen and (max-width: 767px) {
    .itemArea .item_li {
      width: 100%; }
      .itemArea .item_li:nth-child(2) {
        margin-top: 60px; } }
  .itemArea .item_li .imgArea {
    width: 100%;
    position: relative; }
    .itemArea .item_li .imgArea img {
      width: 100%; }
    .itemArea .item_li .imgArea .txt {
      position: absolute;
      width: 100px;
      right: -5%;
      top: 10%; }
      @media screen and (max-width: 767px) {
        .itemArea .item_li .imgArea .txt {
          width: 80px;
          top: 0; } }
    .itemArea .item_li .imgArea .color {
      position: absolute;
      width: 160px;
      left: -5%;
      bottom: 0; }
      @media screen and (max-width: 767px) {
        .itemArea .item_li .imgArea .color {
          width: 120px; } }
  .itemArea .item_li .txtArea {
    background-color: #fff;
    padding: 10px 0 15px; }
    .itemArea .item_li .txtArea .itemBtn {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem;
      gap: 0px; }
      @media screen and (max-width: 767px) {
        .itemArea .item_li .txtArea .itemBtn {
          display: flex;
          align-items: flex-start;
          justify-content: center; } }
      .itemArea .item_li .txtArea .itemBtn li {
        position: relative; }
        @media screen and (max-width: 767px) {
          .itemArea .item_li .txtArea .itemBtn li {
            width: 50%; } }
        .itemArea .item_li .txtArea .itemBtn li.bd_purple::after {
          content: '';
          position: absolute;
          top: 50%;
          right: 0;
          height: 90%;
          border-right: 2px dotted #a27da6;
          transform: translateY(-50%); }
        .itemArea .item_li .txtArea .itemBtn li.bd_green::after {
          content: '';
          position: absolute;
          top: 50%;
          right: 0;
          height: 90%;
          border-right: 2px dotted #a99c4e;
          transform: translateY(-50%); }
        .itemArea .item_li .txtArea .itemBtn li a p {
          font-size: 16px;
          line-height: 1.5;
          margin-bottom: 10px; }
          @media screen and (max-width: 767px) {
            .itemArea .item_li .txtArea .itemBtn li a p {
              font-size: 13px;
              letter-spacing: 0.02em; } }
        .itemArea .item_li .txtArea .itemBtn li a .mainImg {
          width: 100%; }
        .itemArea .item_li .txtArea .itemBtn li a .item_btn {
          width: 70%;
          display: block;
          margin: 0 auto; }
          @media screen and (max-width: 767px) {
            .itemArea .item_li .txtArea .itemBtn li a .item_btn {
              width: 80%; } }
  .itemArea .item_li .waribiki img {
    width: 100%; }

/* -----------------------------------------------------------------------
## main ##################################################
----------------------------------------------------------------------- */
#lp-main h1 img {
  width: 100%; }

#intro .tuche_wrapper .btnarea {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  gap: 10px;
  margin-top: 60px; }
  @media screen and (max-width: 767px) {
    #intro .tuche_wrapper .btnarea {
      grid-template-columns: repeat(2, 1fr);
      margin-top: 40px; } }
  @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; }
  #intro .tuche_wrapper .btnarea li .icon {
    position: absolute;
    top: -110px;
    left: -40px;
    width: 150px; }
    @media screen and (max-width: 767px) {
      #intro .tuche_wrapper .btnarea li .icon {
        top: -64px;
        right: 0;
        left: auto;
        width: 110px; } }

#event {
  background-color: #fef5f0; }
  #event .tuche_wrapper .tuche_title {
    width: 420px; }
    @media screen and (max-width: 767px) {
      #event .tuche_wrapper .tuche_title {
        width: 90%; } }
  #event .tuche_wrapper .braimg {
    width: 50%;
    display: block;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      #event .tuche_wrapper .braimg {
        width: 90%; } }
  #event .tuche_wrapper .braset {
    margin-top: 20px; }
    #event .tuche_wrapper .braset .btnarea {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem;
      gap: 0; }
      #event .tuche_wrapper .braset .btnarea li {
        margin: 0;
        padding: 0;
        line-height: 1; }

#sweet {
  background-color: #f0e8f1; }
  #sweet .tuche_wrapper .tuche_title {
    width: 350px;
    position: relative; }
    @media screen and (max-width: 767px) {
      #sweet .tuche_wrapper .tuche_title {
        width: 80%; } }
    #sweet .tuche_wrapper .tuche_title .icon {
      position: absolute;
      top: -20px;
      right: -120px;
      width: 140px; }
      @media screen and (max-width: 767px) {
        #sweet .tuche_wrapper .tuche_title .icon {
          top: -20px;
          right: -47px;
          width: 90px; } }

#kamiwaza {
  background-color: #f8f5e2; }
  #kamiwaza .tuche_wrapper .tuche_title {
    width: 290px; }
    @media screen and (max-width: 767px) {
      #kamiwaza .tuche_wrapper .tuche_title {
        width: 70%; } }

#mainbtn {
  background-color: #fef5f0; }
  #mainbtn .tuche_wrapper .setBnr {
    margin-top: 10px;
    width: 800px;
    display: block;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      #mainbtn .tuche_wrapper .setBnr {
        width: 100%; } }

#special {
  background-color: #fdf8f9; }
  #special .tuche_wrapper .tuche_title {
    width: 400px; }
    @media screen and (max-width: 767px) {
      #special .tuche_wrapper .tuche_title {
        width: 90%; } }
  #special .tuche_wrapper .btnArea {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    gap: 20px; }
    @media screen and (max-width: 767px) {
      #special .tuche_wrapper .btnArea {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem; } }
    @media screen and (max-width: 767px) {
      #special .tuche_wrapper .btnArea li:nth-child(3) {
        grid-column: 1 / 3;
        justify-self: center;
        width: 50%; } }
  #special .tuche_wrapper .price_btn {
    width: 420px;
    display: block;
    margin: 40px auto 0; }
    @media screen and (max-width: 767px) {
      #special .tuche_wrapper .price_btn {
        width: 90%; } }

#summer {
  background-color: #f2fafe; }
  #summer .tuche_wrapper .tuche_title {
    width: 440px; }
    @media screen and (max-width: 767px) {
      #summer .tuche_wrapper .tuche_title {
        width: 100%; } }
  #summer .tuche_wrapper .saleitem_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    gap: 15px; }
    @media screen and (max-width: 767px) {
      #summer .tuche_wrapper .saleitem_list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        gap: 4rem 1rem; } }
    #summer .tuche_wrapper .saleitem_list .saleitem_li a .saleitem_img {
      margin-bottom: 10px; }
    #summer .tuche_wrapper .saleitem_list .saleitem_li a .saleitem_spec p {
      font-size: 14px;
      line-height: 1.5; }
    #summer .tuche_wrapper .saleitem_list .saleitem_li a .saleitem_spec .page-Campaign_PriceNormal {
      text-align: center;
      font-size: 14px;
      line-height: 1.5; }
    #summer .tuche_wrapper .saleitem_list .saleitem_li a .c-link {
      text-align: center;
      /* display: block; */
      margin-top: 10px; }
      @media screen and (max-width: 767px) {
        #summer .tuche_wrapper .saleitem_list .saleitem_li a .c-link {
          width: 90%;
          margin: 10px auto 0; } }
  #summer .tuche_wrapper .summer_btn {
    width: 420px;
    display: block;
    margin: 40px auto 0; }
    @media screen and (max-width: 767px) {
      #summer .tuche_wrapper .summer_btn {
        width: 90%; } }

#history {
  background-color: #fefbf4; }
  #history .tuche_wrapper .tuche_title {
    width: 500px; }
    @media screen and (max-width: 767px) {
      #history .tuche_wrapper .tuche_title {
        width: 100%; } }
  #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%; }
