@charset "UTF-8";
/*　ブレークポイント */
/* 背景画像　テキスト消去*/
/* フレックス*/
:root {
  --english-font: "Quicksand", sans-serif;
  --yugo-d: "游ゴシック体 Pr6N D", "Yu Gothic Pr6N D";
}

:root {
  --keyColor: #66ff00;
  --baseColor: #1d1d1d;
  --font-en: "Bebas Neue", sans-serif;
}

.modalArea {
  padding: 0 !important;
}

.ec-modal-window-box {
  width: 100%;
  margin: auto auto 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .f15 {
    font-size: 1.5em !important;
  }
}
.icon-cart {
  width: 10% !important;
  height: auto;
  aspect-ratio: auto 25/25;
  margin-top: -1.5% !important;
  padding: 0 1% 0 0;
  fill: #fff;
  border: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}

.modalArea {
  visibility: hidden; /* displayではなくvisibility */
  opacity: 0;
  position: fixed;
  z-index: 9999; /* サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 0 !important;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 88%;
  max-width: 480px;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  font-family: r-mplus, -apple-system, BlinkMacSystemFont, Sans-Serif !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.06em !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-feature-settings: "palt" !important;
  font-feature-settings: "palt" !important;
}

.closeModal {
  position: absolute;
  top: 0rem;
  right: 1rem;
  cursor: pointer;
  font-weight: 800;
  font-size: clamp(2.5rem, 3vw, 5rem);
}

.is-show {
  /* モーダル表示用クラス */
  visibility: visible;
  opacity: 1;
}

.modalContents .h1-title {
  color: #000;
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 800;
  text-align: center;
  margin: 1rem auto;
  padding: 20px 0 15px;
  border-bottom: 1px solid #555;
}

@media screen and (max-width: 768px) {
  .modalContents .h1-title {
    padding: 20px 0 10px;
  }
}
.modalContents .box_shop_wrapper {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
}

.modalContents .box_shop {
  display: inline-block;
  width: 50%;
  text-align: center;
  padding: 1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modalContents .box_shop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  cursor: pointer;
  padding: 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modalContents img {
  border-radius: 0 !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  width: auto !important;
  height: 95px !important;
}

@media screen and (max-width: 480px) {
  .modalContents img {
    height: 75px !important;
  }
}
.modalContents .p-info {
  font-size: clamp(0.8rem, 2vw, 0.9rem);
  font-weight: 800 !important;
  text-align: center !important;
  color: #e84f67 !important;
  margin: 1rem auto 0.5rem;
}

/*===============================================
スマホ・タブレット  画面横幅767pxまで
===============================================*/
@media screen and (max-width: 768px) {
  .ec-modal-window-box {
    width: 100%;
  }
  .icon-cart {
    width: 8% !important;
  }
  .modalArea {
    position: fixed; /*fixed*/
  }
}
/*===============================================
スマホ  画面横幅639pxまで
===============================================*/
/* /@media */
/* 
===================== 1.Universal reset ==========================
*/
img {
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
  height: auto;
}

.clear {
  clear: both;
}

.word {
  display: inline-block;
}

/* 
===================== 2.Body and base setting ====================
*/
html {
  /*scroll-behavior: smooth;*/
}

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-display: swap;
  color: #773c00;
  margin: 0;
  padding: 0;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

section {
  width: 100%;
  margin: 0 auto;
  padding: 3rem 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 767px) {
  section {
    padding: 1rem 0 0;
  }
}
a:visited {
  color: inherit;
}

/* 
===================== 3.Content setting ====================
*/
/*================ Top ===============*/
#top {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  /*background-image: url(../img/bg.jpg);
  background-size: cover;
  background-position: center;*/
  position: relative;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  #top {
    padding: 20px;
  }
}
#top {
  background: rgb(247, 197, 215);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(247, 197, 215)), color-stop(50%, rgb(214, 238, 251)), to(rgb(205, 187, 217)));
  background: linear-gradient(180deg, rgb(247, 197, 215) 0%, rgb(214, 238, 251) 50%, rgb(205, 187, 217) 100%);
}

#top h1 {
  margin: 0 auto;
  line-height: 0;
}

img {
  vertical-align: bottom;
}

