@charset "utf-8";
@font-face {
  font-family: "Noto Sans Medium JP";
  font-weight: 500;
  src:
    local("Noto Sans CJK JP Medium"),
    url(//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Medium.woff2) format("woff2"),
    url(//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Medium.woff) format("woff"),
    url(//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans DemiLight JP";
  font-weight: 350;
  src:
    local("Noto Sans CJK JP DemiLight"),
    url(//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-DemiLight.woff2) format("woff2"),
    url(//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-DemiLight.woff) format("woff"),
    url(//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-DemiLight.otf) format("opentype");
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ul,
li {
  list-style: none;
}
button {
  outline: none;
}
a {
  text-decoration: none;
  color: #000;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body {
  font-family: "Noto Sans DemiLight JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ",
    Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.43;
  color: #000;
}
body:not(.top) {
  opacity: 0;
}
body.fadeIn {
  -webkit-animation: fadeIn 2s ease forwards;
  animation: fadeIn 2s ease forwards;
}
b {
  font-weight: inherit;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
body.show {
  overflow: hidden;
}
.noto,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans Medium JP";
  font-weight: 500;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ease {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
/*====================================================================================
■03.MARGIN DEFAULT
====================================================================================*/
/*--------------------------------------------------
margin 
-------------------------------------------------- */
.m00 {
  margin: 0px !important;
}
.m05 {
  margin: 5px !important;
}
.m10 {
  margin: 10px !important;
}
.m15 {
  margin: 15px !important;
}
.m20 {
  margin: 20px !important;
}
.m25 {
  margin: 25px !important;
}
.m30 {
  margin: 30px !important;
}
.m35 {
  margin: 35px !important;
}
.m40 {
  margin: 40px !important;
}
.m45 {
  margin: 45px !important;
}
.mt00 {
  margin-top: 0px !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt33 {
  margin-top: 33px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mr00 {
  margin-right: 0px !important;
}
.mr05 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mb00 {
  margin-bottom: 0px !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.ml00 {
  margin-left: 0px !important;
}
.ml05 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.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;
}
/* 
--------------------------------------------------
padding
-------------------------------------------------- */
.p00 {
  padding: 0px !important;
}
.p05 {
  padding: 5px !important;
}
.p10 {
  padding: 10px !important;
}
.p15 {
  padding: 15px !important;
}
.p20 {
  padding: 20px !important;
}
.p25 {
  padding: 25px !important;
}
.p30 {
  padding: 30px !important;
}
.p35 {
  padding: 35px !important;
}
.p40 {
  padding: 40px !important;
}
.p45 {
  padding: 45px !important;
}
.pt00 {
  padding-top: 0px !important;
}
.pt05 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pr00 {
  padding-right: 0px !important;
}
.pr05 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.pb00 {
  padding-bottom: 0px !important;
}
.pb05 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pl00 {
  padding-left: 0px !important;
}
.pl05 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl45 {
  padding-left: 45px !important;
}
/*====================================================================================
■07.Flex content
====================================================================================*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
}
.flex_flow {
  flex-flow: row-reverse;
}
.flex_wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_col {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex_align_item_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}
.flex_jus_between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
}
.flex_jus_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex_and_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
}

.function__others.flex_and_center {
  justify-content: flex-start;
}

.function__others.flex_and_center li {
  margin-right: calc(40px / 3) !important;
}

.function__others.flex_and_center li:nth-child(4),
.function__others.flex_and_center li:last-child {
  margin-right: 0 !important;
}

.flex_and_middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}
a.hover:hover {
  opacity: 0.7;
}
.sp {
  display: none;
}
.container {
  width: 1000px;
  margin: 0 auto;
}
.mainvisual {
  width: 100%;
  height: 680px;
  overflow: hidden;
}
.mainvisual .container {
  height: 100%;
  position: relative;
}
.mainvisual h1 {
  font-size: 33px;
  position: absolute;
  right: 50px;
  top: 15%;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  opacity: 0;
  text-align: right;
  letter-spacing: 5px;
  /*  color: #b6006a;*/
  /*  text-shadow:0px 0px 20px #fff,0px 0px 30px #fff,0px 0px 40px #fff,0px 0px 50px #fff;*/
}
.mainvisual h1.on {
  /*  color: #fff;*/
  color: #555555;
  /*	text-shadow:0px 0px 30px #769d51,0px 0px 50px #769d51;*/
}
.mainvisual h1.show {
  transition: all 0.3s ease 1s;
  -webkit-transition: all 0.3s ease 1s;
  -moz-transition: all 0.3s ease 1s;
  -o-transition: all 0.3s ease 1s;
  opacity: 1;
}
.mv-ins_01,
.mv-ins_02 {
  position: absolute;
  left: 0;
  bottom: -236px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.mv-ins_01.show {
  bottom: 5%;
}
/*バッチ2枚の場合*/
.mv-ins_01.show {
  bottom: 35%;
}
.mv-ins_02.show {
  bottom: 5%;
}
.mv-ins_01 img {
  width: 176px;
}
.mv-ins_02 img {
  width: 176px;
}
/*-----------*/
.pager {
  position: absolute;
  right: 0;
  bottom: 3%;
  width: 30px;
}
.pager li {
  width: 20px;
  height: 2px;
  background: #fff;
  margin: 8px 0 0;
  cursor: pointer;
  float: right;
}
.pager li.active {
  background: #b6006a;
  width: 30px;
}
.h-nav {
  width: 100%;
  height: 70px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
}
.h-nav.show {
  background: #fff;
}
.logo {
  float: left;
  margin: 0 60px 0 40px;
  padding: 15px 0;
}
.gnav {
  float: left;
  font-family: "Noto Sans Medium JP";
}
.gnav > ul > li {
  float: left;
  margin: 0 35px 0 0;
}
.gnav > ul > li:last-child {
  margin-right: 0;
}
.gnav > ul > li > a,
.gnav > ul > li > p {
  display: block;
  font-size: 14px;
  padding: 25px 0;
  color: #000;
  position: relative;
}
.gnav > ul > li > p.sp {
  display: none;
}
.gnav > ul > li > a:before,
.gnav > ul > li > p:before {
  content: "";
  width: 100%;
  height: 4px;
  background: #b6006a;
  position: absolute;
  left: 0;
  bottom: 10px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.gnav > ul > li:hover > a:before,
.gnav > ul > li:hover > p:before {
  -webkit-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.menu-box {
  position: absolute;
  left: 0;
  top: 70px;
  width: 100%;
  height: 230px;
  background: #fff;
  display: none;
}
.menu-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
}
.menu-box ul li {
  width: 92px;
  margin: 0 35px;
}
.menu-box ul li.cart_all {
  width: 216px;
}
.menu-box ul li a,
.menu-box ul li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  text-align: center;
  height: 230px;
}
.menu-box ul li .comming {
  color: #ccc;
}
.menu-box ul li span {
  padding: 15px 0 0;
}
.menu-cart ul li,
.menu-store ul li {
  width: 210px;
  margin: 0 20px;
}
.shop-btn {
  float: right;
  padding: 20px 40px 24px 0;
}
.shop-btn p {
  display: block;
  font-size: 14px;
  color: #000;
  padding: 3px 0 3px 40px;
  background: url(../img/common/icon_shop.png) no-repeat left center;
  font-family: "Noto Sans Medium JP";
  cursor: pointer;
}
.shop-btn:hover p {
  background: url(../img/common/icon_shop_on.png) no-repeat left center;
  color: #b6006a;
}
a.textlink {
  text-decoration: underline;
}
a.textlink:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (min-width: 1000px) {
  .mv-ins {
    position: absolute !important;
  }
  .gnav {
    display: block !important;
  }
}
@media screen and (max-width: 999px) {
  .container {
    width: 100%;
  }
  .mainvisual {
    height: 510px;
    max-height: 70vh;
  }
  .mainvisual h1 {
    font-size: 22px;
    right: 4%;
    /*    top: 130px;*/
    top: 16%;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN",
      "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium",
      "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  }
  .mv-ins_01,
  .mv-ins_02 {
    left: 4%;
    bottom: -175px;
  }
  .mv-ins_01 img {
    width: 130px;
  }
  .mv-ins_01.show {
    bottom: 15px;
  }
  /*バッチ2枚の場合*/
  .mv-ins_01 img {
    width: 120px;
  }
  .mv-ins_02 img {
    width: 120px;
  }
  .mv-ins_01.show {
    bottom: 140px;
  }
  .mv-ins_02.show {
    bottom: 15px;
  }
  /*バッチ2枚の場合*/
  @media screen and (max-width: 320px) {
    .mv-ins_01 img {
      width: 100px;
    }
    .mv-ins_02 img {
      width: 100px;
    }
    .mv-ins_01.show {
      bottom: 120px;
    }
  }
  /*------------*/
  .pager {
    right: 4%;
    bottom: 10px;
    width: 25px;
  }
  .pager li {
    width: 15px;
    margin: 5px 0 0;
  }
  .pager li.active {
    width: 25px;
  }

  .h-nav {
    height: 60px;
  }
  .logo {
    float: none;
    padding: 10px 0;
    width: 136px;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 -68px;
  }
  .gnav {
    float: none;
    border-top: 1px solid #ccc;
    background: #fff;
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    display: none;
  }
  .gnav > ul > li {
    float: none;
    margin: 0;
    border-bottom: 1px solid #ccc;
  }
  .gnav > ul > li > a,
  .gnav > ul > li > p {
    font-size: 16px;
    padding: 14px 4%;
  }
  .gnav > ul > li > a:before,
  .gnav > ul > li > p:before {
    display: none;
  }
  .gnav > ul > li > p.sp {
    display: block;
  }
  .gnav > ul > li > p:after {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../img/common/plus.png) no-repeat center;
    background-size: 15px 15px;
    position: absolute;
    right: 4%;
    top: 50%;
    margin: -7px 0 0;
  }
  .gnav > ul > li.active > p:after {
    background: url(../img/common/sub.png) no-repeat center;
    background-size: 15px 15px;
  }
  .gnav > ul > li > a:after {
    content: "";
    width: 10px;
    height: 15px;
    background: url(../img/common/arrow01_sp2.png) no-repeat center;
    background-size: 10px 15px;
    position: absolute;
    right: 4%;
    top: 50%;
    margin: -7px 0 0;
  }

  .menu-box {
    position: relative;
    left: 0;
    top: 0;
    height: auto;
    display: none;
  }
  .menu-box ul {
    display: block;
    padding: 15px 4% 0;
    border-top: 1px solid #ccc;
  }
  .menu-box ul:after {
    content: " ";
    display: block;
    clear: both;
  }
  .menu-box ul li {
    width: 50%;
    float: left;
    margin: 0 0 15px;
  }
  .menu-box ul li:nth-child(2) {
    width: 50%;
  }
  .menu-box ul li.sp {
    width: 100%;
  }
  .menu-box ul li a,
  .menu-box ul li div {
    display: block;
    font-size: 14px;
    text-align: left;
    height: auto;
    padding: 0 0 0 10px;
    background: url(../img/common/arrow01_sp.png) no-repeat left 7px;
    background-size: 5px 8px;
  }
  .menu-box ul li img,
  .pc {
    display: none !important;
  }
  .menu-box ul li .comming {
    color: #ccc;
  }
  .menu-box ul li span {
    padding: 0;
  }
  .menu-cart ul li,
  .menu-store ul li {
    width: 50%;
    margin: 0 0 15px;
  }
  .menu-store ul li:nth-child(2) {
    width: 100%;
  }
  .shop-btn {
    float: right;
    padding: 10px 4% 10px 0;
  }
  .shop-btn p {
    display: block;
    font-size: 0;
    color: transparent;
    padding: 0;
    width: 37px;
    height: 40px;
    background: url(../img/common/icon_shop_sp.png) no-repeat center;
    background-size: 37px 39px;
  }
  .shop-btn:hover p {
    background: url(../img/common/icon_shop_sp.png) no-repeat center;
    background-size: 37px 39px;
  }
  .shop-btn .menu-box {
    border-bottom: 1px solid #ccc;
    position: absolute;
    width: 100%;
    left: 0;
    top: 60px;
  }
  .shop-btn .menu-box ul {
    padding: 0;
  }
  .shop-btn .menu-box li {
    float: none;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #ccc;
  }
  .shop-btn .menu-box li a {
    font-size: 16px;
    padding: 14px 4%;
    background: none;
    font-weight: bold;
    position: relative;
  }
  .shop-btn .menu-box li a:after {
    content: "";
    width: 10px;
    height: 15px;
    background: url(../img/common/arrow01_sp2.png) no-repeat center;
    background-size: 10px 15px;
    position: absolute;
    right: 4%;
    top: 50%;
    margin: -7px 0 0;
  }

  .sp {
    display: block !important;
  }
  .btn-menu {
    float: left;
    margin: 11px 0 10px 4%;
  }
  .btn-menu.active:before,
  .shop-btn.active:before {
    content: "";
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 60px;
    background: rgba(0, 0, 0, 0.3);
  }
  .btn-menu.active {
    background: url(../img/common/close.png) no-repeat center;
    background-size: 27px 27px;
  }
  .btn-menu.active img {
    opacity: 0;
  }

  .gnav > ul > li.h_sns {
    position: relative;
  }
  .gnav > ul > li.h_sns p:after {
    display: none;
  }
  .gnav > ul > li.h_sns ul {
    position: absolute;
    left: 50%;
    top: 13px;
    transform: translateX(-50%);
  }
  .gnav > ul > li.h_sns li {
    display: inline-block;
    margin: 0 10px;
  }
}
@media screen and (max-width: 359px) {
  .menu-box ul li a,
  .menu-box ul li div {
    font-size: 12px;
    background-position: left 5px;
  }
}
.news .container {
  position: relative;
}
.news h2 {
  width: 110px;
  height: 80px;
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  align-items: center;
  justify-content: center;
  background: #b6006a;
  color: #fff;
  float: left;
}
.news-list {
  padding: 60px 0 30px 140px;
}
.news-list dl {
  line-height: 1.8;
  height: 140px;
  overflow: auto;
}
.news-list dt {
  width: 210px;
  float: left;
}
.news-list dt span {
  display: inline-block;
  width: 90px;
  height: 16px;
  border-radius: 8px;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  position: relative;
  top: -1px;
  margin: 0 0 0 20px;
}
.news-list dt span.news01 {
  background: #5cb531;
}
.news-list dt span.news02 {
  background: #e03b7b;
}
.news-list dt span.news03 {
  background: #009fb9;
}
.news-list dt span.news04 {
  background: #eda240;
}

.news-list dd {
  padding: 0 0 20px 210px;
}
.news-list a {
  text-decoration: underline;
}
.news-list a:hover {
  text-decoration: none;
}
.btn01 {
  position: absolute;
  top: 97px;
}
.btn01 a {
  display: block;
  font-size: 12px;
  padding: 0 15px 0 0;
  background: url(../img/common/arrow01.png) no-repeat right center;
}
@media screen and (min-width: 1000px) {
  .btn01 {
    left: 35px;
  }
}

@media screen and (max-width: 999px) {
  .news .container {
    padding: 0 4% 45px;
  }
  .news h2 {
    width: 70px;
    height: 45px;
    font-size: 18px;
    float: none;
    margin: 0 0 10px;
  }
  .news-list {
    padding: 0;
  }
  .news-list dt {
    width: 100%;
    float: none;
  }
  .news-list dt span {
    margin: 0 0 0 15px;
  }
  .news-list dd {
    padding: 0 0 10px;
  }
  .news-list a {
    text-decoration: none;
  }

  .btn01 {
    right: 4%;
    top: 15px;
  }
  .btn01 a {
    display: block;
    font-size: 12px;
    padding: 0 15px 0 0;
    background: url(../img/common/arrow01.png) no-repeat right center;
  }
}
@media screen and (max-width: 640px) {
}

.concept {
  background: url(../img/top/bg01.jpg) no-repeat center;
  height: 495px;
  text-align: center;
  background-position: 50% 0;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 100%;
  overflow: hidden;
}
.concept .container {
  padding-top: 80px;
}
.concept p {
  font-size: 18px;
  line-height: 2;
  margin: 0 0 25px;
}
.btn02 {
  padding: 25px 0 0;
}
.btn02 a {
  width: 200px;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #b6006a;
  border: 1px solid #b6006a;
  border-radius: 3px;
  /*padding: 8px 0 12px;*/
  line-height: 1;
  padding: 13px 0;
  font-family: "Noto Sans Medium JP";
  background: url(../img/common/arrow01.png) no-repeat right 10px center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.btn02 a:hover {
  background-color: #b6006a;
  background-image: url(../img/common/arrow01_on.png);
  color: #fff;
}

@media screen and (max-width: 640px) {
  .concept {
    background: url(../img/top/bg01_sp.jpg) no-repeat center;
    height: 480px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
  }
  .concept .container {
    padding-top: 0;
  }
  .concept p {
    font-size: 17px;
    line-height: 1.7;
    margin: 0 0 20px;
  }
  .btn02 {
    padding: 0;
  }
}

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

.product {
  padding: 80px 0 100px;
}
.title {
  text-align: center;
  font-size: 30px;
  padding: 0 0 30px;
  margin: 0 0 40px;
  /*background: url(../img/common/line.jpg) no-repeat center bottom;*/
  position: relative;
}
.title:before {
  content: "";
  width: 60px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 50%;
  bottom: 1px;
  margin: 0 0 0 -30px;
}
.title span {
  font-size: 16px;
  color: #b6006a;
  display: inline-block;
  margin: 0 0 10px;
}
.product__top {
  margin: 0 -75px 70px;
}
.product__top .slide__item {
  float: left;
  margin: 0 30px 0 0;
}
.slick-prev {
  display: block;
  border: none;
  font-size: 0;
  color: transparent;
  width: 45px;
  height: 40px;
  background: url(../img/common/prev.png) no-repeat center;
  background-size: 16px 40px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 115px;
  z-index: 3;
  opacity: 0;
}
.slick-next {
  display: block;
  border: none;
  font-size: 0;
  color: transparent;
  width: 45px;
  height: 40px;
  background: url(../img/common/next.png) no-repeat center;
  background-size: 16px 40px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 115px;
  z-index: 3;
  opacity: 0;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 1;
}

.product__top .photo {
  margin: 0 0 10px;
  position: relative;
}
.product__top .product__tag {
  margin: 0 0 5px;
}
.product__top a {
  outline: none;
}

.product__top a p.product__tag03 {
  line-height: 1em;
}
.product__top a p em {
  display: flex;
  align-items: center;
  font-style: normal;
}
.product__top a p em img {
  padding-left: 10px;
  height: 18px;
}

.title02 {
  text-align: center;
  font-size: 24px;
  margin: 0 0 40px;
}
.title02 span {
  padding: 0 20px;
  background:
    url(../img/common/line01.png) no-repeat left center,
    url(../img/common/line02.png) no-repeat right center;
}
.product__cat {
  margin: 0 0 60px;
}
.product__cat li {
  width: 247px;
  height: 247px;
  float: left;
  margin: 0 4px 0 0;
}
.product__cat li:last-child {
  margin: 0;
}
.product__cat li > div {
  width: 100%;
  height: 100%;
  background: #fbac7e;
}
.product__cat li:last-child > div {
  background: #b6006a;
}
.product__cat li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.product__cat li a:hover {
  opacity: 0.7;
}
.product__cat li span {
  display: block;
  font-size: 20px;
  color: #fff;
  margin: 0 0 10px;
}
.product__cat .comming {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(209, 209, 209, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
}

.product__new:after {
  content: "";
  width: 67px;
  height: 60px;
  background: url(../img/top/new01.png) no-repeat left center;
  background-size: 67px 60px;
  position: absolute;
  left: 10px;
  top: 0;
}
.product__color:after {
  content: "";
  width: 67px;
  height: 60px;
  background: url(../img/top/new02.png) no-repeat left center;
  background-size: 67px 60px;
  position: absolute;
  left: 10px;
  top: 0;
}

@media screen and (max-width: 1149px) {
  .product__top {
    margin: 0 0 70px;
  }
}
@media screen and (max-width: 999px) {
  .product {
    padding: 50px 0 60px;
  }
  .title {
    font-size: 21px;
    padding: 0 0 20px;
    margin: 0 0 25px;
    /*background-size: 30px 1px;*/
  }
  .title:before {
    width: 30px;
    margin: 0 0 0 -15px;
  }
  .title span {
    font-size: 14px;
  }
  .product__top {
    margin: 0 0 40px;
  }
  .product__top .slide__item {
    margin: 0 15px 0 0;
    width: 220px;
  }
  .slick-prev,
  .slick-next {
    top: 75px;
  }
  .product__top .photo {
    margin: 0 0 10px;
  }
  .product__top .product__tag img {
    height: 20px !important;
    width: auto;
  }
  .product__top .product__tag02 img {
    height: 42px !important;
    width: auto;
    object-fit: contain;
  }
  .product__top a p em img {
    padding-left: 8px;
    height: 12px;
  }

  .title02 {
    text-align: center;
    font-size: 17px;
    margin: 0 0 20px;
  }
  .title02 span {
    padding: 0 15px;
  }
  .product__cat {
    margin: 0 4% 30px;
  }
  .product__cat li {
    width: 49%;
    height: 215px;
    margin: 0 0 2%;
    text-align: center;
  }
  .product__cat li:nth-child(2n),
  .product__cat li:last-child {
    float: right;
    margin: 0 0 2%;
  }
  /*.product__cat li:last-child{
    background: #cab8c2;
  }*/
  .product__cat li img {
    max-height: 100%;
  }
  .product__cat li span {
    font-size: 17px;
    margin: 0 0 15px;
  }
  .product__new:after {
    width: 55px;
    height: 50px;
    background-size: 55px 50px;
  }
  .product__color:after {
    width: 55px;
    height: 50px;
    background-size: 55px 50px;
  }
  .product__cat .comming {
    font-size: 21px;
  }
}
@media screen and (max-width: 359px) {
  .title {
    font-size: 19px;
  }
}

.recommend {
  padding: 80px 0 100px;
  background: #f8f5f1;
}
.recommend__list li {
  width: 320px;
  float: left;
  margin: 0 20px 0 0;
}
.recommend__list li:last-child {
  margin: 0;
}
.recommend__list p {
  text-align: center;
  font-family: "Noto Sans Medium JP";
  font-size: 20px;
  color: #fff;
  padding: 12px 0 14px;
  background: url(../img/common/arrow02.png) no-repeat right 10px center #6bc3c1;
}
@media screen and (max-width: 999px) {
  .recommend {
    padding: 40px 0 60px;
  }
  .recommend .container {
    padding: 0 4%;
  }
  .recommend__list li {
    width: 100%;
    float: none;
    margin: 0 0 10px;
  }
  .recommend__list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
  }
  .recommend__list p {
    text-align: left;
    padding: 0 0 0 20px;
    background: url(../img/common/arrow02_sp.png) no-repeat right 10px center #6bc3c1;
    background-size: 7px 12px;
    width: calc(100% - 125px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    align-items: center;
  }
  .recommend__list .photo {
    width: 125px;
  }
}
@media screen and (max-width: 640px) {
}

.store {
  padding: 80px 0 100px;
}
.store__list li {
  width: 470px;
  float: left;
  border: 1px solid #000;
  background: #fff;
}
.store__list li:last-child {
  float: right;
}
.store__list dl {
  padding: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  align-items: center;
}
.store__list dt {
  width: 235px;
  text-align: center;
}
.store__list dd {
  width: 195px;
  padding: 0 0 0 30px;
  border-left: 1px solid #000;
  font-size: 16px;
  line-height: 1.8;
}
.store__list li:hover {
  opacity: 0.7;
}
@media screen and (max-width: 999px) {
  .store {
    padding: 40px 4% 60px;
  }
  .store__list li {
    width: 47%;
  }
  .store__list dl {
    padding: 15px;
    display: block;
    text-align: center;
  }
  .store__list dt {
    width: 100%;
  }
  .store__list dd {
    width: 100%;
    padding: 10px 0 0;
    border-left: 1px none #000;
    border-top: 1px solid #000;
    font-size: 14px;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 640px) {
}

.store_02 .store__list li {
  border-radius: 5px;
  border: none;
}
.store_02 .store__list li a {
  color: #fff;
  display: inline-block;
  background-size: 24px 24px;
}
.store_02 .store__list li:first-child {
  background: #ee721a;
}
.store_02 .store__list li:last-child {
  background: #bf0d00;
}
.store_02 .store__list li:first-child a {
  background: url(../img/common/btn01_arrow.png) no-repeat right 10px center;
  background-size: 24px 24px;
}
.store_02 .store__list li:last-child a {
  background: url(../img/common/btn01_arrow.png) no-repeat right 10px center;
  background-size: 24px 24px;
}
.store_02 .store__list dt img {
  width: 196px;
}
.store_02 .store__list dd {
  padding: 0 0 0 20px;
  border-left: 1px solid #fff;
}

@media screen and (max-width: 999px) {
  .store_02 .store__list li:first-child a {
    background: url(../img/common/btn01_arrow.png) no-repeat bottom 15px center;
    background-size: 18px 18px;
  }
  .store_02 .store__list li:last-child a {
    background: url(../img/common/btn01_arrow.png) no-repeat bottom 15px center;
    background-size: 18px 18px;
  }
  .store_02 .store__list dl {
    padding: 15px 15px 40px;
  }
  .store_02 .store__list dt img {
    width: 100%;
  }
  .store_02 .store__list dd {
    padding: 10px 0 0 0;
    border-left: 1px none #fff;
    border-top: 1px solid #fff;
  }
}

.pickup {
  padding: 80px 0 100px;
  background: #f8f5f1;
}
.pickup .slide__item {
  margin: 0 3px;
  position: relative;
}
.pickup p {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
}
.slick-dots {
  text-align: center;
  padding: 30px 0 0;
  height: 4px;
}
.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
.slick-dots button {
  display: block;
  border: none;
  font-size: 0;
  color: transparent;
  width: 30px;
  height: 4px;
  background: #ccc;
  cursor: pointer;
}
.slick-dots .slick-active button {
  background: #b6006a;
}
.pickup .slick-arrow {
  display: none !important;
}
@media screen and (max-width: 999px) {
  .pickup {
    padding: 40px 0 60px;
  }
  .pickup .slide__item {
    margin: 0 7px;
    width: 220px;
  }
  .pickup p {
    font-size: 18px;
  }
  .slick-dots {
    padding: 15px 0 0;
  }
  .slick-dots li {
    margin: 0 5px;
  }
  .slick-dots button {
    width: 15px;
    height: 3px;
  }
}
@media screen and (max-width: 640px) {
}

.sns {
  padding: 90px 0;
}
.sns .ins {
  width: 450px;
  float: left;
}
.sns .fb {
  width: 450px;
  float: right;
  text-align: center;
  margin: 0 auto;
}
.sns h3 {
  text-align: center;
  font-size: 24px;
  margin: 0 0 40px;
}
.sns h3 span {
  padding: 0px 0 4px 60px;
}
.sns .ins h3 span {
  background: url(../img/top/ins.png) no-repeat left center;
  background-size: 40px 40px;
}
.sns .fb h3 span {
  background: url(../img/top/fb.png) no-repeat left center;
  background-size: 40px 40px;
}
.sns .ins li {
  width: 220px;
  float: left;
  margin: 0 10px 10px 0;
  /*  opacity: 0;*/
}
.sns .ins li:nth-child(2n) {
  margin-right: 0;
}
.sns .ins li a:hover {
  opacity: 0.7;
}
.sns .ins li:nth-child(n + 5) {
  display: none;
}
@media screen and (max-width: 999px) {
  .sns {
    padding: 50px 0 0;
  }
  .sns .ins,
  .sns .fb {
    width: 100%;
    float: none;
    margin: 0 0 50px;
  }
  .sns .fb {
    padding: 0 4%;
  }
  .sns h3 {
    font-size: 18px;
    margin: 0 0 25px;
  }
  .sns h3 span {
    padding: 2px 0 2px 45px;
  }
  .sns .ins h3 span {
    background-size: 30px 30px;
  }
  .sns .fb h3 span {
    background-size: 30px 30px;
  }
  .sns .ins li {
    width: 32%;
    margin: 0 2% 2% 0;
  }
  .sns .ins li:nth-child(2n) {
    margin-right: 2%;
  }
  .sns .ins li:nth-child(3n) {
    margin-right: 0;
  }
  .sns .ins li:nth-child(n + 5) {
    display: block;
  }
  .sns .ins li:nth-child(n + 10) {
    display: none;
  }
}
@media screen and (max-width: 640px) {
}

.footer {
  padding: 70px 0 20px;
  background: #f0f0f0;
}
.copyright {
  font-size: 10px;
  text-align: center;
  padding: 30px 0 0;
}
.network {
  float: left;
}
.fnav {
  float: right;
  padding: 8px 0 0;
}
.fnav li {
  float: left;
  margin: 0 0 0 30px;
}
.fnav li a {
  display: block;
  padding: 0 0 1px 10px;
  font-size: 12px;
  background: url(../img/common/arrow01.png) no-repeat left center;
}
.fnav li a:hover {
  text-decoration: underline;
}
.network dl {
  float: left;
  margin: 0 50px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  align-items: flex-end;
  padding: 0 0 10px;
  border-bottom: 1px solid #000;
}
.network li {
  float: left;
  margin: 0 0 0 30px;
}
.pagetop {
  position: fixed;
  right: 5%;
  bottom: 140px;
  z-index: 10;
}

@media screen and (max-width: 999px) {
  .footer {
    padding: 30px 10% 10px;
  }
  .copyright {
    font-size: 10px;
    padding: 15px 0 0;
  }
  .network {
    float: none;
  }
  .fnav {
    float: none;
    padding: 15px 0 0 10px;
  }
  .fnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-wrap: wrap;
  }
  .fnav li {
    float: left;
    margin: 10px 0 0;
    width: 50%;
  }

  .fnav li:nth-child(1) {
    order: 1;
  }
  .fnav li:nth-child(2) {
    order: 3;
  }
  .fnav li:nth-child(3) {
    order: 2;
  }
  .fnav li:nth-child(4) {
    order: 4;
  }
  .fnav li a {
    display: block;
    padding: 0 0 1px 10px;
    font-size: 12px;
    background: url(../img/common/arrow01_sp.png) no-repeat left center;
    background-size: 5px 8px;
  }
  .network dl {
    margin: 0;
    display: block;
    padding: 0 0 5px;
  }
  .network dl:last-child {
    float: right;
  }
  .network dl dt {
    margin: 0 0 5px;
  }

  .network li {
    float: left;
    margin: 0 40px 0 0;
  }
  .network li:last-child {
    margin: 0;
  }
  .pagetop {
    right: 2%;
    bottom: 15px;
  }
  .pagetop img {
    width: 40px !important;
  }
}
@media screen and (max-width: 359px) {
  .fnav li:nth-child(1),
  .fnav li:nth-child(2) {
    width: 40%;
  }
  .fnav li:nth-child(3),
  .fnav li:nth-child(4) {
    width: 60%;
  }
}
/*products*/
.subvisual {
  width: 100%;
  height: 440px;
}
.products:not(.products__index) .subvisual {
  height: 330px;
}
.subvisual .container {
  height: 100%;
  position: relative;
}
.subvisual h1 {
  position: absolute;
  left: 0;
  /*top: 220px;*/
  top: 50%;
  font-size: 38px;
}
.subvisual h1,
.page__title h1 {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition:
    opacity 0.6s cubic-bezier(0.37, 0.16, 0.12, 1),
    -webkit-transform 0.6s cubic-bezier(0.37, 0.16, 0.12, 1);
  transition:
    opacity 0.6s cubic-bezier(0.37, 0.16, 0.12, 1),
    -webkit-transform 0.6s cubic-bezier(0.37, 0.16, 0.12, 1);
  transition:
    transform 0.6s cubic-bezier(0.37, 0.16, 0.12, 1),
    opacity 0.6s cubic-bezier(0.37, 0.16, 0.12, 1);
  transition:
    transform 0.6s cubic-bezier(0.37, 0.16, 0.12, 1),
    opacity 0.6s cubic-bezier(0.37, 0.16, 0.12, 1),
    -webkit-transform 0.6s cubic-bezier(0.37, 0.16, 0.12, 1);
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.subvisual h1.on,
.page__title h1.on {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.products .subvisual {
  background: url(../img/products/index/mv.jpg) no-repeat center;
  background-size: cover;
}
.products__conept {
  text-align: center;
  padding: 80px 0;
}
.products__conept p,
.heading__sub {
  font-size: 16px;
  line-height: 2;
}

.products-cate {
  padding: 90px 0 15px;
  background: #f8f5f1;
}
.products-cate__list {
  margin: 0 0 50px;
}
.products-cate__list li {
  width: 480px;
  float: left;
  margin: 0 0 40px;
  background: #fff;
  position: relative;
}
.products-cate__list li:nth-child(2n) {
  float: right;
}
.products-cate__list li a {
  border-top: 2px solid #b6006a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  background: url(../img/products/index/arrow.png) no-repeat right 20px center;
  background-size: 24px 24px;
}
.products-cate__list li a:hover {
  opacity: 0.7;
}
.products-cate__list .photo {
  width: 46%;
}
.products-cate__list_cart li {
  width: 100%;
  margin: 0 0 40px;
  background: #fff;
}
.products-cate__list_cart li {
  border-top: 2px solid #b6006a;
}
.products-cate__list_cart h3 {
  margin: 15px 0 15px 20px;
  color: #b6006a;
  font-size: 22px;
}
.products-cate__list_cart .products-cate__info {
  margin-left: 5px;
}
.products-cate__list_cart .products-cate__info h3 {
  margin: 0;
  font-size: 20px;
  color: #333;
}
.products-cate__list_cart .cart_type {
  display: flex;
  margin: 0 20px;
}
.products-cate__list_cart .cart_type li {
  margin: 0 15px 20px 0px;
  border-radius: 10px;
  border: none;
  line-height: 1.2;
}
.products-cate__list_cart .cart_type li:last-child {
  margin-right: 0px;
}
.products-cate__list_cart .cart_type li a {
  display: flex;
  padding: 20px 0 10px 10px;
  height: 160px;
  background: url(/assets/img/products/index/arrow.png) no-repeat right 10px bottom 10px;
  background-size: 24px 24px;
}
.products-cate__list_cart .cart_type li a:hover {
  opacity: 0.7;
}
.products-cate__list_cart .cart_type li:nth-child(1) {
  background-color: #bae2f6;
}
.products-cate__list_cart .cart_type li:nth-child(2) {
  background-color: #a4d5f2;
}
.products-cate__list_cart .cart_type li:nth-child(3) {
  background-color: #86bae4;
}
.products-cate__list_cart .cart_type li:nth-child(4) {
  background-color: #84a3d9;
}
.products-cate__list_cart .cart_type li:nth-child(5) {
  background-color: #788bc4;
}
.products-cate__list_cart .cart_type li span {
  font-size: 30px;
}
.products-cate__info {
  width: 54%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-direction: column;
  justify-content: center;
}
.products-cate__info p {
  margin: 0 0 10px;
}
.products-cate__info p.des {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 10px;
}
.products-cate__info h3 {
  font-size: 22px;
  color: #b6006a;
}
.products-cate__list .comming {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(209, 209, 209, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
}

.pankuzu {
  font-size: 12px;
}
.pankuzu li {
  float: left;
  margin: 0 8px 0 0;
}
.pankuzu a {
  margin: 0 5px 0 0;
}
.pankuzu a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 999px) {
  .subvisual {
    height: 270px !important;
  }
  .subvisual h1 {
    left: 4%;
    font-size: 24px;
  }
  .products .subvisual {
    background: url(../img/products/index/mv_sp.jpg) no-repeat center;
    background-size: cover;
  }
  .products__conept {
    text-align: left;
    padding: 45px 4%;
  }
  .products__conept p,
  .heading__sub {
    font-size: 14px;
  }
  .products-cate {
    padding: 50px 4% 10px;
  }
  .products-cate__list {
    margin: 0 0 30px;
  }
  .products-cate__list li {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
  .products-cate__list li:nth-child(2n) {
    float: none;
  }
  .products-cate__list li a {
    background-position: right 10px center;
  }
  .products-cate__list .photo {
    width: 44%;
  }
  .products-cate__list li img {
    width: 100%;
  }
  .products-cate__list_cart .cart_type {
    display: block;
    padding-bottom: 10px;
  }
  .products-cate__list_cart .cart_type li a {
    overflow: hidden;
    height: auto;
    padding: 0 0 0 10px;
    background: url(/assets/img/products/index/arrow.png) no-repeat right 10px center;
    background-size: 24px 24px;
  }
  .products-cate__list_cart .cart_type li .photo img {
    height: 17vw;
  }
  .products-cate__list_cart h3,
  .products-cate__list_cart .products-cate__info h3 {
    font-size: 16px;
  }
  .products-cate__list_cart .cart_type li span {
    margin: 0 2px;
    font-size: 22px;
  }
  .products-cate__info {
    width: 56%;
  }
  .products-cate__info p {
    font-size: 12px;
  }
  .products-cate__info p.des {
    font-size: 7px;
  }
  .products-cate__info h3 {
    font-size: 16px;
  }
  .products-cate__list .comming {
    font-size: 21px;
  }

  .pankuzu {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
}

/*petcart*/
.anchor {
  text-align: center;
  padding: 50px 0 0;
}
.anchor li {
  display: inline-block;
  margin: 0 20px;
}

.products-cart {
  padding: 80px 0 60px;
  background: #f8f5f1;
  margin: 0 0 2px;
}
.title03 {
  font-size: 24px;
  padding: 0 0 10px;
  margin: 0 0 50px;
  border-bottom: 2px solid #b6006a;
  position: relative;
}
.title03 a {
  font-size: 16px;
  display: block;
  width: 130px;
  background: #b6006a;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 10px;
  padding: 2px 0 6px;
}
.title03_cart {
  font-size: 24px;
  padding: 5px 0;
  margin: 0 0 50px;
  background-color: #fff;
  color: #b6006a;
  text-align: center;
}
.title03_cart span {
  font-size: 32px;
}
.products-cart__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.products-cart__list > li {
  width: 480px;
  background: #fff;
  margin: 0 0 40px;
}
.products-cart__list > li > a {
  padding: 20px;
  display: block;
}
.products-cart__list > li > a::after {
  content: " ";
  display: block;
  clear: both;
}
.products-cart__list > li a:hover {
  opacity: 0.7;
}

.products-cart__photo {
  width: 180px;
  float: right;
}
.products-cart__photo .photo {
  position: relative;
  text-align: center;
}
.products-cart__photo ul {
  text-align: right;
  padding: 10px 0 0;
}
.products-cart__photo li {
  display: inline-block;
  margin: 0 0 0 3px;
}
.products-cart__photo li:first-child {
  margin: 0;
}

.products-cart__photo .photo img {
  width: 123px;
}
.products-cart__photo .photo img.cart_img {
  width: 180px;
}
.products-cart__info {
  width: 260px;
  float: left;
}
.products-cart__info .mili {
  margin: 0 0 25px;
}
.products-cart__info .fika {
  margin: 5px 0 25px;
}
.products-cart__info p img {
  max-height: 33px;
}
.products-cart__tag {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 15px;
}
.products-cart__tag li {
  margin: 0 20px 10px 0;
}
.products-cart__tag li.tag_m {
  margin: 0 5px 0 0;
}
.products-cart__tag li:last-child {
  margin: 0;
}
.products-cart__tag li.ok {
  color: #b6006a;
  width: 96px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #b6006a;
  border-radius: 3px;
}
.products-cart__tag_02 {
  margin: 0 0 15px;
}
.products-cart__tag_02 li {
  float: left;
  margin: 0 5px 0 0;
}
.products-cart__tag li:last-child {
  margin: 0;
}
.products-cart__tag_02 li.weight01,
.products-cart__tag_02 li.weight02,
.products-cart__tag_02 li.weight03,
.products-cart__tag_02 li.weight04,
.products-cart__tag_02 li.weight05 {
  padding: 3px 10px;
  color: #fff;
}
.products-cart__tag_02 li.weight01 {
  background-color: #6fd0f7;
}
.products-cart__tag_02 li.weight02 {
  background-color: #38b0e6;
}
.products-cart__tag_02 li.weight03 {
  background-color: #207cbe;
}
.products-cart__tag_02 li.weight04 {
  background-color: #1d5199;
}
.products-cart__tag_02 li.weight05 {
  background-color: #103675;
}
.products-cart__tag_02 li.length {
  padding: 3px 10px;
  background-color: #b6006a;
  color: #fff;
}
.products-cart__info .des {
  margin: 0 0 13px;
  line-height: 1.8;
}
.products-cart__info .price {
  font-size: 24px;
  font-weight: bold;
}
.products-cart__info .price span {
  font-size: 12px;
}
.products-cart__sub {
  clear: both;
  padding: 20px 0 0 11px;
  font-size: 10px;
  text-indent: -11px;
}
.products-cart__small {
  clear: both;
  font-size: 10px;
  margin: 0 0 25px;
  line-height: 1.8;
}

/*.link{
  clear: both;
  text-align: center;
  padding: 10px 0 0;
  border-top: 1px solid #ccc;
  margin: 0 20px 15px;
}
.link a{
  padding: 0 15px 2px 0;
  background: url(../img/common/arrow01.png) no-repeat right center;
}*/
.link {
  padding: 0 0 20px;
}
.link a {
  width: 70%;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  border: 1px solid #b6006a;
  border-radius: 3px;
  line-height: 1;
  padding: 13px 0;
  font-family: "Noto Sans Medium JP";
  background: url(../img/common/arrow01_on.png) no-repeat right 10px center;
  background-color: #b6006a;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.link a:hover {
  background-color: #fff;
  background-image: url(../img/common/arrow01.png);
  color: #b6006a;
}

.other {
  padding: 90px 0 10px;
}
.btn03 {
  text-align: center;
  margin: 0 0 90px;
}
.btn03 p {
  font-size: 16px;
  margin: 0 0 15px;
}
.btn03 p span {
  padding: 0 20px;
  background:
    url(../img/products/cart/line01.png) no-repeat left center,
    url(../img/products/cart/line02.png) no-repeat right center;
}
.btn03 a {
  display: block;
  width: 340px;
  margin: 0 auto;
  font-size: 20px;
  color: #fff;
  background: url(../img/common/arrow02.png) no-repeat right 10px center #6bc3c1;
  border-radius: 4px;
  padding: 16px 0 20px 10px;
  position: relative;
}
.btn03 a:before {
  content: "";
  width: 27px;
  height: 44px;
  background: url(../img/products/cart/icon.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 20px;
  top: 10px;
}
.btn03 a:hover {
  opacity: 0.7;
}
.other h4 {
  font-size: 20px;
  margin: 0 0 40px;
}
.cat__list li {
  width: 33.3333%;
  height: 40px;
  float: left;
  margin: 0 0 70px;
  border-left: 1px solid #ccc;
  position: relative;
}
.cat__list li:nth-child(3n),
.cat__list li:last-child {
  border-right: 1px solid #ccc;
}
.cat__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  height: 100%;
  position: relative;
  padding: 0 0 0 90px;
  align-items: center;
  background: url(../img/common/arrow01.png) no-repeat right 20px center;
}
.cat__list li a:hover {
  opacity: 0.7;
}
.cat__list li a img {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.cat__list li .comming__text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(209, 209, 209, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  padding: 0 0 5px;
}
.cat__list li.comming a {
  color: #d1d1d1;
}
.petcarry__logo {
  margin: 0 0 10px;
}
.products-cart__clear .products-cart__photo .photo img {
  width: auto;
}
.products-cart__clear .products-cart__photo {
  order: 2;
}
#cat01 .products-cart__photo .photo,
#cat02 .products-cart__photo .photo,
#cat03 .products-cart__photo .photo,
#cat04 .products-cart__photo .photo,
#cat05 .products-cart__photo .photo {
  text-align: right;
}

@media screen and (min-width: 1000px) {
  .pc_pt40 {
    padding-top: 40px;
  }
  #cat01 .products-cart__photo ul {
    float: right;
    width: 120%;
  }
  #cat01 ul li a {
    height: 100%;
    position: relative;
  }
  #cat01 ul li .price {
    position: absolute;
    left: 20px;
    bottom: 20px;
  }
  #cat01 ul li:last-child a {
    height: auto;
  }
  #cat01 ul li:last-child .price {
    position: relative;
    left: 0;
    bottom: 0;
  }
  #cat01 ul li:nth-child(7) {
    align-self: flex-start;
  }
  #cat01 .products-cart__info .des {
    margin: 0 0 50px;
  }
  #cat01 ul li:last-child .des {
    margin: 0 0 13px;
  }
}
@media screen and (max-width: 999px) {
  .anchor {
    padding: 30px 0 0;
  }
  .anchor li {
    display: block;
    margin: 0;
    width: 48%;
    float: left;
  }
  .anchor li:last-child {
    float: right;
  }
  .anchor li a {
    max-width: 100%;
  }
  .products-cart {
    padding: 40px 4% 60px;
  }
  .title03 {
    font-size: 18px;
    margin: 0 0 15px;
  }
  .title03 a {
    font-size: 12px;
    width: 90px;
    bottom: 7px;
    padding: 2px 0 6px;
  }
  .title03_cart {
    font-size: 18px;
    margin: 0 0 15px;
  }
  .title03_cart span {
    font-size: 24px;
  }
  .products-cart__list > li {
    width: 100%;
    margin: 0 0 15px;
  }
  .products-cart__list > li > a {
    padding: 15px;
  }
  .products-cart__photo {
    width: 36%;
  }
  .products-cart__photo li img {
    height: 7px;
  }
  .products-cart__photo .photo img {
    width: 98px;
  }
  .products-cart__photo .photo img.cart_img {
    width: 140px;
  }
  .products-cart__info {
    width: 64%;
  }
  .products-cart__info .mili {
    margin: 0 0 15px;
  }
  .products-cart__info .mili img {
    height: 20px;
  }
  .products-cart__info .mili02 img {
    height: 40px;
    margin-bottom: 15px;
  }
  .products-cart__info .mili_10th img {
    height: 28px;
  }
  .products-cart__tag {
    margin: 0 0 10px;
  }
  .products-cart__tag li {
    margin: 0 5px 0 0;
  }
  .products-cart__tag li img {
    height: 35px;
  }
  .products-cart__tag li img.icelog {
    height: 30px;
    margin-bottom: 5px;
  }
  .products-cart__tag li.ok {
    width: 75px;
    height: 35px;
    font-size: 12px;
  }
  /* .products-cart__tag li.ok:nth-child(3),
  .products-cart__tag li.ok:nth-child(4){
    margin-top: 10px;
  } */
  .products-cart__tag_02 {
    margin: 0 0 10px;
  }
  .products-cart__tag_02 li img {
    height: 35px;
  }
  .products-cart__info .des {
    margin: 0 0 10px;
  }
  .products-cart__info .price {
    font-size: 17px;
  }
  .products-cart__info .price span {
    font-size: 10px;
  }
  .products-cart__sub {
    padding: 10px 0 10px 11px;
  }
  .products-cart__small {
    margin: 0 0 10px;
  }

  .other {
    padding: 40px 4% 10px;
  }
  .btn03 {
    margin: 0 0 40px;
  }
  .btn03 p {
    font-size: 14px;
  }
  .btn03 p span {
    padding: 0 15px;
  }
  .btn03 a {
    width: 100%;
    font-size: 17px;
    background: url(../img/common/arrow02_sp.png) no-repeat right 10px center #6bc3c1;
    background-size: 7px 12px;
    padding: 11px 0 15px 10px;
    position: relative;
  }
  .btn03 a:before {
    width: 19px;
    height: 30px;
    left: 40px;
  }

  .other h4 {
    font-size: 17px;
    margin: 0 0 20px;
  }
  .cat__list {
    margin: 0 -4% 20px;
    position: relative;
    border-top: 1px solid #ccc;
  }
  .cat__list:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #ccc;
    position: absolute;
    left: 50%;
    top: 0;
  }
  .cat__list li {
    width: 50%;
    height: 42px;
    float: left;
    margin: 0;
    border-left: 1px none #ccc;
    border-bottom: 1px solid #ccc;
  }
  .cat__list li:nth-child(3n),
  .cat__list li:last-child {
    border-right: 1px none #ccc;
  }
  .cat__list li a {
    padding: 0 0 0 15px;
    background: url(../img/common/arrow01_sp.png) no-repeat right 15px center;
    background-size: 5px 8px;
    font-size: 12px;
  }
  .cat__list li a img {
    display: none;
  }
  .comming__text {
    opacity: 0;
  }

  .petcarry__logo {
    margin: 0 0 15px;
  }
  .link {
    padding: 0 15px 15px;
  }
  .link a {
    width: 100%;
  }
}
@media screen and (max-width: 359px) {
  .cat__list li a {
    padding: 0 0 0 7px;
    background: url(../img/common/arrow01_sp.png) no-repeat right 7px center;
    background-size: 5px 8px;
  }
  .products-cart__list > li > a {
    padding: 10px;
  }
  .products-cart__photo {
    width: 33%;
  }
  .products-cart__option li:nth-child(5) .products-cart__photo img,
  .products-cart__option li:nth-child(8) .products-cart__photo img {
    width: 70px;
  }
  .products-cart__option li:nth-child(7) .products-cart__photo img {
    width: 75px;
  }
}

.products-cart__option > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
}
.products-cart__option li .products-cart__photo {
  padding: 45px 0 0;
}

.products-cart__option li:last-child .products-cart__photo {
  padding: 0;
}
.products-cart__option h3 {
  font-size: 20px;
  color: #b6006a;
  margin: 0 0 15px;
}
.products-cart__option .products-cart__photo .photo img {
  width: auto;
}

@media screen and (min-width: 1000px) {
  .products-cart__option .products-cart__info {
    padding-bottom: 35px;
    position: relative;
    height: 100%;
  }
  .products-cart__option .products-cart__info .price {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .products-cart__option h3 {
    position: relative;
    width: 440px;
  }
}
@media screen and (max-width: 999px) {
  .products-cart__option h3 {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .products-cart__option li .products-cart__photo {
    padding: 0;
  }
}

/*about*/
.concept__page .subvisual {
  background: url(../img/concept/mv.jpg) no-repeat center;
  background-size: cover;
}
.white {
  color: #fff;
}
.color__main section:nth-child(2n) {
  background: #f8f5f1;
}
.btn02.w380 a {
  width: 380px;
}
.btn02.w320 a {
  width: 320px;
}
.btn02.w300 a {
  width: 300px;
}
.about {
  padding: 80px 0 10px;
}
.about h2 {
  font-size: 30px;
  text-align: center;
  margin: 0 0 70px;
}
.safety {
  border-top: 1px solid #ccc;
  margin: 0 0 90px;
}
.safety li {
  border-bottom: 1px solid #ccc;
  padding: 20px 60px;
  display: flex;
  line-height: 1.7;
  counter-increment: section;
  align-items: center;
}
.safety li:before {
  content: counter(section);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  font-size: 36px;
  color: #b6006a;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 30px 0 0;
  font-family: "Roboto", sans-serif;
}

.about-box {
  border: 2px solid #b6006a;
  margin: 0 0 90px;
  padding: 60px;
  position: relative;
}
.about-box h3 {
  padding: 0 20px;
  font-size: 22px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -55%);
  background: #f8f5f1;
  color: #b6006a;
}
.about-box .img {
  margin: 0 0 20px;
  text-align: center;
}
.about-box p {
  line-height: 1.7;
  margin: 0 0 20px;
}
.about-box p small {
  font-size: 10px;
}
.center {
  text-align: center;
}
.about-box__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-box__list li {
  width: 420px;
  margin: 0 0 40px;
}
.about-box__list .photo {
  float: left;
  margin: 0 20px 0 0;
  width: 200px;
}
.about-box__des {
  overflow: hidden;
}
.about-box__list h4 {
  font-size: 18px;
  border-bottom: 1px solid #b6006a;
  margin: 0 0 15px;
  padding: 0 0 10px;
}
.about-box .add {
  margin-top: 30px;
}
.about-box .add dl {
  display: table;
  width: 100%;
}
.about-box .add dl dt {
  display: table-cell;
  width: 200px;
}
.about-box .add dl dd {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
.about-box .add dl dd h4 {
  font-size: 18px;
  border-bottom: 1px solid #b6006a;
  padding: 0 0 10px;
  margin: 0 0 15px;
}
.about-box .add dl dd h4 br {
  display: none;
}
.about-box__list h4 {
  font-size: 18px;
  border-bottom: 1px solid #b6006a;
  margin: 0 0 15px;
  padding: 0 0 10px;
}
@media screen and (max-width: 999px) {
  .about-box .add dl dt {
    width: 25%;
  }
  .about-box .add dl dd {
    width: 75%;
  }
}
@media screen and (max-width: 640px) {
  .about-box .add dl dt {
    width: 50%;
  }
  .about-box .add dl dd {
    width: 50%;
  }
  .about-box .add dl dd h4 {
    font-size: 16px;
  }
  .about-box .add dl dd h4 br {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .about-box__list li:nth-child(3) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 999px) {
  .concept__page .subvisual {
    background: url(../img/concept/mv_sp.jpg) no-repeat center;
    background-size: cover;
  }
  .btn02.w380 a,
  .btn02.w320 a,
  .btn02.w300 a {
    width: 100%;
  }
  .about {
    padding: 40px 4% 10px;
  }
  .about h2 {
    font-size: 21px;
    margin: 0 0 20px;
  }
  .safety {
    margin: 0 0 60px;
  }
  .safety li {
    padding: 10px 0 10px 75px;
    position: relative;
    min-height: 85px;
    font-size: 13px;
  }
  .safety li:before {
    width: 65px;
    height: 65px;
    font-size: 33px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 10px;
  }

  .about-box {
    border: 1px solid #b6006a;
    margin: 0 -2% 70px;
    padding: 30px 15px;
  }
  .about-box h3 {
    padding: 0;
    font-size: 18px;
    text-align: center;
    padding: 0 10px;
  }
  .sp_w80 {
    width: 300px;
  }
  .about-box .img {
    margin: 0 -10px 15px;
  }
  .about-box p {
    text-align: left;
    margin: 0 0 10px !important;
    font-size: 13px;
  }
  .sp_mb00 {
    margin-bottom: 0 !important;
  }

  .about-box__list li {
    width: 49%;
    margin: 0 0 25px;
  }
  .about-box__list .photo {
    width: 50%;
    margin: 0 5px 0 0;
  }
  .about-box__des {
    overflow: hidden;
  }
  .about-box__list h4 {
    font-size: 16px;
    margin: 0 0 10px;
    padding: 0 0 5px;
  }
}
@media screen and (max-width: 640px) {
  .about-box__list li {
    width: 100%;
  }
}

/*first*/
.first__page .subvisual {
  background: url(../img/first/mv.jpg) no-repeat center;
  background-size: cover;
}
.first__main .products__conept {
  padding-bottom: 0;
}
.first__main .products__conept p {
  margin-bottom: 80px;
}
.top_nav,
.bottom_nav {
  display: flex;
  justify-content: space-between;
}
.top_nav li,
.bottom_nav li {
  width: 330px;
}
.top_nav li span,
.bottom_nav li span {
  display: block;
  font-size: 18px;
  color: #bbb;
  text-align: center;
  border: 1px solid #bbb;
  border-bottom: 0;
  padding: 20px 0 24px;
  cursor: pointer;
}
.bottom_nav li span {
  border-top: 0;
  border-bottom: 1px solid #bbb;
}
.top_nav li.active span,
.top_nav li:hover span,
.bottom_nav li.active span,
.bottom_nav li:hover span {
  background: #f8f5f1;
  border-color: #f8f5f1;
  color: #b6006a;
}
.first__main .other {
  padding-top: 0;
}
.bottom_nav {
  margin-bottom: 90px;
}
.use {
  padding: 80px 0 100px;
  background: #f8f5f1;
}
.intro_text {
  text-align: center;
  line-height: 2;
  font-size: 16px;
  margin: 0 0 80px;
}
.btn03 a.people {
  padding-left: 20px;
}
.btn03 a.people:before {
  width: 78px;
  height: 74px;
  background: url(../img/first/people.png) no-repeat center;
  background-size: cover;
  left: 10px;
  top: -10px;
}
.use__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.use__list li {
  width: 480px;
  margin-bottom: 80px;
  padding: 0 0 0 110px;
  position: relative;
}
.use__list li.icon05,
.use__list li.icon06 {
  margin-bottom: 0;
}
.use__list h3 {
  font-size: 20px;
  color: #b6006a;
  margin: 0 0 10px;
}
.use__list li h3:before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
}
.use__list li.icon01 h3:before {
  background: url(../img/first/icon01.png) no-repeat center;
  background-size: cover;
}
.use__list li.icon02 h3:before {
  background: url(../img/first/icon02.png) no-repeat center;
  background-size: cover;
}
.use__list li.icon03 h3:before {
  background: url(../img/first/icon03.png) no-repeat center;
  background-size: cover;
}
.use__list li.icon04 h3:before {
  background: url(../img/first/icon04.png) no-repeat center;
  background-size: cover;
}
.use__list li.icon05 h3:before {
  background: url(../img/first/icon05.png) no-repeat center;
  background-size: cover;
}
.use__list li.icon06 h3:before {
  background: url(../img/first/icon06.png) no-repeat center;
  background-size: cover;
}
.use__list p {
  line-height: 2;
}
.sm_sp,
.xs_sp {
  display: none;
}
.use__content {
  display: none;
}
.use__content:first-child {
  display: block;
}

@media screen and (max-width: 999px) {
  .first__page .subvisual {
    background: url(../img/first/mv_sp.jpg) no-repeat center;
    background-size: cover;
  }

  .first__main .products__conept p {
    margin-bottom: 60px;
  }
  .top_nav,
  .bottom_nav {
    display: flex;
    justify-content: space-between;
  }
  .top_nav li,
  .bottom_nav li {
    width: 32%;
  }
  .top_nav li span,
  .bottom_nav li span {
    padding: 14px 0 16px;
  }

  .bottom_nav {
    margin-bottom: 60px;
  }
  .use {
    padding: 40px 4%;
  }
  .intro_text {
    text-align: left;
    font-size: 14px;
    margin: 0 0 40px;
  }
  .btn03 a.people {
    padding-left: 20px;
  }
  .btn03 a.people:before {
    width: 69px;
    height: 65px;
    left: 3%;
    top: -15px;
  }
  .use__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .use__list li,
  .use__list li.icon05 {
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
  }
  .use__list h3 {
    font-size: 19px;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
  }
  .use__list li h3:before {
    width: 63px;
    height: 63px;
    position: relative;
    background-size: 63px 63px;
    margin: 0 10px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .xs_sp {
    display: block;
  }
}
@media screen and (max-width: 359px) {
  .sm_sp {
    display: block;
  }
}

/*choose*/
.point__anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 60px;
}
.point__anchor li {
  width: 480px;
}
.point__anchor a {
  display: block;
  border-radius: 4px;
  border: 1px solid #b6006a;
  background: url(../img/first/arrow01.png) no-repeat right 20px center #fff;
  background-size: 24px 24px;
}
.point__anchor dl {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.point__anchor dt {
  width: 100px;
  text-align: center;
  color: #b6006a;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  padding: 5px 0;
  border-right: 1px solid #b6006a;
}
.point__anchor dt span {
  display: block;
  font-size: 36px;
}
.point__anchor dd {
  width: 380px;
  padding: 0 0 0 30px;
  font-size: 16px;
}
.mb2 {
  margin-bottom: 2px !important;
}
.choose__main .use {
  padding-bottom: 90px;
}

.point__list01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.point__list01 li {
  width: 450px;
}
.point__tag {
  width: 100%;
}
.point__tag dt {
  font-size: 20px;
  color: #fff;
  border-radius: 4px;
  background: #b6006a;
  text-align: center;
  margin: 0 0 20px;
  padding: 10px 0 12px;
  position: relative;
}
.point__tag dt:before {
  content: "";
  width: 100%;
  height: 10px;
  background: url(../img/first/arrow02.png) no-repeat center;
  background-size: 11px 10px;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.point__tag dd {
  line-height: 1.7;
}

.point__number {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  color: #b6006a;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  font-size: 16px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 0 0;
  text-align: center;
}
.point__number span {
  display: block;
  font-size: 40px;
  padding-left: 3px;
}

.point__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 50px;
}
.point__col {
  width: 310px;
}
.point__row .point__col .photo {
  text-align: center;
}
.point__row .point__col .photo img {
  width: 132px;
}
.title04 {
  font-size: 24px;
  color: #b6006a;
}
.list__style01 li {
  padding: 0 0 0 12px;
  background: url(../img/first/point.png) no-repeat left 7px;
  background-size: 10px 10px;
  margin: 0 0 25px;
}
li.list__style01-none {
  background: none;
  padding: 0;
}
.tb__compare .list__style01 li.list__style01-none {
  margin: 0;
}
.diving__list .photo {
  float: right;
}
.diving__list li .photo img {
  width: 138px;
}
/* .diving__list li:last-child .photo img {
  padding-right: 50px;
} */

@media screen and (max-width: 999px) {
  .point__anchor {
    margin: 0 0 40px;
  }
  .point__anchor li {
    width: 100%;
    margin: 0 0 20px;
  }
  .point__anchor a {
    background: url(../img/first/arrow01.png) no-repeat right 12px center #fff;
    background-size: 21px 21px;
  }
  .point__anchor dl {
    padding: 8px 0;
  }
  .point__anchor dt {
    width: 17%;
    padding: 8px 0;
    font-size: 10px;
  }
  .point__anchor dt span {
    font-size: 28px;
  }
  .point__anchor dd {
    width: 83%;
    padding: 0 0 0 10px;
    font-size: 14px;
  }
  .choose__main .use {
    padding-bottom: 40px;
  }
  .point__list01 li {
    width: 100%;
  }
  .point__tag {
    margin-bottom: 20px;
  }
  .point__tag.mb40 {
    margin-bottom: 20px !important;
  }
  .point__tag dt {
    font-size: 18px;
    padding: 6px 0 9px;
  }

  .point__number {
    width: 70px;
    height: 70px;
    margin: 0 auto 10px;
    font-size: 11px;
    padding: 3px 0 0;
  }
  .point__number span {
    font-size: 28px;
    padding-left: 3px;
  }

  .point__row {
    margin: 0;
  }
  .point__col {
    width: 100%;
    margin-bottom: 10px;
  }
  .point__col dd {
    display: flex;
  }
  .point__row .point__col .photo {
    width: 33%;
    text-align: center;
  }
  .point__row .point__col .photo img {
    width: 105px;
  }
  .point__text {
    width: 67%;
  }
  .list__style01 li {
    margin: 0 0 20px;
  }

  .diving__list .photo {
    float: none;
  }
  .diving__list > li {
    display: flex;
    margin: 0 0 20px;
  }
  .diving__list li .photo img,
  .diving__list li:first-child .photo img {
    width: 123px;
  }
  .diving__list li:last-child .photo {
    padding-right: 0;
  }
  .point__row .diving__list .photo {
    width: 35%;
    text-align: center;
  }
  .diving__list .diving__text {
    width: 65%;
    order: 1;
  }
}

/*faq*/
.faq {
  border-top: 2px solid #b6006a;
  border-bottom: 2px solid #b6006a;
}
.faq dt {
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  height: 90px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.faq dt:before {
  content: "Q.";
  font-family: "Roboto", sans-serif;
  font-size: 38px;
  color: #b6006a;
  margin: 0 5px 0 0;
}
.faq dt:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/first/off.png) no-repeat center;
  background-size: 24px 24px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin: -12px 0 0;
}
.faq dt.active:after {
  background: url(../img/first/on.png) no-repeat center;
  background-size: 24px 24px;
}
.faq dd {
  padding: 40px;
  background: #fff;
  display: none;
}
.faq__gallery {
  width: 480px;
  float: right;
  margin: 0 0 0 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.faq__gallery li {
  text-align: center;
}
.faq__gallery_one {
  width: auto;
}
.faq dd p {
  max-width: 680px;
  line-height: 2;
}
.faq .faq__gallery p {
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 0 0;
}
.faq a {
  color: #b6006a;
}
.faq a span {
  padding: 0 15px 2px 0;
  background: url(../img/common/arrow01_sp.png) no-repeat right center;
  background-size: 6px 10px;
}
@media screen and (max-width: 999px) {
  .faq dt {
    font-size: 15px;
    height: 60px;
  }
  .faq dt:before {
    font-size: 24px;
  }
  .faq dt:after {
    content: "";
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    right: 0;
    margin: -10px 0 0;
  }
  .faq dt.active:after {
    background-size: 20px 20px;
  }
  .faq dd {
    padding: 15px;
  }
  .faq__gallery {
    width: 100%;
    float: none;
    margin: 0;
  }
  .faq__gallery li {
    width: 48%;
    margin: 0 auto 10px;
  }
  .faq dd p {
    max-width: 680px;
    line-height: 2;
  }
  .faq a {
    font-size: 13px;
  }
}

/*.reading__page*/
.reading__page .subvisual {
  background: url(../img/reading/mv.jpg) no-repeat center;
  background-size: cover;
}
.reading__content {
  padding: 0 0 10px;
}
.reading__banner {
  margin: 0 0 100px;
}
.reading__banner li {
  margin: 0 0 60px;
  position: relative;
}
.reading__banner .reading__text {
  position: absolute;
  left: 50%;
  top: 0;
  width: 50%;
  height: 100%;
  /*background: rgba(255,255,255, 0.85);*/
  background: url(../img/reading/overlay.png) repeat center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 40px;
}
.reading__text h3 {
  margin: 0 0 20px;
}
.reading__text h3:before {
  content: "";
  width: 13px;
  height: 20px;
  background: url(../img/common/arrow01_sp2.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  margin: -10px 0 0;
}
.reading__text p {
  line-height: 2;
}
@media screen and (max-width: 999px) {
  .reading__page .subvisual {
    background: url(../img/reading/mv_sp.jpg) no-repeat center;
    background-size: cover;
  }
  .reading__content {
    padding: 0 4% 10px;
  }
  .reading__banner {
    margin: 0 0 50px;
  }
  .reading__banner li {
    margin: 0 0 30px;
  }
  .reading__banner .reading__text {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    background: #ede6dd;
    display: block;
    padding: 10px 20px;
  }
  .reading__text h3 {
    margin: 0;
    font-size: 19px;
  }
  .reading__text h3:before {
    width: 10px;
    height: 15px;
    position: relative;
    right: 0;
    top: 0;
    margin: 0 10px 0 0;
    display: inline-block;
  }
  .reading__banner li img {
    width: 100%;
  }
}

/*advice*/
.reading__advice .subvisual {
  height: 300px;
}
.reading__list li {
  width: 470px;
  margin: 0 0 70px;
}
.reading__info dt {
  font-size: 18px;
  padding: 0 0 0 17px;
  margin: 20px 0 15px;
  color: #b6006a;
  background: url(../img/common/arrow01_sp.png) no-repeat left 9px;
  background-size: 6px 10px;
}
.reading__info dd {
  line-height: 2;
}
.profile {
  display: flex;
  align-items: center;
  background: #f8f5f1;
  margin: 0 0 100px;
}
.profile dt {
  display: flex;
  align-items: center;
  width: 465px;
}
.profile dd {
  width: 535px;
  border-left: 1px solid #ccc;
  padding: 0 0 0 30px;
  line-height: 2;
}
.title05 {
  font-size: 18px;
  color: #b6006a;
  padding: 0 0 0 30px;
}
.title05 small {
  font-size: 14px;
  line-height: 1.3;
  display: inline-block;
  padding-top: 6px;
}
@media screen and (max-width: 999px) {
  .reading__list li {
    width: 100%;
    margin: 0 0 40px;
  }
  .reading__info dt {
    font-size: 18px;
    padding: 0 0 0 20px;
    margin: 15px 0 10px;
    background: url(../img/common/arrow01_sp2.png) no-repeat left 7px;
    background-size: 10px 15px;
  }

  .profile {
    display: block;
    margin: 0 -4% 50px;
  }
  .profile dt {
    width: 100%;
  }
  .profile .photo {
    width: 24%;
  }
  .profile dd {
    width: 100%;
    border-left: 0;
    padding: 4%;
  }
  .title05 {
    padding: 0 0 0 15px;
  }
  .profile .title05 {
    width: 76%;
  }
  .profile .title05 .sp_flex {
    display: flex;
    gap: 10px;
    margin-top: 4px;
    align-items: center;
  }
  .title05 small {
    padding-top: 0;
  }
}
@media screen and (max-width: 359px) {
  .title05 {
    font-size: 15px;
    padding: 0 0 0 10px;
  }
}

/*post01.html*/
.page__title {
  margin: 70px 0 0;
  background: #b6006a;
  color: #fff;
}
.page__title h1 {
  height: 110px;
  font-size: 34px;
  display: flex;
  align-items: center;
}
.page__title h1 span {
  font-size: 12px;
  display: block;
  padding: 10px 0 0;
}
.post__list li {
  margin: 0 0 70px;
  padding: 50px 100px;
  background: url(../img/reading/post01/bg.jpg) repeat center;
  position: relative;
  counter-increment: section;
}
.post__list li:before,
.post__tag {
  width: 200px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: -18px;
  margin: 0 0 0 -100px;
  font-size: 18px;
  background: #b6006a;
  color: #fff;
}
.clear__tag li:before {
  display: none;
}
.post__list li:before {
  content: "0" counter(section);
  font-family: "Roboto", sans-serif;
  font-size: 24px;
}
.post__tag {
  padding: 0 0 3px;
}
.post__list h3 {
  text-align: center;
  font-size: 20px;
  color: #b6006a;
  background: url(../img/reading/post01/line.jpg) repeat-x center;
  margin: 0 0 20px;
}
.post__list h3 span {
  background: #f8f5f1;
  padding: 0 15px;
}
.post__content img {
  float: right;
  margin: 0 0 0 30px;
}
.post__list li:nth-child(2n) .post__content img {
  float: left;
  margin: 0 30px 0 0;
}
.post__content {
  margin: 0 0 40px;
}
.post__content:last-child {
  margin: 0;
}
.post__content p {
  line-height: 2;
}
.post_anchor {
  margin: 0 0 100px;
}
.post_anchor li {
  width: 470px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: -1px 0 0;
}
.post_anchor a {
  display: block;
  padding: 20px 0;
  line-height: 1;
  background: url(../img/common/arrow01.png) no-repeat right center;
}
.post_anchor a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 999px) {
  .page__title {
    margin: 60px 0 0;
    padding: 0 4%;
  }
  .page__title h1 {
    height: 80px;
    font-size: 21px;
  }
  .page__title h1 span {
    padding: 5px 0 0;
  }
  .post__list li {
    margin: 0 0 30px;
    padding: 30px 4%;
  }
  .post__list li:before,
  .post__tag {
    font-size: 18px;
  }
  .post__list h3 {
    font-size: 19px;
    /*background: url(../img/reading/post01/line.jpg) repeat-x left 12px;*/
    margin: 0 0 15px;
  }
  .post__list h3 span {
    padding: 0 5px;
    display: inline-block;
  }
  /*.post__content img{
    float: none;
    margin: 0 0 10px;
    width: 100%;
  }
  .post__list li:nth-child(2n) .post__content img{
    float: none;
    margin: 0 0 10px;
  }*/
  .post__content p {
    line-height: 2;
  }
  .post_anchor {
    margin: 0 0 50px;
  }
  .post_anchor li {
    width: 100%;
  }
  .post_anchor a {
    font-size: 12px;
    padding: 10px 0;
    background: url(../img/common/arrow01_sp.png) no-repeat right center;
    background-size: 5px 8px;
  }
  .post_anchor a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 640px) {
  .post__content img {
    float: none;
    margin: 0 auto 10px;
    /*width: 100%;*/
    display: block;
  }
  .post__list li:nth-child(2n) .post__content img {
    float: none;
    margin: 0 auto 10px;
  }
  .page__title h1 {
    height: auto;
    min-height: 55px;
    line-height: 1.1;
    text-align: center;
  }
}

/*post04.html*/
.question {
  padding: 80px 0 100px;
  background: #f8f5f1;
}
.question h3 {
  font-size: 24px;
  border-bottom: 2px solid #b6006a;
  margin: 0 0 50px;
  padding: 0 0 10px;
}
.question h3 span {
  font-size: 34px;
  font-family: "Roboto", sans-serif;
  color: #b6006a;
}
.question__content {
  margin: 0 0 90px;
}
.question__content:last-child {
  margin: 0;
}
.chart {
  margin: 0 0 60px;
  position: relative;
}
.chart__data {
  width: 280px;
  height: 280px;
  margin: auto;
}
.chart01 {
  background: url(../img/reading/post04/chart01.png) no-repeat center;
}
.chart02 {
  background: url(../img/reading/post04/chart02.png) no-repeat center;
}
.chart__data p {
  font-size: 20px;
  line-height: 1;
  margin: 0 0 10px;
}
.chart__data p.percen {
  font-family: "Roboto", sans-serif;
  color: #b6006a;
  font-size: 48px;
  margin: 0;
  font-weight: bold;
}
.chart__data p.percen span {
  font-size: 80%;
}
.char__note li {
  margin: 10px 0 0;
}
.char__note dl {
  padding: 0 0 0 25px;
  position: relative;
}
.char__note dt {
  width: 80px;
  float: left;
}
.char__color01:before {
  content: "";
  width: 14px;
  height: 14px;
  background: #fbac7e;
  position: absolute;
  left: 0;
  top: 4px;
}
.char__color02:before {
  content: "";
  width: 14px;
  height: 14px;
  background: #6bc3c1;
  position: absolute;
  left: 0;
  top: 4px;
}

.chart__des {
  position: absolute;
  left: 0;
  top: 0;
  width: 335px;
  border: 1px solid #b6006a;
  border-radius: 4px;
  padding: 15px 20px;
  background: #fff;
}
.chart__des:after {
  content: "";
  width: 11px;
  height: 12px;
  background: url(../img/reading/post04/arrow01.png) no-repeat center;
  position: absolute;
  right: -11px;
  top: 30px;
}
.chart__des dt {
  color: #b6006a;
  font-size: 18px;
  margin: 0 0 5px;
}
.chart__des dd,
.question .point__tag dd {
  line-height: 2;
}
.question .point__tag {
  margin: 0 0 30px;
}

.white__box {
  padding: 30px 0;
  background: #fff;
  margin: 0 0 40px;
}
.white__box:last-child {
  margin: 0;
}
.white__box dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.white__box dt {
  width: 260px;
  text-align: center;
  font-size: 18px;
  background: #6bc3c1;
  color: #fff;
  padding: 1px 0 4px;
}
.white__box dt.w360 {
  width: 360px;
}
.white__box dd {
  padding: 0 0 0 20px;
  /*width: 740px;*/
  font-size: 20px;
  color: #b6006a;
}
.white__box ul {
  margin: 0 0 0 50px;
}
.white__box li {
  margin: 0 0 10px;
  line-height: 2;
  background-position: left 10px;
}
.white__box li:last-child {
  margin: 0;
}
@media screen and (min-width: 999px) {
  .char__note {
    position: absolute;
    left: 670px;
    bottom: 15px;
    width: 190px;
  }
}
@media screen and (max-width: 999px) {
  .question {
    padding: 40px 4% 60px;
  }
  .question h3 {
    font-size: 19px;
    border-bottom: 2px solid #b6006a;
    margin: 0 0 40px;
    padding: 0 0 10px 35px;
    position: relative;
  }
  .question h3 span {
    font-size: 27px;
    position: absolute;
    left: 0;
    top: -6px;
  }
  .question__content {
    margin: 0 0 50px;
  }
  .question__content:last-child {
    margin: 0;
  }
  .chart {
    margin: 0 0 45px;
  }
  .chart__data {
    width: 210px;
    height: 210px;
    margin: 0 0 30px;
    background-size: cover;
  }
  .chart__data p {
    font-size: 15px;
  }
  .chart__data p.percen {
    font-size: 36px;
  }

  .char__note {
    position: absolute;
    right: 0;
    top: 135px;
    width: 35%;
    font-size: 11px;
  }
  .char__note li {
    margin: 5px 0 0;
  }
  .char__note dl {
    padding: 0 0 0 20px;
    position: relative;
  }
  .char__note dt {
    width: auto;
  }
  .char__note dd {
    text-align: right;
  }
  .char__color01:before {
    width: 10px;
    height: 10px;
    top: 3px;
  }
  .char__color02:before {
    width: 10px;
    height: 10px;
    top: 3px;
  }
  .chart__des {
    position: relative;
    width: 100%;
    padding: 3% 4%;
  }
  .chart__des:after {
    content: "";
    width: 11px;
    height: 11px;
    background: url(../img/reading/post04/arrow01_sp.png) no-repeat center;
    background-size: 11px 11px;
    right: 75%;
    top: -10px;
  }
  /* .chart__des dt{
    font-size: 16px;
  } */

  .question .point__tag .center {
    text-align: left !important;
  }

  .white__box {
    padding: 25px 0;
    background: #fff;
    margin: 0 -2% 30px;
  }
  .white__box:last-child {
    margin: 0;
  }
  .white__box dl {
    display: block;
    margin: 0 0 10px;
  }
  .white__box dt {
    width: 250px;
    margin: 0 0 10px;
  }
  .white__box dt.w360 {
    width: 100%;
  }
  .white__box dd {
    padding: 0 7px;
    width: 100%;
    /*font-size: 17px;*/
    font-size: 19px;
  }
  .white__box ul {
    margin: 0 7px;
  }
  .white__box li {
    margin: 0 0 10px;
  }
}

.post02__list {
  margin: 0 0 80px;
}
.post02__list li {
  margin: 0;
  padding-top: 0;
}
.post02__list li:first-child {
  padding-top: 50px;
}
.products-cart__sub2 {
  padding: 0 0 0 11px;
  font-size: 10px;
  text-indent: -11px;
}
.over {
  overflow: hidden;
  margin: 10px 0 0;
}
@media screen and (max-width: 999px) {
  .chart .photo {
    margin: 0 0 30px;
    text-align: center;
  }
}
@media screen and (min-width: 999px) {
  .post03__main .chart__des {
    width: 450px;
  }
}

/*transportation*/
main.content section {
  padding: 80px 0 100px;
}
main.content section:nth-child(2n) {
  background: #f8f5f1;
}
main.content section:last-child {
  padding-bottom: 10px;
}

.transportation__page .subvisual {
  background: url(../img/reading/transportation/mv.jpg) no-repeat center;
  background-size: cover;
}
.trans01 {
  margin: 0 0 100px;
}
.trans01 h3 {
  margin: 0 0 10px;
}
.trans01 p {
  line-height: 2;
  margin: 0 0 50px;
}
.trans01 p:last-child {
  margin: 0;
}
.trans__check {
  background: #f8f5f1;
  padding: 30px 60px 40px;
  position: relative;
  margin: 0 0 70px;
}
.trans__tag {
  font-size: 20px;
  color: #fff;
  border-radius: 4px;
  background: #b6006a;
  text-align: center;
  padding: 10px 0 12px;
  width: 430px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -215px;
  top: -25px;
}
.trans__tag:before {
  content: "";
  width: 100%;
  height: 10px;
  background: url(../img/first/arrow02.png) no-repeat center;
  background-size: 11px 10px;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.trans__check li {
  width: 420px;
  margin: 20px 0 0;
  font-size: 16px;
  padding: 0 0 0 30px;
  background: url(../img/reading/transportation/check.png) no-repeat left 4px;
  background-size: 20px 17px;
}

.trans__banner li {
  width: 480px;
  background: #d8a500;
  color: #fff;
}
.trans__banner li:last-child {
  background: #a675b0;
}
.trans__banner a {
  display: block;
  color: #fff;
  position: relative;
}
.trans__banner a:before {
  content: "";
  width: 15px;
  height: 23px;
  background: url(../img/reading/transportation/arr.png) no-repeat center;
  background-size: 15px 23px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin: -11px 0 0;
}
.trans__banner .photo {
  float: left;
}
.trans__link {
  overflow: hidden;
  padding: 20px 20px 0;
  line-height: 2;
}
.trans__link h4 {
  margin: 0 0 10px;
}
.heading__sub {
  text-align: center;
  margin: 0 0 50px;
}
.heading__sub span {
  font-size: 12px;
}
.trans__area {
  margin: 0 0 90px;
}
.trans__area dl {
  margin: 0 0 20px;
}
.trans__area dl:last-child {
  margin: 0;
}
.trans__area dt {
  font-size: 16px;
  border-bottom: 2px solid #b6006a;
  padding: 15px 30px 19px;
  position: relative;
  background: #fff;
  cursor: pointer;
}
.trans__area dt span {
  font-size: 24px;
}
.trans__area dt:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/first/off.png) no-repeat center;
  background-size: 24px 24px;
  position: absolute;
  right: 30px;
  top: 50%;
  margin: -12px 0 0;
}
.trans__area dt.active:after {
  background: url(../img/first/on.png) no-repeat center;
  background-size: 24px 24px;
}
.tb__data {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 20px;
  background: #fff;
}
.tb__data:last-child {
  margin: 0;
}
.tb__data th {
  width: 260px;
  text-align: left;
  padding: 10px 30px 15px;
  font-weight: normal;
  border-bottom: 1px solid #f8f5f1;
}
.tb__data td {
  width: 740px;
  padding: 10px 30px 15px;
  border-bottom: 1px solid #f8f5f1;
}
.tb__data thead {
  background: #b6006a;
  border-bottom: 1px solid #b6006a;
  color: #fff;
  font-size: 16px;
}
.tb__data thead th {
  padding: 8px 30px 12px;
}
.tb__data li {
  margin: 0 0 5px;
}
.tb__data li:last-child {
  margin: 0;
}
.ac__content {
  display: none;
}

@media screen and (max-width: 999px) {
  main.content section {
    padding: 40px 4% 60px;
  }
  .transportation__page .subvisual {
    background: url(../img/reading/transportation/mv_sp.jpg) no-repeat center;
    background-size: cover;
  }

  .trans01 {
    margin: 0 0 50px;
  }
  main.content .title04 {
    font-size: 19px;
  }
  .trans01 p {
    line-height: 2;
    margin: 0 0 35px;
  }
  .trans01 p:last-child {
    margin: 0;
  }
  .trans__check {
    padding: 50px 4% 40px;
    margin: 0 -4% 50px;
  }
  .trans__tag {
    width: 92%;
    left: 4%;
    margin: 0;
    top: 0;
    transform: translateY(-50%);
  }

  .trans__check li {
    width: 100%;
    background-position: left 3px;
  }

  .trans__banner li {
    width: 100%;
    margin: 0 0 10px;
  }
  .trans__banner .photo {
    width: 115px;
  }
  .trans__link {
    padding: 10px 10px 0;
  }
  .trans__link p {
    font-size: 10px;
    /*font-size: 2.6vw;*/
  }
  .trans__banner a:before {
    width: 10px;
    height: 15px;
    background-size: 10px 15px;
    right: 15px;
    margin: -7px 0 0;
  }
  .trans__banner h4 {
    max-width: 165px;
    margin: 0 0 5px;
  }

  .heading__sub {
    text-align: left;
  }
  .heading__sub span {
    font-size: 10px;
  }
  .trans__area {
    margin: 0 -4% 60px;
  }
  .trans__area dl {
    margin: 0 0 15px;
  }
  .trans__area dt {
    font-size: 14px;
    padding: 14px 4%;
    position: relative;
  }
  .trans__area dt span {
    font-size: 18px;
  }
  .trans__area dt:after {
    content: "";
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    right: 4%;
    margin: -10px 0 0;
  }
  .trans__area dt.active:after {
    background-size: 20px 20px;
  }

  .tb__data {
    margin: 0 0 10px;
  }

  .tb__data th,
  .tb__data td:first-child {
    width: 35% !important;
    padding: 4%;
  }
  .tb__data td {
    width: 65%;
    padding: 4%;
    border-bottom: 1px solid #f8f5f1;
  }
  .tb__data thead {
    font-size: 14px;
  }
  .tb__data thead th {
    padding: 4%;
  }
}

/*news*/
.news__main .heading__sub {
  margin: 0 0 80px;
}
.news__list {
  margin: 0 0 80px;
  border-top: 2px solid #b6006a;
}
.news__list .ac__heading {
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  padding: 17px 30px 20px 10px;
  position: relative;
  cursor: pointer;
}
.news__list .ac__heading:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/first/off.png) no-repeat center;
  background-size: 24px 24px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin: -12px 0 0;
}
.news__list .ac__heading.active:after {
  background: url(../img/first/on.png) no-repeat center;
  background-size: 24px 24px;
}
.news__list .ac__content {
  padding: 30px;
  background: #f8f5f1;
  border-bottom: 1px solid #ccc;
}
.news__list dt {
  width: 200px;
  float: left;
}
.news__list dt span {
  display: inline-block;
  width: 90px;
  height: 16px;
  border-radius: 8px;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  position: relative;
  top: -1px;
  margin: 0 0 0 20px;
}
.news__list dt span.news01 {
  background: #5cb531;
}
.news__list dt span.news02 {
  background: #e03b7b;
}
.news__list dt span.news03 {
  background: #009fb9;
}
.news__list dt span.news04 {
  background: #eda240;
}
.news__list dd {
  padding: 0 0 20px 200px;
}
.news__list dd:last-child {
  padding-bottom: 0;
}
.news__list a {
  text-decoration: underline;
}
.news__list a:hover {
  text-decoration: none;
}

@media screen and (max-width: 999px) {
  .news__list .ac__heading:after {
    content: "";
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    right: 4%;
    margin: -10px 0 0;
  }
  .news__list .ac__heading.active:after {
    background-size: 20px 20px;
  }
  .news__main .heading__sub {
    margin: 0 0 50px;
  }
  .news__list {
    margin: 0 -4% 50px;
  }
  .news__list .ac__heading {
    font-size: 14px;
    padding: 12px 4% 15px;
  }
  .news__list .ac__heading:after {
    content: "";
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    right: 4%;
    margin: -10px 0 0;
  }
  .news__list .ac__heading.active:after {
    background-size: 20px 20px;
  }

  .news__list .ac__content {
    padding: 4%;
    background: #f8f5f1;
    border-bottom: 1px solid #ccc;
  }
  .news__list dt {
    width: 100%;
    float: none;
  }
  .news__list dd {
    padding: 0 0 10px;
  }
}

/*shoplist__main*/
.shoplist__main h3 {
  font-size: 24px;
  margin: 0 0 10px;
}
.shoplist__anchor {
  margin: 0 0 50px;
}
.shoplist__anchor li {
  width: 310px;
  margin: 0 0 30px;
}
.shoplist__anchor li a {
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #b6006a;
  border: 1px solid #b6006a;
  border-radius: 4px;
  padding: 8px 0 12px;
  background: url(../img/shop/arr.png) no-repeat right 10px center;
  background-size: 11px 7px;
}
.shoplist__detail > li {
  line-height: 2;
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom: 1px solid #ccc;
}
.shoplist__detail > li:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}
.pink {
  color: #b6006a;
}
.purple {
  color: #6c5a80;
}
a.pink:hover {
  text-decoration: underline;
}
.shoplist__tag {
  background: #b6006a;
  color: #fff;
  margin: 0 0 0 10px;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  padding: 2px 10px 4px;
}
.shoplist__detail a {
  color: #b6006a;
  text-decoration: none;
}
.shoplist__detail a:hover {
  text-decoration: underline;
}

.shoplist__detail .item {
  padding: 10px 0 0 100px;
  position: relative;
}
.shoplist__detail .item:before {
  content: "【取扱い製品】";
  position: absolute;
  left: 0;
  top: 7px;
}
.shoplist__detail .item .list__style01 li {
  line-height: 1.5;
  float: left;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 999px) {
  .shoplist__main h3 {
    font-size: 18px;
  }
  .shoplist__anchor li {
    width: 48%;
    margin: 0 0 4%;
  }
  .shoplist__anchor li a {
    padding: 8px 0 17px;
    background-position: center bottom 5px;
  }
  .shoplist__detail > li {
    padding: 0 0 4%;
    margin: 0 0 4%;
    font-size: 12px;
  }
  .shoplist__detail .item {
    padding: 10px 0 0 90px;
  }
  .shoplist__detail .item:before {
    top: 8px;
  }
  .shoplist__detail .item .list__style01 li {
    background-position: left 5px;
  }
}

.camp__list {
  margin: 0 0 20px;
}
.camp__list li {
  width: 470px;
  margin: 0 0 60px;
  padding: 30px 30px 60px;
  border: 1px solid #ccc;
  position: relative;
}
.camp__list li p {
  line-height: 2;
  margin: 0 0 20px;
}
.camp__list .date {
  position: absolute;
  right: 30px;
  bottom: 30px;
  margin: 0;
}
.camp__list h3 {
  font-size: 18px;
  padding: 20px 0 15px;
  color: #b6006a;
  line-height: 1.7;
}
@media screen and (max-width: 999px) {
  .camp__list {
    margin: 0 0 20px;
  }
  .camp__list li {
    width: 100%;
    margin: 0 0 30px;
    padding: 4%;
  }
  .camp__list li p {
    line-height: 2;
    margin: 0 0 10px;
  }
  .camp__list .date {
    position: relative;
    right: 0;
    bottom: 0;
    margin: 0;
    text-align: right;
  }
  .camp__list h3 {
    padding: 10px 0 8px;
  }
}

.support__main .innner {
  padding: 0 100px 100px;
}
.support__list {
  margin: 0 0 80px;
}
.support__list li {
  width: 370px;
}
.support__list a {
  width: 100%;
}
.support__main h3 {
  margin: 0 0 20px;
}
.support__main p {
  line-height: 2;
}
.support__main p.small {
  font-size: 12px;
  text-align: center;
  padding: 10px 0 0;
}
.support__main h2:not(:first-of-type) {
  margin-top: 160px;
}
.support__main p:not(:first-of-type) {
  margin-bottom: 0;
}
.contact p {
  margin: 0 0 20px;
}
.contact img {
  vertical-align: top;
  margin: 0 5px 0 0;
}
.contact ul {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  border-left: 1px solid #ccc;
}
.contact li {
  width: 50%;
  text-align: center;
  font-weight: bold;
  color: #b6006a;
  border-right: 1px solid #ccc;
}
.contact li:last-child {
  color: #aaa;
}
.contact span {
  padding: 7px 0 6px 55px;
  display: inline-block;
}
.contact li.tel span {
  background: url(../img/support/tel.png) no-repeat left center;
  background-size: 40px 37px;
}
.contact li.fax span {
  background: url(../img/support/fax.png) no-repeat left center;
  background-size: 40px 37px;
}
@media screen and (max-width: 999px) {
  .support__main .innner {
    padding: 0 0 60px;
  }
  .support__list {
    margin: 0;
  }
  .support__list li {
    width: 100%;
    margin: 0 0 30px;
  }

  .support__main h3 {
    margin: 0 0 10px;
  }

  .support__main p.small {
    font-size: 12px;
    text-align: center;
    padding: 10px 0 0;
  }
  .support__main h2:not(:first-of-type) {
    margin-top: 50px;
  }
  .contact p:not(".heading__sub"),
  .support__main p {
    margin: 0 0 10px;
  }
  .contact img {
    margin: 0;
    width: 120px;
  }
  .contact ul {
    font-size: 33px;
    border-left: 0;
    border-top: 1px solid #ccc;
    margin: 20px 0 0;
  }
  .contact li {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #ccc;
  }
  .contact span {
    padding: 7px 0 6px 55px;
    display: inline-block;
  }
  .contact li.tel span,
  .contact li.fax span {
    background-size: 33px 31px;
  }
  .support__list .btn02 {
    margin: 10px 0 0;
  }
}

.function__main .shoplist__anchor li {
  width: 24%;
  margin: 0 0 15px;
}
.function__main .shoplist__anchor li a {
  padding: 14px 0;
}
.tb__compare {
  margin: 0 0 80px;
}
.function__main .function__cart li {
  width: 24%;
  margin: 0 0 15px;
}
.function__main .function__cart {
  padding: 10px 10px 0px;
  border: 1px solid #b6006a;
  border-radius: 4px;
}
.function__main ul.function__cart li a {
  padding: 14px 0;
}
.function__main .function__cart li.function__cart_title {
  width: 100%;
  padding: 0;
  text-align: center;
  font-size: 18px;
  color: #b6006a;
}
.function_point {
  display: flex;
  justify-content: center;
}
/*.scroll__bar{
  width: 100%;
  overflow-x: auto;
}
.scroll__bar::-webkit-scrollbar{
  height: 10px;
}
.scroll__bar::-webkit-scrollbar-track{
  background: #fff;
}
.scroll__bar::-webkit-scrollbar-thumb{
  background: #ccc;
  border-radius: 10px;
  box-shadow: inset 0 0 0 2px #fff;
}*/

.tb__compare table {
  width: 1000px;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
  table-layout: fixed;
  /*margin: 0 0 20px;*/
}
.tb__compare table th {
  width: 120px;
  background: #f8f5f1;
  padding: 15px 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.tb__compare table td {
  border: 1px solid #ccc;
  padding: 15px 10px;
  vertical-align: middle;
  /*width: 220px;*/
}
.tb__compare .list__style01 {
  text-align: left;
}
.tb__compare .list__style01 li {
  margin: 0 0 10px;
}
.tb__compare .list__style01 li:last-child {
  margin: 0;
}
.tb__compare table .text__top td,
.tb__compare table td.text__top {
  vertical-align: top;
}
.detail__link {
  display: block;
  padding: 0 0 2px;
  background: url(../img/common/arrow01.png) no-repeat right 10px center;
}
.tb__compare .products-cart__photo {
  float: none;
  width: 100%;
}
.tb__compare .products-cart__photo ul {
  text-align: center;
}
.tb__compare .products-cart__sub2 {
  margin-top: 15px;
}
@media screen and (max-width: 999px) {
  .function__main .shoplist__anchor li {
    width: 48%;
  }
  .function__main .shoplist__anchor li a {
    padding: 3px 0 15px;
  }

  .function__others.flex_and_center {
    justify-content: space-between !important;
  }

  .function__others.flex_and_center li {
    margin-right: 0 !important;
  }

  .tb__compare {
    margin: 0 0 60px;
  }
  .tb__compare table {
    table-layout: auto;
  }
  /*.tb__compare table.sp_w340{
    width: 340px;
  }
  .tb__compare table.sp_w560{
    width: 560px;
  }
  .tb__compare table.sp_w780{
    width: 780px;
  }*/
  .tb__compare table th {
    width: 100px;
  }
  .tb__compare table td {
    width: 220px !important;
  }
  .tb__compare table.sp_w340 {
    width: 100%;
  }
  .tb__compare table.sp_w340 td {
    width: calc(100% - 100px) !important;
  }
  .tb__compare .product__gallery {
    margin: 0;
  }
  .tb__compare .product__gallery img {
    height: auto;
  }

  /* sticky table */
  .scroll__bar {
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .scroll__bar:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ccc;
    z-index: 2;
  }
  .scroll__bar:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 100px;
    top: 0;
    background: #ccc;
    z-index: 2;
  }
  .scroll__bar table {
    display: block;
    position: relative;
    overflow: scroll;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
  }
  .scroll__bar table thead,
  .scroll__bar table tbody {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .scroll__bar table tbody th {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 5;
  }
}
@media screen and (max-width: 359px) {
  .tb__compare table th {
    width: 80px;
    font-size: 11px;
  }
  .tb__compare table td {
    width: 200px !important;
  }
  .scroll__bar:after {
    left: 80px;
  }
}

.inviewfadeIn {
  opacity: 0;
  transition: 0.8s;
}

.fadeIn {
  opacity: 1;
}

/*----- 上へスライド -----*/
.inviewUp {
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
  transition: 0.8s;
}

.Up {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/*----- ズームイン -----*/
.inviewzoomIn {
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transition: 0.8s;
}

.zoomIn {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}

/*----- ズームイン -----*/
.inviewzoomOut {
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transition: 0.8s;
  opacity: 0;
}

.zoomOut {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  opacity: 1;
}

/*----- フェードインしながら上へスライド -----*/
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: 0.8s;
}

.fadeInUp {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.inviewfadeInDown {
  opacity: 0;
  transform: translate(0, -60px);
  -webkit-transform: translate(0, -60px);
  transition: 0.8s;
}

.fadeInDown {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.delay01 {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
.delay02 {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}
.delay03 {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}

.slick-cloned.inviewfadeInUp {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition: 0s;
}
.slick-cloned.delay01,
.slick-cloned.delay02,
.slick-cloned.delay03 {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

/*product__detail*/
.product__detail {
  padding: 60px 0 80px;
  overflow: hidden;
  width: 100%;
}
.product__info {
  margin: 0 0 55px;
}
.product__gallery {
  width: 47%;
  text-align: center;
}
.tab__content {
  margin: 0 0 8px;
  position: relative;
}
.soldout {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 290px;
  padding: 15px 0;
  background-color: rgba(136, 136, 136, 0.8);
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
}

.new_icon_products,
.new_icon_index,
.new_icon_function {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  line-height: 1.3;
  background: #b6006a;
  z-index: 3;
}
.new_icon_index,
.new_icon_function {
  width: 38px;
  height: 38px;
  font-size: 10px;
  text-align: center;
}

.new_icon_products span {
  position: absolute;
  top: 53%;
  left: 51%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 999px) {
  .new_icon_index,
  .new_icon_function {
    width: 36px;
    height: 36px;
    font-size: 10px;
  }
}

.fikago_logo {
  position: absolute;
  left: 0;
  top: 0;
}
.fikago_logo.new {
  position: absolute;
  left: 0;
  top: 70px;
}
@media screen and (max-width: 999px) {
  .fikago_logo {
    top: 0;
  }
  .fikago_logo.new {
    top: 65px;
  }
  .fikago_logo img {
    width: 70px;
  }
}

.egg {
  position: absolute;
  left: 18%;
  top: 0;
}
.egg__show .egg {
  left: 0;
}
.egg__show .egg_w {
  position: absolute;
  left: 30%;
  top: 0;
}

@media screen and (max-width: 999px) {
  .egg__show .egg_w {
    left: 18%;
    width: 93px;
  }
}
.egg__show .tab__content {
  padding: 40px 0 0;
}
.ice {
  position: absolute;
  left: 18%;
  top: 43px;
}
.egg__show .ice {
  left: 0;
}
.egg__show .tab__content {
  padding: 40px 0 0;
}
.tab__content li {
  display: none;
}
.tab__content li.show {
  display: block;
}
.tab__content p {
  padding: 25px 0 0;
}
.tab {
  text-align: center;
}
.tab li {
  width: 10%;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}

.detail {
  width: 47%;
}
.detail h2 {
  font-size: 30px;
  margin: 0 0 50px;
}
.pr__tag {
  margin: 0 0 20px;
}
.pr__tag li {
  color: #b6006a;
  width: 110px;
  height: 50px;
  text-align: center;
  border: 1px solid #b6006a;
  border-radius: 3px;
  float: left;
  margin: 0 5px 0 0;
}
.pr__tag li:last-child {
  margin: 0;
}
.pr__label {
  margin: 0 0 20px;
}
.pr__label li {
  float: left;
  width: 110px;
  margin: 0 5px 0 0;
  padding: 3px 10px;
  color: #fff;
  text-align: center;
}
.pr__label li:last-child {
  margin: 0;
}
.pr__label li.weight01 {
  background-color: #6fd0f7;
}
.pr__label li.weight02 {
  background-color: #38b0e6;
}
.pr__label li.weight03 {
  background-color: #207cbe;
}
.pr__label li.weight04 {
  background-color: #1d5199;
}
.pr__label li.weight05 {
  background-color: #103675;
}
.pr__label li.length {
  background-color: #b6006a;
}
.detail .price {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 5px;
}
.detail .price span {
  font-size: 16px;
}
.detail .price small {
  font-size: 20px;
  min-width: 100px;
  display: inline-block;
}
.main__detail .store {
  background: #f8f5f1;
}
.detail__opt li {
  width: 90px;
  height: 90px;
  margin: 0 5px 5px 0;
}
.detail__opt li .zoom {
  width: 90px;
  height: 90px;
  overflow: hidden;
  border: 1px solid #ccc;
}
.detail__opt li img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.detail__opt li:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.detail__opt li:nth-child(5n) {
  margin-right: 0;
}
.spec {
  margin: 0 0 60px;
}
.spec2 {
  margin: 0 0 25px;
}
.spec p,
.spec a {
  display: block;
  width: 120px;
  text-align: center;
  border: 1px solid #000;
  padding: 0 5px 2px 0;
  position: relative;
  overflow: hidden;
  color: #000;
}
.spec a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 120%;
  height: 100%;
  background: #000;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform 0.3s;
}
.spec a:hover {
  color: #fff;
}
.spec a:hover::before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}
.spec p:after,
.spec a:after {
  content: "";
  width: 11px;
  height: 7px;
  background: url(../img/products/cart/milimili_eg/icon.png) no-repeat center;
  background-size: 11px 7px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin: -3px 0 0;
}
.opt__title {
  font-size: 16px;
  margin: 0 0 15px;
}

.store__list02 a {
  display: block;
  background: url(../img/products/cart/milimili_eg/arr.png) no-repeat right 20px center;
  background-size: 24px 24px;
}
.store__list02 dl {
  padding: 14px 14px 14px 0;
  align-items: stretch;
}
.store__list02 dt {
  width: 40%;
  text-align: center;
  padding: 0;
}
.store__list02 dd {
  width: 60%;
  padding: 0 0 0 20px;
  border-left: 1px solid #000;
  font-size: 14px;
  line-height: 1.8;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.store__list03 li {
  float: left;
  background: #fff;
  width: 470px;
  border-radius: 35px;
}
.store__list03 li:last-child {
  float: right;
}
.store__list03 .store01 a,
.store__list03 .store02 a {
  display: block;
  color: #fff;
}
.store__list03 .store01 a {
  background: url(../img/common/btn01_arrow.png) no-repeat right 20px center;
  background-size: 24px 24px;
}
.store__list03 .store02 a {
  background: url(../img/common/btn02_arrow.png) no-repeat right 20px center;
  background-size: 24px 24px;
}
.store__list03 a:hover {
  opacity: 0.7;
}
.store__list03 .store01 {
  background-color: #ee721a;
}
.store__list03 .store01 dt img {
  width: 130px;
}
.store__list03 .store02 {
  background-color: #bf0d00;
}
.store__list03 .store02 dt img {
  width: 80px;
}
.store__list03 dl {
  display: flex;
  padding: 16px 0;
  align-items: center;
}
.store__list03 dt {
  width: 40%;
  text-align: center;
  padding: 0;
}
.store__list03 dd {
  width: 60%;
  padding: 6px 0 6px 20px;
  border-left: 1px solid #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.product__features {
  padding: 80px 0 100px;
  background: #f8f5f1;
  margin: 0 0 2px;
}

.flex__2box,
.flex__3box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
}
.flex__2box > li {
  width: 470px;
}
.flex__3box > li {
  width: 310px;
}

.feature01 .photo,
.feature01 .photo02 {
  float: right;
  margin: 0 0 0 30px;
}
.feature01 .feature__text {
  overflow: hidden;
}
.feature01 .feature__text .btn02 {
  padding-top: 0;
}
.feature01 .feature__text a {
  width: 100%;
}
.product__features h3 {
  font-size: 24px;
  margin: 0 0 10px;
}
.product__features h4 {
  font-size: 18px;
  margin: 0 0 10px;
  min-height: 50px;
  display: flex;
  align-items: center;
}
.product__features .feature__tlt {
  color: #b60066;
  font-size: 17px;
  margin-bottom: 5px;
}
.product__features p {
  line-height: 2;
}
.product__features p.flex {
  display: flex;
}
.feature01 p {
  margin: 0 0 15px;
}
.product__features p small {
  font-size: 10px;
}
.product__features p small.fz12 {
  font-size: 12px;
}
.product__features .feature {
  margin: 0 0 80px;
}
.product__features .feature:last-child {
  margin: 0;
}
.feature02 .photo,
.feature03 .photo {
  margin: 0 0 15px;
  text-align: center;
}
/*.feature02 .photo img, .feature03 .photo img{
  width: 100%;
}*/

.feature04 .photo {
  width: 210px;
}
.feature04 .feature__text {
  width: 240px;
}
.feature04 li {
  margin: 40px 0 0;
}
.feature04 li:first-child,
.feature04 li:nth-child(2) {
  margin: 0;
}

.feature04 h4,
.feature04 h3 {
  padding: 0 0 0 60px;
  position: relative;
  min-height: 50px;
  display: flex;
  align-items: center;
}
.feature04 span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}
.feature04 span b {
  font-size: 22px;
  line-height: 1;
  padding: 0 0 0 2px;
}

.product__about {
  padding: 20px 0;
}

.product__about .about__title {
  font-weight: 700;
  font-size: 37px;
  text-align: center;
  line-height: 1.495;
  margin-bottom: 31px;
}

.product__about .about__title span {
  background-image: linear-gradient(to right, transparent 50%, #ffef00 50%);
  background-size: 200% 18px;
  background-position: -100% 88%;
  background-repeat: repeat-x;
}

.product__about .about__desc {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.869;
  text-align: center;
  margin-bottom: 46px;
}

.product__about .about__icon {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.product__about .about__icon span {
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 30px 20px 0 20px;
  border-color: #b60066 transparent transparent transparent;
  transform: rotate(0deg);
  pointer-events: none;
}

.product__about .about__title02 {
  font-weight: 600;
  font-size: 37px;
  text-align: center;
  line-height: 1.495;
  margin-bottom: 30px;
}

.product__about .about__list {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

.product__about .about__list::after {
  content: "";
  position: absolute;
  bottom: -117px;
  right: -94px;
  width: 374px;
  height: 198px;
  background: url("../../assets/img/products/choice/puzzle_feeder/icon_slogan.png") no-repeat;
  background-size: contain;
}

.product__about .about__list li {
  padding-left: 37px;
  font-size: 29px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #b60066;
  position: relative;
  margin-bottom: 8px;
}

.product__about .about__list li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: currentColor;
}
.product__about .post__list h3 {
  font-size: 25px;
}
.product__about .post__list .h3_sub {
  font-size: 22px;
  text-align: center;
  color: #b6006a;
  font-family: "Noto Sans Medium JP";
  font-weight: 500;
}
.product__about .post__list p {
  font-size: 20px;
  line-height: 1.75;
}
.product__about .post02__list {
  padding: 45px 100px;
  background: url(../img/reading/post01/bg.jpg) repeat center;
}
.product__about .post02__list li {
  padding: 0;
  background-image: none;
}
.product__about .post02__list li:first-child {
  padding-bottom: 20px;
}
.product__about .profile {
  display: flex;
  align-items: center;
  background: none;
  margin-bottom: 0;
}
.product__about .profile .title05 {
  font-size: 19px;
  padding-left: 15px;
}
.product__about .profile .title05 .small {
  font-size: 15px;
  display: block;
  line-height: 1.2;
  margin-top: 8px;
}
.product__about .profile dt {
  width: 325px;
}
.product__about .profile dt .photo {
  width: 160px;
  flex-shrink: 0;
}
.product__about .profile dd {
  width: 475px;
  font-size: 15px;
  border-left: 1px solid #cacaca;
  padding: 4px 0 4px 13px;
  line-height: 1.9;
}
.product__features .slide__item {
  margin: 0 5px;
}
.product__features .slide__item a {
  position: relative;
  display: block;
}
.product__features .slide__item a:after {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../img/products/cart/milimili_eg/zoom.png) no-repeat center;
  position: absolute;
  right: 8px;
  bottom: 8px;
}
.product__features .slick-prev {
  width: 32px;
  height: 81px;
  background: url(../img/products/cart/milimili_eg/prev.png) no-repeat center;
  background-size: 32px 81px;
  left: 2%;
  top: 50%;
  margin: -60px 0 0;
}
.product__features .slick-next {
  width: 32px;
  height: 81px;
  background: url(../img/products/cart/milimili_eg/next.png) no-repeat center;
  background-size: 32px 81px;
  right: 2%;
  top: 50%;
  margin: -60px 0 0;
}
.product__features .slick-prev:hover,
.product__features .slick-next:hover {
  opacity: 0.7;
}
.spec__gr {
  padding: 80px 0 100px;
}
.h_title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 49px;
  position: relative;
}
.h_title::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 72px;
  background-color: currentColor;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  pointer-events: none;
}

.spec__gr .spec__anchor {
  width: 100%;
  max-width: 790px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0 auto 82px;
}

.spec__gr .anchor__item {
  width: calc((100% - 30px) / 2);
  background-color: #b60066;
  border-radius: 3px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 10px 26px;
}

.spec__gr .anchor__item h3 {
  font-size: 26px;
  text-align: center;
  line-height: 1.444;
}
.spec__gr .anchor__item h3 span {
  display: block;
  font-size: 23px;
  line-height: 1.654;
  margin-bottom: 3px;
}
.spec__gr ul {
  margin: 0 0 20px;
}

.spec__gr dl {
  font-size: 14px;
  line-height: 2;
  border-bottom: 1px solid #ccc;
  display: flex;
}
.spec__gr dt {
  width: 90px;
  /*float: left;*/
  padding: 7px 0;
}
.spec__gr dd {
  width: 380px;
  padding: 7px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.spec__gr .flex__2box > li:first-child {
  order: 2;
}
.spec__gr p {
  line-height: 1.8;
  margin: 5px 0 0;
}
.spec__gr p span {
  color: #b6006a;
}
.spec__info {
  /*margin: 0 0 15px;*/
  border-top: 1px solid #ccc;
}

.milimili_eg h3 {
  color: #e58400;
}
.milimili_eg .page__title,
.milimili_eg .feature04 span {
  background: #e58400;
}
.youtube {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
.youtube img {
  width: 100%;
}

.spec__gr .photo {
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .spec__photo img {
    margin: -110px 0 0;
  }
  .only-sp {
    display: none;
  }
}

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

  .h_title {
    font-size: 14px;
    padding-bottom: 12px;
    margin-bottom: 18px;
  }

  .h_title::after {
    width: 20px;
  }

  .product__about {
    padding: 0px 4% 59px;
  }

  .product__about .about__title {
    font-size: 17px;
    line-height: 1.4848;
    margin-bottom: 14px;
  }

  .product__about .about__title span {
    background-size: 200% 10px;
    background-position: -100% 98%;
  }

  .product__about .about__icon {
    margin-bottom: 14px;
  }

  .product__about .about__icon span {
    border-width: 12px 8px 0 8px;
  }
  .product__about .about__desc {
    font-size: 13px;
    line-height: 2;
    margin: 0 10px 10px;
    text-align: left;
  }

  .product__about .about__title02 {
    font-size: 17px;
    line-height: 1.4848;
    margin-bottom: 14px;
  }

  .product__about .about__list {
    max-width: 90%;
  }

  .product__about .about__list li {
    padding-left: 13px;
    font-size: 13px;
    margin-bottom: 4px;
  }

  .product__about .about__list li::before {
    top: 3px;
    width: 8px;
    height: 8px;
  }

  .product__about .about__list::after {
    width: 130px;
    height: 69px;
    right: -10px;
    bottom: -38px;
  }

  .product__about .post__list h3 {
    font-size: 19px;
  }
  .product__about .post__list .h3_sub {
    font-size: 16px;
    line-height: 1.6;
  }
  .product__about .post__list p {
    font-size: 14px;
    line-height: 2;
  }
  .product__about .post02__list {
    padding: 24px 18px 20px;
  }
  .product__about .profile {
    display: block;
  }
  .product__about .profile .title05 {
    font-size: 17px;
    padding-left: 15px;
  }
  .product__about .profile .title05 .small {
    font-size: 13px;
    line-height: 1.2;
    margin-top: 8px;
  }
  .product__about .profile dt {
    width: 100%;
    padding: 0 18px;
  }
  .product__about .profile dt .photo {
    width: 110px;
  }
  .product__about .profile dd {
    width: 100%;
    font-size: 12px;
    border-left: none;
    padding: 10px 18px 0 18px;
  }
  .spec__gr .photo {
    padding: 20px 0 0;
  }
  .spec__gr .spec__anchor {
    max-width: 90%;
    gap: 10px;
    margin: 0 auto 33px;
  }

  .spec__gr .anchor__item {
    width: calc((100% - 10px) / 2);
    padding: 10px 6px 10px;
  }

  .spec__gr .anchor__item h3 {
    font-size: 11px;
  }
  .spec__gr .anchor__item h3 span {
    font-size: 10px;
    margin-bottom: 1px;
  }

  .flex__2box li,
  .flex__3box li {
    width: 100%;
  }
  .page__title h1 img {
    height: 25px;
    width: auto;
  }

  .product__detail {
    padding: 40px 4% 60px;
  }
  .product__info {
    margin: 0 0 25px;
  }
  .product__gallery {
    width: 100%;
    margin: 0 0 35px;
  }

  .tab__content p {
    padding: 15px 0 0;
  }
  .egg img {
    width: 93px;
  }
  .ice img {
    width: 93px;
  }

  .tab li {
    width: 48px;
    margin: 0 1.5%;
    cursor: pointer;
  }

  .detail {
    width: 100%;
  }
  .detail h2 {
    font-size: 21px;
    margin: 0 0 20px;
  }
  .pr__tag {
    margin: 0 0 20px;
  }
  .pr__tag li {
    width: 80px;
    height: 40px;
    font-size: 12px;
  }
  .pr__label li {
    /*    width: 80px;*/
    font-size: 12px;
  }
  .detail .price {
    font-size: 23px;
  }
  .detail .price span {
    font-size: 14px;
  }
  .detail .price small {
    font-size: 16px;
    min-width: 80px;
  }

  .detail__opt li {
    width: 80px;
    margin: 0 5px 5px 0;
  }
  .detail__opt li .zoom {
    width: 80px;
    height: 80px;
  }
  .detail__opt li:nth-child(4n) {
    margin-right: 5px;
  }
  .detail__opt li:nth-child(5n) {
    margin-right: 5px;
  }

  .spec {
    margin: 0 0 25px;
  }
  .opt__title {
    font-size: 14px;
    margin: 0 0 10px;
  }

  .store__list02 li {
    width: 100%;
    margin: 0 0 20px;
  }
  .store__list02 li:last-child {
    margin: 0;
  }
  .store__list02 a {
    background: url(../img/products/cart/milimili_eg/arr.png) no-repeat right 10px center;
    background-size: 18px 18px;
  }
  .store__list02 dl {
    padding: 10px 0;
    display: flex;
  }
  .store__list02 dt {
    width: 35%;
    padding: 0 10px;
  }
  .store__list02 dd {
    width: 65%;
    margin: 0;
    padding: 0 0 2px 10px;
    border-left: 1px solid #000;
    border-top: 0;
    font-size: 12px;
  }
  .store__list03 li {
    float: none;
    width: 100%;
    max-width: 470px;
    margin: 0 auto 20px;
  }
  .store__list03 li:last-child {
    float: none;
  }
  .store__list03 .store01 a,
  .store__list03 .store02 a {
    display: block;
    color: #fff;
  }
  .store__list03 .store01 a {
    background: url(../img/common/btn01_arrow.png) no-repeat right 18px center;
    background-size: 18px 18px;
  }
  .store__list03 .store02 a {
    background: url(../img/common/btn02_arrow.png) no-repeat right 18px center;
    background-size: 18px 18px;
    color: #fff;
  }
  .store__list03 .store01 dt img {
    width: 80px;
  }
  .store__list03 .store02 dt img {
    width: 52px;
  }
  .store__list03 dl {
    align-items: stretch;
    padding: 16px 0;
  }
  .store__list03 dt {
    width: 30%;
  }
  .store__list03 dd {
    width: 70%;
    padding: 4px 0 4px 10px;
    font-size: 12px;
  }
  .product__features {
    padding: 40px 4% 60px;
  }
  .youtube iframe {
    width: 100%;
  }
  .feature01 .photo,
  .feature01 .photo02 {
    float: none;
    margin: 0 0 10px;
    text-align: center;
  }
  .product__features h3 {
    font-size: 18px;
  }
  .product__features h4 {
    font-size: 15px;
  }
  .product__features .feature {
    margin: 0 0 40px;
  }
  .feature02 .photo,
  .feature03 .photo {
    margin: 0 0 10px;
  }
  .feature03 li {
    margin: 0 0 40px;
  }
  .feature03 li:last-child {
    margin: 0;
  }
  .feature04 .photo,
  .feature04 .feature__text {
    width: 100%;
  }
  .feature04 .photo {
    margin: 0 0 10px;
    text-align: center;
  }
  .feature04 li {
    margin: 25px 0 0;
    width: 47%;
    display: block;
  }

  .product__eg {
    padding-left: 0;
    padding-right: 0;
  }

  .product__features .slide__item a:after {
    width: 11px;
    height: 11px;
    background-size: cover;
    right: 5px;
    bottom: 5px;
  }
  .product__features .slick-prev {
    width: 32px;
    height: 81px;
    background: url(../img/products/cart/milimili_eg/prev.png) no-repeat center;
    background-size: 32px 81px;
    left: 2%;
    top: 50%;
    margin: -60px 0 0;
  }
  .product__features .slick-next {
    width: 32px;
    height: 81px;
    background: url(../img/products/cart/milimili_eg/next.png) no-repeat center;
    background-size: 32px 81px;
    right: 2%;
    top: 50%;
    margin: -60px 0 0;
  }
  .product__features .feature__tlt {
    font-size: 15px;
  }
  .spec__gr {
    padding: 40px 4% 60px;
  }

  .spec__gr ul {
    margin: 0 0 20px;
  }
  .spec__gr dl {
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 640px) {
  .product__features .slide__item {
    width: 165px;
  }
  .youtube iframe {
    max-height: 300px;
  }
}
@media screen and (max-width: 359px) {
  .tab li {
    width: 40px;
  }
}
/*
milimili_lite_alpha_eg.html
*/
.milimili_lite h3 {
  color: #7aacc5;
}
.milimili_lite .page__title,
.milimili_lite .feature05 h4 span {
  background: #7aacc5;
}

.feature05 h4 {
  padding: 0 0 0 60px;
  position: relative;
  display: flex;
  min-height: 50px;
  align-items: center;
}
.feature05 h4 span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}
.feature05 span b {
  font-size: 22px;
  line-height: 1;
  padding: 0 0 0 2px;
}
.feature05 .photo {
  margin: 0 0 15px;
  display: block;
  width: 100%;
  text-align: center;
}

.fz10 {
  font-size: 10px;
}
.feature__banner h3 {
  margin: 0 0 30px;
}
.feature__banner .feature05 .photo {
  margin: 0 0 10px;
}
.feature__banner .feature {
  margin: 0 0 30px;
}
@media screen and (max-width: 999px) {
  .feature05 li {
    margin: 0 0 40px;
  }
  .feature05 li:last-child {
    margin: 0;
  }
}

.feature__banner li {
  margin: 0 0 20px;
}

.feature__banner .feature05 .photo {
  margin: 0;
}

/*milimili_jr_premium*/
.milimili_jr .detail h2 {
  margin: 0 0 20px;
}
.milimili_jr h3 {
  color: #a674af;
}
.milimili_jr .page__title,
.milimili_jr .feature05 span {
  background: #a674af;
}
.detail-heading__sub {
  margin: 0 0 50px;
  line-height: 1.7;
}
.btn04 a {
  width: 320px;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  border: 1px solid #a674af;
  padding: 8px 0 12px;
  font-family: "Noto Sans Medium JP";
  background: url(../img/common/arrow01_on.png) no-repeat right 10px center #a674af;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-size: 14px;
}
.btn04 a:hover {
  background-color: #fff;
  background-image: url(../img/common/arrow01_on2.png);
  color: #a674af;
}
@media screen and (max-width: 999px) {
  .btn04 a {
    width: 100%;
  }
}

/*milimili_limited*/
.milimili_limited h3 {
  color: #807c7d;
}
.milimili_limited .page__title,
.milimili_limited .feature05 span {
  background: #807c7d;
}

/*milimili_premium*/
.milimili_premium h3 {
  color: #d8b599;
}
.milimili_premium .page__title,
.milimili_premium .feature05 span {
  background: #d8b599;
}

/*miliclan_lite*/
.miliclan_lite h3 {
  color: #e95289;
}
.miliclan_lite .page__title,
.miliclan_lite .feature05 span {
  background: #e95289;
}
.miliclan_lite .flex__2box .feature__text--wrap {
  width: 46%;
}
.miliclan_lite .flex__2box .feature__text--wrap .feature__text {
  margin-top: 30px;
}
.miliclan_lite .flex__2box .feature__text--wrap .feature__text:has(h3) {
  margin: 0;
}

.fz12 {
  font-size: 12px;
}
.text_left {
  text-align: left;
}

.petcarry h3 {
  color: #d8a500;
}
.petcarry .page__title,
.petcarry .feature04 span,
.petcarry .feature05 span {
  background: #d8a500;
}
.petcarry .products-cart__list h3,
.supplement .products-cart__list h3 {
  font-size: 20px;
  margin: 0 0 15px;
}
.petcarry.ekebag .slide__list02 + .list__note {
  text-align: center;
  margin-top: 30px;
}

.supplement h3 {
  color: #354c97;
}

@media screen and (max-width: 999px) {
  .petcarry .products-cart__list h3 {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .miliclan_lite .flex__2box .feature__text--wrap {
    width: 100%;
  }
  .miliclan_lite .flex__2box .feature__text--wrap .feature__text {
    margin-top: 30px;
  }
  .miliclan_lite .flex__2box .feature__text--wrap .feature__text:has(h3) {
    margin: 0;
  }
  .miliclan_lite .flex__2box .photo {
    margin: 30px auto 0;
  }
}
.product__gr li {
  width: 50%;
  text-align: center;
  padding: 10px 0 20px;
}
.product__gr p {
  padding: 5px 0 0;
}
.list__note {
  margin: 10px 0;
}
.list__note li {
  padding: 0 0 5px 13px;
  font-size: 12px;
  text-indent: -13px;
}
.feature03 .list__note li {
  margin: 0;
}
.petcarry .btn04 a {
  background-color: #d8a500;
  border-color: #d8a500;
}
.petcarry .btn04 a:hover {
  background-color: #fff;
  background-image: url(../img/common/arrow01_on3.png);
  color: #d8a500;
}
.photo__gr li {
  width: 49%;
  margin: 0;
}
.photo__gr p {
  text-align: center;
  padding: 3px 0 0;
}
.point__gr p {
  margin: 0 0 20px;
}

.waku {
  border: 2px solid #d8a500;
  padding: 40px 50px;
  position: relative;
}
.waku h5 {
  padding: 0 10px;
  background: #f8f5f1;
  position: absolute;
  left: 50%;
  top: -16px;
  font-size: 20px;
  color: #d8a500;
  margin: 0 0 0 -150px;
}
.waku li {
  width: 420px;
}
.point__gr .feature05 {
  margin: 0 0 30px;
}
.waku li img {
  float: left;
  margin: 0 20px 0 0;
}
.fl__right {
  float: right;
  margin: 0 0 0 20px;
}
.spec__gr ul.list__note {
  margin: 15px 0 0;
}
.feature__banner .feature li {
  width: 48%;
  display: flex;
  align-items: center;
  position: relative;
}
.feature__banner .feature li::before {
  content: "";
  width: 7px;
  height: 12px;
  background: url(../img/common/arrow02_sp.png) center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  /* background-size: 7px 12px; */
}
.feature__banner .feature li.bnr_milimili_lite_a {
  background: #7aacc5;
}
.feature__banner .feature li.bnr_ekebag {
  background: #d8a500;
}
.feature__banner .feature li.bnr_petravelfix {
  background: #00ada9;
}
.feature__banner .feature li.bnr_milimili_eg {
  background: #e58400;
}
.feature__banner .feature li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.feature__banner li p {
  text-align: left;
}
.feature__banner .feature05 .photo {
  width: 40%;
  margin: 0;
}
.feature__banner .feature__text {
  color: #fff;
  padding: 0 0 0 15px;
  /* background: url(../img/common/arrow02_sp.png) no-repeat right 10px center;
  background-size: 7px 12px; */
}
.feature__banner .feature__text img {
  width: 210px;
}
.feature__banner li.bnr_milimili_eg .feature__text img {
  width: 130px;
}
.feature__banner .feature__text p {
  line-height: 1.5;
}
.feature__banner .feature__text p.sp {
  margin: 0 0 5px;
}
.feature__banner .feature__text p.bnr_logo {
  margin: 0 0 10px;
}

@media screen and (max-width: 999px) {
  .point__gr li {
    margin: 0 0 20px;
    width: 49%;
  }
  .photo__gr p,
  .product__gr p {
    font-size: 12px;
  }
  .waku {
    padding: 5% 4% 0;
  }
  .waku h5 {
    top: -14px;
    font-size: 16px;
    margin: 0 0 0 -122px;
  }
  .feature__banner .feature li {
    width: 100%;
  }
  .feature__banner .feature05 .photo {
    width: 35%;
  }
  .feature__banner .feature__text img {
    width: 175px;
  }
  /* .feature__banner .feature li{
    display: flex;
    align-items: center;
    position: relative;
  }
  .feature__banner .feature li.bnr_milimili_lite_a{
    background: #7aacc5;
  }
  .feature__banner .feature li.bnr_ekebag{
    background: #d8a500;
  }
  .feature__banner .feature li.bnr_petravelfix{
    background: #00ada9;
  }
  .feature__banner .feature li a:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .feature__banner li p{
    text-align: left;
  }
  .feature__banner .feature05 .photo{
    width: 35%;
    margin: 0;
  }
  .feature__banner .feature__text{
    color: #fff;
    padding: 0 0 0 15px;
    background: url(../img/common/arrow02_sp.png) no-repeat right 10px center;
    background-size: 7px 12px;
  }
  .feature__banner .feature__text img{
    width: 175px;
  }
  .feature__banner .feature__text p{
    line-height: 1.5;
  }
  .feature__banner .feature__text p.sp{
    margin: 0 0 5px;
  } */
}

.petravel_fix h3 {
  color: #00ada9;
}
.petravel_fix .page__title,
.petravel_fix .feature04 span,
.petravel_fix .feature05 span {
  background: #00ada9;
}
.detail__opt02 li {
  margin: 0 20px 5px 0;
}
.box_wh {
  padding: 10px;
  background: #fff;
  margin: 20px 0 0;
}
.box_wh h4 {
  font-size: 20px;
  margin: 0 0 5px;
}

.kirabio .page__title,
.kirabio .feature04 span,
.kirabio .feature05 span {
  background: #63ade0;
}

.lightpink,
.holonoah h3 {
  color: #ee7994;
}
.holonoah .page__title,
.holonoah .feature04 span,
.holonoah .feature05 span {
  background: #ee7994;
}

.feature06 .photo {
  float: right;
  margin: 0 0 0 30px;
}
.product__features .feature06 h3 {
  margin-bottom: 40px;
}
.product__features .feature06 > li {
  margin-bottom: 80px;
}
.product__features .feature06 > li:last-child {
  margin-bottom: 0;
}
.list__check li {
  padding: 0 0 0 20px;
  background: url(../img/products/common/icon_check01.png) no-repeat left top;
  margin: 15px 0 0;
}
.list__number li {
  margin: 0 0 15px;
  position: relative;
  padding: 0 0 0 20px;
}
.list__number li span {
  font-size: 18px;
  position: absolute;
  left: 0;
  top: -4px;
  font-weight: bold;
  color: #ee7994;
}
.w42per {
  width: 42%;
}
.w58per {
  width: 58%;
}
.feature02 .w58per p {
  margin: 0 0 10px;
}
.size__info {
  border-top: 1px solid #ccc;
}
.size__info dt {
  width: 50px;
  float: left;
  padding: 7px 0 7px 10px;
}
.size__info dd {
  padding: 7px 0 7px 50px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 999px) {
  .box_wh h4 {
    font-size: 16px;
  }
  .feature06 .photo {
    float: none;
    margin: 0 0 20px;
    text-align: center;
  }
  .product__features .feature06 h3 {
    margin-bottom: 15px;
  }
  .product__features .feature06 > li {
    margin-bottom: 40px;
  }

  .list__check li {
    margin: 10px 0 0;
  }
  .list__number li {
    margin: 0 0 15px;
    position: relative;
    padding: 0 0 0 20px;
  }
  .list__number li span {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: -4px;
    font-weight: bold;
    color: #ee7994;
  }

  .w42per,
  .w58per {
    width: 100%;
  }
  .feature02 .w58per p {
    margin: 10px 0 5px;
  }
}

.option__page h3 {
  color: #6c5a80;
}
.option__page .page__title,
.option__page .feature04 span,
.option__page .feature05 span {
  background: #6c5a80;
}
.fz18 {
  font-size: 18px;
  font-weight: bold;
}
.feature04__fix li {
  margin-bottom: 3px !important;
}

.malolo h3 {
  color: #4f974c;
}
.malolo .page__title,
.malolo .feature04 span,
.malolo .feature05 span {
  background: #4f974c;
}

.tab__link .tab__a,
.tab__link .tab__b {
  display: none;
  position: relative;
}
.tab__link .tab__a.show,
.tab__link .tab__b.show {
  display: block;
}
.tab__ades {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(209, 209, 209, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
}
.tb__compare .product__gallery {
  width: 100%;
}
.tb__compare .tab li {
  width: 26px;
  margin: 0 2px;
}

.products .product__features .tab {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.products .product__features .tab li {
  width: 47%;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 15px 0;
  margin: 0;
  opacity: 0.7;
}
.products .product__features .tab li.active {
  opacity: 1;
}
.products .product__features .tab__contents > li {
  display: none;
}
.products .product__features .tab__contents > li.show {
  display: block;
}
.products .product__features .tab__contents dl {
  display: flex;
  border-bottom: 1px solid #cccccc;
  /* margin-bottom: 20px; */
  padding: 25px 0;
}
.products .product__features .tab__contents dl:last-of-type,
.products .product__features .tab__contents dl:last-of-type dd {
  border-bottom: none;
  /* margin-bottom: 0; */
}
.products .product__features .tab__contents dt {
  font-size: 16px;
  /* margin-bottom: 10px; */
}
.products .product__features .tab__contents dd {
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  .products .product__features .tab li {
    font-size: 12px;
  }
  .products .product__features .tab__contents dl {
    display: block;
    padding: 20px 0;
  }
  .products .product__features .tab__contents dt {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .products .product__features .tab__contents dd {
    font-size: 13px;
  }
}
/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 110%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 110%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn02 a {
    padding: 11px 0 13px;
  }
}

.products.c-choice .subvisual {
  background: url(../img/products/choice/mv.jpg) no-repeat center;
  background-size: cover;
}
.products.c-choice h1 {
  color: #fff;
}
.c-choice .title {
  font-size: 36px;
}
.c-choice .title span {
  font-size: 18px;
}
.product__size dt {
  width: 80px;
  float: left;
  font-size: 16px;
}
.product__size dd {
  padding: 0 0 0 80px;
}
.product__size img {
  vertical-align: top;
}
.c-choice .title span {
  color: #000;
}
.c-choice__gr h3 {
  font-size: 30px;
  text-align: center;
  margin: 0 0 20px;
}
.c-choice__gr h3 span {
  font-size: 22px;
  width: 120px;
  margin: 0 10px 0 0;
  display: inline-block;
  border: 1px solid #b6006a;
  color: #b6006a;
  padding: 0 0 2px;
  position: relative;
  top: -2px;
  border-radius: 3px;
}
.c-choice__gr > p {
  text-align: center;
  line-height: 2;
  margin: 0 0 40px;
}
.c-choice__btn {
  margin: 0 0 90px;
}
.c-choice__btn li {
  width: 480px;
  margin-bottom: 40px;
}
.c-choice__btn li:last-child {
  margin-bottom: 0;
}
.c-choice__gr.fikago h3 {
  width: 35%;
  margin: 0 auto 32px;
}
.c-choice__gr.fikago .banner {
  margin: 30px 0;
}
.c-choice__gr.fikago > p {
  margin-bottom: 30px;
}
.c-choice__gr.fikago h4 {
  margin-bottom: 15px;
  min-height: auto;
}
.c-choice__gr.fikago .products-cart__photo .photo img {
  width: 180px;
}
.fikago-free_to_go h1 strong {
  font-weight: inherit;
}
.fikago-free_to_go.leadhook h1 {
  text-align: center;
}

.fikago-free_to_go.leadhook h1 p {
  line-height: 1;
}
.flytta h1 strong {
  display: flex;
  align-items: center;
}
.flytta h1 em {
  font-style: normal;
}
.flytta .page__title h1 img {
  height: 25px;
  margin-left: 15px;
}
.flytta h2 {
  margin-bottom: 5px;
}
.flytta h2 + p {
  margin-bottom: 20px;
}
.flytta .feature10 .photo > div {
  margin-bottom: 15px;
}
.flytta .feature10 .photo p {
  text-align: left;
  font-size: 12px;
}
.fikago-free_to_go.flytta_plus .feature05 li:last-child {
  width: 470px;
}
.fikago-free_to_go.flytta_plus .feature05 li:last-child .contents {
  display: block;
}
.flytta .movie,
.movie-w70 {
  width: 70%;
  margin: 0 auto 100px;
}
.flytta video,
.movie-w70 video {
  width: 100%;
}
.flytta .movie p,
.movie-w70 p {
  margin-top: 10px;
}

@media screen and (max-width: 999px) {
  .products.c-choice .subvisual {
    background: url(../img/products/choice/mv_sp.jpg) no-repeat center;
    background-size: cover;
  }
  .c-choice .title {
    font-size: 21px;
  }
  .c-choice .title span {
    font-size: 12px;
  }
  .c-choice__gr h3 {
    font-size: 21px;
    margin: 0 0 10px;
  }
  .c-choice__gr h3 span {
    font-size: 15px;
    width: 80px;
    margin: 0 auto 5px;
    display: block;
    padding: 0;
    top: 0;
  }
  .c-choice__gr > p {
    text-align: left;
    margin: 0 0 25px;
  }
  .c-choice__btn {
    margin: 0 0 40px;
  }
  .c-choice__btn li {
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
  }
  .c-choice__gr.fikago h3 {
    width: 60%;
    margin: 0 auto 30px;
  }
  .c-choice__gr.fikago .banner {
    margin: 50px 0;
  }
  .c-choice__gr.fikago h4 {
    margin-bottom: 20px;
  }
  .c-choice__gr.fikago > p {
    margin-bottom: 50px;
  }
  .flytta h1 em {
    font-size: 25px;
    font-style: normal;
  }
  .flytta .page__title h1 img {
    height: 20px;
  }

  .fikago-free_to_go.flytta_plus .feature05 li:last-child {
    width: 100%;
  }
  .fikago-free_to_go.flytta .feature10.flex {
    display: block;
  }
  .fikago-free_to_go.flytta .feature10 .photo {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .flytta .movie,
  .movie-w70 {
    width: 100%;
    margin: 0 auto 100px;
  }
}
@media screen and (min-width: 1000px) {
  .flytta h2 {
    margin-bottom: 10px;
  }
  .flytta h2 + p {
    margin-bottom: 50px;
  }
  .flytta .feature05 li:nth-child(5),
  .flytta .feature05 li:last-child {
    margin-bottom: 0;
  }
  .fikago-free_to_go.flytta .feature10:last-child {
    width: 100%;
  }
  .fikago-free_to_go.flytta .feature10:last-child .photo {
    width: 50%;
    display: flex;
    gap: 15px;
    margin-right: 40px;
  }
  .fikago-free_to_go.flytta .feature10:last-child .feature__text {
    width: 41%;
    margin-top: 0;
  }
}

/*kikukarashi*/
.kikukarashi .photo {
  margin: 0 0 80px;
}
@media screen and (min-width: 999px) {
  .pc_pt15 {
    padding-top: 15px;
  }
}
@media screen and (max-width: 999px) {
  .kikukarashi .photo {
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .kikukarashi .photo {
    margin: 0 0 30px;
  }
}

/*btn05*/
.btn05 {
  text-align: center;
  margin: 0 0 90px;
}
.btn05 a {
  display: block;
  width: 600px;
  margin: 0 auto;
}
.btn05 a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 999px) {
  .btn05 {
    margin: 0 0 40px;
  }
  .btn05 a {
    width: 100%;
  }
}

/*pr_bnr*/
.pr_bnr {
  width: 260px;
  margin: 0 0 60px;
}
.pr_bnr a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.pr_bnr a + a {
  margin-top: 50px;
}
@media screen and (max-width: 999px) {
  .pr_bnr {
    max-width: 250px;
    width: 100%;
    margin: 0 0 25px;
  }
  .pr_bnr a + a {
    margin-top: 25px;
  }
}

/*pr_cc*/
.pr_cc {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

/*btn06*/
.btn06 {
  text-align: center;
  margin: 100px 0 20px;
}
.btn06 a {
  display: block;
  margin: 0 auto;
}
.btn06 a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 999px) {
  .btn06 {
    margin: 80px auto 20px;
  }
  .btn06 img {
    margin: 0 auto;
  }
}

/*btn07*/
.btn07 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 0 0;
}
.btn07 li {
  width: 230px;
}
.btn07 li a {
  display: block;
  padding: 20px 0 28px;
  background: url(../img/products/cart/arrow.png) no-repeat bottom 16% center;
  background-size: 10px 7px;
  background-color: #bae2f6;
  border-radius: 3px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.btn07 li span {
  font-size: 22px;
}
.btn07 li:nth-child(2) a {
  background-color: #a4d5f2;
}
.btn07 li:nth-child(3) a {
  background-color: #86bae4;
}
.btn07 li:nth-child(4) a {
  background-color: #84a3d9;
}
.btn07 li:nth-child(5) a {
  background-color: #788bc4;
}
@media screen and (max-width: 999px) {
  .btn07 li {
    width: 48%;
  }
  .btn07 li:nth-of-type(2n) {
    margin-right: 0;
  }
  .btn07 li a {
    margin: 0 0 8% 0;
    padding: 12% 0 18%;
  }
}
.cart_label_word {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 2px solid #cccccc;
  font-size: 16px;
  text-align: center;
}
.cart_label_word li {
  width: 42%;
  margin: 0 auto;
}
.cart_label_word dl {
  display: flex;
  margin-bottom: 10px;
}
.cart_label_word dt {
  width: 150px;
  margin-right: 10px;
  padding: 3px 0;
  background-color: #b6006a;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 999px) {
  .cart_label_word li {
    width: 100%;
  }
  .cart_label_word dl {
    display: block;
  }
  .cart_label_word dt {
    margin: 0 auto 5px;
  }
}

/*feature07*/
.feature07 .feature__text {
  width: 100%;
}
.feature07 li {
  margin: 40px 0 0;
}
.feature07 li:first-child,
.feature07 li:nth-child(2) {
  margin-top: 10px;
}
.feature07 h4,
.feature07 h3 {
  position: relative;
  display: flex;
  min-height: 50px;
  height: 100%;
  padding: 0 0 0 60px;
  align-items: center;
}
.feature07 span {
  position: absolute;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 10px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  line-height: 1;
}
.option__page .feature07 span {
  background: #6c5a80;
}
.feature07 span b {
  padding: 0 0 0 2px;
  font-size: 22px;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .feature07 li {
    margin: 20px 0 0;
  }
  .feature07 li:first-child,
  .feature07 li:nth-child(2) {
    margin: 20px 0 0;
  }
  .feature07 li:first-child {
    margin-top: 0;
  }
}

/* explanation */

.explanation .container {
  display: flex;
  align-items: center;
  position: relative;
  border: 2px solid #000;
  border-radius: 8px;
  background-color: #fff;
  margin: 85px auto;
  padding: 40px 4% 30px;
}

.explanation .photo,
.explanation .explanation_text {
  width: 50%;
}

.explanation .photo {
  margin-right: 30px;
}

.explanation_text {
  line-height: 2;
}

@media screen and (max-width: 999px) {
  .explanation {
    padding: 40px 4% 60px;
  }

  .explanation .container {
    display: block;
    width: 100%;
    padding: 35px 4% 30px;
    margin: 0;
  }

  .explanation .photo {
    width: 100%;
    margin: 0 auto 24px;
    text-align: center;
  }

  .explanation .explanation_text {
    width: 100%;
  }
}

.explanation .title {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  display: inline-block;
  width: 185px;
  margin: 0 auto;
  padding: 7px 10px;
  border-radius: 8px;
  font-size: 30px;
  background-color: #fff;
  text-align: center;
}

.explanation .title:before {
  display: none;
}

/*feature08*/
.feature08 {
  position: relative;
  border: 4px solid;
  border-radius: 8px;
  background-color: #fff;
  width: 800px;
  margin: 0 auto;
  padding: 80px 80px 60px;
}
.feature08 .balloon {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  display: inline-block;
  width: 340px;
  margin: 0 auto;
  padding: 7px 10px;
  border-radius: 8px;
  font-size: 30px;
  color: #fff;
  text-align: center;
}
.feature08 .balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
}
.feature08 .flex__2box > li {
  width: 290px;
}
.product__features .feature08 .feature {
  margin: 0 0 60px;
}
.product__features .feature08 .feature:last-child {
  margin: 0px;
}
.product__bg_point {
  background-color: #ddf3f5;
}
@media screen and (max-width: 999px) {
  .feature08 {
    width: 100%;
    padding: 40px 4% 30px;
  }
  .feature08 .balloon {
    top: -17px;
    max-width: 240px;
    margin: 0 auto;
    padding: 3px 0;
    font-size: 18px;
  }
  .feature08 .flex__2box > li {
    width: 100%;
  }
  .product__features .feature08 .feature {
    margin: 0 0 40px;
  }
  .product__bg_point {
    padding-top: 60px;
  }
}

/*product__features_02*/
.product__features_02 {
  margin: 0 0 2px;
  padding: 0 0 100px;
  background: #ddf3f5;
}
.product__features_02 .bg_first {
  font-size: 52px;
  text-align: center;
}
.product__features_02 .ttl_name {
  display: inline;
  width: 100%;
  margin: 0 auto 40px;
  padding: 2px 20px;
  border-radius: 25px;
  background-color: #b6006a;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.product__features_02 h2.ttl_copy span {
  color: #b6006a;
}
.product__features_02 .bg_first {
  position: relative;
  height: 424px;
  margin: 0 auto;
  padding: 90px 0 0;
  background: url(/assets/img/products/cart/milimili_eg_long/ttl_bg.png) center bottom;
}
.product__features_02 .bg_first img {
  position: absolute;
  bottom: -20px;
  left: 45%;
}
.product__features_02 p small {
  font-size: 12px;
}
@media screen and (max-width: 999px) {
  .product__features_02 {
    padding: 0 0 60px;
  }
  .product__features_02 .bg_first {
    font-size: 30px;
  }
  .product__features_02 .ttl_name {
    width: 100%;
    font-size: 20px;
  }
  .product__features_02 .bg_first {
    margin: 0 auto;
    padding: 50px 0 0;
    height: 300px;
    background: url(/assets/img/products/cart/milimili_eg_long/ttl_bg.png) center bottom;
  }
  .product__features_02 .bg_first img {
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%) scale(0.8);
  }
}

/*feature09*/
.feature09 {
  position: relative;
  max-width: 800px;
  margin: 90px auto 40px;
  padding: 80px 0;
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
  font-size: 16px;
  line-height: 2;
}
.feature09::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: calc(100% - 4px);
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.feature09 .hr {
  margin: 80px 0;
  border-top: 1px solid #000;
}
.feature09 .feature__text {
  margin: 50px 0;
}
.feature09 .feature__text:last-child {
  margin-bottom: 0;
}
.feature09 .feature__text h3 {
  font-size: 28px;
  color: #b6006a;
}
.feature09 .feature__text h4 {
  display: inline;
  background: rgba(0, 0, 0, 0) -ms-linear-gradient(transparent 60%, #fff 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent 60%, #fff 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fff 0%) repeat scroll 0 0;
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
.feature09 .img_01 {
  width: auto;
}
.feature09 .img_02 {
  margin-top: 80px;
  margin-left: 4px;
}
@media screen and (max-width: 999px) {
  .feature09_out {
    padding: 0 4% 0;
  }
  .feature09 {
    margin: 60px auto 0px;
    padding: 60px 0 60px;
    font-size: 14px;
  }
  .feature09 .hr {
    margin: 50px 0;
  }
  .feature09 .photo {
    text-align: center;
  }
  .feature09 .feature__text {
    margin: 30px 0 30px;
  }
  .feature09 .feature__text h3 {
    font-size: 24px;
    line-height: 1.5;
  }
  .feature09 .feature__text h4 {
    font-size: 18px;
  }
  .feature09 .feature__text p {
    margin-top: 10px;
  }
  .feature09 .img_01 {
    margin: 0 auto 30px;
  }
  .feature09 .img_01:last-child {
    margin-bottom: 0;
  }
  .feature09 .img_02 {
    margin: 0 auto;
  }
}

/*feature10*/
.feature10 {
  padding: 20px;
  background-color: #fff;
}
.feature10 h3 {
  font-size: 18px;
}

.flex__2box li.feature10 {
  margin-bottom: 20px;
}
.flex__2box > li.feature10 {
  width: 490px;
}
.flex__2box li.feature10 .photo {
  width: 200px;
  margin-right: 20px;
}
.flex__2box li.feature10 .feature__text {
  width: 230px;
}
.flex__3box li.feature10 {
  width: 320px;
  padding: 0;
}
.flex__3box li.feature10 .photo {
  margin-bottom: 20px;
}
.flex__3box li.feature10 .feature__text {
  padding: 0 20px 20px;
}
@media screen and (max-width: 999px) {
  .feature10 {
    padding: 20px 4%;
  }
  .flex__2box > li.feature10 {
    width: 100%;
  }
  .flex__2box > li.feature10 .photo {
    margin-right: 30px;
  }
  .flex__2box > li.feature10 .feature__text {
    width: 100%;
  }
  .flex__2box > li.feature10:last-child {
    margin-bottom: 0;
  }
  .flex__3box > li.feature10 {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    display: flex;
  }
  .flex__3box > li.feature10 .photo {
    margin-right: 20px;
    margin-bottom: 0px;
  }
  .flex__3box > li.feature10 .feature__text {
    width: 100%;
    padding: 20px 4%;
  }
}
@media screen and (max-width: 480px) {
  .feature10 {
    display: block;
  }
  .flex__2box li.feature10 .photo {
    width: 100%;
    margin: 0 auto 10px;
    text-align: center;
  }
  .flex__3box > li.feature10 {
    display: block;
    padding: 0;
  }
  .flex__3box > li.feature10 .photo {
    margin-right: 0px;
    margin-bottom: 20px;
    text-align: center;
  }
  .flex__3box > li.feature10 .feature__text {
    padding: 0 4% 20px;
  }
}

/*feature11*/
.feature11 {
  margin-bottom: 50px;
}
.feature11 .photo {
  float: left;
  margin: 0 30px 0 0;
  text-align: center;
}
.feature11 .feature__text {
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .feature11 {
    margin-bottom: 50px;
  }
  .feature11 .photo {
    float: none;
    margin: 0;
  }
}

/*feature12*/
.feature12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0;
}
.feature12 .photo {
  width: 300px;
  text-align: center;
}
.feature12 .feature__text {
  width: 470px;
}
@media screen and (max-width: 999px) {
  .feature12 {
    display: block;
    width: 100%;
    margin: 30px 0;
  }
  .feature12 .photo {
    width: 100%;
  }
  .feature12 .feature__text {
    width: 100%;
  }
}

/*
milimili_eg_long
*/
.milimili_eg_long h3 {
  color: #e58400;
}
.milimili_eg_long .page__title {
  background: #e58400;
}
.milimili_eg_long .feature07 span {
  background: #e58400;
}
.milimili_eg_long .feature08 {
  border-color: #f2c17f;
}
.milimili_eg_long .feature08 .balloon {
  background-color: #e58400;
}
.milimili_eg_long .feature08 .balloon:before {
  border-top: 12px solid #e58400;
}

/*
milimili_eg_long_7th
*/
@media screen and (max-width: 640px) {
  .milimili_eg_long_7th .page__title h1 {
    padding: 4px 0;
  }
}
.milimili_eg_long_7th .feature05 h4 span {
  background: #b6006a;
}

.milimili_eg_long_7th .feature05 li {
  margin-bottom: 30px;
}
.milimili_eg_long_7th .feature05 li:nth-last-child(-n + 2) {
  margin-bottom: 0;
}
.milimili_eg_long_7th .list__note a {
  text-decoration: underline;
}

/*
milimili_lite_alpha_eg_long
*/
.milimili_lite_alpha_eg_long .detail h2 {
  font-size: 29px;
}
@media screen and (max-width: 999px) {
  .milimili_lite_alpha_eg_long .detail h2 {
    font-size: 21px;
  }
}
.milimili_lite_alpha_eg_long h3 {
  color: #7aacc5;
}
.milimili_lite_alpha_eg_long .page__title {
  background: #7aacc5;
}
.milimili_lite_alpha_eg_long .feature07 span {
  background: #7aacc5;
}
.milimili_lite_alpha_eg_long .feature08 {
  border-color: #b6d1df;
}
.milimili_lite_alpha_eg_long .feature08 .balloon {
  background-color: #7aacc5;
}
.milimili_lite_alpha_eg_long .feature08 .balloon:before {
  border-top: 12px solid #7aacc5;
}

/*
milimili_eg_long
*/
.miliclan_lite h3 {
  color: #e95289;
}
.miliclan_lite .page__title {
  background: #e95289;
}
.miliclan_lite .feature07 span {
  background: #e95289;
}
.miliclan_lite .feature08 {
  border-color: #f086ac;
}
.miliclan_lite .feature08 .balloon {
  background-color: #e95289;
}
.miliclan_lite .feature08 .balloon:before {
  border-top: 12px solid #e95289;
}

/*
wanda_holo
*/
@media screen and (max-width: 999px) {
  .wanda_holo .feature05 li {
    margin: 0;
  }
}

/*topbanner*/
.top_bnr ul {
  display: flex;
  text-align: center;
  background: #ccc;
}
.top_bnr ul li {
  width: 50%;
}
.top_bnr ul li a {
  display: block;
}
.top_bnr ul li img {
  width: 100%;
}

/*milimili_lite_alpha_eg_long_d
milimili_eg_long_d*/
.milimili_eg_long_d .product__bg_point,
.milimili_lite_alpha_eg_long_d .product__bg_point {
  background: #f8f5f1;
}

.milimili_eg_long_d .feature08,
.milimili_lite_alpha_eg_long_d .feature08 {
  margin: 90px auto 0;
}

.milimili_eg_long_d .feature08 h3,
.milimili_lite_alpha_eg_long_d .feature08 h3 {
  font-size: 46px;
}

.feature08 .center_copy {
  text-align: center;
}

.bg_skyblue {
  background-color: #ddf3f5;
}

@media screen and (max-width: 999px) {
  .milimili_eg_long_d .feature08,
  .milimili_lite_alpha_eg_long_d .feature08 {
    margin: 35px auto 0;
  }
  .milimili_eg_long_d .feature08 h3,
  .milimili_lite_alpha_eg_long_d .feature08 h3 {
    font-size: 30px;
  }
  .milimili_eg_long_d .feature08 .center_copy,
  .milimili_lite_alpha_eg_long_d .feature08 .center_copy {
    text-align: left;
  }
}

/*milimili_eg_long_d*/
.milimili_eg_long_d h3 {
  color: #e58400;
}
.milimili_eg_long_d .page__title {
  background: #e58400;
}
.milimili_eg_long_d .feature08 {
  border-color: #f2c17f;
}
.milimili_eg_long_d .feature08 .balloon {
  background-color: #e58400;
}

/*milimili_lite_alpha_eg_long_d*/
.milimili_lite_alpha_eg_long_d h3 {
  color: #7aacc5;
}
.milimili_lite_alpha_eg_long_d .page__title {
  background: #7aacc5;
}
.milimili_lite_alpha_eg_long_d .feature08 {
  border-color: #b6d1df;
}
.milimili_lite_alpha_eg_long_d .feature08 .balloon {
  background-color: #7aacc5;
}

/*sophisticate_line*/
.sophisticate_line {
  background: #f0f0f0;
}

.sophisticate_line__title {
  margin: 0 auto 20px;
  text-align: center;
}
h3.sophisticate_line__title_sub {
  text-align: center;
  color: #000000;
  font-size: 14px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 999px) {
  .sophisticate_line .feature03 li {
    margin: 0 0 10px;
  }
  .sophisticate_line .feature03 li img {
    margin: 0 auto;
  }
  .sophisticate_line__title {
    margin: 0 auto 20px;
    max-width: 300px;
  }
  h3.sophisticate_line__title_sub {
    margin: 0 auto 25px;
  }
}

/*safetyinfo*/
.safetyinfo {
  background: #f8f5f1;
}
.safetyinfo a:hover {
  opacity: 0.7;
}
.safetyinfo_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 650px;
  margin: 0 auto;
  padding: 24px 0;
}
.safetyinfo_text {
  padding: 3px 0 3px 40px;
  font-size: 20px;
  font-family: "Noto Sans Medium JP";
  color: #ea6000;
  background: url(../img/common/safetyinfo_icon.png) no-repeat left center;
  background-size: 30px 30px;
}
.btn08 {
  display: inline-block;
  width: 120px;
  padding: 7px 0;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #ea6000;
  font-family: "Noto Sans Medium JP";
  color: #ea6000;
  background: url(../img/common/arrow03.png) no-repeat right 10px center;
  background-size: 7px 10px;
}
@media screen and (max-width: 999px) {
  .safetyinfo_block {
    display: block;
    margin: 0 auto 35px;
    padding: 20px 4%;
  }
  .safetyinfo_text {
    padding: 3px 0 3px 30px;
    font-size: 14px;
    background:
      url(../img/common/safetyinfo_icon.png) no-repeat left center,
      url(../img/common/arrow03.png) no-repeat right 10px center;
    background-size:
      20px 20px,
      7px 10px;
  }
}

.photo.photo-one {
  margin: 0 auto;
  max-width: 690px;
  width: 100%;
}

/*
fikago-free_to_go
*/
@media screen and (max-width: 640px) {
  .fikago-free_to_go .page__title h1 {
    padding: 4px 0;
  }
}

@media screen and (max-width: 999px) {
  .fikago-free_to_go .feature05 li:last-child .contents {
    display: block !important;
  }
  .fikago-free_to_go .flex__3box > li.feature10 {
    display: block;
  }
}

.fikago-free_to_go .logo_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.fikago-free_to_go .logo_wrap .new_icon_products,
.fikago-free_to_go .logo_wrap .fikago_logo {
  position: relative;
}
.fikago-free_to_go .logo_wrap .fikago_logo {
  margin-top: 10px;
}
.fikago-free_to_go .feature05 h4 span {
  background: #b6006a;
}

.fikago-free_to_go .feature05 li {
  margin-bottom: 96px;
}

.fikago-free_to_go .feature05 li:last-child {
  margin-bottom: 0;
}

.fikago-free_to_go .list__note a {
  text-decoration: underline;
}

.fikago-free_to_go .feature05 .photo > img,
.fikago-free_to_go .feature05 .photo > video {
  width: 100%;
  margin-bottom: 15px;
}
.fikago-free_to_go .feature05 .photo.no-vsc-controller .vsc-controller {
  display: none;
}

.fikago-free_to_go .feature05 .photo > img:last-child,
.fikago-free_to_go .feature05 .photo > video:last-child {
  margin-bottom: 0;
}

.fikago-free_to_go .feature10 h3 {
  color: #b6006a;
}

.fikago-free_to_go .product__features {
  margin-bottom: 0;
}

.fikago-free_to_go .feature05 .photo > div {
  position: relative;
  margin-bottom: 15px;
}

.fikago-free_to_go .feature05 .lightweight_logo {
  width: 24%;
  position: absolute;
  bottom: 20px;
  right: 2%;
}

.fikago-free_to_go .feature05 li:last-child {
  width: 100%;
}

.fikago-free_to_go .feature05 li:last-child .contents {
  display: flex;
  align-items: center;
}

.fikago-free_to_go .feature05 li:last-child .photo {
  margin-right: 30px;
}

.fikago-free_to_go .flex__3box > li.feature10 .photo {
  text-align: center;
  margin-right: 0;
  margin-bottom: 20px;
}

.fikago-free_to_go .flex__3box > li.feature10 {
  padding: 20px;
}

.fikago-free_to_go .flex__3box li.feature10 .feature__text {
  padding: 0 0 20px;
}

/* fikago-free_to_go_2 */
.fikago-free_to_go.fikago-free_to_go_2 h1 strong {
  display: flex;
  align-items: center;
}
.fikago-free_to_go.fikago-free_to_go_2 h1 em {
  font-style: normal;
  font-size: 25px;
}
.fikago-free_to_go.fikago-free_to_go_2 .page__title h1 img {
  height: 22px;
  margin-left: 15px;
}
.fikago-free_to_go.fikago-free_to_go_2 .feature05 li {
  margin-bottom: 45px;
}
.fikago-free_to_go.fikago-free_to_go_2 .feature05 li:last-child {
  margin-bottom: 0;
}
.fikago-free_to_go.fikago-free_to_go_2 .product__features02 h2 {
  width: fit-content;
  color: #b6006a;
  font-size: 21px;
  text-align: center;
  margin: 0 auto 25px;
  position: relative;
}
.fikago-free_to_go.fikago-free_to_go_2 .product__features02 h2:before,
.fikago-free_to_go.fikago-free_to_go_2 .product__features02 h2:after {
  content: "";
  width: 2px;
  height: 55px;
  position: absolute;
  top: 50%;
  background: #b6006a;
}
.fikago-free_to_go.fikago-free_to_go_2 .product__features02 h2:before {
  left: -15px;
  transform: rotate(-30deg) translateY(-50%);
}
.fikago-free_to_go.fikago-free_to_go_2 .product__features02 h2:after {
  right: -15px;
  transform: rotate(30deg) translateY(-50%);
}
.fikago-free_to_go.fikago-free_to_go_2 .feature10 h3 {
  font-size: 17px;
}
.fikago-free_to_go.fikago-free_to_go_2 .flex__2box li.feature10 .photo {
  width: 100%;
  margin-right: 0;
  text-align: center;
}
.fikago-free_to_go.fikago-free_to_go_2 .feature10 .photo.flex {
  display: flex;
  justify-content: space-between;
}
/* .fikago-free_to_go.fikago-free_to_go_2 .feature10 .photo.flex img{
  width: 49%;
} */
@media screen and (min-width: 1000px) {
  .fikago-free_to_go.fikago-free_to_go_2 h1 em {
    font-size: 100%;
  }
  .fikago-free_to_go.fikago-free_to_go_2 .page__title h1 img {
    height: 27px;
  }
  .fikago-free_to_go.fikago-free_to_go_2 .product__features02 h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .fikago-free_to_go.fikago-free_to_go_2 .product__features02 h2:before,
  .fikago-free_to_go.fikago-free_to_go_2 .product__features02 h2:after {
    height: 45px;
  }
  .fikago-free_to_go.fikago-free_to_go_2 .flex__2box li.feature10 {
    width: 485px;
    margin-bottom: 30px;
  }
  .fikago-free_to_go.fikago-free_to_go_2 .feature10 h3 {
    font-size: 18px;
  }
  .fikago-free_to_go.fikago-free_to_go_2 .feature05 li:last-child {
    width: 470px;
  }
  .fikago-free_to_go.fikago-free_to_go_2 .feature05 li:last-child .contents {
    display: block;
  }
  .fikago-free_to_go.fikago-free_to_go_2 .flex__2box li.feature10 .photo {
    margin: 0 0 20px;
  }
  .fikago-free_to_go.fikago-free_to_go_2 .flex__2box li.feature10 .feature__text {
    width: 100%;
  }
}

/* free_to_go_premium */
.free_to_go_premium h1 strong {
  display: flex;
  align-items: center;
}

.free_to_go_premium h1 strong span {
  font-size: 34px;
  padding: 0 20px;
  line-height: 0.8;
}

.free_to_go_premium h1 strong span:first-of-type {
  border-right: 1px solid #fff;
}

.free_to_go_premium h1 strong span small {
  font-size: 20px;
}

@media screen and (max-width: 999px) {
  .free_to_go_premium h1 strong span {
    font-size: 20px;
  }

  .free_to_go_premium h1 strong span small {
    font-size: 15px;
  }
}

/* ペットカート共済 */
.group_aid .subvisual {
  height: 700px !important;
  position: relative;
  background: url(../img/group_aid/mv_pc.png) no-repeat center;
  background-size: cover;
}

.group_aid .subvisual .title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 2%;
  margin: 0;
}

.group_aid .subvisual .title::before {
  content: none;
}

.group_aid h1 {
  width: 500px;
  height: 260px;
  background-color: #fff;
  border-radius: 10px;
  margin: -10% auto 0;
  position: relative;
  text-align: center;
  color: #67bb28;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 46px;
  padding-top: 21px;
}

.group_aid h1 span {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background-color: #67bb28;
  color: #fff;
  position: absolute;
  top: -55px;
  left: -45px;
  font-size: 30px;
  text-align: center;
  line-height: 1;
  padding-top: 40px;
}

.group_aid h1 span b {
  position: absolute;
  top: 43px;
  right: 5px;
  font-size: 7px;
}

.group_aid h1 span small {
  font-size: 10px;
}

.group_aid h1 p {
  text-align: center;
  font-size: 22px;
  border: 1px solid #67bb28;
  border-radius: 30px;
  margin: 10px auto 0;
  padding: 5px 25px;
}

.group_aid h1 .logo {
  width: 90px;
  margin: -8px auto 0;
  padding: 0;
}

.group_aid .about {
  width: 100%;
  text-align: center;
  padding: 95px 0 115px;
}

.group_aid .feature,
.group_aid .flow {
  width: 100%;
  text-align: center;
  padding: 115px 0;
  background-color: #f9f6f1;
}

.group_aid .flow {
  padding: 0 0 92px;
}

.group_aid .about .container,
.group_aid .feature .container,
.group_aid .flow a {
  width: 800px;
  margin: 0 auto;
}

.group_aid .feature .detail > div,
.group_aid .flow .detail > div {
  display: flex;
}

.group_aid h3 {
  font-size: 30px;
  margin-bottom: 100px;
}

.group_aid .feature h3 {
  font-size: 39px;
}

.group_aid .about {
  background-color: #f0f0f0;
  margin-bottom: 2px;
}

.group_aid .about > img {
  width: 470px;
}

.group_aid .about h3 {
  margin-bottom: 27px;
}

.group_aid .about h3 img {
  width: 800px;
}

.group_aid .about .container {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 4%;
  line-height: 1.7;
  margin-top: -40px;
}

.group_aid .about .container h4 {
  color: #67bb28;
  font-size: 36px;
  margin-bottom: 40px;
  position: relative;
}

.group_aid .about .container h4::after {
  content: "";
  width: 100%;
  border: 1px solid #cfcfcf;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.group_aid .about .container h4 span {
  background-color: #67bb28;
  color: #fff;
}

.group_aid .about .detail {
  width: 100%;
  font-size: 20px;
  text-align: left;
}

.group_aid .about .detail div {
  display: flex;
  font-size: 17px;
}

.group_aid .feature li {
  margin-bottom: 40px;
  position: relative;
}

.group_aid .feature li::before {
  content: "";
  width: 100%;
  border-bottom: 1px dashed #cfcfcf;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.group_aid .feature h5,
.group_aid .feature p {
  text-align: left;
}

.group_aid .feature h5 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 30px;
}

.group_aid .feature h5 .wrap {
  display: flex;
  align-items: flex-start;
}

.group_aid .feature h5 .wrap img {
  margin-right: 12px;
  padding-top: 10px;
}

.group_aid .feature h5 > img {
  margin-top: 95px;
}

.group_aid .feature .detail,
.group_aid .feature li:last-child h5 p {
  width: 100%;
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.8;
  font-family: "Noto Sans DemiLight JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ",
    Meiryo, sans-serif;
}

.group_aid .feature li:last-child h5 p {
  margin-top: 0;
}

.group_aid .feature .detail img {
  margin-top: 20px;
  padding: 0 5%;
}

.group_aid .feature li:first-child .detail {
  margin-top: -180px;
}

.group_aid .feature li:first-child:before {
  content: "";
  width: 100%;
  border-top: 1px dashed #cfcfcf;
  position: absolute;
  top: -20px;
  left: 0;
}

.group_aid .feature li:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}

.group_aid .feature li:last-child h5 {
  flex-direction: column;
}

.group_aid .feature li:last-child .detail img {
  width: 90%;
  margin-top: 0;
  padding: 30px 0;
}

.group_aid .feature li.store02 {
  display: block;
}

.group_aid .feature li.store02::before {
  border: none;
}

.group_aid .flow a {
  width: 600px;
  background-color: #67bb28;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  outline: 2px solid #fff;
  padding: 20px;
  font-size: 36px;
  outline-offset: -7px;
  line-height: 1.2;
}

.group_aid .flow a:hover {
  opacity: 0.7;
}

.group_aid .flow a span {
  font-size: 28px;
}

.group_aid .flow .detail {
  width: 600px;
  margin: 20px auto 0;
  text-align: left;
}

.group_aid .shop {
  padding: 5%;
}

.group_aid .store__list03 li {
  margin: 30px auto 0;
  float: none;
}

.group_aid .notice {
  width: 100%;
  background: #59c0c9;
  position: relative;
  top: 100%;
  padding: 15px 10% 15px 4%;
  text-align: center;
  display: block;
}

.group_aid .notice:hover {
  opacity: 0.8;
}

.group_aid .notice p {
  color: #fff;
  line-height: 1.7;
}

.group_aid .notice img {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 18vw;
  transform: translateY(-50%);
}

/* ペットカート共済 2023*/
.group_aid2023 .title:before {
  content: none;
}
.group_aid2023 .subvisual {
  overflow-x: hidden;
  width: 100%;
  height: auto !important;
  position: relative;
}
.group_aid2023 .subvisual .title {
  padding: 0;
  margin: 0;
}
.group_aid2023 .subvisual .logo {
  width: 100px;
  position: absolute;
  top: 31%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
}
.group_aid2023 .subvisual section.title {
  padding: 0;
}
.group_aid2023 .subvisual h1 {
  left: 0;
  position: unset;
  background: #6dd1da;
}
.group_aid2023 .subvisual h1 > img {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.group_aid2023 .carousel_wrap {
  width: 100%;
  position: absolute;
  bottom: 3%;
  left: 0;
  display: flex;
  opacity: 0;
  transition:
    transform 0.6s cubic-bezier(0.37, 0.16, 0.12, 1),
    opacity 0.6s cubic-bezier(0.37, 0.16, 0.12, 1),
    -webkit-transform 0.6s cubic-bezier(0.37, 0.16, 0.12, 1);
  transition-delay: 1s;
}
.group_aid2023 .carousel_wrap.on {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.group_aid2023 .carousel_wrap .slick-track {
  display: flex;
  gap: 150px;
}
.group_aid2023 .subvisual .carousel {
  width: auto;
  height: auto;
}
.group_aid2023 .notice {
  width: 100%;
  background: #67bb28;
  position: relative;
  padding: 15px 10% 15px 4%;
  text-align: center;
  display: block;
}
.group_aid2023 .notice:hover {
  opacity: 0.8;
}
.group_aid2023 .notice p {
  color: #fff;
  line-height: 1.7;
}
.group_aid2023 .notice img {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 23vw;
  transform: translateY(-50%);
}
.group_aid2023 section {
  padding: 80px 0;
}
.group_aid2023 .about .container p,
.group_aid2023 .store__list03 p,
.group_aid2023 .feature .detail p,
.group_aid2023 .feature .detail span {
  line-height: 2;
}
.group_aid2023 .store__list03 {
  width: 1000px;
  padding: 80px 0;
  margin: 0 auto;
}
.group_aid2023 .store__list03 li:last-child {
  float: none;
  margin: 0 auto;
}
.group_aid2023 section.shop {
  padding: 0;
}
.group_aid2023 .about {
  background: #ffe9e9;
  padding: 80px 0;
}
.group_aid2023 .about .container {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.group_aid2023 .about .container img {
  max-width: 566px;
}
.group_aid2023 .about .container p {
  font-size: 18px;
}
.group_aid2023 .about .container p.note {
  font-size: 12px;
  margin-top: 8px;
}
.group_aid2023 h3 {
  text-align: center;
  font-size: 39px;
  margin-bottom: 30px;
}
.group_aid2023 h4 {
  font-size: 26px;
  margin-bottom: 30px;
}
.group_aid2023 .feature {
  background: #f8f5f1;
}
.group_aid2023 .feature05 h4 span {
  background: #59c0c9;
}
.group_aid2023 .feature li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #cccccc;
  padding: 38px 0;
}
.group_aid2023 .feature li:last-child {
  border-bottom: none;
}
.group_aid2023 .feature li .detail_wrap {
  width: 49%;
}
.group_aid2023 .feature li .detail_wrap .detail {
  width: 100%;
}
.group_aid2023 .feature li img {
  width: 47%;
}
.group_aid2023 .feature .detail > div {
  font-size: 12px;
}
.group_aid2023 .feature .detail > div,
.group_aid .flow .detail > div {
  display: flex;
}
.group_aid2023 .flow a {
  width: 600px;
  background-color: #6dd1da;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  outline: 2px solid #fff;
  padding: 20px;
  font-size: 36px;
  outline-offset: -7px;
  line-height: 1.2;
  margin: auto;
}
.group_aid2023 .flow p {
  text-align: center;
}
.group_aid2023 .flow p span {
  font-size: 28px;
}

/* ヘッダー　共済 */
.menu-box.menu_group-aid li {
  width: 200px;
}
@media screen and (max-width: 999px) {
  .group_aid .subvisual {
    height: 350px !important;
    background: url(../img/group_aid/mv_sp.png) no-repeat center;
    background-size: cover;
  }
  .group_aid .subvisual .title {
    bottom: 5%;
    top: 0;
    transform: translateY(50%);
    padding: 5%;
  }
  .group_aid h1 {
    width: 100%;
    height: 190px;
    left: 0;
    padding-top: 42px;
    font-size: 30px;
  }
  .group_aid h1 span {
    width: 100px;
    height: 100px;
    font-size: 21px;
    line-height: 1.2;
    padding-top: 25px;
    top: -65px;
    left: -15px;
  }
  .group_aid h1 span b {
    top: 28px;
    right: 5px;
  }
  .group_aid h1 .logo {
    width: 75px;
    position: initial;
    padding-bottom: 24px;
    margin-top: -5px;
  }
  .group_aid h1 p {
    font-size: 16px;
  }
  .group_aid main {
    padding-top: 170px;
    background: #f0f0f0;
  }
  .group_aid .about .container,
  .group_aid .feature,
  .group_aid .flow {
    width: 100%;
    padding: 30px 5%;
    text-align: center;
  }
  .group_aid h3 {
    font-size: 21px;
  }
  .group_aid .about {
    padding: 30px 4% 40px;
  }
  .group_aid .about h3 img {
    width: 100%;
  }
  .group_aid .about > img {
    width: auto;
  }
  .group_aid .about .container {
    margin-top: -45px;
    padding-top: 40px;
  }
  .group_aid .about .container h4 {
    font-size: 23px;
  }
  .group_aid .feature {
    padding-top: 40px;
  }
  .group_aid .feature h3 {
    margin-bottom: 40px;
    font-size: 25px;
  }
  .group_aid .feature .container {
    width: 100%;
  }
  .group_aid .feature h5 {
    font-size: 20px;
  }
  .group_aid .feature h5 .wrap img {
    padding-top: 5px;
  }
  .group_aid .feature h5 .wrap + img {
    width: 100px;
    margin-top: 0;
  }
  .group_aid .feature li:first-child .detail {
    margin-top: 15px;
  }
  .group_aid .feature li:last-child {
    display: block;
  }
  .group_aid .feature li:last-child .detail {
    display: block;
  }
  .group_aid .feature li:last-child .detail img {
    width: 85%;
    padding: 0;
    margin-top: 40px;
  }
  .group_aid .flow a,
  .group_aid .flow .detail {
    width: 100%;
  }
  .group_aid .flow a {
    font-size: 23px;
  }
  .group_aid .flow a span {
    font-size: 18px;
  }
  .group_aid .shop {
    padding: 0 5%;
  }
  .group_aid .notice {
    text-align: left;
    position: relative;
  }
  .group_aid .notice img {
    right: 3%;
  }

  /* ペットカート共済 2023*/
  .group_aid2023 .subvisual {
    padding-top: 60px;
  }
  .group_aid2023 .subvisual .logo {
    width: 75px;
    top: 25%;
  }
  .group_aid2023 .subvisual .carousel_wrap {
    bottom: 3%;
  }
  .group_aid2023 .carousel_wrap .slick-track {
    gap: 40px;
  }
  .group_aid2023 .subvisual .carousel {
    width: 130px;
  }
  .group_aid2023 .notice {
    text-align: left;
  }
  .group_aid2023 .notice img {
    right: 3%;
  }
  .group_aid2023 section {
    padding: 30px 4%;
  }
  .group_aid2023 h3 {
    font-size: 21px;
    margin-bottom: 15px;
  }
  .group_aid2023 h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .group_aid2023 section.about {
    padding: 30px 4%;
  }
  .group_aid2023 .about .container {
    max-width: 690px;
  }
  .group_aid2023 .about .container img {
    width: 100%;
    max-width: unset;
  }
  .group_aid2023 .about .container p {
    text-align: left;
    font-size: 14px;
  }
  .group_aid2023 .store__list03 {
    width: 100%;
    padding: 30px 4%;
  }
  .group_aid2023 .feature h3 {
    margin-bottom: 38px;
  }
  .group_aid2023 .feature li {
    width: fit-content;
    margin: 0 auto 40px;
    display: block;
    border: none;
    padding: 0;
  }
  .group_aid2023 .feature li img {
    width: 100%;
    margin-bottom: 15px;
  }
  .group_aid2023 .feature li .detail_wrap {
    width: 100%;
  }
  .group_aid2023 .flow a {
    width: 100%;
    font-size: 23px;
  }
  .group_aid2023 .flow a span {
    font-size: 18px;
  }
}

/* supplement common */
.product__features.supplement .title {
  padding: 0;
}
.supplement .page__title,
.supplement .feature__text h4 span {
  background-color: #354c97;
}
.supplement .detail h2 span {
  font-size: 22px;
}
.product__features.supplement .container {
  padding: 60px 4%;
  background-color: #fff;
  width: 800px;
  border-radius: 20px;
}
.supplement.products .product__features .container {
  width: 800px;
}
.product__features.supplement h2 {
  color: #354c97;
  line-height: 1.6;
}
.product__features.supplement h2 + .feature__text {
  font-size: 20px;
  margin: 0 auto 25px;
}
.product__features.supplement h3 {
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  color: #354c97;
}
.product__features.supplement h3 span {
  margin-right: 8px;
}
.product__features.supplement .title::before {
  content: none;
}
.product__features.supplement .photo {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.product__features.supplement .photo.pc {
  display: block;
}
.product__features.supplement .photo.sp {
  display: none;
}
.product__features.supplement .photo img:nth-of-type(1) {
  margin-bottom: 30px;
}
.product__features.supplement .photo.sp + .feature__text,
.product__features.supplement .photo.sp + .feature__text + .feature__text {
  font-size: 17px;
}

.info__box {
  border-top: 1px solid #ccc;
  width: 100%;
  display: flex;
  padding: 28px 0;
}
.info__box:last-child {
  border-bottom: 1px solid #ccc;
}
.info__box__title {
  font-weight: bold;
  width: 15%;
  display: block;
  color: #354c97;
}
.info__box__title,
.info__box__txt {
  font-size: 16px;
  line-height: 35px;
}
.info__box__txt {
  width: 85%;
}
.info__box li {
  position: relative;
  padding: 0 0 0 12px;
}
.info__box li::before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0;
  top: 14px;
  background-color: #354c97;
  border-radius: 100%;
}
.caution.info__box li {
  line-height: 1.7;
  margin-bottom: 20px;
}
.caution.info__box li:last-child {
  margin-bottom: 0;
}
.caution.info__box li::before {
  line-height: 1.7;
}

.supplement .spec__gr dd {
  width: 100%;
}
.supplement .spec__gr .photo {
  margin: 0 auto;
  padding: 30px 0 0;
}

/* supplement追記 */
.supplement.products .subvisual {
  background: url("/assets/img/products/supplement/haola_new/mv.jpg") center bottom / cover no-repeat;
  height: 340px !important;
}
.supplement.products .subvisual h1 {
  display: none;
}
.supplement.products .product__detail {
  padding: 40px 4% 80px;
}
.supplement.products .product__detail .product__info {
  margin-bottom: 35px;
}
.supplement.products .product__detail .product__info + .store__list03 {
  margin-bottom: 80px;
}
.supplement.products .detail h2 {
  margin: 0 0 30px;
  text-align: center;
}
.supplement.products .detail ul {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
.supplement.products .store__list03 {
  margin-bottom: 40px;
}
.supplement.products .detailWrap {
  width: 800px;
  margin: 0 auto;
}
.supplement.products .detailWrap .detail:first-of-type {
  margin-bottom: 25px;
}
.supplement.products .container .detailWrap ul.list__note {
  margin-bottom: 0;
}
.supplement.products .container .detailWrap ul.list__note li {
  width: 100%;
  text-align: left;
}
/* .modal */
.supplement.products #modal_combistore .modal_container ul {
  flex-direction: column;
  margin-bottom: 0;
}
.supplement.products #modal_combistore .modal_container li {
  width: 100%;
  background: none;
  max-width: unset;
  padding: 0;
  margin: 0;
  opacity: 1;
}
.supplement.products #modal_combistore .modal_container li:first-child {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 35px;
  border-radius: 0;
  padding-bottom: 25px;
}
.supplement.products #modal_combistore .modal_container ul li .modal_logo {
  height: 15px;
  text-align: left;
  margin-bottom: 15px;
}
.supplement.products #modal_combistore .modal_container ul li .modal_logo img {
  height: 18px;
}
.supplement.products .store__list03 #modal_combistore.modal dl {
  border: none;
  height: 50px;
}
.supplement.products .store__list03 #modal_combistore.modal dt {
  width: 38%;
}
.supplement.products .store__list03 #modal_combistore.modal dd {
  width: 138px;
  height: 30px;
  border-radius: 30px;
  justify-content: center;
  position: relative;
}
.supplement.products .store__list03 #modal_combistore.modal dd::before {
  content: "";
  width: 6px;
  height: 9px;
  background: url(/assets/img/products/supplement/arrow01.png) center / cover no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.supplement.products .store__list03 #modal_combistore.modal dd:first-of-type {
  background: #354c97;
  margin-right: 4%;
}
.supplement.products .store__list03 #modal_combistore.modal dd:last-of-type {
  background: #e55c9c;
}
.supplement.products #modal_rakutenstore .modal_container .modal_btnWrap dl {
  padding-left: 30px;
}
.supplement.products #modal_rakutenstore .modal_container .modal_btnWrap dd {
  border-left: none;
}
.supplement.products #modal_rakutenstore .modal_container .modal_btnWrap .modal_btnItem:first-of-type .store02 {
  background: #354c97;
}
.supplement.products #modal_rakutenstore .modal_container .modal_btnWrap .modal_btnItem:first-of-type .store02 dl {
  background: url("/assets/img/products/supplement/arrow02.png") no-repeat right 20px center;
  background-size: 24px 24px;
}
.supplement.products #modal_rakutenstore .modal_container .modal_btnWrap .modal_btnItem:last-of-type .store02 {
  background: #da387f;
}
.supplement.products #modal_rakutenstore .modal_container .modal_btnWrap .modal_btnItem:last-of-type .store02 dl {
  background: url("/assets/img/products/supplement/arrow03.png") no-repeat right 20px center;
  background-size: 24px 24px;
}
.supplement.products .detail {
  width: 100%;
}
.supplement.product__features .title .border {
  border-bottom: 2px dotted #da387f;
}
.supplement.products .product__features .feature05 > li {
  width: 100%;
  margin-bottom: 50px;
}
.supplement.products .product__features .feature05 > li:last-child {
  margin-bottom: 0;
}
.supplement.products .product__features .feature li:first-child .feature__textWrap .flex__2box {
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 0;
}
.supplement.products .product__features .feature li .feature__textWrap .flex__2box > .flex__2box,
.supplement.products .product__features .feature li .contents .flex__2box .photo {
  width: 46%;
}
.supplement.products .product__features .feature li .feature__textWrap .flex__2box > .feature__text,
.supplement.products .product__features .feature li .contents .feature__text {
  width: 50%;
}
.supplement.products .product__features .feature li .contents > .flex__2box {
  margin-bottom: 30px;
}
.supplement.products .product__features .feature li:first-child .feature__textWrap .flex__2box .photo {
  width: 46%;
  margin-bottom: 0;
}
.supplement.products .product__features .feature li:first-child .feature__textWrap .flex__2box .photo .caption {
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}
.supplement.products .product__features .accordion .accordion__contents h5 {
  font-size: 20px;
  padding: 15px 0;
  margin-bottom: 25px;
  text-align: center;
  color: #fff;
}
.supplement.products .product__features .accordion .accordion__contents h6 {
  font-size: 16px;
  color: #354c97;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.supplement.products .product__features .accordion .accordion__contents h6::before {
  content: "";
  width: 26px;
  height: 21px;
  background: url("/assets/img/products/supplement/haola_new/check.png") center/cover no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
}
.supplement.products .product__features .accordion .accordion__contents h6 span {
  padding: 5px 12px;
  border-radius: 30px;
  font-size: 11px;
  color: #fff;
  background: #354c97;
  display: block;
  margin-left: 5px;
}
.supplement.products .product__features .accordion .accordion__contents .flex__2box {
  padding: 0 3%;
  margin-bottom: 0;
}
.supplement.products .product__features .accordion .accordion__contents .flex__2box ul {
  width: 48%;
}
.supplement.products .accordion--haolaPlus .accordion__btn {
  background: #fff;
  color: #354c97;
}
.supplement.products .accordion--haolaPlus .accordion__contents h5 {
  border-bottom: 2px solid #354c97;
  background: #354c97;
}
.supplement.products .accordion--haola .accordion__contents h5 {
  border-bottom: 2px solid #da387f;
  background: #da387f;
}
.supplement.products .accordion--haola .accordion__btn {
  background: #fff;
  color: #da387f;
}
.supplement.products .accordion--amount .accordion__btn p {
  font-size: 20px;
}
.supplement.products .accordion--amount .accordion__contents {
  border-top: 1px solid #354c97;
  padding-top: 25px;
  padding: 25px 30px 30px;
}
.supplement.products .accordion--amount .accordion__contents ul {
  display: flex;
}
.supplement.products .accordion--amount .accordion__contents ul li {
  width: 49%;
  margin-bottom: 0;
}
.supplement.products .accordion--amount .accordion__contents ul li:first-child {
  margin-right: 20px;
}
.supplement.products .product__features.support__detail .container {
  padding: 60px 3%;
  margin-bottom: 60px;
}
.supplement.products .product__features.support__detail h2 {
  font-size: 30px;
}
.supplement.products .product__features.support__detail h3 {
  justify-content: center;
}
.supplement.products .product__features.support__detail h3 img {
  height: 25px;
}
.supplement.products .product__features.support__detail p {
  margin-bottom: 8px;
}
.supplement.products .product__features.support__detail p span.pink {
  color: #e55c9c;
  font-size: 20px;
}
.supplement.products .product__features.support__detail ul {
  display: flex;
  justify-content: space-between;
}
.supplement.products .product__features.support__detail ul:first-of-type:not(.store__list03) {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.supplement.products .product__features.support__detail ul:nth-of-type(2) {
  margin-bottom: 15px;
}
.supplement.products .product__features.support__detail li {
  text-align: center;
}
.supplement.products .product__features.support__detail li > p {
  font-size: 16px;
}
.supplement.products .product__features.support__detail li:last-child {
  margin-bottom: 0;
}
.supplement.products .product__features.support__detail .flex__2box {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
}
.supplement.products .product__features.support__detail .flex__2box > .flex__2box {
  width: 80%;
  margin-bottom: 0;
  flex-direction: row;
  justify-content: space-around;
}
.supplement.products .product__features.support__detail .flex__2box .photo {
  width: 41%;
  margin-bottom: 0;
}
.supplement.products .product__features.support__detail .flex__2box .photo .caption {
  font-size: 16px;
  text-align: center;
  margin-top: 5px;
  font-weight: 300;
}
.supplement.products .product__features.support__detail .flex__2box .photo img {
  margin-bottom: 0;
}
.supplement.products .product__features.support__detail .flex__2box p {
  font-size: 32px;
  line-height: normal;
  text-align: center;
  font-weight: 600;
}
.supplement.products .product__features.support__detail .flex__2box small {
  font-size: 16px;
}
.supplement.products .product__features.support__detail .feature__text p {
  font-size: 16px;
}
.supplement.products .product__features.support__detail .feature__text p span {
  font-size: 20px;
  font-weight: 600;
}
.supplement.products .product__features.support__detail .store__list03 {
  width: 1000px;
  margin: 0 auto;
}
.supplement.products .product__features.support__detail .store__list03 li {
  text-align: left;
}
.supplement.products .product__features.support__detail li.store01 {
  margin-bottom: 0;
}
.supplement.products .product__features.support__detail .list__note li {
  text-align: left;
  font-size: 14px;
}
.supplement.products .product__features .tab li:first-child {
  background: #354c97;
}
.supplement.products .product__features .tab li:last-child {
  background: #e55c9c;
}
.supplement.products .product__features .tab__contents > li:first-child {
  border-top: 2px solid #354c97;
}
.supplement.products .product__features .tab__contents > li:last-child {
  border-top: 2px solid #e55c9c;
}
.supplement.products .product__features .tab__contents dt {
  width: 12%;
  color: #354c97;
}
.supplement.products .product__features .tab__contents dd li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 15px;
}
.supplement.products .product__features .tab__contents dd li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #354c97;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}
.supplement.products .product__features .tab__contents dd li:last-child {
  margin-bottom: 0;
}
.supplement.products .spec__gr.product__features {
  padding: 80px 0 100px;
  background: none;
}
.supplement.products .spec__gr.product__features .container {
  width: 1000px;
  padding: 0;
  border-radius: 0;
}
.supplement.products .spec__gr.product__features h2 {
  color: #000;
}
.supplement.products .spec__gr.product__features .flex__2box {
  align-items: center;
}
.supplement.products .spec__gr.product__features .tab__contents > li {
  padding: 20px 0 0;
}
.supplement.products .spec__gr.product__features .tab__contents > li > p {
  font-size: 14px;
}
.supplement.products .spec__gr.product__features .tab__contents dl {
  display: flex;
  margin-bottom: 0;
  padding: 0;
}
.supplement.products .spec__gr.product__features .tab__contents dt {
  width: 90px;
  color: #000;
  margin-bottom: 0;
  font-size: 14px;
}
.supplement.products .spec__gr.product__features .tab__contents dd {
  margin-bottom: 0;
  font-size: 14px;
}
@media screen and (min-width: 1000px) {
  .supplement .spec__gr li .flex__2box li .flex__2box {
    width: 80%;
  }
  .supplement .spec__gr li .flex__2box .photo {
    width: 50%;
  }
  .supplement .spec__gr li .flex__2box .photo img {
    margin-bottom: 0;
  }
  .supplement .spec__gr p.caption {
    font-size: 16px;
  }
  .supplement .flex__2box {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 999px) {
  .supplement.products .subvisual {
    background: url("/assets/img/products/supplement/haola_new/mv_sp.jpg") center bottom / cover no-repeat;
    height: 150px !important;
  }
  .supplement.product .product__detail {
    padding: 18px 4% 50px;
  }
  .supplement.products .product__detail .product__info {
    margin-bottom: 25px;
  }
  .supplement.products .container .detailWrap ul.list__note {
    margin-bottom: 30px;
  }
  .supplement .product__features {
    padding: 40px 4% 40px;
  }
  .supplement .feature05 li:last-child {
    margin: 0 !important;
  }
  .supplement.products .detail h2 {
    text-align: left;
  }
  .supplement .detail h2 span {
    font-size: 16px;
  }
  .supplement .feature__text.subTitle {
    font-size: 15px;
  }
  .product__features.supplement .container {
    padding: 37px 5%;
  }
  .supplement.products .product__features .container {
    width: 100%;
  }
  .product__features.supplement h2 + .feature__text {
    font-size: 14px;
    max-width: 630px;
  }
  .product__features.supplement h3 {
    font-size: 18px;
  }
  .product__features.supplement h3 span img {
    width: 30px;
  }
  .supplement.products .detailWrap {
    width: 100%;
    display: block;
  }
  .supplement.products .detailWrap .detail {
    width: 100%;
    margin-bottom: 50px;
  }
  .supplement.products .detailWrap .detail:last-of-type {
    margin-bottom: 0;
  }

  .supplement.products .detail ul {
    justify-content: space-around;
  }
  .supplement.products .detail ul li {
    width: 37%;
  }
  .feature_component .feature__text {
    font-size: 14px;
  }
  .product__features.supplement .photo.pc {
    display: none;
  }
  .product__features.supplement .photo.sp {
    display: block;
  }
  .product__features.supplement .photo + .feature__text,
  .product__features.supplement .photo + .feature__text + .feature__text {
    max-width: 630px;
    margin: 0 auto;
    font-size: 12px;
  }
  .supplement.products .product__features .feature li .feature__textWrap .flex__2box > .flex__2box,
  .supplement.products .product__features .feature li .contents .flex__2box .photo,
  .supplement.products .product__features .feature li .feature__textWrap .flex__2box > .feature__text,
  .supplement.products .product__features .feature li .contents .feature__text {
    width: 100%;
  }
  .supplement.products .product__features .feature li .feature__textWrap .flex__2box > .flex__2box {
    flex-direction: row;
    margin-bottom: 10px;
  }
  .supplement.products .product__features .accordion .accordion__contents h5 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .supplement.products .product__features .accordion .accordion__contents h6 {
    font-size: 13px;
    padding-left: 25px;
  }
  .supplement.products .product__features .accordion .accordion__contents h6::before {
    content: "";
    width: 22px;
    height: 18px;
  }
  .supplement.products .product__features .accordion .accordion__contents h6 span {
    padding: 5px 10px;
    font-size: 9px;
  }
  .supplement.products .product__features .accordion .accordion__contents .flex__2box,
  .supplement.products .product__features .feature li .contents > .flex__2box {
    display: block;
  }
  .supplement.products .product__features .accordion .accordion__contents .flex__2box ul {
    width: 100%;
  }
  .supplement.products .product__features .accordion .accordion__contents .flex__2box ul li {
    margin-bottom: 25px !important;
  }
  .supplement.products .product__features .accordion .accordion__contents .flex__2box ul:first-of-type li {
    margin-bottom: 25px !important;
  }
  .supplement.products .accordion--amount .accordion__btn p {
    font-size: 12px;
  }
  .supplement.products .accordion--amount .accordion__contents {
    padding: 25px 4% 30px;
  }
  .supplement.products .accordion--amount .accordion__contents ul {
    display: block;
  }
  .supplement.products .accordion--amount .accordion__contents ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .supplement.products .product__features.support__detail .container {
    padding: 37px 5%;
    margin-bottom: 30px;
  }
  .supplement.products .product__features.support__detail h2 {
    font-size: 20px;
  }
  .supplement.products .product__features.support__detail h3 {
    justify-content: left;
  }
  .supplement.products .product__features.support__detail h3 img {
    height: 15px;
  }
  .supplement.products .product__features.support__detail p span.pink {
    font-size: 15px;
  }
  .supplement.products .product__features.support__detail ul {
    display: block;
  }
  .supplement.products .product__features.support__detail ul li {
    text-align: left;
    margin-bottom: 30px;
  }
  .supplement.products .product__features.support__detail .flex__2box {
    flex-direction: row;
  }
  .supplement.products .product__features.support__detail .flex__2box > .flex__2box {
    width: 46%;
    margin-bottom: 0;
  }
  .supplement.products .product__features.support__detail .flex__2box .photo {
    width: 46%;
    margin-bottom: 0;
  }
  .supplement.products .product__features.support__detail .flex__2box .photo .caption {
    font-size: 12px;
    margin: 5px 0 0;
  }
  .supplement.products .product__features.support__detail .flex__2box p {
    font-size: 23px;
  }
  .supplement.products .product__features.support__detail .flex__2box small {
    font-size: 10px;
  }
  .supplement.products .product__features.support__detail .feature__text p {
    font-size: 12px;
  }
  .supplement.products .product__features.support__detail .feature__text p span {
    font-size: 16px;
  }
  .supplement.products .product__features.support__detail .store__list03 {
    width: 100%;
  }
  .supplement.products .product__features.support__detail li > p {
    font-size: 14px;
  }
  .supplement.products .product__features.support__detail li.store01 {
    margin-bottom: 20px;
  }
  .supplement.products .product__features.support__detail .list__note li {
    font-size: 12px;
  }
  .info__box__title,
  .info__box__txt {
    font-size: 13px;
  }
  .info__box__title {
    width: 100%;
    margin-bottom: 7px;
  }
  .info__box__txt {
    width: 100%;
  }
  .info__box {
    flex-direction: column;
  }
  .caution.info__box li::before {
    top: 8px;
    line-height: 1.7;
  }
  .supplement .flex__2box {
    margin-bottom: 40px;
  }
  .supplement.products .product__features .tab__contents dt {
    width: 100%;
  }
  .supplement.products .product__features .tab__contents dd li {
    padding-left: 10px;
  }
  .supplement.products .product__features .tab__contents dd li::before {
    width: 6px;
    height: 6px;
  }
  .supplement .spec__gr li .flex__2box li .flex__2box {
    justify-content: center;
  }
  .supplement .spec__gr li .flex__2box .photo:first-of-type {
    margin-right: 6%;
  }
  .supplement .spec__gr li .flex__2box .photo {
    width: 35%;
    margin: 0;
  }
  .supplement .spec__gr li .flex__2box .photo img {
    width: 100%;
    margin: 0;
  }
  .supplement.products .spec__gr.product__features {
    padding: 40px 4% 40px;
  }
  .supplement.products .spec__gr.product__features .container {
    width: 100%;
  }
  /* .modal */
  .supplement.products #modal_combistore .modal_container li:first-child {
    margin: 0 0 20px;
  }
  .supplement.products #modal_combistore .modal_container ul li .modal_logo {
    margin-bottom: 0;
  }
  .supplement.products #modal_combistore .modal_container ul li .modal_logo img {
    height: 15px;
  }
  .supplement.products .store__list03 #modal_combistore.modal dt {
    width: 45%;
  }
  .supplement.products .store__list03 #modal_combistore.modal dd {
    width: 78px;
  }
  .supplement.products #modal_rakutenstore .modal_container .modal_btnWrap .modal_btnItem:first-of-type .store02 dl,
  .supplement.products #modal_rakutenstore .modal_container .modal_btnWrap .modal_btnItem:last-of-type .store02 dl {
    background-size: 18px 18px;
  }
}

