@charset "UTF-8";
@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}


strong {
  font-weight: 200;
}
i{
  font-family: 'Helvetica Neue', Helvetica, Arial,"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic,-apple-system,BlinkMacSystemFont, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
  font-weight: 200;
  letter-spacing: 0;
}

@media only screen and (min-width: 1025px) {
  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }
}

@media only screen and (min-width: 641px) and (max-width: 779px) {
  body {
    -webkit-text-size-adjust: 100%;
  }

  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }
}

@media only screen and (min-width: 780px) and (max-width: 1024px) {
  body {
    -webkit-text-size-adjust: 100%;
  }

  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }
}

@media only screen and (max-width: 896px) {
  body {
    -webkit-text-size-adjust: 100%;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

.backtotop a {
  position: fixed;
  right: 40px;
  bottom: -60px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.backtotop a:hover {
  position: fixed;
  right: 40px;
  bottom: -10px;
}

::selection {
  background: #0087a5;
}

::-webkit-selection {
  background: #0087a5;
}

::-moz-selection {
  background: #0087a5;
}

::-ms-selection {
  background: #0087a5;
}

::-o-selection {
  background: #0087a5;
}


.wrapper {
  width: 90%;
  height: 100%;
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
  clear: both;
  z-index: 1;
}

.window_wrap {
  width: 95%;
  margin: 2.5% auto;
}

.wrap_inner {
  width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .wrap_inner {
    width: 100%;
  }
}

.breadcrumbs {
  width: 100%;
  height: 30px;
  font-size: 10px;
  z-index: 10000;
  margin: 0 0 20px -10px;
}

.breadcrumbs span {
  line-height: 30px;
  font-size: 10px;
  margin: 0 5px;
}

.breadcrumbs a, .breadcrumbs span {
  font-size: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.breadcrumbs a:hover, .breadcrumbs span:hover {
  color: #0087a5;
}

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

/* ウェア　文言変更用 調整 */
@media only screen and (min-width: 641px) {
  .products_wear-message-change span{
    font-weight: normal;
    font-size: 1em;
    color: #0088A6;
    text-indent: -0.5em;
    display: inline-block;
  }
}
@media only screen and (max-width: 640px) {
  .products .products_wear-message-change span{
    color: #231815;
  }
}
.features > p .cart_wear-message-change span{
  font-weight: normal;
  font-size: 1em;
  color: #0088A6;
  text-indent: -0.5em;
  display: inline-block;
}
/* //ウェア　文言変更用 調整 */

.serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.wrapT {
  width: 100%;
  height: 360px;
  position: relative;
  display: table;
}

.wrapT .wrapC {
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

.flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

.tar {
  text-align: right;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt150 {
  margin-top: 150px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb150 {
  margin-bottom: 150px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pt150 {
  padding-bottom: 150px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb150 {
  padding-bottom: 150px;
}

.main-title {
  text-align: center;
  font-size: 15px;
  font-size: .9375rem;
  color: #3c7cf1;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .main-title {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 20px;
  }
}

.main-title::before {
  width: 130px;
  height: 1px;
  content: '';
  background: #3c7cf1;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -65px;
}

.sbs {
  font-size: 0;
}

.sbs li {
  display: inline-block;
  vertical-align: top;
}

a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

#footer a {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#footer a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.bdrs12 {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.bdrs24 {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}

.bdrs32 {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
}

.clr-key {
  color: #0087a5;
}

.clr-key span {
  color: #0087a5;
}

.clr-red {
  color: #e50012;
}

.more_btn {
  width: 100%;
}

.more_btn a {
  width: 240px;
  height: 60px;
  line-height: 60px;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #0087a5;
  font-weight: 200;
  font-size: 2rem;
  position: relative;
  border: 2px solid #0087a5;
}

@media only screen and (max-width: 640px) {
  .more_btn a {
    width: 40%;
    height: 60px;
    line-height: 60px;
    font-size: 1.5rem;
  }
}

.more_btn a::before {
  content: "\f105";
  line-height: 60px;
  position: absolute;
  top: 53%;
  left: 30%;
  text-align: center;
  color: #0087a5;
  font-size: 2.8rem;
  font-family: 'FontAwesome';
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 640px) {
  .more_btn a::before {
    top: 31px;
    font-size: 14px;
  }
}

.more_btn-products {
  width: 100%;
  margin: 100px auto;
}

@media only screen and (max-width: 640px) {
  .more_btn-products {
    margin: 50px auto;
  }
}

.more_btn-products a {
  width: 330px;
  height: 53px;
  line-height: 53px;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-weight: 200;
  font-size: 2rem;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background: #0087a5;
}

@media only screen and (max-width: 640px) {
  .more_btn-products a {
    width: 70%;
    height: 48px;
    line-height: 48px;
    font-size: 1.5rem;
  }
}

.more_btn-products a::before {
  content: "\f0da";
  line-height: 60px;
  position: absolute;
  top: 50%;
  right: 10px;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-family: 'FontAwesome';
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.more_btn-products_red a {
  background: #c1272d;
}

.table_col {
  width: 100%;
}

.table_col tr {
  border: 1px solid #ccc;
}

.table_col tr td {
  width: 70%;
  border-bottom: 1px solid #ccc;
  padding: 18px;
  vertical-align: middle;
  font-size: 1.5rem;
}

.table_col tr td:first-child {
  width: 30%;
  border-right: 1px solid #ccc;
  background: #fafafa;
  font-weight: 600;
}

.table_col_bb {
  width: 100%;
}

.table_col_bb tr {
  border: 0;
}

.table_col_bb tr td {
  width: 80%;
  font-size: 1.5rem;
  padding: 35px 18px;
  color: #666;
}

@media only screen and (max-width: 640px) {
  .table_col_bb tr td {
    width: 100%;
    display: block;
    padding: 20px;
    font-size: 1.rem;
  }
}

.table_col_bb tr td:first-child {
  width: 20%;
  background: none;
  border-right: 0;
  vertical-align: top;
}

@media only screen and (max-width: 640px) {
  .table_col_bb tr td:first-child {
    width: 100%;
    border-bottom: 0;
    padding-bottom: 0;
  }
}

.table_col_bb tr td span {
  font-size: 1.3rem;
  color: #666;
}

.table_col_bb tr td a {
  font-size: 15px;
  font-size: .9375rem;
  color: #666;
  display: inline-block;
  margin-left: 15px;
  text-decoration: underline;
}

.table_col_bb tr td a i {
  color: #666;
}

.table_col_bb tr td .sbs {
  margin-top: 20px;
}

.table_col_bb tr td .sbs li {
  width: 48%;
  margin: 0 4% 4% 0;
}

@media only screen and (max-width: 640px) {
  .table_col_bb tr td .sbs li {
    margin-bottom: 8%;
  }
}

.table_col_bb tr td .sbs li:nth-of-type(2n) {
  margin-right: 0;
}

.table_col_bb tr td .sbs li a {
  margin-left: 0;
}

.table_col_bb tr td .sbs li img {
  padding: 10px;
  border: 1px solid #cdcdcd;
}

@media only screen and (max-width: 640px) {
  .table_col_bb tr td .sbs li img {
    padding: 5px;
  }
}

.table_col_bb tr td .sbs li figcaption {
  text-align: center;
  margin-top: 10px;
  font-size: 1.3rem;
  color: #666;
}

@media only screen and (max-width: 640px) {
  .table_col_bb tr td .sbs li figcaption {
    font-size: 1.1rem;
    margin-top: 5px;
  }
}

.fixed_mouse {
  width: 21px;
  height: 30px;
  border: 2px solid #0087a5;
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  border-radius: 13px;
  z-index: 10000;
}

.fixed_mouse i {
  width: 3px;
  height: 6px;
  background: #0087a5;
  font-style: normal;
  position: absolute;
  top: 45%;
  left: 53%;
  -webkit-border-radius: 1.5px;
  -moz-border-radius: 1.5px;
  -ms-border-radius: 1.5px;
  border-radius: 1.5px;
  display: block;
  margin-left: -1.5px;
  animation: vertical 1s ease-in-out infinite alternate;
}

.sbs {
  font-size: 0;
}

.sbs li {
  display: inline-block;
  vertical-align: top;
}

a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

.tar {
  text-align: right;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt150 {
  margin-top: 150px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb150 {
  margin-bottom: 150px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pt150 {
  padding-bottom: 150px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb150 {
  padding-bottom: 150px;
}

.header-wrapper {
  width: 100%;
  height: 100%;
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
  clear: both;
  z-index: 1;
}

.header {
  width: 100%;
  height: 110px;
  position: relative;
  z-index: 20000;
}
@media only screen and (max-width: 896px) {
  .header {
    height: 56px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    /* position: absolute; */
    position: fixed;
    background: #fff;
    /* top: 64px; */
    transition-duration:0.3s;
    -moz-transition-duration:0.3s;
    -webkit-transition-duration:0.3s;
    -o-transition-duration:0.3s;
    -ms-transition-duration:0.3s;
  }
  .header.header-hide{
    transform:translateY(-105%);

  }
  .header.fixed-top{
    position: fixed;
    top: 0;
  }
  main{
    padding-top: 56px;
  }
  .h-top-adjust{
    position: absolute;
    top: 0;
  }
}

.header h1 {
  width: 140px;
  position: absolute;
  top: 32px;
  left: 0;
}

@media only screen and (max-width: 896px) {
  .header h1 {
    width: 100px;
    top: 13px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
  }
}

.header .g-nav ul {
  position: absolute;
  right: 0;
}

.header .g-nav ul li {
  position: relative;
}

.header .g-nav .menu__second-level {
  display: none;
}

.header .g-nav .menu .menu__mega {
  margin-left: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.header .g-nav .menu .menu__mega:hover .menu__second-level {
  top: 30px;
  display: block;
}

.header .g-nav .menu .menu__mega:hover .menu__second-effect {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0);
  border-radius: 0 0 5px 5px;
}

.header .g-nav .menu:after {
  clear: both;
}

.header .g-nav .menu .menu__mega span {
  width: 6em;
  height: 24px;
  display: block;
  position: relative;
}

.header .g-nav .menu .menu__mega span::after {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0;
  font-family: 'FontAwesome';
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header .g-nav .menu .menu__mega span.product-info-icon::after,
.header .g-nav .menu .menu__mega span.product-info-icon:hover::after {
  right: 13px;
}

.header .g-nav .menu .menu__mega span:hover::after {
  content: "\f106";
}

.header .g-nav .menu .menu__mega .menu__second-level {
  width: 300px;
  position: absolute;
  top: 10px;
  left: -18px;
  box-sizing: border-box;
  padding: 20px;
  background: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 10000;
  text-align: left;
  font-size: 0;
  margin-top: -6px
}

.header .g-nav .menu .menu__mega .menu__second-level>li {
  width: 100%;
  margin-bottom: 8px;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.header .g-nav .menu .menu__mega .menu__second-level>li:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.header .g-nav_hdr {
  top: 20px;
}

.header .g-nav_hdr__list {
  padding-left: 30px;
}

.header .g-nav_hdr__list::before {
  width: 1px;
  height: 12px;
  background: #231815;
  position: absolute;
  top: 7px;
  left: 15px;
  content: '';
}

.header .g-nav_hdr__list:first-child::before {
  display: none;
}

.header .g-nav_hdr__list a {
  font-size: 11px;
  font-size: .6875rem;
}

.header .g-nav_ftr {
  top: 65px;
}

.header .g-nav_ftr__list {
  margin-left: 50px;
}

.header .g-nav_ftr__list::before {
  height: 4px;
  background: #0087a5;
  position: absolute;
  bottom: -5px;
  left: 0;
}
@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

.tar {
  text-align: right;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt150 {
  margin-top: 150px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb150 {
  margin-bottom: 150px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pt150 {
  padding-bottom: 150px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb150 {
  padding-bottom: 150px;
}

.sp-nav_icon {
  width: 24px;
  position: absolute;
  top: 16px;
  right: 6px;
}

.sp-nav_icon-mypage {
  width: 24px;
  position: absolute;
  top: 16px;
  right: 57px;
}

.drawer-nav {
  width: 100%;
  background: rgba(0, 136, 166, 0.85);
  z-index: 100000;
}

.drawer-nav .drawer-menu {
  border-top: 1px solid #fff;
}

@media only screen and (max-width: 896px) {
  .drawer-nav .drawer-menu {
    height: 836px;
    margin: 56px 0 0;
  }
}

.drawer-nav .drawer-menu .dead {
  text-decoration: line-through;
  pointer-events: none;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.drawer-nav .drawer-menu li a {
  border-bottom: 1px solid #fff;
  display: block;
  position: relative;
  padding: 18px 5%;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1;
}

.drawer-nav .drawer-menu li a::after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: 'FontAwesome';
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.drawer-nav .drawer-menu li .acMenu dt {
  color: #fff;
  padding: 18px 5%;
  position: relative;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 400;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
}

.drawer-nav .drawer-menu li .acMenu dt::after {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 17px;
  color: #fff;
  font-family: 'FontAwesome';
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.drawer-nav .drawer-menu li .acMenu dd a {
  background: rgba(255, 255, 255, 0.8);
  padding: 18px 5%;
  color: #231815;
  font-size: 14px;
  font-size: .875rem;
}

.drawer-nav .drawer-menu li .acMenu dd a::after {
  color: #0087a5;
}

.drawer-nav .drawer-menu li .acMenu .active::after {
  content: "\f106";
}

.drawer-nav .drawer-menu_parent a {
  color: #fff;
}

.drawer-nav .drawer-menu_parent a::after {
  color: #fff;
}

.drawer-nav .drawer-menu_child a {
  background: rgba(255, 255, 255, 0.8);
  color: #231815;
  font-size: 14px;
  font-size: .875rem;
}

.drawer-nav .drawer-menu_child a::after {
  color: #0087a5;
}

.drawer-overlay {
  background: rgba(0, 0, 0, 0.8);
  z-index: 5000;
}

.drawer--right .drawer-nav {
  right: -30.25rem;
}

@media only screen and (max-width: 640px) {
  .drawer--right .drawer-nav {
    right: -100%;
  }
}

.drawer-hamburger {
  width: 26px;
  height: 8px;
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  padding: 30px 30px 40px;
  z-index: 1000000;
  background: #0087a5;
}

@media only screen and (max-width: 896px) {
  .drawer-hamburger {
    padding: 20px 15px 29px;
  }
  .drawer-hamburger.btn-top-adjust{
    top: -64px !important;
  }
}
.drawer-hamburger:hover {
  background: #0087a5;
}

.drawer-hamburger-icon {
  height: 2px;
  background: #fff;
  margin-top: 8px;
}

.drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  height: 2px;
  background: #fff;
}

.drawer-hamburger-icon:after {
  top: -10px;
}

.drawer-hamburger-icon:before {
  top: 10px;
}

.drawer-open .drawer-hamburger {
  background: #fff;
}

.drawer-open .drawer-hamburger-icon::before, .drawer-open .drawer-hamburger-icon::after {
  background: #0087a5;
}

.drawer--left .drawer-nav {
  left: -60rem;
  -webkit-transition: left .6s cubic-bezier(.19, 1, .22, 1);
  transition: left .6s cubic-bezier(.19, 1, .22, 1);
}

/* .drawer--left.drawer-open .drawer-hamburger, .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: -20px !important;
}*/

@media only screen and (max-width: 896px) {
  .drawer--left.drawer-open .drawer-hamburger{
    left: 0;
  }
}

@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

.tar {
  text-align: right;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt150 {
  margin-top: 150px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb150 {
  margin-bottom: 150px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pt150 {
  padding-bottom: 150px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb150 {
  padding-bottom: 150px;
}

.footer {
  padding-top: 100px;
}

@media only screen and (max-width: 640px) {
  .footer {
    padding-top: 60px;
  }
}

.footer-hdr {
  margin-top: 100px;
  padding: 30px 0;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
}
@media only screen and (max-width: 896px) {
  .footer-hdr {
    padding: 0;
    border: 0;
    margin-bottom: 40px;
  }

  .footer-hdr .wrapper {
    width: 100%;
  }
}

.footer-hdr_nav__lists {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-hdr_nav__none-pc {
  display: none;
}

@media only screen and (max-width: 896px) {
  .footer-hdr_nav__lists {
    display: block;
  }

  .footer-hdr_nav__none-pc {
    display: block;
  }
}

.footer-hdr_nav__list .clr-key {
  margin-bottom: 10px;
  display: block;
}
.footer-hdr_nav__lists > .footer-hdr_nav__list{
  position: relative;
}
.footer-hdr_nav__lists > .footer-hdr_nav__list > a::before {
  content: "\f105";
  text-align: center;
  position: absolute;
  top: 11px;
  left: -10px;
  color: #0087a5;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'FontAwesome';
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 896px) {
  .footer-hdr_nav__list .clr-key {
    color: #fff !important;
    background: #0087a5;
    padding: 12px 5%;
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
    position: relative;
  }

  .footer-hdr_nav__list .clr-key-black {
    color: #fff !important;
    background: #000;
    padding: 12px 5%;
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
    position: relative;
  }

  .footer-hdr_nav__list .clr-key::before {
    content: "\f105";
    line-height: 60px;
    position: absolute;
    top: 50%;
    right: 10px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: 'FontAwesome';
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .footer-hdr_nav__list .bg-black {
    background-color: #000;
  }
}

.footer-hdr_nav__list a, .footer-hdr_nav__list span {
  font-size: 15px;
  font-size: .9375rem;
}

.footer-hdr_nav__list_in_item {
  margin-bottom: 7px;
}

@media only screen and (max-width: 896px) {
  .footer-hdr_nav__list_in_item {
    padding: 12px 5%;
    border-bottom: 1px solid #ACACAC;
    margin-bottom: 0;
    list-style: none;
    position: relative;
  }

  .footer-hdr_nav__list_in_item::before {
    content: "\f105";
    line-height: 60px;
    position: absolute;
    top: 50%;
    right: 10px;
    text-align: center;
    color: #0087a5;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: 'FontAwesome';
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .footer-hdr_nav__list_in_item:last-child {
    border-bottom: 0;
  }
}

.footer-hdr_nav__list_in_item:last-child {
  margin-bottom: 0;
}

.footer-hdr_nav__list_in_item span {
  display: block;
  padding-left: 1em;
}

@media only screen and (max-width: 896px) {
  .footer-hdr_nav__list_in_item span {
    display: none;
  }
}

.footer-ftr ul {
  text-align: center;
}

.footer-ftr_sns li {
  width: 50px;
}

.footer-ftr_sns li:nth-child(2) {
  margin: 0 20px;
}

.footer-ftr_logo {
  width: 227px;
  margin: 50px auto;
}

@media only screen and (max-width: 640px) {
  .footer-ftr_logo {
    margin: 40px auto;
  }
}

.footer-ftr_nav {
  margin-bottom: 50px;
}

@media only screen and (max-width: 640px) {
  .footer-ftr_nav {
    display: none;
  }
}

.footer-ftr_nav li {
  margin-right: 90px;
}

.footer-ftr_nav li:last-child {
  margin-right: 0;
}

.footer-ftr_nav li a {
  font-size: 15px;
  font-size: .9375rem;
}

.footer-copyright {
  width: 100%;
  background: #E4E4E4;
  text-align: center;
  padding: 8px 0;
  font-size: 12px;
  font-size: .75rem;
  color: #2C2C2C;
}

@media only screen and (max-width: 640px) {
  .footer-copyright {
    font-size: 10px;
    font-size: .625rem;
  }
}

.footer-logo {
  width: 56px;
  margin: 14px auto 50px;
}

@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

.tar {
  text-align: right;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt150 {
  margin-top: 150px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb150 {
  margin-bottom: 150px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pt150 {
  padding-bottom: 150px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb150 {
  padding-bottom: 150px;
}

.home-title {
  font-size: 70px;
  font-size: 4.375rem;
  font-weight: 100;
  text-align: center;
  line-height: 1;
  margin-bottom: 80px;
}

@media only screen and (max-width: 640px) {
  .home-title {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
}

.home-title span {
  display: block;
  font-size: 14px;
  font-size: .875rem;
}

.home_kv {
  margin-bottom: 40px;
}

.home_kv__slider li {
  position: relative;
}

.home_kv__slider li figure {
  position: relative;
}

.home_kv__slider li figure figcaption {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home_kv__slider li figure figcaption p strong {
  display: block;
}

.home_navi__content {
  width: 100%;
  height: 100vh;
  display: table;
}

@media only screen and (max-width: 640px) {
  .home_navi__content {
    height: 50vh;
  }
}

.home_navi__content .wrap {
  display: table-cell;
  vertical-align: middle;
}

.home_navi__content .home-title {
  color: #fff;
}

.home_navi__content .home-title span {
  color: #fff;
}

.home_navi__content-lead {
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .home_navi__content-lead {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}

.home_navi .more_btn a {
  color: #fff;
  border: 2px solid #fff;
}

.home_navi .more_btn a::before {
  color: #fff;
}

.home_navi__concept {
  background: url("../../../img/resno/home/bg_concept.jpg") 36% 50%/cover no-repeat;
}

@media only screen and (max-width: 640px) {
  .home_navi__concept {
    background: url("../../../img/resno/home/sp/bg_concept-sp.jpg") 50% 50%/cover no-repeat;
  }
}

.home_navi__special-1 {
  background: url("../../../img/resno/home/bg_speccial_01.jpg") 70% 50%/cover no-repeat;
}

@media only screen and (max-width: 640px) {
  .home_navi__special-1 {
    background: url("../../../img/resno/home/sp/bg_speccial_01-sp.jpg") 90% 50%/cover no-repeat;
  }
}

.home_navi__special-1 .home-title, .home_navi__special-1 .home_navi__content-lead {
  color: #fff;
}

.home_navi__special-1 .home-title span, .home_navi__special-1 .home_navi__content-lead span {
  color: #fff;
}

.home_navi__special-2 {
  background: url("../../../img/resno/home/bg_speccial_02.jpg") 50% 50%/cover no-repeat;
}

@media only screen and (max-width: 640px) {
  .home_navi__special-2 {
    background: url("../../../img/resno/home/sp/bg_speccial_02-sp.jpg") 80% 0/cover no-repeat;
  }
}

.home_products {
  margin-top: 120px;
}

@media only screen and (max-width: 640px) {
  .home_products {
    margin-top: 60px;
  }
}

.home_products ul {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
  .home_products ul {
    display: block;
  }
}

.home_products ul li {
  width: 49%;
  margin-bottom: 100px;
}

@media only screen and (max-width: 640px) {
  .home_products ul li {
    width: 100%;
    margin-bottom: 50px;
  }
}

.home_products ul li figure figcaption {
  display: block;
  text-align: center;
}

.home_products ul li figure figcaption p {
  font-size: 28px;
  font-size: 1.75rem;
  margin-top: 22px;
}

@media only screen and (max-width: 640px) {
  .home_products ul li figure figcaption p {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 14px;
  }
}

.home_products ul li figure figcaption strong {
  font-size: 30px;
  font-size: 1.875rem;
  display: block;
  margin-top: 25px;
  color: #333;
}

@media only screen and (max-width: 640px) {
  .home_products ul li figure figcaption strong {
    margin-top: 12px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.home_products ul li figure figcaption .btn a {
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  display: block;
  background: #0087a5;
  font-size: 22px;
  font-size: 1.375rem;
  position: relative;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .home_products ul li figure figcaption .btn a {
    width: 70%;
  }
}

.home_products ul li figure figcaption .btn a::before {
  content: "\f105";
  line-height: 60px;
  position: absolute;
  top: 50%;
  left: 40%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'FontAwesome';
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 640px) {
  .home_products ul li figure figcaption .btn a::before {
    top: 51%;
    left: 30%;
  }
}

.home_products ul li:last-child figure figcaption .btn {
  margin-top: calc(18px + 3rem);
}

@media only screen and (max-width: 640px) {
  .home_products ul li:last-child figure figcaption .btn {
    margin-top: 14px;
  }
}

/* 購入ボタン */
/* サプリ・クリーム・デュアルパッド */
.btn-products-buy a {
  width: 40%;
  height: 50px;
  line-height: 53px;
  color: #fff;
  display: block;
  background: #0087a5;
  font-size: 22px;
  font-size: 1.6rem;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 860px) {
  .btn-products-buy a {
    width: 60%;
    font-size: 16px;
  }
}

@media only screen and (max-width: 640px) {
  .btn-products-buy a {
    width: 100%;
  }
}

.btn-products-buy a::before {
  content: "\f105";
  line-height: 60px;
  position: absolute;
  top: 50%;
  left: 26%;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-family: 'FontAwesome';
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 640px) {
  .btn-products-buy a::before {
    top: 51%;
    left: 30%;
  }
}

.btn-products-buy {
  margin-top: 32px;
}

@media only screen and (max-width: 640px) {
  .btn-products-buy {
    margin-top: 14px;
  }
}

/* デュアルパッド */
.btn-products-buy-dualpad a {
  width: 80%;
  height: 50px;
  line-height: 53px;
  color: #fff;
  display: block;
  background: #0087a5;
  font-size: 22px;
  font-size: 1.6rem;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 860px) {
  .btn-products-buy-dualpad a {
    width: 60%;
    font-size: 16px;
  }
}

@media only screen and (max-width: 640px) {
  .btn-products-buy-dualpad a {
    width: 100%;
  }
}

.btn-products-buy-dualpad a::before {
  content: "\f105";
  line-height: 60px;
  position: absolute;
  top: 50%;
  left: calc(20 / 768 * 100vw);
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-family: 'FontAwesome';
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(0, -50%);
}

@media only screen and (max-width: 640px) {
  .btn-products-buy-dualpad a::before {
    top: 51%;
    left: 30%;
  }
}

.btn-products-buy-dualpad {
  margin-top: 32px;
}

@media only screen and (max-width: 640px) {
  .btn-products-buy-dualpad {
    margin-top: 14px;
  }
}
/* //購入ボタン */
@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

.tar {
  text-align: right;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt150 {
  margin-top: 150px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb150 {
  margin-bottom: 150px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pt150 {
  padding-bottom: 150px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb150 {
  padding-bottom: 150px;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  opacity: 0.9;
}

.icon-mypage {
  width: 18px;
  height: 18px;
  background: url("../images/common/icon-man.svg") 0 0/cover no-repeat;
}

.icon-cart {
  width: 20px;
  height: 20px;
  background: url("../images/common/icon-cart.svg") 0 0/cover no-repeat;
}

.icon-guide {
  width: 14px;
  height: 16px;
  background: url("../images/common/icon-guide.svg") 0 0/cover no-repeat;
}

.icon-contact {
  width: 17px;
  height: 16px;
  background: url("../images/common/icon-mail.svg") 0 0/cover no-repeat;
}

.icon-colantotte {
  width: 24px;
  height: 18px;
  background: url("/resno/images/common/bl_symbol.svg") 0 0/cover no-repeat;
  vertical-align: -5px;
}

.icon-other {
  width: 8px;
  height: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-top: 2px solid #fff;
  background: #0087a5;
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
}

.icon-other:before {
  width: 8px;
  height: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  left: -3px;
}

@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

.tar {
  text-align: right;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt150 {
  margin-top: 150px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb150 {
  margin-bottom: 150px;
}

@media only screen and (min-width: 641px) {
  .pc-mb250 {
    margin-bottom: 250px;
  }

  .sp-mb50 {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 640px) {
  .pc-mb250 {
    margin-bottom: 0;
  }

  .sp-mb50 {
    margin-bottom: 50px;
  }
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pt150 {
  padding-bottom: 150px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb150 {
  padding-bottom: 150px;
}

.page-kv {
  width: 100%;
  height: 440px;
  display: table;
  margin-bottom: 50px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .page-kv {
    height: 290px;
  }
}

.page-kv h1 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.page-kv h1 img {
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .page-kv h1 span {
    color: #fff;
    display: block;
    text-shadow: 0px 0px 5px #000000;
  }
}

.page-kv_icon {
  width: 160px;
  position: absolute;
  left: 5%;
  bottom: 10%;
}

@media only screen and (max-width: 640px) {
  .page-kv_icon {
    width: 100px;
  }
}

.page-kv_concept {
  background: url("../../../img/resno/concept/kv-concept.jpg") center/cover no-repeat;
}

@media only screen and (max-width: 640px) {
  .page-kv_concept {
    background: url("../../../img/resno/concept/kv-concept-sp.jpg") center/cover no-repeat;
  }
}

.page-kv_concept h1 img {
  width: 300px;
}

@media only screen and (max-width: 640px) {
  .page-kv_concept h1 img {
    width: 200px;
  }
}

.page-kv_products {
  background: url("../../../img/resno/products/kv-products.jpg") center/cover no-repeat;
}

@media only screen and (max-width: 640px) {
  .page-kv_products {
    background: url("../../../img/resno/products/kv-products-sp.jpg") center/cover no-repeat;
  }
}

.page-kv_products h1 img {
  width: 300px;
}

@media only screen and (max-width: 640px) {
  .page-kv_products h1 img {
    width: 200px;
  }
}

.page-kv_sw_wear {
  background: url("../../../img/resno/products/sw_wear/kv-sw_wear.jpg") center/cover no-repeat;
}

@media only screen and (max-width: 640px) {
  .page-kv_sw_wear {
    background: url("../../../img/resno/products/sw_wear/kv-sw_wear-sp.jpg") center/cover no-repeat;
    margin-bottom: 40px;
  }
}

.page-kv_sw_wear h1 img {
  width: 460px;
}

@media only screen and (max-width: 640px) {
  .page-kv_sw_wear h1 img {
    width: 300px;
  }
}

.page-kv_dual_pad {
  background: url("../../../img/resno/products/dual_pad/kv-dual_pad.jpg") center/cover no-repeat;
}

@media only screen and (max-width: 640px) {
  .page-kv_dual_pad {
    background: url("../../../img/resno/products/dual_pad/kv-dual_pad-sp.jpg") center/cover no-repeat;
  }
}

.page-kv_dual_pad h1 img {
  width: 300px;
}

@media only screen and (max-width: 640px) {
  .page-kv_dual_pad h1 img {
    width: 200px;
  }
}

.page-kv_supplement {
  background: url("../../../img/resno/products/supplement/kv-supplement.jpg") center/cover no-repeat;
}

@media only screen and (max-width: 640px) {
  .page-kv_supplement {
    background: url("../../../img/resno/products/supplement/kv-supplement-sp.jpg") center/cover no-repeat;
  }
}

.page-kv_supplement h1 {
  padding-top: 3vh;
  padding-bottom: 21vh;
}

@media only screen and (max-width: 640px) {
  .page-kv_supplement h1 {
    padding-top: 0;
    padding-bottom: 16vh;
  }
}

.page-kv_supplement h1 img {
  width: 460px;
}

@media only screen and (max-width: 640px) {
  .page-kv_supplement h1 img {
    width: 250px;
  }
}

.page-kv_aroma_cream {
  background: url("../../../img/resno/products/aroma_cream/kv-aroma_cream.jpg") center/cover no-repeat;
}

@media only screen and (max-width: 640px) {
  .page-kv_aroma_cream {
    background: url("../../../img/resno/products/aroma_cream/kv-aroma_cream-sp.jpg") center/cover no-repeat;
  }
}

.page-kv_aroma_cream h1 img {
  width: 330px;
}

@media only screen and (max-width: 640px) {
  .page-kv_aroma_cream h1 img {
    width: 200px;
  }
}

.page-kv .purchase-btn{
  width: 180px;
  height: 55px;
  background: #d0121b;
  border-radius: 3px;
  position: absolute;
  text-align: center;
  bottom: 0;
  right: 0;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
@media only screen and (max-width: 640px) {
  .page-kv .purchase-btn{
    width: 120px;
    height: 45px;
  }
}
.page-kv .purchase-btn::before{
  /* content: '';
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  bottom: 36%;
  left: 17%;
  transform: rotate(90deg); */
  font-size: 20px;
  color: #fff;
  content: "\f105";
  text-align: center;
  position: absolute;
  top: 50%;
  left: 17%;
  font-family: 'FontAwesome';
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 640px) {
  .page-kv .purchase-btn::before{
    font-size: 18px;
    top: 50%;
    left: 15%;
  }
}
.page-kv .purchase-btn a{
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 57px;
}
@media only screen and (max-width: 640px) {
  .page-kv .purchase-btn a{
    line-height: 47px;
    font-size: 13px;
    padding-left: 11%;
  }
}

@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

.tar {
  text-align: right;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt150 {
  margin-top: 150px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb150 {
  margin-bottom: 150px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pt150 {
  padding-bottom: 150px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb150 {
  padding-bottom: 150px;
}

.go_to_top {
  position: fixed;
  right: 5%;
  bottom: 5%;
  z-index: 100;
}

.go_to_top.btn_hidden {
  display: none;
}

@media screen and (min-width: 641px) {
  .g-nav-headline-link>a {
    color: #0087a5;
  }

  .g-nav-headline-link>a:visited {
    color: #0087a5;
  }
}

#home .g-nav-home::before {
  width: 2em;
  content: '';
}

#concept .g-nav-concept::before {
  width: 5em;
  content: '';
}

#products .g-nav-products::before {
  width: 4em;
  content: '';
}

#user_voice .g-nav-voice::before {
  width: 4.8em;
  content: '';
}

#shop .g-nav-shop::before {
  width: 4em;
  content: '';
}

#faq .g-nav-faq::before {
  width: 2em;
  content: '';
}

@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

.tar {
  text-align: right;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt150 {
  margin-top: 150px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb150 {
  margin-bottom: 150px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pt150 {
  padding-bottom: 150px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb150 {
  padding-bottom: 150px;
}

.concept_lead {
  margin: 0 auto 40px;
}

.concept_lead h2, .concept_lead p {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}

.concept_lead h2 {
  font-size: 3.6rem;
  margin-bottom: 20px;
  font-weight: 200;
}

@media only screen and (max-width: 640px) {
  .concept_lead h2 {
    font-size: 2.2rem;
  }
}

.concept_lead p {
  font-size: 2.2rem;
  line-height: 2;
}

@media only screen and (max-width: 640px) {
  .concept_lead p {
    font-size: 1.3rem;
  }
}

.concept_support {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}

@media only screen and (min-width: 1025px) {
  .concept_support {
    display: table;
    background: url("../../../img/resno/concept/concept_bg.jpg") center/cover no-repeat;
    padding: 80px 0;
  }
}

@media only screen and (max-width: 640px) {
  .concept_support {
    margin-bottom: 40px;
  }

  .concept_support .img-triangle {
    width: 70%;
    margin: -100px auto 30px;
    position: relative;
    z-index: 100;
  }
}

.concept_support__wrap {
  display: table-cell;
  vertical-align: middle;
}

.concept_support__wrap h2 {
  font-size: 4rem;
  font-weight: 200;
  text-align: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  .concept_support__wrap h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}

.concept_support__wrap .sbs {
  width: 80%;
  margin: 0 auto;
  font-size: 0;
}

.concept_support__wrap .sbs .img, .concept_support__wrap .sbs .txt {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

.concept_support__wrap .sbs .txt {
  font-size: 1.5rem;
  line-height: 2;
  margin-left: 2%;
}

@media only screen and (max-width: 640px) {
  .concept_support__wrap .sbs .txt {
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
  }
}

@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

.tar {
  text-align: right;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt150 {
  margin-top: 150px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb150 {
  margin-bottom: 150px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pt150 {
  padding-bottom: 150px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb150 {
  padding-bottom: 150px;
}

@media only screen and (min-width: 1025px) {
  .products-index_sec-right .inner {
    position: absolute;
    top: 8%;
    right: 6%;
  }
}

@media only screen and (min-width: 1025px) {
  .products-index_sec-left .inner {
    position: absolute;
    top: 8%;
    left: 6%;
  }
}

.products-index_sec {
  width: 100%;
  height: 80vh;
  margin: 0 auto;
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .products-index_sec {
    max-width: 2080px;
    min-width: 1080px;
  }
}

@media only screen and (max-width: 896px) {
  .products-index_sec {
    height: auto;
    text-align: center;
  }
}

@media only screen and (max-width: 640px) {
  .products-index_sec {
    height: auto;
    margin-bottom: 60px;
  }
}

.products-index_sec__icon {
  width: 90px;
  display: block;
  margin-bottom: 14px;
}

.products-index_sec__title {
  font-size: 3rem;
  font-weight: 200;
  margin-bottom: 16px;
}

@media only screen and (max-width: 640px) {
  .products-index_sec__title {
    text-align: center;
    margin-bottom: 20px;
    line-height: 1;
    font-size: 2.4rem;
  }
}

.products-index_sec__title i {
  font-style: normal;
  font-size: 1.3rem;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 15px;
  line-height: 1;
  padding: 3px;
  color: #0087a5;
  border: 1px solid #0087a5;
}

@media only screen and (max-width: 640px) {
  .products-index_sec__title i {
    padding: 6px 8px;
    margin: 8px auto 0;
  }
}

.products-index_sec__title span {
  border-top: 1px solid #0087a5;
  display: block;
  margin-top: 6px;
  padding-top: 6px;
}

.products-index_sec__title b {
  color: #0087a5;
  display: block;
  font-size: 1.5rem;
  font-weight: 200;
}

@media only screen and (max-width: 896px) {
  .products-index_sec__title .sp-imgWidth-adjust {
    max-width: 640px;
    width: 100%;
  }
}

.products-index_sec__lead {
  font-size: 2rem;
  margin-bottom: 14px;
  padding: 8px;
}

#products #contents .products-index_sec__lead > small {
  font-size: 1.1rem;
} 
.products-index_sec__lead > .sp-linefeed{
  display: block;
  font-size: 2rem;
}

@media only screen and (max-width: 640px) {
  .products-index_sec__lead {
    color: #231815;
    text-align: center;
    font-size: 1.6rem;
  }
  .products-index_sec__lead > .sp-linefeed{
    display: inline;
    color: #231815;
    font-size: 1.6rem;
  }
}

.products-index_sec__content {
  line-height: 2;
  font-size: 1.3rem;
}

@media only screen and (min-width: 897px) {
  .products-index_sec__content.products-index_shadow{
    text-shadow: 1px 1px 2px #000;
  }
}

@media only screen and (max-width: 640px) {
  .products-index_sec__content {
    display: none;
  }
}

.products-index_sec__btn {
  text-align: center;
  line-height: 1;
}

.products-index_sec__btn a {
  color: #0087a5;
  position: relative;
  font-size: 2rem;
  line-height: 1;
  font-weight: 200;
}

.products-index_sec__btn a::before {
  content: "\f0da";
  position: absolute;
  top: 58%;
  right: -20px;
  text-align: center;
  color: #0087a5;
  font-size: 1.8rem;
  font-family: 'FontAwesome';
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 641px) {
  .section-hover-opacity:hover {
    opacity: 0.7;
  }
}

.products-index_sec-1 {
  background: url("../../../img/resno/products/products_bg-1.jpg") center/cover no-repeat;
}

/* @media only screen and (max-width: 640px) {
  .products-index_sec-1 {
    background: none;
  }
} */
@media only screen and (max-width: 896px) {
  .products-index_sec-1 {
    background: none;
  }
}

.products-index_sec-1 .products-index_sec__content {
  color: #fff;
}

@media only screen and (max-width: 896px) {
  .products-index_sec-1 .products-index_sec__content {
    color: #000;
  }
}

.products-index_sec-2 {
  background: url("../../../img/resno/products/products_bg-2.jpg") center/cover no-repeat;
}

@media only screen and (max-width: 896px) {
  .products-index_sec-1,
  .products-index_sec-2,
  .products-index_sec-3,
  .products-index_sec-4,
  .products-index_sec-5,
  .products-index_sec-6{
    margin-top: 40px;
  }
}

@media only screen and (max-width: 896px) {
  .products-index_sec-2 {
    background: none;
  }
}

.products-index_sec-3 {
  background: url("../../../img/resno/products/products_bg-3.jpg") center/cover no-repeat;
}

@media only screen and (max-width: 896px) {
  .products-index_sec-3 {
    background: none;
  }
}

@media only screen and (min-width: 1025px) {
  .products-index_sec-3_txt {
    position: absolute;
    top: 130px;
    right: 5%;
  }
}

.products-index_sec-3_txt .products-index_sec__lead > sup{
  color: #0087a5;
}
@media only screen and (max-width:640px) {
  .products-index_sec-3_txt .products-index_sec__lead > sup{
    color: #333;
  }
}
.products-index_sec-3_txt .products-index_sec__lead > small{
  display: block;
  font-size: 11px;
  color: #0087a5;
}
@media only screen and (max-width:640px) {
  .products-index_sec-3_txt .products-index_sec__lead > small{
    color: #333;
  }
}
.products-index_sec-3_txt .products-index_sec__lead > small span{
  font-size: 11px;
}
@media only screen and (max-width:640px) {
  .products-index_sec-3_txt .products-index_sec__lead > small span{
    color: #333;
  }
}

.products-index_sec-4 {
  background: url("../../../img/resno/products/products_bg-4.jpg") center/cover no-repeat;
}

@media only screen and (max-width: 896px) {
  .products-index_sec-4 {
    background: none;
  }
}

.products-index_sec-5 {
  background: url("../../../img/resno/products/products_bg-5.jpg") center/cover no-repeat;
}
@media only screen and (max-width: 896px) {
  .products-index_sec-5 {
    background: none;
  }
}

.products-index_sec-5 .products-index_sec__title,
.products-index_sec-5 .products-index_sec__lead,
.products-index_sec-5 .products-index_sec__content {
  color: #fff;
}

.products-index_sec-5 .products-index_sec__title span {
  border-top-color: #fff;
  color: #fff;
}

.products-index_sec-5 .products-index_sec__lead .patent {
  font-weight: bold;
}
.products-index_sec-5 .products-index_sec__lead i {
  display: inline-block;
  border: 1px solid #fff;
  margin-right: 10px;
  padding: 3px;
  font-size: 1.3rem;
  font-style: normal;
  vertical-align: bottom;
  line-height: 1;
}
@media only screen and (max-width: 896px) {
  .products-index_sec-5 .products-index_sec__title {
    color: #0087a5;
  }
  .products-index_sec-5 .products-index_sec__lead {
    color: #000;
  }
  .products-index_sec-5 .products-index_sec__lead .patent {
    font-weight: normal;
    line-height: 21px;
  }
  .products-index_sec-5 .products-index_sec__lead i {
    border-color: #000;
  }
}

.products-index_sec-6 {
  background: url("../../../img/resno/products/products_bg-6.jpg") center/cover no-repeat;
}

@media only screen and (max-width: 896px) {
  .products-index_sec-6 {
    background: none;
  }
}

.products-sw_wear .fa-sort-down {
  font-size: 3rem;
  text-align: center;
  display: block;
  margin: 60px 0;
}

@media only screen and (max-width: 640px) {
  .products-sw_wear .fa-sort-down {
    margin: 20px 0;
  }
}

.products-sw_wear_nav {
  margin-bottom: 50px;
}

@media only screen and (max-width: 640px) {
  .products-sw_wear_nav {
    background: #f7f8f8;
    padding: 40px 0;
    margin-bottom: 60px;
    margin-left: -7%;
    width: 113%;
  }
}

.products-sw_wear_nav ul {
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .products-sw_wear_nav ul li:nth-child(2) {
    margin: 0 30px;
  }
}

@media only screen and (max-width: 640px) {
  .products-sw_wear_nav ul li {
    margin: 0 0 22px;
  }

  .products-sw_wear_nav ul li:last-child {
    margin-bottom: 0;
  }
}

.products-sw_wear_whats__hdr_title {
  text-align: center;
  margin-bottom: 120px;
}

@media only screen and (max-width: 640px) {
  .products-sw_wear_whats__hdr_title {
    margin-bottom: 60px;
  }
}

.products-sw_wear_whats__hdr_lead {
  font-size: 3rem;
  line-height: 2;
  margin-bottom: 18px;
}

@media only screen and (max-width: 640px) {
  .products-sw_wear_whats__hdr_lead {
    font-size: 2rem;
    line-height: 1.8;
  }
}

@media only screen and (max-width: 640px) {
  .products-sw_wear_whats__hdr .txt_img {
    display: block;
  }
}

.products-sw_wear_whats__hdr .txt_img small {
  display: block;
}

.products-sw_wear_whats__hdr .txt_img .txt {
  width: 58%;
  line-height: 1.8;
  margin-bottom: 8px;
}

@media only screen and (max-width: 640px) {
  .products-sw_wear_whats__hdr .txt_img .txt {
    width: 100%;
    margin-bottom: 16px;
  }
}

.products-sw_wear_whats__hdr .txt_img .img {
  width: 40%;
}

@media only screen and (max-width: 640px) {
  .products-sw_wear_whats__hdr .txt_img .img {
    width: 100%;
  }
}

.products-sw_wear_whats__hdr .txt_img .img img {
  width: 100%;
}

.products-sw_wear_whats__hdr .txt_img .img small {
  text-align: right;
  margin-top: 8px;
  font-weight: 200;
}

.products-sw_wear_whats__hdr .shirts_pants {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin-top: 80px;
}

@media only screen and (max-width: 640px) {
  .products-sw_wear_whats__hdr .shirts_pants {
    margin-top: 40px;
  }
}

.products-sw_wear_whats__hdr .shirts_pants-shirts, .products-sw_wear_whats__hdr .shirts_pants-pants {
  width: 49%;
}

@media only screen and (max-width: 640px) {
  .products-sw_wear_whats__hdr .shirts_pants-shirts, .products-sw_wear_whats__hdr .shirts_pants-pants {
    width: 45%;
    display: block;
  }
}

.products-sw_wear_whats__hdr .shirts_pants-shirts .txt, .products-sw_wear_whats__hdr .shirts_pants-shirts .img, .products-sw_wear_whats__hdr .shirts_pants-pants .txt, .products-sw_wear_whats__hdr .shirts_pants-pants .img {
  width: 49%;
}

@media only screen and (max-width: 640px) {
  .products-sw_wear_whats__hdr .shirts_pants-shirts .txt, .products-sw_wear_whats__hdr .shirts_pants-shirts .img, .products-sw_wear_whats__hdr .shirts_pants-pants .txt, .products-sw_wear_whats__hdr .shirts_pants-pants .img {
    width: 100%;
  }
}

.products-sw_wear_whats__hdr .shirts_pants-shirts .txt h4, .products-sw_wear_whats__hdr .shirts_pants-pants .txt h4 {
  font-size: 2.4rem;
  margin-bottom: 17px;
}

@media only screen and (max-width: 640px) {
  .products-sw_wear_whats__hdr .shirts_pants-shirts .txt h4, .products-sw_wear_whats__hdr .shirts_pants-pants .txt h4 {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
}

.products-sw_wear_whats__hdr .shirts_pants-shirts .txt h4 span, .products-sw_wear_whats__hdr .shirts_pants-pants .txt h4 span {
  font-size: 2rem;
  display: block;
}

@media only screen and (max-width: 640px) {
  .products-sw_wear_whats__hdr .shirts_pants-shirts .txt h4 span, .products-sw_wear_whats__hdr .shirts_pants-pants .txt h4 span {
    font-size: 1.5rem;
  }
}

.products-sw_wear_whats__hdr .shirts_pants-shirts .txt p, .products-sw_wear_whats__hdr .shirts_pants-pants .txt p {
  font-size: 1.5rem;
}

@media only screen and (max-width: 640px) {
  .products-sw_wear_whats__hdr .shirts_pants-shirts .txt p, .products-sw_wear_whats__hdr .shirts_pants-pants .txt p {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 640px) {
  .products-sw_wear_whats__hdr .shirts_pants-shirts .img, .products-sw_wear_whats__hdr .shirts_pants-pants .img {
    margin-top: 18px;
  }
}

.products-sw_wear_whats__hdr .shirts_pants-shirts .img figcaption, .products-sw_wear_whats__hdr .shirts_pants-pants .img figcaption {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: 400;
}

.products-sw_wear_whats__hdr .shirts_pants-shirts .img img, .products-sw_wear_whats__hdr .shirts_pants-pants .img img {
  display: block;
  margin: 0 auto;
}

.products-sw_wear_whats__hdr .shirts_pants-pants .img figcaption {
  margin-bottom: 18px;
}

@media only screen and (max-width: 640px) {
  .products-sw_wear_whats__hdr .compare_lists {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
}

.products-sw_wear_whats__hdr .compare_lists li {
  width: 46%;
}

.products-sw_wear_whats__hdr .compare_lists li h4 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .products-sw_wear_whats__hdr .compare_lists li h4 {
    font-size: 1.6rem;
    text-align: left;
  }
}

.products-sw_wear_whats__hdr .compare_lists li h4 small {
  display: block;
  font-size: 1.6rem;
  color: #000;
}

@media only screen and (max-width: 640px) {
  .products-sw_wear_whats__hdr .compare_lists li h4 small {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 640px) {
  .products-sw_wear_whats__hdr .compare_lists li .flex {
    display: block;
  }
}

.products-sw_wear_whats__hdr .compare_lists li .flex figure {
  width: 30%;
}

@media only screen and (max-width: 640px) {
  .products-sw_wear_whats__hdr .compare_lists li .flex figure {
    width: 100%;
    margin-bottom: 18px;
  }

  .products-sw_wear_whats__hdr .compare_lists li .flex figure:nth-child(2) img {
    width: 100px;
  }
}

.products-sw_wear_whats__hdr .compare_lists li .flex figure img {
  display: block;
  margin: 0 auto;
}

.products-sw_wear_whats__hdr .compare_lists li .flex figure figcaption {
  font-size: 1.5rem;
  margin-top: 6px;
  text-align: center;
  display: block;
}

.products-sw_wear_whats__hdr .compare_lists li .flex figure:first-child {
  width: 40%;
}

@media only screen and (max-width: 640px) {
  .products-sw_wear_whats__hdr .compare_lists li .flex figure:first-child {
    width: 100%;
  }
}

.products-sw_wear_whats__hdr .compare_lists li .flex figure:last-child figcaption {
  margin-top: 16px;
}

.products-sw_wear_whats__hdr .compare_lists li .thermography {
  margin-top: 40px;
}

@media only screen and (max-width: 640px) {
  .products-sw_wear_whats__hdr .compare_lists li .thermography {
    margin-top: 30px;
  }
}

.products-sw_wear_whats__hdr .compare_lists li .thermography .fa-sort-down {
  margin: 30px 0;
}

.products-sw_wear_whats__hdr .compare_lists li .thermography_title {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.products-sw_wear_whats__hdr .compare_lists li .thermography figure figcaption {
  font-size: 1.3rem;
  margin-top: 6px;
  text-align: right;
  font-weight: 400;
  display: block;
  letter-spacing: .1em;
}

@media only screen and (max-width: 640px) {
  .products-sw_wear_whats__hdr .compare_lists li .thermography figure figcaption {
    text-align: left;
  }
}

.products-sw_wear_whats__hdr .compare_lists li .thermography_lead {
  text-align: center;
}

.products-sw_wear_whats__hdr .compare_lists li .thermography_lead i {
  font-size: 2.4rem;
  display: block;
  font-style: normal;
}

@media only screen and (max-width: 640px) {
  .products-sw_wear_whats__hdr .compare_lists li .thermography_lead i {
    font-size: 1.8rem;
  }
}

.products-sw_wear_whats__hdr .compare_lists li .thermography_lead span {
  font-size: 1.8rem;
  margin-bottom: 6px;
  display: block;
}

@media only screen and (max-width: 640px) {
  .products-sw_wear_whats__hdr .compare_lists li .thermography_lead span {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.products-sw_wear_whats__hdr .compare_lists li:last-child .thermography {
  margin-top: 70px;
}

@media only screen and (max-width: 640px) {
  .products-sw_wear_whats__hdr .compare_lists li:last-child .thermography {
    margin-top: 60px;
  }
}

.products-sw_wear_whats__hdr .compare_lists li:last-child .thermography_lead i {
  text-decoration: underline;
}

@media only screen and (max-width: 640px) {
  .products-sw_wear_whats__hdr .compare_lists li:last-child .flex figure:last-child {
    margin-top: 22px;
  }
}

.products-sw_wear_whats__ftr {
  padding: 100px 0;
  background: #efefef;
}

@media only screen and (max-width: 640px) {
  .products-sw_wear_whats__ftr {
    padding: 50px 0;
  }
}

.products-sw_wear_whats__ftr .wrapper h3 {
  font-size: 3rem;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .products-sw_wear_whats__ftr .wrapper h3 {
    font-size: 2rem;
    line-height: 1.8;
    margin-bottom: 12px;
  }
}

.products-sw_wear_whats__ftr .wrapper p {
  margin-bottom: 30px;
  line-height: 2;
}

.products-sw_wear_whats__ftr .wrapper p a {
  display: block;
  color: #0087a5;
  line-height: 1;
  padding-top: 10px;
}

.products-sw_wear_whats__ftr .wrapper p a i {
  font-size: 3rem;
  display: inline-block;
  vertical-align: -4px;
  color: #0087a5;
  line-height: .5;
  padding-right: 5px;
}

.products-sw_wear_whats__ftr_mid-img {
  margin-bottom: 30px;
}

.products-sw_wear_whats__ftr .b-img img {
  margin: 0 auto;
  display: block;
}

.products-sw_wear_whats__ftr blockquote {
  position: relative;
  padding: 30px;
  border: 1px solid #0087a5;
  margin: 30px auto 70px;
}

@media only screen and (max-width: 640px) {
  .products-sw_wear_whats__ftr blockquote {
    padding: 5%;
  }

  .products-sw_wear_whats__ftr blockquote .flex {
    display: block;
  }

  .products-sw_wear_whats__ftr blockquote .flex .lead {
    margin-bottom: 10px;
  }
}

.products-sw_wear_whats__ftr blockquote .atention {
  position: absolute;
  top: 10px;
  right: 10px;
}

.products-sw_wear_whats__ftr blockquote .txt {
  width: 63%;
}

@media only screen and (max-width: 640px) {
  .products-sw_wear_whats__ftr blockquote .txt {
    width: 100%;
  }
}

.products-sw_wear_whats__ftr blockquote .img {
  width: 34%;
}

@media only screen and (max-width: 640px) {
  .products-sw_wear_whats__ftr blockquote .img {
    width: 100%;
    margin-top: 10px;
  }
}

.products-sw_wear_whats__ftr blockquote h4 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .products-sw_wear_whats__ftr blockquote h4 {
    margin-bottom: 12px;
    font-size: 1.8rem;
  }
}

.products-sw_wear_whats__ftr blockquote p {
  font-size: 1.3rem;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .products-sw_wear_whats__ftr blockquote p {
    font-size: 1.5rem;
  }
}

.products-sw_wear_whats__ftr blockquote .name {
  font-size: 1.8rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .products-sw_wear_whats__ftr blockquote .name {
    font-size: 1.5rem;
  }
}

.products-sw_wear_whats__ftr blockquote .name span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
}

.products-sw_wear_whats__ftr .more_btn-products {
  margin: 80px auto 0;
}

@media only screen and (max-width: 640px) {
  .products-sw_wear_whats__ftr .more_btn-products {
    margin: 50px auto 0;
  }
}

.products-sw_wear_whats__ftr-2 blockquote {
  border: 1px solid #231815;
}

@media only screen and (max-width: 640px) {
  .products-sw_wear_whats__ftr-2 blockquote {
    margin-bottom: 0;
  }
}

.products-sw_wear_whats__ftr-2 blockquote .txt {
  width: 100%;
}

.products-sw_wear_whats__ftr-2 blockquote .txt p {
  margin-bottom: 0;
}

.products-sw_wear_lineup h2 {
  text-align: center;
  margin: 120px 0 80px;
}

@media only screen and (max-width: 640px) {
  .products-sw_wear_lineup h2 {
    margin: 60px 0 40px;
  }
}
.lineup-anchor{
  display: block;
  margin-top: 0;
  padding-top: 0;
}
@media only screen and (max-width: 640px) {
  .lineup-anchor{
    display: block;
    margin-top: -60px;
    padding-top: 60px;
  }
}
.products-sw_wear_lineup-kv {
  width: 100%;
  height: 440px;
  display: table;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .products-sw_wear_lineup-kv {
    height: 300px;
  }
}

.products-sw_wear_lineup-kv h3 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.products-sw_wear_lineup-kv_men {
  background: url("../../../img/resno/products/sw_wear/sw_wear_lineup_men-kv.jpg") center/cover no-repeat;
}

.products-sw_wear_lineup-kv_women {
  background: url("../../../img/resno/products/sw_wear/sw_wear_lineup_women-kv.jpg") center/cover no-repeat;
}

.products-sw_wear_lineup .title span {
  border: 1px solid #231815;
  display: inline-block;
  line-height: 1;
  padding: 4px 7px;
}

@media only screen and (max-width: 640px) {
  .products-sw_wear_lineup__lists {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
}

.products-sw_wear_lineup__lists li {
  width: 23%;
}

@media only screen and (max-width: 640px) {
  .products-sw_wear_lineup__lists li {
    width: 48%;
    margin-bottom: 20px;
  }
}

.products-sw_wear_lineup__lists li figure figcaption h4 {
  margin-bottom: 8px;
}

.products-sw_wear_lineup__lists li figure figcaption h4 span {
  display: block;
}

.products-sw_wear_lineup__lists li figure figcaption h4 span:first-child {
  font-size: 70%;
}

.products-sw_wear_lineup__lists li figure figcaption h4 span:not(:first-child) {
  padding: 5px 0 3px 0;
}

.products-sw_wear_lineup__lists li figure figcaption p, .products-sw_wear_lineup__lists li figure figcaption span {
  font-size: 1.5rem;
}

.products-sw_wear_lineup__lists li figure figcaption p span, .products-sw_wear_lineup__lists li figure figcaption span span {
  border: 1px solid #231815;
  display: inline-block;
  line-height: 1;
  padding: 3px;
}

.products-sw_wear_lineup__lists li figure figcaption .sku {
  margin: 4px 0 8px;
}

/*購入ボタン*/
.products-sw_wear_lineup__lists li .products-purchase-btn {
  margin-top: 8px;
  text-align: left;
  line-height: 1;
}

.products-sw_wear_lineup__lists li .products-purchase-btn a {
  color: #0087a5;
  position: relative;
  font-size: 1.5rem;
  line-height: 1;
}

.products-sw_wear_lineup__lists li .products-purchase-btn a::before {
  content: "\f0da";
  position: absolute;
  top: 52%;
  right: -20px;
  text-align: center;
  color: #0087a5;
  font-size: 1.8rem;
  font-family: 'FontAwesome';
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* 購入ボタン（サプリ、クリーム） */
.products-purchase-btn02 {
  margin-top: 8px;
  text-align: left;
  line-height: 1;
}

.products-purchase-btn02 a {
  color: #0087a5;
  position: relative;
  font-size: 2rem;
  line-height: 1;
}

.products-purchase-btn02 a::before {
  content: "\f0da";
  position: absolute;
  top: 52%;
  right: -20px;
  text-align: center;
  color: #0087a5;
  font-size: 1.8rem;
  font-family: 'FontAwesome';
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.products-sw_wear_lineup-description ul {
  margin-top: 40px;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

@media only screen and (max-width: 640px) {
  .products-sw_wear_lineup-description ul li {
    margin-bottom: 20px;
  }
}

.products-sw_wear_lineup-description ul .men_size {
  width: 51%;
}

@media only screen and (max-width: 640px) {
  .products-sw_wear_lineup-description ul .men_size {
    width: 100%;
  }
}

.products-sw_wear_lineup-description ul .women_size {
  width: 46%;
}

@media only screen and (max-width: 640px) {
  .products-sw_wear_lineup-description ul .women_size {
    width: 100%;
  }
}

.products-dual_pad_hdr h2, .products-dual_pad_hdr h4 {
  font-size: 3rem;
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_hdr h2, .products-dual_pad_hdr h4 {
    font-size: 2rem;
  }
}

.products-dual_pad_hdr__mode {
  margin-top: 50px;
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_hdr__mode {
    margin-top: 30px;
  }
}

.products-dual_pad_hdr__mode h3 {
  padding: 12px 1em;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 30px;
}

.products-dual_pad_hdr__mode h4 {
  margin-bottom: 18px;
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_hdr__mode h4 {
    font-size: 1.8rem;
  }
}

.products-dual_pad_hdr__mode .flex {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_hdr__mode .flex {
    display: block;
  }
}

.products-dual_pad_hdr__mode .txt {
  width: 52%;
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_hdr__mode .txt {
    width: 100%;
  }
}

.products-dual_pad_hdr__mode .txt h5 {
  margin: 30px 0 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #0087a5;
}

.products-dual_pad_hdr__mode .txt h5 span {
  display: block;
  color: #0087a5;
}

.products-dual_pad_hdr__mode .txt p {
  line-height: 2;
}

.products-dual_pad_hdr__mode .txt_2 span {
  display: block;
  margin-top: 6px;
}

.products-dual_pad_hdr__mode .txt_2 span i {
  font-style: normal;
  color: #0087a5;
}

.products-dual_pad_hdr__mode .img {
  width: 45%;
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_hdr__mode .img {
    width: 100%;
    margin-top: 20px;
  }
}

.products-dual_pad_hdr__mode-training h3 {
  background: #e3edf2;
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_hdr__mode-care {
    margin-top: 60px;
  }
}

.products-dual_pad_hdr__mode-care h3 {
  background: #fde9dc;
}

.products-dual_pad_hdr__mode-care h4 {
  color: #ea5022;
}

.products-dual_pad_hdr__mode-care .txt h5 {
  border-bottom: 1px solid #ea5022;
}

.products-dual_pad_hdr__mode-care .txt h5 span {
  font-size: 1.5rem;
  color: #ea5022;
}

.products-dual_pad_hdr__new {
  margin-top: 50px;
  padding: 30px 40px;
  border: 1px solid #231815;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_hdr__new {
    margin-top: 30px;
    display: block;
    padding: 5%;
  }
}

.products-dual_pad_hdr__new .txt {
  width: 52%;
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_hdr__new .txt {
    width: 100%;
  }
}

.products-dual_pad_hdr__new .txt h3 {
  font-size: 3rem;
  margin-bottom: 14px;
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_hdr__new .txt h3 {
    font-size: 1.8rem;
  }
}

.products-dual_pad_hdr__new .txt h4 {
  border-bottom: 1px solid #717071;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.products-dual_pad_hdr__new .txt h4 span {
  font-size: 1.5rem;
  display: block;
}

.products-dual_pad_hdr__new .txt p {
  line-height: 2;
}

.products-dual_pad_hdr__new .img {
  width: 45%;
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_hdr__new .img {
    width: 100%;
  }
}

.products-dual_pad_body {
  padding: 100px 0 50px;
  background: #efefef;
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_body {
    padding: 50px 0 20px;
  }
}

.products-dual_pad_body h2 {
  font-size: 3rem;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_body h2 {
    font-size: 2rem;
    margin-bottom: 12px;
  }
}

.products-dual_pad_body .lead {
  line-height: 2;
  margin-bottom: 30px;
}

.products-dual_pad_body .lead small {
  line-height: 1.5;
}

.products-dual_pad_body .b-img {
  margin-bottom: 50px;
}

.products-dual_pad_body .flex {
  margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_body .flex {
    display: block;
  }
}

.products-dual_pad_body .flex .txt {
  width: 60%;
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_body .flex .txt {
    width: 100%;
  }
}

.products-dual_pad_body .flex .img {
  width: 30%;
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_body .flex .img {
    width: 100%;
  }

  .products-dual_pad_body .flex .img img {
    display: block;
    margin: 0 auto;
  }
}

.products-dual_pad_body .parts {
  padding: 20px 30px;
  border: 1px solid #231815;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin-top: 50px;
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_body .parts {
    padding: 5%;
    margin-top: 20px;
  }
}

.products-dual_pad_body .parts h4 {
  margin-bottom: 12px;
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_body .parts ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_body .parts ul li {
    width: 48%;
    margin-bottom: 20px;
  }
}

.products-dual_pad_body .parts ul li figure img {
  display: block;
  margin: 0 auto;
}

.products-dual_pad_body .parts ul li figure figcaption {
  margin-top: 18px;
  text-align: center;
}

.products-dual_pad_body .parts ul li figure figcaption small {
  display: block;
}

.products-dual_pad_lets {
  padding-top: 100px;
}

.products-dual_pad_lets-care {
  margin-top: 200px;
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_lets-care {
    margin-top: 90px;
  }
}

.products-dual_pad_lets_hdr__title {
  text-align: center;
  margin-bottom: 80px;
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_lets_hdr__title {
    width: 60%;
    margin: 0 auto 40px;
  }
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_lets_hdr .lead {
    margin-bottom: 30px;
    font-size: 1.3rem;
  }
}

.products-dual_pad_lets_hdr .flex {
  margin-bottom: 80px;
}

@media only screen and (min-width: 1025px) {
  .products-dual_pad_lets_hdr .flex {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_lets_hdr .flex {
    margin-bottom: 12px;
  }
}

.products-dual_pad_lets_hdr .flex .txt {
  width: 50%;
}

.products-dual_pad_lets_hdr .flex .txt h2 {
  font-size: 3rem;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_lets_hdr .flex .txt h2 {
    font-size: 1.8rem;
  }
}

.products-dual_pad_lets_hdr .flex .txt h2 span {
  margin-top: 8px;
  display: block;
}

@media only screen and (max-width: 640px) {
  #dualpad #contents .products-dual_pad_lets_hdr .flex .txt h2 span {
    font-size: 1.3rem;
  }
}

.products-dual_pad_lets_hdr .flex .txt p {
  line-height: 2;
}

.products-dual_pad_lets_hdr .flex .img {
  width: 46%;
}

.products-dual_pad_lets_body {
  margin-bottom: 60px;
}

.products-dual_pad_lets_body__title {
  font-size: 2.2rem;
  margin-bottom: 15px;
}

.products-dual_pad_lets_ftr__title {
  font-size: 2.2rem;
}

@media only screen and (min-width: 897px) {
  .products-dual_pad_lets_ftr__title {
    margin-bottom: -2em;
  }
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_lets_ftr__title {
    font-size: 1.5rem;
    margin-bottom: -.6em;
  }
}

.products-dual_pad_lets-care .flex .txt {
  width: 40%;
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_lets-care .flex .txt {
    width: 50%;
  }
}

.products-dual_pad_lets-care .flex .txt h2, .products-dual_pad_lets-care .flex .txt span {
  color: #ea5022;
}

.products-dual_pad_lets-care .flex .img {
  width: 60%;
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_lets-care .flex .img {
    width: 46%;
  }
}

.products-dual_pad_lets-care .products-dual_pad_lets_ftr__title {
  color: #ea5022;
}

.products-dual_pad_lets-care small {
  margin-top: 14px;
  display: block;
  font-size: 75%;
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_ftr{
    margin-top: 90px;
  }
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_ftr .product_lists {
    display: block;
  }
}

.products-dual_pad_ftr .product_lists .product_list {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_ftr .product_lists .product_list {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
}
.products-dual_pad_ftr .product_lists .flex-dualpad-pc{
  flex-flow: row-reverse;
}
.products-dual_pad_ftr .product_lists .product_list .dualpad-img-adjust img{
  width: 100%;
  max-width: 590px;
}
@media only screen and (max-width: 640px) {
  .products-dual_pad_ftr .product_lists .product_list .img {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_ftr .product_lists .product_list .txt {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_ftr .product_lists .product_list .txt h2 img {
    width: 40%;
  }
}

.products-dual_pad_ftr .product_lists .product_list .txt h2 span {
  display: block;
  margin-top: 8px;
  font-size: 1.8rem;
}

.products-dual_pad_ftr .product_lists .product_list .txt .price {
  margin-top: 30px;
  font-size: 2.2rem;
  margin-bottom: 4px;
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_ftr .product_lists .product_list .txt .price {
    margin-top: 10px;
  }
}

.products-dual_pad_ftr .product_lists .product_list .txt .sku {
  border: 1px solid #231815;
  display: inline-block;
  line-height: 1;
  padding: 3px;
  margin-bottom: 2px;
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_ftr .product_lists .product_list .txt .sku {
    margin-bottom: 20px;
  }
}

.products-dual_pad_ftr .product_lists .gel_pad {
  width: 30%;
  padding-left: 30px;
  border-left: 1px solid #231815;
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_ftr .product_lists .gel_pad {
    width: 100%;
    border-left: 0;
    border-top: 1px solid #231815;
    padding: 20px 0 0 0;
  }
}

.products-dual_pad_ftr .product_lists .gel_pad h2 {
  margin-bottom: 15px;
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_ftr .product_lists .gel_pad h2 {
    margin-bottom: 4px;
  }
}

.products-dual_pad_ftr .product_lists .gel_pad .img {
  width: 100%;
}

.products-dual_pad_ftr .product_lists .gel_pad .txt {
  width: 100%;
}

.products-dual_pad_ftr .product_lists .gel_pad .txt .desc {
  margin-top: 20px;
}

.products-dual_pad_ftr .product_lists .gel_pad .txt .price {
  margin-top: 10px;
}

.products-dual_pad_ftr .set_desc {
  margin-top: 20px;
}

.products-dual_pad_ftr .set_desc-margin {
  margin-top: 50px;
  letter-spacing: 0;
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_ftr .set_desc p {
    font-size: 1.3rem;
  }
}

.products-dual_pad_ftr .set_desc p small,
.products-dual_pad_ftr .set_desc p strong,
.products-dual_pad_ftr .set_desc p small.txt-1_annotation {
  display: block;
}

.products-dual_pad_ftr .set_desc p strong {
  font-size: 2rem;
  margin-bottom: 8px;
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_ftr .set_desc p strong {
    font-size: 1.5rem;
  }
}

.products-dual_pad_ftr .set_desc p small {
  margin-top: 6px;
}

@media only screen and (max-width: 640px) {
  .products #contents .products-dual_pad_ftr .set_desc p small {
    font-size: 1.1rem;
    margin-top: 16px;
  }
  .products-dual_pad_ftr .set_desc p small:not(:first-child) {
    margin-top: 10px;
  }

}

.products #contents .products-dual_pad_ftr .set_desc p small.txt-1_annotation{
  font-size: 1.2rem;
  margin-top: 0;
  color: #f00;
}
@media only screen and (max-width: 640px) {
  .products #contents .products-dual_pad_ftr .set_desc p small.txt-1_annotation {
    font-size: 1.1rem;
    margin-top: 0;
  }
}

.products-dual_pad_ftr .set_desc .txt-1 {
  font-size: 1.3rem;
  line-height: 1.8;
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_ftr .set_desc .txt-1 {
    font-size: 1.3rem;
  }
}

.products-dual_pad_ftr .set_desc .txt-1 .products-dualpad-manual{
  font-size: 1.3rem;
  /*font-weight: bold;*/
  display: block;
  /*margin-top: 1em;*/
  padding-bottom: 10px;
}

.products-dual_pad_ftr .set_desc .txt-1 .products-dualpad-manual a{
  font-size: 1.3rem;
  /*font-weight: bold;*/
  text-decoration: underline;
}

.products-dual_pad_ftr .set_desc .txt-1 .products-dualpad-manual a i{
  font-size: 14px;
  color: #f00;
  margin-right: 6px;
  /* margin-bottom: 10px; */
  vertical-align: middle;
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_ftr .set_desc .txt-1 .products-dualpad-manual a i{
    vertical-align: 0;
  }
}


.products-dual_pad_ftr .set_desc .txt-2 {
  font-size: 1.3rem;
}
/*-----------------------------------------------------
START ゲルパッド・専用ケース　レイアウト
-----------------------------------------------------*/
@media only screen and (max-width: 640px) {
  .products-dual_pad_ftr .product_lists_separate {
    display: block;
  }
}
.products-dual_pad_ftr .product_lists_separate{
  align-items: start;
  border-top: 1px solid #231815;
  margin-top: 40px !important;
  padding-top: 40px;
}
.products-dual_pad_ftr .product_lists_separate .product_list {
  width: 60%;
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_ftr .product_lists_separate .product_list {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
}

.products-dual_pad_ftr .product_lists_separate .product_list .img {
  width: 55%;
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_ftr .product_lists_separate .product_list .img {
    width: 100%;
  }
}

.products-dual_pad_ftr .product_lists_separate .product_list .txt {
  width: 40%;
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_ftr .product_lists_separate .product_list .txt {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_ftr .product_lists_separate .product_list .txt h2 img {
    width: 40%;
  }
}

.products-dual_pad_ftr .product_lists_separate .product_list .txt h2 span {
  display: block;
  margin-top: 8px;
  font-size: 1.8rem;
}

.products-dual_pad_ftr .product_lists_separate .product_list .txt .price {
  margin-top: 30px;
  font-size: 1.8rem;
  margin-bottom: 4px;
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_ftr .product_lists_separate .product_list .txt .price {
    margin-top: 10px;
  }
}

.products-dual_pad_ftr .product_lists_separate .product_list .txt .sku {
  border: 1px solid #231815;
  display: inline-block;
  line-height: 1;
  padding: 3px;
  margin-bottom: 2px;
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_ftr .product_lists_separate .product_list .txt .sku {
    margin-bottom: 20px;
  }
}
.products-dual_pad_ftr .product_lists_separate .separate_list:first-child {
  padding-right: 32px;
}
.products-dual_pad_ftr .product_lists_separate .separate_list:last-child {
  padding-left: 32px;
}
.products-dual_pad_ftr .product_lists_separate .separate_list {
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .products-dual_pad_ftr .product_lists_separate .separate_list {
    width: 100%;
    border-left: 0;
    /* border-top: 1px solid #231815; */
    padding: 20px 0 0 0;
  }
  .products-dual_pad_ftr .product_lists_separate .separate_list:first-child {
    width: 100%;
    border-left: 0;
    border-top: none;
    padding: 0;
    margin-bottom: 40px;
  }
  .products-dual_pad_ftr .product_lists_separate .separate_list:last-child{
    border-left: none;
    padding: 20px 0 0 0;
    margin-bottom: 40px;
  }
}

.products #contents .products-dual_pad_ftr .product_lists_separate .separate_list h2 {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 640px) {
  .products-dual_pad_ftr .product_lists_separate .separate_list h2 {
    margin-bottom: 4px;
  }
}

.products-dual_pad_ftr .product_lists_separate .separate_list .img_pad-case {
  width: 230px;
}
@media only screen and (max-width: 640px) {
  .products-dual_pad_ftr .product_lists_separate .separate_list .img_pad-case_sp {
    width: 70%;
    margin-bottom: 30px;
  }
  .products-dual_pad_ftr .product_lists_separate .separate_list .img_gel-pad_sp {
    margin-bottom: 30px;
  }
}

.products-dual_pad_ftr .product_lists_separate .separate_list .img_gel-pad {
  width: 100%;
  margin: 68px 5px;
}

.products-dual_pad_ftr .product_lists_separate .separate_list .img_gel-pad img {
  width: 360px;
}

.products-dual_pad_ftr .product_lists_separate .separate_list .txt {
  width: 100%;
}

.products-dual_pad_ftr .product_lists_separate .separate_list .txt .desc {
  margin-top: 20px;
}

.products-dual_pad_ftr .set_desc .txt-1_separate {
  border-bottom: none;
  font-size: 1.3rem;
}
.products-dual_pad_ftr .set_desc .txt-1_separate span.pc-indention{
  font-size: 1.3rem;
  border-bottom: none;
}
@media only screen and (min-width: 1040px) {
  .products-dual_pad_ftr .set_desc .txt-1_separate span.pc-indention{
    display: block;
  }
}
/* .products-dual_pad_ftr .set_desc .txt-1_separate span.txt-1_annotation {
  font-size: 12px;
  color: #f00;
  display: block;
  margin-top: 6px;
}
.products-dual_pad_ftr .set_desc .txt-1_separate span.txt-1_annotation::before {
  content: '＊';
  padding-right: 5px;
  font-size: 16px;
  vertical-align: -1px;
} */
@media only screen and (max-width: 640px) {
  .products-dual_pad_ftr .set_desc .txt-1_separate {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 1.3rem;
  }
}
/*-----------------------------------------------------
END ゲルパッド・専用ケース　レイアウト
-----------------------------------------------------*/
.border-separator{
  border-top: 1px solid #231815;
  margin-top: 40px !important;
  padding-top: 40px;
}

.products-supplement_hdr__lead {
  margin: 0 auto 40px;
}

@media only screen and (max-width: 640px) {
  .products-supplement_hdr__lead h1 {
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 30px;
  }

  .products-supplement_hdr__lead h1 span {
    font-size: 2rem;
    display: block;
  }
}

.products-supplement_hdr__lead h2, .products-supplement_hdr__lead p {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}

.products-supplement_hdr__lead h2 {
  font-size: 3.6rem;
  margin-bottom: 14px;
}

@media only screen and (max-width: 640px) {
  .products-supplement_hdr__lead h2 {
    font-size: 1.8rem;
  }
}

.products-supplement_hdr__lead h2 > sup {
  font-size: 26px;
  color: #0087a5;
}
@media only screen and (max-width: 640px) {
  .products-supplement_hdr__lead h2 > sup {
    font-size: 14px;
    top: -6px;
    color: #0087a5;
  }
}

h2.clr-key.wow.fadeInUp.animated > sup {
  color: #0087a5;
}

h2.clr-key.wow.fadeInUp.animated > small {
  font-size: 12px;
  display: block;
  color: #0087a5;
}

.products-supplement_hdr__lead h2 small {
  display: block;
  font-size: 12px;
  color: #0087a5;
  padding-top: 1em;
}

@media only screen and (max-width: 640px) {
  .products-supplement_hdr__lead h2 small {
    padding: 1em 1em 0;
  }
}

.products-supplement_hdr__lead h2 small > span {
  font-size: 14px;
}

.products-supplement_hdr__lead p {
  font-size: 2.2rem;
  line-height: 2;
}

@media only screen and (max-width: 640px) {
  .products-supplement_hdr__lead p {
    font-size: 1.5rem;
  }
}

.products-supplement_hdr__point {
  margin: 100px auto 60px;
}

@media only screen and (max-width: 640px) {
  .products-supplement_hdr__point {
    margin: 50px auto 30px;
  }
}

.products-supplement_hdr__point_icon {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

@media only screen and (max-width: 640px) {
  .products-supplement_hdr__point_icon {
    display: block;
  }
}

.products-supplement_hdr__point .doping {
  width: 62%;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

@media only screen and (max-width: 640px) {
  .products-supplement_hdr__point .doping {
    width: 100%;
    margin-bottom: 15px;
  }
}

.products-supplement_hdr__point .doping .img {
  width: 18%;
}

@media only screen and (max-width: 640px) {
  .products-supplement_hdr__point .doping .img {
    width: 30%;
  }
}

.products-supplement_hdr__point .doping .txt {
  width: 78%;
}

@media only screen and (max-width: 640px) {
  .products-supplement_hdr__point .doping .txt {
    width: 64%;
  }
}

.products-supplement_hdr__point .doping .txt h3 {
  margin-bottom: 20px;
  font-size: 2.4rem;
}

@media only screen and (max-width: 640px) {
  .products-supplement_hdr__point .doping .txt h3 {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
}

.products-supplement_hdr__point .doping .txt p {
  line-height: 2;
}

@media only screen and (max-width: 640px) {
  .products-supplement_hdr__point .doping .txt p {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

/* リラクシングアロマクリーム 紹介ページ WADA */
.products-aroma_cream_hdr__dpf{
  display: flex;
  justify-content: space-between;
  width: 75%;
}
@media only screen and (max-width: 640px) {
  .products-aroma_cream_hdr__dpf{
    width: 100%;
  }
}
.products-aroma_cream_hdr__dpf .img{
  visibility: visible;
  animation-name: fadeInUp;
  width: calc(18% - 12.5px);
}
@media only screen and (max-width: 1176px) {
  .products-aroma_cream_hdr__dpf .img {
    margin-right: ;
  }
}
@media only screen and (max-width: 640px) {
  .products-aroma_cream_hdr__dpf .img {
    width: 30%;
  }
}
.products-aroma_cream_hdr__dpf .txt{
  width: calc(81% - 12.5px);
}
@media only screen and (max-width: 640px) {
  .products-aroma_cream_hdr__dpf .txt{
    width: 64%;
  }
}
.products-aroma_cream_hdr__dpf .txt h3{
  visibility: visible;
  animation-name: fadeInUp;
  font-size: 24px;
}
@media only screen and (max-width: 640px) {
  .products-aroma_cream_hdr__dpf .txt h3{
    font-size: 18px;
    text-align: left;
    line-height: 1.6;
    margin-bottom: 8px;
  }
}
.products-aroma_cream_hdr__dpf .txt p{
  visibility: visible;
  animation-name: fadeInUp;
  line-height: 2;
  font-size: 16px;
}
@media only screen and (max-width: 640px) {
  .products-aroma_cream_hdr__dpf .txt p{
    font-size: 15px;
  }
}
/* //リラクシングアロマクリーム 紹介ページ WADA */

.products-supplement_hdr__point .recommend {
  width: 34%;
}

@media only screen and (max-width: 640px) {
  .products-supplement_hdr__point .recommend {
    width: 100%;
    margin-bottom: 30px;
  }
}

.products-supplement_hdr__point .recommend ul li {
  text-align: left;
  margin-bottom: 15px;
}

.products-supplement_hdr__point .recommend ul li .img {
  width: 30%;
}

.products-supplement_hdr__point .recommend ul li p {
  width: 64%;
  font-size: 1.3rem;
}

.products-supplement_hdr__point_reco {
  padding: 30px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  margin-top: 20px;
  background: #e3edf2;
}

@media only screen and (max-width: 640px) {
  .products-supplement_hdr__point_reco {
    padding: 5%;
  }
}

.products-supplement_hdr__point_reco .flex {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

@media only screen and (max-width: 640px) {
  .products-supplement_hdr__point_reco .flex {
    display: block;
  }
}

.products-supplement_hdr__point_reco h3 {
  font-size: 2.4rem;
  margin-bottom: 15px;
}

.products-supplement_hdr__point_reco ul {
  width: 30%;
}

@media only screen and (max-width: 640px) {
  .products-supplement_hdr__point_reco ul {
    width: 100%;
  }
}

.products-supplement_hdr__point_reco ul li {
  list-style-image: url("../../../img/resno/products/supplement/supplement_check.png");
  list-style-position: inside;
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .products-supplement_hdr__point_reco ul li {
    margin-bottom: 10px;
  }
}

.products-supplement_hdr__point_reco ul li span {
  width: 87%;
  padding-top: 3px;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 640px) {
  .products-supplement_hdr__point_reco ul li span {
    width: 88%;
  }
}

.products-supplement_ftr {
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .products-supplement_ftr {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .products-supplement_ftr__lead {
    margin-bottom: 40px;
  }
}

.products-supplement_ftr__lead h2 {
  font-size: 3rem;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .products-supplement_ftr__lead h2 {
    font-size: 2rem;
  }
}

.products-supplement_ftr__lead p {
  line-height: 2;
}

@media only screen and (max-width: 640px) {
  .products-supplement_ftr .flex {
    display: block;
  }
}

.products-supplement_ftr .flex .name {
  width: 50%;
}

@media only screen and (max-width: 640px) {
  .products-supplement_ftr .flex .name {
    width: 100%;
  }
}

.products-supplement_ftr .flex .name h2 {
  font-size: 3rem;
  margin-bottom: 26px;
}

@media only screen and (max-width: 640px) {
  .products-supplement_ftr .flex .name h2 {
    font-size: 2rem;
  }
}

.products-supplement_ftr .flex .name h3 {
  margin: 8px 0 14px;
}

@media only screen and (max-width: 640px) {
  .products-supplement_ftr .flex .name h3 img {
    width: 70%;
  }
}

.products-supplement_ftr .flex .name h3 span {
  display: block;
}

.products-supplement_ftr .flex .name .price {
  font-size: 2.4rem;
  margin-bottom: 4px;
}

@media only screen and (max-width: 640px) {
  .products-supplement_ftr .flex .name .price {
    font-size: 2rem;
  }
}

.products-supplement_ftr .flex .name .sku {
  border: 1px solid #231815;
  display: inline-block;
  line-height: 1;
  padding: 3px;
  margin-bottom: 2px;
}

.products-supplement_ftr .flex .name .size, .products-supplement_ftr .flex .name .spec {
  font-size: 1.8rem;
}

.products-supplement_ftr .flex .name .size span, .products-supplement_ftr .flex .name .spec span {
  font-size: 1.8rem;
  display: block;
}

@media only screen and (max-width: 640px) {
  .products-supplement_ftr .flex .name .size span, .products-supplement_ftr .flex .name .spec span {
    font-size: 1.5rem;
  }
}

.products-supplement_ftr .flex .name .spec {
  margin-top: 32px;
  padding: 12px 0;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  font-size: 1.5rem;
}

@media only screen and (max-width: 640px) {
  .products-supplement_ftr .flex .name .spec {
    font-size: 1.3rem;
    margin-top: 22px;
  }
}

.products-supplement_ftr .flex .img {
  width: 48%;
}

@media only screen and (max-width: 640px) {
  .products-supplement_ftr .flex .img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.products-supplement_ftr .how_to {
  margin-top: 20px;
}

.products-supplement_ftr .how_to__spec {
  font-size: 1.4rem;
  padding: 12px 0;
  border-bottom: 1px solid #231815;
}

.products-supplement_ftr .how_to__spec i {
  display: block;
  border-bottom: dashed 2px #231815;
  padding-bottom: 11px;
  margin-bottom: 11px;
}

.products-supplement_ftr .how_to__attention-1, .products-supplement_ftr .how_to__attention-2 {
  font-size: 1.3rem;
  padding: 12px 0;
  border-bottom: 1px solid #231815;
}

.products-supplement_ftr .how_to__attention-1 strong, .products-supplement_ftr .how_to__attention-2 strong {
  font-size: 2rem;
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}

@media only screen and (max-width: 640px) {
  .products-supplement_ftr .how_to__attention-1 strong, .products-supplement_ftr .how_to__attention-2 strong {
    font-size: 1.8rem;
  }
}

.products-supplement_ftr .how_to small {
  display: block;
  margin-top: 10px;
  font-size: 1.3rem;
}

.products-aroma_cream_hdr__lead {
  margin: 0 auto 40px;
}

@media only screen and (max-width: 640px) {
  .products-aroma_cream_hdr__lead h1 {
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 30px;
  }
}

.products-aroma_cream_hdr__lead h2, .products-aroma_cream_hdr__lead p {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}

.products-aroma_cream_hdr__lead h2 {
  font-size: 3.6rem;
  margin-bottom: 20px;
  font-weight: 200;
}

@media only screen and (max-width: 640px) {
  .products-aroma_cream_hdr__lead h2 {
    font-size: 1.8rem;
  }
}

.products-aroma_cream_hdr__lead p {
  font-size: 2.2rem;
  line-height: 2;
}

@media only screen and (max-width: 640px) {
  .products-aroma_cream_hdr__lead p {
    font-size: 1.5rem;
  }
}

.products-aroma_cream_hdr__point {
  margin: 100px auto 60px;
}

@media only screen and (max-width: 640px) {
  .products-aroma_cream_hdr__point {
    margin: 50px auto;
    padding: 8% 5%;
    background: #f7f8f8;
  }
}

.products-aroma_cream_hdr__point h3, .products-aroma_cream_hdr__point p {
  text-align: center;
}

.products-aroma_cream_hdr__point h3 {
  margin-bottom: 20px;
  font-size: 2.4rem;
}

.products-aroma_cream_hdr__point .circle-img-list {
  max-width: 577px;
  width: 100%;
  margin: 0 auto;
}

.products-aroma_cream_hdr__point .circle-img-list li {
  width: calc(100%/4 - 2.772%);
}

.products-aroma_cream_hdr__imgs h3 {
  font-size: 3rem;
  margin-bottom: 25px;
}

@media only screen and (max-width: 640px) {
  .products-aroma_cream_hdr__imgs h3 {
    font-size: 2rem;
    text-align: center;
    line-height: 2;
  }
}

@media only screen and (max-width: 640px) {
  .products-aroma_cream_hdr__imgs .flex {
    display: block;
  }

  .products-aroma_cream_hdr__imgs .flex li {
    width: 70%;
    margin: 0 auto;
  }
}

.products-aroma_cream_body {
  padding: 100px 0;
  background: #efefef;
}

@media only screen and (max-width: 640px) {
  .products-aroma_cream_body {
    padding: 8% 0;
  }
}

.products-aroma_cream_body__sec h3, .products-aroma_cream_body__sec p {
  text-align: center;
}

.products-aroma_cream_body__sec h3 {
  font-size: 3rem;
}

@media only screen and (max-width: 640px) {
  .products-aroma_cream_body__sec h3 {
    font-size: 2rem;
    margin-bottom: 12px;
  }
}

.products-aroma_cream_body__sec .lead {
  font-size: 2rem;
}

@media only screen and (max-width: 640px) {
  .products-aroma_cream_body__sec .lead {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.products-aroma_cream_body__sec .pick {
  font-size: 1.8rem;
  padding: 14px 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  margin-top: 30px;
}

@media only screen and (max-width: 640px) {
  .products-aroma_cream_body__sec .pick {
    font-size: 1.5rem;
    padding: 8% 5%;
    margin-bottom: 15px;
    text-align: left;
  }
}

.products-aroma_cream_body__sec-1 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 640px) {
  .products-aroma_cream_body__sec-1 {
    margin-bottom: 30px;
  }
}

.products-aroma_cream_body__sec-1 .pick {
  background: #e1eecd;
}

.products-aroma_cream_body__sec-2 h3 {
  position: relative;
}

.products-aroma_cream_body__sec-2 h3::before, .products-aroma_cream_body__sec-2 h3::after {
  content: '';
  top: 0;
  position: absolute;
}

@media only screen and (max-width: 640px) {
  .products-aroma_cream_body__sec-2 h3::before, .products-aroma_cream_body__sec-2 h3::after {
    top: 28px;
  }
}

.products-aroma_cream_body__sec-2 h3::before {
  width: 120px;
  height: 85px;
  left: 5%;
  background: url("../../../img/resno/products/aroma_cream/aroma_cream_img-5.png") center/cover no-repeat;
}

@media only screen and (max-width: 640px) {
  .products-aroma_cream_body__sec-2 h3::before {
    width: 60px;
    height: 43px;
    left: 0;
  }
}

.products-aroma_cream_body__sec-2 h3::after {
  width: 120px;
  height: 83px;
  right: 5%;
  background: url("../../../img/resno/products/aroma_cream/aroma_cream_img-6.png") center/cover no-repeat;
}

@media only screen and (max-width: 640px) {
  .products-aroma_cream_body__sec-2 h3::after {
    width: 60px;
    height: 42px;
    right: 0;
  }
}

.products-aroma_cream_body__sec-2 .pick {
  background: #fff4cc;
}

.products-aroma_cream_ftr {
  padding: 60px 0 0;
}

.products-aroma_cream_ftr .flex {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.products-aroma_cream_ftr .flex h3 {
  font-size: 1.6rem;
}

@media only screen and (max-width: 640px) {
  .products-aroma_cream_ftr .flex {
    display: block;
  }
}

.products-aroma_cream_ftr .flex .name {
  width: 70%;
}

@media only screen and (max-width: 640px) {
  .products-aroma_cream_ftr .flex .name {
    width: 100%;
  }
}

.products-aroma_cream_ftr .flex .name h3 {
  margin-bottom: 14px;
}

.products-aroma_cream_ftr .flex .name h3 span {
  display: block;
}

.products-aroma_cream_ftr .flex .name .price {
  font-size: 2.4rem;
  margin-bottom: 4px;
}

.products-aroma_cream_ftr .flex .name .sku {
  border: 1px solid #231815;
  display: inline-block;
  line-height: 1;
  padding: 3px;
  margin-bottom: 2px;
  letter-spacing: 0.1em;
}

.products-aroma_cream_ftr .flex .name .size, .products-aroma_cream_ftr .flex .name .spec {
  font-size: 1.8rem;
}

.products-aroma_cream_ftr .flex .name .size span, .products-aroma_cream_ftr .flex .name .spec span {
  font-size: 1.8rem;
  display: block;
  padding-left: 6em;
}

.products-aroma_cream_ftr .flex .img {
  width: 28%;
}

@media only screen and (max-width: 640px) {
  .products-aroma_cream_ftr .flex .img {
    width: 80%;
    margin: 0 auto 20px;
  }
}

.products-aroma_cream_ftr .how_to {
  margin-top: 30px;
}

.products-aroma_cream_ftr .how_to__lead {
  font-size: 0;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  padding: 12px 0;
}

.products-aroma_cream_ftr .how_to__lead_title, .products-aroma_cream_ftr .how_to__lead_content {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .products-aroma_cream_ftr .how_to__lead_title, .products-aroma_cream_ftr .how_to__lead_content {
    display: block;
  }
}

.products-aroma_cream_ftr .how_to__lead_title {
  width: 11%;
  position: relative;
  text-align: left;
  font-size: 2rem;
}

@media only screen and (max-width: 897px) and (min-width: 641px) {
  .products-aroma_cream_ftr .how_to__lead_title {
    font-size: calc(20 / 897 * 100vw);
  }
}

@media only screen and (max-width: 640px) {
  .products-aroma_cream_ftr .how_to__lead_title {
    width: 100%;
    font-size: 1.3rem;
  }
}

.products-aroma_cream_ftr .how_to__lead_content {
  width: 89%;
  border-left: 1px solid #000;
  padding-left: 30px;
}
@media only screen and (max-width: 1110px) and (min-width: 971px) {
  .products-aroma_cream_ftr .how_to__lead_content {
    padding-left: calc(30 / 1110 * 100vw);
  }
}
@media only screen and (max-width: 970px) and (min-width: 641px) {
  .products-aroma_cream_ftr .how_to__lead_content {
    padding-left: calc(15 / 970 * 100vw);
  }
}


@media only screen and (max-width: 640px) {
  .products-aroma_cream_ftr .how_to__lead_content {
    border-left: none;
    padding-left: 0;
  }
}

.products-aroma_cream_ftr .how_to__lead_content {
  font-size: 1.4rem;
}

@media only screen and (max-width: 640px) {
  .products-aroma_cream_ftr .how_to__lead_content {
    width: 100%;
  }
}

.products-aroma_cream_ftr .how_to__spec {
  font-size: 1.4rem;
  padding: 12px 0;
  border-bottom: 1px solid #231815;
}

@media only screen and (max-width: 640px) {
  .products-aroma_cream_ftr .how_to__spec {
    font-size: 1.4rem;
  }
}

.products-aroma_cream_ftr .how_to__attention-1, .products-aroma_cream_ftr .how_to__attention-2 {
  font-size: 1.4rem;
  padding: 12px 0;
  border-bottom: 1px solid #231815;
}

.products-aroma_cream_ftr .how_to__attention-1 strong, .products-aroma_cream_ftr .how_to__attention-2 strong {
  font-size: 2.0rem;
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}

@media only screen and (max-width: 640px) {
  .products-aroma_cream_ftr .how_to__attention-1 strong, .products-aroma_cream_ftr .how_to__attention-2 strong {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width:640px) {
  section .contents-bottom.sp-width-full{
    overflow: visible;
    margin: auto;
    width: 111%;
    margin-left: -16px;
  }
  section .contents-bottom-howto.sp-width-full{
    overflow: visible;
    margin: auto;
    width: 111%;
    margin-left: calc(-19 / 375 * 100vw);
  }
}

@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

.tar {
  text-align: right;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt150 {
  margin-top: 150px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb150 {
  margin-bottom: 150px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pt150 {
  padding-bottom: 150px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb150 {
  padding-bottom: 150px;
}

.ambassador_content {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 200;
}

@media only screen and (max-width: 640px) {
  .ambassador_content {
    width: 100%;
  }
}

.ambassador_content h3 {
  color: #0087a5;
  font-size: 2.4rem;
  margin-bottom: 20px;
  font-weight: 200;
}

@media only screen and (max-width: 640px) {
  .ambassador_content h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}

.ambassador_content p {
  margin-bottom: 50px;
  line-height: 2;
}

@media only screen and (max-width: 640px) {
  .ambassador_content p {
    margin-bottom: 30px;
  }
}

.ambassador_content p small {
  line-height: 1.4;
  color: #0087a5;
  display: block;
}

@media only screen and (max-width: 640px) {
  .ambassador_content p small {
    font-size: 1.3rem;
  }
}

.ambassador_content img {
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  .ambassador_content img {
    margin-bottom: 20px;
  }
}

.ambassador_content .flex {
  margin-bottom: 50px;
}

@media only screen and (max-width: 640px) {
  .ambassador_content .flex {
    display: block;
    margin-bottom: 20px;
  }
}

.ambassador_content .flex .txt {
  width: 60%;
}

@media only screen and (max-width: 640px) {
  .ambassador_content .flex .txt {
    width: 100%;
  }
}

.ambassador_content .flex .txt p {
  line-height: 1.6;
}

.ambassador_content .flex .txt_position {
  font-size: 1.4rem;
  margin-bottom: 12px;
}

@media only screen and (max-width: 640px) {
  .ambassador_content .flex .txt_position {
    margin-bottom: 8px;
  }
}

.ambassador_content .flex .txt_name {
  font-size: 1.8rem;
  margin-bottom: 18px;
}

@media only screen and (max-width: 640px) {
  .ambassador_content .flex .txt_name {
    margin-bottom: 5px;
  }
}

.ambassador_content .flex .img {
  width: 28%;
}

@media only screen and (max-width: 640px) {
  .ambassador_content .flex .img {
    width: 100%;
  }
}

.ambassador_special {
  background: #F2F2F2;
  padding: 60px 0 70px;
}

@media only screen and (max-width: 640px) {
  .ambassador_special {
    padding: 30px 0 40px;
  }

  .ambassador_special .flex {
    display: block;
  }
}

.ambassador_special__title {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 30px;
  font-weight: 200;
}

@media only screen and (max-width: 640px) {
  .ambassador_special__title {
    font-size: 3rem;
  }
}

.ambassador_special__title span {
  font-size: 1.4rem;
  display: block;
}

.ambassador_special__content {
  width: 49%;
  height: 160px;
  display: table;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .ambassador_special__content {
    width: 100%;
    height: 120px;
    margin-bottom: 20px;
  }

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

.ambassador_special__content .wrap {
  display: table-cell;
  vertical-align: middle;
}

.ambassador_special__content .wrap p {
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2rem;
  color: #fff;
}

.ambassador_special__content-1 {
  background: url("../../../img/resno/concept/ambassador/bnr-interview1.jpg") center/cover no-repeat;
}

.ambassador_special__content-2 {
  background: url("../../../img/resno/concept/ambassador/bnr-interview2.jpg") center top/cover no-repeat;
}

/* コンテンツ内キャンペーンバナー */
/* .cnt-cmp-banner{
  max-width: 1024px;
  margin: 2em auto 1em;
}
@media screen and (max-width: 768px) {
  .cnt-cmp-banner{
    max-width: 768px;
    width: 100%;
    margin: 0 auto 1em;
  }
}
.cnt-cmp-banner a{
  display: block;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}
.cnt-cmp-banner img{
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cnt-cmp-banner img{
    width: 96%;
    max-width: 768px;
  }
} */
.bnr-wrapper{
  background: #f5f5f5;
  padding: 1em;
  margin-bottom: 0em;
}
@media screen and (min-width: 769px) {
  .bnr-wrapper{
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .bnr-wrapper{
    /*margin-top: 57px;*/
    padding: 0.5em;
  }
}
.bnr-happybag2020 {
  max-width: 1280px;
  margin:auto;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .bnr-happybag2020 {
    width: calc(100% - 16px);
  }
}
@media screen and (max-width: 768px) {
  .bnr-happybag2020 {
    display: flex;
    justify-content: center;
    width: 100%;
    overflow: hidden;
  }
  .bnr-happybag2020 a {
    display: block;
    width: auto;
    height: 100%;
  }
  @keyframes loop {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }

  @keyframes loop2 {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
  }
  .bnr-happybag2020 p:first-child {
    animation: loop 50s -25s linear infinite;
  }

  .bnr-happybag2020 p:last-child {
    animation: loop2 50s linear infinite;
  }
}
.bnr-happybag2020 a{
  text-decoration-color: #E50012;
}
.bnr-happybag2020 a:hover {
  text-decoration: underline;
  text-decoration-color: #E50012;
  opacity: 1;
}
.bnr-happybag2020 .cont-link-text {
  text-align: center;
  width: 100%;
  margin: auto;
  font-size: 0.875em;
  font-weight: bold;
  padding: 0.4em 0;
  color: #E50012 !important;
  line-height: 1;
  display: inline;
  position: relative;
  letter-spacing: 0.05em;
}
.bnr-happybag2020 .cont-link-text span {
  color: #E50012;
  font-weight: bold;
  font-size: 14px;
}
.bnr-happybag2020 .cont-link-text .point {
  border: 1px solid #E50012;
  color: #fff;
  background: #E50012;
  padding: 0.4em 2.5em 0.4em 0.3em;
  margin: 0 0 0 1em;
  font-weight: bold;
  text-align: left;
  display: inline-block;
  border-radius: 3px;
}
.bnr-happybag2020 .cont-link-text .point::before {
  content: "\f0da";
  font-family: 'FontAwesome';
  font-weight: bold;
  font-size: 1.3em;
  color: #E50012;
  color: #fff;
  padding-left: 0.40625em;
  vertical-align: top;
  line-height: 0;
  position: absolute;
  top: 14px;
  right: 4px;
}
@media screen and (max-width: 768px) {
  .bnr-happybag2020 .cont-link-text > span .sp-display-none{
    display: none;
  }
}
/* //コンテンツ内キャンペーンバナー */


/* =============================================
 *
 * anbassador
 *
 * ================================================== */
  .ambassador #contents{
    color: #231815;
  }
/*-------------------------------
  MOIVE
  -------------------------------*/
  /*image*/
  .ambassador .link-hover {
    width: 130%;
    height: auto;
    margin: auto 0 auto -15%;
  }
  @media only screen and (max-width: 1024px) {
    .ambassador .link-hover {
      width: 100%;
      height: auto;
      margin: auto;
    }
  }
  @media only screen and (max-width: 640px) {
    .ambassador .ambassador_content{
      overflow: hidden;
    }
    .ambassador .sp-zoom-img {
      max-width: 140%;
    }
  }
  .ambassador .link-hover a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    color: #000;
    background: #000;
    overflow: hidden;
  }
  .ambassador .link-hover a::after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    font-family: FontAwesome;
    font-size: 65px;
    content:"\f04b";
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    opacity: 0.8;
    /* box-shadow: inset 0 0 30px 15px rgba(0, 0, 0, 0.3); */
    transition: all .5s ease;
  }
  .ambassador .link-hover a:hover::after{
    background: rgba(0, 0, 0, 0);
    opacity: 1;
  }
  .ambassador .link-hover a img{
    width: 100%;
    height: 100%;
  }
  /*modal*/
  .ambassador .addition-wrap{
    position: absolute;
    bottom: -55px;
    left: 0;
    font-size: 1em;
    z-index: 9999;
    margin-top: -50px;
    text-align: left;
  }
  .ambassador .addition-wrap p{
    color: #fff;
  }
  .ambassador .addition-wrap p a{
    color: #fff;
    text-decoration: underline;
  }

  
/* =============================================
 *
 * class="products"
 *
 * ================================================== */

  /*-------------------------------
  MOIVE
  -------------------------------*/
  .products #contents {
    font-size: 1.6rem;
    letter-spacing: 0em;
    color: #231815;
  }
  .products #contents small{
    letter-spacing: .1em;
    font-size: 75%;
  }
  .products #contents p, 
  .products #contents h2,
  .products #contents h3,
  .products #contents h4 {
    font-weight: 200;
  }
  .products #contents div.txt h4 span{
    color: #000;
  }
  /*image*/
  .products #contents .link-hover {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
  @media only screen and (max-width: 1024px) {
    .products #contents .link-hover {
      width: 100%;
      height: auto;
      margin: auto;
    }
  }
  @media only screen and (max-width: 640px) {
    .products #contents .ambassador_content{
      overflow: hidden;
    }
    .products #contents .sp-zoom-img {
      max-width: 140%;
    }
  }
  .products #contents .link-hover a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    color: #000;
    background: #000;
    overflow: hidden;
  }
  .products #contents .link-hover a::after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    font-family: FontAwesome;
    font-size: 65px;
    content:"\f04b";
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    opacity: 0.8;
    /* box-shadow: inset 0 0 30px 15px rgba(0, 0, 0, 0.3); */
    transition: all .5s ease;
  }
  .products #contents .link-hover a:hover::after{
    background: rgba(0, 0, 0, 0);
    opacity: 1;
  }
  .products #contents .link-hover a img{
    width: 100%;
    height: 100%;
  }
  /*modal*/
  .products #contents .addition-wrap{
    position: absolute;
    bottom: -55px;
    left: 0;
    font-size: 1em;
    z-index: 9999;
    margin-top: - 50px;
    text-align: left;
  }
  .products #contents .addition-wrap p{
    color: #fff;
  }
  .products #contents .addition-wrap p a{
    color: #fff;
    text-decoration: underline;
  }

  .products #contents .products-sw_wear_whats__hdr .shirts_pants {
    padding: 5em 2em;
    background: #efefef;
    margin-bottom: 5em;
  }
  .products #contents .sw-compare {
    font-size: 2em;
    display: block;
    text-align: center;
  }

  .products #contents .products-sw_wear .fa-sort-down.fa-sw-compare {
    margin: 0 0 2em;
  }
  @media only screen and (max-width: 640px) {
    .products #contents .SW-Release-date {
      text-align: left!important;
      font-size: 1.5em!important;
      margin-top: 0.5em;
    }
    .products #contents .products-sw_wear_whats__hdr .shirts_pants {
      padding: 2.5em 1em;
      width: calc(100% + 10%);
      margin-left: -5%;
    }
  }
  @media only screen and (max-width: 500px) {
    .products #contents .sp-height-adjustment{
      height: 96px;
    }
  }

  /*-------------------------------
  CONTENTS
  -------------------------------*/
  @media only screen and (max-width: 640px) {
    .products #contents .sp-width-adjustment{
      width: 105%;
      margin-left: -2.5%;
    }
    .products #contents section .contents-bottom.sp-width-full{
      overflow: visible;
      margin: auto;
      width: 111%;
      margin-left: calc(-16 / 320 * 100vw);
    }
  }
  /*SW Promotion MOVIE*/
  .products #contents .contents-bottom {
    max-width: 1024px;
    overflow: hidden;
    margin: auto;
  }
  .products #contents .movie-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .products #contents .movie-wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

/* =============================================
 *
 * dualpad
 *
 * ================================================== */
  #dualpad #contents .clr-key span{
    font-size: 1.6rem;
  }
  #dualpad #contents .products-dual_pad_ftr .set_desc .txt-1 small {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  @media only screen and (max-width: 640px) {
    #dualpad #contents .products-dual_pad_ftr .set_desc .txt-1 small {
      font-size: 1.1rem;
    }
    #dualpad #contents .products-dual_pad_ftr .set_desc .txt-1 small:not(:first-child) {
      margin-top: 10px;
    }
  }
  @media only screen and (min-width: 641px) {
    #dualpad #contents .dualpad-margin-adjustment .release-text,
    #dualpad #contents .gelpad-margin-adjustment .release-text{
      padding-top: 1em;
    }
  }
  @media only screen and (max-width: 640px) {
    #dualpad #contents .dualpad-margin-adjustment .release-text,
    #dualpad #contents .gelpad-margin-adjustment .release-text{
      padding-top: 0;
    }
    #dualpad #contents .gelpad-margin-adjustment .img{
      margin-top: 30px;
    }
    #dualpad #contents .dualpad-margin-adjustment .img{
      margin-bottom: 30px;
    }
  }
  @media (min-width: 1024px){
    #dualpad v.desc {
      text-align: left;
    }
  }
  #dualpad #contents .products-dualpad_margin-adjust{
    margin-bottom: 50px;
  }

  #dualpad #contents .movie-wrap,
  #dualpad #contents .movie-wrap-howto {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    display: block;
  }
  #dualpad #contents .movie-wrap{
    margin-bottom: 50px;
  }
  #dualpad #contents .movie-wrap iframe,
  #dualpad #contents .movie-wrap-howto iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    margin:auto;
    display: block;
  }
  #dualpad #contents .movie-wrap-howto {
    margin-bottom: 80px;
  }
  /* // MOVIE */

/* =============================================
 *
 * sw_wear
 *
 * ================================================== */
  /*-------------------------------
  MOIVE
  -------------------------------*/
  /*image*/
  .link-hover {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
  @media only screen and (max-width: 1024px) {
    .link-hover {
      width: 100%;
      height: auto;
      margin: auto;
    }
  }
  @media only screen and (max-width: 640px) {
    .ambassador_content{
      overflow: hidden;
    }
    .sp-zoom-img {
      max-width: 140%;
    }
  }
  .link-hover a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    color: #000;
    background: #000;
    overflow: hidden;
  }
  .link-hover a::after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    font-family: FontAwesome;
    font-size: 65px;
    content:"\f04b";
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    opacity: 0.8;
    /* box-shadow: inset 0 0 30px 15px rgba(0, 0, 0, 0.3); */
    transition: all .5s ease;
  }
  .link-hover a:hover::after{
    background: rgba(0, 0, 0, 0);
    opacity: 1;
  }
  .link-hover a img{
    width: 100%;
    height: 100%;
  }
  /*modal*/
  .addition-wrap{
    position: absolute;
    bottom: -55px;
    left: 0;
    font-size: 1em;
    z-index: 9999;
    margin-top: - 50px;
    text-align: left;
  }
  .addition-wrap p{
    color: #fff;
  }
  .addition-wrap p a{
    color: #fff;
    text-decoration: underline;
  }

  .products-sw_wear_whats__hdr .shirts_pants {
    padding: 5em 2em;
    background: #efefef;
    margin-bottom: 5em;
  }
  .sw-compare {
    font-size: 2em;
    display: block;
    text-align: center;
  }
  .products-sw_wear .fa-sort-down.fa-sw-compare {
    margin: 0 0 2em;
  }
  @media only screen and (max-width: 640px) {
    .SW-Release-date {
      text-align: left!important;
      font-size: 1.5em!important;
      margin-top: 0.5em;
    }
    .products-sw_wear_whats__hdr .shirts_pants {
      padding: 2.5em 1em;
      width: calc(100% + 10%);
      margin-left: -5%;
    }
  }
  @media only screen and (max-width: 500px) {
    .sp-height-adjustment{
      height: 96px;
    }
  }

  /*-------------------------------
  CONTENTS
  -------------------------------*/
  @media only screen and (max-width: 640px) {
    .sp-width-adjustment{
      width: 105%;
      margin-left: -2.5%;
    }
  }
  /*SW Promotion MOVIE*/
  .contents-bottom {
    max-width: 1024px;
    overflow: hidden;
    margin: auto;
  }
  .movie-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .movie-wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

  
/* =============================================
 *
 * supplement
 *
 * ================================================== */
  #contents .products-supplement_hdr_margin-adjust{
    margin: 0 auto 60px;
  }

  #supplement #contents small {
    font-size: 1.2rem;
    font-family: 'Helvetica Neue', Helvetica, Arial,"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic,-apple-system,BlinkMacSystemFont, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
  }

  #supplement #contents sup {
    font-family: 'Helvetica Neue', Helvetica, Arial,"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic,-apple-system,BlinkMacSystemFont, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
  }

  #supplement #contents .products-supplement_ftr .flex .name .price small{
    font-size: 75%;
  }


/* =============================================
 *
 * aroma_cream
 *
 * ================================================== */
  #contents .products-aroma_cream_hdr_margin-adjust{
    margin: 0 auto 60px;
  }
  #contents .products-aroma_cream_hdr_margin-adjust_2{
    margin-bottom: 100px;
  }

  /* MOVIE */
  #aroma_cream .movie-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom:50px;
    display: block;
  }

  #aroma_cream .movie-wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    margin:auto;
    display: block;
  }

/* =============================================
 *
 * Pro-Aid Socks
 *
 * ================================================== */

/* page-kv */

.page-kv_pro-aid_socks {
    background: #0087a5 url(../../../img/resno/products/pro-aid_socks/main_bg.jpg) center no-repeat;
    height: 0;
    background-size: cover;
    padding-bottom: 38.5vw;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-width: 1580px) {
  .page-kv_pro-aid_socks {
    background: #0087a5 url(../../../img/resno/products/pro-aid_socks/main_bg@2x.jpg) center no-repeat;
    height: 0;
    background-size: cover;
    padding-bottom: 38.5vw;
  }
}
.page-kv_pro-aid_socks h1 img {
    position: absolute;
    display: block; 
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 37vw;
}

#pro-aid_socks .page-kv_icon img {
  position: relative;
  z-index: 100;
}
#pro-aid_socks .page-kv_icon:after {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 1;
    border-top: 0px solid #000;
    border-bottom: 140px solid #fff;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
}
@media only screen and (max-width: 896px) {
  .page-kv_pro-aid_socks {
      background: url(../../../img/resno/products/pro-aid_socks/sp_main_bg.jpg) center top no-repeat;
    padding-bottom: 63%;
    background-size: cover;
    }
    .page-kv h1 img {
      width: 47vw;
  }
}
@media only screen and (max-width: 640px) {
  .page-kv_pro-aid_socks {
    background: url(../../../img/resno/products/pro-aid_socks/sp_main_bg.jpg) center top no-repeat;
    background-size: cover;
  }
  #pro-aid_socks h1 img {
    display: block;
    width: 49vw;
  }
  #pro-aid_socks .page-kv_icon:after {
    content: '';
    border-top: 0px solid #000;
    border-bottom: 87px solid #fff;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
  }
}
@media only screen and (max-width: 330px) {
  .page-kv_pro-aid_socks {
      background: url(../../../img/resno/products/pro-aid_socks/sp_main_bg.jpg) -50px/cover no-repeat;
  }
}
.page-kv .purchase-btn {
  cursor: pointer;
}

.products-pro-aid_socks_hdr__lead h2,
.products-pro-aid_socks_hdr__lead p {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}

.products-pro-aid_socks_hdr__lead h2 {
  font-size: 3.6rem;
  margin-bottom: 20px;
  font-weight: 200;
}

@media only screen and (max-width: 640px) {
  .products-pro-aid_socks_hdr__lead h2 {
    font-size: 6.2vw;
  }
}

.products-pro-aid_socks_hdr__lead p {
  font-size: 2.2rem;
  line-height: 2;
  margin-bottom: 3em;
}

@media only screen and (max-width: 640px) {
  .products-pro-aid_socks_hdr__lead p {
    font-size: 3.6vw;
  }
}

#pro-aid_socks #contents small.patent {
    font-size: 1.2rem;
    font-family: 'Helvetica Neue', Helvetica, Arial,"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic,-apple-system,BlinkMacSystemFont, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
    font-weight: bold;
}
#pro-aid_socks #contents small.patent span {
  font-size: 1.5rem;
  background: #fd960c;
  padding: 0.25em;
  letter-spacing: 0.15em;
  color: #fff;
  display: inline-block;
  margin-right: 0.5em;

}
#pro-aid_socks .contents-bottom {
    position: relative;
}
#pro-aid_socks .no-image:after {
    content: "動画エリア";
    font-weight: bold;
    color: #666;
    font-size: 3.25em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
#pro-aid_socks #contents .movie-wrap,
#pro-aid_socks #contents div.section-wrap {
    margin-bottom: 70px;
}
#pro-aid_socks h2.cot-ttl {
    font-size: 3.5rem;
    text-align: center;
}
#pro-aid_socks h2.cot-ttl2 {
    font-size: 2.5rem;
    margin-bottom: 0.5em;
}
@media only screen and (max-width: 640px) {
  #pro-aid_socks h2.cot-ttl {
    font-size: 2rem;
  }
  #pro-aid_socks h2.cot-ttl2 {
    font-size: 2rem;
  }
}
#pro-aid_socks .socks-important {
    position: relative;
    line-height: 1.6;
    font-size: 1.5em;
    padding-top: 80px;
    text-align: center;
}
#pro-aid_socks .socks-important strong {
  font-size: 200%;
  font-weight: bold;
  color: #0087a5;
  display: block;
}
#pro-aid_socks .socks-important:before {
    content: '';
    position: absolute;
    display: block;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 100;
    border: 50px solid transparent;
    border-top: 45px solid #fd960c;
}
@media only screen and (max-width: 610px) {
  #pro-aid_socks .socks-important {
    font-size: 4.2vw;
    padding-top: 80px;
  }
}

#pro-aid_socks .pickup {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#pro-aid_socks .pickup li {
  margin-bottom: 2em;
  width: calc(100% / 3 - 22px);
}

@media screen and (max-width: 767px) {
  #pro-aid_socks .pickup li {
    width: calc(100% / 3 - 12px);
  }
}

@media screen and (max-width: 568px) {
  #pro-aid_socks .pickup {
    display: block;
  }
  #pro-aid_socks .pickup li {
    width: calc(100% / 1 - 0px);
  }
}
#pro-aid_socks .pickup li:last-child {
  margin-right: 0;
}

#pro-aid_socks .pickup dl {
  color: #333;
  padding-left: 0.25em;
  padding-right: 0.25em;
}

#pro-aid_socks .pickup li dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 0.5em;
  color: #0087a5;
  line-height: 1.5;
  letter-spacing: .05em;
}

#pro-aid_socks .pickup li dl dd {
  font-size: 1.4rem;
  margin-bottom: 5px;
  line-height: 1.8;
  text-align: justify;
}

#pro-aid_socks .pickup li dl dd > a{
  color: #e84735;
  text-decoration: underline;
}
@media screen and (max-width: 568px) {
  #pro-aid_socks .pickup li dl dd {
    font-size: 1.6rem;
  }
}
#pro-aid_socks .pickup span.img {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 85%;
  overflow: hidden;
  margin-bottom: 16px;
  z-index: 0;
}


#pro-aid_socks .box_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#pro-aid_socks .box_flex .clr_list {
    width: calc(100% / 3 - 8px);
    overflow: hidden;
}

