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

/* 画像 hover:半透明 ＿＿＿＿＿＿＿＿＿＿＿*/
.tra:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: all 0.3s ease;
}

/*--------------------------------------------------
　分岐　サンプル
-------------------------------------------------*/
/*--------------------------------------------------
 変数
-------------------------------------------------*/
/*--------------------------------------------------
 *共通設定*
-------------------------------------------------*/
#wrapper {
  color: #333333;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.2;
  width: 100%;
}

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

.content-1120 {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .content-1120 {
    padding: 0 0.8rem;
  }
}

.font-w800 {
  font-weight: 800;
}

.bg-yellow {
  background-color: #ffdf00;
}

.bg-red {
  background-color: #e74c3c;
}

.bg-orange {
  background-color: #f39c12;
}

.bg-dark {
  background-color: #333;
}

.color-red {
  color: #ff0000;
}

.color-red-light {
  color: #e74c3c;
}

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

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

.border-4 {
  border-width: 4px !important;
}
@media all and (max-width: 767px) {
  .border-4 {
    border-width: 3px !important;
  }
}

.border-8 {
  border-width: 8px !important;
}
@media all and (max-width: 767px) {
  .border-8 {
    border-width: 6px !important;
  }
}

.border-red {
  border-color: #e74c3c !important;
}

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

.rounded-5 {
  border-radius: 5px;
}

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

/*=============================================>>>>>
= 背景 =
===============================================>>>>>*/
.bg-world {
  position: absolute;
  mix-blend-mode: multiply;
  top: 100px;
  right: -100px;
  z-index: 1;
}

.bg-world-lineup {
  position: absolute;
  mix-blend-mode: multiply;
  bottom: -70px;
  right: -100px;
  z-index: 1;
}

.bg-mainvisual--yellow {
  background: linear-gradient(180deg, #FFF 0%, #FFF 70%, #ffdf00 0%, #ffdf00 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.bg-wall {
  background-image: url(images/bg-wall-50.jpg);
  background-repeat: repeat;
}

.bg-pattern--india {
  background-image: url(images/bg-pattern--india.gif);
  background-repeat: repeat;
}

.bg-seolleongtang {
  background: url(images/bg-seolleongtang.gif);
  background-repeat: repeat;
  background-color: #ff0000;
  position: relative;
  z-index: 2;
}

.bg-kichuri {
  background: url(images/bg-kichuri.gif);
  background-repeat: repeat;
  background-color: #ed6d00;
}

.bg-paper {
  background-image: url(images/bg-paper-50.jpg);
  background-repeat: repeat;
}

.bg-gradient-red {
  background-image: linear-gradient(90deg, rgb(255, 136, 0), rgb(255, 80, 13) 65%, rgb(255, 22, 26));
  border-radius: 20px;
}
@media all and (max-width: 767px) {
  .bg-gradient-red {
    border-radius: 10px;
  }
}

/*= End of 背景 =*/
/*=============================================<<<<<*/
/*=============================================>>>>>
= ライン =
===============================================>>>>>*/
.line-seolleongtang {
  background: url(images/line-seolleongtang.gif);
  background-repeat: repeat-x;
  height: 34px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 767px) {
  .line-seolleongtang {
    height: 22px;
  }
}

.line-kichuri {
  background-color: #007e5c;
  height: 34px;
}
@media all and (max-width: 767px) {
  .line-kichuri {
    height: 22px;
  }
}

.line-kichuri--elephant {
  background: url(images/line-kichuri--elephant.png);
  background-repeat: repeat-x;
  height: 52px;
}

/*=============================================>>>>>
= ファーストビュー =
===============================================>>>>>*/
.mainvisual-area {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
.logo_sekainookayu {
  position: absolute;
  top: 0;
  left: 18px;
  z-index: 10;
}
@media all and (max-width: 1200px) {
  .logo_sekainookayu {
    width: 29%;
    left: 3%;
  }
  .logo_sekainookayu img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 991px) {
  .logo_sekainookayu {
    width: 35%;
  }
}

.mainvisual-title--name {
  position: absolute;
  top: 421px;
  left: 202px;
  z-index: 10;
}
@media all and (max-width: 1200px) {
  .mainvisual-title--name {
    width: 43%;
    top: 82%;
    left: 18%;
  }
  .mainvisual-title--name img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 991px) {
  .mainvisual-title--name {
    width: 57%;
    top: 83%;
    left: 25%;
  }
}

.mainvisual-img--houzai {
  position: absolute;
  top: 336px;
  left: 50px;
  z-index: 11;
  width: 218px;
}
.mainvisual-img--houzai img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1200px) {
  .mainvisual-img--houzai {
    width: 18%;
    top: 66%;
    left: 4%;
  }
}
@media all and (max-width: 991px) {
  .mainvisual-img--houzai {
    width: 28%;
    top: 62%;
  }
}

.mainvisual-text--eng {
  position: absolute;
  top: 340px;
  right: 0;
  z-index: 10;
}
.mainvisual-text--eng img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1200px) {
  .mainvisual-text--eng {
    width: 37%;
    top: 65%;
  }
}
@media all and (max-width: 991px) {
  .mainvisual-text--eng {
    width: 44%;
    top: 56%;
  }
}