/* lulutail */
.lulutail .detail {
  width: 48%;
}
.lulutail .page__title {
  background: #2c3348;
}
.lulutail .lulutail_point h3 {
  color: #374476;
  text-align: left;
  font-size: 18px;
}
.lulutail .product__features.lulutail_point h3::before {
  content: none;
}
.lulutail .product__features.lulutail_point .container + .container {
  margin-top: 40px;
}
.lulutail .product__features.lulutail_point .container ul li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.lulutail .product__features.lulutail_point .container ul li:last-child {
  margin-bottom: 0;
}
.lulutail .product__features.lulutail_point .container ul li .photo {
  width: 95px;
  margin: 0 10px 0 0;
}
.lulutail .product__features.lulutail_point .photo img {
  margin: 0 auto;
}
.lulutail .product__features.lulutail_point .photo.center + p {
  font-size: 12px;
}
.lulutail .product__features.lulutail_point .container ul li .feature__text {
  width: 68%;
}
.lulutail .feature05 span {
  background: #2c3348;
}
.lulutail .movie {
  text-align: center;
}
.lulutail .movie.flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.lulutail .movie.flex img {
  width: 49%;
}
.lulutail .movie.flex img:last-of-type {
  margin: 0;
}

@media screen and (max-width: 999px) {
  .lulutail .detail {
    width: 100%;
  }
  .lulutail .detail h2 {
    font-size: 20px;
  }
}

