@charset "UTF-8";

/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

::before, ::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}



html, body {
  /* line-height: 1.15; */
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  margin: 0;
}

p, ul, ol, dl {
  font-size: 18px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  p, ul, ol, dl {
    font-size: 16px;
  }
}
img {
  max-width: 100%;
  height: auto
}

em {
  font-style: normal
}

main {
  display: block
}


p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none
}

dt {
  font-weight: normal;
  margin-top: 10px;
  font-size: 95%;
}

dd {
  margin-left: 20px;
  font-size: 90%;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit
}

pre {
  font-family: monospace, monospace;
  font-size: inherit
}

address {
  font-style: inherit
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #000;
  font-size: 100%;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b, strong {
  font-weight: bolder
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

img {
  border-style: none;
  vertical-align: bottom
}

embed, object, iframe {
  border: 0;
  vertical-align: bottom
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit
}

[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio
}

button, input {
  overflow: visible
}

button, select {
  text-transform: none
}

button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

button[disabled], [type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled] {
  cursor: default
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText
}

option {
  padding: 0
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type="checkbox"], [type="radio"] {
  padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto
}

[type="search"] {
  outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

label[for] {
  cursor: pointer
}

details {
  display: block
}

summary {
  display: list-item
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

caption {
  text-align: left
}

td, th {
  /* vertical-align: top; */
  padding: 0
}

th {
  text-align: left;
  font-weight: bold
}

template {
  display: none
}

[hidden] {
  display: none
}


/* --------------------------------------------------
00:  Utility Style
-------------------------------------------------- */
/* float */
.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

@media only screen and (min-width: 768px) {
  .pc_fl {
    float: left !important;
  }

  .pc_fr {
    float: right !important;
  }
}

.fwb {
  font-weight: bold;
}

/* align */
.taL {
  text-align: left !important;
}

.taR {
  text-align: right !important;
}

.taC {
  text-align: center !important;
}

/* size */
.txXS {
  font-size: 10px !important;
}

.txSS {
  font-size: 12px !important;
}

.txS {
  font-size: 14px !important;
}

.txM {
  font-size: 18px !important;
}

.txL {
  font-size: 20px !important;
}

.txLL {
  font-size: 22px !important;
}

.txXL {
  font-size: 24px !important;
}

/* Margin Padding */
.noMargin {
  margin: 0 !important;
}

.noPadding {
  padding: 0 !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mt120 {
  margin-top: 120px !important;
}

/* Clear */
.clr {
  clear: both;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.wd100 {
  width: 100%;
}

.spMwd {
  max-width: 65%;
  margin: 0 auto;
}

.mt22 {
  margin-top: 22px !important;
}

.ml0 {
  margin-left: 0px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mtb15 {
  margin-top: -15px;
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: -30px;
}

.mr05 {
  margin-right: 5px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr120 {
  margin-right: 120px !important;
}

.mt-10 {
  margin-top: -10px !important;
}

.mt-20 {
  margin-top: -20px !important;
}

.mb-10 {
  margin-bottom: -10px !important;
}

.mb-20 {
  margin-bottom: -20px !important;
}

.tx10 {
  font-size: 10px;
}

.tx11 {
  font-size: 11px;
}

.tx12 {
  font-size: 12px;
}

.tx13 {
  font-size: 13px;
}

.tx14 {
  font-size: 14px;
}

.tx15 {
  font-size: 15px;
}

.tx16 {
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .wd1000 {
    width: 1000px;
  }

  .pc_mt03 {
    margin-top: 3px !important;
  }

  .pc_mt04 {
    margin-top: 4px !important;
  }

  .pc_mt05 {
    margin-top: 5px !important;
  }

  .pc_mt10 {
    margin-top: 10px;
  }

  .pc_mt20 {
    margin-top: 20px;
  }

  .pc_mt30 {
    margin-top: 30px;
  }

  .pc_mt-30 {
    margin-top: -30px;
  }

  .pc_mt-40 {
    margin-top: -40px;
  }

  .pc_mt-50 {
    margin-top: -50px;
  }

  .pc_mt-60 {
    margin-top: -60px;
  }

  .pc_mt-70 {
    margin-top: -70px;
  }

  .pc_mt-400 {
    margin-top: -400px;
  }

  .pc_mb0 {
    margin-bottom: 0px;
  }

  .pc_mb5 {
    margin-bottom: 5px;
  }

  .pc_mb10 {
    margin-bottom: 10px;
  }

  .pc_mb15 {
    margin-bottom: 15px;
  }

  .pc_mb20 {
    margin-bottom: 20px;
  }

  .pc_mb-30 {
    margin-bottom: -30px;
  }

  .pc_mb-40 {
    margin-bottom: -40px;
  }

  .pc_ml_20 {
    margin-left: 20px !important;
  }

  .pc_ml-20 {
    margin-left: -20px !important;
  }

  .pc_mr10 {
    margin-right: 10px !important;
  }

  .pc_mr20 {
    margin-right: 20px !important;
  }

  .pc_mr30 {
    margin-right: 30px !important;
  }

  .pc_mr40 {
    margin-right: 40px !important;
  }

  .pc_mr50 {
    margin-right: 50px !important;
  }

  .pc_mr60 {
    margin-right: 60px !important;
  }

  .pc_mr70 {
    margin-right: 70px !important;
  }

  .pc_pt25 {
    padding-top: 25px;
  }

  .pc_pt30 {
    padding-top: 30px;
  }

  .pc_pt40 {
    padding-top: 40px;
  }

  .pc_pb0 {
    padding-bottom: 0px;
  }

  .pc_pb5 {
    padding-bottom: 5px;
  }

  .pc_pb10 {
    padding-bottom: 10px;
  }

  .pc_pb15 {
    padding-bottom: 15px;
  }

  .pc_pb20 {
    padding-bottom: 20px;
  }

  .pc_pb30 {
    padding-bottom: 30px !important;
  }

  .pc_pb40 {
    padding-bottom: 40px !important;
  }

  .pc_pb50 {
    padding-bottom: 50px !important;
  }

  .pc_pb60 {
    padding-bottom: 60px !important;
  }

  .pc_ptb30 {
    padding-top: 30px;
    padding-bottom: -30px;
  }
  .pc_taC{
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .sp_mt10 {
    margin-top: 10px;
  }

  .sp_mt20 {
    margin-top: 20px;
  }

  .spmt-20 {
    margin-top: -20px !important;
  }

  .sp_ml0 {
    margin-left: 0px!important;
  }

  .sp_ml20 {
    margin-left: 20px;
  }

  .spmf20 {
    margin-left: 20px;
  }

  .sp_mb-20 {
    margin-bottom: -20px;
  }

  .sp_mb-30 {
    margin-bottom: -30px;
  }

  .sp_mb-40 {
    margin-bottom: -40px;
  }

  .sp_pb20 {
    padding-bottom: 20px;
  }

  .sp_mlr20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .sp_mlr10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .sp_ptb30 {
    padding-top: 30px;
    padding-bottom: -30px;
  }
  .pc_taC{
    text-align: left;
  }
}

.zp2 {
  z-index: 2 !important;
}

.zm-2 {
  z-index: -2 !important;
}

.bdrW li img {
  border: solid 2px #fff;
}

/* display */
.sp_only {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
}
/* .breadcrumb {
  display: none !important;
} */

/**************************************
breadcrumbs
**************************************/
/* .page_breadcrumb .breadcrumbs {
  width: 100%;
  max-width: 1140px;
  padding: 20px 10px 20px;
  margin: 0 auto;
}

.page_breadcrumb .breadcrumbs>ul {
  display: block;
}

.page_breadcrumb .breadcrumbs>ul>li {
  display: inline-block;
  height: 22px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 22px;
  margin-right: 8px;
}

.page_breadcrumb .breadcrumbs>ul>li::after {
  content: '\＞';
  font-size: 14px;
  padding-left: 10px;
  vertical-align: top;
}

.page_breadcrumb .breadcrumbs>ul>li:nth-last-of-type(1)::after {
  display: none;
}


.page_breadcrumb .breadcrumbs>ul>li>a {
  color: #000000;
  text-decoration: none;
}

.page_breadcrumb .breadcrumbs>ul>li>a:hover {
  text-decoration: underline;
} */

/*----------------------*/
#productMoreDetail .catchType01 h2 {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif !important;
}

/** ttlType02 **************************/
#productMoreDetail .ttlType02 {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif !important;
  font-weight: bold;
}

#productMoreDetail .qualityGuideArea .qualityGuideTTL>span {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif !important;
}


.home-section__inner {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif !important;
}





/* ********************************************* */












.detail_hidden {
  display: none;
}

.sp_only {
  display: none;
}

.pc_only {
  display: block;
}

p, ul, ol, dl, a {
  font-size: 18px;
  line-height: 1.5;
}

img {
  width: 100%;
}

.note {
  font-size: 14px;
  padding-left: 16px;
  text-indent: -16px;
}

article.top {
  padding: 10px 0!important;
}

.main_visual {
  width: 100%;
  text-align: center;
}

.main_visual img {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

article.contents {
  width: 85%;
  max-width: 1120px;
  margin: 60px auto;
  padding: 20px 0;
  line-height: 1.5;
}
.marker span {
  background:linear-gradient(transparent 60%, #FFFCB2 60%);
  padding: 0 5px;
  font-weight: bold;
}

.bg_main {
  background-color: #e1ffed;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.b_hr {
  color: #666;
  margin: 0 20px;
}

ul.disc {
  list-style: disc;
  margin-left: 20px;
  line-height: 1.8;
}

.f-box {
  display: flex;
  justify-content: space-between;
}

.f-box .bg_main {
  width: 49%;
}

.f-box .img,
.f-box .txt {
  width: 49%;
}

.read {
  text-align: center;
  margin: 30px auto!important;
}

h2.ttl_ribon{
  border-top: 3px solid #000;
  border-bottom: 2px solid #000;
  height: 7px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}
h2.ttl_ribon span{
  background-color: #fff;
  padding: 30px;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  left: center;
  position: absolute;
}
  @media only screen and (max-width: 768px) {
    h2.ttl_ribon{
      font-size: 20px;
      line-height: 1.4;
      margin-bottom: 50px;
    }
    h2.ttl_ribon span{
      padding: 20px;
    }
  }
article.contents a:hover{
  opacity: .7;
}
/*----------------------------*/
/*目次*/
article.contents {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
  margin-top: -20px;
  margin-bottom: 200px;
}
.toc-container {
  padding: 30px 40px;
  line-height: 1.4;
  font-size: 18px;
  background-color: #F6F6F6;
}
.toc-container a {
  color: inherit;
  text-decoration: none;
}
.toc-container a:visited {
  text-decoration: none;
}
.toc-container a:hover {
  text-decoration: underline;
}
.toc-container .toc-title {
  width: 100%;
  font-weight: bold;
  font-size: 22px;
  display: block;
  position: relative;
}
.toc-container .toc-title:hover{
  text-decoration: none;
}
.toc-toggle .arrow{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}
.toc-toggle .arrow::before{
  content: "";
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%) rotate(-45deg);
  width: 15px;
  height: 15px;
  border-bottom: solid 2px #000;
  border-left: solid 2px #000;
}
.toc-toggle .arrow.current::before{
  top: 70%;
  transform: translate(-50%, -70%) rotate(135deg);
}
.toc-container > div{
  display: none;
}
.toc-list {
  counter-reset: index;
  margin-top: .8em;
  margin-left: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.toc-list > li {
  width: calc(100% / 2);
  position: relative;
  /*padding-left: 1.4em;*/
  font-weight: bold;
  padding-left: 1.4em;
}
.toc-list > li::before {
  content: "";
  display: block;
  position: absolute;
  top: .5em;
  left: .45em;
  width: .3em;
  height: .3em;
  border-radius: 50%;
  background-color: #666;
}
.toc-list > li{
  margin-bottom: 1rem; 
}
.toc-list > li.subttl{
  padding-left: 2rem;
  font-size: 16px;
}
  @media only screen and (max-width: 768px) {
    article.contents.index{
      margin: 50px auto 30px;
    }
    .toc-container {
      padding: 15px;
      font-size: 14px;
    }
    .toc-container .toc-title {
      font-size: 18px;
    }
    .toc-toggle .arrow {
      width: 20px;
      height: 20px;
    }
    .toc-toggle .arrow::before {
      width: 10px;
      height: 10px;
      border-bottom: solid 1px #000;
      border-left: solid 1px #000;
    }
    .toc-list {
      display: block;
    }
    .toc-list > li {
      width: 100%;
    }
  }

/*----------------------------*/
.coupon_list{
  display: flex;
  justify-content: center;
}
.coupon_list div{
  width: 45rem;
  background-color: #F7F7F7;
  padding: 4rem;
  margin: 0 2rem;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.coupon_list div a span{
  margin-top: 20px;
  padding-left: 20px;
  padding-bottom: .5rem;
  border-bottom: solid 1px #000;
  position: relative;
  display: inline-block;
}
.coupon_list div a span::before{
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  border-right: solid 2px #000;
  border-bottom: solid 2px #000;
  transform:rotate(45deg);
}
  @media only screen and (max-width: 768px) {
    .coupon_list div{
      width: 50%;
      padding: 1rem 1rem 2rem;
      margin: 0 .5rem;
      font-size: 14px;
    }
    .coupon_list div a span{
      margin-top: 10px;
      padding-left: 0px;
      border-bottom: none;
    }
    .coupon_list div a span::before{
      top: inherit;
      left: 50%;
      transform: translateX(-50%) rotate(45deg);
      bottom: -1rem;
    }
  }
/*----------------------------*/
.contents > p, .w600 p{
  line-height: 2;
}
  @media only screen and (max-width: 768px) {
    .contents > p, .w600 p{
      line-height: 1.6;
    }
  }
/*----------------------------*/
h3.label {
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 4rem;
}
h3.label span{
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  padding: 1rem 3rem 1rem 2rem;
  position: relative;
}
h3.label span::before{
  content: "";
  position: absolute;
  right: -1.5rem;
  top: -1.5rem;
  width: 37px;
  height: 34px;
  background-size: contain;
  background-repeat: no-repeat;
}
h3.label span img{
  width: 30px;
  margin-right: 8px;
  vertical-align: text-top;
}
  @media only screen and (max-width: 768px) {
    h3.label {
      margin-bottom: 3rem;
    }
    h3.label span{
      font-size: 1.8rem;
      line-height: 1.4;
    }
    h3.label span::before{
      right: -1rem;
      top: -1rem;
      width: 33px;
      height: 30px;
    }
  }
/*----------------------------*/
.member_capture{
  width: 100%;
  max-width: 342px;
  margin: 0 auto;
}
.w600{
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
}
.member_banner{
  width: 100%;;
  max-width: 60rem;
  margin: 0 auto;
  display: block;
}
.coupon_1_wrap{
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.coupon_1_wrap div{
  width: calc(100%/2);
  margin-top: 30px;
  align-self: center;
}
.coupon_1_wrap div img{
  width: 100%;
  max-width: 40rem;
}
.coupon_1_wrap div h3{
  font-size: 24px;
  font-weight: bold;
  text-indent: -1rem;
  margin-bottom: 20px;
  line-height: 1.4;
}
div h3 span.red{
  color: #D53232;
}
.coupon_1_wrap div h3 span.fz34{
  font-size: 34px;
}
.coupon_1_wrap div .comment{
  font-size: 14px;
  padding-bottom: 40px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 40px;
}
.coupon_1_wrap div{
  border-bottom: none;
}
#coupon_1 ul, #coupon_2 ul{
  width: 100%;
  max-width: 90rem;
  margin: 0 auto 70px;
  font-size: 14px;
}
#coupon_1 ul.comment, #coupon_2 ul.comment{
  background-color: #F7F7F7;
  padding: 2rem;
}
#coupon_1 .coupon_1_wrap div p.txt{
  font-size: 16px;
  margin-bottom: 30px;
}
#coupon_1 .coupon_1_wrap div p.txt a{
  font-weight: bold;
  text-decoration: underline;
}

  @media only screen and (max-width: 1000px) {
    .coupon_1_wrap div:nth-child(2){
      padding-left: 20px;
    }
    .coupon_1_wrap div h3{
      font-size: 20px;
    }
    .coupon_1_wrap div .comment{
      padding-bottom: 20px;
      margin-bottom: 20px;
    }
    #coupon_1 .coupon_1_wrap div p.txt{
      font-size: 13px;
      margin-bottom: 30px;
      margin-top: 15px;
    }
  }
  @media only screen and (max-width: 768px) {
    .coupon_1_wrap{
      display: block;
      justify-content: center;
      padding-top: 1rem;
      margin-bottom: 60px;
    }
    .coupon_1_wrap div{
      width: 90%;
      margin: 0 auto;
      margin-top: 0;
    }
    .coupon_1_wrap div:nth-child(2){
      padding-left: 0;
    }
    .coupon_1_wrap div h3{
      font-size: 18px;
      margin-top: 20px;
      margin-bottom: 30px;
      line-height: 1.3;
      text-align: center;
    }
    .coupon_1_wrap div .comment{
      padding-bottom: 20px;
      margin-bottom: 20px;
    }
    #coupon_1 ul, #coupon_2 ul{
      margin: 0 auto 70px;
    }
    #coupon_2 ul.product{
      margin: 10px auto 30px;
    }
    #coupon_2 div.sp_only .comment.sp{
      margin-bottom: 20px;
      font-size: 14px;
    }
  }
/*----------------------------*/
h3.fukidashi{
  font-size: 24px;
  font-weight: bold;
  text-indent: -1rem;
  text-align: center;
  margin-bottom: 40px;
}
h3.fukidashi span.fz20{
  font-size: 20px;
  display: block;
}
h3.fukidashi span.fz34{
  font-size: 34px;
  color: #D53232;
}
h3.fukidashi > span{
  position: relative;
  padding: 0 30px;
  display: inline-block;
}
h3.fukidashi > span::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 45px;
  transform: rotate(-30deg);
  background-color: #000;
}
h3.fukidashi > span::after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2px;
  height: 45px;
  transform: rotate(30deg);
  background-color: #000;
}
  @media only screen and (max-width: 768px) {
    h3.fukidashi{
      font-size: 16px;
      text-indent: 0;
      margin-bottom: 20px;
    }
    h3.fukidashi span.fz20, div.sp_only > h3 span{
      font-size: 16px;
    }
    h3.fukidashi span.fz34, div.sp_only > h3 span.fz34{
      font-size: 24px;
    }
    h3.fukidashi > span{
      padding: 0 18px;
    }
    h3.fukidashi > span::before{
      left: -7px;
      width: 2px;
    }
    h3.fukidashi > span::after{
      right: -5px;
      width: 2px;
    }
  }
