@charset "UTF-8";

:root {
  --font-base: "classico-urw", sans-serif;
  --color-base: #000;
  --color-main-01: #DC4A32;
  --color-main-02: #3B535F;
  --color-point: #DFFD4D;
  --color-bg_01: rgba(111,51,42,0.4);
  --color-bg_02: rgba(59,83,95,0.4);
  --color-bg_gray: #F6F5F4;
  --color-font: #000;
}

/*--------------------------------
            CSS Animation
 --------------------------------*/

/*------------ Fade In ------------*/

#lp_contents .fadeIn {
  opacity: 0;
  transition: 2s;
}

#lp_contents .fadeIn.is-show {
  opacity: 1;
}


/*------------ simplebar ------------*/

#lp_contents .simplebar-track.simplebar-horizontal{
  width: 80%;
  margin: auto;
}

#lp_contents .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  height: 0.4rem ;
}


/*------------ modal ------------*/

#lp_contents .modal{
  display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, .4);
    transition: opacity .3s;
    /*backdrop-filter: blur(5px);*/
    /*--webkit-backdrop-filter: blur(5px);*/
}

#lp_contents .modal__bg{
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#lp_contents .modal__content{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#lp_contents .modal__content .btn-close{
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  transition: .3s;
  top: 2rem;
  right: 2rem;
  z-index: 2;
  cursor: pointer;
  cursor: hand;
  margin: auto;
}

#lp_contents .btn-close::before,
#lp_contents .btn-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 2.7rem;
  height: 1px;
  background: #000;
  content: "";
  transition: .3s;
}

#lp_contents .btn-close::after {
  width: 1px;
  height: 2.7rem;
}


/*------------ tab ------------*/

#lp_contents input[type="radio"]{display:none;}

#lp_contents .tab_area label{
  cursor:pointer; 
  transition:ease 0.2s opacity;
}

#lp_contents .tab_panel{display: none;}

#lp_contents #tab1:checked ~ .panel_area #panel1,
#lp_contents #tab2:checked ~ .panel_area #panel2{
  position: relative;
  display:block;
}

#lp_contents #tab1:checked ~ .tab_area .tab1_label,
#lp_contents #tab2:checked ~ .tab_area .tab2_label{
  background:var(--color-bg_gray);
}


/*------------ slick ------------*/

#lp_contents .slick-dots{
  width: fit-content;
  right: 0.5rem;
  bottom: 0.5rem;
}

#lp_contents .slick-dots li{
  width: 1.1rem;
  height: 1.1rem;
  margin: 0;
  padding: 0.3rem;
}

#lp_contents .slick-dots li button{
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  border: 1px solid #000;
  border-radius: 100%;
}

#lp_contents .slick-dots li.slick-active button{
  background-color: #000;
}

#lp_contents .slick-dots li button:before{
  content: none;
}

#lp_contents .item-slider .slick-prev {
    left: -6rem;
    background: url(../img/arrow_prev.svg) no-repeat;
    background-size: 100%;
    width: 4rem;
    height: 4rem;
    z-index: 10;
    box-shadow: 0 0 5px #cfcfcf;
    border-radius: 100%;
}

#lp_contents .item-slider .slick-prev::before {
    content: none;
}

#lp_contents .item-slider .slick-next {
    right: -6rem;
    background: url(../img/arrow_next.svg) no-repeat;
    background-size: 100%;
    width: 4rem;
    height: 4rem;
    z-index: 10;
    box-shadow: 0 0 5px #cfcfcf;
    border-radius: 100%;
}

#lp_contents .item-slider .slick-next::before {
    content: none;
}

/*------------ 追従メニュー ------------*/
.fixed-nav {
	display: none;
}
.fixed-nav.m_fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	/* border-top: 1px solid #5D0E12; */
	/* border-bottom: 1px solid #5D0E12; */
	width: 100%;
	animation: fadein 1s ease-out forwards;
	display: block;
	z-index: 20;
}

.fixed-nav.m_fixed .nav-list {
    display: flex;
    align-items: center;
    /* height: 6rem; */
    /* background: #fff; */
    /* color: #5D0E12; */
    /* font-family: "Marcellus", "Noto Sans JP", sans-serif; */
    /* box-shadow: 0 0 6px #dddddd; */
    /* padding: 0 6rem; */
    justify-content: center;
}