@media screen and (min-width: 1000px) {
  .lulutail .product__features.lulutail_point .feature__text {
    text-align: center;
  }
  .lulutail .product__features.lulutail_point h3 + .feature02 .photo {
    width: 63%;
    margin: 0 auto 55px;
  }
  .lulutail .product__features.lulutail_point .container + .container {
    margin-top: 100px;
  }
  .lulutail .product__features.lulutail_point h3 {
    font-size: 24px;
    text-align: center;
  }
  .lulutail .product__features.lulutail_point .container + .container .feature__text {
    text-align: left;
  }
  .lulutail .product__features.lulutail_point .container + .container .flex__2box {
    align-items: flex-start;
  }
  .lulutail .product__features.lulutail_point .container ul li {
    margin-bottom: 50px;
    width: 48%;
  }
  .lulutail .product__features.lulutail_point .container ul li .photo {
    width: 125px;
    margin: 0 20px 0 0;
  }
  .lulutail .product__features.lulutail_point .feature02 .photo.center {
    margin: 0 0 10px;
  }
  .lulutail .product__features.lulutail_point .photo.center + p {
    width: 1000px;
    margin: 0 auto;
  }
  .lulutail .product__features.lulutail_point .container ul li .feature__text {
    width: 100%;
  }
  .lulutail .product__features:not(.lulutail_point) .feature05 li.flex_and_center {
    margin-bottom: 96px;
    align-content: flex-start;
  }
  .lulutail .product__features:not(.lulutail_point) .feature05 li:last-child {
    margin-bottom: 0;
  }
  .lulutail .product__features .feature05 .movie.flex {
    flex-direction: column;
  }
  .lulutail .movie.flex img {
    width: 100%;
    margin-bottom: 10px;
  }
  .lulutail .movie.flex img:last-of-type {
    margin-bottom: 0;
  }
}