#pro-aid_socks .box_flex .clr_list figure img {
    display: block;
    margin-top: 5px;
}
#pro-aid_socks .box_flex .clr_list figure figcaption {
    text-align: center;
    font-size: 1em;
}
@media screen and (max-width: 568px) {
  #pro-aid_socks .box_flex .clr_list figure figcaption {
    font-size: 0.875em;
  }
}
#pro-aid_socks .box_flex .clr_list:first-child {
    position: relative;
}
#pro-aid_socks .box_flex .clr_list:first-child figure {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
#pro-aid_socks .box_flex .clr_list:first-child figure img {
  width: 100%;
}
#pro-aid_socks .box_flex .clr_list.white-list figure img {
    max-width: 130%;
    margin-left: -15%;
}

#pro-aid_socks .section-bottom h3 {
  font-size: 2.5em;
  font-weight: 400;
  margin-bottom: 14px;
}
#pro-aid_socks .section-bottom h3 span {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
}

#pro-aid_socks .section-bottom .flex .img {
    width: 45%;
    overflow: hidden;
}
#pro-aid_socks .section-bottom .flex .img img {
    max-width: 130%;
    margin-left: -15%;
}
#pro-aid_socks .section-bottom .flex .name {
    width: 55%;
}
#pro-aid_socks .section-bottom .flex .name .price {
    font-size: 2.4rem;
    margin-bottom: 4px;
}
#pro-aid_socks .section-bottom .flex .name .sku {
    border: 1px solid #231815;
    display: inline-block;
    line-height: 1;
    padding: 3px;
    margin-bottom: 0.5em;
    letter-spacing: 0.1em;
}
#pro-aid_socks .section-bottom .flex .name .size,
#pro-aid_socks .section-bottom .flex .name .spec {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 0.5em;
}
#pro-aid_socks .btn-products-buy a {
    width: 60%;
    height: 50px;
    line-height: 53px;
    color: #fff;
    display: block;
    background: #0087a5;
    font-size: 22px;
    font-size: 1.6rem;
    position: relative;
    text-align: center;
}
@media screen and (max-width: 767px) {
  #pro-aid_socks .section-bottom .flex {
    display: block;
  }
  #pro-aid_socks .section-bottom .flex .img,
  #pro-aid_socks .section-bottom .flex .name {
    width: 100%;
  }
}

