@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;
}

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;
  }
}

@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;
  }
}

.zp2 {
  z-index: 2 !important;
}

.zm-2 {
  z-index: -2 !important;
}

.bdrW li img {
  border: solid 2px #fff;
}

/* .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;
}






/* 230627追加 */
@media only screen and (max-width: 767px) {
.f-box .txt {
  width: 49%;
}
/* 230627追加 */

.read {
  text-align: center;
  margin: 30px auto!important;
}

.read ul {
  width: 95%;
  max-width: 600px;
  margin: 20px auto;
}

.read ul li {
  padding: 10px 0px 10px 24px;
  background: url(../img/check.gif?$staticlink$) no-repeat left;
  background-size: 22px auto;
  display: inline-block;
  position: inherit;
  top: inherit;
  font-weight: bold;
}


h3.ribon, h5.ribon {
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  height: 5px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

h3.ribon span, h5.ribon span {
  background-color: #fff;
  padding: 15px;
  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;
}

.red_awasegai {
  font-size: 13px;
  padding: 5px 10px 5px 5px;
  background-color: #fff;
  border: 1px solid #ff0000;
  color: #ff0000;
  font-weight: bold;
}

.blue_awasegai {
  font-size: 13px;
  padding: 5px 5px 5px 5px;
  background-color: #fff;
  border: 1px solid #0000ff;
  color: #0000ff;
  font-weight: bold;
}


.gaiyou {
  text-align: center;
}

.gaiyou h4 {
  font-size: 24px;
  margin: 50px auto;
  position: relative;
  font-weight: bold;
}

.gaiyou h4 span {
  position: relative;
}
.gaiyou h4 span::before {
    content: '';
    width: 23px;
    height: 24px;
    position: absolute;
    background-image: url(../img/gyaku_slash.gif?$staticlink$);
    background-size: 23px 24px;
    background-repeat: no-repeat;
    background-position: left top;
    left: -25px;
    bottom: 2px;
}
.gaiyou h4 span::after {
    content: '';
    width: 23px;
    height: 24px;
    position: absolute;
    background-image: url(../img/slash.gif?$staticlink$);
    background-size: 23px 24px;
    background-repeat: no-repeat;
    background-position: left top;
    right: -25px;
    bottom: 2px;
}
      @media only screen and (max-width: 825px) {
        .gaiyou h4 span {
          position: static;
        }
        .gaiyou h4 span::before {
          display: none;
        }
        .gaiyou h4 span::after {
          display: none;
        }
        .gaiyou h4 {
          position: relative;
          padding: 0 30px;
        }
        .gaiyou h4:before {
          content: '';
          width: 23px;
          height: 24px;
          position: absolute;
          background-image: url(../img/gyaku_slash.gif?$staticlink$);
          background-size: 23px 24px;
          background-repeat: no-repeat;
          background-position: left top;
          left: 0;
          bottom: 2%;
        }
        .gaiyou h4:after {
          content: '';
          width: 23px;
          height: 24px;
          position: absolute;
          background-image: url(../img/slash.gif?$staticlink$);
          background-size: 23px 24px;
          background-repeat: no-repeat;
          background-position: left top;
          right: 0;
          bottom: 2%;
        }
      }

.gaiyou p {
  margin-bottom: 20px;
}
      @media only screen and (max-width: 380px) {
        .gaiyou p.marker {
          text-align: left;
        }
      }

.gaiyou .f-box {
  width: 100%;
  max-width: 650px;
  margin: 30px auto 50px;
}

.off_txt p {
  margin-bottom: 5px;
  font-size: 1.6em;
  font-weight: bold;
}

/* .off_txt p.nedan em {
display : inline-block;
line-height : 1em;
transform : scale(1.0, 1.3);
padding-bottom: 11px;
} */

/* 202306 */

        .off_txt p {
          margin-bottom: 0px;
        }
        .off_txt p.nedan {
        padding-right: 5px;
        }
        .off_txt p.nedan em {
        padding-bottom: 9px;
        }

         /* 202306 */


.lineup .f-box .bg_main h5 {
  font-size: 17px;
  margin: 0px 10px 20px;
  padding-top: 20px;
}

.lineup .txt2 {
  margin-top: 20px;
}
.lineup .txt2 p {
  margin: 0px 10px 10px;
}

.lineup .txt2 p.nedan {
  font-weight: bold;
}

.lineup .txt2 p.nedan em {
  font-size: 25px;
}

.lineup .txt2 p.nedan span {
  font-weight: normal;
}
}


            @media only screen and (max-width: 650px) {
              .lineup .app h5 span.soto {
                position: static;
              }
              .lineup .app h5 span.soto::before {
                display: none;
              }
              .lineup .app h5 span.soto::after {
                display: none;
              }
              .lineup .app h5 {
                position: relative;
                padding: 40px 30px 0;
              }
              .lineup .app h5:before {
                content: '';
                width: 23px;
                height: 24px;
                position: absolute;
                background-image: url(../img/gyaku_slash.gif?$staticlink$);
                background-size: 23px 24px;
                background-repeat: no-repeat;
                background-position: left top;
                left: 0;
                bottom: 2%;
              }
              .lineup .app h5:after {
                content: '';
                width: 23px;
                height: 24px;
                position: absolute;
                background-image: url(../img/slash.gif?$staticlink$);
                background-size: 23px 24px;
                background-repeat: no-repeat;
                background-position: left top;
                right: 0;
                bottom: 2%;
              }
            }

.app .btn_area {
  margin: 30px auto;
}

.app .btn_area .btn {
  text-align: center;
}

.app .note {
  margin: 30px 20px 0px;
  padding-bottom: 10px;
}

.app .note a {
  font-size: 14px;
  color: #000;
}

.app .f-box {
  margin: 30px auto 0px;
  /* align-items: center; */
  max-width: 800px;
  padding: 0 20px;
}
.irregular_app_pc .awasegai_label {
  position: relative;
  min-width: 170px;
}
.irregular_app_pc .awasegai_label .red_awasegai {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
}


.irregular_app_sp {
  display: none;
}
          @media only screen and (max-width: 930px) {
            .irregular_app_pc {
              display: none;
            }
            .irregular_app_sp {
              display: block;
              text-align: center;
            }
            .irregular_app_sp .app_info {
              margin: 20px auto;
              width: 93%;
            }
            .irregular_app_sp .app_icon {
              width: 50%;
              max-width: 103px;
              margin: 10px auto;
            }
            .irregular_app_sp .f-box {
              justify-content: space-around;
            }

          }


.app .app_info p span {
  position: relative;
  padding-bottom: 5px;
  font-weight: bold;
}
.app .app_info p span::before {
    content: '';
    width: 23px;
    height: 24px;
    position: absolute;
    background-image: url(../img/gyaku_slash.gif?$staticlink$);
    background-size: 23px 24px;
    background-repeat: no-repeat;
    background-position: left top;
    left: -25px;
    bottom: 2px;
}
.app .app_info p span::after {
    content: '';
    width: 23px;
    height: 24px;
    position: absolute;
    background-image: url(../img/slash.gif?$staticlink$);
    background-size: 23px 24px;
    background-repeat: no-repeat;
    background-position: left top;
    right: -25px;
    bottom: 2px;
}
      @media only screen and (max-width: 825px) {
        .app .app_info p span {
          position: static;
          font-size: 20px;
        }
        .app .app_info p span::before {
          display: none;
        }
        .app .app_info p span::after {
          display: none;
        }
        .app .app_info p {
          position: relative;
          padding: 0 30px;
        }
        .app .app_info p:before {
          content: '';
          width: 23px;
          height: 24px;
          position: absolute;
          background-image: url(../img/gyaku_slash.gif?$staticlink$);
          background-size: 23px 24px;
          background-repeat: no-repeat;
          background-position: left top;
          left: 0;
          bottom: 2%;
        }
        .app .app_info p:after {
          content: '';
          width: 23px;
          height: 24px;
          position: absolute;
          background-image: url(../img/slash.gif?$staticlink$);
          background-size: 23px 24px;
          background-repeat: no-repeat;
          background-position: left top;
          right: 0;
          bottom: 2%;
        }
      }

.app_icon img {
  margin-top: 20px;
}

.attention {
  justify-content: space-around;
  margin-top: 10px;
}
.attention li {
  max-width: 291px;
  margin: 0 auto 10px;
  display: block;
  font-size: 13px;
}

        @media only screen and (max-width: 1290px) {
          ul.attention.f-box_pc {
            display: block;
            text-align: center;
            max-width: 295px;
            margin: 10px auto 0;
          }
          ul.attention.f-box_pc li {
            width: 100%;
          }
          ul.attention.f-box_pc li:first-child {
            margin: 0 auto 5px;
          }
        }

                @media only screen and (max-width: 768px) {
                  ul.attention.f-box_pc li:last-child {
                    margin: 0 auto 1px;
                  }
                  ul.attention.f-box_pc {
                    padding-bottom: 10px;
                  }
                  .lineup .f-box_pc, .mousukoshi .f-box_pc {
                    display: flex;
                    justify-content: space-between;
                  }
                }

.txt2 .btn_area {
  margin: 20px auto;
}

.f-box .txt .note {
  padding: 0;
  text-indent: 0;
}


.chance {
  margin: 40px auto;
}

.chance h5 {
  text-align: center;
}
.chance h5 span {
  position: relative;
  padding-bottom: 5px;
  border: none;
  font-size: 22px;
}
.chance h5 span::before {
    content: '';
    width: 23px;
    height: 24px;
    position: absolute;
    background-image: url(../img/gyaku_slash.gif?$staticlink$);
    background-size: 23px 24px;
    background-repeat: no-repeat;
    background-position: left top;
    left: -25px;
    bottom: 2px;
}
.chance h5 span::after {
    content: '';
    width: 23px;
    height: 24px;
    position: absolute;
    background-image: url(../img/slash.gif?$staticlink$);
    background-size: 23px 24px;
    background-repeat: no-repeat;
    background-position: left top;
    right: -25px;
    bottom: 2px;
}
      @media only screen and (max-width: 825px) {
        .chance h5 span {
          position: static;
        }
        .chance h5 span::before {
          display: none;
        }
        .chance h5 span::after {
          display: none;
        }
        .chance h5 {
          position: relative;
          padding: 0 30px;
        }
        .chance h5:before {
          content: '';
          width: 23px;
          height: 24px;
          position: absolute;
          background-image: url(../img/gyaku_slash.gif?$staticlink$);
          background-size: 23px 24px;
          background-repeat: no-repeat;
          background-position: left top;
          left: 0;
          bottom: 2%;
        }
        .chance h5:after {
          content: '';
          width: 23px;
          height: 24px;
          position: absolute;
          background-image: url(../img/slash.gif?$staticlink$);
          background-size: 23px 24px;
          background-repeat: no-repeat;
          background-position: left top;
          right: 0;
          bottom: 2%;
        }
      }



/* .riyouhouhou .f-box {
  flex-direction: row-reverse;
} */

.riyouhouhou .img {
  width: 59%;
}

.yotei {
  line-height: 2.0;
}

.yotei p {
  margin-bottom: 15px;
}

.yotei a, .app .note a {
  text-decoration: underline;
  color: blue;
}


.mousukoshi h3 {
  text-align: center;
  font-weight: bold;
}
.mousukoshi h3 span {
  position: relative;
  padding-bottom: 5px;
  border: none;
  font-size: 24px;
}
.mousukoshi h3 span::before {
    content: '';
    width: 23px;
    height: 24px;
    position: absolute;
    background-image: url(../img/gyaku_slash.gif?$staticlink$);
    background-size: 23px 24px;
    background-repeat: no-repeat;
    background-position: left top;
    left: -25px;
    bottom: 2px;
}
.mousukoshi h3 span::after {
    content: '';
    width: 23px;
    height: 24px;
    position: absolute;
    background-image: url(../img/slash.gif?$staticlink$);
    background-size: 23px 24px;
    background-repeat: no-repeat;
    background-position: left top;
    right: -25px;
    bottom: 2px;
}
      @media only screen and (max-width: 825px) {
        .mousukoshi h3 span {
          position: static;
        }
        .mousukoshi h3 span::before {
          display: none;
        }
        .mousukoshi h3 span::after {
          display: none;
        }
        .mousukoshi h3 {
          position: relative;
          padding: 0 30px;
        }
        .mousukoshi h3:before {
          content: '';
          width: 23px;
          height: 24px;
          position: absolute;
          background-image: url(../img/gyaku_slash.gif?$staticlink$);
          background-size: 23px 24px;
          background-repeat: no-repeat;
          background-position: left top;
          left: 0;
          bottom: 2%;
        }
        .mousukoshi h3:after {
          content: '';
          width: 23px;
          height: 24px;
          position: absolute;
          background-image: url(../img/slash.gif?$staticlink$);
          background-size: 23px 24px;
          background-repeat: no-repeat;
          background-position: left top;
          right: 0;
          bottom: 2%;
        }
      }

.mousukoshi .read {
  margin: 30px auto!important;
  text-align: center;
}

.more_cp {
  text-align: center;
}

.more_cp h4 {
  text-align: center;
  font-size: 22px;
  margin: 20px auto;
  font-weight: bold;
}

/* 230627追加 */
.more_cp h5 {
  text-align: left;
  font-size: 18px;
  margin: 20px auto;
  font-weight: bold;
}
/* 230627追加 */
.more_cp img {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.more_cp p.note {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  text-align: left;
}


#js-popup1, #js-popup2, #js-popup3, #js-popup4 {
  padding: 20px;
  text-align: center;
}

#js-popup1 h4, #js-popup2 h4, #js-popup3 h4,
#js-popup4 h4 {
  text-align: center;
  margin: 10px auto 40px;
}
#js-popup1 h4 span::before, #js-popup2 h4 span::before, #js-popup3 h4 span::before,
#js-popup4 h4 span::before {
    content: '';
    width: 23px;
    height: 24px;
    position: absolute;
    background-image: url(../img/gyaku_slash.gif?$staticlink$);
    background-size: 23px 24px;
    background-repeat: no-repeat;
    background-position: left top;
    left: -25px;
    bottom: 2px;
}
#js-popup1 h4 span::after, #js-popup2 h4 span::after, #js-popup3 h4 span::after,
#js-popup4 h4 span::after {
    content: '';
    width: 23px;
    height: 24px;
    position: absolute;
    background-image: url(../img/slash.gif?$staticlink$);
    background-size: 23px 24px;
    background-repeat: no-repeat;
    background-position: left top;
    right: -25px;
    bottom: 2px;
}
      @media only screen and (max-width: 825px) {
        #js-popup1 h4 span, #js-popup2 h4 span, #js-popup3 h4 span,
          #js-popup4 h4 span {
          position: static;
        }
        #js-popup1 h4 span::before, #js-popup2 h4 span::before, #js-popup3 h4 span::before,
        #js-popup4 h4 span::before {
          display: none;
        }
        #js-popup1 h4 span::after, #js-popup2 h4 span::after, #js-popup3 h4 span::after,
        #js-popup4 h4 span::after {
          display: none;
        }
        #js-popup1 h4, #js-popup2 h4, #js-popup3 h4,
        #js-popup4 h4 {
          position: relative;
          padding: 0 0;
        }
        #js-popup1 h4 span, #js-popup2 h4 span, #js-popup3 h4 span {
          font-size: 16px;
        }
        #js-popup1 h4:before, #js-popup2 h4:before, #js-popup3 h4:before,
        #js-popup4 h4:before {
          content: '';
          width: 23px;
          height: 24px;
          position: absolute;
          background-image: url(../img/gyaku_slash.gif?$staticlink$);
          background-size: 23px 24px;
          background-repeat: no-repeat;
          background-position: left top;
          left: 0;
          bottom: 2%;
        }
        #js-popup1 h4:after, #js-popup2 h4:after, #js-popup3 h4:after,
        #js-popup4 h4:after {
          content: '';
          width: 23px;
          height: 24px;
          position: absolute;
          background-image: url(../img/slash.gif?$staticlink$);
          background-size: 23px 24px;
          background-repeat: no-repeat;
          background-position: left top;
          right: 0;
          bottom: 2%;
        }
      }

