@charset "utf-8";
/* 基本 */
body {
    font-family:  "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",
    "メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
    background: #67baee;
    color: #333;
    margin:0;
    padding:0;
}

p {
font-size: 16px; 
}

a:link, a:visited, a:hover, a:active{
    color: #d03c56;
    text-decoration: none;
}

*, *::before, *::after{
 box-sizing: boder-box;
}
 *, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

 img{
  max-width: 100%;  
  vertical-align: bottom;  line-height: 1.0em;
 display: block;
 }
div {
    box-sizing: border-box;
}

/* スムーススクロール */
html {
  scroll-behavior: smooth;
}

  /* 真ん中寄せ */
.content {
    max-width: 800px;
    margin: 0 auto;
    
}

/* テキスト */
.content_tx{
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 100px;
  font-size: 16px;
  line-height: 1.5;
  background: #fff;
}
section{
  margin-bottom: 40px;
}

h1,h2,h3,h4{
    margin: 0;
    padding: 0;
    line-height: 1;
}

h1 {
    font-size: 28px;
    position: relative;
    padding: 0.3em 0.5em;
  margin: 34px 0 0 0;
}
h1::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    content: '';
    border-radius: 2px;
    background-image: -webkit-gradient(linear, right top, left top, from(#9ca5ee), to(#49ebdf));
    background-image: -webkit-linear-gradient(right, #9ca5ee 0%, #49ebdf 100%);
    background-image: linear-gradient(to left, #9ca5ee 0%, #49ebdf 100%);
}
h2,h3,h4{
    display: block;
    line-height: 1;
    margin: 15px 0 10px 0;
    padding:11px 0 10px 11px;
}
h2{
    font-size: 24px;
    margin-bottom: 10px;
}
h3{
    font-size: 21px;
    margin: 19px 0 5px 0;
    padding: 6px 0px 6px 13px;
}

h4 {
position: relative;
    overflow: hidden;
    padding: 10px 2rem 7px 75px;
    border: 2px solid #000;
    display: inline-block;
    max-width: 100%;
    font-size: 18px;
}

h4:before {
  position: absolute;
    top: -150%;
    left: -107px;
    width: 164px;
    height: 295%;
    content: '';
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
    background: #000;
}

h4 span {
    font-size: 22px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    padding-top: 9px;
    padding-left: 11px;
    color: #fff;
}

h2.ttl{
 color: #333;
  /* text-align: center; */
  padding: 1em;
  margin-bottom: 15px;
    border-left:none;
    border-radius: 0;
  border-top: solid 4px #05b9f0;
  border-bottom: solid 4px #05b9f0;
  background: -webkit-repeating-linear-gradient(-44deg, #e6f4ff, #e6f4ff 8px,#cce6f9  8px, #cce6f9  16px);
  background: repeating-linear-gradient(-44deg, #e6f4ff, #e6f4ff 8px,#cce6f9  8px, #cce6f9  16px);
}

  /* 見出し */
.title_glay{
    background-color: #e6e6e6;
    border-left: 4px solid #655d57;
}
.title_blue {
  background:#a2dffe;
  border-left: solid 5px #38b3f2;

}
.title_l_border{
    border-left: 4px solid #655d57;
}

.title_bg_glay{
    background:#ebebeb;
    font-weight: 700;
    line-height: 1.35;
    margin: 32px 0 0 0;
    padding: 11px 4px 8px 15px;
    border-left: 10px solid #2589d0;
    border-radius: 2px;
    background: #efefef;
}
.title_black{
    background:#333;
    color: #fff;
}
.title_bg_blue{
    background:#abe0fb;
}

.title_dot {
  display: inline-block;
  font-weight:bold;
  border-bottom: dotted 3px #38b3f2;
}

/* 文章アンダーライン */
.yellow_line {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #f5cb4e 0%) repeat scroll 0 0;
}

.pink_line{
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fa87c6 0%) repeat scroll 0 0;
    
}

.yblue_line{
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #49ebdf 0%) repeat scroll 0 0;
    
}


.title_center {
  padding: 1rem 2rem;
  color: #fff;
  background: rgb(10 122 195);
  -webkit-box-shadow: 5px 5px 0 #035292;
  box-shadow: 5px 5px 0 #035292;
}
@media screen and (max-width: 767px) {
    h1 {
        font-size: 25px;
        position: relative;
        padding: 0.3em 0.5em;
        line-height: 1.3;
        margin: 0;
    }
h2{
    font-size: 20px;
    margin-bottom: 10px;
}
h3{
    font-size: 18px;
    margin: 19px 0 5px 0;
    padding: 6px;
}


h4 {
position: relative;
    overflow: hidden;
    padding: 10px 10px 7px 71px;
    border: 2px solid #000;
    display: inline-block;
    max-width: 100%;
    font-size: 16px;
}

h4:before {
  position: absolute;
    top: -150%;
    left: -107px;
    width: 164px;
    height: 295%;
    content: '';
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
    background: #000;
}

h4 span {
    font-size: 22px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    padding-top: 7px;
    padding-left: 11px;
    color: #fff;
}
}


/* おすすめカート */
.osusume_list{
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    padding-left: 0;
}
.osusume_list li {
    list-style: none;
    border: solid 2px #2791d8;
    margin-top: 10px;
    background-color: #fff;
    width: 48%;
    padding: 1em;
}
.osusume_head {
    text-align: center;
}
.osusume_name {
    text-align: center;
    display: block;
    width: fit-content;
    margin: 1em auto 0 auto;
    color: #0070c0;
    font-weight: bold;
    text-decoration: underline;
}

.osusume_img {
    width: 80%;
    display: block;
    margin: 1em auto 0 auto;
}

.osusume_text {
    margin-top: 1em;
    font-size: 13px;
}

.osusume_btn {
    display: block;
    width: 60%;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 0.5em 2em;
    background: linear-gradient(#02e1ff, #0a9bfc);
    border: solid 1px #eaeffa;
    border-radius: 0.4em;
    text-decoration: none;
    margin: 1em auto 0 auto;
}
a.osusume_btn{
  color: #fff;
}
a.osusume_name{
  color: #0070c0;
}
@media screen and (max-width: 767px) {
 .content_tx{
    max-width: 100%;
    margin: 0 auto;
    padding:0 3%;
  }

 .content_tx p{
    font-size: 15px;
 }
}

/*オンラインストア*/
.lineup{
  max-width: 800px;
  margin:0 auto;
  background-color: #fefbc6;
  padding:30px 70px ;
}
.lineup .item.store {
display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.item.store{
  background-color: #c9bc9c;
  padding: 15px;
  border-radius: 10px;
}
.lineup .store > div {
  width: 49%;
  background: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 10px;

  transition: opacity 0.8s cubic-bezier(.85, 2.35, .71, 1), filter 0.1s ease;
  filter: drop-shadow(3px 3px 3px #535353);
}
.lineup .store > div:active {
  transform: translateY(2px);
  filter: drop-shadow(1px 1px 1px #aaa);
}


@media screen and (max-width: 767px) {
  .lineup{
  padding:0 3% 3% 3%;
}
.item.store {
  background-color: #c9bc9c;
  padding: 8%;
  border-radius: 10px;
}
.lineup .store > div{
    width: 990%;
    margin: 0 auto 5% auto;
    padding:0 3%;
  }

}

.link_bg{
    max-width: 800px;
    margin: 0 auto;
  background: #fff;
}
.link_bg img {
  display: block;
  margin: 0 auto;
}
/*オンラインストア　テキスト用*/
.lineup02{
  max-width: 800px;
  margin:30px auto 0 auto;
  background-color: #fff;
  /* padding:30px 70px ; */
}

.lineup02 .item.store {
display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}
.item.store{
  background-color: #c9bc9c;
  padding: 15px;
  border-radius: 10px;
}
.lineup02 .store > div {
  width: 49%;
  background: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 10px;

  transition: opacity 0.8s cubic-bezier(.85, 2.35, .71, 1), filter 0.1s ease;
  filter: drop-shadow(3px 3px 3px #535353);
}
.lineup02 .store > div:active {
  transform: translateY(2px);
  filter: drop-shadow(1px 1px 1px #aaa);
}

@media screen and (max-width: 767px) {
  .lineup02{
  padding:0 3% 3% 3%;
}
.item.store {
  background-color: #c9bc9c;
  padding: 8%;
  border-radius: 10px;
}
.lineup02 .store > div{
    width: 990%;
    margin: 0 auto 5% auto;
    padding:0 3%;
  }

}

/* メニュー折り畳み */
#tocContent.collapsed {
  max-height: 7em; /* 最初に表示する高さ（行数に応じて調整） */
  overflow: hidden;
  transition: max-height 0.3s ease;
}

#tocContent.expanded {
  max-height: 1000px; /* 十分大きな値にして全体を表示 */
}

#tocContent.collapsed {
  max-height: 7em;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

#tocContent.expanded {
  max-height: 1000px;
}

.toggle-link {
  text-align: center;
  color: #007acc; /* リンク風の青 */
  cursor: pointer;
  margin-top: 10px;
  text-decoration: underline;
  font-size: 1em;
}
#tocContent {
  position: relative;
  overflow: hidden;
  color: #333; /* ← 文字色をここで指定 */
  transition: max-height 0.3s ease;
  padding: 25px 0 0 0;
}

/* 閉じているとき：下部が白くフェードアウトして見える */
#tocContent.collapsed {
  max-height: 10.5em;
  mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
}

/* 展開時はマスク解除で全文表示 */
#tocContent.expanded {
  max-height: 1000px;
  mask-image: none;
  -webkit-mask-image: none;
}

.toggle-link {
  text-align: center;
  color: #007acc;
  cursor: pointer;
  margin: 10px 0;
  padding: 0 0 10px 0;
  text-decoration: none;
  font-size: 15px;
}
.toggle-link{
  color: #333 !important;
}
.toc a {
  color: #333 !important;

}

.toc a:hover {
  color: #1187db!important; /* さわやかなブルー系 */
}
.toc {
    margin:30px 0 30px 0;
    border-radius: 10px;
    background-color: #faf9f9;
}

.toc h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 10px 0;
    background-color: #2589d0;
    color: #fff;
    font-weight: 600;
    font-size: 1.1em;
}

.toc h2::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 4H21V6H8V4ZM3 3.5H6V6.5H3V3.5ZM3 10.5H6V13.5H3V10.5ZM3 17.5H6V20.5H3V17.5ZM8 11H21V13H8V11ZM8 18H21V20H8V18Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    content: '';
}

.toc ol {
    list-style-type: decimal;
    margin: 0;
    overflow: hidden;
}

.toc > ol {
    padding: 1em 1em 1em 3em;
}

.toc ol ol {
    margin-top: 5px;
    padding-left: 1.1em;
}

.toc li {
    padding: 5px 0;
    font-weight: 600;
}

.toc ol ol li {
    font-weight: 500;
    font-size: .9em;
}

.toc a {
    color: #333;
    text-decoration: none;
}

/* よくある質問 */
.qa dt {
  position: relative;
  margin: 0 0 1.5em 30px;
}
.qa dd {
  position: relative;
  margin: 0 0 2em 0;
  padding: 0 0 10px 30px;
  border-bottom: 1px dotted #0097a7;
}
.qa dt::before,
.qa dd::before {
  position: absolute;
  margin: 0 0.5em 0 -30px;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  clip-path: circle(50% at 50% 50%);
}
.qa dt::before {
  content: 'Q';
  background: #f57c00;
}
.qa dd::before {
  content: 'A';
  background: #0e81ce;
}
.qa dt::after,
.qa dd::after {
  position: absolute;
  top: 7px;
  width: 10px;
  height: 10px;
  content: '';
  clip-path: polygon(100% 53%, 0 0, 0 100%);
}
.qa dt::after {
  left: -10px;
  background: #f57c00;
}
.qa dd::after {
  left: 20px;
  background: #0e81ce;
}

/* TOP画像 */
.letter03 {
  position: relative;
  width: 100%;
  background: white;
  overflow: hidden;
}
.letter03 .image {
  width: 95%;
  margin: 0 0 0 auto; /* 左マージンを自動にして右寄せ */
  position: relative; /* 既にあるならOK */
}
/* グラデーションを前面に重ねる */
.letter03::before,
.letter03::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 30%; /* 画像の左右の余白幅に合わせる */
  z-index: 2;
  pointer-events: none;
}

.letter03::before {
  left: 0;
  background: linear-gradient(to right, white 17%, rgba(255,255,255,0) 100%);
}

.letter03::after {
  right: 0;
  background: linear-gradient(to left, white 19%, rgba(255,255,255,0) 83%);
}

/* 画像の z-index を下げる or なしにする */
.letter03 .image img {
  width: 95%;
  height: 500px;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1; /* もしくは削除してもOK */
}


@media screen and (max-width: 767px) {
.letter03 .image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: 1;
}
}
