@charset "UTF-8";
/*--------------------------------------------------
 Font
-------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allura&display=swap");
/*文字シャギーを解消*/
a, h1, h2, h3, h4, h5, h6, p, li, ol, dl, label, select, button, span, table, .no-shaggy {
  transform: rotate(0.03deg);
}

/*回転戻す*/
.no-transform {
  transform: rotate(0deg) !important;
}

.font-style-notoserif {
  font-family: "Noto Serif JP", serif;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-grey {
  border-color: #e6e6e6 !important;
}

.border-radius10 {
  border-radius: 10px;
}

.bg-brown {
  background-color: #603813;
}

.bg-brown-light {
  background-color: #8a6239;
}

.bg-pink {
  background-color: #ef8688;
}

.bg-yellow-oky {
  background-color: #ffdd00;
}

.bg-green {
  background-color: #8cb900;
}

.bg-brown-dark {
  background-color: #311d00;
}

.bg-blue {
  background-color: #169d94;
}

.bg-deepskyblue {
  background-color: #3399FF;
}

.bg-lightblue {
  background-color: #11D1D1;
}

.bg-gold {
  background-color: #c59f4f;
}

.bg-salmonpink {
  background-color: #FFB391;
}

.bg-lightyellow {
  background-color: #FFFAC2;
}

#present2024 {
  color: #333333;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  width: 100%;
}

/*--------------------------------------------------
 *共通設定*
-------------------------------------------------*/
.content-1400 {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .content-1400 {
    padding: 0;
  }
}

.content-1200 {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .content-1200 {
    padding: 0;
  }
}

.bg-yellow {
  background-image: url("images_2502/bg-yellow-2502.gif");
  background-repeat: repeat;
  background-color: #FFF800;
  position: relative;
  z-index: 3;
}

.content-round--30 {
  border-radius: 30px;
}
@media all and (max-width: 768px) {
  .content-round--30 {
    border-radius: 10px;
  }
}

.content-round--10 {
  border-radius: 20px;
}
@media all and (max-width: 768px) {
  .content-round--10 {
    border-radius: 10px;
  }
}

.content-shadow {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.4);
}

/*--------------------------------------------------
 ファーストビュー
-------------------------------------------------*/
#mainvisual {
  overflow: hidden;
}
@media all and (max-width: 768px) {
  #mainvisual {
    padding-bottom: 1%;
  }
}

.main-visual-area {
  padding-top: 2%;
}

.main-visual-bg {
  width: 100%;
}
.main-visual-bg svg {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .main-visual-bg {
    position: relative;
    width: 130%;
    left: -10%;
    z-index: 1;
  }
}

.main-visual-title {
  position: absolute;
  top: 27%;
  left: 15%;
  width: 73%;
  z-index: 2;
}
.main-visual-title img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .main-visual-title {
    width: 93%;
    top: 32%;
    left: 4%;
    z-index: 5;
  }
}

.main-visual-title-catch {
  position: absolute;
  width: 37%;
  top: 11%;
  left: 13%;
  z-index: 2;
}
.main-visual-title-catch img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .main-visual-title-catch {
    width: 42%;
    top: 19%;
    left: 21%;
  }
}

.main-visual-catch {
  position: absolute;
  width: 23%;
  top: 3%;
  right: 10%;
  z-index: 2;
}
.main-visual-catch img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .main-visual-catch {
    width: 35%;
    top: 1%;
    right: 1%;
    z-index: 2;
  }
}

.main-visual-houzai {
  position: absolute;
  width: 48%;
  top: 68%;
  left: 62%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 2;
  filter: drop-shadow(rgba(0, 0, 0, 0.5) 4px 6px 3px);
}
@media all and (max-width: 768px) {
  .main-visual-houzai {
    width: 60%;
    top: 72%;
    left: 63.5%;
  }
}

.main-visual-web {
  position: absolute;
  width: 19%;
  top: 27%;
  left: -5%;
  z-index: 2;
}
.main-visual-web img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .main-visual-web {
    width: 21%;
    top: 2%;
    left: 1%;
  }
}

.main-visual-present-01 {
  position: absolute;
  width: 10%;
  top: 12%;
  left: 54%;
  z-index: 2;
}
.main-visual-present-01 img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .main-visual-present-01 {
    width: 13%;
    top: 3%;
    left: 52%;
  }
}

.main-visual-present-02 {
  position: absolute;
  width: 8%;
  top: 5%;
  left: 46%;
  transform: rotate(50deg);
  z-index: 2;
}
.main-visual-present-02 img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .main-visual-present-02 {
    width: 9%;
    top: 3%;
    left: 41%;
  }
}

.main-visual-present-03 {
  position: absolute;
  display: none;
}
.main-visual-present-03 img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .main-visual-present-03 {
    width: 9%;
    bottom: 29%;
    right: 1%;
    z-index: 2;
    display: block;
  }
}

.main-visual-kira-01 {
  position: absolute;
  width: 6%;
  top: 8%;
  left: 5%;
  z-index: 2;
}
.main-visual-kira-01 img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .main-visual-kira-01 {
    width: 8%;
    top: 10%;
    left: 20%;
  }
}

.main-visual-kira-02 {
  position: absolute;
  width: 3%;
  top: 18%;
  left: 3%;
  z-index: 2;
}
.main-visual-kira-02 img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .main-visual-kira-02 {
    width: 5%;
    top: 19%;
    left: 16%;
  }
}

.main-visual-kira-03 {
  position: absolute;
  width: 6%;
  top: 75%;
  right: 1%;
  z-index: 2;
}
.main-visual-kira-03 img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .main-visual-kira-03 {
    width: 8%;
    top: 35%;
    right: 1%;
  }
}

