@charset "UTF-8";
/*--------------------------------------------
CHOSE
---------------------------------------------*/
#choose{
  background-image: url("../images/home/choose/bg.svg");
  background-position: center top;
  background-repeat: no-repeat;
}
#choose h2{
    text-align: center;
  }
#choose h2 img{
      height: calc( 27 var(--remBase) );
    }
#choose > ul{
    display: grid;
  }
#choose > ul a{
      width: 100%;
    }
@media screen and ( width <= 750px ){
#choose{
    background-size: calc( 1400 var(--viewportBase) ) auto;
    padding-top: calc( 154 var(--remBase) )
}
    #choose > ul{
      justify-content: space-between;
      margin-top: calc( 60 var(--remBase) );
      grid-template-columns: repeat( 2 , calc( 330 var(--percentBase) ) );
    }
        #choose > ul > li:nth-child(1) a{
          justify-content: start;
          padding-inline: calc( 30 * 100% / 330 );
        }
  }
@media print,screen and ( width > 750px ){
#choose{
    background-size: 100% auto;
    padding-top: calc( 129 var(--remBase) );
    position: relative;
    overflow-x: clip;
    z-index: 1
}
    #choose > ul{
      justify-content: center;
      margin-top: calc( 48 var(--remBase) );
      grid-template-columns: repeat( 2 , calc( 240 var(--percentBase) ) );
      column-gap: calc( 30 var(--percentBase) );
    }
  }
:where( #choose01 , #choose02 ) h3{
    font-weight: 500;
    text-align: center;
    text-align: center;
    letter-spacing: .2em;
    text-indent: .2em;
    font-size: clamp( var(--min) , 4rem , var(--max) );;
    line-height: calc( 45 / 40 );;
  }
:where( #choose01 , #choose02 ) picture img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }
:where( #choose01 , #choose02 ) li + li{
    margin-top: calc( 20 var(--remBase) );
  }
:where( #choose01 , #choose02 ) a{
    display: grid;
    align-items: center;
    background-color: white;
    grid-template-columns: auto auto;
    justify-content: space-between;
    letter-spacing: 0.2em;
    line-height: 1.5;
  }
:where( #choose01 , #choose02 ) a:after{
      content:"";
      display: block;
      content: "";;
      display: block;;
      font-size: 0;;
      width: auto;;
      background-position: left center;;
      background-repeat: no-repeat;;
      background-size: contain;;
      aspect-ratio: 26/4;
      background-image: url("../images/ui/arrow/right01.svg");
      filter: var(--filterBase);
      height: calc( 4 var(--remBase) );
    }
@media screen and ( width <= 750px ){
    :where( #choose01 , #choose02 ) picture{
      width: 100%;
      height: calc( 410 var(--remBase) );
      margin-top: calc( ( 55 - 2.5 ) var(--remBase) );
    }
    :where( #choose01 , #choose02 ) ul{
      margin-top: calc( 42 var(--remBase) );
    }
    :where( #choose01 , #choose02 ) a{
      height: calc( 90 var(--remBase) );
      padding-left: calc( 30 var(--percentBase) );
      padding-right: calc( 16 var(--percentBase) );
      font-size : clamp( var(--min) , 2.6rem , var(--max) );
    }
  }
@media print,screen and ( width > 750px ){
    :where( #choose01 , #choose02 ) h3{
      margin-bottom: calc( ( 55 - 2.5 ) var(--remBase) );
    }
    :where( #choose01 , #choose02 ) .box{
      position: relative;
      overflow-x: visible;
      min-height: calc( 410 var(--remBase) );
    }
    :where( #choose01 , #choose02 ) picture{
      aspect-ratio: 720/410;
      height: calc( 410 var(--remBase) );
      position: absolute;
    }
    :where( #choose01 , #choose02 ) ul{
      width: calc( 420 var(--percentBase) );
    }
    :where( #choose01 , #choose02 ) a{
      height: calc( 70 var(--remBase) );
      padding-left: calc( 30 * 100% / 420 );
      padding-right: calc( 16 * 100% / 420 );
      font-size : clamp( var(--min) , 1.8rem , var(--max) );
    }
  }
#choose01{
  padding-top: calc( ( 38 - 2.5 ) var(--remBase) );
}
@media print,screen and ( width > 750px ){
    #choose01 picture{
      left:calc( -160 var(--percentBase) );
    }
    #choose01 ul{
      margin-left: calc( 600 var(--percentBase) );
    }
  }
@media screen and ( width <= 750px ){
#choose02{
    padding-top: calc( ( 105 - 2.5 ) var(--remBase) )
}
  }
