@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho&display=swap");
/*文字シャギーを解消*/
h3,
h4,
h5,
h6,
p,
li,
ol,
dt,
dd,
label,
select,
button,
span,
table,
.no-shaggy {
  transform: rotate(0.03deg);
  margin: 0;
  padding: 0;
  line-height: 1;
}

.c-shaggy--clear {
  transform: rotate(0);
}

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

section::before {
  content: "";
  display: block;
  padding-top: 50px;
  margin-top: -50px;
}

body {
  background-color: #fff;
  font-size: 1.6rem;
  font-family: "Shippori Mincho", serif;
  color: #000;
  line-height: 1.4;
}

/*-- font --*/
.noto-Sans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

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

.text-16 {
  font-size: 1rem;
}

.text-red {
  color: #ff0000;
}

.lh-10 {
  line-height: 1 !important;
}
.lh-12 {
  line-height: 1.2 !important;
}
.lh-13 {
  line-height: 1.3 !important;
}

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

.content-1500 {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.content-1400 {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.content-1200 {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
/*--------------------------------------------------
 bg
-------------------------------------------------*/
.bg-mainvisual {
  background-image: url("/html/img/lp/yasoukouso/mainvisual-bg-80.jpg");
  background-position: 41% 19%;
  background-repeat: no-repeat;
  background-color: #fffff9;
}
@media all and (max-width: 1400px) {
  .bg-mainvisual {
    background-position: 32% 0;
    background-size: auto 110%;
  }
}
@media all and (max-width: 767px) {
  .bg-mainvisual {
    background-position: 28% -7px;
    background-size: 209% auto;
  }
}

.mainvisual-area {
  padding: 10px;
}
@media all and (max-width: 1400px) {
  .mainvisual-area {
    padding: 2% 2% 1% 0;
  }
}
@media all and (max-width: 767px) {
  .mainvisual-area {
    padding: 0;
  }
}

@media all and (max-width: 1400px) {
  .mainvisual-img {
    width: 48%;
  }
  .mainvisual-img img {
    width: 100%;
    height: auto;
  }
}

@media all and (max-width: 767px) {
  .mainvisual-img-sp {
    width: 84%;
  }
  .mainvisual-img-sp img {
    width: 100%;
    height: auto;
  }
}

/*--------------------------------------------------
　メインビジュアル　
-------------------------------------------------*/
.mainvisual-title-area {
  background-color: #3d377e;
  padding: 40px 25px;
  margin-left: 7%;
}
@media all and (max-width: 1400px) {
  .mainvisual-title-area {
    padding: 11%;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-title-area {
    padding: 10% 0 6% 8%;
    margin: 0 0 0 auto;
    width: 74%;
  }
}

.mainvisual-title {
  height: 100%;
}
.mainvisual-title img {
  width: auto;
  height: 100%;
  max-height: 509px;
}
@media all and (max-width: 1400px) {
  .mainvisual-title {
    width: 56%;
  }
  .mainvisual-title img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-title {
    width: 57%;
  }
}

.mainvisual-catch {
  position: absolute;
  top: 37px;
  right: 11px;
}
@media all and (max-width: 1400px) {
  .mainvisual-catch {
    width: 38%;
    top: 7%;
    right: 1%;
  }
  .mainvisual-catch img {
    width: 100%;
    height: auto;
  }
}

.mainvisual-catch--sp {
  position: absolute;
  width: 24%;
  top: 5%;
  right: 5%;
}
.mainvisual-catch--sp img {
  width: 100%;
  height: auto;
}

.mainvisual-icon--new {
  position: absolute;
  top: 4%;
  left: -57px;
  width: 27%;
}
.mainvisual-icon--new img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1400px) {
  .mainvisual-icon--new {
    left: -13%;
  }
}
@media all and (max-width: 767px) {
  .mainvisual-icon--new {
    width: 26%;
    top: 3%;
    left: 4%;
  }
}

/*--------------------------------------------------
 メインビジュアル　水引のデザイン
-------------------------------------------------*/
/* キーフレームの定義 */
@-webkit-keyframes stretch {
  from {
    width: 0%; /* アニメーション開始時の幅 */
  }
  to {
    width: 100%; /* アニメーション終了時の幅 */
  }
}
@keyframes stretch {
  from {
    width: 0%; /* アニメーション開始時の幅 */
  }
  to {
    width: 100%; /* アニメーション終了時の幅 */
  }
}
.mainvisual-line {
  /* 伸びる前の初期設定 */
  height: 5px; /* 高さ（任意） */
  background-color: #ff0000; /* 背景色（任意） */
  margin: 0 auto; /* ページ中央に配置（任意） */
  overflow: hidden; /* コンテンツがはみ出さないように */
  /* アニメーションの適用 */
  -webkit-animation-name: stretch;
          animation-name: stretch; /* 適用するキーフレーム名 */
  -webkit-animation-duration: 2s;
          animation-duration: 2s; /* アニメーションの長さ */
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out; /* 変化の速さ（徐々に遅く） */
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; /* アニメーション終了後も最後の状態を維持 */
  /* 初期幅を0に設定（アニメーション開始前） */
  width: 0%;
}

.mainvisual-mizuhiki {
  position: absolute;
  bottom: -35px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 4%;
}
.mainvisual-mizuhiki img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1400px) {
  .mainvisual-mizuhiki {
    width: 5%;
    bottom: -5%;
  }
}
@media all and (max-width: 767px) {
  .mainvisual-mizuhiki {
    width: 9%;
  }
}

/*--------------------------------------------------
  summary 概要
-------------------------------------------------*/
.summary-bg {
  background: #ddd url("/html/img/lp/yasoukouso/summary-bg-80.jpg") no-repeat;
  background-position: 44% 25%;
}
@media all and (max-width: 1400px) {
  .summary-bg {
    background-position: 45% 27%;
    background-size: 136%;
  }
}
@media all and (max-width: 767px) {
  .summary-bg {
    background-position: 69% 0px;
    background-size: auto 106%;
  }
}

.summary-txt {
  text-align: center;
  margin: 0 auto;
  padding: 50px 0 30px 0;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 1400px) {
  .summary-txt {
    padding: 4% 0 3% 0;
    margin: 0 20%;
  }
}
@media all and (max-width: 767px) {
  .summary-txt {
    padding: 7% 0% 4% 5%;
    text-align: left;
    width: 82%;
    margin: 0;
  }
}

/*--------------------------------------------------
 product 製品
-------------------------------------------------*/
.product-bg {
  background: url("/html/img/lp/yasoukouso/product-bg-50.jpg") no-repeat center center;
  background-size: cover;
}

.product-box {
  padding: 30px 40px 40px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
}
@media all and (max-width: 576px) {
  .product-box {
    padding: 10px;
  }
}

.product-text {
  font-size: 17px;
  color: #4d4d4d;
}
@media all and (max-width: 767px) {
  .product-text {
    font-size: 14px;
  }
}

.product-icon--new {
  position: absolute;
  top: -50px;
  left: -99px;
  width: 19%;
}
.product-icon--new img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1400px) {
  .product-icon--new {
    top: -11%;
    left: -9%;
  }
}
@media all and (max-width: 576px) {
  .product-icon--new {
    width: 17%;
    top: -7%;
    left: -2%;
  }
}

@media all and (max-width: 992px) {
  .product-desc {
    padding: 0 2%;
  }
}
@media all and (max-width: 767px) {
  .product-desc {
    padding: 0 5%;
  }
}

.product-desc h3.name {
  font-size: 46px;
  font-weight: 600;
  line-height: 1.2;
}
@media all and (max-width: 1200px) {
  .product-desc h3.name {
    font-size: 39px;
  }
}
@media all and (max-width: 767px) {
  .product-desc h3.name {
    font-size: 31px;
  }
}

.product-desc h3 small {
  font-weight: 600 !important;
}

.product-desc h3.name-min {
  font-size: 43px;
  font-weight: 600;
  line-height: 1.2;
}
@media all and (max-width: 1200px) {
  .product-desc h3.name-min {
    font-size: 34px;
    line-height: 1.1;
  }
}

.product-desc h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}
@media all and (max-width: 1200px) {
  .product-desc h4 {
    font-size: 22px;
    margin-bottom: 5px;
  }
}
@media all and (max-width: 767px) {
  .product-desc h4 {
    font-size: 19px;
  }
}