/* peter macarthur */
.peter_macarthur .page__title {
  background: url("/assets/img/products/choice/peter_macarthur/ttl_bg_pc.png") center / cover no-repeat;
}
.peter_macarthur .product__features h3 {
  color: #b6006a;
  margin: 0 0 14px;
}
.peter_macarthur .product__features .note {
  font-size: 12px;
  text-align: left;
}
.peter_macarthur .explanation .title {
  width: 440px;
}
.peter_macarthur .explanation .container {
  display: block;
}
.peter_macarthur .explanation .container .flex__2box {
  flex-wrap: nowrap;
  margin-bottom: 20px;
}
.peter_macarthur .explanation video {
  width: 100%;
}
.peter_macarthur .explanation_detail {
  padding: 0 4%;
  margin-bottom: 80px;
}
.peter_macarthur .explanation_detail h2 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px 0;
}
.peter_macarthur .explanation_detail h2::before {
  content: none;
}
.peter_macarthur .explanation_detail ul {
  display: flex;
  justify-content: space-between;
}
.peter_macarthur .explanation_detail li {
  width: 47%;
  margin-bottom: 40px;
}
.peter_macarthur .explanation_detail li:last-child {
  margin-bottom: 0;
}
.peter_macarthur .explanation_detail li img {
  width: 100%;
  margin-bottom: 15px;
}
.peter_macarthur .explanation_detail li h3 {
  margin-bottom: 8px;
  font-size: 17px;
}
.peter_macarthur .slide__list02 + p {
  width: 1000px;
  margin: 20px auto 0;
}

