@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: "Noto Sans JP", "游ゴシック体", "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: 767px) {
  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;
}

/* display */
.sp_only {
  display: none;
}
.tab_only {
  display: none;
}
.pc_only {
  display: block;
}

@media only screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
  .tab_only {
    display: none;
  }
  .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;
}

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;
}
ul.note {
  padding-left: 0;
  text-indent: 0;
}
ul.note > li {
  padding-left: 16px;
  text-indent: -16px;
}


/**************************************
コンテンツ
**************************************/
article.top {
  padding: 10px 5px!important;
}
.main_visual {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.main_visual img {
  width: 100%;
}
.main_visual p {
  text-align: right;
  font-size: 14px;
  margin-top: .5rem;
}
article.contents {
  width: 85%;
  max-width: 1120px;
  margin: 20px auto 50px;
  padding: 20px 0;
  line-height: 1.5;
}
article#item.contents {
  margin: 20px auto 0;
  padding-bottom: 0;
}
article#id07{
  margin-top: 0;
  padding: 0;
}
article#id09{
  padding: 0;
}
article#id11{
  padding: 0;
}
.marker span {
  background:linear-gradient(transparent 60%, #FFF690 60%);
  padding: 0 5px;
  font-weight: bold;
}

.bg_main {
  background-color: #E9F7F8;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.lineup.swiper2 .bg_main {
  background-color: #faf5e5;
  display: flex;
  flex-direction: column;
}
.lineup.swiper2 .bg_main h5{
  flex-grow: 1;
  margin: 0px 10px 10px !important;
}

.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;
}
.main_visual + .read {
  font-size: 16px;
}

.read ul {
  display: flex;
  justify-content: space-between;
  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: 50px;
}

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 p {
  margin-bottom: 20px;
}


.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 em {
  font-size: 150%;
}

.off_txt p.marker {
  font-size: 24px;
  color: #e8889c;
  /* display : inline-block;
  line-height : 1em;
  transform : scale(1.0, 1.5); */
}

.btn_area {
  margin: 20px auto;
  width: 85%;
  max-width: 380px;
}

.btn {
  background-color: #8FDDF1;
  /* border: 2px solid #333; */
  padding: 10px;
  text-decoration: none;
  color: #000;
  border-radius: 5px;
  /* box-shadow: 3px 3px 2px -3px #777777; */
  position: relative;
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

.btn::after{
  position: absolute;
  top: 4px;
  bottom: 4px;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn img{
  width: 32px;
  margin-right: 5px;
  margin-bottom: 3px;
}
.btn-popup {
  padding: 10px;
  font-size: 22px;
  /* border: 3px solid #333; */
  font-weight: bold;
  width: 100%;
  line-height: 1.5;
}

.btn2 {
  background-color: #ccf7ff;
  color: #000;
}
.btn2::after{
  position: absolute;
  top: 4px;
  bottom: 4px;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn2.anchor::after{
  top: 2px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.lineup.swiper2 .btn{
  background-color: #a31509;
  color: #fff;
}
.lineup.swiper2 .btn::after{
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.more {
  margin: 50px auto 40px;
  width: 100%;
  max-width: 650px;
  text-align: left;
  position: relative;
}

.more .f-box {
  margin: 30px auto 0px;
  width: 100%;
  max-width: 350px;
  align-items: center;
  justify-content: center;
}

.more h5 {
  color: #e8889c;
  font-size: 30px;
  font-weight: bold;
  position: relative;
}

.more h5.fukidashi1 {
  position: relative;
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 0 5px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  background: #e8889c;
  border-radius: 50%;
  box-sizing: border-box;
}

.more h5.fukidashi1::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 25px solid #e8889c;
  z-index: 0;
}
.more h5.fukidashi1 + .note {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}

.more ul {
  width: 100%;
  max-width: 565px;
  position: absolute;
  right: 0;
  bottom: -20;
}

.kikan {
  text-align: center;
}
.kikan p {
  font-weight: bold;
  font-size: 20px;
}


.fukidashi2 {
  position: relative;
  display: inline-block;
  margin: 30px 0;
  padding: 1px 15px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  background: #a31609;
  border: solid 3px #a31609;
  box-sizing: border-box;
  font-weight: normal;
}

.fukidashi2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #a31609;
  z-index: 2;
}

.fukidashi2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #a31609;
  z-index: 1;
}

.lineup h4 {
  font-size: 21px;
  margin: 20px 0;
  font-weight: bold;
}

.lineup h5 {
  margin: 20px 10px;
  position: relative;
  font-weight: bold;
}

.lineup h5 img {
  width: 75%;
  max-width: 320px;
  /* padding: 20px 10px 0; */
}

.lineup h5 span {
  font-size: 13px;
  padding: 3px 5px;
  border: 1px solid #333;
  position: absolute;
  right: 0%;
  /* top: 27%; */
  bottom: 5%;
}




.lineup p {
  font-size: 16px;
}


.lineup .hc-box .img {
  width: 60%;
}
.lineup .hc-box .txt {
  width: 39%;
}

.lineup .hc-box h5 {
  margin: 20px 10px 20px 0;
}

.lineup .hc-box h5 img {
  width: 70%;
  max-width: 320px;
}

.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-size: 15px;
  font-weight: bold;
}

.lineup .txt2 p.nedan em {
  font-size: 24px;
}

.lineup .txt2 p.nedan span {
  font-weight: normal;
}

.lineup .app {
  margin: 40px 0 0;
  position: relative;
}

.lineup .app h5 {
  text-align: center;
}

.lineup .app h5 span {
  font-size: 20px;
  position: relative;
  border: none;
  top: 0;
  right: 0;
}
.lineup .app h5 span.osusuem::before {
  content: 'おすすめ';
  background-color: #FEDA04;
  padding: 0 5px;
  position: absolute;
  top: 0;
  left: -130px;
}


.lineup .app h5 span.soto::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: -15px;
    bottom: 2px;
}
.lineup .app h5 span.soto::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: -15px;
    bottom: 2px;
}