.main-visual-kira-04 {
  position: absolute;
  width: 3%;
  top: 72%;
  right: 0%;
  z-index: 2;
}
.main-visual-kira-04 img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .main-visual-kira-04 {
    width: 5%;
    top: 30%;
    right: 0%;
  }
}

.main-visual-kira-05 {
  position: absolute;
  width: 3%;
  top: 61%;
  left: 12%;
  z-index: 2;
}
.main-visual-kira-05 img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .main-visual-kira-05 {
    position: absolute;
    width: 7%;
    top: 89%;
    left: 17%;
    z-index: 2;
  }
}

.main-visual-kira-06 {
  position: absolute;
  width: 5%;
  top: 52%;
  left: 9%;
  z-index: 2;
}
.main-visual-kira-06 img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .main-visual-kira-06 {
    position: absolute;
    width: 5%;
    top: 86%;
    left: 11%;
    z-index: 2;
  }
}

.main-visual-kira-07 {
  position: absolute;
  width: 5%;
  top: 21%;
  left: 32%;
  z-index: 2;
}
.main-visual-kira-07 img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .main-visual-kira-07 {
    display: none;
  }
}

.main-visual-kira-08 {
  position: absolute;
  width: 3%;
  top: 27%;
  left: 37%;
  z-index: 2;
}
.main-visual-kira-08 img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .main-visual-kira-08 {
    display: none;
  }
}

.main-visual-kira-09 {
  position: absolute;
  width: 5%;
  top: 55%;
  right: 9%;
  z-index: 2;
}
.main-visual-kira-09 img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .main-visual-kira-09 {
    display: none;
  }
}

.main-visual-kira-10 {
  position: absolute;
  width: 3%;
  top: 61%;
  right: 14%;
  z-index: 2;
}
.main-visual-kira-10 img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .main-visual-kira-10 {
    display: none;
  }
}

.main-visual-obj {
  position: absolute;
  width: 13%;
  top: 14%;
  right: -2%;
  z-index: 2;
}
.main-visual-obj img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .main-visual-obj {
    display: none;
  }
}

.main-visual-obj2 {
  position: absolute;
  width: 13%;
  top: 32%;
  left: -1%;
  z-index: 2;
}
.main-visual-obj2 img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .main-visual-obj2 {
    display: none;
  }
}

.main-visual-obj3 {
  display: none;
}
@media all and (max-width: 820px) {
  .main-visual-obj3 {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .main-visual-obj3 {
    display: block;
    width: 13%;
    top: 2%;
    left: -1%;
    z-index: 2;
  }
}

/*---------------------------------------
    プレゼント
--------------------------------------*/
#present {
  overflow: hidden;
  margin-top: -1%;
  padding: 1% 0;
}
@media all and (max-width: 768px) {
  #present {
    padding: 5% 0 2%;
  }
}
#present .lineup-houzai {
  position: absolute;
  top: initial;
  bottom: -25px;
  left: -19px;
  z-index: 3;
  width: 41%;
  filter: drop-shadow(#000 1px 0 3px);
}
#present .lineup-box {
  position: relative;
  z-index: 2;
  width: 84%;
  margin: 0 auto 7% auto;
}
@media all and (max-width: 768px) {
  #present .lineup-box {
    margin: 0 auto 6% auto;
  }
}
#present .lineup-name {
  margin-top: 2%;
}

.lineup-icon-txt {
  border: 2px solid #ffffff;
  padding: 2px 5px;
  font-size: clamp(0.813rem, 0.757rem + 0.278vi, 1rem);
  font-weight: 500;
  position: absolute;
  bottom: -25px;
  left: 39%;
  z-index: 4;
  width: auto;
  margin: 4% auto 0;
  text-align: center;
  transform: rotate(0.03deg);
}
@media all and (max-width: 991px) {
  .lineup-icon-txt {
    left: 40%;
    border-width: 2px;
    z-index: 4;
    width: auto;
    padding: 2px 4px;
    border: 1.5px solid #fff;
  }
}
@media all and (max-width: 576px) {
  .lineup-icon-txt {
    left: 36.2%;
  }
}

.lineup-icon-txt-gr {
  border: 2px solid #656363;
  color: #333;
}