.fixed-nav.m_fixed .nav-list li a {
    /* align-items: center; */
    /* font-weight: 500; */
    /* text-align: center; */
    /* font-size: 1.3rem; */
    /* letter-spacing: 0.05em; */
    /* display: flex; */
    /* justify-content: center; */
    /* width: 25rem; */
}

.fixed-nav a.active {
    opacity: 1 !important;
    font-weight: 600;
}

.fixed-nav.m_fixed .nav-list li a:hover {
    opacity: 1;
}

/*--------------------------------
                共 通
 --------------------------------*/

#Wrap,.wrapBottom,.wrapTop{
  width: 100%;
}

#lp_contents *{
  box-sizing: border-box;
}

#lp_contents{
  font-family: "ryo-gothic-plusn", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: var(--color-font);
  position: relative;
  background: #FFF9F0;
  font-weight: 400;
}
#lp_contents .sp_only{display: none;}
#lp_contents img{width: 100%;display: block;}
#lp_contents a{display: block;cursor: pointer;transition: all 0.5s;}
#lp_contents ul li,#LP_page ol li{list-style: none;}
#lp_contents h1,#lp_contents h2,#lp_contents h3{padding: 0;float: none;font-weight: normal;}

#lp_contents section{
  position: relative;
  padding-bottom: 12rem;
}

#lp_contents .anker_list ul{
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  margin-top: 8rem;
  flex-wrap: wrap;
}

#lp_contents .anker_list li{
  width: 26.6rem;
}


#lp_contents .intro-area h3 {
    font-size: 2.4rem;
    text-align: center;
    font-weight: 500;
    margin: 8rem auto 2rem;
}

#lp_contents .intro-area p {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2;
}

#lp_contents .item-section .main_wrap {
    position: relative;
    z-index: 2;
    padding: calc(220*(100vw / 1400)) 0;
    overflow: hidden;
}

#lp_contents .item-section .bg_blk {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    /* clip: rect(0, auto, auto, 0); */
    z-index: -1;
	clip-path: inset(0);
}
/*
::-webkit-full-page-media, :future, :root #lp_contents .item-section .bg_blk {
    clip: auto;
} */
#lp_contents .item-section .bg_blk::before {
    content: '';
    display: block;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    top: 0;
}
#Collaboration .bg_blk::before {
    background: url(../img/bg_collabo.jpg);
}

#Favorite .bg_blk::before {
    background: url(../img/bg_favorite.jpg);
}

#Birthday .bg_blk::before {
    background: url(../img/bg_birthday.jpg);
}

#Mens .bg_blk::before {
    background: url(../img/bg_mens.jpg);
}

#lp_contents .item-section .main_wrap h3 {
    font-size: calc(50*(100vw / 1400));
    font-family: "collier", sans-serif;
    font-weight: 700;
    padding-left: calc(180*(100vw / 1400));
    color: #FFECB8;
}

#lp_contents #Favorite .main_wrap {
    padding: calc(190*(100vw / 1400)) 0;
}

#lp_contents .item-section  .intro-txt {
    font-size: 2rem;
    text-align: center;
    margin: 10rem auto 8rem;
    line-height: 2;
}

#lp_contents #Favorite .intro-txt {
    color: #725998;
}

#lp_contents #Birthday .intro-txt {
    color: #982226;
}

#lp_contents #Mens .intro-txt {
    color: #3E543E;
}

#lp_contents .item-section .item_list li {
    width: 35rem;
    padding: 2.5rem;
}

#lp_contents #Favorite .item-slider li {
    border: 1px solid #725998;
    margin: 0 .7rem;
    padding: 1.5rem 1.5rem 2.5rem;
    height: auto;
}

#lp_contents .item-section .item_list {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
} 
#lp_contents .item-section .item-slider {
    width: 108rem;
    margin: 0 auto;
} 

#lp_contents .item-section .item_list .slick-track {
    display: flex;
}
#lp_contents #Birthday .item_list li {
    border: 1px solid #982226;
}