.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;
}



.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;
}


.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;
}





.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: 20px;
}
.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;
}



/* .riyouhouhou .f-box {
  flex-direction: row-reverse;
} */

.fukidashi3 {
  position: relative;
  display: inline-block;
  margin: 30px 0 130px 15px;
  padding: 30px;
  min-width: 120px;
  max-width: 100%;
  width: 38%;
  color: #000;
  font-size: 16px;
  background: #FFF;
  border: solid 2px #999;
  box-sizing: border-box;
}

.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 h4 {
  text-align: center;
  font-weight: bold;
}
.mousukoshi h4 span {
  position: relative;
  padding-bottom: 5px;
  border: none;
  font-size: 22px;
}
.mousukoshi 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;
}
.mousukoshi 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;
}


.mousukoshi .read {
  margin: 30px auto!important;
  text-align: center;
}

.more_cp {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}

.more_cp h4 {
  text-align: center;
  font-size: 22px;
  margin: 20px 0;
  font-weight: bold;
}

.more_cp h5 {
  text-align: left;
  font-size: 18px;
  margin: 20px 0 10px;
  font-weight: bold;
}
.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;
}
.more_cp p{
  font-size: 16px;
}


#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, #js-popup2 h4 span, #js-popup3 h4 span,
#js-popup4 h4 span {
  position: relative;
  padding-bottom: 5px;
  border: none;
  font-size: 24px;
}

.mousukoshi .read {
  margin: 30px auto!important;
  text-align: center;
}

.cp_more {
  width: 85%;
  max-width: 1120px;
  margin: 50px auto 50px;
  padding: 20px 0;
  line-height: 1.5;
}

.cp_more h4{
  text-align: center;
  font-size: 22px;
  margin: 20px auto;
  font-weight: bold;
}
.cp_more h5 {
  font-size: 22px;
  margin: 0px 10px 20px;
  padding-top: 20px;
  font-weight: bold;
}
.cp_more span.bold{
  font-weight: bold;
}
.cp_more .txt p {
  font-size: 16px;
  margin: 0px 10px 10px;
  line-height: 1.6;
}
.cp_more .banner{
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  border: solid 1px #ccc;
}
/*よくある質問*/
.faq_block{
  width: 100%;
  max-width: 91rem;
  margin: 0 auto 1rem;
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 1.5rem 2rem;
  font-size: 16px;
}
.q_block{
  cursor: pointer;
}
.q_block, .a_block > div{
  display: flex;
}
.q_block span, .a_block > div .txt{
  flex: 1;
  line-height: 1.6;
}
.q_block span, .a_block > div .txt ul{
  font-size: 16px;
  margin-top: 5px;
}
.q_block span.icon, .a_block span.icon{
  margin-right: 1rem;
  flex: none;
  padding-top: 0;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4;
}
.a_block span.icon{
  background-color: #00A273;
}
.a_block{
  display: none;
  border-top: dashed 1px #D3D3D3;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
.a_block span a{
  text-decoration: underline;
}
.a_block.active{
  display: block;
}
a.btn_faq_other{
  width: 100%;
  max-width:41.5rem; 
  display: block;
  border: solid 1px #71AC85;
  color: #71AC85;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  border-radius: 3rem;
  padding: 1.6rem 0;
  margin: 3rem auto 12rem;
}


#js-popup1, #js-popup2, #js-popup3 {
  padding: 20px;
  text-align: center;
}

#js-popup1 h4, #js-popup2 h4, #js-popup3 h4 {
  text-align: center;
  margin: 10px auto 20px;
}
#js-popup1 h4 span, #js-popup2 h4 span, #js-popup3 h4 span {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  border: none;
  font-size: 16px;
}
#js-popup1 .coupon_code_wrapper{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
}
#js-popup1 .coupon_code_inner{
  border: 3px solid #def2f4;
}

#js-popup1 .coupon_code_inner p{
  font-weight: bold;
  margin-bottom: 0;
  padding-top: 10px;
}
#js-popup1 .coupon_code_inner > div{
  padding: 20px 0;
}
#js-popup1 .coupon_code_inner .coupon_code_price{
  font-size: 16px;
  color: #333;
}
#js-popup1 .coupon_code_inner .coupon_code_discount{
  color: #018EA9;
  font-size: 22px;
  padding: 0 3px;
}
#js-popup1 .coupon_code_inner .coupon_code_text{
  color: #018EA9;
}