.present-h1 {
  font-weight: 700;
  font-size: 35px;
  text-align: center;
  text-shadow: #000 1px 0 10px;
}
.present-h1 b {
  font-weight: 900;
  font-size: clamp(1.2rem, 0.804rem + 1.429vi, 1.875rem);
  text-align: center;
  color: #ff0062;
}
@media all and (max-width: 991px) {
  .present-h1 {
    font-size: 30px;
  }
}
@media all and (max-width: 576px) {
  .present-h1 {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 1114px) {
  .present-h1 br {
    display: block !important;
  }
}

.present-h2 {
  font-size: clamp(1.25rem, 0.58rem + 2.143vi, 2.188rem);
  text-align: center;
  line-height: 1.2;
  font-weight: 600;
}
.present-h2 strong {
  font-weight: 900;
  font-size: 2.6rem;
}
@media all and (max-width: 991px) {
  .present-h2 .present-h2 {
    font-size: 30px;
  }
  .present-h2 strong {
    font-size: 2.4rem;
  }
}
@media all and (max-width: 576px) {
  .present-h2 .present-h2 {
    font-size: 22px;
  }
  .present-h2 strong {
    font-size: 30px;
  }
}
.present-h2 .present-h2--pink {
  color: #FF0062;
  font-size: 3.5rem;
  /*    font-weight: 800;
      font-size: clamp(1.125rem, 0.589rem + 1.714vi, 1.875rem);//18–30px
      text-align: center;
      color: #FFF;
      background-color: #ff0062;
      padding: 10px 20px;
      border-radius: 10px; */
}
.present-h2 .present-h2--pink strong {
  font-size: 4.2rem;
}
@media all and (max-width: 1300px) {
  .present-h2 .present-h2--pink {
    padding: 13px 10px 7px 10px;
    border-radius: 5px;
  }
}
@media all and (max-width: 991px) {
  .present-h2 .present-h2--pink {
    font-size: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .present-h2 .present-h2--pink strong {
    font-size: 50px;
  }
}
@media all and (max-width: 576px) {
  .present-h2 .present-h2--pink {
    font-size: 35px;
  }
  .present-h2 .present-h2--pink strong {
    font-size: 40px;
  }
}

.present-h2b {
  font-weight: 700;
  font-size: clamp(1.25rem, 0.58rem + 2.143vi, 2.188rem);
  text-align: center;
  line-height: 1.2;
}
.present-h2b strong {
  font-weight: 800;
}
.present-h2b-tousen {
  padding: 3px 8px 0 8px;
}
@media all and (max-width: 768px) {
  .present-h2b-tousen {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    padding: 0;
  }
  .present-h2b-tousen-plus {
    min-width: 19px;
    width: 5%;
  }
}
.present-h2b .bg-deeppink {
  font-weight: 800;
  font-size: clamp(1.25rem, 0.58rem + 2.143vi, 2.188rem);
  text-align: center;
  color: #FFF;
  background-color: #ff0062;
  padding: 5px;
  border-radius: 10px;
  min-width: 67px;
}
@media all and (max-width: 1300px) {
  .present-h2b span {
    padding: 3px 6px;
    border-radius: 5px;
  }
  .present-h2b .bg-deeppink {
    border-radius: 5px;
  }
}

.present-border {
  margin-top: 35px;
}
@media all and (max-width: 1300px) {
  .present-border {
    margin-top: 20px;
  }
}
@media all and (max-width: 768px) {
  .present-border {
    margin-top: 10px;
  }
}

.present-title {
  width: 74%;
  margin: 2% auto 0;
}
.present-title img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1300px) {
  .present-title {
    width: 65%;
  }
}
@media all and (max-width: 768px) {
  .present-title {
    width: 100%;
  }
}

.present-bg {
  background-image: url("images/present-bg@2x.png");
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position: top 108% center;
  position: relative;
  z-index: 3;
}
@media all and (max-width: 768px) {
  .present-bg {
    background-size: 111% auto;
    background-position: top 80% center;
  }
}

.present-catch {
  position: absolute;
  top: -6%;
  left: -16%;
  width: 30%;
}
.present-catch img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1300px) {
  .present-catch {
    top: -4%;
    left: -7%;
    width: 26%;
  }
}
@media all and (max-width: 768px) {
  .present-catch {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    margin-top: -4%;
  }
}

.present-obj {
  position: absolute;
  top: 7%;
  left: 6%;
  width: 15%;
  transform: scale(-1, 1);
}
.present-obj img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1200px) {
  .present-obj {
    top: 8%;
  }
}
@media all and (max-width: 1130px) {
  .present-obj {
    top: 10%;
  }
}
@media all and (max-width: 1090px) {
  .present-obj {
    top: 13%;
    width: 14%;
  }
}
@media all and (max-width: 1020px) {
  .present-obj {
    top: 15%;
    width: 13%;
  }
}
@media all and (max-width: 990px) {
  .present-obj {
    top: 4.5%;
    left: 4%;
  }
}
@media all and (max-width: 860px) {
  .present-obj {
    top: 6.5%;
    left: 4%;
  }
}
@media all and (max-width: 768px) {
  .present-obj {
    top: 6.8%;
    left: 4%;
    width: 15%;
    transform: none;
    transform: scale(-1, 1);
  }
}
@media all and (max-width: 576px) {
  .present-obj {
    position: absolute;
    top: 8%;
    left: 6%;
    width: 15%;
    transform: none;
  }
}

.present-obj2 {
  position: absolute;
  top: 7%;
  right: 6%;
  width: 15%;
  left: auto;
  transform: none;
}
@media all and (max-width: 1200px) {
  .present-obj2 {
    top: 8%;
  }
}
@media all and (max-width: 1130px) {
  .present-obj2 {
    top: 10%;
  }
}
@media all and (max-width: 1090px) {
  .present-obj2 {
    top: 13%;
    width: 14%;
  }
}
@media all and (max-width: 1020px) {
  .present-obj2 {
    top: 15%;
    width: 13%;
  }
}
@media all and (max-width: 990px) {
  .present-obj2 {
    top: 4.5%;
    right: 4%;
  }
}
@media all and (max-width: 860px) {
  .present-obj2 {
    top: 6.5%;
    right: 4%;
  }
}
@media all and (max-width: 768px) {
  .present-obj2 {
    top: 7%;
    right: 4%;
    width: 14%;
  }
}
@media all and (max-width: 576px) {
  .present-obj2 {
    top: 8.2%;
    right: 6%;
    width: 15%;
  }
}

.present-houzai {
  width: 108%;
  margin: 0 auto;
  left: -4%;
  position: relative;
}
.present-houzai img {
  width: 100%;
  height: auto;
}

.present-text {
  font-size: clamp(1.125rem, 0.589rem + 1.714vi, 1.875rem);
  font-weight: 700;
  margin-top: -1%;
}

.present-kira-01 {
  position: absolute;
  width: 7%;
  top: 1%;
  left: 13%;
  z-index: 2;
}
.present-kira-01 img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .present-kira-01 {
    display: none;
  }
}

