@charset "UTF-8";
:root {
  --color-base1: #e8b1bb;
  --color-base2: #a5be91;
  --color-base3: #aec3e1;
  --color-base4: #eabfa2; }

body {
  height: 100%;
  margin: 0;
  font-feature-settings: 'palt';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000; }

a {
  color: #000;
  text-decoration: none; }

img {
  width: 100%; }

.item-s-sp {
  line-height: 0; }

.item-s {
  line-height: 0; }

/* js_ani */
.img-opa {
  opacity: 0;
  transition: opacity 0.3s ease-out; }

.img-opa img {
  display: block;
  width: 100%;
  height: auto; }

/* txt-ani */
.anime-txt {
  opacity: 0;
  margin: 0; }

.anime-txt.animating {
  opacity: 1; }

.char {
  display: inline-block;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.6s ease; }

.char.show {
  opacity: 1;
  transform: translateX(0); }

/*pc*/
@media screen and (min-width: 767px) {
  .sp-on {
    display: none !important; }

  .l-icon::before {
    content: url("../img/lsize.svg");
    width: 13px;
    height: 13px;
    display: inline-block;
    background-size: 13px 13px;
    position: relative;
    top: -1px;
    margin: 0 10px 0 0;
    line-height: 0;
    border-radius: 3px; }

  .s-icon::before {
    content: url("../img/ssize.svg");
    width: 13px;
    height: 13px;
    display: inline-block;
    background-size: 13px 13px;
    position: relative;
    top: -1px;
    margin: 0 10px 0 0;
    line-height: 0;
    border-radius: 3px; }

  /* header */
  #header {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    background: url("../img/mv/bg.jpg") no-repeat center top;
    background-size: cover;
    aspect-ratio: 16 / 9; }
    #header .logo {
      width: 6%;
      position: absolute;
      top: 2%;
      left: 3%;
      line-height: 0;
      z-index: 10;
      z-index: 2; }
    #header .image {
      width: 61%;
      margin-left: 39%; }
    #header .zoomup {
      opacity: 1;
      animation-name: zoomup;
      animation-duration: 1.6s;
      animation-timing-function: ease-out;
      animation-delay: .0s;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-fill-mode: forwards;
      opacity: 0;
      margin-left: auto; }
  @keyframes zoomup {
    0% {
      opacity: 0;
      transform: scale(1.2) translateY(0px); }
    40% {
      opacity: 1; }
    100% {
      opacity: 1;
      transform: scale(1) translateY(0px); } }
    #header .fade-in-top {
      animation-name: fade-in-top;
      animation-duration: .8s;
      animation-timing-function: ease-out;
      animation-delay: .5s;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-fill-mode: forwards;
      opacity: 0; }
  @keyframes fade-in-top {
    0% {
      transform: translateY(-5%);
      opacity: 0; }
    100% {
      transform: translateX(0%);
      opacity: 1; } }
    #header .fade-in-left {
      animation-name: fade-in-left;
      animation-duration: .8s;
      animation-timing-function: ease-out;
      animation-delay: .5s;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-fill-mode: forwards;
      opacity: 0; }
  @keyframes fade-in-left {
    0% {
      transform: translateX(-5%);
      opacity: 0; }
    100% {
      transform: translateX(0%);
      opacity: 1; } }
    #header .delay1 {
      animation-delay: .8s; }
    #header .fade-in-right {
      animation-name: fade-in-right;
      animation-duration: .8s;
      animation-timing-function: ease-out;
      animation-delay: .5s;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-fill-mode: forwards;
      opacity: 0; }
  @keyframes fade-in-right {
    0% {
      transform: translateY(-5%);
      opacity: 0; }
    100% {
      transform: translateX(0%);
      opacity: 1; } }
    #header .delay1 {
      animation-delay: .8s; }
    #header .fade-in-bottom {
      animation-name: fade-in-bottom;
      animation-duration: .8s;
      animation-timing-function: ease-out;
      animation-delay: .5s;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-fill-mode: forwards;
      opacity: 0; }
  @keyframes fade-in-bottom {
    0% {
      transform: translateY(5%);
      opacity: 0; }
    100% {
      transform: translateX(0%);
      opacity: 1; } }
    #header .fade-in-bottom2 {
      animation-name: fade-in-bottom;
      animation-duration: .8s;
      animation-timing-function: ease-out;
      animation-delay: .5s;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-fill-mode: forwards;
      opacity: 0; }
  @keyframes fade-in-bottom {
    0% {
      transform: translateY(5%);
      opacity: 0; }
    100% {
      transform: translateX(0%);
      opacity: 1; } }
    #header .fadein-txt {
      opacity: 1;
      animation-name: fadein-txt;
      animation-duration: 1.1s;
      animation-timing-function: ease-out;
      animation-delay: .5s;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-fill-mode: forwards;
      opacity: 0; }
  @keyframes fadein-txt {
    from {
      clip-path: inset(0 0 100% 0);
      opacity: 1; }
    to {
      clip-path: inset(0);
      opacity: 1; } }
    #header .fadein-left-txt {
      opacity: 1;
      animation-name: fadein-left-txt;
      animation-duration: 1.2s;
      animation-timing-function: ease-out;
      animation-delay: .5s;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-fill-mode: forwards;
      opacity: 0; }
  @keyframes fadein-left-txt {
    from {
      clip-path: inset(0 100% 0% 0);
      opacity: 1; }
    to {
      clip-path: inset(0);
      opacity: 1; } }
    #header .delay1 {
      animation-delay: .1s; }
    #header .delay2 {
      animation-delay: .2s; }
    #header .delay3 {
      animation-delay: .3s; }
    #header .delay4 {
      animation-delay: .4s; }
    #header .delay5 {
      animation-delay: .5s; }
    #header .delay6 {
      animation-delay: .6s; }
    #header .delay7 {
      animation-delay: .7s; }
    #header .delay8 {
      animation-delay: .8s; }
    #header .delay9 {
      animation-delay: .9s; }
    #header .delay10 {
      animation-delay: 1.0s; }
    #header .delay11 {
      animation-delay: 1.1s; }
    #header .delay12 {
      animation-delay: 1.2s; }
    #header .delay13 {
      animation-delay: 1.3s; }
    #header .delay14 {
      animation-delay: 1.4s; }
    #header .delay15 {
      animation-delay: 1.5s; }
    #header .delay16 {
      animation-delay: 1.6s; }
    #header .delay17 {
      animation-delay: 1.7s; }
    #header .delay18 {
      animation-delay: 1.8s; }
    #header .box h1 img {
      position: absolute;
      z-index: 3;
      mix-blend-mode: multiply; }
    #header .box h1 p {
      position: absolute;
      z-index: 3;
      left: 15%;
      top: 10%;
      font-family: "Shippori Mincho", serif;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-size: 3.2vw;
      font-weight: normal;
      animation-delay: 1.4s; }
    #header .box h1 img:nth-child(2) {
      width: 20%;
      left: 23%;
      top: 33%;
      animation-delay: 2.2s; }
    #header .box h1 img:nth-child(3) {
      width: 25%;
      left: 30%;
      top: 45%;
      animation-delay: 2.6s; }
    #header .box h1 img:nth-child(4) {
      width: 7%;
      left: 48%;
      top: 60%;
      animation-delay: 3.0s; }
    #header .subttl {
      width: 14%;
      position: absolute;
      bottom: 7%;
      left: 7%;
      animation-delay: 3.0s; }
    #header .slider-loop div {
      position: absolute;
      z-index: 2; }
    #header .slider-loop div:nth-child(1) {
      width: 22%;
      left: 30%;
      top: 0%; }
    #header .slider-loop div:nth-child(2) {
      width: 22%;
      left: 0%;
      top: 45%; }
    #header .slider-loop div:nth-child(3) {
      display: none; }
    #header .slider-loop div:nth-child(4) {
      width: 22%;
      left: 23%;
      bottom: 3%; }

  /*footer*/
  #footer {
    color: #000;
    letter-spacing: 0.3em;
    position: relative;
    text-align: center; }
    #footer .insta {
      display: block;
      width: 450px;
      border: 1px solid #eee;
      margin: 0 auto 3% auto;
      transition: .3s; }
    #footer .insta:hover {
      border: 1px solid #000;
      transition: .3s; }
    #footer .footer_sns {
      margin: 26px 0 0; }
    #footer .footer_snsNode {
      display: inline-block;
      margin: 0 10px;
      width: 30px; }
    #footer .f-ow {
      width: 120px;
      margin: 25px auto 0 auto; }
    #footer .footer_copyright {
      font-family: "Helvetica",serif;
      font-size: 10px;
      letter-spacing: 0.02em;
      margin: 34px 0 0; }
    #footer .footer-link {
      padding: 5% 0; }
      #footer .footer-link ul {
        width: 40%;
        margin: 0 auto; }
        #footer .footer-link ul li {
          margin-bottom: 3%; }
          #footer .footer-link ul li a {
            display: block;
            border: 0.5px solid #000;
            transition: .35s; }
          #footer .footer-link ul li a:hover {
            opacity: 0.5;
            transition: .35s; }
    #footer .footer-olink {
      background: #f5f5f0;
      padding: 5% 0 2% 0; }
      #footer .footer-olink ul {
        width: 40%;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1vw;
        margin-bottom: 5%; }
        #footer .footer-olink ul li a {
          display: block;
          border: 0.5px solid #000;
          transition: .35s; }
        #footer .footer-olink ul li a:hover {
          background: #fff;
          transition: .35s; }

  /* read */
  .read {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 5% 0 5% 0; }
    .read .txt {
      width: 100%;
      font-size: 18px;
      letter-spacing: 2px;
      font-family: "Shippori Mincho", serif;
      line-height: 3em;
      text-align: center; }
    .read .bg {
      width: 100%;
      height: 100%;
      background: #fff;
      position: absolute;
      top: 0;
      left: 0;
      overflow: visible; }
    .read .bg::before {
      content: '';
      position: absolute;
      top: -200px;
      left: 0;
      right: 0;
      height: 200px;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
      pointer-events: none; }

  /* top-nav */
  .top-nav {
    position: relative; }
    .top-nav .index {
      width: 3.5%;
      margin: 0 auto 3% auto;
      padding-top: 70px; }
    .top-nav .line {
      width: 1px;
      height: 100px;
      background: rgba(0, 0, 0, 0.3);
      position: absolute;
      top: -7%;
      left: 0;
      right: 0;
      margin: 0 auto;
      overflow: hidden;
      z-index: 10; }
    .top-nav .line .line-in {
      width: 1px;
      height: 100px;
      background: #000;
      margin: 0 auto;
      position: absolute;
      top: 0;
      left: 0;
      animation: slideDown 3s infinite; }

  @keyframes slideDown {
    0% {
      top: -300px;
      opacity: 1; }
    100% {
      top: 300px;
      opacity: 1; } }
  .top-nav-list {
    width: 40%;
    margin: 0 auto 15% auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3vw; }
    .top-nav-list li .ttl {
      text-align: center; }
      .top-nav-list li .ttl img {
        width: 8vw;
        margin: 0 auto 5% auto; }
    .top-nav-list li a {
      display: block;
      transition: .35s;
      overflow: hidden; }
      .top-nav-list li a img {
        transition: .35s; }
      .top-nav-list li a:hover {
        transition: .35s; }
        .top-nav-list li a:hover img {
          transform: scale(1.05);
          transition: .35s;
          opacity: 0.5; }
    .top-nav-list li:nth-child(1) a {
      background: var(--color-base1); }
    .top-nav-list li:nth-child(2) a {
      background: var(--color-base2); }
    .top-nav-list li:nth-child(3) a {
      background: var(--color-base3); }
    .top-nav-list li:nth-child(4) a {
      background: var(--color-base4); }

  .wrap {
    margin-bottom: 10%; }
    .wrap .ttl {
      display: flex;
      margin-bottom: 8%; }
      .wrap .ttl .number {
        margin-right: 5%; }
      .wrap .ttl .subttl {
        width: 2vw;
        margin: 0 0 2% 0.5vw; }
      .wrap .ttl .no {
        width: 7vw;
        margin: 0 auto 0% auto; }
      .wrap .ttl .mttl {
        font-family: "garamond-premier-pro-display", serif;
        font-size: 2.8vw;
        font-weight: 300;
        line-height: 1.1;
        padding-top: 3%; }
      .wrap .ttl .mttl.active {
        animation-delay: 1.4s; }
    .wrap .txt {
      font-family: "Shippori Mincho", serif;
      font-weight: 500;
      font-size: 1.0vw;
      line-height: 2;
      margin-bottom: 5%; }
    .wrap .txt.fadein-txt-w.active {
      animation-duration: 1.2s;
      animation-delay: 1.2s; }
    .wrap .pc-on {
      display: flex;
      justify-content: space-between; }
    .wrap .link-box {
      width: 60%;
      font-family: "Shippori Mincho", serif; }
    .wrap .cart-btm .btn00 {
      font-size: 0.8vw;
      line-height: 1.5em;
      width: 90px;
      padding: 3px 0 3px 0;
      background: #fff;
      border: .5px solid #000;
      display: inline-block;
      text-align: center;
      color: #000;
      transition: 0.3s; }
    .wrap .cart-btm:hover .btn00 {
      background: #000;
      border-color: #000;
      color: #fff;
      transition: 0.3s; }
    .wrap .cart-btm .btn01 {
      font-size: 0.8vw;
      line-height: 1.5em;
      width: 90px;
      padding: 3px 0 3px 0;
      border: .5px solid #000;
      display: inline-block;
      text-align: center;
      color: #fff;
      border-color: var(--color-base1);
      background: var(--color-base1); }
    .wrap .cart-btm:hover .btn01 {
      background: #fff;
      border-color: var(--color-base1);
      color: var(--color-base1); }
    .wrap .cart-btm .btn02 {
      font-size: 0.8vw;
      line-height: 1.5em;
      width: 90px;
      padding: 3px 0 3px 0;
      border: .5px solid #000;
      display: inline-block;
      text-align: center;
      color: #fff;
      border-color: var(--color-base2);
      background: var(--color-base2); }
    .wrap .cart-btm:hover .btn02 {
      background: #fff;
      border-color: var(--color-base2);
      color: var(--color-base2); }
    .wrap .cart-btm .btn03 {
      font-size: 0.8vw;
      line-height: 1.5em;
      width: 90px;
      padding: 3px 0 3px 0;
      border: .5px solid #000;
      display: inline-block;
      text-align: center;
      color: #fff;
      border-color: var(--color-base3);
      background: var(--color-base3); }
    .wrap .cart-btm:hover .btn03 {
      background: #fff;
      border-color: var(--color-base3);
      color: var(--color-base3); }
    .wrap .cart-btm .btn04 {
      font-size: 0.8vw;
      line-height: 1.5em;
      width: 90px;
      padding: 3px 0 3px 0;
      border: .5px solid #000;
      display: inline-block;
      text-align: center;
      color: #fff;
      border-color: var(--color-base4);
      background: var(--color-base4); }
    .wrap .cart-btm:hover .btn04 {
      background: #fff;
      border-color: var(--color-base4);
      color: var(--color-base4); }

  /* ttlArea */
  #item1 {
    background: url("../img/contents/ttl_bg1.jpg") no-repeat center top;
    background-size: 100%; }

  #item2 {
    background: url("../img/contents/ttl_bg2.jpg") no-repeat center top;
    background-size: 100%; }

  #item3 {
    background: url("../img/contents/ttl_bg3.jpg") no-repeat center top;
    background-size: 100%; }

  #item4 {
    background: url("../img/contents/ttl_bg4.jpg") no-repeat center top;
    background-size: 100%; }

  .ttlArea {
    width: 42%;
    margin: 0 auto;
    font-family: "Shippori Mincho", serif;
    text-align: center;
    padding: 4% 0 5.7% 0; }
    .ttlArea .subttl {
      width: 10vw;
      margin: 0 auto 0 auto; }
    .ttlArea .ttl {
      width: 21vw;
      margin: 0 auto 0 auto;
      padding: 2% 0; }
    .ttlArea .txt {
      background: #fff;
      border-radius: 100px;
      width: 140px;
      margin: 0 auto;
      text-align: center;
      letter-spacing: 1px; }

  .item1-1 {
    margin-top: -2%; }
    .item1-1 .slider {
      display: flex;
      justify-content: space-between; }
      .item1-1 .slider div:nth-child(1) {
        width: 47%; }
      .item1-1 .slider div:nth-child(2) {
        width: 37%;
        padding-right: 9%; }
    .item1-1 .left-box {
      width: 46%; }
      .item1-1 .left-box .pht {
        margin-bottom: 4%; }
      .item1-1 .left-box .link-box {
        margin-left: auto; }
    .item1-1 .right-box {
      width: 38%;
      padding: 10% 10% 0 0%; }

  .item1-2 {
    display: flex;
    justify-content: space-between;
    padding: 0 10%; }
    .item1-2 .left-box {
      width: 46%; }
    .item1-2 .right-box {
      width: 38%;
      padding: 10% 10% 0 0%; }
      .item1-2 .right-box .link-box {
        width: 100%;
        margin-left: 0; }
      .item1-2 .right-box .ttl .mttl {
        padding-top: 5%; }

  .item1-3 .slider {
    display: flex;
    justify-content: space-between; }
    .item1-3 .slider div:nth-child(1) {
      width: 47%; }
    .item1-3 .slider div:nth-child(2) {
      width: 37%;
      padding-right: 9%; }
  .item1-3 .left-box {
    width: 46%; }
    .item1-3 .left-box .pht {
      margin-bottom: 4%; }
  .item1-3 .right-box {
    width: 38%;
    padding: 10% 0% 0 10%; }
    .item1-3 .right-box .ttl {
      width: 67%;
      margin-left: auto; }
      .item1-3 .right-box .ttl .mttl {
        padding-top: 5%; }
    .item1-3 .right-box .txt {
      width: 67%;
      margin-left: auto; }

  .item1-4 {
    display: block;
    justify-content: space-between;
    padding: 0 10%;
    overflow: hidden; }
    .item1-4 .right-box {
      width: 45%;
      float: right; }
    .item1-4 .left-box {
      width: 38%;
      padding: 10% 0% 0 10%;
      float: left; }
      .item1-4 .left-box .link-box {
        width: 100%;
        margin-left: 0; }
      .item1-4 .left-box .ttl .mttl {
        padding-top: 5%; }

  .point::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    /* 表面（青） */
    transform: rotateY(180deg);
    backface-visibility: hidden; }

  .point::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    backface-visibility: hidden; }

  @keyframes rotate-with-pause {
    0% {
      transform: rotateY(0deg); }
    33.33% {
      transform: rotateY(180deg); }
    100% {
      transform: rotateY(180deg); } }
  .point01::before {
    background-color: #e34649; }

  .point01::after {
    background-color: #e34649; }

  .point02::before {
    background-color: #805c8e; }

  .point02::after {
    background-color: #fca3b9; }

  .point03::before {
    background-color: #93b1ce; }

  .point03::after {
    background-color: #527aa1; }

  .point04::before {
    background-color: #97b2b1; }

  .point04::after {
    background-color: #9ab597; }

  .item-end-m {
    margin: 0 auto 15% auto !important; }

  .rever {
    flex-direction: row-reverse; }

  /* item-t */
  .item-t {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin: 0 auto 7% auto; }

  .item-t .data-l {
    width: 50%; }

  .item-t .data-l .img {
    width: 100%;
    margin: 0 0 7% 0; }

  .item-t .data-l .link-box01 {
    width: 55%;
    margin: 0 0 0 35%; }

  .item-t .data-l .link-box02 {
    width: 55%;
    margin: 0 0 0 5%; }

  .item-t .data-r {
    width: 50%;
    box-sizing: border-box;
    padding: 0 7%; }

  .item-t .data-r .img {
    width: 100%; }

  .item-t .data-r .title-box {
    width: max-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 5% 0; }

  .item-t .data-r .title-box-02 {
    width: max-content;
    margin: 0 0 5% 0; }

  .item-t .data-r .title-box02 {
    position: relative;
    left: 25%; }

  .item-t .data-r .title-box li:nth-child(1) {
    width: 130px;
    position: relative; }

  .item-t .data-r .title-box-02 li:nth-child(1) {
    width: 130px;
    position: relative;
    margin: 0 0 3% 0; }

  .item-t .data-r .title-box li:nth-child(1) .on {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }

  .item-t .data-r .title-box-02 li:nth-child(1) .on {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }

  .item-t .data-r .title-box li:nth-child(2) {
    font-size: 50px;
    font-family: "garamond-premier-pro-display", serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 3px;
    white-space: nowrap;
    margin: 0 0 0 40px; }

  .item-t .data-r .title-box-02 li:nth-child(2) {
    font-size: 50px;
    font-family: "garamond-premier-pro-display", serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 3px;
    white-space: nowrap;
    margin: 0 0 0 0px; }

  .item-t .data-r .title-box-e {
    width: max-content;
    margin: 5% 0 5% 0; }

  .item-t .data-r .title-box-e02 {
    position: relative;
    left: 25%; }

  .item-t .data-r .title-box-e li:nth-child(1) {
    width: 300px;
    position: relative;
    line-height: 0;
    margin: 0 0 5% 0; }

  .item-t .data-r .title-box-e li:nth-child(2) {
    font-size: 50px;
    font-family: "garamond-premier-pro-display", serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 3px;
    white-space: nowrap; }

  .item-t .data-r .title-box-e li:nth-child(2) span {
    width: 100px;
    line-height: 0;
    display: inline-block;
    margin: 0 15px 0 0;
    position: relative;
    top: 15px; }

  .item-t .data-r .txt {
    width: max-content;
    font-size: 21px;
    letter-spacing: 4px;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    line-height: 2.5em;
    white-space: nowrap;
    margin: 0 0 7% 0; }

  .item-t .data-r .txt02 {
    position: relative;
    left: 25%; }

  /* item */
  .item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin: 0 auto 7% auto; }

  .item .img {
    width: 50%;
    overflow: hidden; }

  .item .img .img-min01 {
    width: 80%;
    overflow: hidden;
    display: block;
    margin: 0 0 0 20%; }

  .item .img .img-min02 {
    width: 80%;
    overflow: hidden;
    display: block;
    margin: 0 0 0 0%; }

  .item .data {
    width: 50%; }

  .item .data01 {
    box-sizing: border-box;
    padding: 3% 15% 0 7%; }

  .item .data02 {
    box-sizing: border-box;
    padding: 3% 7% 0 15%; }

  .item .data .icon {
    width: 130px;
    position: relative;
    margin: 0 0 5% 0; }

  .item .data .icon-e {
    width: 300px;
    position: relative;
    line-height: 0;
    margin: 0 0 5% 0; }

  .item .data .icon .on {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }

  .item .data .title {
    font-size: 50px;
    font-family: "garamond-premier-pro-display", serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 3px;
    white-space: nowrap;
    margin: 0 0 5% 0; }

  .item .data .title span {
    width: 100px;
    line-height: 0;
    display: inline-block;
    margin: 0 15px 0 0;
    position: relative;
    top: 15px; }

  .item .data .txt {
    font-size: 21px;
    letter-spacing: 4px;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    line-height: 2.5em;
    white-space: nowrap;
    margin: 0 0 15% 0; }

  /*cart-btm*/
  .cart-btm {
    width: 100%;
    text-decoration: none;
    color: #000;
    transition: 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 0% 0;
    font-family: "yu-mincho-pr6n", sans-serif;
    position: relative; }

  .cart-btm02 {
    width: 100%;
    text-decoration: none;
    color: #000;
    transition: 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 1% 0;
    font-family: "yu-mincho-pr6n", sans-serif;
    position: relative; }

  .cert-btm-color {
    color: #fff !important; }

  .cart-title {
    width: max-content;
    font-size: 1vw;
    letter-spacing: 0px;
    position: absolute;
    line-height: 1.5em;
    white-space: nowrap; }

  .cart-title span {
    font-size: 11px;
    margin: 0 0 0 0px;
    position: relative;
    top: -2px; }

  .cart-title02 {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 1.5em;
    white-space: nowrap; }

  .cart-yen {
    font-size: 1.0vw;
    letter-spacing: 0px;
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    white-space: nowrap;
    font-family: "yu-mincho-pr6n", sans-serif;
    box-sizing: border-box;
    padding: 0 20px 0 0; }

  .cart-yen .yen-icon {
    margin: 0 2px 0 0; }

  .cart-yen .tax {
    font-size: 10px;
    letter-spacing: 0;
    margin: 0 0 0 5px;
    position: relative;
    top: 1px; }

  .cart-yen02 {
    font-size: 15px;
    letter-spacing: 0px;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
    font-family: "yu-mincho-pr6n", sans-serif;
    box-sizing: border-box; }

  .cart-yen02 .yen-icon {
    margin: 0 2px 0 0; }

  .cart-yen02 .tax {
    font-size: 0.9px;
    letter-spacing: 0;
    margin: 0 0 0 5px;
    position: relative;
    top: 1px; }

  .link-line {
    width: 100%;
    height: 1px;
    background: #a0a0a0;
    margin: 10px 0 10px 0;
    opacity: .5; }

  .link-line02 {
    width: 100%;
    height: 1px;
    background: #fff;
    margin: 20px 0;
    opacity: .5; }

  .btn-border {
    background-color: transparent;
    color: #1d1d1d; }

  .btn-arrow {
    position: relative;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out; }

  .btn-arrow span {
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: transform; }

  .cart-btm:hover .btn-arrow span {
    -webkit-transform: translate3d(-0.5rem, 0, 0);
    transform: translate3d(-0.5rem, 0, 0); }

  .cart-btm02:hover .btn-arrow span {
    -webkit-transform: translate3d(-0.5rem, 0, 0);
    transform: translate3d(-0.5rem, 0, 0); }

  .btn-arrow img {
    position: absolute;
    width: 1.1em;
    right: 0px;
    right: 0rem;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: right, opacity; }

  .btn-arrow img * {
    stroke-width: 5;
    stroke-color: transparent; }

  .cart-btm:hover .btn-arrow img {
    opacity: 1;
    right: -1rem; }

  .cart-btm02:hover .btn-arrow img {
    opacity: 1;
    right: -1rem; }

  #pagetop {
    position: fixed;
    right: 3%;
    bottom: 3%;
    width: 45px;
    height: 45px;
    display: block;
    z-index: 99; }
    #pagetop .btn-loading {
      display: inline-flex;
      text-decoration: none;
      font-weight: 700;
      color: #111;
      width: 100%;
      height: 100%;
      position: relative;
      opacity: 1 !important;
      transition: all 0.3s;
      background-color: #CCC;
      border-radius: 100%;
      transition: color 0.2s;
      overflow: hidden; }
    #pagetop .btn-loading01:before,
    #pagetop .btn-loading01:after {
      content: "";
      display: block;
      position: absolute;
      width: 50%;
      height: 0;
      background-color: #231815;
      pointer-events: none; }
    #pagetop .btn-loading:before {
      bottom: 0;
      left: 0; }
    #pagetop .btn-loading:after {
      top: 0;
      right: 0; }

  #pagetop:hover .btn-loading {
    color: #65A04D; }

  #pagetop:hover .btn-loading:before,
  #pagetop:hover .btn-loading:after {
    height: 100%; }

  #pagetop:hover .btn-loading:before {
    transition: height 0.1s 0.1s linear; }

  #pagetop:hover .btn-loading:after {
    transition: height 0.1s linear; }

  #pagetop .btn-loading span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    background-color: #FFF;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99; }

  #pagetop .btn-loading span img {
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

  .in-btn {
    width: 40px;
    margin: 0 auto 1% auto;
    display: block;
    opacity: 1; }

  /*nav*/
  .menu {
    position: fixed;
    right: 25px;
    top: 25px;
    z-index: 9999;
    cursor: pointer;
    font-family: "termina", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 1px; }

  .menu.active {
    position: fixed;
    right: 25px;
    top: 25px;
    z-index: 9999;
    cursor: pointer;
    font-family: "termina", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 1px; }

  .indexnav {
    display: none;
    position: fixed;
    right: 3%;
    top: 5%; }

  .indexnav.active {
    display: block; }

  .menu__line--icon {
    display: none;
    width: 45px;
    padding: 0 !important;
    margin: 0 !important; }

  .menu__line--top {
    display: none; }

  .menu__line--icon.active {
    display: none; }

  .menu__line--top.active {
    display: block; }

  .menu__line--icon .icon {
    font-size: 14px;
    margin: 0 10px 0 0;
    position: relative;
    top: -4px; }

  /*gnav*/
  .gnav {
    background: rgba(245, 245, 245, 0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 8888 !important;
    top: 0;
    left: 0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px); }

  .gnav__wrap {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 70%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    /* Safari用 */
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0; }

  .gnav__menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }

  .gnav__menu li {
    width: 30%;
    overflow: hidden;
    margin: 0 0 4% 0; }

  .gnav-link {
    width: 100%;
    text-decoration: none; }

  .gnav-link .img {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0 0 5% 0; }

  .gnav-link .img img {
    transform: scale(1);
    transition: .3s; }

  .gnav-link:hover .img img {
    transform: scale(1.05);
    transition: .3s; }

  .gnav-link .title {
    width: 100%;
    display: block;
    position: relative;
    line-height: 0; }

  .gnav-link .title .icon {
    width: 10px;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    /* Safari逕ｨ */
    transform: translateY(-50%) translateX(0%);
    line-height: 0;
    opacity: 0;
    transition: .3s; }

  .gnav-link:hover .title .icon {
    opacity: 1;
    transform: translateY(-50%) translateX(100%);
    transition: .3s; }

  .gnav-link .title .icon01 {
    left: 30%; }

  .gnav-link .title .icon02 {
    left: 10%; }

  .gnav-link .title .icon03 {
    left: 15%; }

  .gnav-link .title .icon04 {
    left: 10%; }

  .gnav-link .title .icon05 {
    left: 20%; }

  .gnav-link .title .icon06 {
    left: -10%; }

  .grad-btn {
    background: #000;
    color: #fff;
    text-align: center;
    display: block;
    margin: 5% auto 0 auto;
    font-size: 12px;
    padding: 1% 0; }

  .grad-btn::before {
    content: "READ MORE"; }

  .grad-item {
    position: relative;
    overflow: hidden;
    height: 35px;
    /*隠した状態の高さ*/ }

  .grad-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    content: ""; }

  .grad-trigger {
    display: none; }

  .grad-trigger:checked ~ .grad-btn::before {
    content: "CLOSE"; }

  .grad-trigger:checked ~ .grad-item {
    height: auto; }

  .grad-trigger:checked ~ .grad-item::before {
    display: none; } }