/*----------------------------*/
ul.product{
  display: flex;
  justify-content: center;
}
ul.product.mall li a img {
  width: 200px;
  border: none;
}
ul.product li {
  width: 200px;
  text-align: center;
}
ul.product li:not(:first-child){
  margin-left: 70px;
}
ul.product.mall li:not(:first-child){
  margin-left: 40px;
}
ul.product li a .td_line{
/*  text-decoration: underline;*/
  padding-top: 10px;
}
ul.product li a img{
  border: solid 1px #ccc;
  margin-bottom: 10px;
}
ul.product.mall li {
  width: calc(100% / 2);
  text-align: center;
}
ul.product.mall li a div.img {
  border: solid 1px #ccc;
  display: flex;
  justify-content: center;
  text-decoration: none;
}
ul.product.mall li a div.img > img {
  width: 200px;
  border: none;
}
ul.product.mall li a div.img div{
  text-decoration: none;
  text-align: center;
}
ul.product.mall li a div.img > .price_off{
  text-align: center;
  align-content: center;
  font-size: 2rem;
}

ul.product.mall li a div.img > .price_off img{
  width: 80%;
  max-width: 158px;
  display: block;
  margin: 1rem auto;
}
ul.product.mall li a div.img > .price_off > span{
  font-size: 14px;
}
ul.product li a div.img > .price_off > span.price_off_txt{
  text-decoration: none;
  font-weight: bold;
  font-size: 2.8rem;
}
ul.product li a span.price_off_txt > span{
  font-size: 16px;
}
  @media only screen and (max-width: 768px) {
    #coupon_1 ul.product{
        margin: 0 auto 30px;
    }
    ul.product li {
      width: 33.3%;
    }
    ul.product li:not(:first-child){
      margin-left: 15px;
    }
    ul.product.mall li:not(:first-child){
      margin-left: 0;
    }
    ul.product.mall{
      display: block;
    }
    ul.product.mall li {
      width: 100%;
      margin-bottom: 20px;
    }
    ul.product.mall li a div.img > div {
      width: 50%;
    }
    ul.product.mall li a div.img > .price_off{
      font-size:1.6rem;
    }
    ul.product li a div.img > .price_off > span.price_off_txt{
      font-size: 2rem;
    }
    
  }