#lp_contents .item-section .item_list .fl-area {
    justify-content: space-between;
    margin: .5rem 0 .5rem;
}

#lp_contents .item-section .item_list .staff-area {
    display: flex;
    align-items: center;
}

#lp_contents .item-section .item_list .staff-area img {
    width: 5rem;
    margin-right: 1rem;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
}

#lp_contents .item-section .item_list .staff-area dt {
    font-size: 1.1rem;
}

#lp_contents .item-section .item_list .staff-area dd {
    font-size: 1.3rem;
    padding-top: .2rem;
}

#lp_contents #Favorite .item-slider .item-img {
    width: 25rem;
    margin: 1.5rem auto;
}

#lp_contents #Favorite .item-slider .detail-txt {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 1.2rem;
}

#lp_contents .more-btn {
    font-size: 1.2rem;
    text-align: center;
    width: 16rem;
    border: 1px solid;
    color: #725998;
    font-family: "collier", sans-serif;
    font-weight: 600;
    margin: 0 auto;
    padding: .3rem 0;
}

#lp_contents #Favorite .campaign_wrap h4 {
    font-size: 4rem;
    text-align: center;
    font-family: "collier", sans-serif;
    font-weight: 600;
    color: #725998;
    margin: 8rem auto 2rem;
}

#lp_contents #Favorite .campaign_wrap img {
    width: 70rem;
    margin: 0 auto 4rem;
}

#lp_contents  #Favorite .campaign_wrap .more-btn {
    font-size: 1.4rem;
    width: 20rem;
    padding: .8rem 0;
}

#lp_contents .item-section .item_list h4 {
    text-align: center;
    font-weight: 500;
    font-size: 1.4rem;
    margin: 0 -2rem;
    line-height: 1.6;
}

#lp_contents .item-section .item_list .item-img {
    margin: 1.5rem 0;
}

#Birthday .item_list h4 {
    color: #982226;
}
#Mens .item_list h4 {
    color: #3E543E;
}

#lp_contents .item-section .item_list .item-name {
    font-size: 1.3rem;
    line-height: 1.6;
}

#lp_contents .item-section .item_list .brand-name {
    font-size: 1.4rem;
    display: block;
    font-family: "collier", sans-serif;
    font-weight: 600;
}

#lp_contents .item-section .item_list .item-price {
    font-family: "collier", sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
}

#lp_contents .tax {
    font-size: 1.1rem;
}

#lp_contents .fl-area {
    display: flex;
    align-items: center;
}

#lp_contents .buy-btn {
    font-family: "collier", sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    color: #fff;
    border-radius: 10rem;
    padding: .3rem 2rem;
    text-align: center;
}

#Birthday .buy-btn {
    background: #982226;
}

#Mens .buy-btn {
    background: #3E543E;
}


#lp_contents .item-section .item_list .review-area img {
    width: 10rem;
    margin: 0 auto;
}

#lp_contents .item-section .item_list .staff-naem {
    text-align: center;
    font-size: 1.1rem;
    padding: .5rem 0 1.5rem;
}

#Birthday .staff-naem {
    color: #982226;
}
#Mens .staff-naem {
    color: #3E543E;
}

#lp_contents .item-section .item_list .staff-txt {
    font-size: 1.2rem;
    line-height: 1.8;
    background: #F5ECDF;
    position: relative;
    padding: 1rem 1.5rem;
    border-radius: .4rem;
}

#lp_contents .item-section .item_list .staff-txt::before {
    content: '';
    height: calc(tan(60deg) * 1.5rem / 2);
    width: 1.5rem;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    background: #F5ECDF;
    position: absolute;
    top: -1.2rem;
    left: 50%;
    transform: translate(-50%, 0);
}

.fixed-nav.m_fixed .nav-list img {
    /* width: 20rem !important; */
}

.fixed-nav.m_fixed .nav-list a {
    width: 20rem;
}

#lp_contents #Mens .item_list li {
    border: 1px solid #3E543E;
}

#lp_contents .bnr-section h4 {
    font-family: "collier", sans-serif;
    font-weight: 600;
    font-size: 3.5rem;
    margin: 0 auto;
    text-align: center;
    line-height: 1.4;
}