.price .price-title {
  font-size: 32px;
  font-weight: bold;
}
@media all and (max-width: 1200px) {
  .price .price-title {
    font-size: 29px;
  }
}
@media all and (max-width: 767px) {
  .price .price-title {
    font-size: 20px;
  }
}

.price .bag-number-text {
  font-size: 40px;
  font-weight: 600;
  position: relative;
  bottom: -2px;
}
@media all and (max-width: 1200px) {
  .price .bag-number-text {
    font-size: 34px;
  }
}
@media all and (max-width: 767px) {
  .price .bag-number-text {
    font-size: 28px;
  }
}

.price .bag-number-text-small {
  font-size: clamp(1.75rem, 1.603rem + 0.735vi, 2.063rem);
  font-weight: 600;
  position: relative;
  bottom: 1px;
}
@media all and (max-width: 1200px) {
  .price .bag-number-text-small {
    bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .price .bag-number-text-small {
    bottom: -1px;
    font-size: 20px;
  }
}

.price b {
  position: relative;
  bottom: -1px;
  padding: 0 0.05em;
  font-size: 64px;
  line-height: 0.9;
}
@media all and (max-width: 1200px) {
  .price b {
    font-size: 57px;
  }
}
@media all and (max-width: 767px) {
  .price b {
    font-size: 42px;
    bottom: -2px;
  }
}

.price .unit {
  font-size: 40px;
  font-weight: bold;
}
@media all and (max-width: 1200px) {
  .price .unit {
    font-size: 30px;
  }
}
@media all and (max-width: 767px) {
  .price .unit {
    font-size: 26px;
  }
}

/*--------------------------------------------------
= reason 理由=
-------------------------------------------------*/
.reason-bg {
  background-color: #d2dde9;
  overflow: hidden;
}

.reason-right {
  position: absolute;
  top: 0;
  right: -320px;
}

.reason-left {
  position: absolute;
  top: 0;
  left: -320px;
}

.reason-text {
  font-size: 26px;
  line-height: 1.5;
}
@media all and (max-width: 767px) {
  .reason-text {
    font-size: 22px;
    line-height: 1.2;
    margin: 3% 0 5% 0;
  }
}

.content-reason {
  max-width: 960px;
  margin: 0 auto;
  padding: 2% 0 2% 3%;
  position: relative;
  z-index: 10;
  box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1200px) {
  .content-reason {
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
  }
}

.content-reason h1 {
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .content-reason h1 {
    width: 91%;
    max-width: 500px;
  }
  .content-reason h1 img {
    width: 100%;
    height: auto;
  }
}

.osusume-bg {
  background: url("/html/img/lp/yasoukouso/osusume-bg-80.jpg") no-repeat center center;
  background-size: cover;
}

h2.lead {
  font-size: clamp(2rem, 1.235rem + 3.824vi, 3.625rem);
  margin: 10px auto;
}

.osusume-text01eng {
  position: absolute;
  top: 50px;
  left: -30px;
  z-index: 2;
}
@media all and (max-width: 1400px) {
  .osusume-text01eng {
    width: 52%;
    top: 9%;
    left: -5%;
  }
  .osusume-text01eng img {
    width: 100%;
    height: auto;
  }
}

.osusume-text01 {
  position: absolute;
  top: 370px;
  left: 20px;
  z-index: 2;
}
@media all and (max-width: 1400px) {
  .osusume-text01 {
    width: 61%;
    top: 70%;
    left: 4%;
    right: 5%;
  }
  .osusume-text01 img {
    width: 100%;
    height: auto;
  }
}

.osusume-text02eng {
  position: absolute;
  top: -20px;
  left: 258px;
  z-index: 2;
}
@media all and (max-width: 1400px) {
  .osusume-text02eng {
    width: 54%;
    top: -5%;
    left: 36%;
  }
  .osusume-text02eng img {
    width: 100%;
    height: auto;
  }
}

.osusume-text02 {
  position: absolute;
  top: 370px;
  left: 20px;
  z-index: 2;
}
@media all and (max-width: 1400px) {
  .osusume-text02 {
    width: 54%;
    top: 70%;
    left: 3%;
    right: 5%;
  }
  .osusume-text02 img {
    width: 100%;
    height: auto;
  }
}

/*--------------------------------------------------
　arrange
-------------------------------------------------*/
.arrange-bg {
  background: url("/html/img/lp/yasoukouso/arrange-bg-80.jpg") no-repeat center center;
  background-size: cover;
}

.arrange-text01eng {
  position: absolute;
  top: -93px;
  left: -34px;
  z-index: 2;
}
@media all and (max-width: 1400px) {
  .arrange-text01eng {
    width: 60%;
    top: -11%;
    left: -8%;
  }
  .arrange-text01eng img {
    width: 100%;
    height: auto;
  }
}

.arrange-text02eng {
  position: absolute;
  top: 187px;
  right: -90px;
  z-index: 2;
}
@media all and (max-width: 1400px) {
  .arrange-text02eng {
    width: 66%;
    top: 45%;
    right: -15%;
  }
  .arrange-text02eng img {
    width: 100%;
    height: auto;
  }
}

.arrange-attention {
  font-size: 16px;
  text-align: left;
  color: #4d4d4d;
  line-height: 1.2;
}

/*--------------------------------------------------
　note
-------------------------------------------------*/
.note-bg {
  background: url("/html/img/lp/yasoukouso/note-bg-80.jpg") no-repeat center center;
  background-size: cover;
}

.note-box {
  padding: 30px 40px 40px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
@media all and (max-width: 576px) {
  .note-box {
    padding: 10px;
  }
}

#note {
  color: #464646;
}

#note h2 {
  font-size: 22px;
}
@media all and (max-width: 767px) {
  #note h2 {
    font-size: 19px;
  }
}