/* =============================================
 *
 * MAGCARE SHIRTS V NECK T
 *
 * ================================================== */
/* page-kv */
.page-kv_magcare-shirts {
    background: #f6f6f8 url(../../../img/resno/products/magcare-shirts/main_bg.jpg) center top no-repeat;
    height: 0;
    background-size: cover;
    padding-bottom: 38.5vw;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-width: 1580px) {
  .page-kv_magcare-shirts {
    background: #f6f6f8 url(../../../img/resno/products/magcare-shirts/main_bg@2x.jpg) center top no-repeat;
    height: 0;
    background-size: cover;
    padding-bottom: 38.5vw;
  }
}
@media only screen and (max-width: 896px) {
  .page-kv_magcare-shirts {
      background: url(../../../img/resno/products/magcare-shirts/sp_main_bg.jpg) center top no-repeat;
    padding-bottom: 63%;
    background-size: cover;
    }
}

.page-kv_magcare-shirts h1 img {
    position: absolute;
    display: block; 
    top: 40%;
    left: 50%;
    -webkit-ransform:translateX(-50%);
    transform:translateX(-50%);
    width: 37vw;
}
@media only screen and (max-width: 896px) {
    .page-kv_magcare-shirts h1 img {
      width: 60vw;
  }
}

@media only screen and (max-width: 768px) {
  .products-magcare-shirts_whats .products-supplement_hdr__lead h2 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 640px) {
  .products-magcare-shirts_whats .products-supplement_hdr__lead h2 {
    font-size: 1.8rem;
  }
  .products-magcare-shirts_whats .products-supplement_hdr__lead p {
    font-size: 1.4rem;
  }
}