.mainvisual-img--khichdi {
  position: relative;
  z-index: 1;
}

.mainvisual-icon--new {
  position: absolute;
  top: 320px;
  left: 280px;
  z-index: 11;
}
@media all and (max-width: 1200px) {
  .mainvisual-icon--new {
    width: 15%;
    top: 64%;
    left: 24%;
  }
  .mainvisual-icon--new img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 991px) {
  .mainvisual-icon--new {
    width: 23%;
    top: 62%;
    left: 32%;
  }
}

.logo_sekainookayu2 {
  position: absolute;
  top: 0;
  left: 18px;
  z-index: 10;
}
@media all and (max-width: 1200px) {
  .logo_sekainookayu2 {
    width: 25%;
    left: 2%;
  }
  .logo_sekainookayu2 img {
    width: 100%;
    height: auto;
  }
}

.mainvisual-text--eng2 {
  position: absolute;
  top: 335px;
  left: 240px;
  z-index: 10;
}
.mainvisual-text--eng2 img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1200px) {
  .mainvisual-text--eng2 {
    width: 37%;
    top: 65%;
  }
}
@media all and (max-width: 991px) {
  .mainvisual-text--eng2 {
    width: 44%;
    top: 56%;
  }
}
@media all and (max-width: 768px) {
  .mainvisual-text--eng2 {
    width: 54%;
    top: 64%;
    left: 0%;
  }
}

/*= End of ファーストビュー =*/
/*=============================================<<<<<*/
/*=============================================>>>>>
= ページ内リンク =
===============================================>>>>>*/
.navigation ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.navigation li {
  margin-right: 15px;
  position: relative;
  display: inline-block;
  transition: 0.5s;
  border-radius: 5px;
}
.navigation li:hover {
  transform: translateY(5px);
}
.navigation li:last-child {
  margin-right: 0;
}
@media all and (max-width: 768px) {
  .navigation li:after {
    border-right: 5px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 5px solid transparent;
    bottom: 4px;
  }
}

/*= End of ページ内リンク =*/
/*=============================================<<<<<*/
/*=============================================>>>>>
= 製品 =
===============================================>>>>>*/
.bg-white-area {
  background: #FFF;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .bg-white-area {
    border-radius: 10px;
  }
}

.ribbon {
  position: relative;
  display: inline-block;
  font-size: 35px;
  font-weight: 700;
  background-color: #e74c3c;
  color: #FFF;
  line-height: 3.5rem;
  text-align: center;
  padding: 0 25px 0 15px;
}
.ribbon:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  border-top: 0.8em solid #e74c3c;
  border-bottom: 0.8em solid #e74c3c;
  border-right: 0.8em solid transparent;
  border-left: 0.8em solid transparent;
}
@media all and (max-width: 991px) {
  .ribbon {
    font-size: 26px;
    line-height: 3rem;
  }
  .ribbon:before {
    border-top: 0.95em solid #e74c3c;
    border-bottom: 0.95em solid #e74c3c;
    border-right: 0.95em solid transparent;
    border-left: 0.95em solid transparent;
  }
}

.ribbon:before {
  right: -0.8em;
}
@media all and (max-width: 991px) {
  .ribbon:before {
    right: -0.95em;
  }
}

