@charset "UTF-8";

.fv-title {
  position: relative;
    width: 85%;
    margin: 0 auto;
    padding: 35px 0 0;
}

.fv-title-text{
  transform: rotate(-8deg);
  z-index: 1;
  position: absolute;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.8em;
  color: #009cde;
  letter-spacing: -3px;
}

.fv-title-bold {
  font-weight: bold;
  font-size: 1.1em;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.1em;
}

.underline{
  position: relative;
}

.underline::after {
  content: "";
    display: block;
    width: 130px;
    height: 100%;
    z-index: -1;
    background-image: url(../img/underline.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: -16px;
    left: 0;
    transform: rotate(5deg);
}

.fv-title-text2{
  transform: rotate(-8deg);
  position: absolute;
  z-index: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.8em;
  color: #009cde;
  -webkit-text-stroke: 6px #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  letter-spacing: -3px;
}


.fv-img {
  width: 100%;
}
.container,
.banner-img-08 {
  position: relative;
}
.title {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  margin: 0;
  font-size: 4vw;
  text-align: center;
  white-space: nowrap;
}
.title-bold {
  font-size: 6vw;
  font-weight: 500;
  border-bottom: 4px solid #a7c518;
}
.button-01,
.button-02 {
  margin: 40px 0;
}
.button-01 a {
  background: #de4251;
  border-radius: 5px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 65%;
  padding: 14px 25px;
  font-size: 20px;
  color: #fff;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: 600;
}
.button-01 a:hover {
  background: #de4251;
  color: #fff;
}
.button-02 a {
  background: #fdb141;
  border-radius: 5px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 65%;
  padding: 14px 25px;
  font-size: 20px;
  color: #333;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: 600;
}
.menu-sprite {
  align-items: center;
  justify-content: center;
  background-color: #7dcef4;
  height: 125px;
  color: #fff;
  display: flex;
  text-align: center;
}

.sprite-border {
  display: inline-block;
  height: 80px;
  border: 1px solid #fff;
}

/* スプライト画像を全ボタン共通で使用 */
.sprite-button {
  width: 20%; /* 各要素の幅を実際の画像に合わせて調整 */
  background-repeat: no-repeat;
  text-decoration: none;
  /* テキストを隠す(アクセシビリティのためaria-labelで代替) */
  overflow: hidden;
  letter-spacing: 0;
}


.sprite-button:last-child {
  border-right: none;
}

.fw-500 {
font-weight:500;
}

/* ホバーエフェクト */
.sprite-button:hover {
  opacity: 0.8;
}
/* 吹き出し */
.balloon-wrap {
  text-align: center;
}
.speechBubble {
  position: relative;
  display: inline-block;
  width: 84%;
  margin-bottom: 20px;
  margin-top: 35px;
  padding: 16px;
  border: 2px solid #019de6;
  border-radius: 9999px;
  background-color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #019de6;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}
.speechBubble p {
  color: #019de6;
}
.speechBubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #019de6 transparent transparent;
  translate: -50% 100%;
}

.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  border-style: solid;
  border-width: 15.5px 7.8px 0 7.8px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}