.products-magcare-shirts_whats__hdr_title {
  text-align: center;
  margin-bottom: 120px;
}
@media only screen and (max-width: 640px) {
  .products-magcare-shirts_whats__hdr_title {
    margin-bottom: 60px;
  }
}

.products-magcare-shirts_whats__hdr_lead {
  font-size: 3rem;
  line-height: 2;
  margin-bottom: 18px;
}
@media only screen and (max-width: 640px) {
  .products-magcare-shirts_whats__hdr_lead {
    font-size: 2rem;
    line-height: 1.8;
  }
}

@media only screen and (max-width: 640px) {
  .products-magcare-shirts_whats__hdr .txt_img {
    display: block;
  }
}

.products-magcare-shirts_whats__hdr .txt_img small {
  display: block;
}

.products-magcare-shirts_whats__hdr .txt_img .txt {
  width: 58%;
  line-height: 1.8;
  margin-bottom: 8px;
}
@media only screen and (max-width: 640px) {
  .products-magcare-shirts_whats__hdr .txt_img .txt {
    width: 100%;
    margin-bottom: 16px;
  }
}

.products-magcare-shirts_whats__hdr .txt_img .img {
  width: 40%;
}
@media only screen and (max-width: 640px) {
  .products-magcare-shirts_whats__hdr .txt_img .img {
    width: 100%;
  }
}