@media print,screen and ( width > 750px ){
#choose02{
    padding-top: calc( ( 89 - 2.5 ) var(--remBase) );
    position: relative
}
    #choose02:before, #choose02:after{
      content:"";
      display: block;
      font-size: 0;
      aspect-ratio: 1;
      border-radius: 50%;
      position: absolute;
    }
    #choose02:before{
      background-color: #fbf4e7;
      height: calc( 721 var(--remBase) );
      left: calc( -433 var(--percentBase) );
      top : calc( 311 var(--remBase));
    }
    #choose02:after{
      background-color: white;
      height: calc( 491 var(--remBase) );
      left: calc( 870 var(--percentBase) );
      top : calc( 85 var(--remBase));
      z-index: 0;
    }
    #choose02 :where( h3 , .box ){
      position: relative;
      z-index: 1;
    }
    #choose02 picture{
      left:calc( 480 var(--percentBase) );
    }
    #choose02 ul{
      margin-left: calc( 20 var(--percentBase) );
    }
  }
@media ( hover : hover ){
    :where( #choose01 , #choose02 ) a:hover:after{
      translate: 25% 0;
    }
}
@media ( prefers-reduced-motion : no-preference ){
    :where( #choose01 , #choose02 ) a:hover:after{
      transition: translate var(--transitionBase);
    }
}
/*--------------------------------------------
SHOP
---------------------------------------------*/
#shop .title01:before{
      background-image: url("../images/ui/label/shop.svg");
    }
#shop ul{
    display: grid;
  }
#shop a{
    position: relative;
    overflow: hidden;
    z-index: 1;
    aspect-ratio: 1;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    border-radius: calc( 15 var(--remBase) );
  }
#shop a:before, #shop a:after{
      content:"";
      display: block;
      position: absolute;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      font-size: 0;
      top: 0;
      left: 0;
      inset: 0;
      grid-column: 1;
      grid-row: 1;
    }
#shop a:before{
      z-index: -1;
    }
#shop a:after{
      z-index: 0;
      background-color:color-mix( in srgb , black 40% , transparent );
    }
#shop li:nth-child(1) a:before{
          background-image: image-set( url( "../images/home/shop/bg01.avif" ) type( "image/avif" ) , url( "../images/home/shop/bg01.webp" ) type( "image/webp" ) );;
        }
#shop li:nth-child(2) a:before{
          background-image: image-set( url( "../images/home/shop/bg02.avif" ) type( "image/avif" ) , url( "../images/home/shop/bg02.webp" ) type( "image/webp" ) );;
        }
#shop li:nth-child(3) a:before{
          background-image: image-set( url( "../images/home/shop/bg03.avif" ) type( "image/avif" ) , url( "../images/home/shop/bg03.webp" ) type( "image/webp" ) );;
        }
#shop li:nth-child(4) a:before{
          background-image: image-set( url( "../images/home/shop/bg04.avif" ) type( "image/avif" ) , url( "../images/home/shop/bg04.webp" ) type( "image/webp" ) );;
        }
#shop hgroup{
    color:white;
    position: relative;
    grid-column: 1;
    grid-row: 1;
    z-index: 1;
    align-content: center;
    display: grid;
    place-items:center;
    align-items: center;
  }
#shop hgroup :where( p , h3 ){
      text-align: center;
      letter-spacing: .1em;
      text-indent: .1em;
    }
#shop hgroup:before, #shop hgroup:after{
      z-index: 1;
      content:"";
      display: block;
      position: absolute;
      font-size: 0;
      width: auto;
    }
#shop hgroup:before{
      background-color: var(--orange);
      aspect-ratio: 1;
      border-radius: 50%;
      height: calc( 50 var(--remBase) );
      outline: solid 1px var(--orange);
      outline-offset: -1px;
    }
#shop hgroup:after{
      background: url("../images/ui/arrow/right01.svg") center / contain no-repeat;
      filter: var(--filterWhite);
      aspect-ratio: 26/4;
    }
#shop hgroup p{
      font-weight: 300;
    }
#shop hgroup h3{
      font-weight: 500;
    }
@media screen and ( width <= 750px ){
#shop{
    padding-top: calc( 125 var(--remBase) )
}
    #shop ul{
      justify-content: space-between;
      grid-template-columns: repeat( 2 , calc( 328 var(--percentBase) ) );
      row-gap: calc( 35 var(--remBase) );
      margin-top: calc( ( 64 - 2.5 ) var(--remBase) );
    }
      #shop hgroup:before{
        bottom: calc( 20 var(--remBase) );
        right: calc( 20 * 100% / 328 );
      }
      #shop hgroup:after{
        height: calc( 4 var(--remBase) );
        bottom: calc( ( 20 + 24 ) var(--remBase) );
        right: calc( ( 20 + 11 ) * 100% / 328 );
      }
      #shop hgroup p{
        font-size: clamp( var(--min) , 2.2rem , var(--max) );;
        line-height: calc( 40 / 22 );;
      }
      #shop hgroup h3{
        font-size: clamp( var(--min) , 3.6rem , var(--max) );;
        line-height: calc( 40 / 36 );;
      }
  }