.logo {
  margin: 0 auto;
  padding: 0;
  top: clamp(2.5rem, 4.2891221374rem - 7.6335877863vw, 0.625rem);
  left: 0;
  right: 0;
  position: absolute;
  width: clamp(11.875rem, 9.4895038168rem + 10.1781170483vw, 14.375rem);
}
@media screen and (min-width: 768px) {
  .logo {
    width: clamp(14.375rem, 1.0416666667rem + 27.7777777778vw, 21.875rem);
    top: 5%;
  }
}
.logo img {
  -webkit-filter: drop-shadow(2px 2px 3px rgba(255, 255, 255, 0.9764705882));
          filter: drop-shadow(2px 2px 3px rgba(255, 255, 255, 0.9764705882));
}

/*================ Overview ===============*/
.title span {
  display: block;
  font-size: 50%;
}

.text {
  line-height: 1.6rem;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}

.text a {
  color: #e73d90;
  font-weight: bold;
  text-decoration: underline;
}

.blank:after {
  /*font-family: "Font Awesome 5 Free";
  font-weight: bold;
     content: '\f08e';
     padding:0 1%;*/
}

.flag {
  border: 0;
  margin: 0 auto 4rem;
  padding-bottom: 10%;
  background-image: url(img/line-flag.png);
  background-position: top center;
  background-repeat: repeat-x;
  background-size: 300px;
}

@media screen and (max-width: 767px) {
  .flag {
    margin: 3rem auto 2rem;
    padding-bottom: 15%;
    background-size: 50%;
  }
}
.modalArea .imageArea {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .modalArea .imageArea {
    width: 90%;
    margin: auto;
  }
}
.textArea {
  width: 50%;
  padding: 0 0.5rem 0 1.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  /*
  display:flex;
  flex-wrap:wrap;
  align-items:center;*/
}

@media screen and (max-width: 767px) {
  .textArea {
    width: 100%;
    padding: 1rem 0;
  }
}
.modalArea .textArea {
  width: 55%;
  padding: 1rem 1.8rem;
}

@media screen and (max-width: 767px) {
  .modalArea .textArea {
    width: 100%;
    padding: 0 1rem 1rem 1rem;
  }
}
.textArea h3 {
  padding: 0.5rem 0.5rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: repeating-linear-gradient(-35deg, #b2d5de 0 2px, transparent 2px 4px);
  background-repeat: no-repeat;
  background-size: 100% 0.6rem;
  background-position: center bottom;
}

@media screen and (max-width: 767px) {
  .textArea h3 {
    margin: 0 auto 1rem;
    padding: 0 0.5rem 1rem;
    font-size: 1rem;
  }
}
.textArea .text {
  margin: 0 auto 2rem;
  padding: 0 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .textArea .text {
    margin: 0 auto 0.7rem;
    font-size: 0.9rem;
  }
}
.btn {
  border-radius: 100vh;
  font-weight: bold;
  text-align: center;
  position: relative;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn:after {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  padding: 0;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.btn a {
  display: block;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn:hover {
  background: #b7a2cd;
  color: #ffffff !important;
}

.btn__item {
  width: 98%;
  margin: 0 auto;
  font-size: 1rem;
  color: #e73d90;
}

.btn__item a {
  color: #e73d90;
}

.btn__item a:hover {
  color: #ffffff !important;
}

/*================ Archive ===============*/
.col3 .productBox {
  width: 33.3%;
}

@media screen and (max-width: 767px) {
  .col3 .productBox {
    width: 50%;
  }
}
.productBox {
  margin-bottom: 1rem;
}

#new .productBox {
  padding: 1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#new .colFree .productBox {
  width: 100%;
}

#new .flexBox.colFree {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.productName {
  margin: 100% auto 0;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .productName {
    font-size: 0.68rem;
  }
}
.endOfSale {
  color: red;
}

.flip {
  position: relative;
}

.flip::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.flip img {
  width: 100%;
}

.flip .flont,
.flip .back {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: absolute;
  top: 0%;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.flip .back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.flip:hover .flont {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.flip:hover .back {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}

.stage_cardImage {
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-animation: animation-cardImage 5s ease-in-out infinite alternate;
          animation: animation-cardImage 5s ease-in-out infinite alternate;
}

.stage_cardImage span {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.openModal span {
  display: block;
}

@-webkit-keyframes animation-cardImage {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  60% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  80% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}

@keyframes animation-cardImage {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  60% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  80% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}
.stage_cardImage_back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/*================ Gallery ===============*/
#gallery .flexBox div {
  padding: 0.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 767px) {
  #gallery .flexBox div {
    padding: 0 0.2rem;
  }
}
#gallery .flexBox img {
  border: solid 5px #d9d3e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.w100 {
  width: 100%;
}

.w50 {
  width: 50%;
}

.figureBox {
  background: url(../img/bg.png);
  background-size: 110%;
}

.figureBox img {
  position: absolute;
  border: none !important;
}

.figureBox .f1 {
  width: 55%;
  top: 1rem;
  left: 0;
}

.figureBox .f2 {
  width: 55%;
  bottom: 1rem;
  right: 0;
}

.figureBox .f3 {
  width: 60%;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .figureBox .f3 {
    width: 80%;
  }
}
.figureBox .f4 {
  width: 60%;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .figureBox .f4 {
    width: 80%;
  }
}
.zoom::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00e";
  color: white;
  font-weight: bold;
  font-size: 20px;
  width: 20px;
  padding: 0 1%;
  bottom: 25px;
  right: 15px;
  position: absolute;
  opacity: 0.8;
  -webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3137254902));
          filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3137254902));
}