.products-magcare-shirts_whats__hdr .txt_img .img img {
  width: 100%;
}

.products-magcare-shirts_whats__hdr .txt_img .img small {
  text-align: right;
  margin-top: 8px;
  font-weight: 200;
}

.products #contents .products-magcare-shirts_whats__hdr .shirts {
  padding: 3em;
  box-sizing: border-box;
  background: #efefef;
  margin: 80px 0 5em;
}
  @media only screen and (max-width: 640px) {
    .products #contents .products-magcare-shirts_whats__hdr .shirts {
      padding: 25px;
      margin: 40px 0 5em;
    }
  }

.products-magcare-shirts_whats__hdr .shirts .txt {
  margin-bottom: 2em;
}
.products-magcare-shirts_whats__hdr .shirts .img {
  display: block;
  max-width: 650px;
  margin: auto;
}

.products-magcare-shirts_whats__hdr .shirts .txt h4{
  font-size: 2.4rem;
  margin-bottom: 17px;
}
@media only screen and (max-width: 640px) {
  .products-magcare-shirts_whats__hdr .shirts .txt h4{
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
}

.products-magcare-shirts_whats__hdr .shirts .txt h4 span {
  font-size: 2rem;
}

@media only screen and (max-width: 640px) {
  .products-magcare-shirts_whats__hdr .shirts .txt h4 span {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 750px) {
  #contents.products-magcare-shirts .sw-compare {
    font-size: 5vw;
  }
}

.products-magcare-shirts .fa-sort-down.fa-sw-compare {
  margin: 0 0 2em;
}
.products-magcare-shirts .fa-sort-down {
  font-size: 3rem;
  text-align: center;
  display: block;
  margin: 60px 0;
}

@media only screen and (max-width: 640px) {
  .products-magcare-shirts .fa-sort-down {
    margin: 20px 0;
  }
}

.products-magcare-shirts_whats__hdr .compare_lists {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.products-magcare-shirts_whats__hdr .compare_lists li {
  width: 46%;
}

.products-magcare-shirts_whats__hdr .compare_lists li h4 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .products-magcare-shirts_whats__hdr .compare_lists li h4 {
    font-size: 5vw;
    text-align: left;
  }
}

.products-magcare-shirts_whats__hdr .compare_lists li h4 small {
  display: block;
  font-size: 1.6rem;
  color: #000;
}

@media only screen and (max-width: 640px) {
  .products-magcare-shirts_whats__hdr .compare_lists li h4 small {
    font-size: 1.6rem;
  }
}

.products-magcare-shirts_whats__hdr .compare_lists li .flex {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 150px;
}
@media only screen and (max-width: 750px) {
  .products-magcare-shirts_whats__hdr .compare_lists li .flex {
    display: block;
    min-height: 450px;
  }
}
@media only screen and (max-width: 568px) {
  .products-magcare-shirts_whats__hdr .compare_lists li .flex {
    min-height: 440px;
  }
}

.products-magcare-shirts_whats__hdr .compare_lists li .flex figure {
  display: block;
  width: 30%;
  text-align: center;
}
@media only screen and (max-width: 896px) {
  .products-magcare-shirts_whats__hdr .compare_lists li .flex figure {
    width: 25%;
  }
}
@media only screen and (max-width: 750px) {
  .products-magcare-shirts_whats__hdr .compare_lists li .flex figure {
    width: 100%;
    margin-bottom: 18px;
  }

  .products-magcare-shirts_whats__hdr .compare_lists li .flex figure:nth-child(2) img {
    width: 100px;
  }
}

.products-magcare-shirts_whats__hdr .compare_lists li .flex figure figcaption {
  font-size: 1.5rem;
  margin-top: 6px;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 896px) {
  .products-magcare-shirts_whats__hdr .compare_lists li .flex figure figcaption {
    font-size: 1.3rem;
  }
}

.products-magcare-shirts_whats__hdr .compare_lists li .flex figure:first-child {
  width: 40%;
}

@media only screen and (max-width: 750px) {
  .products-magcare-shirts_whats__hdr .compare_lists li .flex figure:first-child {
    width: 100%;
  }
}

.products-magcare-shirts_whats__hdr .compare_lists li .thermography {
  margin-top: 40px;
}

@media only screen and (max-width: 640px) {
  .products-magcare-shirts_whats__hdr .compare_lists li .thermography {
    margin-top: 30px;
  }
}

.products-magcare-shirts_whats__hdr .compare_lists li .thermography.height-adjustment::before {
  content: "";
  display: block;
  height: 30px;
}

.products-magcare-shirts_whats__hdr .compare_lists li .thermography .fa-sort-down {
  margin: 30px 0;
}
@media only screen and (max-width: 640px) {
  .products-magcare-shirts_whats__hdr .compare_lists li .thermography .fa-sort-down {
    margin: 10px 0 20px;
  }
}

.products-magcare-shirts_whats__hdr .compare_lists li .thermography_title {
  font-size: 1.3rem;
  margin-bottom: 10px;
  min-height: 20px;
}

.products-magcare-shirts_whats__hdr .compare_lists li .thermography figure img {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}

.products-magcare-shirts_whats__hdr .compare_lists li .thermography figure figcaption {
  font-size: 1.3rem;
  margin-top: 6px;
  text-align: center;
  font-weight: 400;
  display: block;
  letter-spacing: .1em;
}

@media only screen and (max-width: 640px) {
  .products-magcare-shirts_whats__hdr .compare_lists li .thermography figure figcaption {
    text-align: left;
    min-height: 60px;
  }
}

.products-magcare-shirts_whats__hdr .compare_lists li .thermography_lead {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .products-magcare-shirts_whats__hdr .compare_lists li .thermography_lead {
    text-align: left;
  }
}

.products-magcare-shirts_whats__hdr .compare_lists li .thermography_lead i {
  font-size: 2.4rem;
  display: block;
  font-style: normal;
}
@media only screen and (max-width: 640px) {
  .products-magcare-shirts_whats__hdr .compare_lists li .thermography_lead i {
    font-size: 4.5vw;
  }
}

.products-magcare-shirts_whats__hdr .compare_lists li .thermography_lead span {
  font-size: 1.8rem;
  margin-bottom: 6px;
  display: block;
}
@media only screen and (max-width: 640px) {
  .products-magcare-shirts_whats__hdr .compare_lists li .thermography_lead span {
    font-size: 3.7vw;
    line-height: 1.8;
  }
}

.products-magcare-shirts_whats__hdr .compare_lists li:last-child .thermography_lead i {
  text-decoration: underline;
}

@media only screen and (max-width: 640px) {
  .products-magcare-shirts_whats__hdr .compare_lists li:last-child .flex figure:last-child {
    margin-top: 22px;
  }
}

.products-magcare-shirts_whats__ftr {
  margin: 100px 0;
  padding: 100px 0;
  background: #efefef;
}

@media only screen and (max-width: 640px) {
  .products-magcare-shirts_whats__ftr {
    padding: 50px 0;
  }
}

.products-magcare-shirts_whats__ftr .wrapper {
  max-width: 930px;
}

.products-magcare-shirts_whats__ftr .wrapper h3 {
  font-size: 3rem;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .products-magcare-shirts_whats__ftr .wrapper h3 {
    font-size: 2rem;
    line-height: 1.8;
    margin-bottom: 12px;
  }
}

.products-magcare-shirts_whats__ftr .wrapper p {
  margin-bottom: 30px;
  line-height: 2;
}

.products-magcare-shirts_whats__ftr .wrapper p a {
  display: block;
  color: #0087a5;
  line-height: 1;
  padding-top: 10px;
}

.products-magcare-shirts_whats__ftr .wrapper p a i {
  font-size: 3rem;
  display: inline-block;
  vertical-align: -4px;
  color: #0087a5;
  line-height: .5;
  padding-right: 5px;
}

.products-magcare-shirts_whats__ftr_mid-img {
  margin-bottom: 30px;
}

.products-magcare-shirts_whats__ftr .more_btn-products {
  margin: 80px auto 0;
}

@media only screen and (max-width: 640px) {
  .products-magcare-shirts_whats__ftr .more_btn-products {
    margin: 50px auto 0;
  }
}

.products-magcare-shirts_whats__ftr-1 .b-img {
  position: relative;
}
.products-magcare-shirts_whats__ftr-1 .b-img .nanofine_icon01,
.products-magcare-shirts_whats__ftr-1 .b-img .nanofine_icon02 {
  width: 24%;
  position: absolute;
  left: 3%;
}
@media only screen and (max-width: 640px) {
  .products-magcare-shirts_whats__ftr-1 .b-img .nanofine_icon01,
  .products-magcare-shirts_whats__ftr-1 .b-img .nanofine_icon02 {
    width: 40%;
  }
}

.products-magcare-shirts_whats__ftr-1 .b-img .nanofine_icon01 {
  top: 10%;
}
.products-magcare-shirts_whats__ftr-1 .b-img .nanofine_icon02 {
  bottom: 5%;
}

.products-magcare-shirts_whats__add {
  margin-bottom: 100px;
}

.products-magcare-shirts_whats__add .cot-ttl2 {
    font-size: 2.5rem;
    margin-bottom: 0.5em;
}
@media only screen and (max-width: 640px) {
  .products-magcare-shirts_whats__add .cot-ttl2 {
    font-size: 2rem;
  }
}

.products-magcare-shirts_whats__add p {
  margin-bottom: 30px;
  line-height: 2;
}

.products-magcare-shirts_whats__add .pickup{
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.products-magcare-shirts_whats__add .pickup li {
  width: calc(100% / 3 - 22px);
}
@media screen and (max-width: 767px) {
  .products-magcare-shirts_whats__add .pickup li {
    width: calc(100% / 3 - 12px);
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 568px) {
  .products-magcare-shirts_whats__add .pickup {
    display: block;
  }
  .products-magcare-shirts_whats__add .pickup li {
    width: 85%;
    margin: 0 auto 2em;
  }
}

.products-magcare-shirts_whats__add .pickup span.img {
  display: block;
  margin-bottom: 16px;
}
.products-magcare-shirts_whats__add .pickup .features-txt dl {
  color: #333;
  padding-left: 0.25em;
  padding-right: 0.25em;
}
.products-magcare-shirts_whats__add .pickup .features-txt dt {
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 0.5em;
  color: #0087a5;
  line-height: 1.5;
  letter-spacing: .05em;
}
.products-magcare-shirts_whats__add .pickup .features-txt dd {
  margin-bottom: 5px;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: justify;
}

.products-magcare-shirts_whats__add .scene_list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.products-magcare-shirts_whats__add .scene_list li {
  width: calc(100% / 4 - 5px);
}
@media screen and (max-width: 640px) {
  .products-magcare-shirts_whats__add .scene_list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .products-magcare-shirts_whats__add .scene_list li {
    width: 50%;
  }
}

#magcare-shirts .section-bottom h3 {
  font-size: 2.5em;
  font-weight: 400;
  margin-bottom: 14px;
}
#magcare-shirts .section-bottom h3 span {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
}

#magcare-shirts .section-bottom .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#magcare-shirts .section-bottom .flex .img {
  width: 45%;
  overflow: hidden;
}
#magcare-shirts .section-bottom .flex .img img {
  max-width: 104%;
  margin-left: -2%;
}