/*note pc*/
/*pad*/
/*//////////////////////////////// for iphone ////////////////////////////*/
@media (min-width: 0px) and (max-width: 766px) {
  .pc-on {
    display: none !important; }

  .l-icon::before {
    content: url("../img/lsize.svg");
    width: 13px;
    height: 13px;
    display: inline-block;
    background-size: 13px 13px;
    position: relative;
    top: -1px;
    margin: 0 10px 0 0;
    line-height: 0;
    border-radius: 3px; }

  .s-icon::before {
    content: url("../img/ssize.svg");
    width: 13px;
    height: 13px;
    display: inline-block;
    background-size: 13px 13px;
    position: relative;
    top: -1px;
    margin: 0 10px 0 0;
    line-height: 0;
    border-radius: 3px; }

  /* header */
  #header {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative; }
    #header .zoomup {
      opacity: 1;
      animation-name: zoomup;
      animation-duration: 1.6s;
      animation-timing-function: ease-out;
      animation-delay: .0s;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-fill-mode: forwards;
      opacity: 0;
      margin-left: auto; }
  @keyframes zoomup {
    0% {
      opacity: 0;
      transform: scale(1.2) translateY(0px); }
    40% {
      opacity: 1; }
    100% {
      opacity: 1;
      transform: scale(1) translateY(0px); } }
    #header .fade-in-bottom {
      animation-name: fade-in-bottom;
      animation-duration: .8s;
      animation-timing-function: ease-out;
      animation-delay: .5s;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-fill-mode: forwards;
      opacity: 0; }
  @keyframes fade-in-bottom {
    0% {
      transform: translateY(5%);
      opacity: 0; }
    100% {
      transform: translateX(0%);
      opacity: 1; } }
    #header .fadein-txt {
      opacity: 1;
      animation-name: fadein-txt;
      animation-duration: 1.1s;
      animation-timing-function: ease-out;
      animation-delay: .5s;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-fill-mode: forwards;
      opacity: 0; }
  @keyframes fadein-txt {
    from {
      clip-path: inset(0 0 100% 0);
      opacity: 1; }
    to {
      clip-path: inset(0);
      opacity: 1; } }
    #header .fadein-left-txt {
      opacity: 1;
      animation-name: fadein-left-txt;
      animation-duration: 1.2s;
      animation-timing-function: ease-out;
      animation-delay: .5s;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-fill-mode: forwards;
      opacity: 0; }
  @keyframes fadein-left-txt {
    from {
      clip-path: inset(0 100% 0% 0);
      opacity: 1; }
    to {
      clip-path: inset(0);
      opacity: 1; } }
    #header .fadein-loop {
      opacity: 1;
      animation-name: fadein-loop;
      animation-duration: 1.1s;
      animation-timing-function: ease-out;
      animation-delay: 3.0s;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-fill-mode: forwards;
      opacity: 0; }
  @keyframes fadein-loop {
    from {
      clip-path: inset(0 0 100% 0);
      opacity: 1; }
    to {
      clip-path: inset(0);
      opacity: 1; } }
    #header .delay1 {
      animation-delay: .1s; }
    #header .delay2 {
      animation-delay: .2s; }
    #header .delay3 {
      animation-delay: .3s; }
    #header .delay4 {
      animation-delay: .4s; }
    #header .delay5 {
      animation-delay: .5s; }
    #header .delay6 {
      animation-delay: .6s; }
    #header .delay7 {
      animation-delay: .7s; }
    #header .delay8 {
      animation-delay: .8s; }
    #header .delay9 {
      animation-delay: .9s; }
    #header .delay10 {
      animation-delay: 1.0s; }
    #header .delay11 {
      animation-delay: 1.1s; }
    #header .delay12 {
      animation-delay: 1.2s; }
    #header .delay13 {
      animation-delay: 1.3s; }
    #header .delay14 {
      animation-delay: 1.4s; }
    #header .delay15 {
      animation-delay: 1.5s; }
    #header .delay16 {
      animation-delay: 1.6s; }
    #header .delay17 {
      animation-delay: 1.7s; }
    #header .delay18 {
      animation-delay: 1.8s; }
    #header .logo {
      width: 15%;
      position: absolute;
      top: 2%;
      right: 5%;
      line-height: 0;
      z-index: 10;
      z-index: 2; }
    #header .image {
      width: 100%;
      margin-bottom: 14%; }
    #header .box h1 img {
      position: absolute;
      z-index: 3;
      mix-blend-mode: multiply; }
    #header .box h1 p {
      position: absolute;
      z-index: 3;
      left: 8%;
      top: 13%;
      font-family: "Shippori Mincho", serif;
      font-weight: 500;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-size: 7.8vw;
      font-weight: normal;
      animation-delay: 1.4s;
      letter-spacing: 2px; }
    #header .box h1 img:nth-child(2) {
      width: 49%;
      left: 6%;
      top: 53%;
      animation-delay: 2.2s; }
    #header .box h1 img:nth-child(3) {
      width: 68%;
      left: 18%;
      top: 62%;
      animation-delay: 2.6s; }
    #header .box h1 img:nth-child(4) {
      width: 14%;
      right: 9%;
      top: 75%;
      animation-delay: 3.0s; }
    #header .subttl {
      width: 38%;
      animation-delay: 3.0s;
      padding: 0 0 2% 10%; }

  /*footer*/
  #footer {
    color: #000;
    letter-spacing: 0.3em;
    position: relative;
    text-align: center; }
    #footer .insta {
      display: block;
      width: 450px;
      border: 1px solid #eee;
      margin: 0 auto 3% auto;
      transition: .3s; }
    #footer .insta:hover {
      border: 1px solid #000;
      transition: .3s; }
    #footer .footer_sns {
      margin: 26px 0 0; }
    #footer .footer_snsNode {
      display: inline-block;
      margin: 0 10px;
      width: 30px; }
    #footer .f-ow {
      width: 120px;
      margin: 25px auto 0 auto; }
    #footer .footer_copyright {
      font-family: "Helvetica",serif;
      font-size: 10px;
      letter-spacing: 0.02em;
      margin: 34px 0 0; }
    #footer .footer-link {
      padding: 10% 0; }
      #footer .footer-link ul {
        width: 80%;
        margin: 0 auto; }
        #footer .footer-link ul li {
          margin-bottom: 5%; }
          #footer .footer-link ul li a {
            display: block;
            border: 1px solid #000;
            transition: .35s; }
          #footer .footer-link ul li a:hover {
            opacity: 0.5;
            transition: .35s; }
    #footer .footer-olink {
      background: #f5f5f0;
      padding: 10% 0 22% 0; }
      #footer .footer-olink ul {
        width: 80%;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3vw;
        margin-bottom: 5%; }
        #footer .footer-olink ul li a {
          display: block;
          border: 1px solid #000;
          transition: .35s; }
        #footer .footer-olink ul li a:hover {
          background: #fff;
          transition: .35s; }

  /* read */
  .read {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 8% 0 8% 0; }
    .read .txt {
      width: 100%;
      font-size: 3.6vw;
      letter-spacing: 1px;
      font-family: "Shippori Mincho", serif;
      line-height: 2em;
      text-align: center; }
    .read .bg {
      width: 100%;
      height: 100%;
      background: #fff;
      position: absolute;
      top: 0;
      left: 0;
      overflow: visible; }
    .read .bg::before {
      content: '';
      position: absolute;
      top: -20vw;
      left: 0;
      right: 0;
      height: 20vw;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
      pointer-events: none; }

  /* top-nav */
  .top-nav {
    position: relative; }
    .top-nav .index {
      width: 8%;
      margin: 0 auto 6% auto;
      padding-top: 70px; }
    .top-nav .line {
      width: 1px;
      height: 50px;
      background: rgba(0, 0, 0, 0.3);
      position: absolute;
      top: -3%;
      left: 0;
      right: 0;
      margin: 0 auto;
      overflow: hidden;
      z-index: 10; }
    .top-nav .line .line-in {
      width: 1px;
      height: 50px;
      background: #000;
      margin: 0 auto;
      position: absolute;
      top: 0;
      left: 0;
      animation: slideDown 3s infinite; }

  @keyframes slideDown {
    0% {
      top: -50px;
      opacity: 1; }
    100% {
      top: 300px;
      opacity: 1; } }
  .top-nav-list {
    width: 80%;
    margin: 0 auto 25% auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6vw; }
    .top-nav-list li .ttl {
      text-align: center; }
      .top-nav-list li .ttl img {
        width: 23vw;
        margin: 0 auto 5% auto; }
    .top-nav-list li a {
      display: block;
      transition: .35s;
      overflow: hidden; }
      .top-nav-list li a img {
        transition: .35s; }
      .top-nav-list li a:hover {
        transition: .35s; }
        .top-nav-list li a:hover img {
          transform: scale(1.05);
          transition: .35s;
          opacity: 0.5; }
    .top-nav-list li:nth-child(1) a {
      background: var(--color-base1); }
    .top-nav-list li:nth-child(2) a {
      background: var(--color-base2); }
    .top-nav-list li:nth-child(3) a {
      background: var(--color-base3); }
    .top-nav-list li:nth-child(4) a {
      background: var(--color-base4); }

  .wrap {
    margin-bottom: 20%; }
    .wrap .ttl {
      display: flex;
      margin: 0 auto 4% auto;
      width: 80%; }
      .wrap .ttl .number {
        margin-right: 7%; }
      .wrap .ttl .subttl {
        width: 5vw;
        margin: 0 0 6% 2vw; }
      .wrap .ttl .no {
        width: 24vw;
        margin: 0 auto 0% auto; }
      .wrap .ttl .mttl {
        font-family: "garamond-premier-pro-display", serif;
        font-size: 10.6vw;
        font-weight: 300;
        line-height: 1.1;
        padding-top: 6%; }
      .wrap .ttl .mttl.active {
        animation-delay: 1.4s; }
    .wrap .txt {
      font-family: "Shippori Mincho", serif;
      font-weight: 500;
      font-size: 3.6vw;
      line-height: 2;
      margin: 0 auto 10% auto;
      width: 80%; }
    .wrap .txt.fadein-txt-w.active {
      animation-duration: 1.2s;
      animation-delay: 1.2s; }
    .wrap .pc-on {
      display: flex;
      justify-content: space-between; }
    .wrap .link-box {
      width: 80%;
      margin: 0 auto;
      font-family: "Shippori Mincho", serif; }
    .wrap .cart-btm .btn00 {
      font-size: 2.8vw;
      line-height: 1.5em;
      width: 90px;
      padding: 5px 0 5px 0;
      background: #fff;
      border: .5px solid #000;
      display: inline-block;
      text-align: center;
      color: #000;
      transition: 0.3s; }
    .wrap .cart-btm:hover .btn00 {
      background: #000;
      border-color: #000;
      color: #fff;
      transition: 0.3s; }
    .wrap .cart-btm .btn01 {
      font-size: 2.8vw;
      line-height: 1.5em;
      width: 90px;
      padding: 3px 0 3px 0;
      border: .5px solid #000;
      display: inline-block;
      text-align: center;
      color: #fff;
      border-color: var(--color-base1);
      background: var(--color-base1); }
    .wrap .cart-btm:hover .btn01 {
      background: #fff;
      border-color: var(--color-base1);
      color: var(--color-base1); }
    .wrap .cart-btm .btn02 {
      font-size: 2.8vw;
      line-height: 1.5em;
      width: 90px;
      padding: 3px 0 3px 0;
      border: .5px solid #000;
      display: inline-block;
      text-align: center;
      color: #fff;
      border-color: var(--color-base2);
      background: var(--color-base2); }
    .wrap .cart-btm:hover .btn02 {
      background: #fff;
      border-color: var(--color-base2);
      color: var(--color-base2); }
    .wrap .cart-btm .btn03 {
      font-size: 2.8vw;
      line-height: 1.5em;
      width: 90px;
      padding: 3px 0 3px 0;
      border: .5px solid #000;
      display: inline-block;
      text-align: center;
      color: #fff;
      border-color: var(--color-base3);
      background: var(--color-base3); }
    .wrap .cart-btm:hover .btn03 {
      background: #fff;
      border-color: var(--color-base3);
      color: var(--color-base3); }
    .wrap .cart-btm .btn04 {
      font-size: 2.8vw;
      line-height: 1.5em;
      width: 90px;
      padding: 3px 0 3px 0;
      border: .5px solid #000;
      display: inline-block;
      text-align: center;
      color: #fff;
      border-color: var(--color-base4);
      background: var(--color-base4); }
    .wrap .cart-btm:hover .btn04 {
      background: #fff;
      border-color: var(--color-base4);
      color: var(--color-base4); }
    .wrap .slick-slider {
      margin: 0;
      padding: 0;
      margin-bottom: 8%; }
    .wrap .slick-slide {
      line-height: 0; }
      .wrap .slick-slide a {
        display: block; }

  /* ttlArea */
  #item1 {
    background: url("../img/contents/ttl_bg1_sp.jpg") no-repeat center top;
    background-size: 100%; }

  #item2 {
    background: url("../img/contents/ttl_bg2_sp.jpg") no-repeat center top;
    background-size: 100%; }

  #item3 {
    background: url("../img/contents/ttl_bg3_sp.jpg") no-repeat center top;
    background-size: 100%; }

  #item4 {
    background: url("../img/contents/ttl_bg4_sp.jpg") no-repeat center top;
    background-size: 100%; }

  .ttlArea {
    width: 100%;
    font-family: "Shippori Mincho", serif;
    text-align: center;
    padding: 8% 0 6% 0; }
    .ttlArea .subttl {
      width: 30vw;
      margin: 0 auto 0 auto; }
    .ttlArea .ttl {
      width: 75vw;
      margin: 0 auto 0 auto;
      padding: 4% 0; }
    .ttlArea .txt {
      background: #fff;
      border-radius: 100px;
      font-size: 2.8vw;
      width: 24%;
      margin: 0 auto;
      text-align: center;
      letter-spacing: 0px;
      padding: 1% 0; }

  /*cart-btm*/
  .cart-btm {
    width: 100%;
    text-decoration: none;
    color: #000;
    transition: 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 1% 0;
    font-family: "yu-mincho-pr6n", sans-serif;
    position: relative; }

  .cart-btm02 {
    width: 100%;
    text-decoration: none;
    color: #000;
    transition: 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 1% 0;
    font-family: "yu-mincho-pr6n", sans-serif;
    position: relative; }

  .cert-btm-color {
    color: #fff !important; }

  .cart-title {
    width: max-content;
    font-size: 14px;
    letter-spacing: 0px;
    position: absolute;
    line-height: 1.5em;
    white-space: nowrap; }

  .cart-title span {
    font-size: 11px;
    margin: 0 0 0 0px;
    position: relative;
    top: -2px; }

  .cart-title02 {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 1.5em;
    white-space: nowrap; }

  .cart-yen {
    font-size: 16px;
    letter-spacing: 0px;
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    white-space: nowrap;
    font-family: "yu-mincho-pr6n", sans-serif;
    box-sizing: border-box;
    padding: 0 10px 0 0; }

  .cart-yen .yen-icon {
    margin: 0 2px 0 0; }

  .cart-yen .tax {
    font-size: 11px;
    letter-spacing: 0;
    margin: 0 0 0 5px;
    position: relative;
    top: 1px; }

  .cart-yen02 {
    font-size: 16px;
    letter-spacing: 0px;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
    font-family: "yu-mincho-pr6n", sans-serif;
    box-sizing: border-box; }

  .cart-yen02 .yen-icon {
    margin: 0 2px 0 0; }

  .cart-yen02 .tax {
    font-size: 10px;
    letter-spacing: 0;
    margin: 0 0 0 5px;
    position: relative;
    top: 1px; }

  .link-line {
    width: 100%;
    height: 1px;
    background: #a0a0a0;
    margin: 10px 0 10px 0;
    opacity: .5; }

  .link-line02 {
    width: 100%;
    height: 1px;
    background: #fff;
    margin: 20px 0;
    opacity: .5; }

  .cart-btm .btn00 {
    font-size: 11px;
    line-height: 1.5em;
    width: 90px;
    padding: 5px 0 5px 0;
    background: #fff;
    border: .5px solid #000;
    display: inline-block;
    text-align: center;
    color: #000; }

  .cart-btm:hover .btn00 {
    background: #000;
    border-color: #000;
    color: #fff; }

  .cart-btm .btn01 {
    font-size: 11px;
    line-height: 1.5em;
    width: 90px;
    padding: 5px 0 5px 0;
    background: #cfc4b9;
    border: .5px solid #cfc4b9;
    display: inline-block;
    text-align: center;
    color: #fff; }

  .cart-btm:hover .btn01 {
    background: #fff;
    border-color: #cfc4b9;
    color: #cfc4b9; }

  .btn-border {
    background-color: transparent;
    color: #1d1d1d; }

  .btn-arrow {
    position: relative;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out; }

  .btn-arrow span {
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: transform; }

  .cart-btm:hover .btn-arrow span {
    -webkit-transform: translate3d(-0.5rem, 0, 0);
    transform: translate3d(-0.5rem, 0, 0); }

  .cart-btm02:hover .btn-arrow span {
    -webkit-transform: translate3d(-0.5rem, 0, 0);
    transform: translate3d(-0.5rem, 0, 0); }

  .btn-arrow img {
    position: absolute;
    width: 1.1em;
    right: 0px;
    right: 0rem;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: right, opacity; }

  .btn-arrow img * {
    stroke-width: 5;
    stroke-color: transparent; }

  .cart-btm:hover .btn-arrow img {
    opacity: 1;
    right: -1rem; }

  .cart-btm02:hover .btn-arrow img {
    opacity: 1;
    right: -1rem; }

  #pagetop {
    position: fixed;
    right: 5%;
    bottom: -2%;
    width: 10%;
    height: 10%;
    display: block;
    z-index: 99; }
    #pagetop .btn-loading {
      display: inline-flex;
      text-decoration: none;
      font-weight: 700;
      color: #111;
      width: 100%;
      height: 100%;
      position: relative;
      opacity: 1 !important;
      transition: all 0.3s;
      background-color: #CCC;
      border-radius: 100%;
      transition: color 0.2s;
      overflow: hidden; }
    #pagetop .btn-loading01:before,
    #pagetop .btn-loading01:after {
      content: "";
      display: block;
      position: absolute;
      width: 50%;
      height: 0;
      background-color: #231815;
      pointer-events: none; }
    #pagetop .btn-loading:before {
      bottom: 0;
      left: 0; }
    #pagetop .btn-loading:after {
      top: 0;
      right: 0; }

  #pagetop:hover .btn-loading {
    color: #65A04D; }

  #pagetop:hover .btn-loading:before,
  #pagetop:hover .btn-loading:after {
    height: 100%; }

  #pagetop:hover .btn-loading:before {
    transition: height 0.1s 0.1s linear; }

  #pagetop:hover .btn-loading:after {
    transition: height 0.1s linear; }

  #pagetop .btn-loading span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    background-color: #FFF;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99; }

  #pagetop .btn-loading span img {
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

  .in-btn {
    width: 40px;
    margin: 0 auto 1% auto;
    display: block;
    opacity: 1; }

  /*nav*/
  .menu {
    position: fixed;
    width: 20vw;
    left: 5%;
    bottom: 3%;
    z-index: 9999;
    cursor: pointer;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 1px; }

  .menu.active {
    position: fixed;
    left: 0vw;
    bottom: 20%;
    width: 100vw;
    z-index: 9999;
    cursor: pointer;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center; }
    .menu.active img {
      width: 10vw;
      margin: 0 auto; }

  .menu__line--icon {
    width: 45px;
    padding: 0 !important;
    margin: 0 !important; }

  .menu__line--top {
    display: none; }

  .menu__line--icon.active {
    display: none; }

  .menu__line--top.active {
    display: block; }

  .menu__line--icon .icon {
    font-size: 14px;
    margin: 0 10px 0 0;
    position: relative;
    top: -4px; }

  /*gnav*/
  .gnav {
    background: rgba(245, 245, 245, 0.8);
    display: none;
    height: 70%;
    position: fixed;
    width: 90%;
    z-index: 8888 !important;
    top: 20%;
    left: 5%;
    border-radius: 10px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px); }

  .gnav__wrap {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    /* Safari用 */
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0; }

  .gnav__menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }

  .gnav__menu li {
    width: 30%;
    overflow: hidden;
    margin: 0 0 4% 0; }

  .gnav-link {
    width: 100%;
    text-decoration: none; }

  .gnav-link .img {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0 0 5% 0; }

  .gnav-link .img img {
    transform: scale(1);
    transition: .3s; }

  .gnav-link:hover .img img {
    transform: scale(1.05);
    transition: .3s; }

  .gnav-link .title {
    width: 100%;
    display: block;
    position: relative;
    line-height: 0; }

  .gnav-link .title .icon {
    width: 10px;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    /* Safari逕ｨ */
    transform: translateY(-50%) translateX(0%);
    line-height: 0;
    opacity: 0;
    transition: .3s; }

  .gnav-link:hover .title .icon {
    opacity: 1;
    transform: translateY(-50%) translateX(100%);
    transition: .3s; }

  .gnav-link .title .icon01 {
    left: 30%; }

  .gnav-link .title .icon02 {
    left: 10%; }

  .gnav-link .title .icon03 {
    left: 15%; }

  .gnav-link .title .icon04 {
    left: 10%; }

  .gnav-link .title .icon05 {
    left: 20%; }

  .gnav-link .title .icon06 {
    left: -10%; }

  .grad-btn {
    background: #000;
    color: #fff;
    text-align: center;
    display: block;
    margin: 5% auto 0 auto;
    font-size: 12px;
    padding: 1% 0; }

  .grad-btn::before {
    content: "READ MORE"; }

  .grad-item {
    position: relative;
    overflow: hidden;
    height: 35px;
    /*隠した状態の高さ*/ }

  .grad-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    content: ""; }

  .grad-trigger {
    display: none; }

  .grad-trigger:checked ~ .grad-btn::before {
    content: "CLOSE"; }

  .grad-trigger:checked ~ .grad-item {
    height: auto; }

  .grad-trigger:checked ~ .grad-item::before {
    display: none; }

  .indexnav {
    display: none; }
    .indexnav img {
      display: none; }

  .indexnav.active {
    display: none; } }