#js-popup1 .coupon_code_inner, #js-popup2 .coupon_code_inner, #js-popup3 .coupon_code_inner,
#js-popup4 .coupon_code_inner {
  margin-top: 35px;
}

#js-popup1 .bg_main, #js-popup2 .bg_main, #js-popup3 .bg_main
,#js-popup4 .bg_main {
  padding: 20px;
  margin: 10px auto;
}
#js-popup1 .bg_main p, #js-popup2 .bg_main p, #js-popup3 .bg_main p,
#js-popup4 .bg_main p {
  font-size: 14px;
}
#js-popup1 .bg_main .code, #js-popup2 .bg_main .code, #js-popup3 .bg_main .code,
#js-popup4 .bg_main .code {
    font-size: 20px;
    letter-spacing: 5px;
    font-weight: bold;
}

#js-popup1 ul.note, #js-popup2 ul.note, #js-popup3 ul.note,
#js-popup4 ul.note {
  text-align: left;
}









/* ***************************** */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 800px;
  padding: 20px;
  background-color: #fff;
  z-index: 2;
  max-height: 80vh;
  overflow-y: scroll;
}
.popup-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
    top: 5px;
    right: 5px;
  width: 40px;
  height: 40px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn {
  line-height: 39px;
  width: 40px;
  font-size: 36px;
  border: 2px solid #666;
  background-color: #666;
  border-radius: 50%;
  color: #fff;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}



/* copybtn */
input.code {
  border: none;
  background-color: #e1ffed;
  height: 30px;
  box-shadow: none;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

.copybtn {
  background-color: #999;
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
  padding: 5px 20px;
  margin-top: 10px;
  font-size: 14px;
}



/* 230627追加 */

article.more_cp {
  max-width: 750px;
}

.tl {
  text-align: left !important;
}

@media only screen and (max-width: 768px) {
  .tl_sp {
      text-align: left !important;
    }
  }

.gaiyou p.note {
  font-size: 14px;
  font-weight: 400;
}

.kikan .note {
  text-align: left;
}

.kikan p {
  font-weight: 400;
}

.fb {
  font-weight: bold !important;
}
.kikan_txt {
  font-size: 25px;
  font-weight: bold;
}

.f-box .bg_main {
  width: 49%;
}

.lineup .bg_main h5 {
  font-size: 17px;
  margin: 0px 20px 20px;
  padding-top: 20px;
}
@media screen and (min-width: 767px) and (max-width: 1317px) {
  .swiper-slide .bg_main {
    margin-right: 0.76vw;
    margin-left: 0.76vw;
  }
  .slide-img {
    padding-right: 1.51vw;
    padding-left: 1.51vw;
  }
  .lineup .bg_main h5{
    margin-right: 1.51vw;
    margin-left: 1.51vw;
    font-size: 1.28vw;
    white-space: nowrap;
  }
  .lineup .swiper-slide .txt2 .nedan {
    padding-right: 1.51vw;
    padding-left: 1.51vw; 
  }
}
@media only screen and (max-width: 559px) {
  .lineup .bg_main h5 {
  font-size: 16px;
  margin: 0px 10px 10px;
}
}


@media only screen and (min-width: 769px) {
  /* .lineup_item .btn_area {
    margin: 20px 10px;
  }


  .lineup_item .f-box .img {
    width: 40%;
  }

  .lineup_item .f-box .txt {
    width: 60%;
    padding: 15px 40px;
  }

  .lineup_item .bg_main {
    padding: 20px;
  } */

  .lineup_item2 {
    padding: 30px 20px;
  }
  .column4 .bg_main {
    width: 23%;
  }
}

@media only screen and (max-width: 768px) {
  .lineup .lineup_item {
    display: block;
  }
  .lineup .lineup_item .bg_main {
    width: 100%;
  }
  .column4 {
    flex-wrap: wrap;
  }
}

/* テーブル調整 */

/* .popup_table {
  margin-top: 30px;
} */

.popup_table .ribon {
  margin-top: 30px;
}
.popup_table p {
  text-align: left;
  margin: 10px 0
}

.popup-inner table table,
.popup-inner table td,
.popup-inner table th {
  border: 1px solid #595959;
  border-collapse: collapse;
}

td,
th {
  padding: 3px;
  width: 30px;
  height: 25px;
  text-align: center;
}

th {
  background: #f0e6cc;
}

.even {
  background: #fbf8f0;
}

.odd {
  background: #fefcf9;
}

@media only screen and (min-width: 769px) {
  .popup-inner table td,
    .popup-inner table th {
     font-size: 16px;
    }
}


/* 230627追加 */


/* 230825追加 */
div.coupon_text2 {
  text-align: center;
  margin: 40px 0;
}

.coupon_text2 ul {
  display: inline-block;
  text-align: left;
}


/* 230825追加おわり */


/* 202405追加 */

/* 202405追加おわり */