#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: 32px 20px;
  background-color: #fff;
  z-index: 2;
  max-height: 80vh;
}
.popup-inner img {
  width: 100%;
}

.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;
  color: #018EA9;
  font-size: 30px;
  font-weight: bold;
  box-shadow: none;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

.copybtn {
  background-color: #018EA9;
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
  padding: 12px 10px;
  margin-top: 10px;
  font-size: 15px;
}


/* ***************************** */
.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 img {
  width: 100%;
}
.close-btn {
  border: 2px solid #666;
  background-color: #666;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 15px;
  right: 12px;
  line-height: 24px;
  width: 28px;
  height: 28px;
  font-size: 25px;
  text-align: center;
  cursor: pointer;
}


article.more_cp {
  max-width: 550px;
}

.tl {
  text-align: left !important;
}





/* toc */
.toc-container {
  padding: 30px 40px;
  line-height: 1.4;
  font-size: 18px;
  background-color: #ffebec;
}

.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: 24px;
}

.toc-toggle {
  display: inline-block;
  margin-left: 2em;
  font-size: 18px;
  font-weight: normal;
  text-decoration: underline !important;
}

.toc-list {
  display: none;
  counter-reset: index;
  margin-top: .8em;
  margin-left: 1rem;
}

.toc-list ul li {
   padding-left: 2rem;
   position: relative;
 }
.list_children .list_item {
  font-weight: normal;
}

.toc-list>li {
  position: relative;
  padding-left: 1.4em;
  font-weight: bold;
}

.toc-list>li:not(:last-child) {
  margin-bottom: .8em;
}

.toc-list li::before {
  content: "";
  border-radius: 50%;
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  position: absolute;
  top: 0.8rem;
  left: 0.5rem;
  background-color: #ea5d76;
}

.toc-list .list_children li::before {
  background-color: #808080;
}

/* 目次下層 */
.toc-list>li>ol {
  counter-reset: lowerindex;
  margin-top: .4em;
  margin-left: 2rem;
  font-weight: normal;
}

.toc-list>li>ol>li {
  position: relative;
  padding-left: 2em;
}

.toc-list>li>ol>li:not(:last-child) {
  margin-bottom: .4em;
}

.toc-list>li>ol>li::before {
  content: counter(lowerindex) ". ";
  counter-increment: lowerindex;
  position: absolute;
  left: 0;
  width: 1.5em;
  text-align: right;
}


/* テーブル調整 */

/* .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;
}


div.coupon_text2 {
  text-align: center;
  margin: 40px 0;
}

.coupon_text2 ul {
  display: inline-block;
  text-align: left;
}




/* riyouhouhou */

.pc_only .riyouhouhou_tejun ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 20px auto 10px;
  vertical-align: middle;
}
.pc_only .riyouhouhou_tejun ul li {
  width: 18.5%;
  background-color: #666;
  color: #fff;
  align-self: stretch;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  position: relative;
  vertical-align: middle;
}


.pc_only .riyouhouhou_tejun ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 102%;
  margin-top: -6px;
  border: 6px solid transparent;
  border-left: 10px solid #666;
}

.pc_only .riyouhouhou_tejun ul li:last-child::after {
  border: none;
  border-left: none;
}

.pc_only .riyouhouhou_tejun ul li.r-box {
  background-color: #ff0100;
}


.pc_only .riyouhouhou_tejun .arrow {
  text-align: center;
  margin-bottom: 20px;
}
.pc_only .riyouhouhou_tejun .arrow img {
  width: 100%;
  max-width: 51px;
}
.read_txt p {
  font-size: 26px;
  position: relative;
  font-weight: bold;
  text-align: center;
}

.read_txt p span {
  position: relative;
  display: inline-block;
}
.read_txt p span::before {
    content: '';
    width: 80px;
    height: 80px;
    position: absolute;
    left: -40px;
    top: -20px;
    border-left: solid 2px #333;
    transform: rotate(-25deg);
}
.read_txt p span::after {
    content: '';
    width: 80px;
    height: 80px;
    position: absolute;
    right: -30px;
    top: -20px;
    border-right: solid 2px #333;
    transform: rotate(25deg);
}




/* その他の商品swiper */

