@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@100;200&family=Poppins:wght@200&display=swap');
@media (max-width: 768px){
.pc {
  display: none;
}
}

body{
  animation: loadIN forwards 2s;
}

@keyframes loadIN {
  0%{
  opacity: 0;
  }
  100%{
  opacity: 1;
  }
}

.ll-main img{
  max-width: 100%;
  height: auto;
  margin-bottom: 16px;
}

.ll-main .sp{
  display: none;
}
@media (max-width: 768px){
  .ll-main .sp{
    display: block;
  }
  }

.ll-main .box2-s img {
  max-width: 80%;
}
@media (max-width: 768px){
  .ll-main .box2-s img{
    max-width: 100%;
  }
  }

.ll-main p{
  line-height: 2em;
}

.mv{
  text-align: center;
}

.mv p{
  margin-top: 40px;
  font-size: 16px;
}

@media (max-width: 768px){
  .mv p{
  padding: 0 5%;
  font-size: 14px;
  margin-bottom: 30px;
}
}

.ll-sec{
  padding: 70px 0;
}
@media (max-width: 768px){
  .ll-sec{
    padding: 15px 0 60px 0;
  }
}
.ll-sec p{
  font-size: 14px;
}

.sec_head{
  display: flex;
  justify-content: space-between;
  max-width: 70%;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px){
    .sec_head{
        max-width: 88%;
      }
  }

.sec_head h2{
  font-size: 24px;
  font-weight: 350; 
  line-height: 32px;
  border-bottom: 1px solid #3c3c3c;
  padding: 0 0 3px 0;
  margin: 0 0 13px 0;
  text-transform: uppercase;
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
  color: #5d308d;
}

.sec_head h2>span{
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 116%;
    font-weight: 400;
    line-height: 1.7;
    padding-right: 11px;
}

.sec_head__pic{
  width: 290px;
}
.sec_head__dsc{
  width: calc(100% - 290px - 40px);
}

@media (max-width: 768px){
  .sec_head h2{
    font-size: 21px;
  }
}

@media (max-width: 768px){
  .sec_head{
    display: block;
  }
  .sec_head__pic{
    width: 100%;
  }
  .sec_head__dsc{
    width: 100%;
    margin-top: 10px;
  }
}

/*上部ボタン*/

.gift_category_list {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 20px auto;
  max-width: 77%;
  justify-content: space-between
}

@media (max-width: 768px) {
    .gift_category_list {
        max-width: 88%;
      }
}

.gift_category_list>div {
    width: 24%;
    box-sizing: border-box;
    text-align: center;
    flex-wrap: wrap;
    border: 1px solid #3c3c3c;
    margin-bottom: 2%;
    align-items: center;
    justify-content: space-between;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(93 48 141 / var(--tw-border-opacity));
    background-color: #5D308D;
    padding: 10px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.7s;
    font-size: 14px;
    display: block;
}

.gift_category_list div:nth-child(5)
{
width:100%
}

.gift_category_list>div a{
  display: block;
  color: #ffffff;
  }
  
.gift_category_list>div:hover{
  opacity: 0.7;
}

@media (max-width: 768px) {
  .gift_category_list>div {
    width:100%;
    margin: 0 auto 2%;
  }}

.gift_category_title {
  max-width: 77%;
  margin: 0 auto;
}

.gift_category_title_btn {
  text-align: center;
}

.gift_category_title h2{
  font-size: 24px;
  font-weight: 350;
  text-align: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #3c3c3c;
  padding: 10px;
  margin: 60px auto 0px auto;
  display: inline-block;
}

@media (max-width: 768px) {
    .gift_category_title {
        max-width: 88%;
        }

  .gift_category_title h2 {
    margin: 35px auto 0px auto;
    font-size: 19px;
    line-height: 1.5;
  }
  .gift_category_title p {
    line-height: 24px;
    text-align: center;
    margin: 30px auto;
  }
}

.gift_category_title p {
  margin: 30px auto 0 auto;
  text-align: center;
}

.gift_category_title p>a{
  border-bottom: solid 1px #3c3c3c;
}