.iframe-wrap {
  margin-bottom: 36px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.iframe-wrap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail-wrap {
  width: 85%;
  margin: 20px auto 100px;
}
.detail {
  margin-bottom: 20px;
}
.banner-img {
  margin-bottom: 10px;
}
.timing {
  font-size: 6vw;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}

.feeling {
    background-color: #A7C518;
    padding: 10px 20px;
    border-radius: 40px;
    font-weight: bold; 
    text-align: center; 
    width: 85%;
    margin: 0 auto 20px;
}
.feeling-title {
  font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 1.2em;
    color: #333333;
}

.timing-icon-container {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 85%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 70px;
}

.timing-icon-content {
  font-family: "Zen Maru Gothic", sans-serif;
  flex-basis: 96px;
  text-align: center;
  font-weight: 500;
}
.timing-text{
  margin: 10px 0 20px;
  letter-spacing:0;
}

.big-container {

}

.big-content {

}



.big-content-300{
  background-image: url(../img/banner-02_2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vw;
    max-height: 625px;
    position: relative;
}

.big-content-300-top{
  font-family: "Zen Maru Gothic", sans-serif;
    letter-spacing: 0px;
    position: absolute;
    left: 20px;
    top: 23px;
    color: #019DE6;
    font-size: 1.7em;
    line-height: 1.4em;
    text-align: center;
    font-weight: bold;
}

.big-content-title {
  background-color: #A7C518;
  position: relative;
  width: 100%;
  height: 50px;
  border-radius: 0 0 15px 15px;
  text-align: center;
}

.big-content-title-text {
  z-index: 1;
    position: absolute;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-size: 1.4em;
    color: #fff;
    letter-spacing: 0px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
}
.big-content-title-text2 {
  position: absolute;
    z-index: 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-size: 1.4em;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    letter-spacing: 0px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 85%;
}

.big-content-title-highlight{
  color: #F39800;

}
.big-content-title-highlight2{
  -webkit-text-stroke: 5px #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);

}

.big-content-300-bottom-product {
  text-align: center;
}

.big-content-300-bottom {
  position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    width: 83%;
    align-items: flex-end;
}

.big-content-300-bottom-product-img {
  width: 95px;
}

.big-content-300-bottom-product-text {
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0px;
  font-weight: bold;
  text-align: center;
}

.big-content-300-bottom-text {
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0px;
  font-weight: bold;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  font-size: 1em;
  line-height: 1.7em;
}

.big-content-300-bottom-text-highlight {
  color:#FFE453;
  font-size: 1.6em;
}

.child {
  background-image: url("../img/child-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 80vw;
  max-height: 620px;
  position: relative;
  margin: 0 0 60px;
}


.child-title {
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 35px 0 0;
}

.child-title-text{
  transform: rotate(-8deg);
  z-index: 1;
    position: absolute;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-size: 1.6em;
    color: #009cde;
    letter-spacing: -3px;
}

.child-title-bold {
  font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    font-size: 10vw;
}

.child-title-text2{
  transform: rotate(-8deg);
  position: absolute;
  z-index: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  color: #009cde;
  -webkit-text-stroke: 6px #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  letter-spacing: -3px;
}

.underline2{
  position: relative;
}

.underline2::after {
  content: "";
    display: block;
    width: 181px;
    height: 100%;
    z-index: -1;
    background-image: url(../img/underline.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: -32px;
    left: -9px;
    transform: rotate(8deg);
}

.child-bottom {
  font-family: "Zen Maru Gothic", sans-serif;
  position: absolute;
  bottom: 9%;
  right: 1%;
  font-weight: 500;
}

.easy {
  position: relative;
    margin-bottom: 40px;
    background-image: url(../img/easy-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vw;
    max-height: 750px;
}

.easy-title {
  background-color: #7DCEF4;
    position: relative;
    top: -2%;
    width: 100%;
    height: 50px;
    text-align: center;
}

.easy-title-text {
  z-index: 1;
    position: absolute;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-size: 1.5em;
    color: #fff;
    letter-spacing: -2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
}
.easy-title-text2 {
  position: absolute;
    z-index: 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-size: 1.5em;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: -2px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 85%;
}

.easy-title-highlight{
  color: #F39800;

}
.easy-title-highlight2{
  -webkit-text-stroke: 5px #fff;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);

}

.easy-message{
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
    font-size: 0.9em;
    text-align: center;
    position: absolute;
    bottom: 27%;
    left: 3%;
    letter-spacing: -1px;
}
.easy-message-highlight{
  color: #F39800;
}

.choose {
    margin-bottom: 70px;
    background-image: url(../img/choose-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vw;
    max-height: 750px;
}

.choose-title {
  background-color: #7DCEF4;
    position: relative;
    top: -2%;
    width: 100%;
    height: 50px;
    text-align: center;
}

.choose-title-text {
  z-index: 1;
    position: absolute;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-size: 1.5em;
    color: #fff;
    letter-spacing: -2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
}
.choose-title-text2 {
  position: absolute;
    z-index: 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-size: 1.5em;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: -2px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 85%;
}

.choose-title-highlight{
  color: #F39800;

}
.choose-title-highlight2{
  -webkit-text-stroke: 5px #fff;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.choose-left {
  position: relative;
  height: 100%;
}

.choose-left-title {
  position: relative;
  top: 0%;
  width: 100%;
  height: 50px;
  text-align: center;
  transform: translate(-29%, 42%);
}

.choose-left-title-text {
  z-index: 1;
    position: absolute;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-size: 1.7em;
    color: #fff;
    letter-spacing: -2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
}
.choose-left-title-text2 {
  position: absolute;
    z-index: 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-size: 1.7em;
    color: #fff;
    /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); */
    letter-spacing: -2px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 85%;
}

.choose-left-title-highlight{
  color: #a7c518;
}

.choose-left-title-highlight2{
  -webkit-text-stroke: 7px #fff;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
}

.choose-left-title-highlight-big {
  font-weight: 800;
  font-size: 1.3em;
}

.choose-left-title-highlight-rotate {
  transform: rotate(-15deg);
  display: inline-block;
}

.choose-left-message {
  font-family: "Zen Maru Gothic", sans-serif;
  position: absolute;
  top: 24%;
  font-weight: 600;
  font-size: 0.8em;
  left: 2%;
  letter-spacing: -0.2px;
}

.choose-left-type {
  font-family: "Zen Maru Gothic", sans-serif;
  position: absolute;
  bottom: 16%;
  left: 26%;
    color: #fff;
    background-color: #A7C518;
    font-size: 1em;
    padding: 1vw 3vw;
    border-radius: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    font-weight: 500;
}
.choose-right {
  position: relative;
    height: 100%;
    transform: translate(0, -100%);
}

.choose-right-title {
  position: relative;
  bottom: -12%;
    width: 100%;
    height: 50px;
    text-align: center;
    transform: translate(27%, 347%);
}

.choose-right-title-text {
  z-index: 1;
    position: absolute;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-size: 1.7em;
    color: #fff;
    letter-spacing: -2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
}
.choose-right-title-text2 {
  position: absolute;
    z-index: 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-size: 1.7em;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: -2px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 85%;
}

.choose-right-title-highlight{
  color: #F39800;
}

.choose-right-title-highlight2{
  -webkit-text-stroke: 7px #fff;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);

}

.choose-right-title-highlight-big {
  font-weight: 800;
  font-size: 1.3em;
}

.choose-right-title-highlight-rotate {
  transform: rotate(9deg) translate(0, 8px);
    display: inline-block;
}

.choose-right-message {
  font-family: "Zen Maru Gothic", sans-serif;
  position: absolute;
  bottom: 14%;
  font-weight: 600;
  font-size: 0.8em;
  right: 2%;
  text-align: center;
  line-height: 1.2em;
  letter-spacing: -0.2px;
}

.choose-right-type {
  font-family: "Zen Maru Gothic", sans-serif;
  position: absolute;
  bottom: 47%;
    left: 48%;
    color: #fff;
    background-color: #F39800;
    font-size: 1em;
    padding: 1vw 3vw;
    border-radius: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    font-weight: 500;
}

.banner-img-02 {
  margin-bottom: 80px;
}
.banner-10 {
  margin-bottom: 60px;
}
.banner-11 {
  margin-bottom: 60px;
}
.balloon-wrap-02 {
  position: absolute;
  top: 91%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  margin: 0;
  white-space: nowrap;
  width: 100%;
  text-align: center;
}
.speechBubble-02 {
  display: inline-block;
  width: 84%;
  margin-bottom: 20px;
  padding: 4px 15px;
  border: 2px solid #019de6;
  border-radius: 9999px;
  background-color: #ffffff;
  text-align: center;
  font-size: 5vw;
  font-weight: 500;
  line-height: 1.5;
  color: #019de6;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}
.speechBubble-02 p {
  color: #019de6;
}
/* 吹き出し03 */
.speechBubble-03 {
  position: relative;
  display: inline-block;
  width: 83%;
  margin-bottom: 37px;
  padding: 8px 15px;
  border-radius: 9999px;
  background-color: #a7c518;
  text-align: center;
  font-size: 5vw;
  line-height: 1.5;
  color: #ffffff;
}
.speechBubble-03 p {
  color: #ffffff;
  font-weight: 600;
  text-shadow: 1px 2px 3px #808080;
}

.speechBubble-03::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  border-style: solid;
  border-width: 15px 8px 0 8px;
  border-color: #a7c518 transparent transparent;
  translate: -50% 100%;
}
/* 吹き出し04 */
.balloon-wrap-04 {
  position: absolute;
    bottom: -22%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}
.speechBubble-04 {
  display: inline-block;
  width: 84%;
  margin-bottom: 20px;
  padding: 4px 15px;
  border: 2px solid #019de6;
  border-radius: 9999px;
  background-color: #ffffff;
  text-align: center;
  font-size: 5vw;
  font-weight: 500;
  line-height: 1.5;
  color: #019de6;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}
.speechBubble-04 p {
  color: #019de6;
}

.speechBubble-05 {
  display: inline-block;
  width: 84%;
  margin-bottom: 20px;
  padding: 4px 15px;
  border: 2px solid #019de6;
  border-radius: 9999px;
  background-color: #ffffff;
  text-align: center;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.5;
  color: #019de6;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}

.speechBubble-05 p {
  color: #019de6;
}
/*h2タイトル装飾*/
.box3-3 {
  padding: 9px 16px; /*内側余白*/
  position: relative;
  z-index: 0;
  background-color: #7dcef4; /*背景色*/
  border-radius: 9999px;
  width: 84%;
  margin: 0 auto 30px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.box3-3:before {
  position: absolute;
  border: 2px solid #fff; /*線の太さ・色*/
  content: "";
  display: block;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 3px;
  z-index: -1;
  border-radius: 9999px;
}
.banner-09 {
  margin-bottom: 70px;
}
/*===========
.scroll-box　商品一覧
===========*/
.scroll-box {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
.scroll-box div img {
  max-width: 100%;
  min-width: 750px;
  vertical-align: top;
}
/*===========
  scrollbar　商品一覧
  ===========*/
/*スクロールバー全体の高さ*/
.scroll-box::-webkit-scrollbar {
  height: 4px;
}
/*スクロールバー全体の背景*/
.scroll-box::-webkit-scrollbar-track {
  background: #eee;
}
/*スクロールバーの動く部分*/
.scroll-box::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
/*スクロールバーの動く部分のホバー（マウスオーバー）*/
.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}

/*テスト↓*/
/* テーブルの横スクロール用コンテナ */
.table-wrapper {
  width: 100%;
  overflow-x: auto; /* ここで横スクロールを可能にする */
  border-radius: 4px;
  padding: 8px; /* スクロールバーとテーブルの間に余白を作る */
}

/* テーブル本体 */
table {
  width: 800px; /* テーブル幅を大きめに設定（任意） */
  border-collapse: collapse; /* 余分な隙間をなくす */
  min-width: 800px; /* 画面が狭いときはスクロール表示に */
}

/* テーブルヘッダ */
thead th {
  text-align: center;
  padding: 12px 8px;
  border-bottom: 1px solid #333;
  font-weight: 400;
}

/* 商品画像や商品名をまとめるために th 内をカスタマイズ */
.product-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.product-header img {
  /* 画像サイズは必要に応じて調整 */
  width: 120px;
  height: auto;
  object-fit: contain;
}
.product-name {
  font-size: 14px;
  text-align: center;
  max-width: 140px; /* 商品名の横幅上限（折り返しを抑えたい場合は調整） */
}

/* テーブル本文 */
tbody td {
  text-align: center;
  padding: 12px 8px;
  border-bottom: 1px solid #333;
  vertical-align: middle;
  /* 必要に応じて幅や文字サイズを調整 */
}

/* 1列目（項目名）のスタイル */
tbody td:first-child {
  text-align: center;
  background-color: #f3f3f3;
}

/* 価格や数値など強調したい箇所を調整する例 */
.price {
  font-size: 1.05rem;
  font-weight: bold;
  color: #333;
}

/*テストここまで*/

/*商品一覧*/
.lineup-about {
  display: flex;
  width: 93%;
  margin: 36px auto;
  justify-content: space-between;
}
.lineup-about-img {
  width: 64%;
}
.lineup-about-detail {
  padding-left: 10px;
}
.lineup-about-detail li,
.faq-wrap li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 6px;
  line-height: 1.8;
}
.lineup-about-h3 {
  font-size: 18px;
  margin-left: 6px;
  margin-bottom: 6px;
  padding: 0.2em 0.4em; /*上下 左右の余白*/
  color: #333; /*文字色*/
  background: transparent; /*背景透明に*/
  border-left: solid 6px #019de6; /*左線*/
}
.howto p {
  text-align: center;
}
.howto {
  margin-bottom: 36px;
}
.set-wrap {
  margin-bottom: 80px;
}
.set-h2 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.set-h2 span {
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-weight: 600;
  margin: 0 5px;
}
.set-img {
  width: 80%;
  margin: 10px auto;
}
/* 角丸　セット内容 */
.kakomi-maru4 {
  position: relative;
  margin: 1em auto;
  padding: 1.2em;
  width: 80%;
  border: 2px solid #019de6; /* 枠線の太さ・色 */
  color: #333; /* 文字色 */
  background-color: #fff;
  border-radius: 8px; /* 角の丸み */
}
.title-maru4 {
  position: absolute;
  left: 20px; /*（left）に変更すると左 */
  top: -15px;
  padding: 0 0.5em;
  font-weight: bold;
  font-size: 1.1em;
  color: #019de6; /* タイトル色 */
  background-color: #fff;
}
.banner-06 {
  width: 88%;
  margin: 0 auto 10px;
}
/* FAQ */
.faq {
  width: 100%;
}
.accordion {
  width: 90%;
  margin: 0 auto;
}
.accordion-content {
  display: none;
}
/* FAQ　装飾用 */
.acc-wrap {
  border-bottom: 1px solid #333;
}
.accordion-header {
  padding: 12px 45px 10px 20px;
  margin: 10px 0 0;
  cursor: pointer;
  position: relative;
}
.accordion-header span,
.accordion-content span {
  padding-left: 25px;
  position: relative;
  display: block;
}
.accordion-header::before,
.accordion-header::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 12px;
  height: 2px;
  margin: auto;
  background: #151e2f;
}
.accordion-header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.accordion-header.active::after {
  transform: rotate(0deg);
}
.accordion-content {
  background-color: #fff;
  padding: 12px 20px 10px;
}
.accordion-header span,
.accordion-content span {
  padding-left: 25px;
  position: relative;
}
.accordion-header span {
  font-weight: 500;
}
.accordion-header span::before {
  position: absolute;
  content: "Q";
  top: 2px;
  left: 0;
  color: #151e2f;
  font-size: 16px;
}
.accordion-content span::before {
  position: absolute;
  content: "A";
  top: 3px;
  left: 0;
  color: #151e2f;
  font-size: 16px;
}
.faq-wrap {
  width: 81%;
  margin: 40px auto;
}
.faq-wrap ul,
.faq-wrap ol {
  margin-bottom: 22px;
}
.faq-h3 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 7px;
}
/* 会社概要 */
.company-wrap {
  width: 90%;
  margin: 0 auto 70px;
}
.company table {
  border-collapse: collapse;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  border-top: 1px solid #656e75;
  font-size: 14px;
  min-width: 300px;
}
.company th,
.company td {
  padding: 8px 12px;
  vertical-align: top;
  border-bottom: 1px solid #656e75;
}
.company th {
  background: #f3f3f3;
  text-align: left;
  white-space: nowrap;
  font-weight: 500;
}
.company td {
  background: #fff;
  color: #333;
  text-align: start;
}
@media (min-width:425px) {
  .fv-title-text,.fv-title-text2{
    font-size: 2em;
  }
  .fv-title-text2,.big-content-title-text2,.child-title-text2,.easy-title-highlight2{
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }
  .big-content-title-highlight2,.choose-title-highlight2,.choose-left-title-highlight2,.choose-right-title-highlight2{
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.7);
  }
  ::-webkit-full-page-media, :future, :root .big-content-title-highlight2,::-webkit-full-page-media, :future, :root .choose-title-highlight2,::-webkit-full-page-media, :future, :root .choose-left-title-highlight2,::-webkit-full-page-media, :future, :root .choose-right-title-highlight2{
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
  }
  .underline::after{
    width: 154px;
    bottom: -19px;
  }
  .child-title-bold{
    font-size: 9vw;
  }
  .child-title-text,.child-title-text2{
    font-size: 2em;
  }
  .choose-left-title{
    transform: translate(-29%, 54%);
  }
  .choose-left-message{
    bottom: 15%;
  }
  .choose-left-type{
    bottom: 15%;
  }
  .choose-right-title-text,.choose-right-title-text2{
    top: 136%;
  }
  .choose-right-message{
    bottom: 14%;
  }
  .choose-right-type{
    bottom: 44%;
  }
  /* .choose-left-title-highlight2,.choose-right-title-highlight2{
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
  } */
}

@media (min-width: 576px) {
  body {
    font-size: 18px;
  }
  .button-01 a,
  .speechBubble,
  .button-02 a,
  .box3-3 {
    font-size: 32px;
  }
  .speechBubble-02 {
    border: 4px solid #019de6;
    font-size: 33px;
  }
  .speechBubble-03 {
    font-size: 33px;
  }
  .balloon-wrap-02 {
    top: 88%;
  }
  .detail,
  .title-maru4,
  .kakomi-maru4 li {
    font-size: 20px;
    line-height: 1.8;
  }
  .lineup-about-h3 {
    font-size: 24px;
    padding: 0.2em 0.4em 0.3em;
  }
  .lineup-about-detail li,
  .faq-h3 {
    font-size: 20px;
  }
  .howto p {
    font-size: 20px;
  }
  .set-h2 {
    font-size: 24px;
  }
  .scroll-box div img {
    min-width: 970px;
  }
  .feeling-title{
    font-size: 1.9em;
  }
  .easy-message {
    font-size: 1.2em;
  }
}
@media (min-width: 750px) {
  .fv-title-text,.fv-title-text2{
    font-size: 3em;
  }
  .fv-title-bold {
    font-size: 1.2em;
  }
  .title {
    font-size: 30px;
  }
  .title-bold {
    font-size: 45px;
    border-bottom: 6px solid #a7c518;
  }
  .child-title-text,.child-title-text2{
    font-size: 2.5em;
  }
  .timing {
    font-size: 45px;
  }
  .timing-icon-content{
    flex-basis: 176px;
  }
  .big-content-title-text,.big-content-title-text2{
    font-size: 2.4em;
  }
  .big-content-title-highlight2,.easy-title-highlight2,.choose-title-highlight2{
    -webkit-text-stroke: 8px #fff;
  }
  .underline::after{
    width: 289px;
    bottom: -40px;
  }
  .big-content-title,.easy-title,.choose-title {
    height: 95px;
  }
  .big-content-300-top{
    top: 54px;
    font-size: 2.9em;
  }
  .big-content-300-bottom-text{
    font-size: 2em;
  }
  .big-content-300-bottom-product-img{
    width: 193px;
  }
  .underline2::after{
    width: 291px;
    bottom: -42px;
  }
  .child-title-bold{
    font-size: 1.4em;
  }
  .child-title-text,.child-title-text2{
    top: 80px;
  }
  .child-bottom{
    bottom: 10%;
    right: 5%;
    font-size: 1.3em;
  }
  .balloon-wrap-04{
    bottom: -13%;
  }
  .speechBubble-04 p{
    font-size: 0.7em;
  }
  .easy-title-text,.easy-title-text2,.choose-title-text,.choose-title-text2{
    font-size: 2.5em;
  }
  .choose-left-title-text,.choose-left-title-text2{
    top: 145%;
  }
  .choose-left-message {
    top: 25%;
    font-size: 1.3em;
  }
  .choose-right-title {
    bottom: -4%;
  }
  .choose-right-title-text, .choose-right-title-text2 {
    top: 586%;
    font-size: 2.3em;
  }
  .choose-right-message {
    bottom: 15%;
    font-size: 1.4em;
  }
  .choose-right-type {
    bottom: 44%;
    border-radius: 25px;
  }
  .choose-left-type {
    bottom: 16%;
    border-radius: 25px;
  }
  .choose-left-title-text,.choose-left-title-text2{
    font-size: 2.4em;
  }
  .choose-right-title-highlight-rotate{
    transform: rotate(9deg) translate(0, 13px);
  }
  .speechBubble-05{
    font-size:1.8em;
  }
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}


/* PC版テーブルサイズ修正 */
@media (min-width: 750px) {
  .table-wrapper {
    width: 95%;
    margin: 0 auto 0;
    overflow-x: hidden;
    border-radius: 0px;
    padding: 0px;
  }

  table {
    width: 98%;
    border-collapse: collapse;
    min-width: initial;
  }

  .product-name {
    font-size: 14px;
    text-align: center;
    max-width: initial;
  }

  .product-header {
    width: initial;
  }

  tbody td {
    padding: 15px 8px;
    width: initial;
    font-size: 15px;
  }
}