.present-kira-02 {
  position: absolute;
  width: 4%;
  top: 52%;
  left: 19%;
  z-index: 2;
}
.present-kira-02 img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .present-kira-02 {
    display: none;
  }
}

.present-kira-03 {
  position: absolute;
  width: 6%;
  top: -45%;
  right: 8%;
  z-index: 2;
}
.present-kira-03 img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .present-kira-03 {
    display: none;
  }
}

.present-kira-04 {
  position: absolute;
  width: 4%;
  top: 1%;
  right: 13%;
  z-index: 2;
}
.present-kira-04 img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .present-kira-04 {
    display: none;
  }
}

.present-h3 {
  font-size: 20px;
  font-weight: 700;
}

.present-list {
  font-size: clamp(0.875rem, 0.786rem + 0.286vi, 1rem);
  font-weight: 700;
  padding: 0;
  margin-top: -20px;
}
@media all and (max-width: 576px) {
  .present-list {
    margin-top: -30px;
  }
}

.present-win-text {
  font-size: clamp(1.125rem, 0.946rem + 0.571vi, 1.375rem);
  font-weight: 700;
}
.present-win-text b {
  color: #ff0062;
  font-weight: 900;
  font-size: clamp(1.438rem, 1.17rem + 0.857vi, 1.813rem);
}
.present-win-text b span {
  font-size: 35px;
}

.present-win-qr {
  position: relative;
  width: 42%;
  right: 0;
  margin-top: -10px;
  float: right;
}
.present-win-qr img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1200px) {
  .present-win-qr {
    width: 60%;
  }
}
@media all and (max-width: 768px) {
  .present-win-qr {
    width: 53%;
    margin: 0 auto;
  }
}

.present-win-catch {
  position: absolute;
  width: 59%;
  top: -38%;
  right: 43%;
  z-index: 2;
}
.present-win-catch img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1200px) {
  .present-win-catch {
    width: 59%;
    top: -18%;
    right: 56%;
  }
}
@media all and (max-width: 768px) {
  .present-win-catch {
    width: 46%;
    top: -4%;
    right: 48%;
  }
}

.present-attention {
  font-size: clamp(0.813rem, 0.679rem + 0.429vi, 1rem);
}

.present-text--image {
  font-size: 13px;
  color: #a1a1a1;
}

/*---------------------------------------
  lineup ラインナップ
--------------------------------------*/
#lineup {
  color: #4d4d4d;
}

.lineup-h1 {
  font-size: clamp(1.688rem, 0.75rem + 3vi, 3rem);
  font-weight: 900;
  color: #333;
  margin-top: 4%;
}
@media all and (max-width: 991px) {
  .lineup-h1 {
    margin-top: 7%;
  }
}

.lineup-bg-block {
  border-radius: 35px;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .lineup-bg-block {
    border-radius: 15px;
  }
}

.lineup-box {
  position: relative;
  z-index: 2;
  width: 84%;
  margin: 0 auto 2% auto;
}
@media all and (max-width: 768px) {
  .lineup-box {
    width: 92%;
  }
}

@media all and (max-width: 991px) {
  .line-box-bs {
    margin: 5% auto 6% auto !important;
  }
}
@media all and (max-width: 768px) {
  .line-box-bs {
    margin: 2% auto 6% auto !important;
  }
}
@media all and (max-width: 576px) {
  .line-box-bs {
    margin: 2% 5% 10% auto !important;
  }
}

.fuchidori--darkpink {
  text-shadow: #F4CACD 2px 0px, #F4CACD -2px 0px, #F4CACD 0px -2px, #F4CACD 0px 2px, #F4CACD 2px 2px, #F4CACD -2px 2px, #F4CACD 2px -2px, #F4CACD -2px -2px, #F4CACD 1px 2px, #F4CACD -1px 2px, #F4CACD 1px -2px, #F4CACD -1px -2px, #F4CACD 2px 1px, #F4CACD -2px 1px, #F4CACD 2px -1px, #F4CACD -2px -1px;
}

.fuchidori--lightpink {
  text-shadow: #FCD6D0 2px 0px, #FCD6D0 -2px 0px, #FCD6D0 0px -2px, #FCD6D0 0px 2px, #FCD6D0 2px 2px, #FCD6D0 -2px 2px, #FCD6D0 2px -2px, #FCD6D0 -2px -2px, #FCD6D0 1px 2px, #FCD6D0 -1px 2px, #FCD6D0 1px -2px, #FCD6D0 -1px -2px, #FCD6D0 2px 1px, #FCD6D0 -2px 1px, #FCD6D0 2px -1px, #FCD6D0 -2px -1px;
}

.fuchidori--yellow {
  text-shadow: #fff76b 2px 0px, #fff76b -2px 0px, #fff76b 0px -2px, #fff76b 0px 2px, #fff76b 2px 2px, #fff76b -2px 2px, #fff76b 2px -2px, #fff76b -2px -2px, #fff76b 1px 2px, #fff76b -1px 2px, #fff76b 1px -2px, #fff76b -1px -2px, #fff76b 2px 1px, #fff76b -2px 1px, #fff76b 2px -1px, #fff76b -2px -1px;
}

.fuchidori--blue {
  text-shadow: #07294a 2px 0px, #07294a -2px 0px, #07294a 0px -2px, #07294a 0px 2px, #07294a 2px 2px, #07294a -2px 2px, #07294a 2px -2px, #07294a -2px -2px, #07294a 1px 2px, #07294a -1px 2px, #07294a 1px -2px, #07294a -1px -2px, #07294a 2px 1px, #07294a -2px 1px, #07294a 2px -1px, #07294a -2px -1px;
}

