@charset "utf-8";
/* -------------------t-fv-------------------- */

@media screen and (min-width: 1101px){
  .t-fv__slide{
    width: 88%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px){
  .t-fv__slide{
    width: 92%;
  }
}
@media screen and (min-width: 768px){
  .t-fv{
    position: relative;
    max-width: 1800px;
    margin: 0 auto;
    margin-bottom: var(--GAP_90);
  }
  .t-fv__slide{
    margin: 0 auto;
    --SLICK_ARROW_TO_BODY: calc(0px - var(--GAP_20));
  }
  [class*="t-fv__slide__arrow"]{
    top: 45%;
  }
  .t-fv__sns{
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    z-index: 2;
    width: 142px;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 17px;
    gap: 8px;
  }
  .t-fv__sns__heading{
    width: 70px;
  }
  .t-fv__sns__list{
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .t-fv__sns__list li{
    width: 28px;
  }
  .t-fv__sns__list li a{
    background-color: var(--TXT_COLOR_BASE);
  }
}
@media screen and (max-width: 767px){
  .t-fv{
    margin-bottom: 43px;
  }
  .t-fv__slide{
    margin: 0 auto;
    --SLICK_ARROW_TO_BODY: 0px;
  }
  [class*="t-fv__slide__arrow"]{
    top: 38%;
  }
}
/* -------------------t-pickup-------------------- */
.t-pickup{
  position: relative;
}
.t-pickup__heading{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.t-pickup__item article a{
  display: block;
  position: relative;
}
.t-pickup__item__catch{
  font-weight: var(--FF_W_M);
}
.t-pickup__item article:first-child .t-pickup__item__catch span{
  display: inline-block;
  background-color: var(--WHITE);
}
.t-pickup__item__name{
  display: inline-block;
  border-bottom: 1px solid var(--GRAY04);
}
.t-pickup__item__price{
  display: flex;
  align-items: flex-end;
}
.t-pickup__item__price span{
  line-height: 1;
}
.t-pickup__item__imgContainer{
  margin-left: auto;
}
.t-pickup__item__sale{
  display: flex;
  align-items: flex-end;
  color: var(--RED01);
  font-weight: bold;
}
@media (hover: hover){
  .t-pickup__item article a:hover,
  .t-pickup__item article a:hover img{
    opacity: 1 !important;
  }
  .t-pickup__item__img{
    overflow: hidden;
  }
  .t-pickup__item__body,
  .t-pickup__item__img img{
    transition: .5s;
  }
  .t-pickup__item article a:hover .t-pickup__item__img img{
    transform: scale(1.1);
  }
  .t-pickup__item article a:hover .t-pickup__item__body{
    transform: translateY(-5px);
  }
}
@media screen and (min-width: 1001px){
  .t-pickup__item article:nth-of-type(n+2) .t-pickup__item__catch{
    font-size: var(--FZ_12);
  }
  .t-pickup__item article:nth-of-type(n+2) .t-pickup__item__body{
    max-width: 248px;
  }
  .t-pickup__item article:nth-of-type(n+2) .t-pickup__item__catch{
    margin-bottom: 3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px){
  .t-pickup__item article:nth-of-type(n+2) .t-pickup__item__catch{
    font-size: var(--FZ_12);
  }
}
@media screen and (min-width: 901px) and (max-width: 1000px){
  .t-pickup__item article:nth-of-type(n+2) .t-pickup__item__body{
    max-width: 200px;
  }
}
@media screen and (min-width: 901px){
  .t-pickup__item article:first-child .t-pickup__item__imgContainer{
    width: calc(400/612 * 100%);
  }
  .t-pickup__item article:first-child .t-pickup__item__body{
    top: 35%;
  }
  .t-pickup__item article:nth-of-type(n+2) .t-pickup__item__body{
    padding: var(--GAP_20) var(--GAP_25);
  }
}
@media screen and (min-width: 768px) and (max-width: 900px){
  .t-pickup__item article:nth-of-type(n+2) .t-pickup__item__body{
    max-width: 170px;
  }
  .t-pickup__item article:first-child .t-pickup__item__imgContainer{
    width: calc(350/612 * 100%);
  }
  .t-pickup__item article:first-child .t-pickup__item__body{
    top: 25%;
  }
  .t-pickup__item article:nth-of-type(n+2) .t-pickup__item__body{
    padding: 10px;
  }
}
@media screen and (min-width: 768px){
  .t-pickup__heading{
    width: clamp( 200px, 30vw, 400px);
    transform: translate(-10%, -30%);
  }
  .t-pickup__box{
    background-color: var(--BGCOLOR_GRAY_1);
    padding: 30px 24px 30px 36px;
  }
  .t-pickup__item{
    display: grid;
    grid-template: repeat(2,1fr) / 612fr 472fr;
    gap: var(--GAP_40) var(--GAP_55);
  }
  .t-pickup__item article:first-child{
    grid-row: span 2;
  }
  .t-pickup__item article:nth-of-type(n+2) .t-pickup__item__imgContainer{
    width: calc(244/472 * 100%);
  }
  .t-pickup__item__explain{
    font-size: var(--FZ_14);
    margin-top: var(--GAP_10);
  }
  .t-pickup__item__body{
    position: absolute;
    z-index: 2;
    width: fit-content;
    top: 35%;
  }
  .t-pickup__item article:nth-of-type(n+2) .t-pickup__item__body{
    top: 10%;
    background-color: var(--WHITE);
  }
  .t-pickup__item article:first-child .t-pickup__item__catch{
    margin-bottom: var(--GAP_20);
  }
  .t-pickup__item article:first-child .t-pickup__item__catch span{
    padding: 2px 10px;
  }
  .t-pickup__item article:first-child .t-pickup__item__catch span:not(:last-child){
    margin-bottom: var(--GAP_10);
  }
  .t-pickup__item article:first-child .t-pickup__item__catch{
    font-size: var(--FZ_16);
  }
  .t-pickup__item__name{
    font-size: var(--FZ_11);
    padding-bottom: 3px;
    margin-bottom: 7px;
    width: fit-content;
  }
  .t-pickup__item__price__currencyMark{
    font-size: var(--FZ_11);
  }
  .t-pickup__item__price__value{
    font-size: var(--FZ_11);
  }
  .t-pickup__item__price__addon{
    font-size: var(--FZ_10_CONST);
    margin-left: 3px;
  }
  .t-pickup__item__sale{
    font-size: var(--FZ_13);
    margin-top: 5px;
  }
  .t-pickup__item__sale__limited{
    margin-right: 7px;
  }
}
@media screen and (max-width: 767px){
  .t-pickup{
    background-color: var(--BGCOLOR_GRAY_1);
    padding: 50px 0 42px;
  }
  .t-pickup__heading{
    width: 200px;
    transform: translate(5%, -20%);
  }
  .t-pickup__item{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .t-pickup__item article:first-child{
    margin-bottom: 55px;
  }
  .t-pickup__item article:nth-of-type(2){
    margin-bottom: 55px;
  }
  .t-pickup__item article:first-child a{
    padding-top: 23%;
  }
  .t-pickup__item article:first-child .t-pickup__item__imgContainer{
    display: contents;
  }
  .t-pickup__item article:nth-of-type(n+2) .t-pickup__item__imgContainer{
    width: 40%;
    z-index: 1;
  }
  .t-pickup__item article:first-child .t-pickup__item__img{
    position: absolute;
    width: 55%;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .t-pickup__item article:first-child .t-pickup__item__body{
    position: relative;
    z-index: 2;
  }
  .t-pickup__item article:nth-of-type(n+2) .t-pickup__item__body{
    width: 65%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
  }
  .t-pickup__item__catch{
    font-size: 12px;
  }
  .t-pickup__item article:first-child .t-pickup__item__catch{
    margin-bottom: 10px;
  }
  .t-pickup__item article:first-child .t-pickup__item__catch span{
    padding: 4px 10px;
  }
  .t-pickup__item article:first-child .t-pickup__item__catch span:not(:last-child){
    margin-bottom: 10px;
  }
  .t-pickup__item article:nth-of-type(n+2) .t-pickup__item__catch{

    background-color: var(--WHITE);
    padding: 12px;
    line-height: 1.7;
  }
  .t-pickup__item__name{
    font-size: 11px;
    width: 152px;
    padding-bottom: 3px;
    margin-bottom: 7px;
  }
  .t-pickup__item article:nth-of-type(n+2) .t-pickup__item__name,
  .t-pickup__item article:nth-of-type(n+2) .t-pickup__item__price{
    margin: 5px 0 0 20px;
  }
  .t-pickup__item__price__currencyMark{
    font-size: 11px;
  }
  .t-pickup__item__price__value{
    font-size: 11px;
  }
  .t-pickup__item__price__addon{
    font-size: 10px;
    margin-left: 2px;
  }
  .t-pickup__item__explain{
    font-size: 12px;
    margin-top: 12px;
    max-width: 375px;
    position: relative;
    z-index: 2;
  }
  .t-pickup__item__sale{
    font-size: 13px;
    margin-top: 5px;
  }
  .t-pickup__item__sale__limited{
    margin-right: 7px;
  }
  .t-pickup__item article:nth-of-type(n+2) .t-pickup__item__sale{
    margin-left: 20px;
  }
}
/* -------------------t-featured-------------------- */
.t-featured{
  position: relative;
}
.t-featured__list{
  width: var(--INNER_WIDTH);
  max-width: var(--PC_MAX_WIDTH);
  margin: 0 auto;
}
.t-featured__list.fs-c-productListCarousel,
.t-featured__list .fs-c-productListCarousel__list{
  display: block;
}
.t-featured__list .fs-c-productListCarousel__list__itemTrack{
  display: grid;
}
.t-featured__list .fs-c-productListCarousel__ctrl{
  display: none;
}
@media screen and (min-width: 768px){
  .t-featured__list .fs-c-productListCarousel__list__itemTrack{
    grid-template-columns: repeat(4,1fr);
    gap: 40px 10px;
  }
}
@media screen and (max-width: 767px){
  .t-featured__list .fs-c-productListCarousel__list__itemTrack{
    grid-template-columns: repeat(2,1fr);
    gap: 20px 15px;
  }
}
/* -------------------.t-popularItem-------------------- */
.t-popularItem__nav{
  display: flex;
}
.t-popularItem__nav::-webkit-scrollbar{
  height: 5px;
}
.t-popularItem__nav::-webkit-scrollbar-thumb{
background-color: var(--GRAY05);
}
.t-popularItem__nav::-webkit-scrollbar-thumb:hover{
cursor: grab;
}
.t-popularItem__nav li span{
  display: inline-block;
  border-bottom: 1px solid transparent;
  font-family: var(--FF_EN);
  color: var(--TXT_COLOR_GRAY);
  letter-spacing: 0.05em;
  transition: .5s;
}
.t-popularItem__nav li.is-active span{
  color: var(--TXT_COLOR_BASE);
  border-color: var(--TXT_COLOR_BASE);
}
.t-popularItem__group__box{
  position: relative;
  z-index: 0;
}
.t-popularItem__group__box .fs-c-productListCarousel__list__itemTrack{
  display: grid;
}
.t-popularItem__group__item.fs-c-productListCarousel,
.t-popularItem__group__item .fs-c-productListCarousel__list{
  display: block;
}
.t-popularItem__group__item .fs-c-productListCarousel__list__itemTrack{
  display: grid;
}
.t-popularItem__group__item .fs-c-productListCarousel__ctrl,
.t-popularItem__group__item .fs-c-productListItem__productName,
.t-popularItem__group__item .fs-c-productListItem__prices,
.t-popularItem__group__item .fs-c-button--particular,
.t-popularItem__group__item .fs-c-productMarks,
.t-popularItem__group__item .fs-c-productListItem__control{
  display: none;
}
.t-popularItem__group__item__copy{
  font-weight: var(--FF_W_M);
  display: flex;
  flex-direction: column;
}
.t-popularItem__group__item__copy span{
  display: inline-block;
  width: fit-content;
  background-color: var(--WHITE);
}
@media (hover: hover){
  .t-popularItem__nav li:hover{
    cursor: pointer;
  }
  .t-popularItem__nav li.is-active:hover{
    cursor: default;
  }
}
@media screen and (min-width: 1001px){
  .t-popularItem__nav li span{
    font-size: var(--FZ_18);
  }
  .t-popularItem__group__box .fs-c-productListCarousel__list__itemTrack{
    --1ST_ITEM: 50fr;
    --2ND_ITEM: 13fr;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px){
  .t-popularItem__nav li span{
    font-size: var(--FZ_16);
  }
  .t-popularItem__group__box .fs-c-productListCarousel__list__itemTrack{
    --1ST_ITEM: 40fr;
    --2ND_ITEM: 9fr;
  }
}
@media screen and (min-width: 768px){
  .t-popularItem__nav{
    overflow-x: auto;
    white-space: nowrap;
    width: var(--INNER_WIDTH);
    max-width: var(--PC_MAX_WIDTH);
    margin: 0 auto;
    margin-bottom: var(--GAP_40);
  }
  .t-popularItem__nav li{
    flex: 0 0 auto;
    margin-right: var(--GAP_20);
  }
  .t-popularItem__group{
    --SLICK_ARROW_TO_BODY: -20px;
  }
  [class*="t-popularItem__group__arrow"]{
    top: 50%;
  }
  .t-popularItem__group{
    width: var(--INNER_WIDTH);
    max-width: var(--PC_MAX_WIDTH);
    margin: 0 auto;
    background: linear-gradient(to bottom, transparent 50px, var(--BGCOLOR_GRAY_1) 50px);
  }
  .t-popularItem__group__box{

    padding: 0 32px 40px var(--GAP_65);
  }
  .t-popularItem__group__box .fs-c-productListCarousel__list__itemTrack{
    grid-template: 1fr auto / var(--1ST_ITEM) var(--2ND_ITEM) var(--2ND_ITEM) var(--2ND_ITEM) var(--2ND_ITEM);
  }
  .t-popularItem__group__box .fs-c-productListCarousel__list__item:first-child{
    grid-row: span 2;
    margin-right: clamp( 30px, 5vw, 77px);
  }
  .t-popularItem__group__box .fs-c-productListCarousel__list__item:nth-of-type(n+2){
    margin-left: 5px;
    position: relative;
    transform: translateX(-5px);
  }
  .t-popularItem__group__item__headingContainer{
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    grid-column: span 4;
    margin-top: 17%;
  }
  .t-popularItem__group__item__headingContainer .g-heading__en{
    font-size: var(--FZ_30);
  }
  .t-popularItem__group__item__headingContainer .g-heading__ja{
    font-size: var(--FZ_14);
  }
  .t-popularItem__group__item__copy{
    gap: 15px;
    margin-top: var(--GAP_30);
  }
  .t-popularItem__group__item__copy span{
    font-size: var(--FZ_18);
    padding: 3px 8px;
  }
}
@media screen and (max-width: 767px){
  .t-popularItem__nav{
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth; /* スムーズスクロールを有効化 */
    -ms-overflow-style: none;/* IE, Edge 対応 */
    scrollbar-width: none;/* Firefox 対応 */
    margin-bottom: 20px;
    padding-left: 40px;
  }
  .t-popularItem__nav::-webkit-scrollbar{
    display: none;
  }
  .t-popularItem__nav li{
    width: fit-content;
    flex: 0 0 auto;
	  margin-right: 30px;
  }
  .t-popularItem__nav li span{
    font-size: 16px;
  }
  .t-popularItem__group{
    --SLICK_ARROW_TO_BODY: 0px;
  }
  [class*="t-popularItem__group__arrow"]{
    top: 40%;
  }
  .t-popularItem__group__box .fs-c-productListCarousel__list__itemTrack{
    position: relative;
    z-index: 0;
    grid-template-columns: repeat(4,1fr);
    column-gap: 5px;
    padding: 0 20%;
    margin: 0 auto;
  }
  .t-popularItem__group__box .fs-c-productListCarousel__list__itemTrack::before{
    content: "";
    display: inline-block;
    background: var(--BGCOLOR_GRAY_1);
    width: 100%;
    height: 80%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
  }
  .t-popularItem__group__box .fs-c-productListCarousel__list__item:first-child,
  .t-popularItem__group__item__headingContainer{
    grid-column: span 4;
  }
  .t-popularItem__group__item__headingContainer{
    position: relative;
    padding: 22px 0 15px;
  }
  .t-popularItem__group__item__heading{
    text-align: center;
  }
  .t-popularItem__group__item__heading .g-heading__en{
    font-size: 20px;
    line-height: 1;
  }
  .t-popularItem__group__item__heading .g-heading__ja{
    font-size: 12px;
  }
  .t-popularItem__group__item__copy{
    gap: 7px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-10%, -90%);
    z-index: 2;
  }
  .t-popularItem__group__item__copy span{
    font-size: 12px;
    padding: 3px 8px;
  }
  .t-popularItem__group__box .g-btnContainer{
    width: var(--INNER_WIDTH);
    margin-left: auto;
    margin-right: auto;
  }
}
/* -------------------t-staffRecommend-------------------- */
.t-staffRecommend__list .slick-slide{
  transition: .3s;
  transform: scale(1);
  min-width: var(--WIDTH);
  max-width: var(--WIDTH);
}
.t-staffRecommend__list .fs-pt-column__image{
  position: relative;
  z-index: 0;
  display: block;
}
.t-staffRecommend__list .fs-pt-column__image::before{
  content: "";
  display: inline-block;
  border: 1px solid var(--TXT_COLOR_BASE);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: var(--POSITION);
  right: var(--POSITION);
  z-index: -1;
}
.t-staffRecommend__list .fs-pt-column__image img{
  height: auto;
  width: 100%;
  box-sizing: unset;
  line-height: 1rem;
  display: block;
}
.t-staffRecommend__list .fs-pt-column__heading{
  font-size: var(--FZ_16);
  font-weight: var(--FF_W_B);
  display: block;
}
.t-staffRecommend__list .fs-pt-column__description{
  display: grid;
  grid-template-columns: 1fr var(--IMAGE_SIZE);
}
.t-staffRecommend__list .fs-pt-column__description p{
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-weight: 300;
}
.t-staffRecommend__list .fs-pt-column__description figure img{
  border-radius: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.t-staffRecommend__list .fs-pt-column__description figure figcaption{
  font-family: var(--FF_CURSIVE);
  text-align: center;
}
@media (hover: hover){
  .t-staffRecommend a.fs-pt-column__item:hover,
  .t-staffRecommend a.fs-pt-column__item:hover img{
    opacity: 1 !important;
  }
  .t-staffRecommend a.fs-pt-column__item:hover .fs-pt-column__image img{
    transition: .3s;
  }
  .t-staffRecommend a.fs-pt-column__item:hover .fs-pt-column__image img{
    position: relative;
    transform: translate(6px, 6px);
  }
}
@media screen and (min-width: 768px){
  .t-staffRecommend .g-heading__enSvg{
    width: 360px;
    margin: 0 auto 30px;
  }
  .t-staffRecommend__list{
    --SLICK_ARROW_TO_BODY: 5px;
  }
  [class*="t-staffRecommend__list__arrow"]{
    top: 15%;
  }
  .t-staffRecommend__list .slick-track{
    padding-top: 30px;
  }
  .t-staffRecommend__list .slick-slide{
    padding: 0 30px;
    --WIDTH: 430px;
    position: relative;
  }
  .t-staffRecommend__list .slick-slide.slick-current,
  .t-staffRecommend__list .slick-slide.is-active-next{
    padding: 0 50px;
    transform: scale(1.1);
  }
  .t-staffRecommend__list .slick-slide::after{
    --DOTSIZE: 5px;
    content: "";
    background-color: transparent;
    background-image:
    radial-gradient(var(--BDCOLOR_GRAY_1) 30%, transparent 30%);
    background-size: var(--DOTSIZE) var(--DOTSIZE);
    background-repeat: repeat-y;
    width: var(--DOTSIZE);
    height: 100%;
    position: absolute;
    top: 0;
    transition: 0s;
  }
  .t-staffRecommend__list .slick-slide::after{
    right: -6px;
  }
  .t-staffRecommend__list .slick-slide.slick-current::after,
  .t-staffRecommend__list .slick-slide.is-active-next::after{
    right: 13px;
  }
  .t-staffRecommend__list .fs-pt-column__image::before{
    --POSITION: -7px;
  }
  .t-staffRecommend__list .fs-pt-column__heading{
    font-size: var(--FZ_14);
    margin: 20px 0 10px;
  }
  .t-staffRecommend__list .fs-pt-column__description{
    --IMAGE_SIZE: 86px;
    gap: var(--GAP_30);
  }
  .t-staffRecommend__list .fs-pt-column__description p{
    font-size: var(--FZ_12);
    -webkit-line-clamp: 4;
  }
  .t-staffRecommend__list .fs-pt-column__description figure figcaption{
    font-size: 27px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px){
  .t-staffRecommend .g-heading__enSvg{
    width: 250px;
    margin: 0 auto 10px;
  }
  .t-staffRecommend__list{
    --SLICK_ARROW_TO_BODY: 0px;
  }
  [class*="t-staffRecommend__list__arrow"]{
    top: 35%;
  }
  .t-staffRecommend__list .slick-track{
    padding: 20px 0 10px;
  }
  .t-staffRecommend__list .slick-slide{
    --WIDTH: 227px;
    margin: 0 20px;
  }
  .t-staffRecommend__list .slick-slide.slick-current,
  .t-staffRecommend__list .slick-slide.is-active-next{
    transform: scale(1.08);
  }
  .t-staffRecommend__list .fs-pt-column__image::before{
    --POSITION: -7px;
  }
  .t-staffRecommend__list .fs-pt-column__heading{
    font-size: 12px;
    margin: 20px 0 10px;
  }
  .t-staffRecommend__list .fs-pt-column__description{
    --IMAGE_SIZE: 59px;
    gap: 15px;
  }
  .t-staffRecommend__list .fs-pt-column__description p{
    font-size: 10px;
  }
  .t-staffRecommend__list .fs-pt-column__description figure figcaption{
    font-size: 20px;
    line-height: 1.3;
  }
}
/* -------------------t-aboutus-------------------- */
.t-aboutus .g-pcMaxWrapper{
  position: relative;
  z-index: 0;
}
.t-aboutus__heading .t-aboutus__heading__ja{
  display: grid;
}
.t-aboutus__heading .t-aboutus__heading__ja span{
  display: inline-block;
  width: fit-content;
  font-weight: var(--FF_W_B);
  background-color: var(--WHITE);
  line-height: 1;
  letter-spacing: 0.1em;
}
.t-aboutus__img{
  display: grid;
  position: relative;
  z-index: 0;
}
.t-aboutus__img::before{
  content: "";
  display: inline-block;
  background: var(--WHITE);
  position: absolute;
  z-index: -1;
}
.t-aboutus__img__left{
  position: relative;
  z-index: 2;
}
.t-aboutus__img__right{
  z-index: 1;
}
.t-aboutus__img__logo{
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 1251px){
  .t-aboutus__container{
    grid-template-columns: 50fr 58fr;
    padding: var(--GAP_100) var(--GAP_60) var(--GAP_90);
  }
}
@media screen and (min-width: 768px) and (max-width: 1250px){
  .t-aboutus__container{
    grid-template-columns: 50fr 58fr;
    padding: var(--GAP_90) 0;
  }
}
@media screen and (min-width: 951px) and (max-width: 1250px){
  .t-aboutus__container{
    grid-template-columns: 50fr 50fr;
  }
}
@media screen and (min-width: 951px){
  .t-aboutus__container{
    gap: var(--GAP_90);
  }
}
@media screen and (min-width: 768px) and (max-width: 950px){
  .t-aboutus__container{
    grid-template-columns: 45fr 50fr;
  }
}
@media screen and (min-width: 768px){
  .t-aboutus__container{
    display: grid;
    align-items: flex-end;
    width: var(--INNER_WIDTH);
    max-width: var(--PC_MAX_WIDTH);
    margin: 0 auto;
  }
  .t-aboutus__heading .t-aboutus__heading__en{
    width: 150px;
    margin-bottom: var(--GAP_40);
  }
  .t-aboutus__heading .t-aboutus__heading__ja{
    gap: var(--GAP_20);
  }
  .t-aboutus__heading .t-aboutus__heading__ja span{
    font-size: var(--FZ_22);
    padding: 7px 12px 9px;
  }
  .t-aboutus__img{
    grid-template-columns: 286fr 328fr;
  }
  .t-aboutus__img::before{
    width: 38%;
    height: 81%;
    top: 8%;
    left: 24%;
  }
  .t-aboutus__img__left{
    margin: 36% -5% 0 0;
  }
  .t-aboutus__img__right{
    margin-left: -5%;
  }
  .t-aboutus__img__logo{
    width: 20%;
  }
}
@media screen and (max-width: 767px){
  .t-aboutus__container{
    display: grid;
    padding: 50px 0 38px;
  }
  .t-aboutus__heading{
    order: 1;
    position: relative;
    z-index: 2;
  }
  .t-aboutus__heading__en{
    width: 120px;
    margin: 0 auto 30px;
  }
  .t-aboutus__heading .t-aboutus__heading__ja{
    gap: 10px;
  }
  .t-aboutus__heading .t-aboutus__heading__ja span{
    font-size: 16px;
    padding: 4px 7px 5px;
  }
  .t-aboutus__btn{
    order: 3;
    margin-top: 40px;
  }
  .t-aboutus__btn .g-btn{
    margin: 0 auto;
  }
  .t-aboutus__img{
    order: 2;
    position: relative;
    z-index: 1;
    margin-top: -2%;
    padding-left: calc((100% - var(--INNER_WIDTH)) / 2);
    grid-template-columns: 149fr 218fr;
  }
  .t-aboutus__img::before{
    width: 40%;
    height: 67%;
    top: 18%;
    left: 23%;
  }
  .t-aboutus__img__left{
    margin: 74% -5% 0 0;
  }
  .t-aboutus__img__right{
    margin-left: -5%;
  }
  .t-aboutus__img__logo{
    width: 26%;
    right: 6%;
    bottom: -3%;
  }
}
/* -------------------t-news-------------------- */
.t-news__box{
  background-color: var(--WHITE);
}
.t-news__list li{
  position: relative;
  border-bottom: 1px solid var(--BDCOLOR_GRAY_1);
}
.t-news__list li a h3{
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
@media screen and (min-width: 768px){
  .t-news{
    background: linear-gradient(to bottom, var(--BGCOLOR_GRAY_1) 40%, var(--WHITE) 40%);
    margin-bottom: var(--GENERALSEC);
  }
  .t-news__box{
    padding: var(--GAP_60) var(--GAP_50);
    display: grid;
    grid-template-columns: 1fr clamp( 400px, 55vw, 593px);
    gap: var(--GAP_90);
    align-items: center;
  }
  .t-news__box .g-headingContainer{
    margin-bottom: 0;
  }
  .t-news__list li{
    padding-bottom: var(--GAP_30);
  }
  .t-news__list li:not(:last-child){
    margin-bottom: var(--GAP_30);
  }
  .t-news__list li a{
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: var(--GAP_40);
    padding: 0 var(--GAP_10);
  }
  .t-news__list li a time{
    font-size: var(--FZ_14);
  }
  .t-news__list li a h3{
    font-size: var(--FZ_13);
  }
}
@media screen and (max-width: 767px){
  .t-news{
    padding-top: var(--GENERALSEC);
  }
  .t-news__list li{
    padding-bottom: var(--GAP_30);
  }
  .t-news__list li:not(:last-child){
    margin-bottom: var(--GAP_30);
  }
  .t-news__list li a time{
    font-size: 14px;
  }
  .t-news__list li a h3{
    font-size: 13px;
    margin-top: 3px;
  }
}
/* -------------------t-guideBnr-------------------- */
.t-guideBnr{
  display: grid;
}
@media screen and (min-width: 768px){
  .t-guideBnr{
    grid-template-columns: repeat(2,1fr);
    gap: var(--GAP_40);
  }
  .t-guideBnr li a img{
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px){
  .t-guideBnr{
    gap: 30px;
    margin-top: 30px;
  }
  .t-guideBnr li a img{
    border-radius: 10px;
  }
}
/* -------------------t-gallery-------------------- */
.t-gallery .g-pcMaxWrapper{
  position: relative;
  z-index: 0;
}
.t-gallery__container{
  display: grid;
}
.t-gallery__link a{
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--TXT_COLOR_BASE);
  width: 100%;
  border-radius: 70px;
}
.t-gallery__link a::before{
  content: '';
  display: inline-block;
  --ICON: url(../images/common/icon_insta.svg);
  --MASK: var(--ICON) no-repeat center center / 100%;
  mask: var(--MASK);
  -webkit-mask: var(--MASK);
  background-color: var(--TXT_COLOR_BASE);
  aspect-ratio: 1/1;
  width: 20px;
}
@media (hover: hover){
  .t-gallery__link a:hover{
    background-color: var(--BGCOLOR_GRAY_1);
    opacity: 1;
  }
}
@media screen and (min-width: 768px){
  .t-gallery__container{
    grid-template-columns: repeat(2,1fr);
    align-items: center;
  }
  .t-gallery__pcWrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .t-gallery__lead{
    font-size: var(--FZ_14);
    margin: 15px 0 30px;
  }
  .t-gallery__link{
    width: 300px;
  }
  .t-gallery__link a{
    height: 50px;
    font-size: var(--FZ_14);
    gap: 7px;
  }
}
@media screen and (max-width: 767px){
  .t-gallery__heading{
    order: 1;
  }
  .t-gallery__lead{
    order: 2;
    font-size: 12px;
    margin: 5px 0 30px;
  }
  .g-insta__list{
    order: 3;
  }
  .t-gallery__link{
    order: 4;
  }
  .t-gallery__link{
    width: 300px;
    margin: 30px auto 0;
  }
  .t-gallery__link a{
    height: 50px;
    font-size: 14px;
    gap: 7px;
  }
}
/* ------------------- -------------------- */
@media screen and (min-width: 768px){
  
}
@media screen and (max-width: 767px){
  
}
/* ------------------- -------------------- */
@media screen and (min-width: 768px){
  
}
@media screen and (max-width: 767px){
  
}
/* ------------------- -------------------- */
@media screen and (min-width: 768px){
  
}
@media screen and (max-width: 767px){
  
}
/* ------------------- -------------------- */
@media screen and (min-width: 768px){
  
}
@media screen and (max-width: 767px){
  
}
/* ------------------- -------------------- */
@media screen and (min-width: 768px){
  
}
@media screen and (max-width: 767px){
  
}
/* ------------------- -------------------- */
@media screen and (min-width: 768px){
  
}
@media screen and (max-width: 767px){
  
}

/* 一旦非表示 */