#lp_contents .bnr-section .bnr-img {
    width: 70rem;
    margin: 2rem auto;
}

#lp_contents .bnr-section .campaign-txt {
    text-align: center;
    font-size: 1.4rem;
    line-height: 2;
}

#lp_contents .bnr-section .more-btn {
    width: 20rem;
    background: #AA9472;
    border: none;
    color: #fff;
    font-size: 1.3rem;
    padding: .8rem;
    margin: 2rem auto 8rem;
}

#lp_contents .bnr-section {
    padding-bottom: 4rem;
}
#lp_contents #Collaboration .intro-txt {
    color: #8198C1;
}

#Collaboration .item-wrap {
    width: 100rem;
    border: 1px solid #B4C3DD;
    margin: 0 auto 3rem;
    padding: 6rem 0;
}

#Collaboration .item-wrap .prof-area {
    padding: 3rem;
    background: #F7EFE4;
    position: relative;
    width: 70rem;
    margin: 0 auto;
}

#Collaboration .item-wrap .prof-inner {
    display: flex;
    align-items: center;
    gap: 2rem;
}

#Collaboration .item-wrap .prof-inner img {
    width: 12rem;
}

#Collaboration .item-wrap .prof-name dt {
    font-size: 1.6rem;
    font-weight: 500;
}

#Collaboration .item-wrap .prof-name dl {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 1rem;
}

#Collaboration .item-wrap .prof-name dd {
    font-size: 1.2rem;
    position: relative;
    padding-left: 2rem;
}

#Collaboration .item-wrap .prof-name dd::before {
    content: '';
    position: absolute;
    background: url(../img/ico_insta.svg) no-repeat;
    width: 1.5rem;
    height: 1.5rem;
    background-size: 100%;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

#Collaboration .item-wrap .prof-txt p {
    font-size: 1.3rem;
    line-height: 2;
}

#Collaboration .item-wrap .prof-area h4 {
    color: #DBCCB7;
    font-size: 1.6rem;
    font-family: "collier", sans-serif;
    font-weight: 600;
    position: absolute;
    transform: rotate( 90deg );
    right: -3rem;
    top: 6rem;
}

#Collaboration .item-cont h4 {
    color: #B4C3DD;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 500;
    margin: 5rem auto 2rem;
}

#Collaboration .item-section .item_list {
    gap: 2rem;
}

#Collaboration.item-section .item_list {
    gap: 2.5rem;
}

#Collaboration.item-section .item_list li {
    width: 20rem;
    padding: 0;
}

#Collaboration.item-section .item_list .item-img {
    margin: 0 0 1rem;
}

#lp_contents .detail-btn {
    color: #8198C1;
    font-size: 1.2rem;
    font-family: "collier", sans-serif;
    font-weight: 500;
    border: 1px solid;
    border-radius: 10rem;
    padding: 0 1rem;
    letter-spacing: 0.05em;
}

#Collaboration.item-section .total-price {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "collier", sans-serif;
    font-weight: 600;
    gap: 1.5rem;
    margin: 3rem auto 1.5rem;
}

#Collaboration.item-section .total-price dt {
    font-size: 1.8rem;
}

#Collaboration.item-section .total-price dd {
    font-size: 2.5rem;
}

#Collaboration.item-section .total-price .tax {
    font-size: 1.3rem;
}

#lp_contents .cart-btn {
    font-size: 1.8rem;
    color: #fff;
    background: #B4C3DD;
    width: 34rem;
    border-radius: 10rem;
    height: 6rem;
    line-height: 6rem;
    text-align: center;
    padding-left: 4rem;
    position: relative;
    margin: 0 auto;
    font-family: "collier", sans-serif;
    font-weight: 600;
}

#lp_contents .cart-btn::before {
    position: absolute;
    content: '';
    background: url(../img/ico_cart.svg) no-repeat;
    width: 2rem;
    height: 2rem;
    background-size: 100%;
    left: 10rem;
    top: 50%;
    transform: translate(0, -50%);
}

#Collaboration.item-section .item_list .brand-name {
    font-size: 1.3rem;
}