.fuchidori--green {
  text-shadow: #173220 2px 0px, #173220 -2px 0px, #173220 0px -2px, #173220 0px 2px, #173220 2px 2px, #173220 -2px 2px, #173220 2px -2px, #173220 -2px -2px, #173220 1px 2px, #173220 -1px 2px, #173220 1px -2px, #173220 -1px -2px, #173220 2px 1px, #173220 -2px 1px, #173220 2px -1px, #173220 -2px -1px;
}

.lineup-box-img {
  position: relative;
  z-index: 2;
  width: 73%;
  margin: 0 0 0 auto;
  padding-top: 3%;
}
.lineup-box-img img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .lineup-box-img {
    width: 85%;
  }
}

.lineup-houzai {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 34%;
  filter: drop-shadow(#000 1px 0 3px);
}
.lineup-houzai img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .lineup-houzai {
    width: 38%;
  }
}

.lineup-houzai-big {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 38%;
  filter: drop-shadow(#000 1px 0 3px);
}
.lineup-houzai-big img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .lineup-houzai-big {
    width: 44%;
  }
}

.lineup-houzai-long {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 23%;
  filter: drop-shadow(#bfbfbf 1px 0 4px);
  margin: 0 0 0 11%;
}
.lineup-houzai-long img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .lineup-houzai-long {
    width: 25%;
    top: 3%;
    left: -6%;
  }
}

.lineup-houzai-kettle {
  position: absolute;
  top: 32%;
  left: -5%;
  z-index: 3;
  width: 47%;
  filter: drop-shadow(#000 1px 0 3px);
}
.lineup-houzai-kettle img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .lineup-houzai-kettle {
    width: 52%;
    left: -4%;
  }
}

.lineup-houzai-dripper {
  position: absolute;
  top: 25%;
  left: 0;
  z-index: 3;
  width: 44%;
  filter: drop-shadow(#000 1px 0 3px);
}
.lineup-houzai-dripper img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .lineup-houzai-dripper {
    width: 52%;
    left: -4%;
  }
}

.lineup-houzai-bath {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 29%;
  filter: drop-shadow(#bbb 1px 0 3px);
}
.lineup-houzai-bath img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .lineup-houzai-bath {
    width: 38%;
  }
}

.item-category-name {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 3px 10px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  margin: 3px 0 0;
}
@media all and (min-width: 1010px) and (max-width: 1062px) {
  .item-category-name {
    white-space: nowrap;
  }
}
@media all and (max-width: 768px) {
  .item-category-name {
    font-size: 14px;
  }
}

@media all and (min-width: 1010px) and (max-width: 1062px) {
  .item-category-name-sg {
    margin-bottom: 40px;
  }
}

.item-category-name-sg-2 {
  margin-bottom: 35px;
}
@media all and (min-width: 1010px) and (max-width: 1062px) {
  .item-category-name-sg-2 {
    margin-bottom: 70px;
  }
}
@media all and (max-width: 991px) {
  .item-category-name-sg-2 {
    margin-bottom: 0;
  }
}

.text-decaffe {
  color: #40220F;
}

.lineup-name-area {
  margin: 25px;
  font-family: "Noto Serif JP", serif;
}
@media all and (max-width: 1200px) {
  .lineup-name-area {
    margin: 20px 21px;
  }
}
@media all and (max-width: 768px) {
  .lineup-name-area {
    margin: 10px;
  }
}
@media all and (min-width: 1126px) {
  .lineup-name-area .br-clg-name {
    display: none;
  }
}
@media all and (max-width: 1125px) {
  .lineup-name-area .br-clg-name {
    display: block;
  }
}
@media all and (max-width: 991px) {
  .lineup-name-area .br-clg-name {
    display: none;
  }
}
@media all and (max-width: 406px) {
  .lineup-name-area .br-clg-name {
    display: block;
  }
}
@media all and (min-width: 1181px) {
  .lineup-name-area .br-cfl {
    display: none;
  }
}
@media all and (max-width: 1180px) {
  .lineup-name-area .br-cfl {
    display: block;
  }
}
@media all and (max-width: 990px) {
  .lineup-name-area .br-cfl {
    display: none;
  }
}

.lineup-name {
  font-weight: bold;
  position: relative;
  z-index: 4;
  margin: 1% 0 0 0;
  line-height: 1;
}
@media all and (max-width: 991px) {
  .lineup-name {
    min-height: 0;
  }
}

@media all and (min-width: 1010px) and (max-width: 1062px) {
  .lineup-name-tb {
    min-height: 56px;
  }
}

.lineup-text--image {
  position: absolute;
  top: 8%;
  right: 1%;
  z-index: 3;
}

.lineup-text--image-bs {
  position: absolute;
  top: inherit;
  bottom: -6px;
  right: 1%;
  z-index: 3;
}

.lineup-english {
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(2.188rem, 1.346rem + 2.692vi, 4.375rem);
  color: #dacfb2;
  transform: rotate(9deg);
  position: absolute;
  top: 6%;
  right: 2%;
  line-height: 0.7;
  text-align: right;
}
@media all and (max-width: 768px) {
  .lineup-english {
    top: 3%;
  }
}

.lineup-english--two {
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(2.188rem, 1.346rem + 2.692vi, 4.375rem);
  color: #dacfb2;
  transform: rotate(9deg);
  position: absolute;
  top: 4%;
  right: 3%;
  line-height: 0.7;
  text-align: right;
}

