@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@400;500&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/*-----------------------------------------
-------------------------------------------
-------------------------------------------
-------------------------------------------

目次　※各々レスポンシブ対応あり

01 共通部分設定＆リセットCSS
02 ヘッダーの設定
03 コンテンツの設定
04 フッターの設定

-------------------------------------------
-------------------------------------------
-----------------------------------------*/

/*-----------------------------------------
01 共通部分設定＆リセットCSS
-------------------------------------------*/
body {
  padding: 0;
  margin: 0;
}

div.body {
  margin: auto;
}

@media screen and (min-width:769px) {
  div.body {
    min-width: 1200px;
  }
}

div.body * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.center {
  width: calc(100% - 15px*2);
  max-width: 1100px;
  margin: auto;
  padding: 0;
  text-align: center;
}

.center2 {
  width: calc(100% - 15px*2);
  max-width: 1400px;
  margin: auto;
  padding: 0;
  text-align: center;
}

.center3 {
  width: calc(100% - 15px*2);
  max-width: 650px;
  margin: auto;
  padding: 0;
  text-align: center;
}

.body a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.body a:hover {
  opacity: 1;
}

.body img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.body li,
.body a,
.body p,
.body h2,
.body h3,
.body h4,
.body h5,
.body span,
.body div {
  text-shadow: none;
  margin: auto;
  padding: 0;
  background: none;
  font-family: "Noto Sans JP", serif;
}

/* .kaisei{
  font-family: "Kaisei Opti", serif!important;
  font-weight: 500!important;
} */
.body li {
  list-style: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width:768px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}



:root {
  --yellow01: #FDDA6A;
  --orange01: #DE520E;

  --product02: #1C78BC;
  --product03: #C94971;
  --product04: #4C937F;
  --product05: #865293;
  --product06: #AF6412;
}

/*-----------------------------------------
01 共通部分設定＆リセットCSS　ここまで
-------------------------------------------*/

div.body.fixed {
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20260722/bg.png)no-repeat center top / 100%;
  position: relative;
  text-align: center;
  background-attachment: scroll;

  /* 位置の変更をゆっくり見せるトランジション */
  transition: background-position 0.3s ease-out;

  /* 高さの確保：中身が空でも要素自体の高さを最低限画面一杯にする */
  min-height: 100vh; 
}

/* 画面上端に達した後の固定スタイル */
div.body.fixed.is-fixed {
  background-attachment: fixed; /* 画面に固定 */
  
  /* 縦が足りなくなるのを防ぐために、引き伸ばしサイズを微調整 */
  background-size: cover; 
  
  /* わずかに上にズラす指定を維持 */
  background-position: center -3px; 
}

/*-----------------------------------------
02 ヘッダーの設定
-------------------------------------------*/
section.headGrp>div.wrap01 {
  padding: 40px 0 40px;
}

section.headGrp>div.wrap01 h1 {
  width: 95%;
  max-width: 1000px;
  margin: auto auto 10px;
}

p.header_date {
  display: inline-block;
  text-align: center;
  margin: 0.5em auto;
  padding: 0.25em 1em;
  color: #fff;
  background: var(--orange01);
  font-size: 24px;
  font-weight: 500;
  border-radius: 3px;
  /* position: relative; */
}

@media screen and (min-width:769px) {}

@media screen and (max-width:768px) {}

@media screen and (max-width:375px) {
  p.header_date {
    font-size: 5.5vw;
  }

  p.header_date::before,
  p.header_date::after {
    width: 5vw;
  }
}

/*固定メニュー*/
section.headGrp>div.wrap02 {
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20260722/pattern.png)repeat 20px;
  border-radius: 20px 20px 0 0;
  width: calc(100% - 30px);
  max-width: 1300px;
}

:root {
  --menu-height: 90px;
}

div.menuGrp {
  position: relative;
  margin: 0;
}

div.menu_Button {
  background: none;
  width: 100%;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
}