#note p {
  font-size: 17px;
  line-height: 1.2;
}
@media all and (max-width: 767px) {
  #note p {
    font-size: 15px;
  }
}

#note small {
  font-size: 16px;
  text-align: left;
  color: #4d4d4d;
  line-height: 1.2;
}

/*--------------------------------------------------
　カート周り
-------------------------------------------------*/
.souryou {
  color: #fff;
  padding: 5px 10px 9px 10px;
  display: block;
  background-color: #e00012;
  border-radius: 3px;
  font-weight: 800;
}
@media all and (max-width: 1200px) {
  .souryou {
    font-size: 19px;
    padding: 1%;
  }
}
@media all and (max-width: 767px) {
  .souryou {
    font-size: 17px;
    padding: 1px 2px 4px 2px;
  }
}

/*--------------------------------------------------
　ボタン
-------------------------------------------------*/
/*矢印ボタン_____________*/
.arrow-btn {
  color: #fff !important;
  position: relative;
  transition: 0.5s;
}

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

.arrow-btn:hover::after {
  right: 15px;
}

.btn-orange {
  color: #fff;
  background-color: #ff5500;
  border-color: #ff5500;
}
.btn-orange:hover {
  color: #fff !important;
  background-color: #ff884d;
  border-color: #ff884d;
}