@media all and (max-width: 991px) {
  .item-img {
    width: 70%;
  }
}

.ribbon-yellow {
  color: #333333 !important;
  background-color: #ffdf00 !important;
}
.ribbon-yellow:before {
  border-top: 0.8em solid #ffdf00;
  border-bottom: 0.8em solid #ffdf00;
}
@media all and (max-width: 991px) {
  .ribbon-yellow:before {
    border-top: 0.95em solid #ffdf00 !important;
    border-bottom: 0.95em solid #ffdf00 !important;
  }
}

.item-name {
  font-size: 47px;
  font-weight: 800;
  line-height: 1;
}
.item-name small {
  font-weight: 800;
}
@media all and (max-width: 991px) {
  .item-name {
    font-size: 2.8rem;
  }
}
@media all and (max-width: 768px) {
  .item-name {
    font-size: 2.8rem;
  }
}
@media all and (max-width: 576px) {
  .item-name {
    font-size: 1.8rem;
  }
}

.item-name--min {
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
}
.item-name--min small {
  font-weight: 800;
}
@media all and (max-width: 991px) {
  .item-name--min {
    font-size: 25px;
  }
}

.item-name--small {
  font-size: 24px;
  font-weight: 800;
}
@media all and (max-width: 991px) {
  .item-name--small {
    font-size: 18px;
    transform: rotate(0.03deg);
  }
}

.item-description {
  font-size: 25px;
  font-weight: 700;
  color: #FFF;
}
@media all and (max-width: 768px) {
  .item-description {
    font-size: 1.1rem;
  }
}

.item-quantity {
  font-size: 37px;
  font-weight: 800;
  line-height: 1.1;
}
.item-quantity small {
  font-weight: 800;
}
@media all and (max-width: 768px) {
  .item-quantity {
    font-size: 28px;
  }
}
@media all and (max-width: 320px) {
  .item-quantity {
    font-size: 1.2rem;
  }
}