.lineup-english--long {
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(2.563rem, 1.268rem + 4.143vi, 4.375rem);
  color: #dacfb2;
  transform: rotate(9deg);
  position: absolute;
  top: 6%;
  right: 2%;
  line-height: 0.7;
  text-align: right;
}
@media all and (max-width: 768px) {
  .lineup-english--long {
    top: 3%;
  }
}

/* ボタン共通設定 */
.btn-white {
  /*矢印の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  background: #fff;
  color: #333;
  padding: 10px 70px 10px 70px;
  border-radius: 10px;
  text-align: center;
  outline: none;
  font-size: clamp(1.125rem, 0.981rem + 0.462vi, 1.5rem);
  font-weight: 500;
  box-shadow: #666666 1px 0 10px;
  border: 3px solid #fff;
  /*アニメーションの指定*/
  transition: ease 0.2s;
}

.btn-white:hover {
  border: 3px solid #ff0062;
  transition: all 0.3s ease;
  color: #ff0062;
}

.c-btn {
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  box-shadow: #666666 1px 0 10px;
}

.c-btn {
  background: #ff0062;
  border-radius: 10px;
  font-size: clamp(1.125rem, 0.981rem + 0.462vi, 1.5rem);
  color: #fff;
  display: block;
  font-weight: bold;
  max-width: 300px;
  padding: 15px 40px;
  text-align: center;
  text-decoration: none;
}
.c-btn i {
  font-size: 19px;
}

.c-btn.circle {
  background: #fff;
  color: #333333;
  overflow: hidden;
  position: relative;
  transition-duration: 0.4s;
  z-index: 2;
}

.c-btn.circle::after {
  background: #11D1D1;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.5s, transform 0s;
  transition-delay: 0s, 0.4s;
}

.c-btn.circle:hover {
  color: #fff;
}

.c-btn.circle:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
}

/* 矢印が右に移動 */
.btnarrow::after {
  content: "";
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 42%;
  right: 20px;
  /*矢印の形状*/
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  /*アニメーションの指定*/
  transition: all 0.3s;
  z-index: 3;
}

/*hoverした際の移動*/
.btnarrow:hover::after {
  right: 11px;
  border-top: 2px solid #11D1D1;
  border-right: 2px solid #11D1D1;
}

.lineup-text {
  margin: 0 auto;
  width: 92%;
  position: relative;
  z-index: 2;
}
.lineup-text p {
  font-size: 20px;
  font-weight: 500;
}
.lineup-text small {
  font-size: 14px;
  font-weight: normal;
}
@media all and (max-width: 1400px) {
  .lineup-text p {
    font-size: 17px;
  }
}
@media all and (max-width: 768px) {
  .lineup-text p {
    font-size: 14px;
  }
  .lineup-text small {
    font-size: 13px;
  }
}

.lineup-bg-half--costarica::before {
  content: "";
  width: 100%;
  height: 50%;
  background: url(images_2502/lineup-bg-half-bs--costarica-2502.jpg) no-repeat center center;
  background-position: top center;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-radius: 0 0 35px 35px;
}
@media all and (max-width: 768px) {
  .lineup-bg-half--costarica::before {
    border-radius: 0 0 15px 15px;
    height: 57%;
  }
}

.lineup-bg-half--chai::before {
  content: "";
  width: 100%;
  height: 50%;
  background: url(images_2502/lineup-bg-half-bs--chai-2502.jpg) no-repeat center center;
  background-position: top center;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-radius: 0 0 35px 35px;
}
@media all and (max-width: 768px) {
  .lineup-bg-half--chai::before {
    border-radius: 0 0 15px 15px;
    height: 57%;
  }
}

.lineup-bg-half--collagen::before {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #FCD6D0;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-radius: 0 0 35px 35px;
}
@media all and (max-width: 768px) {
  .lineup-bg-half--collagen::before {
    border-radius: 0 0 15px 15px;
  }
}

.lineup-icon-collagen {
  position: absolute;
  z-index: 3;
  width: 37%;
  top: -5%;
  left: 35%;
}
.lineup-icon-collagen img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .lineup-icon-collagen {
    width: 35%;
    top: -1%;
    left: 37%;
  }
}

.lineup-name .br-clg {
  display: none;
}
@media all and (max-width: 1120px) {
  .lineup-name .br-clg {
    display: block;
  }
}
@media all and (max-width: 990px) {
  .lineup-name .br-clg {
    display: none;
  }
}
@media all and (max-width: 409px) {
  .lineup-name .br-clg {
    display: block;
  }
}

.lineup-bg-half {
  max-width: 1100px;
  margin: 10px auto 10px auto;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #FFF;
  border-radius: 35px;
  overflow: hidden;
  box-shadow: #8d8d8d 1px 0 10px;
}
@media all and (max-width: 768px) {
  .lineup-bg-half {
    border-radius: 15px;
  }
}

.lineup-bg-half--aoume::before {
  content: "";
  width: 100%;
  height: 50%;
  background: url(images/lineup-bg-half--aoume.jpg) no-repeat center center;
  background-position: top center;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-radius: 0 0 35px 35px;
}
@media all and (max-width: 768px) {
  .lineup-bg-half--aoume::before {
    border-radius: 0 0 15px 15px;
    height: 57%;
  }
}

.lineup-bg-half-bs-aoume::before {
  content: "";
  width: 100%;
  height: 50%;
  background: url(images_2502/lineup-bg-half-bs--aoume-2502.jpg) no-repeat center center;
  background-position: top center;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-radius: 0 0 35px 35px;
}
@media all and (max-width: 768px) {
  .lineup-bg-half-bs-aoume::before {
    border-radius: 0 0 15px 15px;
    height: 57%;
  }
}