.lineup .swiper-button-prev,
.lineup .swiper-button-next {
      position: absolute;
      top: 50%;
      width: calc(var(--swiper-navigation-size) / 44 * 27);
      height: var(--swiper-navigation-size);
      margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
      z-index: 10;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.lineup .swiper-button-prev,
.lineup .swiper-container-rtl .swiper-button-next {
      left: -55px;
      right: auto;
    }

.lineup .swiper-button-prev:after,
.lineup .swiper-container-rtl .swiper-button-next:after {
      content: '';
    }

.lineup .swiper-button-next,
.lineup .swiper-container-rtl .swiper-button-prev {
      right: -55px;
      left: auto;
    }

.lineup .swiper-button-next:after,
.lineup .swiper-container-rtl .swiper-button-prev:after {
      content: '';
    }
.lineup .swiper-button-next:after {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #999999;
  background-size: 12px 19px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-right: -10px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  right: 0;
}
.lineup .swiper-button-prev:after {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #999999;
  background-size: 12px 19px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -50px;
  margin-left: -10px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  right: 0;
}


.swiper-custom-parent{
  position: relative;
}
/* ページネーション */
.swiper-pagination {
  font-size: 16px;
}

.lineup .swiper-pagination-fraction{
  bottom: 0;
}
.lineup .lineup_item2{
  padding: 10px 10px 0;
}
.swiper-slide .bg_main {
  background-color: #E9F7F8;
  padding-bottom: 0;
  /*min-height: 45rem;*/
  margin: 0 10px 30px;
}
.swiper-slide .bg_main {
  display: flex;
  flex-direction: column;
}
 .lineup .swiper-slide .txt2{
  display:flex;
}
.lineup.swiper2 .swiper-slide .txt2{
  display:block;
}
.lineup .swiper-slide .txt2 .nedan{
  padding-left: 20px;
  padding-right: 20px;
  margin: 0px 0 10px;
}
.lineup.swiper2 .swiper-slide .txt2 .nedan{
  padding-left: 10px;
  padding-right: 10px;
  margin: 0px 0 10px;
}

.swiper-slide .bg_main h5.logo{
  padding-top: 0;
  margin-bottom: 13px;
}
.swiper-slide .bg_main h5.logo img{
  margin-top: 17px;
}
.lineup .swiper-wrapper .swiper-slide{
  display: flex;
  height: auto;
}
.lineup.swiper2 .swiper-wrapper .swiper-slide{
  width: 25%;
}
.swiper-slide .btn_area {
  margin-top: auto; 
}
.lineup .bg_main h5{
  font-size: 17px;
  margin: 0px 10px 24px;
  padding-top: 20px;
}
.lineup .txt p {
  margin: 0px 10px 10px;
}

.lineup .txt p.nedan {
  font-weight: bold;
}
.lineup .txt p.nedan span{
  font-weight: normal;
}
.lineup .txt p.nedan em {
  font-size: 25px;
}

.slide-img{
  padding: 0 10px;
}

.lineup .txt2 p.nedan .comment{
  margin-top: .2em;
  line-height: 1.5;
  font-size: 12px;
  letter-spacing: -.1rem;
  display: block;
}
.btn_area_wrapper{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.btn_area_wrapper .btn_area {
  margin: 20px 10px;
  width: 45%;
  max-width: 380px;
}
.gaiyou h4{
  margin: 50px auto 13px;
  font-size: 28px;
  color: #018EA9;
}
.gaiyou h4 span::before {
  content: '';
  width: 23px;
  height: 33px;
  position: absolute;
  background-image: url(../img/sparkle_left.png?$staticlink$);
  background-size: 23px 33px;
  background-repeat: no-repeat;
  background-position: left top;
  left: -45px;
  bottom: 2px;
}
.gaiyou h4 span::after {
  content: '';
  width: 23px;
  height: 33px;
  position: absolute;
  background-image: url(../img/sparkle_right.png?$staticlink$);
  background-size: 23px 33px;
  background-repeat: no-repeat;
  background-position: left top;
  right: -45px;
  bottom: 2px;
}
.kikan_txt{
  display: inline-block;
  padding: 6px 12px;
  border-top:1px solid #8FDDF1;
  border-bottom:1px solid #8FDDF1;
  border-radius: 3px;
  font-size: 22px;
  font-weight: bold;
}
.kikan_txt span{
  font-size: 18px;
}
.gaiyou p.kikan_txt{
  margin-bottom: 10px;
}
.figure_campagin_wrapper{
  display: flex;
  justify-content: center;
  gap: 33px;
  margin-bottom: 36px;
}
.figure_campagin{
  width:320px;
  height: fit-content;
}
.gaiyou p{
  text-align: left;
}
.marker_wrapper{
  width:400px;
}
.marker_wrapper h5.fukidashi1 {
  position: relative;
  display: inline-block;
  aspect-ratio: 65 / 75; 
  margin: 0 15px 0 0;
  padding: 0 5px;
  width: 65px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  background: #018EA9;
  border-radius: 50%;
  box-sizing: content-box;
}

.marker_wrapper h5.fukidashi1::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 25px solid #018EA9;
  z-index: 0;
}
.marker_wrapper h5.fukidashi1 + .note {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}
.marker_wrapper .free{
color: #018EA9;
font-size: 26px;
font-weight: bold;
position: relative;
}
.marker_wrapper .f-box {
  margin: 30px auto 0px;
  width: 100%;
  max-width: 350px;
  align-items: center;
  justify-content: center;
}
.gaiyou .note{
  text-align: left;
}
.nav_lineup{
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.nav_lineup li{
  border: 1px solid #555;
  border-radius: 5px;
  flex: 0 0 calc(33.333% - 10px); /* 3つ並べるための幅調整 */
  box-sizing: border-box;
}
.nav_lineup li a{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  padding: 16px 10px;
  box-sizing: border-box;
  font-weight: bold;
}
.nav_lineup li:nth-child(4) a{
  padding: 10px;
}
.nav_lineup li:nth-child(1) img{
  width: 165px;
}
.nav_lineup li:nth-child(2) img{
  width: 165px;
}
.nav_lineup li:nth-child(3) img{
  width: 176px;
}
.nav_lineup li:nth-child(4) img{
  width: 112px;
}
.nav_lineup li:nth-child(5) img{
  width: 122px;
}
.nav_lineup li a::after {
  position: absolute;
  top: 4px;
  bottom: 4px;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/*.lineup .btn{
  color: #FFF;
}*/
/*.lineup .btn::after{
  border-color: #FFF;
}*/
.lineup .attention li{
  width: 100%;
  max-width: 100%;
  text-align: left;
  padding: 0 0 0 14px;
}
.lineup .red_awasegai {
  padding: 0;
  background-color: unset;
  border: none;
  color: #ff0000;
  font-size: 13px;
  font-weight: bold;
}
#hc .btn_area{
  width: 76%;
}
#coyomi .txL img{
  width: 137px;
}
#coyomi.bg_main{
  padding-bottom: 30px;
}
#walldecor .txL img{
  width: 200px;
}
/* #walldecor  h5{
  margin: 0px 10px 20px;
} */
.lineup.swiper2 .bg_main{
  background-color: #E9F7F8;
}
.lineup.swiper2 .btn {
  background-color: #8FDDF1;
  color: #000;
}
.lineup.swiper2 .btn::after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.lineup.swiper2 .btn_area{
  width: 100%;
}
.faq_block .q_block{
  position: relative;
}
.faq_block .q_block::before ,
.faq_block .q_block::after {
	content: "";
	position: absolute;
	display: block;
	background: #333;
	transition: 0.5s;
}