#magcare-shirts .section-bottom .flex .name {
  width: 52%;
}
#magcare-shirts .section-bottom .flex .name .price {
  font-size: 2.4rem;
  margin-bottom: 4px;
}
#magcare-shirts .section-bottom .flex .name .sku {
  border: 1px solid #231815;
  display: inline-block;
  line-height: 1;
  padding: 3px;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
}

#magcare-shirts .section-bottom .flex .name .spec {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 896px) {
  #magcare-shirts .section-bottom .flex {
    display: block;
  }
  #magcare-shirts .section-bottom .flex .img,
  #magcare-shirts .section-bottom .flex .name {
    width: 100%;
  }
}

#magcare-shirts .section-bottom .flex .name .size .unit {
  position: relative;
}
#magcare-shirts .section-bottom .flex .name .size .unit span {
  font-size: 75%;
  position: absolute;
  right: 0;
  bottom: 2px;
}

#magcare-shirts .section-bottom .flex .name .size table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 1em;
}
#magcare-shirts .section-bottom .flex .name .size table th,
  #magcare-shirts .section-bottom .flex .name .size table td {
  border: 1px solid #aaa;
  padding: 6px 10px;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: .025em;
}
#magcare-shirts .section-bottom .flex .name .size table th {
  background-color: #eee;
  font-weight: normal;
}