.item_wrap{
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.ll-sec-4 .item_wrap :nth-child(-n+2){
  width:50%
}

.item_wrap div{
  justify-content:space-around;
  width: 21% !important;
  align-items: baseline;
  flex-flow:row;
  text-decoration: #7b1212;
}

@media (max-width: 768px) {
  .item_wrap > div {
      width: 48% !important;
      margin: 0 0 0 !important;
  }
}

.item_wrap > a{
  width: 21% !important;
  align-items: baseline;
}

.item_wrap > a + a{
  margin-left: 40px;
}

.item_wrap p a{
  letter-spacing: 2px;
  font-size: 12px;
  text-align: left;
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
  color: #3c3c3c;
  line-height: 2;
}

.item_wrap p span{
  line-height: 2;
  font-size: 11px;
  display: block;
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
}

.item_wrap p span .br::before {
  content: "\A";
  white-space: pre;
  display: inline;
}

.moreLink {
  margin: 100px auto 0 auto !important;
  text-align: center;
  display: block;
  background: #931b41;
  border-radius: 9999px;
  width: 300px;
  padding: 20px;
  --tw-border-opacity: 1;
  border-color: rgb(157 157 165 / var(--tw-border-opacity));
  font-family: Noto Sans JP, sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  font-style: normal;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.7s;
  position: relative;
}

.moreLink span{
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
}

.moreLink:hover{
  opacity: 0.7;
}

@media (max-width: 768px) {
  .ll-sec > .moreLink {
      width: 50% !important;
      margin-top: 50px !important;
  }
}

.types{
  width: 70%;
  margin: 50px auto 0 auto;
  text-align: center;
  background-color: #fafafa;
  text-decoration: none;
}

.types h3{
  margin: 20px;
  padding-top: 30px;
  font-size: 0.9em;
  }

.types_list{
  margin: 0 auto;
  max-width: 100%;
  display: flex;
  justify-content: center;
  text-decoration: none;
  padding: 8px;
  text-align: center;
  justify-content: space-around;
}

.types_list li:nth-child(-n+5) {
  margin-right: 0px;
}

.types_list li{
  /* display: flex; */
  line-height: 2.5;
}

.types_list li>a{
  color: #3c3c3c;
  font-size: 0.9em;
  text-decoration: none!;
  display: flex;
}

@media (max-width: 928px) {
  .types{
    display: block;
    width: 88%;
  }
  .types_list{
    margin: 0 auto;
    display: grid;
    flex-wrap: wrap;
    width: 85%;
    justify-content:center;
    padding: 15px 8px;
    /* display: grid; */
    grid-template-columns: 2fr 3fr;);););););););
  }
  .types_list li{
    /* width: 50%; */
  }
}

.sec_head + .item_wrap{
  max-width: 70%;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  justify-content: flex-end;
}

@media (max-width: 768px) {
    .sec_head + .item_wrap{
        max-width: 88%;
      }
  }

/* 互い違い */
.ll-sec:nth-of-type(2n) .sec_head{
  flex-direction: row-reverse;
}
.ll-sec:nth-of-type(2n) .item_wrap{
  justify-content: flex-start;
}

@media (max-width: 768px){
  .item_wrap{align-items: flex-start;}
  .item_wrap > a{
    width: 50% !important;
    margin:20px 0 0 !important;
  }
}

.LinkBox{
  max-width: 800px;
  width: 90%;
  margin: 0 auto 150px;
  text-align: center;
}

.bn2{
    margin: 0 auto;
    display: flex;
    gap:12px;
}

@media (max-width: 768px){
  .bn2{
    flex-direction: column;
}
}

.is-scloll{
  opacity: 0;
  transition: 1.2s ease-in;
}

.is-scloll.on{
  opacity: 1;
}

.box2 {
display: flex;
width:84%;
justify-content:space-between;
margin: 50px auto 0 auto;
}

@media (max-width: 768px){
  .box2{
    width: 100%;
    margin: 0px auto 0 auto;
  }
}

.box2-s{
  width: 49%;
  margin-top: 20px;
}

.box2-s p {
  font-size: 13px;
  text-align: left;
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
  line-height: 1.4;
  color: #3c3c3c;
}

.box2-s p span {
  font-size: 11px;
  display: block;
  text-align: left;
}

.item_wrap,.box2-s p a{
  font-size: 12px;
  text-align: left;
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
  color: #3c3c3c!important;
  line-height: 2;
  letter-spacing: 2px;
}

.ll-sec-2-01 .item_wrap {
  max-width: 800px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  justify-content: space-between !important;
  display: flex;
  flex-wrap: wrap;
}

.ll-sec-2-01 {
  padding: 0;
}

.ll-sec2 {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  margin: 20px auto;
  justify-content: center;
}

.out{
  max-width: 70%;
  margin: 20px auto 0 auto;
  display: flex;
}

@media (max-width: 768px) {
  .out{
    width: 90%;
    max-width: 88%;
  ;
  }
  }

/*商品ボックスの大きさ*/
@media (max-width: 768px) {
.ll-sec-4 .out .item_wrap > div {
      width: 50% !important;
  }
}

.ll-sec-4 .out .item_wrap :nth-child(-n+2) {
  width: 100%;
}

@media (max-width: 768px) {
.out .item_wrap > a {
      width: 48% !important;
      margin: 0 0 0 !important;
  }
}

h2 > span .n-tag{
  margin-bottom: 10px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 180%;
  display: block;
  font-weight: 600;
}