.faq_block .q_block::before {
	top: 50%;
	right: 10px;
	width: 18px;
	height: 2px;
  transform: translate(50%, -50%);
}
.faq_block .q_block::after {
	top: 50%;
	right: 10px;
	width: 2px;
	height: 18px;
  transform: translate(50%, -50%);
}
.faq_block .q_block.active::after {
  transform: translateX(40%) translateY(-50%) rotate(90deg);
}
.cp_more .f-box .txt{
  width: 100%;
}
.gaiyou p.no_member{
  text-align: center;
  margin-bottom: 60px;
  font-weight: bold;
  font-size: 26px;
}

/*=========================
// 固定ボタン表示のロジック
// =======================*/
.fixed {
  position: fixed;
  bottom: 0;  /* ここをbottom: 20pxにすると少し浮いた表示に */
  z-index: 1000;
  background-color: rgba(255, 255, 255, 1); 
  filter: drop-shadow(0 -5px 5px rgba(0, 0, 0, 0.1));
  max-width: 100%;
  width: 100%;
  opacity: 0;   /* 最初は透明に */
  pointer-events: none; /* 非表示のときはクリック無効に */
  transform: translateY(100%);  /* 初期位置を下にずらして非表示に */
  transition: opacity 0.5s ease, transform 0.5s ease;  /* 変化の速度も少し速く調整 */
}

/* 表示時のスタイル */
.fixed.show {
  opacity: 1;   /* 透明度を1にして表示 */
  pointer-events: auto; /* クリックを有効に */
  transform: translateY(0);  /* 元の位置にスライドイン */
}
/* 非表示のとき */
.fixed.hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);  /* 下にスライドアウト */
}

.fixed .btn{
  margin: 0 auto;
}
.gaiyou h4 span::before {
  content: '';
  width: 23px;
  height: 33px;
  position: absolute;
  background-image: url(../img/sparkle_left.png?$staticlink$);
  background-size: 23px 33px;
  background-repeat: no-repeat;
  background-position: left top;
  left: -45px;
  bottom: 2px;
}
.gaiyou h4 span::after {
  content: '';
  width: 23px;
  height: 33px;
  position: absolute;
  background-image: url(../img/sparkle_right.png?$staticlink$);
  background-size: 23px 33px;
  background-repeat: no-repeat;
  background-position: left top;
  right: -45px;
  bottom: 2px;
}
#footer .footerCopyArea{
  padding-bottom: 110px;
}




/*=========================
// 1290px以下
// =======================*/

@media only screen and (max-width: 1290px) {
  ul.attention.f-box_pc {
    display: block;
    text-align: center;
    max-width: 100%;
    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: 1132px) {
  .pc_only .riyouhouhou_tejun ul li {
    padding-top: 25px;
  }
  .pc_only .riyouhouhou_tejun ul li.r-box {
    padding-top: 15px;
  }
}

/*=========================
// 930px以下
// =======================*/

@media only screen and (max-width: 930px) {
  .tab_only{
    display: block;
  }
  .gaiyou .marker{
    font-size: 16px;
  }
  .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;
  }
}