/*----------------------------*/
.coupon_gamen_wrap{
  display: flex;
  justify-content: center;
}
.coupon_gamen{
  width: 100%;
  max-width: 450px;
  background-color: #F4F4F4;
  padding: 30px 20px;
  margin: 60px auto 0;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.coupon_gamen_wrap .coupon_gamen{
  margin: 60px 20px 0;
}
  @media only screen and (max-width: 768px) {
    .coupon_gamen_wrap{
      display: block;
    }
    .coupon_gamen{
      width: 100%;
      max-width: 450px;
      padding: 20px 10px;
      margin: 30px auto 0;
      font-size: 16px;
    }
    .coupon_gamen_wrap .coupon_gamen{
      margin: 30px auto 0;
    }
  }
/*----------------------------*/
.qa{
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  border-bottom: dotted 1px #ccc;
}
.qa dt{
  font-weight: bold;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  text-indent: -2.7em;
  padding-left: 2.7em;
  position: relative;
}
.qa dt span.arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}
.qa dt span.arrow::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%) rotate(-45deg);
  width: 12px;
  height: 12px;
  border-bottom: solid 2px #000;
  border-left: solid 2px #000;
}
.qa dt span.arrow.current::before {
  top: 70%;
  transform: translate(-50%, -70%) rotate(135deg);
}
.qa dt img{
  width: 3rem;
  margin-right: 1rem;
  vertical-align: middle;
}
.qa dd{
  background-color: #F7F7F7;
  padding: 2rem;
  margin-left: 0;
  margin-bottom: 3.5rem;
  display: none;
}
.txt_under_line{
  text-decoration: underline;
}
.btn-link{
  display: block;
  width: 80%;
  max-width: 34rem;
  margin: 3rem auto 0;
  border: solid 1px #333;
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .btn-link{
    font-size: 14px;
    padding: 1rem;
  }
}

/*ーーーー 作例一覧 ーーーー*/
#example{
  margin: 5rem auto;
}
.imagebox{
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
  height: 110px;
}
.auto-slide-container{
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  overflow: hidden;
}
.auto-slide-wrapper{
  display: flex;
  flex-flow: row nowrap;
  width: 1020px;
  flex: none;
}
.imagebox .auto-slide-container.anime .auto-slide-wrapper{
  -webkit-animation: loop 120s -60s linear infinite;
  animation: loop 120s -60s linear infinite;
}
.imagebox .auto-slide-container.anime .auto-slide-wrapper + .auto-slide-wrapper{
  -webkit-animation: loop2 120s linear infinite;
  animation: loop2 120s linear infinite;
}
.auto-slide-wrapper .auto-slide img{
  display: block;
  width: 100%;
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
 @-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

/* SP_only */
@media only screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }

  .pc_only {
    display: none;
  }

  p, ul, ol, dl, a {
    font-size: 16px;
    line-height: 1.5;
  }

  .note {
    font-size: 14px;
  }

  article.contents {
    width: 100%;
    margin: 100px auto 40px;
    padding: 0 1rem;
  }
}