@media screen and (min-width:769px) {

  div.menuGrp,
  div.menu_Button {
    height: var(--menu-height);
  }

  div.menu_Button {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    min-width: 1100px;
  }
  ul.menu_ul{
    top: -30px;
    position: relative;
  }
  div.menu_Button.fixed_menu_Button {
    background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20260722/pattern.png) repeat 20px;
    position: fixed;
    height: auto;
    top: 0;
    z-index: 999;
    filter: drop-shadow(0 0px 10px rgba(80, 80, 95, 0.25))
  }

  div.menu_Button.fixed_menu_Button ul.menu_ul {
    padding: 0px 0 25px;
    position: static;
    top: 0;
  }

  div.menu_Button.fixed_menu_Button ul.menu_ul a {
    font-size: 20px;
    padding: 0.5em 1.25em;
  }
  div.menu_Button.fixed_menu_Button ul.menu_ul a::before{
    display: none;
  }
  div.menu_Button.fixed_menu_Button ul.menu_ul a::after{
    background-size: 15px 15px;
        background-position: -8.5px 0, -7px 0;
  }
}



/*メニュー*/
ul.menu_ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
  margin: 0;
  padding: 20px 0;
}

ul.menu_ul::after {
  display: none;
}

ul.menu_ul li {
  margin: 0;
  position: relative;
  transition: all 0.3s ease 0s;
}

ul.menu_ul a {
  line-height: 1.25;
  display: block;
  padding: 0.5em 0.75em;
  font-family: "Kiwi Maru", serif !important;
  font-weight: 500;
  font-size: 24px;
  font-weight: 500;
  color: #fff !important;
  position: relative;
}
ul.menu_ul a:hover{
  color: #fcfc68 !important;
}
ul.menu_ul a::before,
h3.title_h3::before{
   content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 10px;
  height: 10px;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
/* ギザギザの共通デザイン（ここで形を1括管理） */
ul.menu_ul a::after,
h3.title_h3::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 15px;
  /* ギザギザの高さ */
  /* 各メニューの色（--bg-color）をグラデーションに連動させる */
  background:
    linear-gradient(135deg, var(--bg-color) 25%, transparent 25%),
    linear-gradient(225deg, var(--bg-color) 25%, transparent 25%);
  background-size: 20px 20px;
  background-position: -10px 0, -10px 0;
}

/*各メニューの色指定*/
/* 秋の制作 */
ul.menu_ul a.product01,
.wrap01 h3.title_h3 {
  background-color: var(--orange01);
  --bg-color: var(--orange01);
}
ul.menu_ul a.product01::before,
.wrap01 h3.title_h3::before{
  background: #893322;
}

/* 制作キット */
ul.menu_ul a.product02,
.wrap02 h3.title_h3 {
  background-color: var(--product02);
  --bg-color: var(--product02);
}
ul.menu_ul a.product02::before,
.wrap02 h3.title_h3::before{
  background: #0E3C5E;
}
.wrap02 div.title-wrap p{
color: #0E3C5E;
}
/* 敬老の日 */
ul.menu_ul a.product03,
.wrap03 h3.title_h3 {
  background-color: var(--product03);
  --bg-color: var(--product03);
}
ul.menu_ul a.product03::before,
.wrap03 h3.title_h3::before{
  background: #8D153A;
}
.wrap03 div.title-wrap p{
color: #8D153A;
}
/* 秋の運動会 */
ul.menu_ul a.product04,
.wrap04 h3.title_h3 {
  background-color: var(--product04);
  --bg-color: var(--product04);
}
ul.menu_ul a.product04::before,
.wrap04 h3.title_h3::before{
  background: #264A40;
}
.wrap04 div.title-wrap p{
color: #264A40;
}
/* 秋のイベント */
ul.menu_ul a.product05,
.wrap05 h3.title_h3 {
  background-color: var(--product05);
  --bg-color: var(--product05);
}
ul.menu_ul a.product05::before,
.wrap05 h3.title_h3::before{
  background: #663572;
}
.wrap05 div.title-wrap p{
color: #663572;
}
/* 装飾用品 */
ul.menu_ul a.product06,
.wrap06 h3.title_h3 {
  background-color: var(--product06);
  --bg-color: var(--product06);
}
ul.menu_ul a.product06::before,
.wrap06 h3.title_h3::before{
  background: #7C4D1E;
}
.wrap06 div.title-wrap p{
color: #7C4D1E;
}