@media only screen and (max-width: 920px) {
  .hc-box {
    display: block;
  }
  .lineup .hc-box .img {
    width: 100%;
  }
  .lineup .hc-box .txt {
    width: 98%;
    margin: 0 auto 30px;
  }
  .lineup .hc-box h5 {
    margin: 20px 2px 20px 10px;
  }
  .irregular_br {
    display: none;
  }
}


@media only screen and (max-width: 890px) {
  .lineup h5 span {
    font-size: 12px;
    right: 1%;
  }
}

/*=========================
// 825px以下
// =======================*/

@media only screen and (max-width: 825px) {
  .mousukoshi h4 span {
    position: static;
  }
  .mousukoshi h4 span::before {
    display: none;
  }
  .mousukoshi h4 span::after {
    display: none;
  }
  .mousukoshi h4 {
    position: relative;
    padding: 0 30px;
  }
  .mousukoshi 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: 10px;
    bottom: 2%;
  }
  .mousukoshi 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: 10px;
    bottom: 2%;
  }
  .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%;
  }
  .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%;
  }
  #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 30px;
  }
  #js-popup1 h4 span, #js-popup2 h4 span, #js-popup3 h4 span {
    position: static;
  }
  #js-popup1 h4 span::before, #js-popup2 h4 span::before, #js-popup3 h4 span::before {
    display: none;
  }
  #js-popup1 h4 span::after, #js-popup2 h4 span::after, #js-popup3 h4 span::after {
    display: none;
  }
  #js-popup1 h4, #js-popup2 h4, #js-popup3 h4 {
    position: relative;
    padding: 0 30px;
  }
  #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 30px;
  }
}

/*=========================
// 768px以上
// =======================*/

@media only screen and (min-width: 768px) {
  .lineup_item2 {
    padding: 30px 20px;
  }
  .column4 .bg_main {
    width: 23%;
  }
  .popup-inner table td,
    .popup-inner table th {
     font-size: 16px;
    }
  .swiper-button-prev.swiper2-prev,
  .swiper-button-next.swiper2-next,
  .swiper2-pagination {
    display: none;
  }

}