.price {
  font-family: "Oxygen", sans-serif;
  letter-spacing: -0.1rem;
  font-size: 65px;
  font-weight: 800;
  padding: 0 0.08em 0 0.5rem;
  line-height: 1 !important;
}
.price--special {
  font-size: 2rem;
  font-weight: 800;
}
.price--unit {
  font-size: 2.3rem;
  font-weight: 700;
}
@media all and (max-width: 1200px) {
  .price {
    font-size: 3.3rem;
  }
  .price--special {
    font-size: 1.5rem;
  }
  .price--unit {
    font-size: 2rem;
  }
}
@media all and (max-width: 768px) {
  .price--special {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 576px) {
  .price {
    font-size: 3rem;
  }
  .price--special {
    font-size: 1.4rem;
  }
  .price--unit {
    font-size: 1.5rem;
  }
}

.btn-cart {
  width: 80%;
  font-size: 28px;
  font-weight: 500;
  padding: 1rem;
  color: #fff !important;
  background-color: #0cbb3b;
}
.btn-cart:hover {
  background-color: #098b2c;
}
@media screen and (max-width: 576px) {
  .btn-cart {
    font-size: 1.2rem;
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .btn-cart {
    font-size: 1rem;
  }
}

.btn-cart-green {
  width: 80%;
  font-size: 28px;
  font-weight: 500;
  padding: 1rem;
  color: #fff !important;
  background-color: #0c9f22;
}
.btn-cart-green:hover {
  background-color: #087018;
}
@media screen and (max-width: 576px) {
  .btn-cart-green {
    font-size: 1.2rem;
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .btn-cart-green {
    font-size: 1rem;
  }
}

/*矢印ボタン_____________*/
.arrow_btn {
  color: #fff;
  position: relative;
  transition: 0.5s;
}

.arrow_btn::after {
  transition: 0.3s;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transform: rotate(45deg);
}

.arrow_btn:hover::after {
  right: 12px;
}

.icon-new {
  font-size: 22px;
  font-weight: 700;
  padding: 5px 10px;
  color: #FFF;
  background-color: #ff1900;
  border-radius: 5px;
}
@media all and (max-width: 991px) {
  .icon-new {
    font-size: 18px;
    padding: 3px 5px;
  }
}

.item-category {
  font-size: 30px;
  font-weight: 800;
}
@media all and (max-width: 768px) {
  .item-category {
    font-size: 25px;
  }
}

.product-item-name {
  position: relative;
  font-size: 51px;
  font-weight: 800;
  line-height: 1;
  z-index: 1;
}
.product-item-name small {
  font-weight: 800;
}
@media all and (max-width: 991px) {
  .product-item-name {
    font-size: 2.8rem;
  }
}
@media all and (max-width: 768px) {
  .product-item-name {
    font-size: 2.8rem;
  }
}
@media all and (max-width: 576px) {
  .product-item-name {
    font-size: 1.8rem;
  }
}

.item-trial-icon-new--red {
  position: absolute;
  top: -62px;
  left: -40px;
  z-index: 3;
}
@media all and (max-width: 1200px) {
  .item-trial-icon-new--red {
    width: 16%;
    left: 0;
  }
  .item-trial-icon-new--red img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .item-trial-icon-new--red {
    width: 27%;
    top: -3%;
  }
}

.item-trial-h1 {
  margin-left: 0px;
}
@media all and (max-width: 1200px) {
  .item-trial-h1 {
    margin-left: 0;
    text-align: center;
  }
}
@media all and (max-width: 991px) {
  .item-trial-h1 {
    margin-top: 0.5rem !important;
  }
}
@media all and (max-width: 768px) {
  .item-trial-h1 {
    margin-left: auto;
    margin-right: auto !important;
    width: 63%;
  }
  .item-trial-h1 img {
    width: 80%;
    height: auto;
  }
}
@media all and (max-width: 540px) {
  .item-trial-h1 {
    margin-top: 0.2rem !important;
  }
  .item-trial-h1 img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 375px) {
  .item-trial-h1 {
    margin-top: -0.2rem !important;
  }
}

.set-detail-h3 {
  font-size: 16px;
  line-height: 1.1;
  background-color: #FFF;
  padding: 0 10px;
  position: absolute;
  top: -7px;
  left: 20px;
}
@media all and (max-width: 768px) {
  .set-detail-h3 {
    font-size: 18px;
    left: 15px;
  }
}

.item-decoration01 {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media all and (max-width: 1200px) {
  .item-decoration01 {
    right: 2%;
  }
}

.item-decoration02 {
  position: absolute;
  top: 0px;
  right: 10px;
}
@media all and (max-width: 1200px) {
  .item-decoration02 {
    width: 22%;
  }
  .item-decoration02 img {
    width: 100%;
    height: auto;
  }
}

.item-decoration03 {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 0;
}
@media all and (max-width: 768px) {
  .item-decoration03 {
    display: none;
  }
}

.item-decoration04 {
  position: absolute;
  top: -1px;
  right: 20px;
}
@media all and (max-width: 992px) {
  .item-decoration04 {
    display: none;
  }
}

.item-decoration05 {
  position: absolute;
  top: 0;
  right: 20px;
  width: 22%;
}
.item-decoration05 img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 992px) {
  .item-decoration05 {
    display: none;
  }
}

.item-decoration06 {
  position: absolute;
  bottom: 10px;
  left: 20px;
}
@media all and (max-width: 992px) {
  .item-decoration06 {
    display: none;
  }
}

.item-decoration07 {
  position: absolute;
  top: 0;
  left: -30px;
}
@media all and (max-width: 992px) {
  .item-decoration07 {
    display: none;
  }
}

.item-decoration08 {
  position: absolute;
  top: 0;
  right: -130px;
}
@media all and (max-width: 992px) {
  .item-decoration08 {
    display: none;
  }
}

.item-decoration09-hana01 {
  position: absolute;
  top: 193px;
  left: -130px;
}
.item-decoration09-hana01 img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 992px) {
  .item-decoration09-hana01 {
    display: none;
  }
}

.item-decoration09-hana02 {
  position: absolute;
  width: 7%;
  top: 33px;
  left: 15px;
}
.item-decoration09-hana02 img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 992px) {
  .item-decoration09-hana02 {
    display: none;
  }
}

.item-decoration09-hana03 {
  position: absolute;
  width: 3%;
  top: 119px;
  left: 70px;
}
.item-decoration09-hana03 img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 992px) {
  .item-decoration09-hana03 {
    display: none;
  }
}

