@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800&display=swap');

body {
  padding: 0;
  margin: 0;
}

.body {
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.center {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.body a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.body a:hover {
  opacity: 1;
}

.body img {
  width: calc(100% - 10px);
  vertical-align: top;
}

.body p,
.body h2,
.body h3,
.body span,
.body div {
  text-shadow: none;
}

.body li {
  list-style: none;
}
.body li p{
text-align:center;
}

.pc {
  display: block;
}

.pc2 {
  display: block;
}

.ipad {
  display: none;
}

.sp {
  display: none;
}

/*EC-CUBE*/
.l-container{
  width: 1200px;
}
#fil{
width: 1200px;
margin: auto;
}
.c-main {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
#contentInner{padding-bottom: 0;}
#contentInner,
#wide_main_contents{width: 100%;}


@media screen and (max-width:1080px) {
  .pc {
    display: block;
  }

  .pc2 {
    display: none;
  }

  .ipad {
    display: block;
  }

  .sp {
    display: none;
  }
}

@media screen and (max-width:768px) {
  .pc {
    display: none;
  }

  .ipad {
    display: none;
  }

  .sp {
    display: block;
  }
}

/*a.btn ::before {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
}*/
/*ヘッダー------------------------------
----------------------------------------*/
.headGrp {
  background: #fff5e1;
}

.headGrp img {
  width: 100% !important;
}

.headGrp .wrap {
  padding: 13px 10px 0px;
  background: #fff5e1;
}

.headGrp .wrap01,
.headGrp .wrap02 {
  position: relative;
}

.headGrp .wrap01::after,
.headGrp .wrap02::after {
  content: "";
  display: block;
  width: 100%;
  height: 28px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.headGrp .wrap01::after {
  background: url(../svg/frame_top_1.svg);
  background-repeat: repeat-x;
  bottom: -26px;
  z-index: 1;
}

.headGrp .wrap02::after {
  background: url(../svg/frame_bottom.svg);
  background-repeat: repeat-x;
  bottom: -2px;
}
.nav_wapper{
  height: 86px;
}
.headGrp .wrap01{
  width: 100%;
  z-index: 99;
}
.headGrp .fxied {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  z-index: 99;
}

.headGrp .wrap02 {
  background: #fff;
}

.headGrp .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width:950px) {

  .headGrp .wrap01::after,
  .headGrp .wrap02::after {
    background-size: 140px;
    height: 18px;
  }

  .headGrp .wrap01::after {
    bottom: -16px;
  }


}

@media screen and (max-width:768px) {
  .headGrp .fxied {
    position: relative;
  }

  .headGrp .wrap02 {
    margin-top: 0;
  }
  .nav_wapper{
    height: 310px;
  }
}

@media screen and (max-width:400px){
  .nav_wapper {
    height: 430px;
}
}

/*図画工作向け画材カタログ*/
.headTitle {
  width: 100%;
  max-width: 225px;
}

/*メニュー*/
ul.headMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto 0 0px;
  padding: 0;
  width: 100%;
  max-width: 800px;
  z-index: 1;
}

.headMenu li {
  display: inline-block;
  width: calc(16% - 10px);
  position: relative;
}

.headMenu li::before {
  content: "";
  display: block;
  background: url(../svg/number01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 15px;
  left: 10px;
  z-index: -1;
}

.headMenu li:nth-of-type(2)::before {
  background: url(../svg/number02.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.headMenu li:nth-of-type(3)::before {
  background: url(../svg/number03.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.headMenu li:nth-of-type(4)::before {
  background: url(../svg/number04.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.headMenu li:nth-of-type(5)::before {
  background: url(../svg/number05.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.headMenu li:nth-of-type(6)::before {
  background: url(../svg/number06.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.headMenu li a,
.headMenu li a span {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 800;
  font-size: 1.75rem;
  line-height: 1.25;
  color: #f36056;
  height: 2.5em;
}

.headMenu li a span {
  display: block;
  font-size: 1rem;
    transition: all 0.3s ease 0s;
}

.headMenu li a:hover,
.headMenu li a span:hover {
  color: #ffcf40;
}




@media screen and (max-width:950px) {
  .headGrp .flex {
    flex-direction: column;
  }

  .headGrp .wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .headTitle {
    max-width: 150px;
  }

  ul.headMenu {
    margin: 20px auto 0 auto;
  }
}

@media screen and (max-width:768px) {
  .headTitle {
    max-width: 250px;
    margin-bottom: 20px;
  }

  ul.headMenu {
    flex-wrap: wrap;
    justify-content: center;
  }

  .headMenu li {
    width: 30%;
    margin-bottom: 40px;
  }

  .headMenu li:nth-of-type(4),
  .headMenu li:nth-of-type(5),
  .headMenu li:nth-of-type(6) {
    margin-bottom: 20px;
  }

  .headMenu li::before {
    height: 40px;
    bottom: 30px;
  }

  .headMenu li a {
    font-size: 5vw;
  }

  .headMenu li a span {
    font-size: 4.5vw;
  }
}

@media screen and (max-width:400px) {
  .headTitle {
    width: 90%;
  }

  ul.headMenu {
    margin-top: 44px;
  }
  ul.headMenu::after{
    width: calc(50% - 10px);
  }

  .headMenu li {
    width: calc(50% - 10px);
    margin-bottom: 30px;
  }

  .headMenu li:nth-of-type(4),
  .headMenu li:nth-of-type(5),
  .headMenu li:nth-of-type(6) {
    margin-bottom: 30px;
  }

  .headMenu li::before {
    height: 30px;
    bottom: 37px;
  }

  .headMenu li a {
    font-size: 6vw;
  }

  .headMenu li a span {
    font-size: 5.5vw;
  }
}

/*メイン------------------------------
----------------------------------------*/
.mainGrp {
  padding-bottom: 100px;
}

/*共通部分*/
.mainGrp .wrap h2 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 800;
  font-size: 3.75rem;
  margin: 0 0 20px 0;
  color: #f36056;
  line-height: 1;
  background: none;
  z-index: 1;
}

.mainGrp .wrap h3 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 800;
  font-size: 3rem;
  margin: 0.75em 0 0.75em 0;
  color: #f36056;
  line-height: 1.25;
  background: none;
}

.mainGrp .wrap h4 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  line-height: 1;
}

/*えのぐ比較表---------*/
.mainGrp .wrap01 {
  background: #fff5e1;
  padding: 30px 0;
  position: relative;
}

.header_dl_btn {
  display: flex;
  justify-content: center;
  width: 246px;
  height: 147px;
  position: absolute;
  top: -120px;
  left: 80%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: url("https://d3t0ae4e2cnggp.cloudfront.net/resource/20220426/header_dl.png") no-repeat;
  background-size: contain;
  background-position: center;
}

.header_dl_btn a {
  width: 246px;
  height: 147px;
  background: url("https://d3t0ae4e2cnggp.cloudfront.net/resource/20220426/header_dl.png") no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  text-indent: -9999px;
}

.header_dl_btn a:hover {
  background-image: url("https://d3t0ae4e2cnggp.cloudfront.net/resource/20220426/header_dl_2.png");
}

.mainGrp .wrap01:after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.mainGrp .wrap01::after {
  background: url(../svg/frame_top.svg);
  background-repeat: repeat-x;
  bottom: -29px;
  z-index: 1;
}

.mainGrp .wrap01 img {
  max-width: 1000px;
  margin: auto;
}

@media screen and (max-width:950px) {
  .mainGrp .wrap01 {
    padding-top: 80px;
  }

  .mainGrp .wrap01:after {
    background-size: 140px;
  }

  .mainGrp .wrap01 img {
    max-width: calc(100% - 20px);
  }

  .header_dl_btn {
    left: 50%;
    top: -100px;
  }
}

@media screen and (max-width:768px) {
  .mainGrp .wrap01 {
    padding-top: 150px;
  }

  .mainGrp .wrap h2 {
    font-size: 2rem;
  }

  .mainGrp .wrap01 img {
    max-width: calc(100% - 20px);
  }

  .header_dl_btn {
    width: 90%;
    margin: auto;
    top: -40px;
  }
}

@media screen and (max-width:450px) {
  .mainGrp .wrap h2 {
    font-size: 7vw;
  }
}

/*えのぐ比較表ここまで--------*/
/*商品紹介---------*/
/*共通部分*/
.mainGrp .wrap02 {
  z-index: 1;
}

.mainGrp .wrap02,
.mainGrp .wrap03,
.mainGrp .wrap04,
.mainGrp .wrap05,
.mainGrp .wrap06,
.mainGrp .wrap07 {
  padding: 100px 0 0px;
}

.mainGrp .wrap02 h2,
.mainGrp .wrap03 h2,
.mainGrp .wrap04 h2,
.mainGrp .wrap05 h2,
.mainGrp .wrap06 h2,
.mainGrp .wrap07 h2 {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}

.mainGrp .wrap02 h2::before,
.mainGrp .wrap03 h2::before,
.mainGrp .wrap04 h2::before,
.mainGrp .wrap05 h2::before,
.mainGrp .wrap06 h2::before,
.mainGrp .wrap07 h2::before {
  content: "";
  display: block;
  height: 80px;
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
}

.mainGrp .wrap02 h4,
.mainGrp .wrap03 h4,
.mainGrp .wrap04 h4,
.mainGrp .wrap05 h4,
.mainGrp .wrap06 h4,
.mainGrp .wrap07 h4 {
  color: #4d4d4d;
  margin: 20px 0 10px;
  font-size: 22px;
}

.mainGrp .wrap02 h4 span,
.mainGrp .wrap03 h4 span,
.mainGrp .wrap04 h4 span,
.mainGrp .wrap05 h4 span,
.mainGrp .wrap06 h4 span,
.mainGrp .wrap07 h4 span {
  display: inline-block;
}

/*共通部分ここまで*/
/*タグ*/
.finger,
.suisei,
.hutoumei,
.tsuyanashi,
.kawaita,
.kawaita2,
.zuga,
.suiseipost,
.hutoumei2,
.akuriru,
.akuriru2 {
  display: inline-block;
  padding: 3px 8px;
  margin: 10px 2px 0;
  border-radius: 5px;
  font-size: 21px;
  color: #fff;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  line-height: 1;
}

.finger {
  background: #29abe2;
}

.finger::before {
  content: "フィンガーペイント";
}

.suisei {
  background: #8cc63f;
}

.suisei::before {
  content: "水性えのぐ";
}

.hutoumei {
  background: #ff7b80;
}

.hutoumei::before {
  content: "不透明";
}

.tsuyanashi {
  background: #f7931e;
}

.tsuyanashi::before {
  content: "ツヤなし";
}

.kawaita {
  background: #00a99d;
  position: relative;
}

.kawaita::before {
  content: "乾いたあと水で落とせる";
}

.kawaita::after {
  position: absolute;
  bottom: -1.25em;
  left: 0;
  font-size: 16px;
  font-weight: normal;
  font-family: inherit;
  color: #4d4d4d;
  content: "※非吸収画の場合";
}

.kawaita2 {
  background: #bf623a;
  position: relative;
}

.kawaita2::before {
  content: "乾いたあと耐水性になる";
}

.zuga {
  background: #2e3192;
}

.zuga::before {
  content: "図画用";
}

.suiseipost {
  background: #c14075;
}

.suiseipost::before {
  content: "水性ポスターカラー";
}

.hutoumei2 {
  background: #ff7b80;
}

.hutoumei2::before {
  content: "透明・不透明";
}

.akuriru {
  background: #0071bc;
}

.akuriru::before {
  content: "アクリル絵の具";
}

.akuriru2 {
  background: #009317;
}

.akuriru2::before {
  content: "水性アクリル樹脂絵の具";
}

/*タグここまで*/
/*商品画像のレイアウト*/
.main_image {
  margin-top: 40px;
}

.main_image .flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.main_image .flex .item02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main_image .flex .item02 img {
  max-width: 450px;
  margin-top: 0px;
}

.main_top {
  position: relative;
  top: 50px;
  z-index: 1;
}

/*商品画像のレイアウトここまで*/
/*表組など*/
.main_table {
  background: #fff5e1;
  padding: 80px 0 40px;
}

.main_table .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main_table .text {
  text-align: left;
  margin-left: 20px;
  background: none;
  border: 0;
}

.main_table .text h4 {
  font-size: 2rem;
  font-weight: 800;
  margin: 0 0 10px 0;
  color: #eb6d9a;
}

.main_table .text li {
  padding-left: 1rem;
  text-indent: -1rem;
}

.main_table .text li::before {
  content: "\025cf";
  color: #eb6d9a;
}

.allergy {
  max-width: 500px;
}

.table_image {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.table_image img:first-of-type {
  max-width: 500px;
}

.table_image img:last-of-type {
  max-width: 550px;
}

@media screen and (max-width:1110px) {
  .main_image .item01 {
    width: 50%;
  }

  .main_image .item02 {
    width: 45%;
  }

  .main_image .item02 img {
    width: 100%;
    margin-top: 10px !important;
  }

  .table_image img:first-of-type {
    margin-bottom: 20px;
  }
}

@media screen and (max-width:950px) {
  .mainGrp .wrap h3 {
    font-size: 1.7rem;
  }

  .main_table .flex {
    flex-direction: column;
    width: calc(100% - 20px);
    margin: auto;
  }

  .main_table .text {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width:768px) {
  .main_image .flex {
    flex-direction: column;
  }

  .main_image .item01,
  .main_image .item02 {
    width: 90%;
  }

  .main_image .item01 {
    margin-top: 0px;
  }

  .main_image .item02 {
    margin-top: 20px;
  }
}

@media screen and (max-width:450px) {
  .mainGrp .wrap h3 {
    font-size: 6vw;
    margin-top: 1.25em;
    padding: 0 0.75em;
  }

  .mainGrp .wrap02 h4,
  .mainGrp .wrap03 h4,
  .mainGrp .wrap04 h4,
  .mainGrp .wrap05 h4,
  .mainGrp .wrap06 h4 {
    font-size: 5vw;
    margin-left: 5px;
    line-height: 1.5;
  }

  .finger,
  .suisei,
  .hutoumei,
  .tsuyanashi,
  .kawaita,
  .kawaita2,
  .zuga,
  .suiseipost,
  .hutoumei2,
  .akuriru,
  .akuriru2 {
    font-size: 4vw;
    margin-top: 5px;
  }

  .kawaita::after {
    font-size: 3.5vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
  }

  .tag {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    margin: auto;
  }

  .main_table .text li {
    font-size: 3.5vw;
  }
}

/*表組などここまで*/
/*紙コンテナセット*/
.sonota {
  width: calc(100% - 20px);
  margin: 50px auto 0 auto;
  border: 3px solid #f36056;
  background: #fff;
  border-radius: 20px;
  position: relative;
}
.sonota::before{
  content: "画材カタログ限定！";
  display: inline-block;
  background: #f36056;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 21px;
  color: #fff;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  position: absolute;
  top: -25px;
  left: 2%;
}

.sonota h3 {
  padding: 0 10px;
}

.sonota .flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 20px;
}

.sonota .contena {
  max-width: 300px;
}

.sonota .flex .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 650px;
}

.sonota .flex .item a {
  display: block;
  width: calc(100% - 50px);
  background: #f36056;
  color: #fff;
  font-size: 2rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  line-height: 1.25;
  padding: 10px 30px 10px 10px;
  margin-top: 20px;
  border-radius: 100px;
  position: relative;
  text-shadow: none;
    border: 0;
}

.sonota .flex .item a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
}

.sonota .flex .item a:hover {
  background: #ff9855;
}

@media screen and (max-width:450px) {
  .sonota::before{
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 70%;
    font-size: 6vw;
  }
  .sonota h3 br {
    display: none;
  }

  .sonota .flex .item a {
    font-size: 4vw;
  }
}

/*共通部分ここまで*/
/*ゆびえのぐ*/
.mainGrp .wrap02 h2::before {
  background: url(../svg/nnumber01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 70px;
  height: 73px;
}

.mainGrp .wrap02 {
  padding: 100px 0 0;
}

/*ゆびえのぐここまで*/
/*ポスターカラー*/
.mainGrp .wrap03 h2::before {
  background: url(../svg/nnumber02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 95px;
  height: 73px;
}

.wrap03 .table_image img:first-of-type {
  max-width: 330px;
}

.wrap03 .table_image img:nth-of-type(2) {
  max-width: 700px;
}

@media screen and (max-width:1080px) {
  .wrap03 .table_image {
    flex-direction: column;
  }

  .wrap03 .table_image img {
    width: 100%;
  }

  .wrap03 .table_image img:last-of-type {
    margin-top: 30px;
  }
}

@media screen and (max-width:768px) {}

/*ポスターカラーここまで-------*/
/*共同制作えのぐ*/
.mainGrp .wrap04 h2::before {
  background: url(../svg/nnumber03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 96px;
  height: 73px;
}

/*共同制作えのぐここまで*/
/*スクールガッシュ*/
.mainGrp .wrap05 h2::before {
  background: url(../svg/nnumber04.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 95px;
  height: 73px;
}

/*その他おすすめ商品*/

.mainGrp .wrap06 li.back99 a{
  color: #0071bc;
}
/*商品を見る*/
.mainGrp .wrap06 a.procdbtn {
  background: #0071bc;
}
.mainGrp .wrap06 .bk_blue{
  background: #e8f6ff;
  border-radius: 18px 18px 0 0;
  padding: 2em 0 1em
}
.mainGrp .wrap06 .bk_blue2{
  background: #e8f6ff;
  padding: 1em 0 2em
}
.mainGrp .wrap06 h3 {
  color: #0071bc;
  width: calc(100% - 20px);
  margin: 1em auto 0;
}
.mainGrp .wrap06 h3 span{
font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #0071bc;
}
.mainGrp .wrap06 .bk_blue h3 {
  color: #0071bc;
  width: calc(100% - 20px);
  margin: 0 auto 1em;
}
.mainGrp .wrap06 h3 span{
  display: inline-block;
}
.mainGrp .wrap06{
  padding-top: 150px;
}
.mainGrp .wrap06 h2::before {
  background: url(../svg/nnumber05.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 95px;
  height: 73px;
}

.mainGrp .wrap06 .main_image_sonota{
  width: calc(100% - 20px);
    margin: 50px auto 0 auto;
    border: 3px solid #0071bc;
    background: #fff;
    border-radius: 20px;
}
.mainGrp .wrap06 .flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 20px);
  margin:10px auto;
}

.mainGrp .wrap06 .flex .item01,
.mainGrp .wrap06 .flex .item02,
.mainGrp .wrap06 .flex .wrap {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}

.mainGrp .wrap06 .sonota01 .item01 img {
  max-width: 450px;
  margin: 10px auto 0;
}

.mainGrp .wrap06 .sonota01 .item02 img {
  width: fit-content;
  max-height: 150px;
  margin: 20px auto 0;
}

.mainGrp .wrap06 .sonota02 .item01 img:first-of-type {
  max-width: 200px;
}
.mainGrp .wrap06 .sonota02 .item01 img:nth-of-type(2) {
  max-width: 800px;
}

.mainGrp .wrap06 .sonota02 .item02>img {
  width: 25%;
  max-width: 200px;
}

.mainGrp .wrap06 .sonota02 .item02 .wrap {
  width: 75%;
}

.mainGrp .wrap06 .sonota02 .item02 .wrap img {
  width: calc(50% - 10px);
  margin-top: 10px;
}


.mainGrp .wrap06 .sonota03 .item01 img {
  max-width: 450px;
  margin: 10px auto 0;
}

.mainGrp .wrap06 .sonota04 .item01 img {
  max-width: 220px;
  margin: 10px auto 0;
}



@media screen and (max-width:900px) {
  .mainGrp .wrap06 .sonota02 .item02 {
    flex-direction: column;
    justify-content: center;
  }

  .mainGrp .wrap06 .sonota02 .item02>img {
    margin: auto;
  }

  .mainGrp .wrap06 .sonota02 .item02 .wrap {
    width: calc(100% - 20px);
    margin: 20px auto 0 auto;
  }
}

@media screen and (max-width:768px) {
  .mainGrp .wrap06 .sonota01 .item02 img {
    width: auto;
    max-width: -webkit-fill-available;
  }
  .mainGrp .wrap06 .sonota02 .item02>img {
    width: 100%;
  }

  .mainGrp .wrap06 .sonota02 .item02 .wrap {
    flex-direction: column;
    width: 100%;
    margin: 20px auto 0 auto;
  }

  .mainGrp .wrap06 .sonota02 .item02 .wrap img {
    width: 100%;
  }
  .mainGrp .wrap06 .sonota04 .item01 img{
    width: 45%;
  }

}




/*Web限定商品*/
.mainGrp .wrap07{
  padding-top: 0px;
}
.mainGrp .wrap07 h2::before {
  background: url(../svg/nnumber06.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 95px;
  height: 73px;
}
/*フッター------------------------------
----------------------------------------*/

  .footGrp {
    background: #f36056;
  }

  .dlGrp {
    padding: 3% 0;
  }

  .dlWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .dlText {
    width: 60%;
  }
 .dl_img{
   width: 90%;
   max-width: 400px;
 }
  .dlText_h5 {
    color: #fff;
    font-size: 3rem;
    line-height: 1.5;
    border-bottom: none;
  }

  .dlText_h5 span {
    display: inline-block;
    color: #fff !important;
  }

  .dlText_a {
    background: #fff;
    color: #f36056 !important;
    text-decoration: none;
    display: block;
    padding: 15px 20px;
    font-size: 2.25rem;
    font-weight: bold;
    text-align: center;
    border-radius: 100px;
    margin-top: 7%;
    transition: all 0.3s ease 0s;
  }
  a.dlText_a:hover{
    background: #ffe7c7;
  }
  @media (max-width: 870px) {
    .dlGrp{

      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 5%;
    }
    .dlWrap {
      flex-direction: column;
    }

    .dlText, .dl_img {
      width: 100%;
    }

    .dlText_a{
      margin-bottom: 5%;
    }
  }



  @media (max-width: 780px) {

    /*------------------------------------------- */

    .dlText_h5 {
      margin-top: 7%;
      font-size: 7vw;
    }

    .dlText_a {
      font-size: 6.5vw;
      margin-bottom: 7%;
    }
@media screen and (max-width:1080px) {
  /*ヘッダー------------------------------
  ----------------------------------------*/
  /*メイン------------------------------
  ----------------------------------------*/
  /*フッター------------------------------
  ----------------------------------------*/
}

@media screen and (max-width:768px) {
  /*ヘッダー------------------------------
  ----------------------------------------*/
  /*メイン------------------------------
  ----------------------------------------*/
  /*フッター------------------------------
  ----------------------------------------*/
}