@media screen and (max-width: 767px) {
  .zoom::before {
    bottom: 15px;
    right: 10px;
  }
}
.annotation {
  padding: 2rem 0;
  font-weight: bold;
  font-size: clamp(0.8rem, 2vw, 1rem);
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}

/*================ YouTube ===============*/
.video-box {
  width: 90%;
  max-width: 950px;
  margin: 0 auto;
}

.video {
  height: 0;
  border: 3px solid #fff;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  padding-top: 56%;
  z-index: 1; /*Safariで角丸を有効にする*/
}

.video-box .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*================ Slider ===============*/
.slider {
  width: 100%;
  margin: 0 auto 2rem;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .slider {
    margin: 0 auto;
  }
}
.slide-wrap {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.slide-wrap ul {
  -webkit-padding-start: 0px !important;
          padding-inline-start: 0px !important;
}

.slide-point {
  position: absolute;
  width: 20%;
  max-width: 200px;
  top: 0;
  left: 27%;
}

@media screen and (max-width: 767px) {
  .slide-point {
    width: 34%;
    left: 14%;
  }
}
/*============= SnsBox =============*/
#sns_box {
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0;
  background-color: #fff;
  text-align: center;
}

.box_bnr {
  width: 100%;
  margin: 2rem auto;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .box_bnr {
    margin: 3% auto 5%;
  }
}
.box_bnr img {
  width: 90%;
  max-width: 580px;
  margin: auto;
}

.box_bnr span {
  display: block;
  color: #e73d90;
  font-weight: bold;
  text-decoration: underline;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}

@media screen and (max-width: 767px) {
  .box_bnr span {
    font-size: 0.7rem;
  }
}
.btn_box {
  width: 100%;
  margin: 2rem auto;
}

@media screen and (max-width: 767px) {
  .btn_box {
    margin: 1rem auto 2rem;
  }
}
.btn_box img {
  width: 80px;
  margin: 0 auto;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: none;
}

@media screen and (max-width: 767px) {
  .btn_box img {
    width: 16%;
    padding: 2%;
  }
}
.copyright {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
}

/*============= Page-top =============*/
/*
#page_top {
    width: 100px;
    position: fixed;
    right: -100px;
    bottom: 10px;
    z-index: 100;
    }
    #page_top img{width: 100%;}
    #page_top a{
        position: relative;
        display: block;
        font-weight: 700;
        color:#e95098;
        text-align:center;
        text-shadow :
           2px  2px 1px #fff,
          -2px  2px 1px #fff,
           2px -2px 1px #fff,
          -2px -2px 1px #fff,
           2px  0px 1px #fff,
           0px  2px 1px #fff,
          -2px  0px 1px #fff,
           0px -2px 1px #fff;       
        text-decoration: none;
        }
    #page_top a:hover{opacity: 0.8;}
    #page_top span:after{
        font-family: "Font Awesome 5 Free";
        content: '\f139';
        font-size: 50px;
        padding:0 2%; 
        vertical-align: middle;
        }
    @media screen and (max-width:767px){ 
        #page_top {
            width: 80px;
            bottom: 5px;
            margin:0 -2%;
            }
        #page_top a{font-size:0.7em;}
        }*/