@media screen and (max-width: 999px) {
  .peter_macarthur .page__title {
    background: url("/assets/img/products/choice/peter_macarthur/ttl_bg_sp.png") center / cover no-repeat;
  }
  .peter_macarthur .page__title h1 img {
    height: auto;
    min-height: 55px;
  }
  .peter_macarthur .explanation {
    margin-bottom: 50px;
    padding-bottom: 0;
  }
  .peter_macarthur .explanation .container .flex__2box {
    display: block;
    margin-bottom: 24px;
  }
  .peter_macarthur .explanation .title {
    top: -24px;
    width: 280px;
    font-size: 21px;
  }
  .peter_macarthur .explanation .container {
    flex-direction: row;
    padding: 35px 4% 30px;
    margin: 0;
  }
  .peter_macarthur .explanation .photo img {
    width: 100%;
    margin-right: 0;
  }
  .peter_macarthur .explanation_detail {
    margin-bottom: 60px;
  }
  .peter_macarthur .explanation_detail ul {
    display: block;
  }
  .peter_macarthur .explanation_detail li {
    width: 100%;
    margin: 0 auto 40px;
  }
  .peter_macarthur .slide__list02 + p {
    width: 100%;
    padding: 0 4%;
    margin: 20px auto 0;
  }
}

/* fikago_option */
.fikago.c-choice__gr .products-cart__list#fikago_option {
  padding-top: 40px;
}
.fikago_option h1 p {
  display: flex;
}
.fikago_option h1 p span {
  font-size: 34px;
}
.fikago_option h1 p small {
  font-size: 21px;
  text-align: left;
}
.fikago_option .product__gallery .tab__content .list__note {
  width: 74%;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.fikago_option .product__gallery .tab__content .list__note li {
  display: block;
  text-align: left;
}
.fikago_option.fikago-free_to_go .feature05 li {
  width: 47%;
  margin-bottom: 40px;
  display: flex;
  flex-direction: row-reverse;
}
.fikago_option.fikago-free_to_go .feature05 li:nth-child(3) {
  margin-bottom: 0;
}
.fikago_option.fikago-free_to_go .feature05 li:last-child {
  width: 47%;
  margin: 0;
}
.fikago_option .feature05 .feature__text {
  width: 47%;
  margin-right: 5%;
}
.fikago_option .feature05 .photo {
  width: 45%;
}
.fikago_option.fikago-free_to_go .feature05 li:last-child .photo {
  margin: 0 0 15px;
}
.fikago_option.fikago-free_to_go .feature05 .photo:has(.list__note) {
  margin: 0;
}
.fikago_option.fikago-free_to_go .feature05 .photo:has(.list__note) > img {
  margin: 0;
}
.fikago_option.fikago-free_to_go .feature05 li .photo .list__note {
  margin: 5px 0 0;
}
.fikago_option.fikago-free_to_go .feature05 .list__note li {
  width: 100%;
  text-align: left;
  margin: 0;
  flex-direction: row;
}
.fikago_option.fikago-free_to_go .feature05 .list__note li:last-child {
  width: 100%;
}
.fikago_option .spec__gr ul {
  align-items: center;
}
@media screen and (max-width: 999px) {
  .fikago_option h1 p span {
    font-size: 21px;
  }
  .fikago_option h1 p small {
    font-size: 15px;
  }
  .fikago_option .feature05 {
    justify-content: space-between;
  }
  .fikago_option.fikago-free_to_go .feature05 li {
    display: block;
  }
  .fikago_option .feature05 .feature__text {
    width: 100%;
    margin-right: 0;
  }
  .fikago_option .feature05 .photo {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .fikago_option.fikago-free_to_go .feature05 li:not(:has(.photo)) .feature__text {
    width: 100%;
  }
}

/* pet_care */
.pet_care .products-cart__list h3 {
  font-size: 20px;
}
.pet_care .products-cart__list .care_wet_tissue_warmer h3 {
  color: #98b935;
}

/* wet_tissue_warmer */
.wet_tissue_warmer .page__title {
  background: #accc4b;
}
.wet_tissue_warmer .feature03 h4 span,
.wet_tissue_warmer .feature05 h4 span {
  background: #accc4b;
}
.wet_tissue_warmer .feature05 .list__note li {
  margin-bottom: 0;
}
.wet_tissue_warmer .feature03 h4 {
  padding: 0 0 0 60px;
  position: relative;
  min-height: 50px;
  display: flex;
  align-items: center;
}
.wet_tissue_warmer .feature03 span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}
.wet_tissue_warmer .feature03 span b {
  font-size: 22px;
  line-height: 1;
  padding: 0 0 0 2px;
}

@media screen and (max-width: 999px) {
  .wet_tissue_warmer .feature05 {
    justify-content: space-between;
  }
  .wet_tissue_warmer .feature05 > li {
    width: 47%;
    margin-bottom: 40px;
  }
}

/* cushion */
.products-cart__option .products-cart__option-cushion {
  margin-top: 25px;
}
.cushion .product__gallery .product_name {
  margin: 24px auto 15px;
  font-family: "Noto Sans Medium JP";
}
.cushion .product__features .slide__item {
  width: 214px;
  /* height: 416px; */
  padding: 20px 27px;
  background: #fff;
}
.cushion .product__features .slick-prev {
  background: url(../img/products/option/cushion/prev.png) no-repeat center / cover;
  opacity: 1;
  width: 16px;
  height: 40px;
  left: 4%;
  transform: translateY(-50%);
  margin: 0;
}
.cushion .product__features .slick-next {
  background: url(../img/products/option/cushion/next.png) no-repeat center / cover;
  opacity: 1;
  width: 16px;
  height: 40px;
  right: 4%;
  transform: translateY(-50%);
  margin: 0;
}
.cushion .feature05 .list__note li {
  margin-bottom: 8px;
}
.cushion .photo .feature__text {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}
.cushion .photo .feature__text p {
  width: 50%;
  max-width: 337px;
  font-size: 12px;
}
.cushion .feature__text p span.pink {
  font-weight: 600;
  color: #b6006a;
  background: none;
}
.cushion .spec__gr ul + ul {
  margin-top: 80px;
}

@media screen and (min-width: 1000px) {
  .products-cart__option .products-cart__option-cushion {
    margin-top: 0;
  }
  .cushion .product__features .slide__item {
    width: 314px;
    padding: 20px 61px;
    margin: 0 29px 0 0;
  }
  .cushion .product__features .slick-prev {
    left: 2%;
  }
  .cushion .product__features .slick-next {
    right: 2%;
  }
  .cushion .photo:has(.feature__text) {
    height: 238px;
  }
  .cushion .feature05.flex__2box > li {
    margin-bottom: 80px;
  }
  .cushion .photo .feature__text p {
    width: 48%;
    max-width: none;
  }
}

@media screen and (max-width: 999px) {
  .cushion .photo:has(.feature__text) {
    margin-bottom: 5px;
  }
  .cushion .product__features .slick-arrow.slick-disabled {
    opacity: 0;
    pointer-events: none;
  }
}

/* 2025.08.26追記 */
/* ▼ 矢印のベースを整備：画像上に表示されるように */
.cushion .product__features .slide__list.photo {
  position: relative; /* ← これ重要！矢印の基準位置になる */
}

.cushion .product__features .slick-prev,
.cushion .product__features .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2; /* 画像より上に配置する */
  border: none;
  background-color: transparent;
  font-size: 0; /* デフォルト矢印文字を消す */
}