@media print,screen and ( width > 750px ){
#shop{
    padding-top: calc( 158 var(--remBase) );
    position: relative;
    overflow-x: clip
}
    #shop:before{
      content:"";
      display: block;
      font-size: 0;
      background-color: white;
      aspect-ratio: 1;
      width: auto;
      height: calc( 721 var(--remBase) );
      position: absolute;
      top : calc( 48 var(--remBase));
      border-radius: 50%;
      z-index: 0;
      left: min( calc( 833 var(--viewportBase) ) , calc( 50% + 313px ) );
    }
    #shop ul{
      margin-top: calc( ( 51 - 2.5 ) var(--remBase) );
      justify-content: center;
      grid-template-columns: repeat( 4 , min( calc( 328 * 100% / 1400 ) , max( 328px ) ) );
      column-gap: min( calc( 16 * 100% / 1400 ) , 16px );
    }
      #shop hgroup:before{
        height: calc( 50 var(--remBase) );
        bottom: calc( 21 var(--remBase) );
        right: calc( 10 * 100% / 328 );
      }
      #shop hgroup:after{
        height: calc( 4 var(--remBase) );
        bottom: calc( ( 21 + 24 ) var(--remBase) );
        right: calc( ( 10 + 11 ) * 100% / 328 );
      }
      #shop hgroup p{
        font-size: clamp( var(--min) , 1.6rem , var(--max) );;
        line-height: calc( 30 / 16 );;
      }
      #shop hgroup h3{
        font-size: clamp( var(--min) , 2.4rem , var(--max) );;
        line-height: 1.25;
      }
  }
@media ( hover : hover ){
      #shop a:hover hgroup:before, #shop a:hover hgroup:after{
        scale: 1.1;
      }
      #shop a:hover hgroup:before{
        background-color: white;
      }
      #shop a:hover hgroup:after{
        filter:var(--filterOrange);
      }
}
@media ( prefers-reduced-motion : no-preference ){
      #shop hgroup:before{
        transition: background var(--transitionBase) , scale var(--transitionBase);
      }
      #shop hgroup:after{
        transition: filter var(--transitionBase) , scale var(--transitionBase);
      }
}
/*--------------------------------------------
NEWS
---------------------------------------------*/
#news .title01:before{
    background-image: url("../images/ui/label/news.svg");
  }
#news ul{
    border-bottom : solid 1px #b6b6b6;
  }
#news li{
    border-top: solid 1px #b6b6b6;
  }
#news li a{
    display: block;
  }
#news :where( time , h3 ){
    line-height: 1.2;
  }
#news h3{
    font-weight: 400;
  }
#news time{
    /* font-family: "Amiko", sans-serif; */
  }
@media screen and ( width <= 750px ){
#news{
    padding-top: calc( 139 var(--remBase) )
}
    #news ul{
      margin-top: calc( 65 var(--remBase) );
    }
    #news li a{
      padding-top: calc( ( 46 - 2.2 ) var(--remBase) );
      padding-bottom: calc( ( 48 - 2.6 ) var(--remBase) );
    }
    #news time{
      font-size : clamp( var(--min) , 2.2rem , var(--max) );
    }
    #news h3{
      margin-top: calc( ( 24 - 2.2 - 2.6 ) var(--remBase) );
      font-size : clamp( var(--min) , 2.6rem , var(--max) );
    }
    #news .link02{
      margin-top: calc( 60 var(--remBase) );
    }
  }
@media print,screen and ( width > 750px ){
#news{
    padding-top: calc( 157 var(--remBase) )
}
    #news ul{
      margin-top: calc( ( 49 - 2.5 ) var(--remBase) );
    }
    #news li a{
      padding-block: calc( ( 32 - 1.6 ) var(--remBase) );
    }
    #news section{
      display: grid;
      align-items: start;
      padding-inline: calc( 40 var(--percentBase) );
      grid-template-columns: calc( 136 * 100% / 920 ) 1fr;
    }
    #news time{
      font-size : clamp( var(--min) , 1.4rem , var(--max) );
      margin-top: calc( 1.2 var(--remBase) );
    }
    #news h3{
      font-size : clamp( var(--min) , 1.6rem , var(--max) );
    }
    #news .link02{
      margin-top: calc( 40 var(--remBase) );
    }
  }
@media ( hover : hover ){
  #news li a:hover{
    filter:brightness(2);
  }
}
@media ( prefers-reduced-motion : no-preference ){
  #news li a{
    transition : filter var( --transitionBase);
  }
}
/*--------------------------------------------
INSTAGRAM
---------------------------------------------*/
#instagram h2{
    text-align: center;
  }