.item-decoration09-hana04 {
  position: absolute;
  width: 3%;
  top: 28px;
  right: 108px;
}
.item-decoration09-hana04 img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 992px) {
  .item-decoration09-hana04 {
    display: none;
  }
}

.item-decoration09-hana05 {
  position: absolute;
  width: 7%;
  top: 178px;
  right: -172px;
}
.item-decoration09-hana05 img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 992px) {
  .item-decoration09-hana05 {
    display: none;
  }
}

.item-decoration10 {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 0;
  transform: rotate(3.142rad);
}
@media all and (max-width: 768px) {
  .item-decoration10 {
    display: none;
  }
}

/*= End of 製品 =*/
/*=============================================<<<<<*/
/*=============================================>>>>>
= product(ソルロンタン追加) =
===============================================>>>>>*/
.product-icon-shield {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 52%;
}
.product-icon-shield img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 767px) {
  .product-icon-shield {
    width: 83%;
    bottom: auto;
    right: -4%;
    position: relative;
    margin-top: 23%;
  }
}

@media all and (max-width: 767px) {
  .product-icon-shield-img {
    width: 51%;
    margin-bottom: -12%;
  }
  .product-icon-shield-img img {
    width: 100%;
    height: auto;
  }
}

@media all and (max-width: 767px) {
  .product-houzai {
    width: 82%;
  }
}

.product-houzai--single {
  width: 30%;
}
@media all and (max-width: 991px) {
  .product-houzai--single {
    width: 42%;
  }
}
@media all and (max-width: 576px) {
  .product-houzai--single {
    width: 62%;
  }
}

.product-image--seolleongtang {
  position: absolute;
  right: 19px;
  bottom: 110px;
}
@media all and (max-width: 1200px) {
  .product-image--seolleongtang {
    right: 2%;
    bottom: 19%;
  }
}
@media all and (max-width: 767px) {
  .product-image--seolleongtang {
    right: 1%;
    bottom: auto;
    top: 14%;
    width: 14%;
  }
  .product-image--seolleongtang img {
    width: 100%;
    height: auto;
  }
}

.product-image--kichuri {
  position: absolute;
  right: 19px;
  bottom: 110px;
}
@media all and (max-width: 1200px) {
  .product-image--kichuri {
    right: 2%;
    bottom: 16%;
  }
}
@media all and (max-width: 767px) {
  .product-image--kichuri {
    right: 1%;
    bottom: auto;
    top: 14%;
    width: 14%;
  }
  .product-image--kichuri img {
    width: 100%;
    height: auto;
  }
}

.product-logo_sekainookayu2--sol {
  position: absolute;
  top: -53px;
  right: 5px;
  width: 19%;
}
.product-logo_sekainookayu2--sol img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .product-logo_sekainookayu2--sol {
    top: 15%;
    right: auto;
    width: 35%;
    left: 1%;
  }
}

.product-seolleongtang {
  padding-top: 140px;
}
@media all and (max-width: 767px) {
  .product-seolleongtang {
    padding-top: 18%;
  }
}

.product-bg-seolleongtang {
  background-image: url(images/product-bg-seolleongtang.jpg);
  background-repeat: no-repeat;
  background-position: top right;
}
@media all and (max-width: 1200px) {
  .product-bg-seolleongtang {
    background-image: url(images/product-bg-seolleongtang--big-80.jpg);
    background-position: 13% 59%;
    background-size: 164%;
  }
}
@media all and (max-width: 768px) {
  .product-bg-seolleongtang {
    background-position: 35% -368%;
    background-size: 247%;
  }
}

.product-title--seolleongtang {
  left: -20px;
  top: -63px;
  position: relative;
}
@media all and (max-width: 1200px) {
  .product-title--seolleongtang {
    width: 50%;
  }
  .product-title--seolleongtang img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 767px) {
  .product-title--seolleongtang {
    width: 90%;
    left: 50%;
    top: 20px;
    transform: translate(-50%, -50%);
  }
}

.product-new-seolleongtang {
  position: absolute;
  left: 410px;
  top: -148px;
}
@media all and (max-width: 1200px) {
  .product-new-seolleongtang {
    width: 17%;
    left: 36%;
  }
  .product-new-seolleongtang img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .product-new-seolleongtang {
    width: 29%;
    left: 68%;
    top: -16%;
  }
}