/* slickのデフォルト疑似要素の矢印は使わない */
.cushion .product__features .slick-prev:before,
.cushion .product__features .slick-next:before {
  content: '';
}

/* modal */
.products .store__list03 .modal_btn {
  background: url(../img/common/btn01_arrow.png) no-repeat right 18px center;
  background-size: 18px 18px;
  color: #fff;
  cursor: pointer;
}
.products .store__list03 .modal_btn:hover {
  opacity: 0.7;
}
.products .modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.products .modal_container,
.products .modal_content {
  width: 92%;
  max-width: 690px;
  padding: 50px 5% 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}
.products #modal_rakutenstore .modal_container {
  padding-bottom: 40px;
}
.products .modal_container p,
.products .modal_content p {
  font-size: 15px;
  margin-bottom: 20px;
  font-family: "Noto Sans Medium JP";
}
.products #modal_combistore .modal_container ul,
.products #modal_combistore .modal_content ul {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.products #modal_combistore .modal_container li,
.products #modal_combistore .modal_content li {
  width: 31.5%;
  max-width: 190px;
  padding: 10px 0;
  margin: 0 4% 0 0;
  text-align: center;
  border-radius: 30px;
  background: #ee721a;
  /* position: relative; */
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  opacity: 0.4;
}
.products #modal_combistore .modal_container li.active,
.products #modal_combistore .modal_content li.active {
  opacity: 1;
}
.products #modal_combistore .modal_container li:last-child {
  margin-right: 0;
}
.products #modal_rakutenstore .modal_container .modal_btnWrap {
  border-top: 2px solid #bf0d00;
  padding-top: 25px;
}
.products #modal_rakutenstore .modal_container .modal_btnWrap dl {
  position: relative;
  background: url(../img/common/btn02_arrow.png) no-repeat right 20px center;
  background-size: 24px 24px;
}