/*=========================
// 767px以下
// =======================*/
@media screen and (max-width: 767px) {
  .tab_only{
    display: none;
  }

  .popup-inner{
    width: 90%;
    overflow-y: scroll;
  }
  .close-btn {
    line-height: 24px;
    width: 28px;
    height: 28px;
    font-size: 25px;
  }
  #js-popup1 h4{
    padding: 0;
  }
  #js-popup1 h4 span{
    font-size: 16px;
  }
  #js-popup1 .coupon_code_wrapper{
    flex-direction: column;
  }
  input.code{
    height: initial;
  }
  #js-popup1 .coupon_code_inner > div{
    padding: 10px;
  }
  .copybtn{
    margin-top: 0;
    margin-bottom: 10px;
    padding: 12px 16px;
  }

  .lineup .swiper-button-prev,
  .lineup .swiper-container-rtl .swiper-button-next {
      left: 3%;
      right: auto;
    }
  .lineup .swiper-button-next,
  .lineup .swiper-container-rtl .swiper-button-prev {
      right: 3%;
      left: auto;
    }
  .lineup .swiper-button-next:after{
    width: 40px;
  }
  .lineup .swiper-button-prev:after{
    width: 40px;
  }
  .lineup .swiper-custom-parent .swiper-container .swiper-button-next:after {
    display: block;
    width: 30px;
    height: 50px;
    background-color: #999999;
    background-size: 12px 19px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    margin-right: -10px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    right: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  }
  .lineup .swiper-custom-parent .swiper-container .swiper-button-prev:after {
    display: block;
    width: 30px;
    height: 50px;
    background-color: #999999;
    background-size: 12px 19px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -25px;
    margin-left: -10px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    right: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  }
  .lineup.swiper2 .btn_area{
    padding-left: 10px;
    padding-right: 10px;
  }
  .read_txt p span {
    font-size: 26px;
  }
  .read_txt p span::before {
    content: '';
    width: 90px;
    height: 90px;
    left: -60px;
    top: 0;
    transform: rotate(-25deg);
  }
  .read_txt p span::after {
    content: '';
    width:90px;
    height: 90px;
    right: -60px;
    top: 0;
    transform: rotate(25deg);
  }
  .f-box_pc {
    display: block;
  }
  .lineup.swiper2 .bg_main h5{
    margin: 0px 10px 10px !important;
    padding-top: 10px !important;
    font-size: 15px!important;
  }

  .figure_campagin_wrapper{
    flex-direction: column;
    align-items: center;
    margin: 0 5px;
  }
  .kikan_txt{
    padding: 6px 8px;
  }
  .marker_wrapper{
    width: 100%;
    margin-bottom: 30px;
  }
  .figure_campagin{
    width: 90%;
  }
  .marker_wrapper .f-box{
    display: flex;
  }
  .btn_area_wrapper{
    flex-direction: column;
    align-items: center;
  }
  .btn_area_wrapper .btn_area{
    width: 85%;
    margin: 20px auto 0;
  }
  .btn-popup{
    font-size: 20px;
  }
  .btn img {
    width: 30px;
    margin-right: 5px;
    margin-bottom: 3px;
  }
  article.contents {
    width: 97%;
    margin: 70px auto 40px;
    padding: 0px;
  }
  .gaiyou h4{
    font-size: 26px;
    padding: 0;
  }
  .gaiyou h4 span {
    position: relative;
  }
  .gaiyou h4 span::before {
    content: '';
    width: 23px;
    height: 33px;
    position: absolute;
    background-image: url(../img/sparkle_left.png?$staticlink$);
    background-size: 23px 33px;
    background-repeat: no-repeat;
    background-position: left top;
    left: -30px;
    bottom: 2px;
  }
  .gaiyou h4 span::after {
    content: '';
    width: 23px;
    height: 33px;
    position: absolute;
    background-image: url(../img/sparkle_right.png?$staticlink$);
    background-size: 23px 33px;
    background-repeat: no-repeat;
    background-position: left top;
    right: -24px;
    bottom: 2px;
  }
  .gaiyou .note {
    margin: 0 16px;
  }

  .nav_lineup li {
    flex: 0 0 calc(50% - 5px);
    box-sizing: border-box;
  }
  .nav_lineup li a{
    font-size: 16px;
  }
  .nav_lineup li a::after {
    top: 2px;
  }
  .wrapper_price{
    display: flex;
    margin: 0px 10px 10px;
    align-items: center;
    justify-content: center;
  }
  #hc .btn_area{
    width: 54%;
    margin: 0;
  }

  ul.attention.f-box_pc{
    max-width: 100%;
  }
  .cp_more .txt p{
    width: 95%;
  }
  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;
  }
  .lineup .lineup_item {
    display: block;
  }
  .lineup .lineup_item .bg_main {
    width: 100%;
  }
  .column4 {
    flex-wrap: wrap;
  }
  .riyouhouhou p{
    font-size: 16px;
  }
  .riyouhouhou .f-box {
    display: block;
    text-align: center;
  }
  .riyouhouhou .f-box .img {
    width: 95%;
    margin: 10px auto ;
  }
  .riyouhouhou .f-box .img img {
    margin-bottom: 10px ;
  }
  .sp_only ul.riyouhouhou_tejun {
    display: flex;
    justify-content: space-around;
  }
  .sp_only ul.riyouhouhou_tejun li {
    position: relative;
    font-size: 13px;
    writing-mode: vertical-rl; 
  }
  .sp_only ul.riyouhouhou_tejun li.triangle{
    position: relative;
  }
  .sp_only ul.riyouhouhou_tejun li.triangle::after {
    content: "";
    position: absolute;
    bottom: 104px;
    left: 0;
    margin-left: -3px;
    border: 15px solid transparent;
    border-left: 15px solid #666;
  }
  .sp_only ul.riyouhouhou_tejun li:nth-child(3):after {
    left: 170%;
  }

  .sp_only ul.riyouhouhou_tejun li:last-child::after {
    border: none;
    border-top: none;
  }

  .sp_only .arrow {
    text-align: center;
    margin-bottom: 10px;
  }
  .sp_only .arrow img {
    width: 100%;
    max-width: 51px;
  }
  .sp_only ul.note li {
    text-align: left;
    margin-bottom: 0px;
  }

  .sp_only ul.note li::after {
    border: none;
    border-top: none;
  }
  .sp_only ul.riyouhouhou_tejun li .tejun_robon {
    display: block;
    background-color: #666;
    color: #fff;
    margin-bottom: 20px!important;
    padding: 30px 12px;
    letter-spacing: 0.1em;
  }

  .sp_only ul.riyouhouhou_tejun li .r-box {
    background-color: #ff0100;
  }

  .sp_only ul.riyouhouhou_tejun .f-box {
    margin-bottom: 50px;
  }
  .fukidashi3 {
    position: relative;
    display: inline-block;
    margin: 15px auto 20px;
    padding: 30px 20px;
    min-width: 120px;
    width: 80%!important;
    color: #000;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #999;
    box-sizing: border-box;

  }
  .fukidashi3 p{
    font-size: 16px;
  }

  .fukidashi3:before {
    display: none;
  }
  .fukidashi3:after {
    display: none;
  }
  .cp_more .f-box .bg_main {
    width: 100%;
    padding: 0 0 20px;
  }
  .cp_more .f-box .bg_main h5{
    margin: 0px 10px 20px;
    padding-top: 20px;
  }
  .cp_more .f-box .txt{
    width: 100%;
  }
  .cp_more .btn_area {
    width: 85%;
    margin: 20px 10px;
  }
  .yotei p {
    font-size: 16px;
  }
  .mousukoshi .read{
    font-size: 16px;
    text-align: left;
  }


  /* toc */
  .toc-container {
    margin-bottom: 30px;
    padding: 15px;
    font-size: 14px;
  }

  .toc-container .toc-title {
    font-size: 18px;
  }

  .toc-toggle {
    font-size: 14px;
  }

  .toc-list {
    margin-left: 0;
  }

  .toc-list>li>ol {
    margin-left: 0;
  }
  .nav_lineup li:nth-child(1) img{
    width: 60%;
  }
  .nav_lineup li:nth-child(2) img{
    width: 60%;
  }
  .nav_lineup li:nth-child(3) img{
    width: 60%;
  }
  .nav_lineup li:nth-child(4) img{
    width: 30%;
  }
  .nav_lineup li:nth-child(5) img{
    width: 40%;
  }
  .nav_lineup li:nth-child(4) a{
    padding: 12px 10px;
  }
  .gaiyou p.no_member{
  margin-bottom: 30px;
  font-size: 24px;
}

}