#magcare-shirts .section-bottom .flex .name .size .laundry-symbol li {
  display: inline-block;
  padding: 15px 10px 0 0;
}


/*レスノトップページ商品詳細のnew*/
.new_display {
    display: inline-block;
    width: auto;
    height: 25px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 12px;
    letter-spacing: 0.05em;
    font-weight: bold;
    padding: 7px 9px 0px 10px;
    color: #ffffff;
    background-color: #c02d28;
    margin-left: 10px;
    vertical-align: middle;
    left: 10px;
    margin-right: 10px;
}

.sicks_title {
  font-size: 3rem;
}

@media screen and (max-width: 700px) {
.sicks_title {
  font-size: 2.4rem;
  }
}


/*レスノハンバーガーメニューのnew*/
.view_timer {
    display: inline-block;
    width: auto;
    height: 25px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 25px;
    letter-spacing: 0.05em;
    font-weight: bold;
    padding: 0 10px;
    color: #ffffff;
    background-color: #c02d28;
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
.view_timer {
    display: inline-block;
    width: auto;
    height: 25px;
    text-align: center;
    font-size: 2.66667vw;
    line-height: 6vw;
    height: 6vw!important;
    letter-spacing: 0.05em;
    font-weight: bold;
    width: 16vw!important;
    color: #ffffff;
    background-color: #c02d28;
    margin-left: 10px;
    padding: 0;
}
}

/*レスノフッターのnew*/
.new_display_footer{
    display: inline !important;
    margin-left: 7px;
    padding: 6px !important;
    width: auto !important;
    text-align: center;
    letter-spacing: 0.05em;
    width: auto !important;
    color: #ffffff;
    background-color: #c02d28;
    font-size: 11px !important;
    font-weight: bold;
    vertical-align: 2px;
}

@media screen and (max-width: 700px) {
.new_display_footer{
   padding: 5px 5px 5px 7.5px !important;
 }
}