#instagram ul{
    display: grid;
  }
#instagram li{
    aspect-ratio: 1;
    width: auto;
  }
#instagram li a{
      display: block;
      height: 100%;
    }
#instagram li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    height: 100% !important;
    display: block !important;
  }
@media screen and ( width <= 750px ){
#instagram{
    padding-top: calc( 167 var(--remBase) )
}
      #instagram h2 img{
        height: calc( 81 var(--remBase) );
      }
    #instagram ul{
      margin-top: calc( 75 var(--remBase) );
      justify-content: space-between;
      grid-template-columns: repeat( 2 ,  calc( 320 var(--percentBase) ) );
      row-gap: calc( 30 var(--remBase) );
    }
    #instagram .link02{
      margin-top: calc( 60 var(--remBase) );
    }
  }
@media print,screen and ( width > 750px ){
#instagram{
    padding-top: calc( 121 var(--remBase) )
}
      #instagram h2 img{
        height: calc( 81 var(--remBase) );
      }
    #instagram ul{
      margin-top: calc( 40 var(--remBase) );
      grid-template-columns: repeat( 3 , calc( 320 var(--percentBase) ) );
      justify-content: space-between;
      row-gap: calc( 20 var(--remBase) );
    }
    #instagram .link02{
      margin-top: calc( 40 var(--remBase) );
    }
  }
/*--------------------------------------------
COLUMN
---------------------------------------------*/
#column .title01:before{
      background-image: url("../images/ui/label/column.svg");
    }
#column li a{
    background-color: white;
    overflow: hidden;
    border-radius: calc( 10 var(--remBase) );
    display: block;
  }
#column picture img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }
#column :where( time , h3 ){
    line-height: 1.2;
  }
#column time{
    display: block;
  }
#column h3{
    font-weight: 400;
  }
@media screen and ( width <= 750px ){
#column{
    padding-top: calc( 146 var(--remBase) );
    padding-bottom: calc( 88 var(--remBase) )
}
    #column ul{
      margin-top: calc( 74 var(--remBase) );
    }
    #column li + li{
      margin-top: calc( 40 var(--remBase) );
    }
    #column section{
      display: grid;
      grid-template-columns: calc( 300 var(--percentBase) ) 1fr;
      grid-template-rows: calc( ( 28 - 2.2 ) var(--remBase) ) auto calc( ( 31 - 2.2 - 2.4 ) var(--remBase) ) 1fr;
    }
    #column picture{
      height: calc( 210 var(--remBase) );
      grid-row: 1/-1;
    }
    #column :where(  time , h3 ){
      padding-inline: calc( 30 * 100% / 390 );
    }
    #column time{
      font-size : clamp( var(--min) , 2.2rem , var(--max) );
      grid-row: 2;
    }
    #column h3{
      font-size : clamp( var(--min) , 2.4rem , var(--max) );
      grid-row: 4;
    }
    #column .link02{
      margin-top: calc( 60 var(--remBase) );
    }
  }
@media print,screen and ( width > 750px ){
#column{
    padding-top: calc( 134 var(--remBase) );
    padding-bottom: calc( 88 var(--remBase) );
    position: relative;
    overflow-x: clip
}
    #column:before{
      content:"";
      display: block;
      font-size: 0;
      background-color: #fbf4e7;
      aspect-ratio: 1;
      width: auto;
      height: calc( 426 var(--remBase) );
      position: absolute;
      top : calc( 352 var(--remBase));
      border-radius: 50%;
      z-index: 0;
      left: min( calc( 852 var(--viewportBase) ) , calc( 50% + 332px ) );
    }
    #column ul{
      display: grid;
      margin-top: calc( ( 67 - 2.5 ) var(--remBase) );
      grid-template-columns: repeat( 3 , calc( 300 var(--percentBase) ) );
      justify-content: space-between;
      position: relative;
    }
    #column li a{
      padding-bottom: calc( ( 37 - 1.6 ) var(--remBase) );
    }
    #column :where(  time , h3 ){
      padding-inline: calc( 20 * 100% / 300 );
    }
    #column picture{
      height: calc( 210 var(--remBase) );
    }
    #column time{
      font-size : clamp( var(--min) , 1.4rem , var(--max) );
      margin-top: calc( ( 20 - 1.4 ) var(--remBase) );
    }
    #column h3{
      font-size : clamp( var(--min) , 1.6rem , var(--max) );
      margin-top: calc( (  21 - 1.4 - 1.6 ) var(--remBase) );
    }
    #column .link02{
      margin-top: calc( 40 var(--remBase) );
    }
  }