@media screen and (max-width:768px) {
  ul.menu_ul {
    padding: 0 0 10px;
    max-width: 500px;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  ul.menu_ul>li {
    width: calc(calc(100% / 1) - 30px);
    margin: 0 0 15px;
    padding: 0;
  }

  ul.menu_ul>li a {
    font-size: 4vw;
    padding: 0.75em;
    border-radius: 200px;
    text-align: center;
  }
}

@media screen and (max-width:450px) {
  ul.menu_ul>li a {
    font-size: 5.5vw;
  }
}

/*-----------------------------------------
02 ヘッダーの設定　ここまで
-------------------------------------------*/

/*-----------------------------------------
03 コンテンツの設定
-------------------------------------------*/
/* section.mainGrp{
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20260202/bg_bottom.png)no-repeat;
  background-size: contain;
  background-position: center bottom;
  background-attachment: fixed;
}
@media screen and (max-width:768px) {
  section.mainGrp{
    background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20260202/bg_bottom_sp.png)no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed;
  }
} */

/*共通部分--------------------*/

/*タイトル設定*/
div.title-wrap p{
  display: block;
  background: #fff;
  margin: 26px auto 0;
  padding: 0.25em;
  max-width: 1200px;
  font-size: 22px;
   font-family: "Kiwi Maru", serif !important;
  font-weight: 500;
}
h3.title_h3 {
  line-height: 1.25;
  padding: 0.5em 1em;
  font-size: 36px;
   font-family: "Kiwi Maru", serif !important;
  font-weight: 500;
  color: #fff!important;
  position: relative;
  max-width: 300px;
  top: -10px;
}


@media screen and (max-width:768px) {
  h3.title_h3 {
    font-size: 30px;
  }
  div.title-wrap p{
    font-size: 18px;
  }
}

@media screen and (max-width:500px) {
  h3.title_h3 {
    font-size: 24px;
  }
   div.title-wrap p{
    font-size: 16px;
  }

}

/*ボックス枠*/
.mainGrp div.wrap{
  width: 80%;
  padding: 0 40px;
  margin: 40px auto;
}
.mainGrp div.wrap01{
  margin-top: 0;
}
.mainGrp div.wrap02{
  background: #ADC9F2;
}
.mainGrp div.wrap03{
  background: #F4C7CE;
}
.mainGrp div.wrap04{
  background: #CCC991;
}
.mainGrp div.wrap05{
  background: #C9B8DD;
}
.mainGrp div.wrap06{
  background: #EAC1B7;
}

@media screen and (max-width:1500px) {
  .mainGrp div.wrap{
  width: 90%;
}
}
@media screen and (max-width:768px) {
  .mainGrp div.wrap{
  width: calc(100% - 20px);
  max-width: 500px;
  padding: 0 15px;
}

}
/*夏の制作--------------------*/

section.mainGrp>div.wrap01{
  width: 100%;
  background: var(--yellow01);
  padding: 0;
}
section.mainGrp>div.wrap01>div.center {
  position: relative;
  z-index: 99;
  max-width: 1000px;
}

@media screen and (max-width:768px) {
section.mainGrp>div.wrap01{
  padding-left: 7px;
  padding-right: 7px;
}
  section.mainGrp>div.wrap01 div.center {
    max-width: 500px;
  }
}

/*スライド設定------------
-----------------------------------------*/

/* スライダー全体を囲うラッパー要素 */
div.splide-wrapper {
  width: 100%;
  margin: 0 auto;
}

/* 画像が指定のサイズ内に収まるようにするためのCSS */
.splide__slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
  /* 表示中の画像のボーダーを除きたいときは下記を有効化する */
  /* border: none !important; */
}