.btn-teiki {
  color: #fff;
  background-color: #ee0014;
  border-color: #ee0014;
}
.btn-teiki:hover {
  color: #fff !important;
  background-color: #ff3c4c;
  border-color: #ff3c4c;
}

.btn-cart {
  width: 65%;
  font-size: 23px;
  padding: 0.5rem 0.8rem 0.8rem 0.8rem;
  font-weight: 500;
  line-height: 1.2;
}
@media all and (max-width: 1200px) {
  .btn-cart {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 991px) {
  .btn-cart {
    font-size: 28px;
    text-align: center;
    width: 80%;
  }
  .btn-cart-long {
    line-height: 1.2;
    padding: 0.5rem;
  }
}
@media all and (max-width: 767px) {
  .btn-cart {
    width: 100%;
    font-size: 21px;
  }
  .btn-cart-long {
    line-height: 1.5;
    padding: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .btn-cart-long {
    line-height: 1.2;
    padding: 0.5rem;
  }
}
@media screen and (max-width: 320px) {
  .btn-cart {
    font-size: 1rem;
  }
}

.cart-nontext-style {
  margin-bottom: 23px;
}
@media all and (max-width: 536px) {
  .cart-nontext-style {
    margin-bottom: 37px;
  }
}

/* --------------------------------------------------
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.8);
  color: #fff;
  transition: 0.3s;
  opacity: 0;
  z-index: 20;
  font-size: 16px;
}

/*--------------------------------------------------
=アニメーション制御=
-------------------------------------------------*/
/* アニメーションの定義 */
@-webkit-keyframes fadeIn {
  /* 0% (アニメーション開始時): 透明度0% */
  0% {
    opacity: 0;
  }
  /* 100% (アニメーション終了時): 透明度100% */
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  /* 0% (アニメーション開始時): 透明度0% */
  0% {
    opacity: 0;
  }
  /* 100% (アニメーション終了時): 透明度100% */
  100% {
    opacity: 1;
  }
}
/* 変更点：要素の初期状態を.img-fadeinに適用 */
.img-fadein {
  /* 初期状態: 透明度0% */
  opacity: 0;
  /* アニメーションが適用されるまで、このスタイルを保持 */
  display: block; /* 画像がインライン要素の場合に備えて */
}

/* JSによって追加される、アニメーションを開始するためのクラス (変更なし) */
.is-visible {
  /* アニメーション名, 実行時間(2s), イージング, 終了後の状態を保持 */
  -webkit-animation: fadeIn 3s ease-out forwards;
          animation: fadeIn 3s ease-out forwards;
}