/*===============================================
          SP only  
===============================================*/
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
/*==============================================
           PC
==============================================*/
@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
.overview__title {
  letter-spacing: 1px;
}

.fadeInUp {
  -webkit-animation: fadeInUp 0.6s ease-in-out;
          animation: fadeInUp 0.6s ease-in-out;
}

.zoomIn {
  opacity: 0;
  -webkit-animation: zoomIn 0.3s cubic-bezier(0.07, 0.52, 0.46, 1);
          animation: zoomIn 0.3s cubic-bezier(0.07, 0.52, 0.46, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
html {
  font-size: 16px; /* rem の基準 */
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  min-height: 100vh; /* 背景の位置や full-height セクションに備える */
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* include box-sizing so padding doesn't increase element's outer size */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --keyColorNew: #eb6d94;
  --keyColorNewHover: #e05480;
  --keyColorLineup: #a590c3;
  --keyColorLineupHover: #9b7fc1;
  --keyColorGallery: #f39700;
  --keyColorGalleryHover: #eb8900;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.container {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 900px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5% clamp(0.625rem, -0.5677480916rem + 5.0890585242vw, 1.875rem);
}
@media screen and (min-width: 768px) {
  .container {
    border-radius: 20px;
    padding: 2rem;
  }
}

.bg-side {
  background-image: url("./img/bg-pattern.png");
  background-repeat: repeat;
  background-size: 20%;
}
@media screen and (min-width: 768px) {
  .bg-side {
    background-size: 12%;
  }
}

#new,
#lineup,
#gallery,
#overview {
  padding: clamp(1.5625rem, 0.6679389313rem + 3.8167938931vw, 2.5rem) clamp(1.25rem, 0.0572519084rem + 5.0890585242vw, 2.5rem);
}
@media screen and (min-width: 768px) {
  #new,
  #lineup,
  #gallery,
  #overview {
    padding: 3rem 1rem;
  }
}

#overview .container {
  background-image: url("./img/dotted-line.svg"), url("./img/dotted-line.svg");
  /* 各背景画像の位置を設定 */
  /* 各背景画像の繰り返しを制御 */
  background-repeat: no-repeat, no-repeat;
  /* 背景画像のサイズ調整 */
  background-size: 90%, 90%;
  /* 背景画像の位置（2つ目を下から4%に配置） */
  /* 2つ目の y 値は 96%（上から96% = 下から4%） */
  background-position: center 4%, center 96%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 3rem 2%;
}
@media screen and (min-width: 768px) {
  #overview .container {
    padding: 4rem 2%;
  }
}
#overview .text {
  font-size: clamp(1rem, 0.6421755725rem + 1.5267175573vw, 1.375rem);
  line-height: 2rem;
}
@media screen and (min-width: 768px) {
  #overview .text {
    font-size: clamp(1.375rem, 1.1527777778rem + 0.462962963vw, 1.5rem);
    line-height: 3rem;
  }
}
#overview .text {
  margin: auto;
  padding: 3% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.br-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

.overview__title {
  margin: 10px auto;
  font-size: clamp(1.375rem, 1.0171755725rem + 1.5267175573vw, 1.75rem);
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .overview__title {
    font-size: clamp(1.75rem, 1.0833333333rem + 1.3888888889vw, 2.125rem);
    margin: 30px auto 10px;
  }
}
.overview__title span {
  display: inline-block;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.overview__title span.wow {
  opacity: 0;
}

.overview__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 90%;
  margin: 0 auto;
}
.overview__img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  will-change: transform;
}
.overview__img div {
  width: 30%;
}
@media screen and (min-width: 768px) {
  .overview__img div {
    width: 20%;
  }
}
.overview__img .img-1 {
  -webkit-transform: rotate(18deg);
          transform: rotate(18deg);
}
.overview__img .img-2 {
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
.overview__img .img-3 {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.overview__img .img-4 {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.overview__img .img-5 {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

#new .title {
  color: var(--keyColorNew);
}
#new .title-border span {
  background-color: var(--keyColorNew);
}
#new .title-jp {
  color: var(--keyColorNew);
}

#lineup .title {
  color: var(--keyColorLineup);
}
#lineup .title-border span {
  background-color: var(--keyColorLineup);
}
#lineup .title-jp {
  color: var(--keyColorLineup);
}