.item-text--seolleongtang {
  position: relative;
  margin: -6px 0 0 40px;
  padding: 0px 0 28px 0;
  width: 41%;
}
.item-text--seolleongtang img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1200px) {
  .item-text--seolleongtang {
    margin: -5% 0 0 1%;
    padding: 0px 0 2% 0;
  }
}
@media all and (max-width: 768px) {
  .item-text--seolleongtang {
    width: 93%;
    margin: -3% 0 0 1%;
    padding: 0px 0 5% 0;
  }
}

.product-logo_sekainookayu2--kic {
  position: absolute;
  top: -53px;
  right: 5px;
  width: 19%;
}
.product-logo_sekainookayu2--kic img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .product-logo_sekainookayu2--kic {
    top: 19%;
    right: auto;
    width: 35%;
    left: 1%;
  }
}

.product-kichuri {
  padding-top: 90px;
}
@media all and (max-width: 767px) {
  .product-kichuri {
    padding-top: 18%;
  }
}

.product-bg-kichuri {
  background-image: url(images/product-bg-kichuri.jpg);
  background-repeat: no-repeat;
  background-position: top right;
}
@media all and (max-width: 1200px) {
  .product-bg-kichuri {
    background-image: url(images/product-bg-kichuri--big-80.jpg);
    background-position: 53% 69%;
    background-size: 164%;
  }
}
@media all and (max-width: 768px) {
  .product-bg-kichuri {
    background-position: 62% 1293%;
    background-size: 247%;
  }
}

.product-title--kichuri {
  left: -20px;
  top: -83px;
  position: relative;
}
@media all and (max-width: 1200px) {
  .product-title--kichuri {
    width: 50%;
  }
  .product-title--kichuri img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 767px) {
  .product-title--kichuri {
    width: 90%;
    left: 50%;
    top: 50px;
    transform: translate(-50%, -50%);
  }
}

.product-new-kichuri {
  position: absolute;
  left: 410px;
  top: -148px;
}
@media all and (max-width: 1200px) {
  .product-new-kichuri {
    width: 17%;
    left: 36%;
  }
  .product-new-kichuri img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .product-new-kichuri {
    width: 29%;
    left: 68%;
    top: -16%;
  }
}

.item-text--kichuri {
  position: relative;
  margin: -106px 0 0 45px;
  padding: 0px 0 15px 0;
  width: 41%;
}
.item-text--kichuri img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1200px) {
  .item-text--kichuri {
    margin: -5% 0 0 1%;
    padding: 0px 0 2% 0;
  }
}
@media all and (max-width: 768px) {
  .item-text--kichuri {
    width: 93%;
    margin: -3% 0 0 1%;
    padding: 0px 0 5% 0;
  }
}

.product-houzai-kichuri {
  margin-top: -60px;
}
@media all and (max-width: 1200px) {
  .product-houzai-kichuri {
    margin: -12% 0 0 0;
  }
}
@media all and (max-width: 768px) {
  .product-houzai-kichuri {
    margin: -6%;
  }
}

/*= End of product =*/
/*=============================================<<<<<*/
/*=============================================>>>>>
= キチュリ用 =
===============================================>>>>>*/
.bg-india-line {
  background-image: url(images/bg-india-line--top.gif), url(images/bg-india-line--bottom.gif);
  background-position: top, bottom;
  background-repeat: repeat-x, repeat-x;
}

.bg-india-line-race {
  background-image: url(images/bg-india-line--top.gif), url(images/bg-india--race.png);
  background-position: top, left bottom;
  background-repeat: repeat-x, no-repeat;
}

.product-text {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .product-text {
    font-size: 16px;
    line-height: 1.2;
  }
}

@media all and (max-width: 768px) {
  .product-img {
    width: 50%;
  }
}

/*= End of キチュリ用 =*/
/*=============================================<<<<<*/
/*=============================================>>>>>
= 説明 =
===============================================>>>>>*/
#information h2 {
  font-size: 25px;
}
@media all and (max-width: 768px) {
  #information h2 {
    font-size: 18px;
  }
}