#Collaboration.item-section .item_list .item-name {
    font-size: 1.2rem;
}
#lp_contents .bnr-section h4 span {
    font-size: 2.5rem;
}
/*------------ accordion ------------*/
.ac-txt{
  position: relative;
  max-width: 500px;
  height: 12.5rem;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  /* border: 1px solid #000; */
  overflow: hidden;
  transition: .4s;
  box-sizing: border-box;
}

.ac-txt:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6rem;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgb(255 249 240) 30%, rgb(255 249 240 / 0%) 100%);
  transition: .4s;
}
.ac-txt.active:before{
  opacity: 0;
  visibility: hidden;
}
.ac-btn{
  font-size: 1.2rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  /* height: 40px; */
  cursor: pointer;
  color: #725998;
  /* background: #000; */
  border: none;
  font-family:
  "collier", sans-serif;
}	

/*--------------------------------
            Responsive
 --------------------------------*/

@media screen and (max-width: 1600px){
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}

/*--------------------------------
            Layout  SP
 --------------------------------*/
@media (max-width: 768px) {

  html {
    font-size: calc(10 * (100vw / 390));
  }

  #lp_contents{
  }
  #lp_contents .sp_only{display: block;}
  #lp_contents .pc_only{display: none;}

#share {
    bottom: 10% !important;
    left: 2% !important;
}

	
.fixed-nav.m_fixed .nav-list {
    overflow-x: scroll;
    overflow-y: hidden;
    /* height: calc(60*(100vw / 390)); */
    justify-content: flex-start;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.fixed-nav.m_fixed .nav-list li {
    width: calc(175*(100vw / 390));
}

#lp_contents #Favorite .campaign_wrap img {
    width: calc(290*(100vw / 390));
    margin-bottom: 3rem;
}

#lp_contents .item-section .item_list {
    display: block;
}

#lp_contents .bnr-section .bnr-img {
    width: calc(350*(100vw / 390));
    margin-bottom: 1.5rem;
}

#lp_contents .intro-area h3 {
    font-size: calc(18*(100vw / 390));
    margin: calc(40*(100vw / 390)) auto calc(15*(100vw / 390));
}

#lp_contents .intro-area p {
    font-size: calc(14*(100vw / 390));
}

#lp_contents .anker_list li {
    width: 17.4rem;
}

#lp_contents .anker_list ul {
    margin: 5rem 1.5rem 0;
    gap: 1.2rem;
    justify-content: flex-start;
}

.fixed-nav.m_fixed .nav-list a {
    width: calc(175*(100vw / 390));
}

#lp_contents section {
    padding-bottom: calc(60*(100vw / 390));
}
/*
#lp_contents #Favorite .main_wrap {
    background: url(../img/bg_favorite_sp.jpg) no-repeat 50% 50%;
    padding: 0;
    background-size: 100%;
}
#lp_contents #Birthday .main_wrap {
    background: url(../img/bg_birthdaye_sp.jpg) no-repeat 50% 50%;
    padding: 0;
    background-size: 100%;
}
#lp_contents #Mens .main_wrap {
    background: url(../img/bg_mens_sp.jpg) no-repeat 50% 50%;
    padding: 0;
    background-size: 100%;
}

#lp_contents .item-section .bg_blk::before {
    content: none;
}
*/
#lp_contents .item-section .bg_blk::before {
    position: relative;
    height: 22rem;
    /*animation: ImgAnime 20s linear infinite 0s; */
    /* animation:10s ImgAnime 0s; */
}
#lp_contents .item-section .bg_blk.is-show::before {
    animation: 5s ImgAnime 0s;
}
#Collaboration .bg_blk::before {
    background: url(../img/bg_collabo_sp.jpg);
}	

#Favorite .bg_blk::before {
    background: url(../img/bg_favorite_sp.jpg);
}	
#Birthday .bg_blk::before {
    background: url(../img/bg_birthday_sp.jpg);
}	
#Mens .bg_blk::before {
    background: url(../img/bg_mens_sp.jpg);
}	
	
#lp_contents .item-section .main_wrap {
    background-size: 100%;
    width: 100%;
    height: calc(220*(100vw / 390));
    padding: 0 !important;
}