.splide.is-initialized,
.splide.is-rendered {
  height: fit-content;
}

/*レクネタ紹介部分*/
li.splide__slide {
  background: #fff;
  padding: 30px 20px;
  border-radius: 20px;
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1));
  margin: 20px 0 40px;
  height: fit-content;
}

.splide__arrow:disabled {
  opacity: 0;
}

/*タグ切替部分*/
#thumbnail-carousel {
  max-width: 1000px;
}

#thumbnail-carousel li.splide__slide {
  filter: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
  color: var(--orange01);
  font-weight: 700;
  font-size: 18px;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 3px solid var(--orange01);
}


@media screen and (max-width:768px) {
  #thumbnail-carousel {
    max-width: 500px;
  }
}

/*スライド設定ここまで------------
-----------------------------------------*/

/*レクネタ内容*/
div.rekuneta_flex {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 15px;
  margin-bottom: 20px;
  /* display: flex;
  justify-content: space-between; */

}

@media screen and (min-width:769px) {
  div.rekuneta_flex {
    max-width: 900px;
  }
}

@media screen and (max-width:768px) {
  div.rekuneta_flex {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
}


/*画像*/
div.rekunet_img {
  width: 100%;
}

/*テキスト部分*/
div.rekuneta_text,
div.rekuneta_text h4,
div.rekuneta_text p,
div.rekuneta_text ul li {
  text-align: left;
  margin: 0;
  letter-spacing: 0.1em;
}

div.rekuneta_text {
  width: 100%;
  margin: auto;
}

/* @media screen and (max-width:768px) {
  div.rekuneta_text{
    width: 100%;
  }
} */
div.rekuneta_text h4.title_h4 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 0.5em;
  color: var(--orange01);
}

@media screen and (max-width:768px) {
  div.rekuneta_text {
    width: calc(100% - 15px*2);
  }
}

@media screen and (max-width:450px) {
  div.rekuneta_text h4.title_h4 {
    font-size: 24px;
  }
}

div.rekuneta_text p.recipe {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  padding: 0.35em 0.75em;
  border-radius: 5px;
  color: #fff;
  background: var(--orange01);
}

div.rekuneta_text ul.ul_recipe {
  padding: 0;
  margin: 20px 0;
  counter-reset: sample;
  list-style: none;
}

div.rekuneta_text ul li.li_recipe {
  font-size: 14px;
  margin: 0 auto 0.45em 0;
  position: relative;
  line-height: 1.25;
  padding: 0 0 0 1.85em;
}

div.rekuneta_text ul li.li_recipe a {
  color: #1961e6;
  text-decoration: underline;
}

div.rekuneta_text ul li.li_recipe>span {
  color: var(--orange01);
  font-weight: 700;
}

div.rekuneta_text ul li.li_recipe::before {
  display: block;
  counter-increment: sample;
  content: counter(sample);
  z-index: 5;
  position: absolute;
  top: 2px;
  left: 4px;
  line-height: 1;
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

div.rekuneta_text ul li.li_recipe::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  z-index: 4;
  position: absolute;
  top: 2px;
  left: 0;
  background: var(--orange01);
}

p.come {
  opacity: 0.7;
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}

p.come::before {
  content: "※";
}

/*レクネタ集で詳しく見るボタン*/
div.rekuneta_btn {
  width: calc(100% - 15px*2);
  max-width: 300px;
  margin: 0;
}

div.rekuneta_btn>a {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: #fff;
  padding: 10px 30px 10px 20px;
  text-align: center;
  margin: 0;
  border-radius: 100px;
  position: relative;
  color: var(--orange01);
  border: 2px solid var(--orange01);
}