#gallery .title {
  color: var(--keyColorGallery);
}
#gallery .title-border span {
  background-color: var(--keyColorGallery);
}
#gallery .title-jp {
  color: var(--keyColorGallery);
}

.items__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: clamp(0.9375rem, -0.7291666667rem + 3.4722222222vw, 1.875rem);
  grid-column-gap: 10px;
  -ms-grid-rows: -webkit-max-content;
  -ms-grid-rows: max-content;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.items__container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.items__container > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (min-width: 768px) {
  .items__container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}

.item__title-wrapper {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 300px;
  margin: 0 auto;
  height: 100%;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.item figure {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
  -webkit-transition: -webkit-transform 0.15s ease-in-out, -webkit-filter 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out, -webkit-filter 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, filter 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, filter 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-filter 0.15s ease-in-out;
}
.item figure img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: auto;
}
.item .onlineshop__icon {
  display: block;
  position: relative;
  top: 20px;
  left: 10px;
  width: clamp(2.8125rem, 2.5143129771rem + 1.272264631vw, 3.125rem);
}
@media screen and (min-width: 768px) {
  .item .onlineshop__icon {
    width: clamp(2.8125rem, 1.5902777778rem + 2.5462962963vw, 3.5rem);
  }
}
.item .onlineshop__icon {
  z-index: 1;
  -webkit-transition: -webkit-transform 0.15s ease-in-out, -webkit-filter 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out, -webkit-filter 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, filter 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, filter 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-filter 0.15s ease-in-out;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.item:hover .item__title-wrapper {
  color: #522900;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
.item:hover figure {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-filter: brightness(1.02) contrast(1.02);
          filter: brightness(1.02) contrast(1.02);
}
.item:hover .onlineshop__icon {
  -webkit-filter: brightness(1.07) contrast(1.07);
          filter: brightness(1.07) contrast(1.07);
}
.item:hover .buy__button,
.item:hover .catalog__button {
  -webkit-animation: bounce-in-fwd 0.6s cubic-bezier(0.53, 0.19, 0.6, 0.95) both;
          animation: bounce-in-fwd 0.6s cubic-bezier(0.53, 0.19, 0.6, 0.95) both;
}
.item a {
  display: block;
}
@media screen and (min-width: 768px) {
  .item {
    max-width: 100%;
  }
}
.item .item__title {
  font-size: clamp(0.75rem, 0.6307251908rem + 0.5089058524vw, 0.875rem);
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media screen and (min-width: 768px) {
  .item .item__title {
    font-size: 14px;
  }
}

#new .buy__button,
#new .catalog__button {
  background-color: var(--keyColorNew);
}
#new .buy__button:hover,
#new .catalog__button:hover {
  background-color: var(--keyColorNewHover);
}
#new .item .buy__button,
#new .item .catalog__button {
  background-color: var(--keyColorNew);
}
#new .item .buy__button:hover,
#new .item .catalog__button:hover {
  background-color: var(--keyColorNewHover);
}

#lineup .buy__button,
#lineup .catalog__button {
  background-color: var(--keyColorLineup);
}
#lineup .buy__button:hover,
#lineup .catalog__button:hover {
  background-color: var(--keyColorLineupHover);
}