@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%;
  }
}


@media only screen and (max-width: 620px) {
  .more h5 {
    /* max-width: 340px; */
    font-size: 22px;
  }
  .more h5.fukidashi1 {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 16px;
    /* border-radius: 50%; */
  }
  .more h5.fukidashi1::before {
    margin-top: -14px;
    border: 15px solid transparent;
    border-left: 21px solid #e8889c;
    right: -29px;
  }
  .more ul {
    position: relative;
  }
}

@media screen and (max-width: 559px) {
  article.contents.read_txt{
    margin: 30px auto 40px;
  }
  .swiper-slide .bg_main{
    min-height: initial;
    margin: 0 5px 30px;
  }
  .lineup .lineup_item2{
  padding: 0 0 10px;
}
  .lineup .swiper-slide .bg_main h5{
    padding-top: 11px;
    margin-right: 2.7vw;
    margin-left: 2.7vw;
    line-height: 1.3;
    font-size: 15px;
    font-size: 3.8vw;
    aspect-ratio: 320 / 96;
  }
  .read_txt p span {
    font-size: 20px;
  }
  .read_txt p span::before {
    content: '';
    width: 70px;
    height: 70px;
    left: -40px;
    top: 0;
    transform: rotate(-30deg);
  }
.read_txt p span::after {
    content: '';
    width:70px;
    height: 70px;
    right: -40px;
    top: 0;
    transform: rotate(30deg);
  }
  .lineup .bg_main h5{
    margin: 0 10px 10px;
  }
  .lineup .swiper-slide .txt2 .nedan{
    padding-left: 10px;
    padding-right: 10px;
  }
  .slide-img{
    padding: 0;
  }
  ul.disc {
    font-size: 16px;
  }
  .nav_lineup li:nth-child(1) img{
    width: 70%;
  }
  .nav_lineup li:nth-child(2) img{
    width: 70%;
  }
  .nav_lineup li:nth-child(3) img{
    width: 70%;
  }
  .nav_lineup li:nth-child(4) img{
    width: 40%;
  }
  .nav_lineup li:nth-child(5) img{
    width: 50%;
  }
  .nav_lineup li:nth-child(4) a{
    padding: 14px 10px;
  }


}
@media screen and (max-width: 559px) {
  .lineup .swiper-button-prev,
  .lineup .swiper-container-rtl .swiper-button-next {
        left: 15px;
        right: auto;
      }
  
  .lineup .swiper-button-next,
  .lineup .swiper-container-rtl .swiper-button-prev {
        right: 15px;
        left: auto;
    }
  }


@media only screen and (max-width: 500px) {
  .more h5 {
    font-size: 26px;
  }
  .more h5.fukidashi1 {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
  .more h5.fukidashi1::before {
    margin-top: -7px;
    border: 7px solid transparent;
    border-left: 12px solid #e8889c;
    right: -16px;
  }
}
@media only screen and (max-width: 455px) {
  .more h5.fukidashi1 {
    width: 70px;
    height: 65px;
    line-height: 65px;
    font-size: 14px;
  }
  .more h5.fukidashi1::before {
    margin-top: -7px;
    border: 7px solid transparent;
    border-left: 12px solid #e8889c;
    right: -16px;
  }

}

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

  .gaiyou .more .f-box {
    display: flex;
  }
  .gaiyou .f-box .off_txt {
    display: flex;
    justify-content: center;
    align-items: baseline;
    /* width: 80%; */
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .gaiyou .f-box .off_txt:last-child {
    padding-bottom: 20px;
  }
  .off_txt p {
    margin-bottom: 0px;
  }
  .off_txt p.nedan {
  padding-right: 5px;
  }
  .off_txt p.nedan em {
  padding-bottom: 9px;
  }
}

@media only screen and (max-width: 380px) {
  .gaiyou p.marker {
    text-align: left;
  }
  .nav_lineup li:nth-child(1) img{
    width: 80%;
  }
  .nav_lineup li:nth-child(2) img{
    width: 80%;
  }
  .nav_lineup li:nth-child(3) img{
    width: 80%;
  }
  .nav_lineup li:nth-child(4) img{
    width: 50%;
  }
  .nav_lineup li:nth-child(5) img{
    width: 60%;
  }
  .nav_lineup li:nth-child(4) a{
    padding: 16px 10px;
  }




}

@media only screen and (max-width: 350px) {
  .more h5.fukidashi1 {
    width: 79px;
    height: 55px;
    line-height: 58px;
  }
  /* .more h5.fukidashi1::before {
    margin-top: -7px;
    border: 7px solid transparent;
    border-left: 12px solid #035a6b;
    right: -16px;
  } */
}