@charset "utf-8";
/* sp.css */
.SP {
  display: none !important;
}
.PC {
  display: block;
}
@media screen and (max-width: 1000px) {
  .SP {
    display: block !important;
  }
  .PC {
    display: none !important;
  }
  .wrap {
    width: 94%;
  }
  #wrapper {
    overflow-x: hidden;
  }
  /*--content-------------------------------------------------------*/
  #content {
    padding: 2em 0 0;
  }
  #pankuzu {
    text-align: left;
    font-size: 0.9em;
    margin-top: -1em;
    padding-bottom: 2em;
  }
  #colum2 {
    border-bottom: none;
  }
  #main {
    order: 1;
    width: 100%;
    text-align: left;
    overflow-x: visible;
  }
  #side {
    order: 2;
    width: 100%;
    padding-bottom: 5vw;
  }
  .sidebox1 {
    background: #F6F7F8;
    padding: 10px;
    margin-bottom: 25px;
    text-align: left;
  }
  .sidebox1 .smenu {
    display: block;
    width: 25px;
    height: 35px;
    z-index: 9999;
    position: absolute;
    right: 15px;
    top: 35px;
  }
  .sidebox1 .smenu span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .sidebox1 .smenu {
    position: relative;
    width: 25px;
    height: 35px;
    font-size: 11px;
    line-height: 1em;
  }
  .sidebox1 .smenu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #E6000A;
  }
  .sidebox1 .smenu {
    display: none;
    position: absolute;
    z-index: 9999;
    width: 25px;
    height: 25px;
  }
  .sidebox1.open .smenu {
    display: block;
  }
  .sidebox1 .smenu span {
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sidebox1 .smenu span:nth-of-type(1) {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    background-color: #E6000A;
  }
  .sidebox1 .smenu span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    background-color: #E6000A;
  }
  .sidebox1 h3 {
    font-size: 18px;
    font-weight: normal;
    padding: 15px 0 15px;
    border-bottom: dotted 1px #707070;
  }
  .s-cat {
    display: none;
    background: #fff !important;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 9999;
  }
  .s-cat ul li {
    position: relative;
    margin-bottom: 0;
    border-bottom: dotted 1px #707070;
  }
  .s-cat ul li a {
    background: #fff url("../img/arrow_of.png") no-repeat 98% center;
    background-size: 19px auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */
    color: #333;
    padding: 0.1em 2em 0.1em 1em;
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    border: none;
  }
  .s-cat ul li.act .togglebtn {
    /*border: solid 1px #ddd;*/
  }
  .s-cat ul li:last-of-type a {
    border: none;
  }
  .s-cat ul li a span {
    width: 63px;
    margin-right: 0.5em;
  }
  .s-cat ul li .submenu3 {
    display: none;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    height: auto;
    min-height: auto;
    padding: 2vw 4vw 5vw;
  }
  .s-cat ul li .submenu3.act {
    display: block;
    padding: 2vw 4vw 5vw;
    border: none !important;
  }
  .s-cat ul li .submenu3 li {
    padding-bottom: 10px;
    border-bottom: none;
    text-align: left;
  }
  .s-cat ul li .submenu3 li:last-of-type {
    padding: 0;
    border: none;
  }
  .s-cat ul li .submenu3 li a {
    display: block;
    background: url("../img/icon_fnav2.png") no-repeat left center;
    background-size: 1em auto;
    padding-left: 1.3em;
    font-size: 14px;
    border: none;
    font-weight: normal;
    line-height: 1em;
  }
  .s-cat ul li .submenu3 li .submenu4 {
    display: none;
  }
  .s-search {
    display: none;
    background: #fff !important;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 9999;
  }
  .s-search ul li {
    background: #fff;
    padding: 1em 0 0;
    margin-bottom: 10px;
  }
  .s-search ul li h4 {
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 0.5em;
  }
  .s-search ul li label {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .s-search .serchbtn {
    width: 60%;
    margin: 0 auto;
    padding: 0.5em 0;
  }
  .s-search .serchbtn input {
    font-size: 1.2em;
    display: block;
  }
  .s-bana {
    margin: 0 -5vw;
    padding: 1.5em 4vw;
  }
  .s-bana > ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 1.5rem;
    margin: 0 -1.5rem 0 0;
  }
  .s-bana > ul li {
    width: 50%;
    margin: 0 0 2rem;
    padding-right: 1.5rem;
    text-align: center;
  }
  .s-bana .slick-dots {
    bottom: -15px;
    left:0;
  }
  .s-bana .slick-dots li {
    width: 10px !important;
    height: 10px;
    background: #EFEFEF;
    border-radius: 30px;
    padding: 0 !important;
    margin: 0 5px;
  }
  .s-bana .slick-dots li.slick-active {
    background: #CA4D55;
  }
  .s-bana .slick-dots li button {
    text-indent: -9999px;
  }
  /*--main content end-------------------------------------------------------*/
  /* TOP  */
  #mainslide {
    padding-top: 1em;
  }
  #mainslide li.slick-slide {
    padding: 0 3vw;
  }
  #mainslide .prev-arrow {
    display: none !important;
  }
  #mainslide .next-arrow {
    display: none !important;
  }
  .topmes1 {
    font-size: 0.85em;
  }
  .topmes1 .txt1 {
    background: #E6000A;
    color: #fff;
    padding: 0.2em 1em;
    font-size: 1.1em;
    font-weight: bold;
  }
  .topmes1 .txt1 p {
    font-weight: bold;
    display: inline-block;
    background: url(../img/icon_soryo.png) no-repeat left center;
    background-size: 1.2em auto;
    padding-left: 1.5em;
  }
  .topmes1 .txt1 span {
    font-weight: bold;
  }
  .topmes1 .txt1 span.s1 {
    font-size: 1em;
  }
  .topmes1 .txt1 span.s2 {
    font-size: 1em;
  }
  .topmes1 .txt1 span.s3 {
    font-size: 0.7em;
    font-weight: normal;
    padding-left: 0.5em;
  }
  .topmes1 .txt2 {
    padding: 0.1em 1em;
    font-size: 1em;
    font-weight: bold;
  }
  .banaslide .slick-dots li {
    width: 10px !important;
    height: 10px;
    background: #EFEFEF;
    border-radius: 30px;
    padding: 0 !important;
    margin: 4px;
  }
  .osusume {
    padding: 8vw 0;
  }
  .ttl1, #main-column h2 {
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.3em;
    padding-bottom: 0.8em;
  }
  .itemlist {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 0;
  }
  .itemlist li {
    width: 48%;
    font-size: 0.8em;
    margin: 0 0 30px;
    text-align: left;
  }
  .itemlist li .pic {
    margin-bottom: 1em;
  }
  .itemlist li h3 {
    font-weight: normal;
    min-height: auto;
    padding-bottom: 0.5em;
    line-height: 1.4em;
  }
  .itemlist li .price {
    font-size: 1.1em;
  }
  .itemlist li .price span {
    font-weight: bold;
    font-size: 1.3em;
    padding-right: 0.5em;
  }
  .column-set {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 0;
  }
  .column-set .column5, .column-set .column4 {
    width: 48%;
    font-size: 0.8em;
    margin: 0 0 30px;
    text-align: left;
  }
  .column-set .column5 h3 a, .column-set .column4 h3 a {
    color: inherit;
    font-weight: normal;
    min-height: auto;
    padding-bottom: 0.5em;
    line-height: 1.4em;
  }
  .ranking .column-set {
    justify-content: flex-start;
    margin-left: -3.333%;
    width: auto;
  }
  .ranking .column-set .column5 {
    width: 30%;
    padding-top: 3.5em;
    margin: 0 0 1.5em 3.333%;
  }
  .ranking .column-set .column5:nth-child(1) {
    background: url("../img/rank1.png") no-repeat left top;
    background-size: 3.5em auto;
  }
  .ranking .column-set .column5:nth-child(2) {
    background: url("../img/rank2.png") no-repeat left top;
    background-size: 3.5em auto;
  }
  .ranking .column-set .column5:nth-child(3) {
    background: url("../img/rank3.png") no-repeat left top;
    background-size: 3.5em auto;
  }
  .ranking .column-set .column5:nth-child(4) {
    background: url("../img/rank4.png") no-repeat left top;
    background-size: 3.5em auto;
  }
  .ranking .column-set .column5:nth-child(5) {
    background: url("../img/rank5.png") no-repeat left top;
    background-size: 3.5em auto;
  }
  .catlist {
    padding: 8vw 0 4vw;
  }
  .catlist .catbox {
    width: 48%;
    padding: 0.5em;
    margin-bottom: 1em;
  }
  .catlist .catbox dl dt {
    margin-bottom: 1.5em;
  }
  .catlist .catbox dl dt a {
    padding: 0.6em 0;
    background: url("../img/arrow2.svg") no-repeat right center;
    background-size: 1em auto;
    font-size: 1em;
    font-weight: bold;
  }
  .catlist .catbox dl dt a span {
    width: 30%;
    margin-right: 0.5em;
  }
  .catlist .catbox dl dd {
    text-align: left;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 0.4em;
  }
  .more {
    text-align: right;
    font-size: 0.9em;
    padding-bottom: 0.5em;
  }
  .more a {
    background: url("../img/arrow3.png") no-repeat right center;
    background-size: 6px auto;
    padding-right: 12px;
  }
  .ranking {
    padding: 8vw 0;
  }
  .ranking .ranklist {
    justify-content: flex-start;
    margin-left: -3.333%;
  }
  .ranking .ranklist li {
    width: 30%;
    padding-top: 3.5em;
    margin: 0 0 1.5em 3.333%;
  }
  .ranking .ranklist li:nth-child(1) {
    background: url("../img/rank1.png") no-repeat left top;
    background-size: 3.5em auto;
  }
  .ranking .ranklist li:nth-child(2) {
    background: url("../img/rank2.png") no-repeat left top;
    background-size: 3.5em auto;
  }
  .ranking .ranklist li:nth-child(3) {
    background: url("../img/rank3.png") no-repeat left top;
    background-size: 3.5em auto;
  }
  .ranking .ranklist li:nth-child(4) {
    background: url("../img/rank4.png") no-repeat left top;
    background-size: 3.5em auto;
  }
  .ranking .ranklist li:nth-child(5) {
    background: url("../img/rank5.png") no-repeat left top;
    background-size: 3.5em auto;
  }
  .campaign {
    padding: 6vw 0 3vw;
  }
  .campaign h2 {
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 1em;
  }
  .campaign h2 span {
    background-image: url("../img/ttl_l.png"), url("../img/ttl_r.png");
    background-position: left center, right center;
    background-size: 18px auto, 18px auto;
    background-repeat: no-repeat, no-repeat;
    padding: 0 35px;
    font-weight: bold;
  }
  .campaign ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
  }
  .campaign ul li {
    width: 48.5%;
    margin-bottom: 1em;
  }
  .campaign ul li.wmax {
    width: 100%;
  }
  .movie {
    padding: 8vw 0;
    background: #F8F8F8;
  }
  .movie h2 {
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-bottom: 0.7em;
  }
  .mvslide {
    margin: 0;
    padding-bottom: 5vw;
  }
  .mvslide li {
    padding: 0;
    text-align: left;
  }
  .mvslide li p {
    font-weight: bold;
    font-size: 1em;
    padding-top: 0.8em;
  }
  .mvslide .prev-arrow {
    position: absolute;
    right: 3em;
    width: 12px;
    bottom: 0;
    cursor: pointer;
    z-index: 99;
  }
  .mvslide .next-arrow {
    position: absolute;
    right: 0;
    width: 12px;
    bottom: 0;
    cursor: pointer;
    z-index: 99;
  }
  .news {
    padding: 8vw 0 4vw;
  }
  .news .box {
    width: 100%;
    text-align: left;
    padding-bottom: 2em;
  }
  .newslist1 {
    padding-bottom: 1.4em;
  }
  .newslist1 li {
    font-size: 0.9em;
    line-height: 1.4em;
    padding: 1.4em 0 0.5em 7em;
  }
  .newslist2 li {
    margin-bottom: 1em;
  }
  .newslist2 li a {
    background: url("../img/arrow2.svg") no-repeat 95% center;
    background-size: 17px auto;
  }
  .newslist2 li a .pic {
    width: 35%;
  }
  .newslist2 li a .txt {
    width: 65%;
    padding-left: 1em;
    font-size: 1em;
    line-height: 1.4em;
  }
  .review {
    padding: 8vw 0;
    background: #FFF9F9;
  }
  .review ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .review ul li {
    width: 100%;
    padding: 1em;
    margin-bottom: 1em;
  }
  .review ul li .pic {
    width: 30%;
  }
  .review ul li .txt {
    width: 65%;
    font-size: 0.8em;
    line-height: 1.5em;
  }
  .review ul li .txt h3 {
    font-weight: bold;
    font-size: 1.2em;
    padding-bottom: 0.4em;
  }
  .review ul li .txt .hyoka {
    padding-bottom: 1em;
    font-size: 0.9em;
  }
  .review ul li .txt .hyoka span img {
    width: 10px;
    margin-right: 2px;
  }
  .sns {
    padding: 8vw 0;
  }
  .sns ul li {
    width: 48.5%;
    margin-bottom: 0.8em;
  }
  .sns ul li:last-of-type {
    margin: 0 auto;
  }
  .sns ul li a {
    font-weight: bold;
  }
  .sns ul li a img {
    display: block;
    margin: 0 auto 0.5em;
    width: 50%;
  }
  .toptxt {
    padding: 8vw 0;
    margin-top: 0;
    text-align: left;
  }
  .toptxt .pic {
    position: relative;
    top: 0;
    margin-bottom: 1.5em;
  }
  .toptxt h2 {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.3em;
    padding: 0 2vw 1.2em;
  }
  .toptxt p {
    font-size: 0.9em;
    line-height: 1.6em;
    padding: 0 2vw 2em;
  }
  .fbana {
    padding: 5vw 0 2vw;
  }
  .finfo {
    font-size: 1em;
    padding: 8vw 0;
    text-align: left;
  }
  .finfo h3 {
    font-weight: bold;
    font-size: 1.3em;
    text-align: center;
    padding-bottom: 0.8em;
  }
  .finfo .box1 {
    width: 100%;
    padding-bottom: 8vw;
  }
  .finfo .box2 {
    width: 84%;
    font-size: 0.95em;
    line-height: 1.6em;
    margin: 0 auto;
    padding-bottom: 8vw;
  }
  .finfo .box2 p {
    padding-bottom: 1.5em;
  }
  .finfo .box2 ul {
    width: 82%;
    margin: 0 auto;
    padding-bottom: 1.5em;
  }
  .finfo .box2 ul li.mail {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .finfo .box2 ul li.mail a {
    background: #E6000A url(../img/arrow4.png) no-repeat 95% center;
    background-size: 5px auto;
    border-radius: 3px;
  }
  .finfo .box2 ul li.tel {
    width: 100%;
    margin-left: 0;
  }
  .finfo .box2 ul li.tel span {
    font-weight: bold;
    font-size: 1em;
  }
  .finfo .box3 {
    min-width: 100vw;
    width: auto;
    margin: 0 -3vw;
    font-size: 0.95em;
    line-height: 1.6em;
    padding: 8vw 10vw;
    border-top: solid 1px #BEBEBE;
  }
  .finfo .box3 h3 {
    text-align: center;
  }
  .finfo .box3 p {
    text-align: left;
    margin-bottom: 1.5em;
    min-height: auto;
  }
  .finfo .box3 .crejit {
    padding-right: 0;
  }
  .finfo .box4 {
    min-width: 100vw;
    width: auto;
    margin: 0 -3vw;
    border: none;
    border-top: solid 1px #BEBEBE;
    padding: 8vw 10vw;
  }
  .finfo .box4 p {
    text-align: center;
  }
  .finfo .box4 ul li {
    text-align: center;
    background: url("../img/icon_f1.png") no-repeat center top;
    background-size: 43px auto;
    padding-top: 55px;
  }
  .finfo .box4 ul li a {
    display: inline-block;
    background: url("../img/arrow5.png") no-repeat right center;
    background-size: 7px auto;
    padding-right: 15px;
    color: #E6000A;
  }
  .finfo .box5 ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .finfo .box5 ul li {
    text-align: center;
    background: url("../img/icon_f1.png") no-repeat center top;
    background-size: 43px auto;
    padding-top: 55px;
  }
  .finfo .box5 ul li:nth-child(2) {
    text-align: center;
    background: url("../img/icon_f2.png") no-repeat center top;
    background-size: 43px auto;
    padding-top: 55px;
  }
  .finfo .box5 ul li a {
    display: inline-block;
    background: url("../img/arrow5.png") no-repeat right center;
    background-size: 7px auto;
    padding-right: 15px;
    color: #E6000A;
  }
  /* category */
  #listcont {
    border-bottom: solid 1px #BEBEBE;
    margin-bottom: 5vw;
  }
  #listcont h1 {
    font-size: 1.6em;
    padding-bottom: 0.6em;
  }
  #listcont .cattxt {
    font-size: 1em;
    border-bottom: none;
    margin-bottom: 0;
  }
  #listcont .cattxt p {
    padding-bottom: 30px;
  }
  .spnav2 {
    background: #FFF9F9;
    margin: 0 -4vw 10px;
    padding: 3vw 4vw;
  }
  .spnav2 ul {
    width: 92%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .spnav2 ul li {
    width: 50%;
  }
  .spnav2 ul li:first-of-type {
    border-right: solid 1px #F6F7F8;
  }
  .spnav2 ul li:last-of-type {
    text-align: right;
  }
  .spnav2 ul li span {
    font-size: 1.1em;
    background: url("../img/arrow3.png") no-repeat right center;
    background-size: 8px auto;
    padding-right: 18px;
    color: #333333;
    cursor: pointer;
  }
  #listcont .knum {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: solid 2px #F6F7F8;
    margin-bottom: 30px;
  }
  #listcont .knum .num {
    width: 100%;
    display: block;
  }
  #listcont .knum .num span {
    font-size: 1.1em;
  }
  #listcont .knum dl {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
  }
  #listcont .knum dl dt {
    font-weight: 400;
    display: block;
    width: 100%;
  }
  #listcont .knum dl dd {
    font-weight: bold;
    margin: 0 1em 0 0;
  }
  .itemlist2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -3%;
    margin-bottom: 30px;
  }
  .itemlist2 .line {
    display: none;
  }
  .itemlist2:last-of-type {
    border: none;
  }
  .itemlist2 li {
    width: 47%;
    font-size: 0.9em;
    margin: 0 0 30px 3%;
    text-align: left;
  }
  .itemlist2 li .pic {
    margin-bottom: 1em;
    position: relative;
  }
  .itemlist2 li .pic .itag {
    position: absolute;
    font-size: 0.7em;
  }
  .itemlist2 li h3 {
    font-weight: normal;
    font-size: 1.1em;
    min-height: 3em;
    line-height: 1.4em;
  }
  .itemlist2 li h3 a {
    color: #191919;
  }
  .itemlist2 li .price {
    font-size: 1.1em;
  }
  .itemlist2 li .price span {
    font-weight: bold;
    font-size: 1.3em;
    padding-right: 0.5em;
  }
  .pagenav {
    text-align: center;
    padding-bottom: 50px;
    vertical-align: middle;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */
  }
  .pagenav .current {
    background: #FFDEDE;
    width: 2.3em;
    height: 2.3em;
    text-align: center;
    display: block;
    margin: 0 2px;
    border-radius: 3px;
    line-height: 2.3em;
    color: #E6000A;
  }
  .pagenav a {
    background: #F8F8F8;
    width: 2.3em;
    height: 2.3em;
    text-align: center;
    display: block;
    margin: 0 2px;
    border-radius: 3px;
    line-height: 2.3em;
    color: #333333;
  }
  .pagenav a:hover {
    background: #FFDEDE;
    color: #E6000A;
  }
  .pagenav a.prev, .pagenav a.next {
    background: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */
  }
  .pagenav .tenten {
    height: 2.3em;
    padding: 0 2px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-align-items: flex-end;
    /* 縦方向中央揃え（Safari用） */
    align-items: flex-end;
    /* 縦方向中央揃え */
  }
  .pagenav .tenten img {
    width: 1.7em;
  }
  /* PRODUCT */
  #product {
    padding-bottom: 5vw;
  }
  #product h1 {
    font-size: 1.6em;
    padding-bottom: 4vw;
  }
  .itembox1 {
    padding-bottom: 5vw;
  }
  .itembox1 .pic {
    width: 100%;
    margin-bottom: 5vw
  }
  .itembox1 .cartbox {
    width: 100%;
    font-size: 1.1em;
  }
  .itembox1 .cartbox .itemcode {
    padding-bottom: 10px;
  }
  .itembox1 .cartbox .itemcode span {
    font-weight: bold;
    padding-left: 2em;
  }
  .itembox1 .cartbox .teika {
    padding-bottom: 20px;
  }
  .itembox1 .cartbox .teika span {
    padding: 0 0 0 1em;
  }
  .itembox1 .cartbox .fee {
    padding-bottom: 5px;
    line-height: 1.8em;
  }
  .itembox1 .cartbox .fee span {
    font-weight: bold;
    font-size: 2.5em;
    padding: 0 0 0 0.5em;
  }
  .itembox1 .cartbox .point {
    padding-bottom: 20px;
  }
  .itembox1 .cartbox .point a {
    font-weight: normal;
    padding-left: 20px;
  }
  .itembox1 .cartbox select {
    border: solid 1px #707070;
    border-radius: 3px;
    margin-right: 0;
    min-width: 100px;
    width: 100%;
    padding: 0 0.5em;
  }
  .itembox1 .cartbox .inum {
    padding-bottom: 15px;
  }
  .itembox1 .cartbox .inum select {
    width: 80%;
    margin-right: 10px;
  }
  .itembox1 .cartbox .sns {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    /* 縦方向中央揃え（Safari用） */
    align-items: flex-end;
    /* 縦方向中央揃え */
    padding: 0 0 15px;
  }
  .itembox1 .cartbox .sns li {
    height: 22px;
    overflow: hidden;
  }
  .itembox1 .cartbox .sns li.bookmark {
    width: 43%;
    font-size: 0.9em;
    margin-right: 2%;
    height: auto;
  }
  .itembox1 .cartbox .sns li.bookmark a {
    background: url("../img/product/okiniiri.svg") no-repeat 5% center;
    background-size: 1em auto;
    border: solid 1px #707070;
    border-radius: 3px;
    padding: 5px 1em 5px 1.5em;
  }
  .itembox2 table th {
    width: 30%;
    padding: 0.8em 1em;
  }
  .itembox2 table td {
    padding: 0.8em 1em;
    vertical-align: middle;
  }
  .itembox3 {
    padding: 1em;
    margin-bottom: 6vw;
  }
  .itembox3 .linknav {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 2em;
  }
  .itembox3 .linknav li {
    font-size: 0.75em;
    width: 49.5%;
    margin-right: 0;
    margin-bottom: 1vw;
  }
  .itembox3 .linknav li:last-of-type {
    width: 100%;
  }
  .itembox3 .linknav li a {
    background: #fff url("../img/product/arrowF.svg") no-repeat 95% center;
    background-size: 0.8em auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */
    height: 4em;
    padding: 0 1em 0 0.5em;
    max-width: 100%;
    text-align: center;
    font-size: 1em;
    line-height: 1.2em;
    letter-spacing: -1px;
  }
  .itembox3 .linknav li a em {
    display: block;
    width: 100%;
    margin-bottom: -1.5em;
  }
  .itembox3 h2 {
    display: inline-block;
    background: #fff;
    border-top: solid 5px #CA4D55;
    padding: 0.6em 1.5em;
    font-weight: bold;
    font-size: 1.2em;
  }
  .itembox3 .box {
    padding: 1em 1em;
    margin-bottom: 8vw;
  }
  .itembox3 .box p {
    padding-bottom: 1.5em;
  }
  .reviewlist h3 {
    font-weight: bold;
    font-size: 1.1em;
    float: left;
  }
  .reviewlist .hyoka {
    position: relative;
    top: 0.6em;
    padding-left: 1.5em;
    float: left;
  }
  .reviewlist .hyoka img {
    width: 0.8em;
    margin-right: 2px;
  }
  .reviewbtn {
    max-width: 100%;
    margin: 0 auto 15px;
  }
  #itemcomment .comment .pic {
    width: 84px;
    margin: 0 auto 1em;
    padding-top: 0;
  }
  #itemcomment .comment .txt {
    width: 100%;
  }
  #itemcomment .comment .txt p {
    font-weight: bold;
    font-size: 1em;
    line-height: 1.8em;
    padding-bottom: 0;
  }
  .borderF {
    padding-bottom: 4vw;
  }
  /* BRAND */
  #brand {
    margin: 0 0;
  }
  .brand_osusume {
    padding: 8vw 0;
  }
  .bttl1 {
    font-size: 1.3em;
    margin-bottom: 4vw;
  }
  .bttl1 span {
    padding: 0 1em;
  }
  .bttl1 span .SP {
    display: inline-block !important;
  }
  .blist1 {
    padding-bottom: 5vw;
  }
  .blist1 li {
    width: 46%;
    margin: 0 1.5% 1em;
  }
  .bbtn1 {
    text-align: center;
    width: 84vw;
    max-width: 460px;
    margin: 0 auto 8vw;
  }
  .bbtn1 a {
    padding: 1.1em 1.5em;
    background: #fff url("../img/arrow2.svg") no-repeat 95% center;
    background-size: 20px auto;
    border: solid 2px #FF2699;
    border-radius: 10px;
  }
  .bbtn1 a .pic {
    width: 15%;
  }
  .bbtn1 a .pic img {
    width: 100%;
    height: auto;
  }
  .bbtn1 a span {
    font-size: 1.3em;
    display: block;
    width: 80%;
    text-align: left;
  }
  .bttl3 {
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.6em;
    padding-bottom: 1.2em;
    margin-bottom: 6vw;
    background-size: 100% auto;
  }
  .bserieslist {
    padding-bottom: 5vw;
  }
  .bserieslist li {
    width: 48%;
    background: #fff;
    margin-bottom: 1em;
  }
  .bserieslist li .txt {
    padding: 0.6em 1em 1em;
    text-align: left;
  }
  .ackc1 {
    padding: 5vw;
  }
  .ackc1 h3 {
    width: 100%;
    text-align: center;
    padding-bottom: 4vw;
  }
  .ackc1 .txt {
    width: 100%;
    text-align: left;
    font-size: 1.2em;
    line-height: 1.8em;
  }
  .ackc1 .txt ul li span {
    padding: 1px 1em;
    border-radius: 50px;
  }
  .ackc1 .pic {
    width: 100%;
  }
  .ackc2 {
    padding: 8vw 0;
  }
  .ackc2 .wrap {
    width: 100%;
  }
  .ackc2 .box {
    text-align: left;
    padding: 5vw;
  }
  .ackc2 .box.spmax {
    padding: 5vw 0 !important;
    width: 100%;
  }
  .ackc2 .box h3 {
    padding-bottom: 4vw;
  }
  .ackc2 .box dl {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */
    margin-bottom: 30px;
  }
  .ackc2 .box dl dt {
    font-size: 1.4em;
    line-height: 1.3em;
    padding: 0.5em 0.8em;
    width: 100%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
  }
  .ackc2 .box dl dd {
    width: 100%;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.6em;
  }
  .ackc2 .box ul {
    padding-bottom: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ackc2 .box ul li {
    width: 48%;
  }
  .ackc3 {
    padding: 0 0 5vw;
  }
  .ackc3 ul {
    padding: 0;
  }
  .ackc3 ul li {
    width: 100%;
    padding-bottom: 5vw;
    text-align: left;
    margin-bottom: 5vw;
  }
  .ackc3 ul li:nth-child(3) {
    width: 100%;
  }
  .ackc3 ul li:nth-child(3) .num span {
    padding: 0 1em;
  }
  .ackc3 ul li .num em {
    font-size: 3em;
    font-weight: bold;
  }
  .ackc3 ul li h3 {
    font-weight: bold;
    font-size: 1.5em;
  }
  .ackc3 ul li p {
    font-size: 1em;
    padding: 0.5em 1em;
    line-height: 2em;
    letter-spacing: 1px;
  }
  .ackc3 ul li:nth-child(3) .prof {
    padding: 2vw 0 5vw;
  }
  .ackc3 ul li:nth-child(3) p {
    padding: 0;
    line-height: 1.9em;
  }
  .ackc3 ul li:nth-child(3) .prof .pic {
    width: 50%;
    margin: 0 auto 1em;
  }
  .ackc3 ul li:nth-child(3) .prof .txt {
    width: 100%;
    text-align: left;
    padding: 0;
  }
  .ackc3 ul li:nth-child(3) .prof .txt p {
    padding-bottom: 5px;
  }
  .ackc3 ul li:nth-child(3) .prof .txt h4 {
    font-size: 2em;
    font-weight: bold;
    line-height: 1.3em;
    padding-bottom: 0.3em;
    text-align: center;
  }
  .spcenter {
    text-align: center !important;
  }
  .bvoice1 {
    padding-bottom: 15px;
    font-size: 1em;
  }
  .bvoice2 {
    font-size: 1em;
    padding-bottom: 25px;
  }
  .bvoice1 dt {
    width: 40px;
  }
  .bvoice2 dt {
    width: 40px;
  }
  .bvoice1 dd {
    width: calc(100% - 60px);
    border-radius: 10px;
    padding: 0.5em 1em;
  }
  .bvoice2 dd {
    width: calc(100% - 60px);
    border-radius: 10px;
    padding: 0.5em 1em;
    line-height: 1.8em;
  }
  .breason {
    padding: 3vw 0 8vw;
  }
  .bpoint {
    padding: 5vw 0;
  }
  .bpoint .pointnum {
    font-size: 1.2em;
    margin-bottom: 5vw;
  }
  .bpoint .pointnum em {
    font-weight: bold;
    font-size: 3em;
  }
  .bpoint .pointnum::before {
    content: "";
    width: 3em;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 1.5em);
  }
  .bpoint h3 {
    font-size: 1.7em;
    line-height: 1.4em;
    padding-bottom: 2vw;
    margin-bottom: 6vw;
  }
  .bpoint h3::before {
    content: "";
    width: 40%;
    height: 2px;
    position: absolute;
    bottom: 0;
  }
  .bpoint h4 {
    text-align: center;
    font-size: 1.1em;
    line-height: 1.4em;
    margin-bottom: 6vw;
  }
  .bpoint h4 span {
    display: block;
    background-image: url(../img/brand/ackc/bttl6.svg), url(../img/brand/ackc/bttl6.svg);
    background-size: 2em auto, 2em auto;
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center;
    padding: 0 3em;
    font-weight: bold;
  }
  .bpoint .imgs1 {
    padding-bottom: 4vw;
  }
  .bpoint .txt1 {
    text-align: left;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.8em;
  }
  .bsns {
    padding: 3vw 0 8vw;
  }
  .bsns h3 {
    padding-bottom: 3vw;
  }
  .bsns h3 .pc {
    display: none;
  }
  .bsns h3 .sp {
    display: block;
    margin: 0 auto;
  }
  .bsns ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .bsns ul li {
    width: 48%;
    margin-bottom: 1em;
  }
  .bserieslist2 {
    padding: 8vw 0;
  }
  .bserieslist2 h2 {
    text-align: left;
    background: url("../img/brand/ackc/seriese_ackc.png") no-repeat left center;
    background-size: 50px auto;
    padding: 15px 0 15px 60px;
    font-weight: bold;
    font-size: 1.5em;
    margin-left: 0;
    margin-bottom: 8vw;
  }
  .bserieslist2 .linknav {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  .bserieslist2 .linknav li {
    margin: 0 0.3em 1em;
  }
  .bserieslist2 .linknav li a {
    display: inline-block;
    font-size: 0.8em;
    line-height: 1.7em;
    padding: 0.5em 0.5em;
  }
  .bserieslist2 .box {
    padding: 1em;
    margin-bottom: 6vw;
  }
  .bserieslist2 .box h3 {
    font-size: 1.5em;
    line-height: 1.3em;
    padding: 0.8em 1em;
    margin-bottom: 3vw;
  }
  .bserieslist2 .box h3 span {
    float: none;
    display: block;
    font-size: 0.5em;
    line-height: 1.5em;
    font-weight: bold;
  }
  .itemlist3 {
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .itemlist3 li {
    width: 100%;
    padding: 1em;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.8em;
    margin-bottom: 4vw;
  }
  .itemlist3 li .pic {
    max-width: 50%;
    margin: 0 auto;
    padding: 3vw 0;
  }
  .itemlist4 {
    padding: 0 0 4vw;
  }
  .itemlist4 .img {
    order: 2;
    width: 100%;
    padding: 1em;
  }
  .itemlist4 .txt {
    order: 1;
    width: 100%;
    text-align: left;
    padding-bottom: 5vw;
  }
  .itemlist4 .txt h3 {
    padding: 0.5em;
  }
  .itemlist4 .txt ul {
    padding: 0 0.3em;
  }
  .itemlist4 .txt ul li {
    font-weight: bold;
    font-size: 1em;
  }
  .itemlist4 .txt .more2 {
    text-align: right;
    padding-top: 20px;
    margin-right: 1em;
  }
  .itemlist4 .txt .more2 a {
    background: url("../img/brand/arrow.svg") no-repeat right center;
    padding-right: 10px;
    font-size: 1em;
  }
  .bana {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto 8vw;
  }
  .microgard #brandpic {
    padding-bottom: 8vw;
  }
  .microgard #brandpic.wrap {
    width: 100%;
  }
  .microgard1 {
    padding: 8vw 0;
  }
  .microgard1 h2 {
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.4em;
    margin-bottom: 5vw;
  }
  .microgard1 h2 span {
    font-weight: bold;
    font-size: 0.8em;
    background-image: url("../img/brand/microgard/ttl_l.svg"), url("../img/brand/microgard/ttl_r.svg");
    background-size: 16px auto, 16px auto;
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center;
    padding: 5px 25px;
    display: inline-block;
  }
  .microgard1 .pic1 {
    margin: 0 auto 8vw;
  }
  .microgard1 ul {
    padding-bottom: 8vw;
  }
  .microgard1 ul li {
    width: 48%;
    padding-bottom: 2em;
  }
  .microgard1 ul li .pic {
    padding-bottom: 1em;
  }
  .microgard1 ul li p {
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1.3em;
    padding-bottom: 0.6em;
  }
  .microgard1 ul li p.price {
    font-weight: normal;
    font-size: 1em;
  }
  .microgard1 h3 {
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1.4em;
    text-align: center;
    padding: 4vw 0 6vw;
  }
  .microgard2 {
    padding: 10vw 0;
  }
  .microgard3 .mbox {
    padding: 0 4vw;
  }
  .microgard3 .mbox h5 {
    font-size: 1.5em;
    font-weight: bold;
    padding: 6vw 0;
    text-align: center;
  }
  .microgard3 .mbox .mpic1 {
    margin: 0 -4vw 5vw;
  }
  .microgard3 .mbox .mpic1 img {
    margin: 0 auto;
  }
  .microgard3 .mbox .mtxt1 p {
    padding-bottom: 4vw;
  }
  .microgard3 .mbox .mlist1 {
    padding-bottom: 4vw;
  }
  .microgard3 .mbox .mlist1 li {
    width: 100%;
    margin-bottom: 1em;
  }
  .microgard3 .mbox .mpic2 {
    text-align: center;
    padding-bottom: 5vw;
  }
  .microgard3 .mbox .mtxt2 p {
    padding-bottom: 3vw;
  }
  .microgard3 .mbox .mlist2 {
    padding-bottom: 5vw;
  }
  .microgard3 .mbox .mlist2 li {
    width: 100%;
    margin-bottom: 1em;
  }
  .microgard3 .mbox .mlist3 {
    padding: 2vw 0 7vw;
  }
  .microgard3 .mbox .mlist3 li {
    width: 30%;
  }
  .microgard3 .pointtxt {
    padding-bottom: 5vw;
  }
  .microgard3 .pointtxt h3 {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 4vw;
  }
  .microgard3 .pointtxt p {
    text-align: left;
    font-size: 1em;
    line-height: 1.8em;
    padding-bottom: 30px;
  }
  .microgard3 .mtxt3 {
    padding: 4vw;
    margin-bottom: 6vw;
  }
  .microgard3 .mtxt3 img {
    max-width: 100%;
    margin: 0 auto 4vw;
  }
  .microgard3 .mtxt3 h6 {
    font-weight: bold;
    font-size: 1.3em;
    padding-bottom: 30px;
  }
  .microgard3 .mtxt3 p {
    font-size: 1em;
    line-height: 1.8em;
    text-align: left;
  }
  .microgard3 .mlist4 {
    padding-bottom: 30px;
  }
  .microgard3 .mlist4 li {
    width: 22%;
  }
  .microgard4 {
    padding-bottom: 6vw;
  }
  .microgard4 .pic {
    width: 100%;
    margin-left: 0;
  }
  .microgard4 .txt {
    width: 100%;
    text-align: left;
  }
  .microgard4 .txt h3 {
    font-weight: bold;
    font-size: 1.3em;
    letter-spacing: 1px;
    padding: 0.5em 0 1.5em;
  }
  .microgard4 .txt p {
    font-size: 1em;
    line-height: 1.8em;
  }
  .microgard5 .bkodawari {
    padding: 3vw 0;
  }
  .microgard5 .bkodawari .pic {
    padding: 3vw 0 6vw;
    margin: 0 -3vw;
  }
  .microgard5 .bkodawari h3 {
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1.4em;
    padding-bottom: 1.2em;
  }
  .microgard5 .bkodawari p {
    font-size: 1em;
    line-height: 1.8em;
    padding-bottom: 4vw;
    text-align:left!important;
  }
  .microgard5 .bkodawari ul {
    padding: 3vw 0 5vw;
  }
  .microgard5 .bkodawari ul li {
    width: 100%;
    margin: 0 auto 1em;
  }
  .microgard6 {
    padding: 8vw 0 4vw;
  }
  .microgard6 h2 {
    text-align: center;
    font-size: 1.5em;
    line-height: 1.5em;
    padding-bottom: 5vw;
  }
  .microgard6 h2 span {
    font-weight: bold;
    display: table;
    margin: 0 auto;
    background-image: url("../img/brand/microgard/ttl2_l.svg"), url("../img/brand/microgard/ttl2_r.svg");
    background-size: 20px auto, 20px auto;
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center;
    padding: 0 30px;
  }
  .microgard6 h2 em {
    font-size: 1.1em;
  }
  .microgard6 .osusumebox {
    margin-bottom: 5vw;
  }
  .microgard6 .osusumebox .pic {
    width: 100%;
  }
  .microgard6 .osusumebox .txt {
    width: 100%;
    padding: 1em 1em;
  }
  .microgard6 .osusumebox .txt ol {
    margin-left: -0.5em;
    padding-bottom: 1em;
  }
  .microgard6 .osusumebox .txt p {
    text-align: right;
    background: url("../img/brand/microgard/arrow.svg") no-repeat right center;
    background-size: 0.6em auto;
    padding-right: 1em;
    font-size: 1em;
  }
  .microgard7 {
    padding: 10vw 0;
  }
  .microgard7 h3 {
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    padding: 2vw 0;
    margin-bottom: 4vw;
  }
  .microgard7 h3 span {
    display: block;
    font-weight: bold;
    background-image: url("../img/brand/microgard/ttl3_l.svg"), url("../img/brand/microgard/ttl3_r.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center;
    padding: 0 35px;
  }
  .microgard7 .bhikaku1 {
    padding-bottom: 5vw;
  }
  .microgard7 .bhikaku1 li {
    width: 100%;
    margin-bottom: 1em;
  }
  .microgard7 .bhikaku1 li:nth-child(1) {
    width: 100%;
  }
  .microgard7 .bhikaku2 {
    padding-bottom: 5vw;
  }
  .microgard3 .mlist4 li {
    width: 46%;
    margin-bottom: 1em;
  }
  .microgard4 {
    padding-bottom: 6vw;
  }
  .microgard7 h4 {
    padding: 1em 0.3em;
    text-align: center;
    font-size: 1em;
    margin-bottom: 3vw;
    margin-left: 0;
  }
  .microgard7 h4:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #F7F0E1;
  }
  .microgard7 h4 em {
    display: block;
    font-size: 1.3em;
    padding-left: 0;
    vertical-align: middle;
  }
  .microgard7 .scroll {
    overflow-x: auto;
  }
  .microgard7 table {
    width: 500px;
    font-size: 1em;
    font-weight: bold;
    margin-left: -10px;
  }
  .microgard7 table th {
    border: solid 10px #fff;
    text-align: center;
    padding: 0;
    font-weight: bold;
    vertical-align: middle;
  }
  .microgard7 table th:nth-child(1) {
    width: 50%;
  }
  .microgard7 table th img {
    width: 55px;
  }
  .microgard7 table td {
    border: solid 10px #fff;
    text-align: center;
    padding: 0.6em 1em;
    padding: 0;
    font-weight: bold;
    vertical-align: middle;
  }
  .microgard7 table td img {
    width: 30px;
  }
  .microgard7 table td:nth-child(1) {
    background: #FDF7E2;
    text-align: left;
    padding: 0.8em 1em 0.8em 1.5em;
  }
  .microgard8 {
    padding: 10vw 0 0;
  }
  .microgard8 .wrap {
    padding-bottom: 5vw;
  }
  .microgard8 h2 {
    text-align: left;
    background: url("../img/brand/microgard/btn.png") no-repeat left center;
    background-size: 2em auto;
    padding: 1em 0 1em 2.5em;
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 8vw;
  }
  .tabbox {
    display: none;
  }
  #tab1 {
    display: block;
  }
  .microgard8 .tabs ul {
    padding-bottom: 8vw;
  }
  .microgard8 .tabs ul li {
    width: 31.333%;
    text-align: center;
    margin: 0 1%;
  }
  .microgard8 .tabs ul li a {
    display: block;
    font-size: 1em;
    padding: 0.8em;
    border-top: solid 5px #B69541;
    color: #191919;
  }
  .micropure1 {
    padding: 10vw 0;
  }
  .micropure1 h2 {
    font-weight: bold;
    font-size: 1.3em;
    line-height: 2em;
    padding-bottom: 4vw;
  }
  .micropure1 h2 em {
    border-bottom: solid 3px #E1E1CB;
  }
  .micropure1 .box {
    margin: 0 -4vw;
    padding: 5vw;
  }
  .micropure1 .box h3 {
    font-weight: bold;
    font-size: 1.3em;
    padding-bottom: 4vw;
  }
  .micropure1 .box div {
    width: 95%;
    margin: 0 auto 4vw;
  }
  .micropure1 .box ul {
    text-align: left;
  }
  .micropure1 .box ul li {
    font-size: 1em;
    line-height: 2em;
    padding-right: 1em;
  }
  .micropure2 {
    padding: 10vw 0;
  }
  .micropure .bttl3 {
    padding-top: 7vw;
  }
  .micropure .bttl3 .timg {
    position: relative;
    height: 2.5em;
    top: -1;
    margin-bottom: -1;
    margin-right: 0.3em;
  }
  .micropure2 .box {
    padding: 4vw;
    margin: 0 auto 8vw;
  }
  .micropure2 .box .pic {
    margin: -4vw -4vw 4vw;
  }
  .micropure2 .box .flex {
    width: 100%;
    margin: 0 auto;
    padding: 4vw 0;
  }
  .micropure2 .box .flex .img {
    width: 60%;
    margin: 0 auto 4vw;
  }
  .micropure2 .box .flex .txt {
    width: 100%;
    padding: 4vw;
    text-align: left;
  }
  .micropure2 .box .flex .txt h3 {
    border-radius: 80px;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    padding: 0.6em;
    margin-bottom: 1em;
  }
  .micropure2 .box .flex .txt h4 {
    text-align: center;
    font-weight: bold;
    font-size: 1.6em;
    padding-bottom: 0.7em;
  }
  .micropure2 .box .flex .txt p {
    font-size: 1em;
    line-height: 2em;
    width: 80%;
    font-weight: bold;
    margin: 0 auto;
  }
  .micropure2 .box .flex .txt p em {
    border-bottom: solid 3px #E1E1CB;
  }
  .micropure2 .box2 {
    max-width: 982px;
    margin: 0 auto 8vw;
    text-align: left;
  }
  .micropure2 .box2 h3 {
    font-weight: bold;
    font-size: 1.5em;
  }
  .micropure2 .box3 {
    padding: 4vw;
    margin: 0 auto 8vw;
    text-align: center;
  }
  .micropure2 .box3 h3 {
    display: block;
    border-radius: 80px;
    font-size: 1.2em;
    padding: 0.6em 0;
    font-weight: bold;
    margin-bottom: 5vw;
  }
  .micropure2 .box3 h3 em {
    border-bottom: solid 3px #FFFF77;
  }
  .micropure2 .box3 h3 strong {
    font-size: 1.5em;
  }
  .micropure2 .box3 .txt {
    padding: 5vw;
  }
  .micropure2 .box3 .txt p {
    width: 100%;
    margin: 0 auto;
  }
  .micropure2 .box4 {
    margin: 0 auto 8vw;
    text-align: center;
  }
  .micropure2 .box4 ul li {
    width: 48%;
    padding: 1em;
    margin-bottom: 1em;
  }
  .micropure2 .box4 ul li .pic {
    padding: 1em 0;
    height: 25vw;
  }
  .micropure2 .box4 ul li .pic img {
    height: 12vw;
    width: auto;
  }
  .micropure2 .box4 ul li h3 {
    font-weight: bold;
    text-align: center;
    font-size: 1.3em;
    padding-bottom: 1em;
  }
  .micropure2 .box4 ul li p {
    font-size: 0.85em;
    text-align: left;
  }
  .micropure2 .box5 {
    margin: 0 auto;
    text-align: center;
  }
  .micropure2 .box5 h3 {
    text-align: center;
    font-size: 1.4em;
    line-height: 1.4em;
    padding-bottom: 1em;
  }
  .micropure2 .box5 ul {
    padding-bottom: 5vw;
  }
  .micropure2 .box5 ul li {
    width: 47%;
  }
  .micropure2 .box5 p {
    font-size: 1em;
    line-height: 2em;
    text-align: left;
    width: 100%;
    margin: 0 auto;
  }
  .innerwrap {
    max-width: 982px;
    margin: 0 auto;
  }
  .micropure3 .img {
    padding-bottom: 5vw;
  }
  .micropure3 ul {
    padding-bottom: 8vw;
  }
  .micropure3 ul li {
    width: 29%;
    font-size: 1em;
  }
  .micropure3 ul li .pic {
    padding-bottom: 2em;
  }
  .micropure3 ul li h3 {
    text-align: center;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    font-size: 1.1em;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 0.6em;
  }
  .micropure4 .box1 {
    padding: 6vw 4vw;
    margin-bottom: 6vw;
  }
  .micropure4 .box1 h3 {
    font-size: 1.1em;
    margin: 0;
    padding: 0.8em;
    font-weight: bold;
    text-align: center;
    border-radius: 80px;
    position: relative;
    margin-bottom: 5vw;
  }
  .micropure4 .box1 h4 {
    text-align: left;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.3em;
    padding-bottom: 4vw;
  }
  .micropure4 .box1 .flex .txt {
    order: 2;
    width: 100%;
    text-align: left;
  }
  .micropure4 .box1 .flex .txt p {
    font-size: 1em;
    font-weight: bold;
    line-height: 2em;
  }
  .micropure4 .box1 .flex .pic {
    width: 100%;
    padding-bottom: 1em;
    order: 1;
  }
  .micropure4 .box2 {
    border: solid 10px #F1EEE7;
    padding: 8vw 4vw;
    margin-bottom: 8vw;
  }
  .micropure4 .box2 h2 {
    font-size: 1.5em;
    text-align: center;
  }
  .micropure4 .box2 h2 img {
    height: 2.5em;
    margin-right: 0.3em;
  }
  .micropure4 .box2 .txt1 {
    text-align: left;
    width: 100%;
    font-size: 1em;
    margin: 0 auto 5vw;
    font-weight: bold;
    line-height: 2em;
  }
  .micropure4 .box2 .txt1 em {
    border-bottom: solid 3px #E1E1CB;
  }
  .micropure4 .box2 h3 {
    font-size: 1.1em;
    padding: 0.7em;
    position: relative;
    margin-bottom: 6vw;
  }
  .micropure4 .box2 .bitem {
    max-width: 780px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 8vw;
    margin-bottom: 8vw;
  }
  .micropure4 .box2 .bitem::after {
    content: "";
    display: block;
    width: 50%;
    height: 1px;
    bottom: 0;
    left: calc(50% - 25%);
  }
  .micropure4 .box2 .bitem.last {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .micropure4 .box2 .bitem::after {
    display: none;
  }
  .micropure4 .box2 .bitem .num {
    font-size: 3em;
    font-weight: bold;
    text-align: center;
    padding: 4vw 0;
  }
  .micropure4 .box2 .bitem h4 {
    text-align: center;
    padding-bottom: 4vw;
  }
  .micropure4 .box2 .bitem h4 img {
    height: auto;
    width: 100%;
  }
  .micropure4 .box2 .bitem p {
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    padding-bottom: 3vw;
  }
  .micropure4 .box2 .bitem .pic {
    padding-bottom: 5vw;
  }
  .micropure4 .box2 .bitem h5 {
    text-align: center;
    display: inline-block;
    border-bottom: solid 4px #E4025A;
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 4vw;
  }
  .micropure4 .box2 .bitem h5 img {
    width: 1em;
  }
  .micropure4 .box2 .bitem .txt2 {
    margin: 0 auto 10px;
    text-align: left;
    line-height: 2em;
  }
  .micropure4 .box2 .bitem ol li {
    margin-bottom: 4vw;
  }
  .micropure4 .box2 .bitem ol li .numimg {
    width: 100%;
  }
  .micropure4 .box2 .bitem ol li .txt {
    padding: 4vw 7vw;
    width: 100%;
    text-align: left;
  }
  .micropure4 .box2 .bitem ol li .txt p {
    text-align: left;
    padding: 0;
    line-height: 2em;
  }
  .micropure4 .box2 .bitem .txt3 {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 0;
  }
  .micropure5 {
    padding: 4vw 0 10vw;
  }
  .micropure5 .pic1 {
    padding-bottom: 8vw;
    margin: 0 -4vw;
  }
  .micropure5 .box1 {
    padding-bottom: 6vw;
  }
  .micropure5 .box1 .txt {
    width: 100%;
    text-align: left;
  }
  .micropure5 .box1 .pic {
    width: 100%;
  }
  .micropure5 p {
    text-align: left;
    font-size: 1em;
    font-weight: bold;
    line-height: 2em;
    padding-bottom: 30px;
  }
  .micropure5 p em {
    border-bottom: solid 3px #E1E1CB;
  }
  .micropure5 h3 {
    font-size: 1.4em;
  }
  .micropure5 .box2 {
    padding: 4vw 4vw 1vw;
    margin-bottom: 6vw;
    text-align: center;
  }
  .micropure5 .box2 .txt {
    font-size: 0.6em;
    line-height: 1.6em;
    display: inline-block;
    text-align: right;
  }
  .micropure5 .box3 {
    padding: 1em;
    margin-top: -1em;
    margin-bottom: 8vw;
  }
  .micropure5 .box3 li {
    width: 100%;
    margin-bottom: 1em;
  }
  .micropure5 .btnttl {
    text-align: center;
    padding-bottom: 30px;
  }
  .micropure5 .btnttl span {
    display: inline-block;
    background-image: url("../img/brand/micropure/ttl1_l.svg"), url("../img/brand/micropure/ttl1_r.svg");
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    background-size: 1em auto, 1em auto;
    padding: 10px 1.5em;
    font-weight: bold;
    line-height: 1.8em;
    font-size: 1rem;
  }
  .micropure5 .btnttl span em {
    border-bottom: solid 5px #FFFF77;
  }
  .micropure5 .btnttl span .SP {
    display: inline-block !important;
  }
  .micropure6 .bttl3 {
    position: relative;
    z-index: 2;
  }
  .micropure6 .bttl3 span {
    display: inline-block;
    text-align: left;
    background: url("../img/brand/micropure/ico1.svg") no-repeat left center;
    background-size: 2em;
    padding-left: 3em;
    font-weight: bold;
  }
  .micropure6 .bg {
    padding: 6vw 0;
    margin-top: -9vw;
  }
  .micropure6 .bg .box {
    padding: 4vw;
  }
  .micropure6 .bg .box h3 {
    padding: 0.8em;
    margin-bottom: 6vw;
  }
  .micropure6 .bg .box h3 img {
    max-height: 2em;
  }
  .micropure6 .bg .box .daybox {
    position: relative;
    background: url("../img/brand/micropure/next.svg") no-repeat 48% bottom;
    background-size: 7px auto;
    padding-bottom: 12vw;
    margin-bottom: 6vw;
  }
  .micropure6 .bg .box .daybox .pic {
    width: 90%;
    margin: 0 auto 1em;
  }
  .micropure6 .bg .box .daybox .txt {
    width: 100%;
    text-align: left;
  }
  .micropure6 .bg .box .daybox .txt * {
    white-space: inherit;
  }
  .micropure6 .bg .box .daybox .txt h4 {
    font-weight: bold;
    font-size: 1.5em;
    padding-bottom: 0.8em;
  }
  .micropure6 .bg .box h5 {
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1.7em;
    padding-bottom: 0.8em;
  }
  .micropure6 .bg .box .daybox .txt p {
    font-size: 1em;
    line-height: 1.7em;
    padding-bottom: 25px;
  }
  .micropure6 .bg .box dl {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1em;
    line-height: 1.6em;
    padding-bottom: 1.5em;
  }
  .micropure6 .bg .box dl dt {}
  .micropure6 .bg .box dl dd {
    width: 80%;
    padding-bottom: 10px;
  }
  .micropure6 .bg .box .morebtn {
    text-align: center;
  }
  .micropure6 .bg .box .morebtn a {
    border-radius: 10px;
    display: block;
    width: 70%;
    margin: 0 auto;
    padding: 0.5em;
    text-align: center;
  }
  .micropure6 .bg .box .morebtn a span {
    font-weight: bold;
    font-size: 1.1em;
    background: url("../img/brand/micropure/arrow.svg") no-repeat right center;
    padding-right: 25px;
  }
  .micropure6 .bg .box .daybox.last {
    background: none;
    padding-bottom: 0;
  }
  .micropure6 .bg .box .daybox2 li {
    width: 100%;
    text-align: left;
    padding-bottom: 5vw;
  }
  .micropure6 .bg .box .daybox2 li .pic {
    width: 50%;
    margin: 0 auto 1em;
  }
  .micropure7 {
    padding: 8vw 0;
  }
  .micropure7 h2 {
    text-align: left;
    background: url("../img/brand/micropure/btn.png") no-repeat left center;
    background-size: 45px auto;
    padding: 20px 0 20px 60px;
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 6vw;
  }
  .welldry #brandpic {
    width: 100%;
    margin-bottom: 4vw;
  }
  .welldry1 .ttlbox {
    padding: 3vw 4vw;
    margin-bottom: 6vw;
  }
  .welldry1 .ttlbox h2 {
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.3em;
    padding-bottom: 2vw;
  }
  .welldry1 .ttlbox p {
    font-size: 1.1em;
    line-height: 1.8em;
    font-weight: bold;
  }
  .welldry1 ul {
    padding-bottom: 8vw;
  }
  .welldry1 ul li {
    width: 100%;
    padding: 1.5em;
    font-size: 0.9em;
    text-align: center;
    margin-bottom: 1em;
  }
  .welldry1 ul li .num {
    font-weight: bold;
    font-size: 1.6em;
    padding-bottom: 10px;
  }
  .welldry1 ul li .midashi {
    font-weight: bold;
    font-size: 1.6em;
    padding-bottom: 1em;
  }
  .welldry1 ul li dl {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */
    padding-bottom: 10px;
  }
  .welldry1 ul li:nth-child(1) dl {
    padding: 10px 0 20px;
  }
  .welldry1 ul li dl dt {
    width: 8em;
    line-height: 1.5em;
    text-align: left;
  }
  .welldry1 ul li dl dd {
    font-size: 3em;
    font-weight: bold;
  }
  .welldry1 ul li:nth-child(2) dd {
    font-size: 2em;
  }
  .welldry1 ul li:nth-child(2) dd em {
    font-size: 1.5em;
  }
  .welldry1 ul li .btn {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 1em;
  }
  .welldry1 ul li .btn a {
    font-size: 1.4em;
    font-weight: bold;
  }
  .welldry1 .box1 {
    background: url("../img/brand/welldry/bg1_sp.png") no-repeat center top;
    background-size: cover;
    padding: 6vw 4vw 3vw;
    margin: 0 -3vw 6vw;
  }
  .welldry1 .box1 h4 {
    width: 80%;
    margin: 0 auto 4vw;
  }
  .welldry1 .box1 p {
    width: 86%;
    margin: 0 auto 5vw;
  }
  .welldry1 .spmax {
    margin: 0 -3vw;
  }
  .welldry2 {
    padding: 10vw 0 5vw;
  }
  .welldry2 .btn1 {
    padding: 6vw 0 8vw;
  }
  .welldry2 .btn1 li {
    width: 100%;
    max-width: 464px;
    margin: 0 0 1em;
  }
  .welldry2 .btn1 li a {
    display: block;
    font-size: 1.4em;
    font-weight: bold;
    padding: 1em;
    text-align: center;
  }
  .welldry2 .btn1 li a span {
    font-weight: bold;
    background: url("../img/brand/welldry/ico1.svg") no-repeat left center;
    background-size: 1.5em auto;
    padding: 0.5em 0 0.5em 2em;
  }
  .welldry2 .btn1 li:nth-child(2) a span {
    font-weight: bold;
    background: url("../img/brand/welldry/ico2.svg") no-repeat left center;
    background-size: 1.5em auto;
    padding: 0.5em 0 0.5em 2em;
  }
  .welldry2 h3 {
    font-size: 1.6em;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5vw;
  }
  .welldry2 h3 img {
    margin-right: 0.5em;
  }
  .welldry2 .flex {
    padding-bottom: 6vw;
  }
  .welldry2 .flex .box1 {
    border: solid 1px #2B2B2B;
    width: 100%;
    margin-bottom: 1.5em;
  }
  .welldry2 .flex .box2 {
    width: 106vw;
    margin: 0 -3vw 1.5em;
    padding: 20px;
  }
  .welldry2 .flex .box2.mens {
    background: #EEFCFC;
  }
  .welldry2 .flex .box2 h4 {
    width: 60%;
    font-size: 1.3em;
    padding: 0.1em;
    margin: 0 auto 3vw;
  }
  .welldry2 .flex .box2 ul li {
    width: 27%;
    margin: 0 3%;
  }
  .welldry3 {
    padding: 0;
  }
  .welldry3 ol {
    padding-bottom: 5vw;
  }
  .welldry3 ol li {
    width: 100%;
    margin-bottom: 5vw;
  }
  .welldry3 ol li .num {
    width: 15%;
    padding: 3vw 0;
    text-align: right;
  }
  .welldry3 ol li .num img {
    width: 60%;
  }
  .welldry3 ol li h3 {
    width: 85%;
    padding: 5vw;
    font-size: 1.3em;
    line-height: 1.6em;
  }
  .welldry3 .bana1 {
    padding-bottom: 7vw;
    margin: 0 -3vw;
  }
  .welldry4 {
    padding-bottom: 8vw;
  }
  .welldry4 .box1 {
    padding: 10px;
    margin-bottom: 8vw;
  }
  .welldry4 .box1 .inner .txt {
    text-align: left;
    width: 100%;
    padding: 4vw;
    order: 2;
  }
  .welldry4 .box1 .inner .txt h3 {
    font-size: 1.8em;
    color: #00C8C8;
    font-weight: bold;
    padding-bottom: 20px;
  }
  .welldry4 .box1 .inner .txt h3 em {
    font-size: 1.4em;
  }
  .welldry4 .box1 .inner .txt p {
    line-height: 2em;
    padding-bottom: 20px;
  }
  .welldry4 .box1 .inner .txt p.alignR {
    font-weight: bold;
    line-height: 1.8em;
    padding: 0;
  }
  .welldry4 .box1 .inner .pic {
    width: 50%;
    margin: 0 auto;
    order: 1;
  }
  .welldry4 .box2 {
    text-align: left;
    padding-bottom: 6vw;
  }
  .welldry4 .box2 h3 {
    font-size: 1.3em;
    font-weight: bold;
    padding-bottom: 20px;
  }
  .welldry4 .box2 p {
    line-height: 2em;
    padding-bottom: 6vw;
  }
  .welldry4 .box2 .pic {
    width: 100%;
    margin: 0 auto;
  }
  .welldry5 {
    padding: 10vw 0;
  }
  .welldry5 .bttl3 {
    font-size: 1.3em;
  }
  .voicelist {
    pading: 3vw 0;
  }
  .voicelist li {
    padding: 0 1em 1em;
    width: 100%;
    margin-bottom: 1em;
    text-align: left;
  }
  .voicelist li h3 {
    background: url("../img/brand/welldry/ico_voice.svg") no-repeat left center;
    padding: 0.8em 0 0.8em 35px;
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: dashed 1px #707070;
    margin-bottom: 1em;
  }
  .voicelist li p {
    font-size: 0.95em;
    line-height: 2em;
  }
  .welldry6 {
    padding: 10vw 3vw;
  }
  .welldry6 h2 {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 4vw;
  }
  .welldry6 .faq {
    margin-bottom: 1em;
    text-align: left;
  }
  .welldry6 .faq dt {
    background: #fff url("../img/brand/welldry/faq.svg") no-repeat 98% center;
    background-size: 0.6em auto;
    padding: 1em 1em 1em 3.5em;
    font-size: 1.2em;
    cursor: pointer;
    position: relative;
  }
  .welldry6 .faq dt span {
    position: absolute;
    left: 1em;
    margin-right: 0;
    font-weight: bold;
  }
  .welldry6 .faq dd {
    display: none;
    font-size: 1em;
    line-height: 2em;
    padding: 1em;
  }
  .welldry7 {
    padding: 10vw 0;
  }
  .welldry7 h2 {
    text-align: left;
    background: url("../img/brand/welldry/btn.png") no-repeat left center;
    background-size: 2em auto;
    padding: 1em 0 1em 2.5em;
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 6vw;
  }
  .welldry7 .btn1 {
    padding-bottom: 6vw;
  }
  .welldry7 .btn1 li {
    width: 48%;
    margin: 0 1%;
  }
  .welldry7 .btn1 li a {
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    padding: 0.7em 1em;
    text-align: center;
  }
  .rinpass1 {
    padding: 10vw 0;
  }
  .rinpass1 .box1 {
    padding: 4vw 2vw 8vw;
  }
  .rinpass1 .box1 .pic {
    width: 30%;
    margin: 0 auto 1em;
  }
  .rinpass1 .box1 .txt {
    width: 100%;
  }
  .rinpass1 .box1 .txt h2 {
    font-weight: bold;
    font-size: 1.4em!important;
    line-height: 1.6em;
    padding-bottom: 10px;
  }
  .rinpass1 .box1 .txt h3 {
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.6em;
    padding-bottom: 10px;
  }
  .rinpass1 .box1 .txt p {
    font-weight: bold;
    font-size: 1em;
    line-height: 2em;
  }
  .rinpass1 .box2 h3 {
    width: 90%;
    margin: 0 auto 4vw;
  }
  .rinpass1 .box2 ul {
    background: #fff url("../img/brand/rinpass/tarrow.svg") no-repeat center top;
    background-size: 40px auto;
    padding: 1em 1.5em 1em 3em;
  }
  .rinpass1 .box2 ul li {
    position: relative;
    padding: 0.5em 0;
    margin-bottom: 0.8em;
    font-weight: bold;
    font-size: 1em;
    text-align: left;
  }
  .rinpass1 .box2 ul li::before {
    content: "";
    background: url("../img/brand/rinpass/check.svg") no-repeat left top;
    background-size: contain;
    width: 1.3em;
    height: 1.2em;
    display: block;
    position: absolute;
    top: 0.8em;
    left: -1.5em;
  }
  .rinpass2 {
    padding: 10vw 0 4vw;
  }
  .rinpass2 .wrap {
    width: 100%;
  }
  .rinpass2 .bana1 {
    padding-bottom: 6vw;
  }
  .rinpass2 .box {
    margin-bottom: 5vw;
  }
  .rinpass2 .box .txt {
    padding: 1em 1.5em;
    text-align: left;
  }
  .rinpass2 .box .txt p {
    background: url("../img/brand/rinpass/sankaku.svg") no-repeat left 0.4em;
    padding-left: 25px;
    font-size: 1em;
    font-weight: bold;
    line-height: 2em;
  }
  .rinpass3 {
    padding: 0 0 10vw;
  }
  .rinpass3 .ttlimg {
    width: 100%;
    margin: 0 auto 4vw;
  }
  .rinpass3 .box1 {
    padding: 1em;
  }
  .rinpass3 .box1.point1 ul {
    padding: 1em 1em 0;
    margin-bottom: 4vw;
  }
  .rinpass3 .box1.point1 ul li {
    width: 100%;
    padding-bottom: 1em;
  }
  .rinpass3 .box1.point1 ul li:nth-child(2) img {
    maxwidth: 104%;
  }
  .rinpass3 .box1.point1 h5 {
    font-size: 1.3em;
    padding: 0.6em;
  }
  .rinpass3 .box1.point1 .box {
    padding: 1em;
    margin-bottom: 6vw;
  }
  .rinpass3 .box1.point1 .box .pic {
    width: 70%;
    margin: 0 auto 1em;
  }
  .rinpass3 .box1.point1 .box .txt {
    width: 100%;
    text-align: left;
  }
  .rinpass3 .box1.point1 .box .txt h6 {
    font-weight: bold;
    font-size: 1.4em;
    padding-bottom: 15px;
  }
  .rinpass3 .box1.point1 .box .txt p {
    font-size: 1.1em;
    line-height: 1.8em;
    padding-bottom: 6vw;
  }
  .rinpass3 .box1.point1 .txt1 {
    width: 100%;
    margin: 0 auto;
  }
  .rinpass3 .box1.point1 .txt1 h6 {
    font-size: 1.4em;
  }
  .rinpass3 .box1.point1 .txt1 p {
    font-size: 1em;
    font-weight: bold;
  }
  .rinpass3 .bpoint .txt2 {
    text-align: left;
    font-weight: bold;
    font-size: 1em;
    line-height: 2em;
    padding-bottom: 30px;
  }
  .rinpass3 .point2 h5 {
    font-weight: bold;
    font-size: 1.3em;
    line-height: 2.5em;
    padding-bottom: 5px;
  }
  .rinpass3 .point2 p {
    text-align: left;
    font-size: 1em;
    line-height: 1.8em;
    padding-bottom: 30px;
  }
  .rinpass3 .point2 ol {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .rinpass3 .point2 ol li {
    width: 100%;
    padding: 1.5em;
    text-align: left;
    margin-bottom: 1em;
  }
  .rinpass3 .point2 ol li:nth-child(3) {
    width: 100%;
  }
  .rinpass3 .point2 ol li .pic {
    padding-bottom: 20px;
  }
  .rinpass3 .point2 ol li:nth-child(2) .pic {
    padding: 0 0 20px;
  }
  .rinpass3 .point2 ol li p {
    padding-bottom: 20px;
  }
  .rinpass3 .point2 ol li:nth-child(3) .flex {
    padding: 0 0 20px;
  }
  .rinpass3 .point2 ol li:nth-child(3) .flex span {
    width: 48%;
  }
  .rinpass3 .point2 ol li:nth-child(3) p {
    padding-left: 0;
  }
  .rinpass3 .point3_1 {
    padding-bottom: 5vw;
  }
  .rinpass3 .point3_1 .txt {
    width: 100%;
    text-align: left;
    order: 2;
  }
  .rinpass3 .point3_1 .txt p {
    font-weight: bold;
    font-size: 1em;
    line-height: 2em;
  }
  .rinpass3 .point3_1 .pic {
    width: 100%;
    padding: 0 0 1em;
    order: 1;
  }
  .rinpass3 .point3_2 h5 {
    font-size: 1.3em;
    padding: 0.6em;
    margin: 0.5em 0 1em;
  }
  .rinpass3 .point3_2 .pbox1 {
    padding-bottom: 4vw;
  }
  .rinpass3 .point3_2 .pbox1 .pic {
    width: 100%;
    padding-bottom: 1em;
  }
  .rinpass3 .point3_2 .pbox1 .txt {
    width: 100%;
    text-align: left;
  }
  .rinpass3 .point3_2 .pbox1 .txt p {
    font-weight: bold;
    font-size: 1em;
    line-height: 2em;
  }
  .rinpass3 .point3_2 .pbox2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .rinpass3 .point3_2 .pbox2 li {
    width: 70%;
    margin: 0 auto 1em;
    font-size: 1em;
    line-height: 2em;
  }
  .rinpass3 .point3_2 .pbox2 li::after {
    background: url("../img/brand/rinpass/sankaku2.svg") no-repeat right top;
    background-size: contain;
    content: "";
    display: block;
    width: 1em;
    height: 1.3em;
    position: absolute;
    right: -15%;
    top: 25%;
  }
  .rinpass3 .point3_2 .pbox2 li:last-of-type::after {
    display: none;
  }
  .rinpass3 .point3_2 .pbox2 li p {
    font-weight: bold;
    padding-top: 1.5em;
  }
  .rinpass3 .point3_2 .pbox3 {
    padding-top: 6vw;
  }
  .rinpass3 .point3_2 .pbox3 div {
    width: 100%;
    text-align: left;
  }
  .rinpass3 .point3_2 .pbox3 div h6 {
    font-weight: bold;
    font-size: 1.3em;
    padding-bottom: 0.8em;
  }
  .rinpass3 .point3_2 .pbox3 div p {
    font-weight: bold;
    font-size: 1em;
    line-height: 2em;
    padding-bottom: 4vw;
  }
  .rinpass4 {
    padding: 0 0 10vw;
  }
  .rinpass4 .box1 {
    background: #E8F3F7;
    background-size: 60% auto;
    padding: 1.5em 1em;
    text-align: left;
    margin-bottom: 10vw;
  }
  .rinpass4 .box1 h2 {
    font-size: 1.2em!important;
    padding-left: 30%;
    line-height: 1.7em;
    font-weight: bold;
    padding-bottom: 1em;
    margin:0!important;
  }
  .rinpass4 .box1 p {
    font-size: 1em;
    line-height: 1.6em;
    padding: 1em 0 0;
  }
  .rinpass4 .box2 {
    padding: 0 0 3vw;
  }
  .rinpass4 .box2 .pic {
    width: 100%;
    padding-bottom: 1em;
  }
  .rinpass4 .box2 .txt {
    width: 100%;
  }
  .rinpass4 .box2 .txt h3 {
    font-weight: bold;
    font-size: 1.1em!important;
    line-height: 1.4em;
    background: url("../img/brand/rinpass/ttl3.svg") no-repeat left bottom;
    background-size: 100% auto;
    padding-bottom: 2em!important;
    margin-bottom: 1em;
  }
  .rinpass4 .box2 .txt p {
    font-size: 1em;
    line-height: 2.2em;
    font-weight: bold;
  }
  .rinpass4 .box2 .txt p em {
    border-bottom: solid 3px #6D9BCC;
  }
  .rinpass5 {
    padding: 10vw 0;
    margin-bottom: 10vw;
  }
  .rinpass5 .bttl3 {
    font-size: 1.3em;
    padding-bottom:1em!important;
  }
  .rinpass6 {
    padding: 3vw 0 8vw;
  }
  .rinpass6 .wrap {
    padding: 1.5em;
    text-align: left;
  }
  .rinpass6 .wrap h3 {
    font-weight: bold;
    font-size: 1.4em;
    padding: 1em 0;
  }
  .rinpass6 .wrap p {
    font-weight: bold;
    line-height: 1.7em;
    font-size: 1em;
    padding-bottom: 20px;
  }
  .rinpass6 .wrap p img {
    max-width: 100%;
  }
  .rinpass7 {
    padding-bottom: 6vw;
  }
  .rinpass7 p {
    padding-bottom: 4vw;
  }
  .rinpass #product .itemname {
    text-align: left;
    background: url("../img/brand/rinpass/btn.png") no-repeat left center;
    background-size: auto;
    background-size: 26px auto;
    padding: 10px 0 10px 35px;
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 2vw;
  }
  .rinpass #product {
    text-align: left;
    padding: 10vw 0;
  }
}
@media screen and (max-width: 640px) {
  body {
    font-size: 3.5vw;
  }
  .s-bana {
    margin: 0 -5vw;
    padding: 1.5em 0;
  }
  .slick-dotted.slick-slider {
    display:block;
    margin-bottom:5px;
  }
}


/* end/sp.css */