div.rekuneta_btn>a:hover {
  background: var(--orange01);
  color: #fff;
}

div.rekuneta_btn>a:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid var(--orange01);
  border-right: 2px solid var(--orange01);
  position: absolute;
  transform: translateY(-50%)rotate(-45deg);
  top: 50%;
  right: 15px;
}

div.rekuneta_btn>a:hover:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (max-width:1080px) {
  div.rekuneta_btn>a::after {
    top: 51%;
  }
}

@media screen and (max-width:768px) {
  div.rekuneta_btn {
    margin: auto;
  }
}

@media screen and (max-width:550px) {
  div.rekuneta_btn>a {
    font-size: 4vw;
  }

  div.rekuneta_btn>a::before,
  div.rekuneta_btn>a::after {
    display: none;
  }
}

/*レクネタ集で詳しく見るボタンここまで*/

/*レクネタの商品一覧*/
div.rekuneta_productGrp {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 900px;
}

div.rekuneta_product {
  width: 100%;
  margin: 0;
}

div.rekuneta_product>a {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: 10px;
  border: 1px solid #dddddd;
  border-radius: 10px;
  padding: 10px;
  margin: 0;
  height: 100%;
}

div.rekuneta_product>a:hover {
  opacity: 0.8;
  transform: translateY(-3px);
}

div.rekuneta_product_img {
  width: 100%;
}

div.rekuneta_product_text {
  width: 100%;
  margin: 0;
}

div.rekuneta_product_text p {
  text-align: left;
  color: #000;
  font-size: 14px;
  display: block;
  line-height: 1.75;
  border-bottom: 1px solid #4b4b4b;
}

div.rekuneta_product_text p.rekuneta_product_name {
  font-weight: 700;
  line-height: 1.35;
  padding-bottom: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
  color: var(--orange01);
}

div.rekuneta_product_text p:last-of-type {
  border-bottom: none;
}

div.rekuneta_product_text p.rekuneta_product_midashi {
  font-size: 18px;
  border-bottom: none;
  margin: 0 auto 0.75em;
  line-height: 1.25;
}


div.rekuneta_product_text p.rekuneta_product_price {
  font-size: 13px;
}

p.rekuneta_product_price>span {
  color: red;
  font-size: 13px;
}

@media screen and (max-width:768px) {
  div.rekuneta_product>a {
    grid-template-columns: 1fr;
  }

  div.rekuneta_product_img {
    width: 75%;
  }

}

@media screen and (max-width:500px) {
  div.rekuneta_productGrp {
    grid-template-columns: 1fr 1fr;
  }
}

.pb50 {
  padding-bottom: 50px !important;
}

@media screen and (max-width:768px) {
  .mainGrp>div.wrap div.center2 {
    max-width: 500px;
  }
}


/* 500px以下のスマホサイズのみ適用 */
@media screen and (max-width: 768px) {
  div.rekuneta_productGrp {
    display: none;
    /* 初期状態は非表示 */
  }

  /* ボタンを押してクラスがついたら表示 */
  div.rekuneta_productGrp.is-active {
    display: grid;
    /* 既存の並び順（flexやgridなど）があればそれに合わせて変更してください */
  }

  /* 「商品を見る」ボタンの見た目（自由に調整してください） */
  button.btn-show-products {
    display: block;
    width: 100%;
    margin: 20px auto;
    padding: 14px;
    background-color: var(--product02);
    /* ボタンの色 */
    color: #fff;
    /* 文字の色 */
    text-align: center;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease 0s;
  }

  button.btn-show-products:after {
    font-family: "Font Awesome 6 Free";
    /* FontAwesome 6 を使う場合の指定 */
    font-weight: 900;
    content: "\f067";
    display: block;
    font-size: 15px;
    position: absolute;
    top: 50%;
    right: 20px;
    color: #fff;
    transform: translateY(-50%);
  }

  button.btn-show-products.is-open {

    background-color: #666;
    /* 開いている時は少しグレーにする、など */
  }

  button.btn-show-products.is-open::after {
    transform: translateY(-50%)rotate(45deg);
  }

}