.buy__button,
.catalog__button{
  display: inline-block;
  color: #fff !important;
  font-size: clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
  font-family: "M PLUS Rounded 1c", sans-serif;
  width: 100%;
  max-width: 250px;
  margin: auto auto 0;
  padding: 4% 0;
  border-radius: 100vh;
  border: 3px solid #f4f4f4;
  cursor: pointer;
  font-weight: 800;
  outline: none;
  /*letter-spacing: 0.1rem;*/
  box-shadow: 2px 1px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 1px 5px 0 rgba(0, 0, 0, 0.2);
  line-height: normal;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  -webkit-transition: background-color 0.3s ease-in-out, -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: background-color 0.3s ease-in-out, -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: background-color 0.3s ease-in-out, transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: background-color 0.3s ease-in-out, transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	position: relative;
}

@media screen and (min-width: 768px) {
  .buy__button,
	.catalog__button {
    font-size: clamp(1rem, 0.8rem + 0.15vw, 1.25rem);
    width: 90%;
  }
}
.buy__button:after{
	font-family:"Font Awesome 5 Free";
	content: '\f2d2';
	padding: 0;
	top: 50%;
	right: 5%;
	transform:translateY(-50%);
	position: absolute;
}

@-webkit-keyframes bounce-in-fwd {
  0% {
    -webkit-transform: scale(1) rotate(0.05deg);
            transform: scale(1) rotate(0.05deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  20% {
    -webkit-transform: scale(1.03) rotate(0.05deg);
            transform: scale(1.03) rotate(0.05deg);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  30% {
    -webkit-transform: scale(0.99) rotate(0.05deg);
            transform: scale(0.99) rotate(0.05deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  45% {
    -webkit-transform: scale(1.02) rotate(0.05deg);
            transform: scale(1.02) rotate(0.05deg);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  60% {
    -webkit-transform: scale(1) rotate(0.05deg);
            transform: scale(1) rotate(0.05deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  75% {
    -webkit-transform: scale(1.01) rotate(0.05deg);
            transform: scale(1.01) rotate(0.05deg);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  90% {
    -webkit-transform: scale(1) rotate(0.05deg);
            transform: scale(1) rotate(0.05deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@keyframes bounce-in-fwd {
  0% {
    -webkit-transform: scale(1) rotate(0.05deg);
            transform: scale(1) rotate(0.05deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  20% {
    -webkit-transform: scale(1.03) rotate(0.05deg);
            transform: scale(1.03) rotate(0.05deg);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  30% {
    -webkit-transform: scale(0.99) rotate(0.05deg);
            transform: scale(0.99) rotate(0.05deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  45% {
    -webkit-transform: scale(1.02) rotate(0.05deg);
            transform: scale(1.02) rotate(0.05deg);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  60% {
    -webkit-transform: scale(1) rotate(0.05deg);
            transform: scale(1) rotate(0.05deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  75% {
    -webkit-transform: scale(1.01) rotate(0.05deg);
            transform: scale(1.01) rotate(0.05deg);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  90% {
    -webkit-transform: scale(1) rotate(0.05deg);
            transform: scale(1) rotate(0.05deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
.btn__catalogue {
  margin: 2rem auto 0px;
  background-color: var(--keyColorLineup);
  color: white;
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  .btn__catalogue {
    margin: 4rem auto;
    font-size: 1.2rem;
    max-width: 500px;
  }
}
.btn__catalogue:hover {
  background-color: var(--keyColorLineupHover);
  color: #fff;
  -webkit-animation: bounce-in-fwd 0.6s cubic-bezier(0.53, 0.19, 0.6, 0.95) both;
          animation: bounce-in-fwd 0.6s cubic-bezier(0.53, 0.19, 0.6, 0.95) both;
}
.btn__catalogue a {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  padding: 0.8rem;
  font-size: clamp(1rem, 0.7614503817rem + 1.0178117048vw, 1.25rem);
}
@media screen and (min-width: 768px) {
  .btn__catalogue a {
    font-size: clamp(1.25rem, 1.0277777778rem + 0.462962963vw, 1.375rem);
    padding: 1.1rem;
  }
}
.btn__catalogue a {
  color: #fff;
  text-align: center;
  display: block;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.title__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  /* 左右の線を伸縮させて、中央の文字幅に合わせて両側の合計が余白を埋める */
}
.title__wrapper .title-border {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  /* three stacked lines inside .title-border (display as a single block) */
}
.title__wrapper .title-border span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--keyColorNew);
  border-radius: 50rem;
  margin: 3px 0; /* vertical spacing between the three lines */
}
@media screen and (min-width: 768px) {
  .title__wrapper .title-border span {
    height: 3px;
    margin: 4px 0; /* vertical spacing between the three lines */
  }
}
.title__wrapper .title {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  white-space: nowrap;
  font-size: clamp(1.625rem, 1.2671755725rem + 1.5267175573vw, 2rem);
  font-weight: bold;
  text-align: center;
  margin: 0 0.5rem;
  font-family: var(--english-font);
}
@media screen and (min-width: 768px) {
  .title__wrapper .title {
    font-size: clamp(2rem, 1.3333333333rem + 1.3888888889vw, 2.375rem);
  }
}

.title-jp {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  text-align: center;
  margin: 0 auto 20px;
  font-weight: bold;
  color: var(--keyColorNew);
  text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff;
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 0 10px;
  border-radius: 50rem;
  font-size: clamp(0.875rem, 0.6364503817rem + 1.0178117048vw, 1.125rem);
}
@media screen and (min-width: 768px) {
  .title-jp {
    font-size: clamp(1.125rem, 0.6805555556rem + 0.9259259259vw, 1.375rem);
  }
}

.gallery-items__container {
  margin-top: 50px;
}

.gallery-items__wrapper {
  position: relative;
}

.ornament-1,
.ornament-2,
.ornament-3,
.ornament-4,
.ornament-5,
.ornament-6 {
  position: absolute;
  z-index: 2;
}

.ornament-1 {
  width: clamp(5rem, 2.018129771rem + 12.7226463104vw, 8.125rem);
  top: -65px;
  left: 0px;
}
@media screen and (min-width: 768px) {
  .ornament-1 {
    width: clamp(5rem, 0.5555555556rem + 9.2592592593vw, 7.5rem);
    top: -65px;
    left: 0px;
  }
}

.ornament-2 {
  width: clamp(4.375rem, 1.393129771rem + 12.7226463104vw, 7.5rem);
  top: clamp(14.375rem, 1.2547709924rem + 55.9796437659vw, 28.125rem);
  left: clamp(0.625rem, -0.5677480916rem + 5.0890585242vw, 1.875rem);
}
@media screen and (min-width: 768px) {
  .ornament-2 {
    width: clamp(5.625rem, 1.1805555556rem + 9.2592592593vw, 8.125rem);
    top: -25px;
    left: clamp(21.875rem, 10.7638888889rem + 23.1481481481vw, 28.125rem);
  }
}

.ornament-3 {
  max-width: clamp(3.125rem, 1.3358778626rem + 7.6335877863vw, 5rem);
  top: -60px;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .ornament-3 {
    max-width: clamp(3.125rem, 0.9027777778rem + 4.6296296296vw, 4.375rem);
    top: -60px;
    right: 20px;
  }
}

.ornament-4 {
  width: clamp(3.75rem, 1.3645038168rem + 10.1781170483vw, 6.25rem);
  left: auto;
  right: clamp(0rem, -0.5963740458rem + 2.5445292621vw, 0.625rem);
  top: clamp(18.75rem, 0.858778626rem + 76.3358778626vw, 37.5rem);
}
@media screen and (min-width: 768px) {
  .ornament-4 {
    right: auto;
    width: clamp(5rem, 0rem + 10.4166666667vw, 7.8125rem);
    left: clamp(5.625rem, 2.2916666667rem + 6.9444444444vw, 7.5rem);
    top: 30px;
  }
}

.ornament-5 {
  width: clamp(3.125rem, 1.6340648855rem + 6.3613231552vw, 4.6875rem);
  top: clamp(25rem, 1.1450381679rem + 101.7811704835vw, 50rem);
  left: clamp(0.625rem, -1.7604961832rem + 10.1781170483vw, 3.125rem);
}
@media screen and (min-width: 768px) {
  .ornament-5 {
    width: clamp(3.125rem, 1.4583333333rem + 3.4722222222vw, 4.0625rem);
    top: clamp(15.625rem, 10.0694444444rem + 11.5740740741vw, 18.75rem);
    left: clamp(15rem, 8.3333333333rem + 13.8888888889vw, 18.75rem);
  }
}

.ornament-6 {
  width: clamp(4.375rem, 1.9895038168rem + 10.1781170483vw, 6.875rem);
  top: clamp(6.875rem, -3.8597328244rem + 45.8015267176vw, 18.125rem);
  left: clamp(7.5rem, -0.2528625954rem + 33.0788804071vw, 15.625rem);
}
@media screen and (min-width: 768px) {
  .ornament-6 {
    width: clamp(6.875rem, 4.6527777778rem + 4.6296296296vw, 8.125rem);
    top: clamp(12.5rem, 9.1666666667rem + 6.9444444444vw, 14.375rem);
    left: clamp(20rem, 16.6666666667rem + 6.9444444444vw, 21.875rem);
  }
}

.annotation {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}

.gallery-items {
  margin-bottom: 50px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.gallery-items a {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  position: relative;
}
.gallery-items a img {
  -webkit-transition: -webkit-transform 0.15s ease-in-out, -webkit-filter 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out, -webkit-filter 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, filter 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, filter 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-filter 0.15s ease-in-out;
}
.gallery-items a:hover img {
  -webkit-transform: scale(1.02) !important;
          transform: scale(1.02) !important;
  -webkit-filter: brightness(1.035) contrast(1.035) !important;
          filter: brightness(1.035) contrast(1.035) !important;
}
@media screen and (min-width: 768px) {
  .gallery-items {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
.gallery-items.section-1 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .gallery-items.section-1 {
    -ms-grid-columns: 1.3fr 5% 1fr;
    grid-template-columns: 1.3fr 1fr;
    gap: 5%;
    margin-bottom: 50px;
  }
}
.gallery-items.section-1 a:nth-child(1) {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  width: 60%;
  margin: 0 auto 30px;
  right: 30px;
}
@media screen and (min-width: 768px) {
  .gallery-items.section-1 a:nth-child(1) {
    width: 90%;
    right: 0px;
    margin: 0 auto 0px;
  }
}
.gallery-items.section-1 a:nth-child(2) {
  top: clamp(-1.25rem, -2.4427480916rem + 5.0890585242vw, 0rem);
  width: 60%;
  margin: 0 auto;
  left: 50px;
}
@media screen and (min-width: 768px) {
  .gallery-items.section-1 a:nth-child(2) {
    width: 90%;
    top: 15px;
    left: 0px;
    margin: 0 auto 0px;
  }
}
.gallery-items.section-2 {
  margin-bottom: 100px;
}
.gallery-items.section-2 .items__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .gallery-items.section-2 .items__wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .gallery-items.section-2 {
    -ms-grid-columns: 1.4fr 1fr;
    grid-template-columns: 1.4fr 1fr;
  }
}
.gallery-items.section-2 a.item-1 {
  position: relative;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  width: 78%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .gallery-items.section-2 a.item-1 {
    width: 85%;
    top: 50px;
  }
}
.gallery-items.section-2 a.item-2 {
  position: relative;
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .gallery-items.section-2 a.item-2 {
    top: -50px;
  }
}
.gallery-items.section-2 a.item-3 {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  width: 60%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .gallery-items.section-2 a.item-3 {
    width: 95%;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
.gallery-items.section-3 .items__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .gallery-items.section-3 .items__wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .gallery-items.section-3 {
    -ms-grid-columns: 2fr 30px 1fr;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
  }
}
.gallery-items.section-3 a.item-1 {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  margin: 0 auto;
  position: relative;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .gallery-items.section-3 a.item-1 {
    width: 90%;
  }
}
.gallery-items.section-3 a.item-2 {
  position: relative;
  top: -50px;
  width: 100%;
  margin: 0 auto;
}
.gallery-items.section-3 a.item-3 {
  position: relative;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  width: 75%;
  top: 10px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .gallery-items.section-3 a.item-3 {
    width: 95%;
  }
}

#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  background: var(--keyColorNew);
  opacity: 1;
  border: 2px solid #fff;
  border-radius: 50%;
  /*box-shadow:5px 5px 0 #d9d3e8;*/
  z-index: 10;
}

#page_top a {
  position: relative;
  display: block;
  height: 60px;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f106";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 50%;
  height: 50%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.box_bnr span {
  color: #eb6d94;
}