.lineup-icon-vitaminc {
  position: absolute;
  z-index: 3;
  width: 22%;
  top: 74%;
  left: 32%;
}
.lineup-icon-vitaminc img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .lineup-icon-vitaminc {
    width: 29%;
    top: 78%;
    left: 34%;
  }
}

.lineup-bg--aoume {
  position: absolute;
  top: 24%;
  right: -15%;
  width: 123%;
  z-index: 1;
}
.lineup-bg--aoume img {
  width: 100%;
  height: auto;
}

.lineup-bg-half--blmn::before {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #07294a;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-radius: 0 0 35px 35px;
}
@media all and (max-width: 768px) {
  .lineup-bg-half--blmn::before {
    border-radius: 0 0 15px 15px;
  }
}

.lineup-icon-15g {
  position: absolute;
  z-index: 3;
  width: 15%;
  top: 45%;
  left: 34%;
}
.lineup-icon-15g img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .lineup-icon-15g {
    width: 18%;
    top: 43%;
    left: 38%;
  }
}

.lineup-icon-decaffe {
  position: absolute;
  z-index: 3;
  width: 15%;
  top: 58%;
  left: 35%;
}
.lineup-icon-decaffe img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .lineup-icon-decaffe {
    width: 18%;
    top: 73%;
    left: 40%;
  }
}

.lineup-bg--mame {
  position: absolute;
  bottom: -8%;
  right: -17%;
  width: 40%;
}
.lineup-bg--mame img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .lineup-bg--mame {
    bottom: -6%;
    right: -20%;
    width: 71%;
  }
}

.lineup-bg-half--mand::before {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #173220;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-radius: 0 0 35px 35px;
}
@media all and (max-width: 768px) {
  .lineup-bg-half--mand::before {
    border-radius: 0 0 15px 15px;
  }
}

.lineup-bg-half--cfl::before {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #F4CACD;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-radius: 0 0 35px 35px;
}
@media all and (max-width: 768px) {
  .lineup-bg-half--cfl::before {
    border-radius: 0 0 15px 15px;
  }
}

.lineup-bg-half--gul::before {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #fff76b;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-radius: 0 0 35px 35px;
}
@media all and (max-width: 768px) {
  .lineup-bg-half--gul::before {
    border-radius: 0 0 15px 15px;
  }
}

.lineup-icon-gul {
  position: absolute;
  z-index: 3;
  width: 45%;
  top: -5%;
  left: 35%;
}
.lineup-icon-gul img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .lineup-icon-gul {
    width: 35%;
    top: -1%;
    left: 37%;
  }
}

.lineup-icon-kinousei {
  background-color: #FFF;
  border: 2px solid #dbdbdb;
  padding: 4px 2px;
  font-size: clamp(0.813rem, 0.589rem + 0.714vi, 1.125rem);
  position: relative;
  z-index: 4;
  width: 70%;
  margin: 4% auto 0;
  text-align: center;
}
@media all and (max-width: 991px) {
  .lineup-icon-kinousei {
    border-width: 2px;
    z-index: 4;
    width: 98%;
    padding: 2px 2px;
  }
}

.lineup-bg-half--kichuri::before {
  content: "";
  width: 100%;
  height: 50%;
  background: url(/okayu/images/bg-kichuri.gif);
  background-repeat: repeat;
  background-color: #ed6d00;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-radius: 0 0 35px 35px;
  border-top: 35px solid #007e5c;
}
@media all and (max-width: 991px) {
  .lineup-bg-half--kichuri::before {
    border-top: 15px solid #007e5c;
  }
}
@media all and (max-width: 768px) {
  .lineup-bg-half--kichuri::before {
    border-radius: 0 0 15px 15px;
    height: 57%;
  }
}

.lineup-bg--hiyoko {
  position: absolute;
  top: 54%;
  left: 1%;
  width: 11%;
  z-index: 5;
}
.lineup-bg--hiyoko img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1200px) {
  .lineup-bg--hiyoko {
    top: 50%;
  }
}
@media all and (max-width: 991px) {
  .lineup-bg--hiyoko {
    display: none;
  }
}

.lineup-bg--mochimugi {
  position: absolute;
  top: 41%;
  right: -13%;
  width: 25%;
  z-index: 2;
}
.lineup-bg--mochimugi img {
  width: 100%;
  height: auto;
}

.lineup-icon-sild {
  position: absolute;
  z-index: 3;
  width: 23%;
  top: 76%;
  left: 37%;
}
.lineup-icon-sild img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .lineup-icon-sild {
    width: 27%;
    top: 81%;
    left: 42%;
  }
}

.lineup-bg-half--sol::before {
  content: "";
  width: 100%;
  height: 50%;
  background: url(/okayu/images/bg-seolleongtang.gif);
  background-repeat: repeat;
  background-color: #ed6d00;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-radius: 0 0 35px 35px;
  border-top: 35px solid #1c50a1;
}
@media all and (max-width: 991px) {
  .lineup-bg-half--sol::before {
    border-top: 15px solid #1c50a1;
  }
}
@media all and (max-width: 768px) {
  .lineup-bg-half--sol::before {
    border-radius: 0 0 15px 15px;
    border-top: 15px solid #1c50a1;
    height: 57%;
  }
}

.lineup-bg--garlic {
  position: absolute;
  top: 45%;
  left: 1%;
  width: 16%;
  z-index: 2;
}
.lineup-bg--garlic img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 991px) {
  .lineup-bg--garlic {
    display: none;
  }
}

.lineup-bg-half--freentea::before {
  content: "";
  width: 100%;
  height: 50%;
  background: url(images/lineup-bg-half--greentea@2x-80.jpg) no-repeat center center;
  background-position: top center;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-radius: 0 0 35px 35px;
}
@media all and (max-width: 768px) {
  .lineup-bg-half--freentea::before {
    border-radius: 0 0 15px 15px;
  }
}