.note-title {
  color: #FFF;
  font-size: 28px !important;
  font-weight: 700;
}
@media all and (max-width: 768px) {
  .note-title {
    font-size: 22px !important;
  }
}

.howtoeat-title {
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
}

.howtoeat-text {
  font-size: 16px;
  line-height: 1.5;
}

.howtoeat-line {
  border-left: 2px solid #bdc3c7;
}
@media all and (max-width: 768px) {
  .howtoeat-line {
    border-left: none;
    border-top: 2px solid #bdc3c7;
  }
}

.lineup-area {
  margin: 150px 0 0 0;
}
@media all and (max-width: 768px) {
  .lineup-area {
    margin: 80px 0 0 0;
  }
}

.lineup-img--logo {
  position: absolute;
  top: -75px;
  left: -230px;
  width: 89%;
}
.lineup-img--logo img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 991px) {
  .lineup-img--logo {
    top: -90px;
    left: -163px;
    width: 84%;
  }
}
@media all and (max-width: 768px) {
  .lineup-img--logo {
    top: -73%;
    left: -44%;
    width: 52%;
  }
}

.lineup-img--logo2 {
  position: absolute;
  top: -75px;
  left: -230px;
  width: 89%;
}
.lineup-img--logo2 img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 991px) {
  .lineup-img--logo2 {
    top: -90px;
    left: -163px;
    width: 84%;
  }
}
@media all and (max-width: 768px) {
  .lineup-img--logo2 {
    top: -92%;
    left: -44%;
    width: 52%;
  }
}

.series-lineup-ribon {
  margin-top: -40px;
}

/*= End of 説明 =*/
/*=============================================<<<<<*/
/* --------------------------------------------------
足湯美人LPCSS引用
-------------------------------------------------*/
.moreinfo-table {
  line-height: 2;
}
.moreinfo-table th {
  width: 20%;
  background-color: #f5f5f5;
  vertical-align: middle;
  font-weight: bold;
}
@media all and (max-width: 480px) {
  .moreinfo-table {
    line-height: 1.5;
  }
  .moreinfo-table th, .moreinfo-table td {
    display: block;
    width: 100%;
    padding: 5px;
  }
}

@media all and (max-width: 480px) {
  #moreinfo .container {
    padding: 0 1em;
  }
}
/* --------------------------------------------------
足湯美人LPCSS引用　ここまで
-------------------------------------------------*/
/*--------------------------------------------------
　説明書き
-------------------------------------------------*/
.position-warning-note {
  font-size: 15px;
  line-height: 1.2;
  color: #808080;
}
.position-warning-note dt {
  float: left;
  margin-right: 1.5rem;
  font-weight: normal;
}
@media all and (max-width: 991px) {
  .position-warning-note dt {
    float: none;
  }
}
.position-warning-note dd {
  margin-bottom: 0;
  padding: 0;
}
.position-warning-note ul {
  margin: 0;
  padding: 0 0 0 1.8rem;
}
.position-warning-note li {
  float: left;
  margin-left: 0;
  margin-right: 1.5rem;
}
.position-warning-note a {
  color: #666666;
  text-decoration: underline;
}
.position-warning-note a:hover {
  text-decoration: none;
}

/*---------------------------------------
    概要
--------------------------------------*/
.attention-area {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.4;
}
.attention-area h5 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: -16px;
}
.attention-area h5 img {
  position: relative;
  top: -1px;
}
.attention-area h6 {
  font-size: 1.2rem;
  color: #ec1c24;
}
.attention-area ul {
  padding-left: 3.5%;
}
.attention-area .att_txt {
  font-size: 13px;
}
@media all and (max-width: 767px) {
  .attention-area ul {
    padding-left: 9%;
  }
}

/* --------------------------------------------------
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: rgba(128, 128, 128, 0.6);
  color: #fff;
  transition: 0.3s;
  opacity: 0;
  z-index: 20;
}

/* --------------------------------------------------
　カルーセル
-------------------------------------------------*/
.slick-mainvisual {
  display: none;
  max-width: 100%;
}
.slick-mainvisual img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .slick-mainvisual {
    margin: 0;
  }
}

.slick-mainvisual.slick-initialized {
  display: block; /*slick-initializedが付与されたら表示*/
}/*# sourceMappingURL=style.css.map */