.products #modal_rakutenstore .modal_container .modal_btnWrap dd {
  color: #fff;
}
.products .modal_container .tabContent,
.products .modal_content .filterContent,
.products .modal_content .prodContent {
  width: 100%;
  border-top: 2px solid #ee721a;
  padding-top: 15px;
  display: none;
}
.products .modal_content .filterContent.active,
.products .modal_content .prodContent.active {
  display: block;
}
.products .modal_container .tabContent.active {
  display: table;
}
.products .store__list03 #modal_combistore.modal dl {
  border-top: 1px solid #cccccc;
  height: 50px;
  padding: 0;
  align-items: center;
}
.products .store__list03 #modal_combistore.modal dt {
  width: 100%;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  color: #000;
}
.products .store__list03 #modal_combistore.modal dd {
  padding: 0;
}
.products .store__list03 #modal_combistore.modal dl:first-of-type {
  border: none;
}
.products .store__list03 #modal_combistore.modal .tabContent a {
  width: 100%;
  color: #000;
  background: none;
  display: flex;
  align-items: center;
  padding: 10px 8px;
  position: relative;
  margin: 0 auto;
}
.products .store__list03 #modal_combistore.modal .tabContent a:hover {
  opacity: 0.7;
}
.products #modal_combistore .modal_container dd img,
.products #modal_combistore .modal_content dd img {
  width: 72px;
  height: 33px;
}
.products #modal_rakutenstore .store02 {
  border-radius: 35px;
  background-color: #bf0d00;
}
.store__list03 #modal_rakutenstore li {
  margin-bottom: 25px;
}
.store__list03 #modal_rakutenstore li.modal_btnItem:last-child {
  float: none;
  margin-bottom: 0;
}
.store__list03 #modal_rakutenstore li.modal_btnItem p {
  margin-bottom: 10px;
  text-align: center;
  font-size: 13px;
}
.products .modal_close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 5%;
}
.products .modal_close:hover {
  opacity: 0.7;
}
.products .modal_close::before,
.products .modal_close::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #000;
}
.products .modal_close::before {
  transform: rotate(45deg) translate(0, -50%);
}
.products .modal_close::after {
  transform: rotate(-45deg) translate(0, -50%);
}

.products .modal_overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 1000px) {
  .products .store__list03 #modal_combistore .modal_btn {
    background: url(../img/common/btn01_arrow.png) no-repeat right 20px center;
    background-size: 24px 24px;
  }
  .products .modal_container,
  .products .modal_content {
    width: 540px;
    max-width: unset;
    padding: 30px 30px 35px;
  }
  .products .modal_container p,
  .products .modal_content p {
    font-size: 18px;
  }
  .products .store__list03 #modal_combistore.modal dt {
    font-size: 14px;
  }
  .products .modal_container li,
  .products .modal_content li {
    font-size: 14px;
  }
  .products .store__list03 #modal_combistore.modal dl {
    height: 68px;
  }
  .products #modal_combistore .modal_container dd img,
  .products #modal_combistore .modal_content dd img {
    width: 100px;
    height: 50px;
  }
  .products .store__list03 #modal_combistore.modal .tabContent a {
    padding: 0;
  }
  .products .modal_close {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 28px;
    right: 30px;
  }
  .products #modal_rakutenstore .modal_container {
    padding-bottom: 60px;
  }
  .store__list03 #modal_rakutenstore li {
    margin-bottom: 30px;
  }
  .products #modal_rakutenstore .modal_container .modal_btnWrap {
    padding-top: 30px;
  }
  .store__list03 #modal_rakutenstore li.modal_btnItem:last-child {
    float: left;
    margin-bottom: 0;
  }
  .store__list03 #modal_rakutenstore li.modal_btnItem p {
    font-size: 15px;
  }
}

/* peter macarthur */
.peter_macarthur .page__title {
  background: url("/assets/img/products/choice/peter_macarthur/ttl_bg_pc.png") center / cover no-repeat;
}
.peter_macarthur .product__features h3 {
  color: #b6006a;
  margin: 0 0 14px;
}
.peter_macarthur .product__features .note {
  font-size: 12px;
  text-align: left;
}
.peter_macarthur .explanation .title {
  width: 440px;
}
.peter_macarthur .explanation_detail {
  padding: 0 4%;
  margin-bottom: 80px;
}
.peter_macarthur .explanation_detail h2 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px 0;
}
.peter_macarthur .explanation_detail h2::before {
  content: none;
}
.peter_macarthur .explanation_detail ul {
  display: flex;
  justify-content: space-between;
}
.peter_macarthur .explanation_detail li {
  width: 47%;
  margin-bottom: 40px;
}
.peter_macarthur .explanation_detail li:last-child {
  margin-bottom: 0;
}
.peter_macarthur .explanation_detail li img {
  width: 100%;
  margin-bottom: 15px;
}
.peter_macarthur .explanation_detail li h3 {
  margin-bottom: 8px;
  font-size: 17px;
}
.peter_macarthur .slide__list02 + p {
  width: 1000px;
  margin: 20px auto 0;
}
@media screen and (max-width: 999px) {
  .peter_macarthur .page__title {
    background: url("/assets/img/products/choice/peter_macarthur/ttl_bg_sp.png") center / cover no-repeat;
  }
  .peter_macarthur .page__title h1 img {
    height: auto;
    min-height: 55px;
  }
  .peter_macarthur .explanation {
    margin-bottom: 50px;
    padding-bottom: 0;
  }
  .peter_macarthur .explanation .title {
    top: -24px;
    width: 280px;
    font-size: 21px;
  }
  .peter_macarthur .explanation .container {
    flex-direction: row;
    padding: 35px 4% 30px;
    margin: 0;
  }
  .peter_macarthur .explanation .photo img {
    width: 100%;
    margin-right: 0;
  }
  .peter_macarthur .explanation_detail {
    margin-bottom: 60px;
  }
  .peter_macarthur .explanation_detail ul {
    display: block;
  }
  .peter_macarthur .explanation_detail li {
    width: 100%;
    margin: 0 auto 40px;
  }
  .peter_macarthur .slide__list02 + p {
    width: 100%;
    padding: 0 4%;
    margin: 20px auto 0;
  }
}

/* milimili_lite_10th */
.milimili_lite_10th .pr_bnr {
  width: 100%;
}
.milimili_lite_10th .feature .pr_bnr {
  margin: 30px 0 0;
}
.milimili_lite_10th .feature03 {
  margin-bottom: 0;
}
.milimili_lite_10th .product__features h3 {
  font-size: 22px;
}
.milimili_lite_10th .feature03 > li {
  margin-bottom: 80px;
}
.milimili_lite_10th .feature03 li .flex__2box .photo {
  width: 50%;
}
.milimili_lite_10th .feature03 li .flex__2box .feature__text {
  width: 47%;
}
.milimili_lite_10th .feature05 h4 {
  text-align: left;
}
.milimili_lite_10th .btn02 a {
  width: 100%;
}
.milimili_lite_10th .btn02.w300 a {
  width: 300px;
}

@media screen and (max-width: 999px) {
  .milimili_lite_10th .page__title h1 img {
    height: 32px;
  }
  .milimili_lite_10th .page__title h1 span {
    font-size: 10px;
  }
  .milimili_lite_10th .pr_bnr {
    max-width: 690px;
  }
  .milimili_lite_10th .feature .pr_bnr {
    margin-top: 20px;
  }
  .milimili_lite_10th .feature03 li .flex__2box .photo {
    width: 48%;
  }
}

/* lulutail_carry */
.lulutail_carry .lulutail_point .movie {
  width: 63%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.lulutail_carry .lulutail_point .movie video {
  width: 49%;
}
.lulutail_carry .product__features.lulutail_point .container ul li:nth-child(3) {
  margin-bottom: 0;
}
.lulutail_carry.products .store__list03 .store01,
.lulutail_carry.products .store__list03 .store02 {
  background: none;
}
.lulutail_carry.products .store__list03 .store01 a {
  border-radius: 35px;
  background: #ee721a;
}
.lulutail_carry.products .store__list03 .store02 a {
  border-radius: 35px;
  background: #bf0d00;
}
@media screen and (max-width: 999px) {
  .lulutail_carry .lulutail_point .movie {
    width: 100%;
  }
  .lulutail_carry .product__features .title + .feature {
    margin-bottom: 10px;
  }
  .lulutail_carry .product__features.lulutail_point .container ul li:nth-child(3) {
    margin-bottom: 25px;
  }
}

/* accordion */
.product__features .accordion {
  margin-top: 25px;
}
.product__features .accordion li {
  margin-bottom: 30px;
}
.product__features .accordion li:last-child {
  margin-bottom: 0;
}
.product__features .accordion__btn {
  position: relative;
  padding: 20px 4%;
  font-size: 15px;
}
.product__features .accordion__btn.center {
  text-align: center;
}
.product__features .accordion__btn p {
  line-height: 2;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}
.product__features .accordion__btn span {
  display: block;
  font-size: 14px;
}
.product__features .accordion__btn::before,
.product__features .accordion__btn::after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.product__features .accordion__btn::after {
  top: 49%;
  right: 21px;
  transform: rotate(90deg) translateY(-50%);
}
.product__features .accordion__btn.show::after {
  top: 50%;
  right: 20px;
  transform: rotate(0) translateY(-50%);
}
.product__features .accordion--haolaPlus .accordion__btn::before,
.product__features .accordion--haolaPlus .accordion__btn::after {
  background: #354c97;
}
.product__features .accordion--haola .accordion__btn::before,
.product__features .accordion--haola .accordion__btn::after {
  background: #da387f;
}
.product__features .accordion__contents {
  display: none;
  background: #fff;
  padding: 0 0 40px;
}
.product__features .accordion__contents.show {
  display: block;
}
.product__features .accordion__contents .feature__text {
  margin-top: 15px;
  font-size: 14px;
}
.product__features .accordion__contents .feature__text span {
  background: none;
}
@media screen and (max-width: 999px) {
  .product__features .accordion li:first-child {
    margin-bottom: 20px;
  }
  .product__features .accordion__btn {
    padding: 10px 4%;
  }
  .product__features .accordion__btn.center {
    text-align: center;
  }
  .product__features .accordion__btn p {
    font-size: 15px;
    text-align: left;
  }
  .product__features .accordion__btn span {
    font-size: 11px;
    margin-bottom: 0;
  }
  .product__features .accordion__btn::before,
  .product__features .accordion__btn::after {
    content: "";
    width: 20px;
  }
  .product__features .accordion__contents {
    padding: 0 4% 30px;
  }
  .product__features .accordion__contents .feature__text {
    margin-top: 10px;
    font-size: 12px;
  }
}

/* miliclan_alpha_long */
.miliclan_alpha_long.miliclan_lite .pr__label li {
  width: auto;
}
.miliclan_alpha_long.miliclan_lite .flex__2box .photo {
  margin-bottom: 15px;
}
.miliclan_alpha_long.miliclan_lite .contents .list__note {
  margin: 0;
}
.miliclan_alpha_long.miliclan_lite .feature07.flex__2box {
  align-items: flex-start;
}

@media screen and (max-width: 999px) {
  .miliclan_alpha_long.miliclan_lite .flex__2box .photo {
    margin-top: 0;
  }
}

/* icebattery_fresh_ava */
.icebattery_fresh_ava .mainvisual {
  height: auto;
  max-height: unset;
}
.icebattery_fresh_ava h1 {
  display: none;
}
.icebattery_fresh_ava .detail h2 {
  margin-bottom: 0;
}
.icebattery_fresh_ava .detail .list__note {
  margin-bottom: 50px;
}
.icebattery_fresh_ava .detail .list__note li {
  font-size: 16px;
}
.icebattery_fresh_ava .detail .price small {
  font-size: 30px;
}
.icebattery_fresh_ava .feature05 .flex_and_center {
  align-items: flex-start;
}
.icebattery_fresh_ava .feature05 li:last-child {
  margin-bottom: 0;
}
.icebattery_fresh_ava .feature05 h4 {
  font-size: 18px;
  color: #0083c9;
  padding: 0;
}
.icebattery_fresh_ava .feature05 .feature__detail {
  width: 470px;
}
.icebattery_fresh_ava .feature08 {
  width: 470px;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 30px 30px 15px;
}
.icebattery_fresh_ava .feature08 .balloon {
  max-width: none;
  width: 100%;
  border: 1px solid #0083c9;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #0083c9;
  position: unset;
  margin-bottom: 15px;
}
.icebattery_fresh_ava .feature08 .balloon:before {
  content: none;
}
.icebattery_fresh_ava .feature08 .flex__2box > li {
  width: 100%;
}
.icebattery_fresh_ava .feature08 .feature__text {
  margin-bottom: 10px;
}
.icebattery_fresh_ava .feature08 .photo {
  display: flex;
  justify-content: space-between;
}
.icebattery_fresh_ava .feature08 .photo img:first-of-type {
  width: 168px;
  object-fit: contain;
}
.icebattery_fresh_ava .feature08 .photo img:last-of-type {
  width: 215px;
  object-fit: contain;
}
.icebattery_fresh_ava .lineup {
  padding: 80px 0 100px;
}
.icebattery_fresh_ava .lineup .title {
  color: #0083c9;
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(255, 255, 0, 0.4); /* 線の色 */
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}
.icebattery_fresh_ava .lineup .title::before {
  content: none;
}
.icebattery_fresh_ava .lineup li {
  max-width: 700px;
  margin: 0 auto 40px;
}
.icebattery_fresh_ava .lineup li:last-child {
  margin-bottom: 0;
}
.icebattery_fresh_ava .lineup li a {
  display: block;
  position: relative;
  background: #def4fc;
  padding: 20px 3%;
}
.icebattery_fresh_ava .lineup li a:hover {
  opacity: 0.7;
}
.icebattery_fresh_ava .lineup li a::before {
  content: "";
  width: 16px;
  height: 20px;
  background: url("/assets/img/products/icebattery_fresh_ava/arrow.png") center / cover no-repeat;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.icebattery_fresh_ava .lineup li h3 {
  color: #0083c9;
  font-size: 22px;
  margin-bottom: 15px;
}
.icebattery_fresh_ava .lineup li .copy {
  font-size: 16px;
  margin-bottom: 20px;
}
.icebattery_fresh_ava .lineup li .flex__2box {
  justify-content: space-between;
  align-items: center;
}
.icebattery_fresh_ava .lineup li .i_cart_img {
  width: 45%;
  text-align: center;
}
.icebattery_fresh_ava .lineup li .i_cart_info {
  width: 50%;
}
.icebattery_fresh_ava .lineup li .price {
  font-size: 32px;
  font-weight: 600;
}
.icebattery_fresh_ava .lineup li .price span {
  font-size: 16px;
}
.icebattery_fresh_ava .i_cart_box .i_cart_info p.price::after {
  content: none;
}
.icebattery_fresh_ava .lineup li .option {
  border-radius: 30px;
  background: #0083c9;
  position: relative;
  padding: 5px 25px 5px 5px;
  margin: 20px 0;
}
.icebattery_fresh_ava .lineup li:nth-child(2) .option {
  margin-top: 0;
}
.icebattery_fresh_ava .lineup li .option .photo {
  width: 70px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4%;
}
.icebattery_fresh_ava .lineup li .option .feature__text p {
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  text-align: right;
}

@media screen and (max-width: 999px) {
  .icebattery_fresh_ava .detail .list__note {
    margin-bottom: 10px;
  }
  .icebattery_fresh_ava .detail .list__note li {
    font-size: 12px;
  }
  .icebattery_fresh_ava .detail .price small {
    font-size: 23px;
  }
  .icebattery_fresh_ava .feature05 .feature__detail,
  .icebattery_fresh_ava .feature08 {
    width: 100%;
  }
  .icebattery_fresh_ava .feature05 li {
    margin-bottom: 40px;
  }
  .icebattery_fresh_ava .detail h2 {
    margin-bottom: 10px;
  }
  .icebattery_fresh_ava .feature08 {
    margin: 28px 0 0;
    padding: 20px 5%;
  }
  .icebattery_fresh_ava .feature08 .balloon {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .icebattery_fresh_ava .feature08 .feature__text {
    margin-bottom: 15px;
  }
  .icebattery_fresh_ava .feature08 .photo {
    display: block;
  }
  .icebattery_fresh_ava .feature08 .photo img:first-of-type,
  .icebattery_fresh_ava .feature08 .photo img:last-of-type {
    width: 100%;
  }
  .icebattery_fresh_ava .feature08 .photo img:first-of-type {
    margin-bottom: 30px;
  }
  .icebattery_fresh_ava .lineup {
    padding: 40px 4%;
  }
  .icebattery_fresh_ava .lineup li {
    max-width: unset;
    margin-bottom: 30px;
  }
  .icebattery_fresh_ava .lineup li a {
    padding: 15px 5%;
  }
  .icebattery_fresh_ava .lineup li a::before {
    width: 8px;
    height: 10px;
    right: 2%;
  }
  .icebattery_fresh_ava .lineup li h3 {
    font-size: 17px;
    margin-bottom: 12px;
  }
  .icebattery_fresh_ava .lineup li .copy {
    font-size: 14px;
    margin-bottom: 0;
  }
  .icebattery_fresh_ava .lineup li .i_cart_img {
    width: 30%;
  }
  .icebattery_fresh_ava .lineup li .i_cart_info {
    width: 65%;
  }
  .icebattery_fresh_ava .lineup li .price {
    font-size: 21px;
  }
  .icebattery_fresh_ava .lineup li .price span {
    font-size: 10px;
  }
  .icebattery_fresh_ava .lineup li .option {
    height: 30px;
    padding: 5px;
    margin: 10px 0;
  }
  .icebattery_fresh_ava .lineup li .option .photo {
    width: 55px;
    left: 6%;
  }
  .icebattery_fresh_ava .lineup li .option .feature__text p {
    font-size: 12px;
    text-align: center;
  }
}

/* --------------- 引き継ぎ後追加css --------------- */

.for-sp {
  display: none;
}
@media screen and (max-width: 999px) {
  .for-pc {
    display: none;
  }
  .for-sp {
    display: block;
  }
}

.hook .product__features {
  padding-bottom: 0;
}
.fikago-free_to_go .feature05.all__2column li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  .fikago-free_to_go .feature05.all__2column li:last-child {
    width: 470px;
  }
  .fikago-free_to_go .feature05.all__2column li:last-child .contents {
    display: block;
  }
}
.product__features p .caution {
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 999px) {
  .tab li {
    margin-left: 1%;
    margin-right: 1%;
  }
  .hook .product__features {
    padding-bottom: 60px;
  }
  .opt__caution {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .hook .feature05 li {
    margin-bottom: 45px;
  }
}

.spec__gr .flex__2box > li.spec__hook ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.spec__gr .flex__2box > li.spec__hook ul li {
  font-size: 14px;
  line-height: 1.3em;
  margin-bottom: 20px;
  margin-right: 5%;
  text-align: center;
  width: calc((100% - 10%) / 3);
}
.spec__gr .flex__2box > li.spec__hook ul li:nth-of-type(3n) {
  margin-right: 0;
}
.spec__gr .flex__2box > li.spec__hook ul li img {
  margin-bottom: 5px;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .spec__gr .flex__2box > li.spec__hook ul {
    margin-top: 30px;
  }
  .spec__gr .flex__2box > li.spec__hook ul li {
    font-size: 14px;
    margin-right: 8%;
    width: calc((100% - 8%) / 2);
  }
  .spec__gr .flex__2box > li.spec__hook ul li:nth-of-type(3n) {
    margin-right: 8%;
  }
  .spec__gr .flex__2box > li.spec__hook ul li:nth-of-type(even) {
    margin-right: 0;
  }
}

.fikago-free_to_go h1 strong.flex {
  display: flex;
  align-items: center;
}
.h1-img em {
  font-style: normal;
}
.h1-img img {
  height: 27px;
  margin-left: 15px;
}
.h1-img-cart img {
  height: 50px;
}
.sale-schedule {
  color: #e60012;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
}
.youtube.next-feature {
  margin-bottom: 96px;
}
@media screen and (max-width: 999px) {
  .page__title h1.h1-img img {
    height: 22px;
  }
  .youtube.next-feature {
    margin-bottom: 40px;
  }
  .feature05.sp-mb li {
    margin-bottom: 40px;
  }
}

.feature-main {
  margin: 0 auto 96px;
  width: 700px;
}
.feature-main img {
  width: 100%;
}
.feature-main h3 {
  margin-top: 30px;
  text-align: center;
}
.feature-common h4 {
  font-size: 18px;
  margin: 0 0 10px;
  padding: 0 0 0 60px;
  position: relative;
  display: flex;
  min-height: 50px;
  align-items: center;
}
.feature-common span b {
  font-size: 22px;
  line-height: 1;
  padding: 0 0 0 2px;
}
.feature-common h4 span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}
.feature-common h4 span.lite-blue {
  background: #78a7cb;
}
.feature-common h4 span.brown {
  background: #55444d;
}
.feature-common li {
  margin-bottom: 96px;
}
.feature-common li:last-child {
  margin-bottom: 0;
}
.feature-common .photo {
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
}
.feature-common .photo video {
  width: 100%;
}
@media screen and (max-width: 999px) {
  .feature-main {
    margin-bottom: 40px;
    width: 90%;
  }
  .feature-common li {
    margin-bottom: 40px;
  }
}

body.milimili .page__title {
  background: #78a7cb;
}
body.milimili_carry .page__title {
  background: #cc7c11;
}
body.option__page.car_seat .page__title {
  background: #55444d;
}

.detail__opt02 li img {
  height: 22px;
}

/*========================

.add_cap

========================*/

.add_cap {
  margin-bottom: 30px;
}
.add_cap p {
  font-size: 90%;
  text-indent: -1em;
  padding-left: 1em;
}

/* 2025.01.08 add */
.soldout_red {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6px 0 8px;
}
.soldout_red p {
  color: #e60012;
  font-size: 10px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.75;
  text-align: left;
}
.soldout_red .fs12 {
  font-size: 12px;
}
.soldout_red_dd {
  color: #e60012;
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.75;
  text-align: left;
  display: block;
}
.soldout_red_fc {
  color: #e60012;
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
  text-align: left;
  margin-top: 10px;
}
.break-word {
  overflow-wrap: anywhere;
}

@media screen and (min-width: 1000px) {
  .fikago-free_to_go .feature05 .leadhook_agile {
    width: 490px !important;
  }
}

.products-cart__list > li.no_item {
  background: #f8f5f1;
}

/* puzzle_feeder 2025.01.29 */
.m0a {
  margin: 0 auto;
}
.puzzle_feeder .mainvisual {
  height: auto;
  max-height: unset;
}
.puzzle_feeder .product_wrap {
  display: flex;
}

.store__list03.store__list_flex li {
  float: none;
  width: 450px;
}
.puzzle_feeder .store__list03 .store01 {
  margin-bottom: 20px;
}

.puzzle_feeder .feature05 h4 span {
  background: #b6006a;
}

.puzzle_feeder .feature05 li {
  margin-bottom: 50px;
}
.puzzle_feeder .feature05 .list__note li {
  margin-bottom: 0;
}
.puzzle_feeder .feature05 li:last-child {
  padding-bottom: 0;
}

@media screen and (min-width: 1000px) {
  .feature05 .photo.no_point {
    padding-top: 60px;
  }
  .feature05 .photo.no_point2 {
    padding-top: 125px;
  }
  .pt60_pc {
    padding-top: 60px;
  }
}

/* ANH_VN 2/3/2025 */
.puzzle_feeder .spec__gr ul + ul {
  margin-top: 80px;
}

.product__block {
  margin-bottom: 90px;
}

.product__block:last-child {
  margin-bottom: 0;
}

.product__heading {
  font-size: 37px;
  font-weight: 700;
  line-height: 1.735;
  text-align: center;
  margin-bottom: 50px;
}

.product__block .product__tlt {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  /* margin-bottom: 72px; */
  line-height: 1.6;
}

.product__list {
  display: flex;
  gap: 15px;
}

.product__list .product__item {
  width: calc((100% - 15px) / 2);
}

.product__list .product__logo {
  display: flex;
  justify-content: center;
  line-height: 0;
  margin-bottom: 29px;
}

.product__list .product__img {
  line-height: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}

.product__list .product__img figure {
  width: 100%;
  max-width: 377px;
  display: none;
}

.product__list .product__img figure img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.product__list .product__img figure.active {
  display: block;
}

.product__list .product__title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4px;
}

.product__list .product__price {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}

.product__list .product__price span {
  font-size: 16px;
}

.product__list .product__color {
  font-weight: bold;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 59px;
}
.product__list .product__color .colon {
  padding-left: 0.2em;
  position: relative;
  bottom: 0.07em;
}

.product__list .color__list {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 10px;
}

.product__list .color__list li {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.product__list .color__list li.no_hover {
  pointer-events: none;
}

.product__list .color__list li:hover {
  opacity: 0.7;
}

.product__list .color__list li.teal-green {
  background-color: #00aa8f;
}

.product__list .color__list li.pink {
  background-color: #fb9994;
}

.product__list .color__list li.green {
  background-color: #37b206;
}

.product__list .color__list li.blue {
  background-color: #0052a1;
}

.product__list .color__list li.yellow {
  background-color: #ffd000;
}

.product__list .color__list li.orange {
  background-color: #ff8a00;
}

.product__btn {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

.product__btn .product__btn-item {
  width: 100%;
  margin-bottom: 20px;
}

.product__btn .product__btn-item:last-child {
  margin-bottom: 0;
}

.product__btn-item a {
  display: flex;
  align-items: center;
  height: 52px;
  width: 100%;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 13px;
}

.product__btn-item a.is-tab {
  display: none;
}

.product__btn-item a.is-tab.active {
  display: flex;
}

.product__btn-item.btn__txt {
  transition: all 0.4s ease;
}

.product__btn-item a:hover .btn__txt {
  opacity: 0.7;
}

.product__btn-item a.orange {
  background-color: #ee721a;
}

.product__btn-item a.red {
  background-color: #bf0d00;
}

.product__btn-item .btn__logo {
  width: 128px;
  display: flex;
  justify-content: center;
  line-height: 0;
  position: relative;
  margin-right: 16px;
}
.product__btn-item .orange .btn__logo img {
  width: 120px;
}
.product__btn-item .red .btn__logo img {
  width: 60px;
}

.product__btn-item .btn__logo::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background-color: #fff;
  pointer-events: none;
}

.product__btn-item .btn__icon {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  right: 18px;
  width: 16px;
  height: 16px;
  padding-left: 2px;
  background-color: #fff;
  border-radius: 50%;
  pointer-events: none;
  transition: all 0.4s ease;
}

.product__btn-item a:hover .btn__icon {
  opacity: 0.7;
}

.product__btn.custom {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  margin-bottom: 145px;
}

.product__btn.custom .product__btn-item {
  width: calc((100% - 30px) / 2);
}

.product__btn.custom .product__btn-item a {
  height: 60px;
  font-size: 13px;
}

.product__btn.custom .product__btn-item .btn__icon {
  width: 19px;
  height: 19px;
}

.product__btn.custom .product__btn-item .btn__logo {
  width: 147px;
  margin-right: 10px;
}
.puzzle_feeder .feature.flex__2box {
  margin-top: auto;
}

.puzzle_feeder .product__color:after {
  content: none;
}
.puzzle_feeder .flex-container {
  display: flex;
  align-items: center;
  width: 90%;
  margin: 0 auto 30px;
}
.puzzle_feeder .line {
  flex: 1;
  height: 2px;
  background-color: #000;
}
.puzzle_feeder .text {
  padding: 0 10px;
  font-size: 24px;
  font-weight: 800;
}
.border_box {
  border: 1px solid #000;
  margin-top: 10px;
}
.border_box p {
  padding: 0.3em 0.6em;
  line-height: 1.8;
}

@media screen and (max-width: 999px) {
  .product__heading {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 17px;
  }

  .product__block .product__tlt {
    font-size: 12px;
    /* margin-bottom: 18px; */
  }

  .product__list {
    gap: 22px;
    /* padding: 0 26px; */
  }

  .product__list .product__item {
    width: calc((100% - 26px) / 2);
  }

  .product__list .product__title {
    font-size: 14px;
    margin-bottom: 0;
    font-feature-settings: 'palt';
  }

  .product__list .product__price {
    font-size: 15px;
  }
  .product__list .product__price span {
    font-size: 10px;
  }

  .product__list .product__color {
    font-size: 12px;
  }

  .product__list .color__list {
    gap: 3px;
    margin-left: 2px;
  }

  .product__list .color__list li {
    width: 9px;
    height: 9px;
  }

  .product__list .product__logo {
    margin-bottom: 8px;
  }

  .product__list .product__logo img {
    width: 42px;
  }

  .product__list .product__img {
    margin-bottom: 5px;
  }

  .product__list .product__img figure {
    width: 25.6vw;
  }

  .product__btn.custom {
    display: block;
    margin-bottom: 50px;
  }

  .product__btn.custom .product__btn-item {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 12px;
  }

  .product__btn.custom .product__btn-item:last-child {
    margin-bottom: 0;
  }

  .product__btn.custom .product__btn-item a {
    height: 37px;
    font-size: 8px;
  }

  .product__btn.custom .product__btn-item .btn__logo {
    width: 88px;
    margin-right: 6px;
  }

  .product__btn.custom .product__btn-item .btn__logo::after {
    height: 18px;
  }

  .product__btn.custom .product__btn-item .btn__icon {
    width: 11px;
    height: 11px;
    right: 12px;
  }

  .product__btn.custom .product__btn-item .btn__icon img {
    width: 4px;
  }

  .product__btn.custom .product__btn-item:first-child .btn__logo img {
    width: 65px;
  }

  .product__btn.custom .product__btn-item:last-child .btn__logo img {
    width: 35px;
  }
  .puzzle_feeder .flex-container {
    width: 100%;
    margin: 30px auto 15px;
  }
  .puzzle_feeder .line {
    height: 1px;
  }
  .puzzle_feeder .text {
    padding: 0 10px;
    font-size: 15px;
  }
}

@media screen and (max-width: 800px) {
  .product__block {
    margin-bottom: 20px;
  }

  .product__btn .product__btn-item {
    margin-bottom: 7px;
  }

  .product__btn-item a {
    height: 4.5vw;
    border-radius: 5.682vw;
    font-size: 1.25vw;
  }

  .product__btn-item:first-child .btn__logo img {
    width: 10.909vw;
  }

  .product__btn-item:last-child .btn__logo img {
    width: 5.227vw;
  }

  .product__list .product__color {
    margin-bottom: 10px;
  }

  .product__btn-item .btn__logo {
    width: 12vw;
    margin-right: 0.909vw;
  }

  .product__btn-item .btn__logo::after {
    height: 2.727vw;
  }

  .product__btn-item .btn__icon {
    right: 2.045vw;
    width: 1.818vw;
    height: 1.818vw;
    padding-left: 0.227vw;
  }

  .product__btn-item .btn__icon img {
    width: 0.682vw;
  }
}
@media screen and (min-width: 1001px) {
  .feature__slowing{
    position: relative;
  }
  .feature__slowing .photo{
    margin-bottom: 55px;
  }
  .feature__slowing > p{
    position: absolute;
    left: 0;
    top: 280px;
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
}

/* 2025.02.13 EC・限定アイコン追加 */
.c-choice__gr.limite {
  display: flex;
  flex-direction: column;
  align-items: center; /* 中央揃え */
  text-align: center; /* テキストの中央揃え */
}
.c-choice__gr.limite .limite_icon {
  position: relative; /* アイコンの配置を調整 */
  display: inline-block; /* 幅をコンテンツサイズにする */
}
.c-choice__gr.limite .limite_icon::before {
  content: "";
  position: absolute;
  left: -100px; /* タイトルの左側に配置 */
  top: 50%;
  transform: translateY(-50%); /* 垂直中央揃え */
  width: 90px; /* アイコンサイズ */
  height: 28px;
  background: url("/assets/img/products/common/icon_limit01.png") no-repeat center;
  background-size: contain; /* 画像を適切に収める */
}
.c-choice__gr.limite .limite_icon.eco_icon::before {
  background: url("/assets/img/products/common/icon_ec01.png") no-repeat center;
  background-size: contain; /* 画像を適切に収める */
}

/* SPで2行になる場合の調整 */
@media screen and (max-width: 999px) {
  .c-choice__gr.limite {
    padding-top: 30px;
  }
  .c-choice__gr.limite .limite_icon::before {
    left: 0;
    top: -30px;
    transform: translateY(0); /* 垂直中央揃え */
    width: 80px; /* アイコンサイズ */
    height: 25px;
  }
}

/* アイコン2つつく場合 */
.c-choice__gr.limite .limite_icon.and_ec_icon::after {
  content: "";
  position: absolute;
  left: -200px; /* タイトルの左側に配置 */
  top: 50%;
  transform: translateY(-50%); /* 垂直中央揃え */
  width: 90px; /* アイコンサイズ */
  height: 28px;
  background: url("/assets/img/products/common/icon_ec01.png") no-repeat center;
  background-size: contain; /* 画像を適切に収める */
}
@media screen and (max-width: 999px) {
  .c-choice__gr.limite .limite_icon.and_ec_icon::before {
    left: 90px;
    top: -30px;
    transform: translateY(0); /* 垂直中央揃え */
    width: 80px; /* アイコンサイズ */
    height: 25px;
  }
  .c-choice__gr.limite .limite_icon.and_ec_icon::after {
    left: 0;
    top: -30px;
    transform: translateY(0); /* 垂直中央揃え */
    width: 80px; /* アイコンサイズ */
    height: 25px;
  }
}

.products-cart__info .mili.limit {
  margin-bottom: 13px;
}
.products-cart__info .lim_wrap {
  margin-bottom: 5px;
}
.products-cart__info .lim_wrap img {
  height: 26px;
}
.limit_icon_wrap {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  z-index: 9;
}
.limit_icon_wrap.sec {
  top: 60px;
}
.limit_icon_wrap.thr {
  top: 120px;
}
.ec_icon_wrap {
  position: relative;
}
.ec_icon_wrap img {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  z-index: 9;
}
@media screen and (max-width: 999px) {
  .ec_icon_wrap.clum2_sp img {
    width: 38px;
    height: 38px;
    top: -146px;
  }
}
.ec_icon_wrap.sec img {
  top: 60px;
}

/* 02/19/2025 */
.woollywolf .product__infor {
  padding: 32px 0 53px;
}
.woollywolf .product__gallery {
  width: 100%;
  text-align: left;
}
.woollywolf .product__view {
  width: 47%;
  text-align: center;
}
.woollywolf .infor__block {
  color: #231815;
}
.woollywolf .infor__block .block__title {
  font-weight: 600;
  font-size: 34px;
  line-height: 1.9;
  /* letter-spacing: 0.075rem; */
  margin-bottom: 67px;
}
.woollywolf .infor__block .block__title span {
  padding-bottom: 9px;
  position: relative;
}
.woollywolf .infor__block .block__title span::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 3px;
  width: calc(100% + 50vw);
  background: #231815;
}
.woollywolf .infor__block .block__img {
  width: 50%;
  max-width: 291px;
  margin: 0 auto 55px;
}
.woollywolf .infor__block .block__text,
.woollywolf .product__detail .product__block .block__desc .block__text {
  font-weight: 600;
  font-size: 21px;
  line-height: 2.3;
  /* letter-spacing: 0.075rem; */
}
.woollywolf .product__detail .product__block {
  padding-top: 18px;
}
.woollywolf .product__detail .product__block .block__desc {
  color: #231815;
  margin-bottom: 71px;
}
.woollywolf .product__detail .product__block .block__desc .block__title {
  font-weight: 600;
  font-size: 31px;
  line-height: 1.2;
  /* letter-spacing: 0.075rem; */
  text-align: center;
  margin-bottom: 30px;
}
.woollywolf .product__detail .product__block .block__desc .block__title span {
  padding: 0 2px;
  background: url("/assets/img/products/choice/woollywolf/ico_line.png") repeat-x bottom 3px center;
}
.woollywolf .tab li {
  height: 16px;
  border-radius: 8px;
  margin: 0 3px;
}
.woollywolf .green {
  background: #02647c;
}
.woollywolf .lightgreen {
  background: #acc6bc;
}
.woollywolf .purple {
  background: #8d245c;
}
.woollywolf .lightpurple {
  background: #cbbae9;
}
.woollywolf .brown {
  background: #211915;
}
.woollywolf .orange {
  background: #cd6000;
}
.woollywolf .yellow {
  background: #e3b048;
}
.woollywolf .pink {
  background: #c065ba;
}
@media screen and (min-width: 1000px) {
  .woollywolf .pt0 {
    padding-top: 0;
  }
  .woollywolf .pt130 {
    padding-top: 130px;
  }
}
@media screen and (max-width: 999px) {
  .woollywolf .product__infor {
    padding: 36px 0 0;
  }
  .woollywolf .infor__block {
    padding: 0 4%;
  }
  .woollywolf .product__view {
    width: 48%;
    margin: 0;
  }
  .woollywolf .detail {
    width: 52%;
    padding-left: 10px;
  }
  .woollywolf .detail h2,
  .woollywolf .detail .price {
    font-size: 15px;
    /* text-align: center; */
    margin-bottom: 0;
  }
  .woollywolf .detail .price span {
    font-size: 11px;
  }
  .woollywolf .detail h2 {
    margin-bottom: 10px;
  }
  .woollywolf .infor__block .block__title {
    font-size: 15px;
    padding-left: 20px;
    margin-bottom: 27px;
  }
  .woollywolf .infor__block .block__title span {
    padding-bottom: 5px;
    padding-right: 10px;
  }
  .woollywolf .infor__block .block__title span::after {
    height: 1px;
  }
  .woollywolf .infor__block .block__img {
    max-width: 116px;
    margin: 0 auto 19px;
  }
  .woollywolf .product__detail {
    padding-top: 55px;
  }
  .woollywolf .infor__block .block__text,
  .woollywolf .product__detail .product__block .block__desc .block__text {
    font-size: 14px;
    line-height: 1.9;
    /* letter-spacing: 0.04rem; */
  }
  .woollywolf .product__detail .product__block {
    padding-top: 0;
    margin-bottom: 62px;
  }
  .woollywolf .product__detail .product__block:last-child {
    margin-bottom: 0;
  }
  .woollywolf .product__detail .product__block .block__desc {
    margin-bottom: 36px;
  }
  .woollywolf .product__detail .product__block .block__desc .block__title {
    font-size: 17px;
    margin-bottom: 14px;
  }
  .woollywolf .product__detail .product__block .block__desc .block__title span {
    background: url("/assets/img/products/choice/woollywolf/ico_line.png") repeat-x bottom center / 100% 8px;
  }
  .woollywolf .tab {
    text-align: left;
    margin-top: 12px;
  }
  .woollywolf .tab li {
    width: 34px;
    height: 11px;
    margin: 0 2px;
  }
  .woollywolf .tab__content {
    margin-bottom: 0;
  }
  .woollywolf .tab__content p {
    padding: 0;
    font-size: 11px;
  }
  .woollywolf .new_icon_products,
  .woollywolf .ec_icon_wrap img {
    width: 35px;
    height: 35px;
  }
  .woollywolf .ec_icon_wrap img {
    top: 42px;
  }
  .woollywolf .sm__pt19 {
    padding-top: 19px;
  }
  .woollywolf .sm__pb0 {
    padding-bottom: 0;
  }
  .woollywolf .new_icon_products span {
    font-size: 10px;
    top: 51%;
  }
}

.woollywolf .product__infor.space {
  padding-top: 50px;
}
@media screen and (min-width: 1000px) {
  .woollywolf .product__detail .product__block.product02, .woollywolf .product__detail .product__block.product03 {
    padding-top: 50px;
  }
}


/* 複数モーダルの場合 */

.products .modal_product .modal_container ul,
.products .modal_product .modal_content ul {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.products .modal_product .modal_container li,
.products .modal_product .modal_content li {
  width: 31.5%;
  max-width: 190px;
  padding: 10px 0;
  margin: 0 4% 0 0;
  text-align: center;
  border-radius: 30px;
  background: #ee721a;
  /* position: relative; */
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  opacity: 0.4;
}
.products .modal_product .modal_container li.active,
.products .modal_product .modal_content li.active {
  opacity: 1;
}
.products .modal_product .modal_container li:last-child,
.products .modal_product .modal_content li:last-child {
  margin-right: 0;
}
.products .store__list03 .modal_product.modal dl {
  border-top: 1px solid #cccccc;
  height: 50px;
  padding: 0;
  align-items: center;
}
.products .store__list03 .modal_product.modal dt {
  width: 100%;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  color: #000;
}
.products .store__list03 .modal_product.modal dd {
  width: 50%;
}
.products .modal_product .modal_container dd img,
.products .modal_product .modal_content dd img,
.products #modal_combistore .modal_content.modal_wrap dd img {
  width: 42px;
  height: 40px;
}
.products .product02 .modal_product .modal_container dd img,
.products .product02 .modal_product .modal_content dd img,
.products #modal_combistore .modal_content.modal_wrap .product02 dd img {
  width: 47px;
  height: 40px;
}
.products .product03 .modal_product .modal_container dd img,
.products #modal_combistore .modal_content.modal_wrap .product03 dd img {
  width: 34px;
  height: 40px;
}
.products .product04 .modal_product .modal_container dd img,
.products #modal_combistore .modal_content.modal_wrap .product04 dd img {
  width: 44px;
  height: 40px;
}
.products .store__list03 .modal_product.modal dl:first-of-type {
  border: none;
}
.products .store__list03 .modal_product.modal .tabContent a {
  width: 100%;
  color: #000;
  background: none;
  display: flex;
  align-items: center;
  padding: 10px 8px;
  position: relative;
  margin: 0 auto;
}
.products .store__list03 .modal_product.modal .tabContent a:hover {
  opacity: 0.7;
}
.products .store__list03 #modal_combistore.modal .modal_wrap dd {
  width: 50%;
  padding: 6px 0 6px 20px;
}
@media screen and (max-width: 999px) {
  .products .store__list03 #modal_combistore.modal .modal_wrap dd {
    width: 50%;
    padding: 4px 0 4px 10px;
  }
  .products #modal_combistore .modal_wrap.modal_content li {
    padding: 10px;
  }
}