.lineup-bg--leaf01 {
  position: absolute;
  z-index: 3;
  width: 41%;
  top: 8%;
  left: -6%;
}
.lineup-bg--leaf01 img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .lineup-bg--leaf01 {
    width: 44%;
    top: 4%;
    left: -12%;
  }
}

.lineup-bg--leaf02 {
  position: absolute;
  z-index: 3;
  width: 20%;
  top: 51%;
  right: -8%;
}
.lineup-bg--leaf02 img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .lineup-bg--leaf02 {
    width: 23%;
    top: 50%;
  }
}

.lineup-bg--leaf03 {
  position: absolute;
  z-index: 3;
  width: 16%;
  top: 40%;
  left: -17%;
}
.lineup-bg--leaf03 img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .lineup-bg--leaf03 {
    width: 17%;
    top: 53%;
    left: -13%;
  }
}

.lineup-bg-half--goods::before {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #311d00;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-radius: 0 0 35px 35px;
}
@media all and (max-width: 768px) {
  .lineup-bg-half--goods::before {
    border-radius: 0 0 15px 15px;
  }
}

.lineup-bg-half--bath::before {
  content: "";
  width: 100%;
  height: 50%;
  background: url(images/lineup-bg-half--bath@2x-80.jpg) no-repeat center center;
  background-position: top center;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-radius: 0 0 35px 35px;
}
@media all and (max-width: 768px) {
  .lineup-bg-half--bath::before {
    border-radius: 0 0 15px 15px;
  }
}

.lineup-icon-bath {
  position: absolute;
  top: 92%;
  left: 30%;
  z-index: 4;
  font-size: clamp(0.813rem, 0.545rem + 0.857vi, 1.188rem);
}
@media all and (max-width: 1400px) {
  .lineup-icon-bath {
    top: 90%;
  }
}
@media all and (max-width: 768px) {
  .lineup-icon-bath {
    top: 88%;
    left: 40%;
    z-index: 4;
  }
}
@media all and (max-width: 375px) {
  .lineup-icon-bath {
    top: 79%;
    background-color: rgba(255, 255, 255, 0.5);
  }
}

/*---------------------------------------
  スライダー
--------------------------------------*/
.slider {
  display: none;
}

/* ページ読み込み時に、一瞬縦並びになるのを防止 */
/* slick-initializedが付与されたら表示 */
.slider.slick-initialized {
  display: block;
}

/* 中央のスライド */
.slider .slick-center {
  opacity: 1;
  transform: scale(1);
}

/* 中央以外のスライド */
.slick-img {
  height: auto;
  opacity: 0.3;
  transform: scale(0.8);
  transition: opacity 0.5s, transform 0.5s;
}

#lineup .slick-dots li button::before {
  font-size: 11px;
  opacity: 1;
  color: #9E9E9E;
}
#lineup .slick-dots li.slick-active button::before {
  opacity: 0.75;
  color: #11D1D1;
}
@media all and (max-width: 768px) {
  #lineup .slick-dots li {
    margin: 0;
  }
}

/*---------------------------------------
    概要
--------------------------------------*/
.attention-area {
  font-size: 1rem;
  line-height: 1.4;
  padding: 4% 5% 0 5%;
  color: #4d4d4d;
}
.attention-area h1 {
  font-size: 26px;
  font-weight: 800;
}
.attention-area h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.attention-area h3 {
  font-size: 18px;
}
.attention-area ul {
  padding-left: 3.5%;
}
.attention-area p {
  font-size: 16px;
}
@media all and (max-width: 767px) {
  .attention-area ul {
    padding-left: 9%;
  }
  .attention-area h1 {
    font-size: 22px;
  }
  .attention-area h2 {
    font-size: 17px;
  }
  .attention-area h3 {
    font-size: 17px;
  }
  .attention-area p, .attention-area li {
    font-size: 14px;
  }
}

/*--------------------------------------------------
 SNS
-------------------------------------------------*/
.sns-area {
  max-width: 750px;
  margin: 0 auto;
}
.sns-area ul {
  list-style: none;
  margin: 0;
  padding: 0 1rem;
}
.sns-area li {
  margin: 0;
  padding: 0;
  float: left;
  width: 25%;
  border-right: 1px solid #d7ba9a;
}
.sns-area li:last-child {
  border: none;
}
.sns-area img {
  max-width: 60px;
  height: auto;
}
@media all and (max-width: 576px) {
  .sns-area p {
    font-size: 0.8rem;
  }
  .sns-area img {
    max-width: 40px;
  }
}

@media all and (max-width: 576px) {
  .my-sp-20 {
    margin-top: -20px !important;
    margin-bottom: -20px;
  }
}

/* --------------------------------------------------
pagetop
-------------------------------------------------*/
.pagetop {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 0.5rem;
  bottom: 0.5rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(128, 128, 128, 0.5);
  color: #fff;
  transition: 0.3s;
  opacity: 0;
  z-index: 20;
}

/***************************************************
 * Generated by SVG Artista on 8/21/2024, 3:20:55 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 2712.8891601563px;
    stroke-dasharray: 2712.8891601563px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2712.8891601563px;
  }
}
@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-1 {
  animation: animate-svg-stroke-1 1.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

.target {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translateY(-0.5%);
  }
  100% {
    transform: translateY(0.5%);
  }
}

.balloon-animation {
  animation: b-floating-y 3s ease-in-out infinite alternate-reverse;
}
@keyframes b-floating-y {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}/*# sourceMappingURL=style.css.map */