#lp_contents .item-section .main_wrap h3 {
    font-size: calc(28*(100vw / 390));
    padding-left: calc(25*(100vw / 390));
    top: 50%;
    position: absolute;
    transform: translate(0, -50%);
	line-height: 1.4;
}

#lp_contents .item-section .intro-txt {
    font-size: calc(15*(100vw / 390));
    margin: calc(30*(100vw / 390)) auto;
}

#lp_contents #Favorite .item-slider li {
    width: 30rem;
    /* margin: 0 auto calc(15*(100vw / 390)); */
    /* padding: calc(15*(100vw / 390)) calc(15*(100vw / 390)) calc(20*(100vw / 390)); */
    /* height: auto; */
}

#lp_contents #Favorite .item-slider .item-img {
    width: calc(200*(100vw / 390));
    margin: calc(10*(100vw / 390)) auto;
}

#lp_contents #Favorite .campaign_wrap h4 {
    font-size: 2.8rem;
    margin: 4rem auto 1.5rem;
}

#lp_contents .item-section .item_list li {
    width: calc(350*(100vw / 390));
    margin: 0 auto calc(15*(100vw / 390));
    padding: calc(20*(100vw / 390)) calc(25*(100vw / 390)) calc(25*(100vw / 390));
}

#lp_contents .bnr-section h4 {
    font-size: 2.5rem;
}

#lp_contents .item-section .item_list li:last-child {
    margin-bottom: 0;
}

#lp_contents .bnr-section .campaign-txt {
    text-align: left;
    font-size: 1.3rem;
    margin: 0 2rem;
}

#lp_contents .bnr-section .more-btn {
    margin-bottom: 5rem;
}	
#Collaboration .item-wrap .prof-area {
    width: 32rem;
    padding: 1.2rem;
}

#Collaboration .item-wrap {
    width: 35rem;
    padding: 2rem 1.5rem 3rem;
    margin-bottom: 2rem;
}

#Collaboration .item-wrap .prof-inner img {
    width: 7rem;
}

#Collaboration .item-wrap .prof-name {
    display: flex;
    align-items: center;
    gap: 1rem;
}

#Collaboration .item-wrap .prof-name dl {
    display: block;
}

#Collaboration .item-wrap .prof-name dt {
    padding-bottom: .5rem;
}

#Collaboration .item-wrap .prof-txt p {
    font-size: 1.2rem;
    margin-top: 1rem;
}

#Collaboration .item-wrap .prof-area h4 {
    font-size: 1.3rem;
    top: 4.5rem;
}

#Collaboration .item-cont h4 {
    font-size: 2rem;
    margin: 4rem auto 1.5rem;
}

#Collaboration.item-section .item_list li {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    width: 32rem;
}
#Collaboration.item-section .item_list .item-img {
    width: 12rem;
    margin: 0;
}

#Collaboration.item-section .item_list .item-price {
    font-size: 1.6rem;
}

#Collaboration.item-section .item_list .item-detail {
    width: 18.8rem;
}

#lp_contents .detail-btn {
    font-size: 1.1rem;
}

#Collaboration.item-section .total-price dd {
    font-size: 2.2rem;
}

#Collaboration.item-section .total-price dt {
    font-size: 1.5rem;
}

#Collaboration.item-section .total-price .tax {
    font-size: 1.1rem;
}

#Collaboration.item-section .total-price {
    margin: 2rem auto 1rem;
}

#lp_contents .cart-btn {
    width: 27rem;
    font-size: 1.6rem;
    height: 5rem;
    line-height: 5rem;
    padding-left: 3rem;
}

#lp_contents .cart-btn::before {
    left: 7rem;
}	
	
.ac-txt {
    height: 14.8rem;
}	
#lp_contents .item-section .item-slider {
    width: 100%;
}

#lp_contents .item-slider .slick-next {
    right: 2rem;
}

#lp_contents .item-slider .slick-prev {
    left: 2rem;
}
#lp_contents .bnr-section h4 span {
    font-size: 2rem;
    margin-top: -0.2rem;
    display: block;
}	
}

@keyframes ImgAnime {
    0% {
        opacity: 1;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}