/*背景*/
@media screen and (min-width:769px) {
  div.sakura {
    padding: 0 0 60px;
    background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20240129/haikei_left.png)center left, url(https://d11w49g8ylcixs.cloudfront.net/resource/20240129/haikei_right.png)center right;
    background-repeat: no-repeat;
    background-size: 275px;
    background-attachment: fixed;
  }
}

@media screen and (max-width:768px) {
  div.sakura {
    padding: 0 0 60px;
    background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20240129/haikei_left.png)left -30vh, url(https://d11w49g8ylcixs.cloudfront.net/resource/20240129/haikei_right.png)right 40vh;
    background-repeat: no-repeat;
    background-size: 60%;
    background-attachment: fixed;
  }
}


/*クリスマスタペストリーコンテスト2023*/

div.Xmas_btn {
  width: 100%;
  max-width: 800px;
  margin: auto auto 60px;
}

div.Xmas_btn>a {
  display: block;
}

div.Xmas_btn>a:hover {
  transform: translateY(-5px);
  filter: brightness(120%);
}



/*スマホからも見れます！毎日のレクはお任せください！すぐに使えるアイデアいっぱい！レクネタ集*/

div.RKNT_btn {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

div.RKNT_btn>a {
  display: block;
}

div.RKNT_btn>a:hover {
  transform: translateY(-5px);
  filter: brightness(110%);
}

@media screen and (max-width:768px) {
  div.RKNT_btn {
    width: 90%;
    max-width: 440px;
  }

  div.RKNT_btn img {
    border-radius: 10px;
  }
}

/*-----------------------------------------
03 コンテンツの設定ここまで
-------------------------------------------*/

/*-----------------------------------------
04 フッターの設定
-------------------------------------------*/
section.footGrp {
  background: var(--yellow01);
  padding: 80px 0;
  margin: 0px 0 0;
  position: relative;
}

section.footGrp::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20240129/line_01.svg)repeat-x calc(50% - 0px) bottom / 100%;
  width: 100%;
  height: 10%;
}



div.dl_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

div.dl_flex>div {
  width: calc(50% - 20px);
}

div.dl_item_text p {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: var(--orange01);
}

div.dl_item_text a {
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--orange01);
  background: #fff;
  border-radius: 100px;
  padding: 0.75em 2em;
  margin-top: 2em;
}

div.dl_item_text a:hover {
  background: #fff8d1;
}


@media screen and (max-width:768px) {

  div.dl_flex {
    flex-direction: column-reverse;
    max-width: 500px;
  }

  div.dl_flex>div {
    width: 90%;
  }

  div.dl_item_text {
    margin-top: 30px;
  }

  div.dl_item_text a {
    display: block;
  }
}

@media screen and (max-width:500px) {

  section.footGrp {
    padding: 50px 0;
  }

  div.dl_item_text p {
    font-size: 5vw;
  }

  div.dl_item_text a {
    font-size: 6vw;
    padding: 1em;
  }
}

/*-----------------------------------------
04 フッターの設定ここまで
-------------------------------------------*/



/*スマ介_____EC-CUBE対策*/
main.l-container {
  width: 100%;
}

.c-main {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

#contentInner {
  width: auto;
  padding-bottom: 0;
}

#wide_main_contents {
  width: 100%;
}

.c-breadcrumb {
  width: 1200px;
  margin: auto;
}

@media (max-width: 1230px) {
  main.l-container {
    width: 123rem;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block;
  }

  .l-container {
    width: 120rem;
  }

  #contentInner {
    width: 1200px;
    padding-bottom: 0;
  }

  #wide_main_contents {
    width: 1200px
  }
}