@media screen and (min-width: 1000px) {
  .products .store__list03 .modal_product.modal_btn {
    background: url(../img/common/btn01_arrow.png) no-repeat right 20px center;
    background-size: 24px 24px;
  }
  .products .store__list03 .modal_product.modal dt {
    font-size: 14px;
  }
  .products .store__list03 .modal_product.modal dl {
    height: 68px;
  }
  .products .modal_product .modal_container dd img,
  .products .modal_product .modal_content dd img,
  .products #modal_combistore .modal_content.modal_wrap dd img {
    width: 63px;
    height: 60px;
  }
  .products .product02 .modal_product .modal_container dd img,
  .products .product02 .modal_wrap .modal_content dd img,
  .products #modal_combistore .modal_content.modal_wrap .product02 dd img {
    width: 70px;
    height: 60px;
  }
  .products .product03 .modal_product .modal_container dd img,
  .products #modal_combistore .modal_content.modal_wrap .product03 dd img {
    width: 50px;
    height: 60px;
  }
  .products .product04 .modal_product .modal_container dd img,
  .products #modal_combistore .modal_content.modal_wrap .product04 dd img {
    width: 66px;
    height: 60px;
  }
  .products .store__list03 .modal_product.modal .tabContent a {
    padding: 0;
  }
}

/* Dragon_Quest */
.text-center {
	text-align: center;
}
.bg1 {
	background: url(../img/products/choice/dragon_quest/bg1.jpg) repeat center top / 750px;
}
.bg2 {
	background: url(../img/products/choice/dragon_quest/bg2.jpg) repeat center top / 750px;
}
.bg3 {
	background: url(../img/products/choice/dragon_quest/bg1b.jpg) no-repeat center top / 1920px auto #d2f1d2;
}
.dragon_kv h1 {
	padding: 175px 0 30px;
}
@media screen and (min-width: 1100px) {
	.dragon_kv {
		height: 950px;
	}
	.dragon_kv h1 {
		margin: 0 -5px;
	}
}
@media screen and (max-width: 1150px) {
	.bg1 {
		padding: 0 0 200px;
	}
}
@media screen and (max-width: 999px) {
	.bg1,
	.bg2 {
		background-size: 375px;
	}
	.bg3 {
		background: url(../img/products/choice/dragon_quest/bg1b_2x.png) no-repeat center top / 100% auto #d2f1d2;
	}
	.dragon_kv {
		padding: 0 4% 75px;
	}
	.dragon_kv h1 {
		padding: 110px 0 0;
	}
	.dragon_kv img,
	.dragon_sec1 img,
	.dragon_sec2 img,
	.dragon_sec3 img,
	.dragon_sec4 img,
	.dragon_sec5 img {
		max-width: 100%;
		height: auto;
	}
}
.dragon_sec1 {
	background: url(../img/products/choice/dragon_quest/bg1b.jpg) no-repeat center top #d2f1d2;
  background-size: 1920px 1422px;
	min-height: 1030px;
	padding: 290px 0 1px;
	position: relative;
}
.dragon_sec1::before {
	content: '';
	width: 100%;
	height: 113px;
	background: url(../img/products/choice/dragon_quest/bg1a.png) no-repeat center top / 1920px 113px;
	position: absolute;
	left: 0;
	top: -113px;
}
.dragon_sec1::after {
	content: '';
	width: 100%;
	height: 363px;
	background: url(../img/products/choice/dragon_quest/icon1.png) no-repeat center top / 879px 363px;
	position: absolute;
	left: 0;
	top: -164px;
}
.dragon_sec1 h2,
.dragon_sec5 h2 {
	margin: 0 0 80px;
}
.dragon_sec1 p {
	font-size: 21px;
	line-height: 2.3;
	letter-spacing: 0.025em;
	margin: 0 0 50px;
}
@media screen and (min-width: 1000px) {
	.dragon_anchor1 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		text-align: center;
	}
	.dragon_anchor1 li {
		margin: 55px 0 0;
	}
	.dragon_anchor1 li:first-child {
		width: 100%;
	}
}
@media screen and (max-width: 999px) {
	.dragon_sec1 {
		background: url(../img/products/choice/dragon_quest/bg1b_2x.png) no-repeat center top / 100% auto #d2f1d2;
		min-height: auto;
		padding: 200px 7% 60px;
	}
	.dragon_sec1::before {
		height: 37px;
		background: url(../img/products/choice/dragon_quest/bg1a_2x.png) no-repeat center top / 100% 37px;
		top: -37px;
	}
	.dragon_sec1::after {
		height: 192px;
		background: url(../img/products/choice/dragon_quest/icon1_2x.png) no-repeat center top / 316px 192px;
		top: -54px;
	}
	.dragon_sec1 h2,
	.dragon_sec5 h2 {
		margin: 0 0 25px;
	}
	.dragon_sec1 p {
		font-size: 14px;
		margin: 0 0 25px;
	}
  .dragon_sec1 p:last-child{
    margin: 0;
  }
  .dragon_anchor1 {
    text-align: center;
  }
}
.dragon_sec2 {
	padding: 80px 0 250px;
}
.dragon_sec3 {
	padding: 0 0 95px;
	position: relative;
}
.dragon_sec3::before {
	content: '';
	width: 100%;
	height: 113px;
	background: url(../img/products/choice/dragon_quest/bg3.png) repeat center top / 1920px 113px;
	position: absolute;
	left: 0;
	top: -113px;
}
.dragon_sec3__title {
	margin: 0 0 40px;
}
.dragon_sec4 {
	padding: 80px 0 190px;
	margin: 0;
}
.dragon_sec4#spec5 {
	padding-bottom: 90px;
}
.dragon_sec4 h2 {
	margin-bottom: 60px;
}
.text__link {
	color: #c63121;
	border-bottom: 1.5px solid #c63121;
	line-height: 1.8;
}
.sale-schedule-box {
	display: inline-block;
	border-radius: 10px;
	border: 2px solid #c63121;
	color: #c63121;
	padding: 7px 20px;
	font-weight: bold;
}
.dragon_sec4 .feature05 h4 span {
	background-color: #231815;
	border: 2px solid #fff;
}
.dragon_sec4 .feature05 .photo video{
  width: 100%;
}
@media screen and (min-width: 1000px) {
	.dragon_sec3 .store__list03 li {
		float: none;
		margin: 0 auto;
	}
	.dragon_sec3 .product__gallery {
		width: 51.6%;
	}
	.dragon_sec3 .detail h2 {
		white-space: nowrap;
	}
	.dragon_sec3 .detail h2 {
		margin-bottom: 50px;
	}
	.dragon_sec3 .spec {
		margin-bottom: 25px;
	}
	.dragon_sec3 .product__info {
		margin-bottom: 40px;
	}
	.dragon_sec3 .sale-schedule {
		margin-bottom: 25px;
	}
	.dragon_sec4 .feature05 > li {
		margin: 0 0 50px;
	}
	.dragon_sec4 .feature05 .photo {
		margin-bottom: 10px;
	}
	.dragon_sec4 .feature05 p {
		font-size: 14px;
	}
}
@media screen and (max-width: 999px) {
	.dragon_sec2 {
		padding: 40px 8% 100px;
	}
	.dragon_sec2 h2 {
		margin-bottom: 25px;
	}
	.dragon_anchor1 li {
		margin: 20px 0 0;
	}
	.dragon_sec3 {
		padding: 40px 4% 60px;
	}
	.dragon_sec3::before {
		height: 36px;
		background: url(../img/products/choice/dragon_quest/bg3_2x.png) repeat center top / 100% 36px;
		top: -36px;
	}
	.dragon_sec3__title {
		margin: 0 0 5px;
	}
	.dragon_sec4 {
		padding: 60px 4% 90px;
	}
	.dragon_sec4#spec5 {
		padding-bottom: 60px;
	}
	.dragon_sec4 h2 {
		margin-bottom: 25px;
	}
	.dragon_sec4 .feature05 .list__note li {
		margin-bottom: 5px;
	}
  .dragon_sec3 .product__info {
		margin-bottom: 20px;
	}
}
.dragon_sec5_list {
	margin: 90px 0 0;
	border-top: 2px solid #fff;
	padding: 35px 0 0;
}
.dragon_sec5_list .spec__info,
.spec__gr .dragon_sec5_list dl {
	border: none;
}
.spec__gr .dragon_sec5_list dl:not(:last-child) {
	padding-bottom: 1px;
	background: url(../img/products/choice/dragon_quest/dot.png) repeat-x left bottom / 9px 2px;
}
.spec__gr .dragon_sec5_list dl:first-child dt,
.spec__gr .dragon_sec5_list dl:first-child dd {
	padding-top: 0;
}
.dragon_anchor2 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
}
.dragon_sec5 dl.capacity dt {
	width: 120px;
}
.dragon_sec5 dl.capacity dd {
	flex: 1;
}
.opt__des {
  font-size: 28px;
}
@media screen and (max-width: 999px) {
	.dragon_sec5 {
		padding: 60px 15px;
	}
	.dragon_sec5_list {
		margin: 60px -15px 0;
		padding: 7px 15px 0;
	}
	.dragon_anchor2 ul {
		gap: 12px;
		padding: 0 12px;
	}
	.dragon_anchor2 ul li {
		width: calc(50% - 6px);
	}
  .opt__des {
    font-size: 19px;
  }
}
.dragon_sec3 .product__gallery .slick-next {
  background: url(../img/products/choice/dragon_quest/arrow.png) no-repeat center / cover;
  opacity: 1;
  width: 58px;
  height: 58px;
  top: 50%;
  right: 18px;
}
@media screen and (min-width: 1000px) {
  .dragon_sec3 .product__gallery .slick-next {
    margin-top: -40px;
  }
}
@media screen and (max-width: 999px) {
  .dragon_sec3 .product__gallery .slick-next {
    top: 125px;
    right: 12px;
    width: 40px;
    height: 40px;
  }
  .dragon_sec3 .product__gallery img{
    margin: 0 auto;
  }
}

.dragon_quest .list__note li {
  font-size: 12px;
  padding: 0 0 5px 1em;
  text-indent: -1em;
}
.ml1e {
  margin-left: 1em;
}
.dragon_quest .copy {
  margin-top: 150px;
  text-align: center;
  font-size: 15px;
}
.dragon_quest .spec__gr {
  padding-bottom: 30px;
}
@media screen and (max-width: 999px) {
  .dragon_quest .copy {
    margin-top: 110px;
    font-size: 13px;
  }
  .dragon_quest .spec__gr {
    padding-bottom: 20px;
  }
}


/* サイクルリンク */

.store__list03.onebtn li {
  float: none;
  margin: 0 auto;
}
.nolink {
  pointer-events: none;
}
.spec__gr ul.list__note.mtb10 {
  margin: 10px 0;
}
.feature-common .photo.photo_note_on, .feature05 .photo.photo_note_on {
  margin-bottom: 5px;
}
.photo_note {
  margin-bottom: 15px;
}
.product__features .photo_note p {
  text-align: right;
  font-size: 10px;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .product__features .photo_note p {
    transform: scale(0.9);
    transform-origin: right;
  }
}

/* KROSS */
.ec_icon_wrap.sec.fikago {
  margin-top: 10px;
}
.ec_icon_wrap.sec.fikago img {
  position: relative;
  top: 0;
}

.new_icon_index.ec_icon {
    top: 42px;
    font-size: 0.46rem;
    background-color: #00bbae;
    font-weight: bold;
}
@media screen and (max-width: 999px) {
  .c-choice__gr.fikago .products-cart__photo .photo img.ec_sp {
    padding-top: 40px;
  }
}

.palt {
  font-feature-settings: 'palt';
}
@media screen and (min-width: 1000px) {
  .palt_pc {
    font-feature-settings: 'palt';
  }
}


/* THOAI_VN 27/5/2025 */
.half__visual {
  padding-top: 70px;
}
.half__visual_in {
  font-size: 0;
  text-align: center;
  position: relative;
}
.half__visual_text h1 {
  position: absolute;
}
.half__line {
  font-size: 0;
}
.half__line span {
  display: block;
  height: 30px;
}
.half__line--color1 {background-color: #e3882b;}
.half__line--color2 {background-color: #f3b94f;}
.half__line--color3 {background-color: #99c555;}
.half__line--color4 {background-color: #e88086;}
.half__line--color5 {background-color: #4da9c2;}
.half__line--color6 {background-color: #4477b4;}
.half__line--color7 {background-color: #9886b9;}
.half__line--color8 {background-color: #9e9ebb;}
.half__bg--color1 {background-color: #4da9c2;color: #FFF;}
.half__bg--color2 {background-color: #e88086;color: #FFF;}
.half__bg--color3 {background-color: #9886b9;color: #FFF;}
.half__bg--color4 {background-color: #99c555;color: #FFF;}
.half__text--color1 {color: #4da9c2;}
.half__text--color2 {color: #e88086;}
.half__text--color3 {color: #9886b9;}
.half__text--color4 {color: #99c555;}
.half__middle {
  display: flex;
  align-items: center;
  min-height: 612px;
}
.half__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 60px 0;
}
.half__image {
  width: 522px;
  text-align: center;
}
.half__content {
  width: calc(100% - 522px);
  padding-right: 20px;
}
.half__content h2 {
  font-size: 29px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.half__content p {
  line-height: 2.1;
  margin-top: 15px;
}
.half__label {
  background-color: #FFF;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-bottom: 25px;
}
.half__label small {
  display: block;
  font-size: 13px;
}
.half__label strong {
  display: block;
  font-size: 29px;
  font-weight: 500;
}
@media screen and (max-width: 999px) {
  .half__visual {
    padding-top: 60px;
  }
  .half__line span {
    height: 12px;
  }
  .half__body .container {
    padding-left: 4%;
    padding-right: 4%;
  }
  .half__middle {
    min-height: inherit;
  }
  .half__image,
  .half__content {
    width: 100%;
    padding: 0;
  }
  .half__image {
    margin-top: 28px;
  }
  .half__image img {
    max-width: 85%;
  }
  .half__head {
    display: flex;
    align-items: center;
  }
  .half__content h2 {
    font-size: 14px;
    margin-bottom: 0;
  }
  .half__head h2 {
    width: calc(100% - 48px);
    padding-left: 10px;
  }
  .half__label {
    margin-bottom: 0;
    width: 48px;
    height: 48px;
  }
  .half__label small {
    font-size: 9px;
  }
  .half__label strong {
    font-size: 20px;
  }
  .half__about .half__content h2 {
    font-size: 17px;
  }
}

/* THOAI_VN 09/06/2025 */
.half__product {
  padding: 80px 0 100px;
}
.half__tabs_list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 60px;
}
.half__tabs_list li {
  width: calc(100% / 2 - (15px / 2 * 1));
}
.half__tabs_list li:hover {
  opacity: 0.7;
}
.half__tabs_list li span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 66px;
  border-radius: 5px;
  color: #FFF;
  cursor: pointer;
  font-size: 30px;
  background-color: #4daac3;
  line-height: 1.2;
  padding-bottom: 3px;
  padding: 5px;
}
.half__bg--pink {
  background-color: #e98187!important;
}
.half__tab {
  display: none;
}
.half__tab.show {
  display: block;
}
.half__product_item:not(:last-child) {
  margin-bottom: 150px;
}
.half__product_item .store__list03 {
  margin-top: 90px;
}
.half__product_info {
  display: flex;
  flex-wrap: wrap;
  margin: 55px -5px 0;
}
.half__product_info dl {
  line-height: 1.2;
  border: 1px solid #9e9f9f;
  text-align: center;
  width: calc(50% - 10px);
  margin: 0 5px;
}
.half__product_info dl dt {
  font-size: 21px;
  color: #FFF;
  background-color: #9e9f9f;
  padding: 3px 5px 6px;
}
.half__product_info dl dd {
  font-size: 26px;
  padding: 4px 5px 7px;
  font-feature-settings: "palt";
}
.half__product_info dl dd .fs-small {
  font-size: 20.6px;
  padding-top: 9px;
}
.half__accordion_block {
  margin-top: 55px;
}
.half__accordion_title {
  text-align: center;
  line-height: 1.5;
  background-color: #4daac3;
  color: #FFF;
  font-size: 25px;
  padding: 13px 5px 16px 5px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
}
.half__accordion_title::after {
  content: "";
  width: 27px;
  height: 15px;
  background: url(../img/products/choice/half_and_half/down.png) no-repeat center / 100% 100%;
  position: absolute;
  right: 65px;
  top: 50%;
  transform: translateY(-50%);
}
.half__accordion_title.opened::after {
  background-image: url(../img/products/choice/half_and_half/up.png);
}
.half__accordion_title:hover {
  opacity: 0.7;
}
.half__accordion_body {
  font-size: 14px;
  line-height: 1.9;
  padding: 20px 0 0 0;
  display: none;
}
.half__accordion_body small {
  font-size: 12px;
}
.half__description_block:not(:first-child) {
  margin-top: 15px;
}
.half__description_block dl:not(:last-child) {
  margin-bottom: 10px;
}
.half__description_block dl dt {
  color: #FFF;
  background-color: #1a1a1a;
  line-height: 1.2;
  text-align: center;
  padding: 1px 0 3px;
  width: 95px;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}
.half__product--gray .half__accordion_title {background-color: #9e9ebb!important;}
.half__product--purple .half__accordion_title {background-color: #9886b9!important;}
.half__product--blue .half__accordion_title {background-color: #4477b4!important;}
.half__product--pink .half__accordion_title {background-color: #e98187!important;}
.half__product--orange .half__accordion_title {background-color: #e4892b!important;}
.half__product--green .half__accordion_title {background-color: #99c555!important;}
.half__product--yellow .half__accordion_title {background-color: #f3b94f!important;}
@media screen and (min-width: 1000px) {
  .half__table {
    border: 1px solid #1a1a1a;
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
  }
  .half__table th,
  .half__table td {
    text-align: center;
    vertical-align: middle;
    line-height: 1.2;
    border: 1px solid #1a1a1a;
    padding: 5px 5px;
  }
  .half__table th {
    font-weight: 400;
  }
  .half__table td {
    width: 89px;
  }
  .half__product--cyan .half__table,
  .half__product--gray .half__table,
  .half__product--purple .half__table,
  .half__product--blue .half__table,
  .half__product--pink .half__table {
    max-width: 740px;
  }
  .half__product--gray .half__table th,
  .half__product--purple .half__table th,
  .half__product--blue .half__table th,
  .half__product--pink .half__table th {
    width: auto;
  }
  .half__product--gray .half__table td,
  .half__product--purple .half__table td,
  .half__product--blue .half__table td,
  .half__product--pink .half__table td {
    width: 90px;
  }
  .half__product--cyan .half__table {
    border: none;
  }
  .half__table .half__tbl_zero {
    border: none;
  }
}
@media screen and (max-width: 999px) {
  .half__product {
    padding: 40px 0 60px;
  }
  .half__tabs_list {
    gap: 8px;
  }
  .half__tabs_list li {
    width: calc(100% / 2 - (8px / 2 * 1));
  }
  .half__tabs_list li span {
    font-size: 17px;
    height: 44px;
    padding: 5px 5px 7px;
  }
  .half__tabs_list {
    margin-bottom: 30px;
  }
  .half__product .detail .price,
  .half__product .detail h2 {
    text-align: center;
  }
  .half__product_info {
    margin-top: 30px;
    margin-left: -4px;
    margin-right: -4px;
    padding: 0 15px;
  }
  .half__product_info dl {
    width: calc(50% - 8px);
    margin: 0 4px;
  }
  .half__product_info dl dt {
    font-size: 14px;
  }
  .half__product_info dl dd {
    font-size: 17px;
  }
  .half__product_info dl dd .fs-small {
    font-size: 13px;
  }
  .half__accordion_block {
    margin-top: 30px;
  }
  .half__accordion_title {
    font-size: 16px;
    padding: 6px 15px 9px 5px;
  }
  .half__accordion_title::after {
    right: 15px;
    width: 18px;
    height: 9px;
  }
  .half__accordion_body {
    font-size: 13px;
    padding-top: 12px;
    line-height: 1.6667;
  }
  .half__accordion_body small {
    font-size: 10px;
  }
  .half__description_block dl dt {
    width: 86px;
    margin-top: 0;
  }
  .half__product_item .store__list03 {
    margin-top: 50px;
  }
  .half__product_item:not(:last-child) {
    margin-bottom: 70px;
  }
  .product__gallery {
    margin-bottom: 20px;
  }
  .half__table {
    border: 1px solid #1a1a1a;
    width: 100%;
    border-collapse: collapse;
    margin-top: 8px;;
  }
  .half__table th,
  .half__table td {
    text-align: center;
    vertical-align: middle;
    line-height: 1.2;
    border: 1px solid #1a1a1a;
    padding: 5px 5px;
  }
  .half__table th {
    width: calc(100% / 3);
    font-weight: 400;
  }
    .half__table.tume {
    table-layout: fixed;
  }
  .half__table.tume * {
    padding: 5px 4px;
  }
  .half__table .vertical-cell {
    width: 0%;
    padding: 0;
    margin: 0;
    vertical-align: middle;
  }
  .half__table .vertical-cell .vertical-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0;
  }
  .half__table .vertical-cell .vertical-container .vertical-text {
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
    text-align: center;
    line-height: 1;
  }
    .half__table.tume td:first-child {
      width: 0%;
  }
  .half__table.tume .nowrap {
      white-space: nowrap;
  }
  .half__table_caption {
    text-align: center;
  }
  .half__description_block dl.half__float--no dt {
    float: none;
    margin-bottom: 3px;
  }
  .half__product--gray .half__table,
  .half__product--purple .half__table,
  .half__product--blue .half__table {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
  }
  .half__product--gray .half__table td,
  .half__product--purple .half__table td,
  .half__product--blue .half__table td {
    width: 50%;
  }
  .half__product--cyan .half__table {
    border: none;
  }
  .half__table .half__tbl_zero {
    border: none;
  }
}


/* maruni */
.kv_wrap {
  background: url(../img/products/choice/maruni/kv_bg_pc.png) no-repeat top center;
  background-size: contain;
  margin-top: 70px;
}
.k_visual h1 {
  display: flex;
  justify-content: center;
}
.k_visual h1 img {
  width: 804px;
  height: 711px;
  margin: 69px auto 117px;
}

@media screen and (max-width: 999px) {
  .kv_wrap {
    margin-top: 60px;
  }
  .k_visual h1 img {
    width: 311px;
    height: 476px;
    margin: 37px auto 50px;
  }
}
@media screen and (max-width: 752px) {
  .kv_wrap {
    background: url(../img/products/choice/maruni/kv_bg_sp.png) no-repeat top center;
    background-size: contain;
  }
}
.fikago-free_to_go .feature05 .list__note.list_mb0 li, .milimili_carry .feature-common .list__note.list_mb0 li {
    margin-bottom: 0;
}

@media screen and (max-width: 999px) {
    .maruni .movie-w70 {
        margin-bottom: 40px;
    }
}


/* ペットスリング */
.sling-feature {
  width: 100%;
  max-width: 698px;
  margin: 0 auto 134px;
}
@media screen and (max-width: 999px) {
  .sling-feature {
    margin-bottom: 45px;
  }
}
.fikago-free_to_go.sling .feature05 .list__note li {
    margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  .fikago-free_to_go.sling .feature05.all__2column li:nth-last-child(-n+2) {
      margin-bottom: 0;
  }
}

/* rain_cover */
.rain_cover .page__title .h1-img img {
    height: 37px;
}
@media screen and (max-width: 999px) {
    .rain_cover .page__title .h1-img img {
        height: 5.12vw;
        max-height: 24px;
    }
}
.detail .price span.mr20 {
  font-size: 32px;
}
@media screen and (max-width: 999px) {
    .detail .price span.mr20 {
        font-size: 23px;
    }
}
.rain_cover .detail__opt02 li {
  text-indent: -1.55em;
  padding-left: 1.55em;
}
@media screen and (min-width: 1000px) {
    .fikago-free_to_go.rain_cover .feature05.all__2column li:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
}


/* organizer_large */
@media screen and (max-width: 999px) {
  .organizer_large .page__title h1.h1-img img {
      height: 17px;
  }
}
.organizer_large .feature-main {
    width: 100%;
    max-width: 698px;
    margin: 0 auto 134px;
}
@media screen and (max-width: 999px) {
  .organizer_large .feature-main {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1000px) {
    .fikago-free_to_go.organizer_large .feature05.all__2column li:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
}


/* pram_cushion */
.fikago-free_to_go.pram_cushion .feature05 .list__note li {
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
    .fikago-free_to_go.pram_cushion .feature05.all__2column li:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
}


/* mushroom_cushion_pillow_set */
@media screen and (max-width: 999px) {
  .mushroom_cushion_pillow_set .h1-img em {
    font-size: 20px;
  }
  .mushroom_cushion_pillow_set .page__title h1.h1-img img {
    height: 3.12vw;
    max-height: 22px;
    margin-left: 7px;
  }
}
.mushroom_cushion_pillow_set .detail__opt02 li {
  text-indent: -1.8em;
  padding-left: 1.8em;
}
.mushroom_cushion_pillow_set .feature-main {
    width: 100%;
    max-width: 698px;
    margin: 0 auto 134px;
}
@media screen and (max-width: 999px) {
.mushroom_cushion_pillow_set .feature-main {
    margin-bottom: 45px;
}
}
.fikago-free_to_go.mushroom_cushion_pillow_set .feature05 .list__note li {
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
    .fikago-free_to_go.mushroom_cushion_pillow_set .feature05.all__2column li:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
}


/* サブスクリンク追加 */

.store01.subsc_on {
    position: relative;
}
.subsc {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: calc(100% + 5px);
  color: #ee721a;
}

@media screen and (max-width: 999px) {
  .store01.subsc_on {
    margin-bottom: 40px;
  }
  .store01.subsc_on .subsc {
    font-size: 13px;
  }
}
/* ===========================================================
   cushion ページ専用 Slick 上書き設定（既存CSSは変更しない）
   =========================================================== */

/* ▼ 矢印の土台と見た目（cushion の point1 だけ） */
.products.option__page.cushion #point1-slider { position: relative; }
.products.option__page.cushion #point1-slider .slick-prev,
.products.option__page.cushion #point1-slider .slick-next{
  position:absolute; top:50%; transform:translateY(-50%);
  z-index:5; width:16px; height:40px; border:none; background-color:transparent;
  font-size:0; opacity:1 !important; /* 共通のopacity:0を打ち消す */
}
.products.option__page.cushion #point1-slider .slick-prev:before,
.products.option__page.cushion #point1-slider .slick-next:before{ content:''; }

.products.option__page.cushion #point1-slider .slick-prev{
  left:4%;  background:url(../img/products/option/cushion/prev.png) no-repeat center/cover;
}
.products.option__page.cushion #point1-slider .slick-next{
  right:4%; background:url(../img/products/option/cushion/next.png) no-repeat center/cover;
}

/* 画像が拡大しすぎるのを防ぐ */
.products.option__page.cushion #point1-slider .slide__item img{
  max-width:100%; height:auto; display:block;
}

/* SPだけ “片側だけ矢印” に見せる（先頭/末尾を非表示） */
@media (max-width: 999px){
  .products.option__page.cushion #point1-slider .slick-arrow.slick-disabled{
    opacity:0 !important; pointer-events:none;
  }
}

/* PCは保険で矢印非表示（PCはそもそもunslickにする） */
@media (min-width: 1000px){
  .products.option__page.cushion #point1-slider .slick-prev,
  .products.option__page.cushion #point1-slider .slick-next{ display:none !important; }
}


/* ミリミリ キャリー ユニット */
.h1-img-mcu img {
  height: 38px;
}
@media screen and (max-width: 999px) {
  .h1-img-mcu img {
    height: 23px;
  }
}
.feature-common.mb0 .list__note li {
  margin-bottom: 0;
}