@charset "UTF-8";
/* --------------------------------------------------------------------
リセット
--------------------------------------------------------------------- */
html {
  color: #000;
  background: #fff;
  font-size: 12px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

* {
  box-sizing: border-box;
}

/* --------------------------------------------------------------------
共通
--------------------------------------------------------------------- */
body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', Verdana, Arial, Helvetica, sans-serif;
  min-width: 1200px;
}

#area-concept > div,
#area-texcyluxe > div,
#area-itemlist > div,
#area-video > div,
footer > div {
  width: 1200px;
  margin: 0 auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

img {
  max-width: 100%;
}

.sp {
  display: none;
}

article {
  padding-top: 90px;
}
@media screen and (max-width: 480px) {
  article {
    padding-top: 69px;
  }
}

html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

body.state-modal .modal {
  left: 0;
  padding: 0 0 0;
  position: absolute;
}
body.state-modal .modal-bg {
  opacity: 0.8;
  left: 0;
}
body.state-modal .modal-wrap {
  position: fixed;
  height: 100px;
  top: 50%;
  -webkit-transform: translateY(-250px);
  -moz-transform: translateY(-250px);
  transform: translateY(-250px);
  display: block;
}
body.state-modal .wrap-hack {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
body.state-modal .wrap-hack-pos {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.modal {
  position: relative;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 100;
  left: -200%;
}

.modal-bg {
  position: fixed;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 1;
  left: -100%;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.modal-wrap {
  display: none;
  position: relative;
  z-index: 2;
  width: 100%;
}

.modal-box {
  width: 90%;
  width: 900px;
  margin: 0 auto;
  background: #000;
  color: #fff;
  position: relative;
}

.modal-box-movie {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: #000;
}
.modal-box-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  background: #000;
}

.modal-close {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -55px;
  right: 7px;
  z-index: 5;
}
.modal-close a {
  display: block;
  width: 40px;
  height: 40px;
  background: url(/img/usr/freepage/goretex/modal-close.png) 0 0 no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 480px) {
  body.state-modal .modal-wrap {
    -webkit-transform: translateY(-80%);
    -moz-transform: translateY(-80%);
    transform: translateY(-80%);
  }

  .modal-box {
    width: 90%;
  }

  .modal-close {
    width: 32px;
    height: 32px;
    top: -38px;
    right: 2px;
    z-index: 5;
  }
  .modal-close a {
    display: block;
    position: relative;
    top: 6px;
    width: 20px;
    height: 20px;
    left: 6px;
  }
}
/* --------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------- */

header {
  background: #d4003b;
  height: 90px;
  width: 100%;
  min-width: 1366px;
  position: fixed;
  box-sizing: border-box;
  z-index: 1000;
  top: 0;
}

#area-header {
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: space-between;
}
#area-header h1 {
  width: 280px;
}
#area-header h1 a {
  display: block;
  width: 380px;
  height: 90px;
  background: url(/img/usr/freepage/goretex/header_pc_202405.png) 0 0 no-repeat;
  background-size: auto 90px;
  background-position: 0 0;
  overflow: hidden;
  text-indent: -9999rem;
  text-align: left;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1;
}
#area-header nav {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
#area-header nav p a {
  position: relative;
  display: block;
  overflow: hidden;
  text-indent: -9999rem;
  text-align: left;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1;
  width: 162px;
  height: 90px;
  background: url(/img/usr/freepage/goretex/header_pc_202405.png) 0 0 no-repeat;
  background-size: auto 90px;
  background-position: right 0;
}
#area-header nav p a:before {
  display: block;
    content: '';
    position: absolute;
    left: 40px;
    top: 0;
    width: 110px;
    bottom: 0;
    background: rgba(255,255,255,0.3);
    opacity: 0;
    transition: opacity 0.3s;
}
#area-header nav p a:hover:before {
  opacity: 1;
}
#area-header nav ul {
  display: flex;
}
#area-header nav ul li a {
  display: block;
  overflow: hidden;
  text-indent: -9999rem;
  text-align: left;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1;
  height: 90px;
  background: url(/img/usr/freepage/goretex/header_pc_202405.png) 0 0 no-repeat;
  background-size: auto 90px;
  background-position: right 0;
  transition: all 0.3s;
}
#area-header nav ul li a:hover {
  opacity: 0.7;
}
#area-header nav ul li.header-nav__goretex a {
  width: 235px;
  background-position: -1027px 0;
}
#area-header nav ul li.header-nav__function a {
  width: 154px;
  background-position: -1444px 0;
}
#area-header nav ul li.header-nav__itemlist a {
  width: 143px;
  background-position: -974px 0;
}
#area-header nav ul li.header-nav__online a {
  width: 226px;
  background-position: -1598px 0;
}
#area-header nav ul li.header-nav__styling a {
  width: 137px;
  background-position: -1117px 0;
}
#area-header nav ul li.header-nav__userreview a {
  width: 190px;
  background-position: -1254px 0;
}

body.user-ie-11 #area-header nav li {
  padding: 5px 35px 0;
}
body.user-ie-11 #area-header nav li:after {
  top: 1px;
}

@media screen and (max-width: 480px) {
  body {
    min-width: 100%;
  }

  header {
    padding-right: 0;
    padding-left: 0;
    height: 68px;
    min-width: 100%;
  }

  #area-header {
    width: 100%;
    height: 68px;
    position: relative;
    display: block;
  }
  #area-header h1 {
    width: 168px;
    height: 40px;
  }
  #area-header h1 a {
    width: 168px;
    height: 40px;
    background: url(/img/usr/freepage/goretex/header_sp_202405.png) 0 0 / 393px auto no-repeat;
  }
  #area-header nav {
    justify-content: center;
  }
  #area-header nav p {
    position: absolute;
    right: 0;
    top: 0;
  }
  #area-header nav p a {
    display: block;
    width: 131px;
    height: 40px;
    background: url(/img/usr/freepage/goretex/header_sp_202405.png) right -1px / 393px auto no-repeat;
  }
  #area-header nav ul {
    border-top: solid 1px #e06b6a;
    justify-content: center;
    width: 100%;
  }
  #area-header nav ul li {
  }

  #area-header nav ul li a {
    height: 32px;
    background: url(/img/usr/freepage/goretex/header_sp_202405.png) right -1px / 393px auto no-repeat;
  }
  #area-header nav ul li + li {
  }
  #area-header nav ul li.header-nav__goretex a {
    width: 116px;
    background-position: 0 -43px;
  }
  #area-header nav ul li.header-nav__function a {
    width: 72px;
    background-position: -220px -42px;
  }
  #area-header nav ul li.header-nav__itemlist a {
    width: 68px;
    background-position: 0px -42px;
  }
  #area-header nav ul li.header-nav__online a {
    width: 101px;
    background-position: -292px -42px;
  }
  #area-header nav ul li.header-nav__styling a {
    width: 64px;
    background-position: -68px -42px;
  }
  #area-header nav ul li.header-nav__userreview a {
    width: 88px;
    background-position: -132px -42px;
  }
}


 header img {
  max-width: 100%;
  max-height: 100%;
}
header a {
  transition-duration: .3s;
}
header a:hover {
  opacity: .5;
}
header > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
h1.header-logo {
  margin-right: auto;
}
h1.header-logo a {
  display: block;
  padding: 21px 42px;
  height: 90px;
}

header nav {
  margin-right: 40px;
}
header nav ul {
  display: flex;
  margin-left: auto;
  max-width: 850px;
  height: 27px;
}
header nav ul li {
  flex-shrink: 50;
}
header nav ul li + li {
  margin-left: 24px;
  padding-left: 24px;
  border-left: 1px solid #fff;
}

.corp-logo {
  height: 90px;
  margin: 0;
  padding: 0;
  transform: skewX(-15deg);
  background-color: #fff;
}
.corp-logo::after {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 20px;
  display: block;
  background: #fff;
  transform: skewX(15deg);
}
.corp-logo a {
  display: flex;
  align-items: center;
  height: 90px;
  padding: 0 16px;
}
.corp-logo a img {
  transform: skewX(15deg);
}

@media screen and (max-width: 480px) {
  header {
      height: 70px;
  }
  header > div {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
  }
  header nav {
      margin-right: 0;
      order: 2;
      width: 100%;
  }
  h1.header-logo a {
      display: block;
      padding: 8px 10px;
      height: 40px;
  }

  .corp-logo {
      height: 40px;
  }
  .corp-logo a {
      height: 40px;
      padding: 2px 6px;
  }

  header nav {
      margin-right: 0;
      padding: 0 2.0356vw;
      border-top: 1px solid #EA9A94;
  }
  header nav ul {
      justify-content: center;
      align-items: center;
      margin-left: auto;
      height: 30px;
  }
  header nav ul li + li {
      margin-left: 2.0356vw;
      padding-left: 2.0356vw;
  }
  header nav ul li img {
      display: block;
  }

}


#contents {
  /*font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

#contents * {
  line-height: 1;
  /*color: #221815;*/
}

/* --------------------------------------------------------------------
add common
--------------------------------------------------------------------- */
.tit-line {
  border-bottom: 2px solid #e4c65b;
  text-align: center;
  font-size: 5rem;
  padding-bottom: 18px;
}

body.user-ie-11 .tit-line {
  padding-bottom: 15px;
}

.tit-bg {
  text-align: center;
  font-size: 3.66rem;
  padding: 22px 0;
  line-height: 1;
  background: #e3c65c;
  margin-top: 60px;
  letter-spacing: -0.04em;
}

body.user-ie-11 .tit-bg {
  padding: 30px 0 14px;
}

.tit-main-bg {
  background: #000;
  text-align: center;
  font-size: 5rem;
  padding: 16px 0;
  line-height: 1;
}
.tit-main-bg.type-tough {
  color: #e4c65b !important;
}
.tit-main-bg.type-rough {
  color: #e60012 !important;
}

body.user-ie-11 .tit-main-bg {
  padding: 28px 0 5px;
}

.tit-normal {
  text-align: center;
  font-size: 5rem;
}

.txt-copy {
  margin-top: 40px;
  text-align: center;
  font-size: 2.5rem;
  line-height: 2 !important;
}

.txt-normal {
  margin-top: 25px;
  text-align: center;
  font-size: 2.08rem;
  line-height: 1 !important;
}

@media screen and (max-width: 480px) {
  .tit-line {
    border-bottom: 2px solid #e4c65b;
    text-align: center;
    font-size: 2.5rem;
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 480px) and (max-width: 340px) {
  .tit-line {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 480px) {
  .tit-bg {
    font-size: 2.16rem;
    padding: 14px 0;
    line-height: 1.5 !important;
    margin-top: 38px;
    letter-spacing: -0.04em;
  }
}
@media screen and (max-width: 480px) and (max-width: 340px) {
  .tit-bg {
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 480px) {
  .tit-main-bg {
    font-size: 2.5rem;
    padding: 16px 0;
  }
}
@media screen and (max-width: 480px) and (max-width: 340px) {
  .tit-main-bg {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 480px) {
  .tit-normal {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 480px) and (max-width: 340px) {
  .tit-normal {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 480px) {
  .txt-copy {
    margin-top: 32px;
    font-size: 1.3rem;
    line-height: 2 !important;
  }
}
@media screen and (max-width: 480px) and (max-width: 340px) {
  .txt-copy {
    font-size: 1.15rem;
  }
}

@media screen and (max-width: 480px) {
  .txt-normal {
    margin-top: 18px;
    font-size: 1.33rem;
    line-height: 1.15 !important;
    line-height: 2 !important;
  }
}
/* --------------------------------------------------------------------
メインイメージ
--------------------------------------------------------------------- */
#area-main img {
  width: 100%;
  min-width: 1200px;
  max-width: 100%;
}
.mv_video iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}

@media screen and (max-width: 480px) {
  #area-main img {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .mv_video iframe {
    width: 100%;
    height: 67.3392vh;
  }
}
/* --------------------------------------------------------------------
コンセプト
--------------------------------------------------------------------- */
#area-concept {
  text-align: center;
  margin-top: 180px;
  margin-top: 75px;
  width: 100%;
  overflow: hidden;
  margin-bottom:100px;
}

#area-concept h2 {
  font-size: 6.5rem;
  font-size: 4.9rem;
  font-weight: 500;
  display: block;
  line-height: 1.4;
  position: relative;
  left: 0.5em;
}

#area-concept h2 span {
  display: block;
  font-size: 4.5rem;
}

#area-concept .concept-txt {
  margin-top: 60px;
}

#area-concept .concept-txt p {
  font-size: 2.1rem;
  line-height: 2;
  letter-spacing: 1px;
}

/* #area-concept .concept-img {
  margin-top: 70px;
  text-align: center;
}
#area-concept .concept-img img {
  width: 50%;
  margin: 0 auto;
}

#area-concept .tokusetu_btn img {
  width: 39%;
  margin: 30px auto;
} */

#area-concept .tokusetu_btn a.goodslink,
#area-function .tokusetu_btn a.goodslink {
  display: block;
  width: 39%;
  margin: 30px auto;
  background: #d4003b;
  color: #ffffff;
  padding: 24px 0;
  text-decoration: none;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

#area-concept .product-button2 {
    width: auto;
    margin-top: 70px;
    height: 170px;
    position: relative;
}

#area-concept .video-area {
  display: flex;
  flex-flow: column;
  align-items: center;

}
#area-concept .video-area img{
  margin: 10px auto 40px;
}



@media screen and (max-width: 480px) {

  #area-concept .video-area img{
    width: 50%;
    margin: 20px auto;
  }
  #area-concept .video-area iframe {
    margin:0 auto;
  }
}


@media screen and (max-width: 480px) {
  #area-concept {
    margin-top: 35px;
  }

  #area-concept h2 {
    font-size: 2.1rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 480px) and (max-width: 340px) {
  #area-concept h2 {
    font-size: 1.83rem;
  }
}

@media screen and (max-width: 480px) {
  #area-concept .concept-txt {
    margin-top: 30px;
  }

  #area-concept .concept-txt p {
    font-size: 1.14rem;
    line-height: 2;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 480px) and (max-width: 340px) {
  #area-concept .concept-txt p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 480px) {
  #area-concept .concept-img {
    margin-top: 25px;
    margin-top: 40px;
    text-align: center;
  }
  #area-concept .concept-img img {
    width: 70%;
    margin: 0 auto;
  }
  #area-concept .tokusetu_btn img{
    width:70%;
    margin :30px auto;
  }
  #area-concept .tokusetu_btn a.goodslink {
    display: block;
    width: 70%;
    margin: 30px auto;
    background: #d4003b;
    color: #ffffff;
    padding: 1.0em 0;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
  }
}

/*----------------------------------------------------------------*/
/*ボタンエリア*/
/*----------------------------------------------------------------*/
.product-button2{
  width:auto;
  margin-top:70px;
  height:170px;
  position:relative;
}


 .product-button2 a img{
    position: absolute;
    top: 50%;
    left: 50%;
    width:500px;
    height:100px;
    transform: translate(-50%,-50%);
    box-shadow: 0px 5px 5px #2D3338;
}


/* --------------------------------------------------------------------
tough rough
--------------------------------------------------------------------- */
#area-tough-rough {
  margin-top: 100px;
  position:relative;
}

#area-tough-rough #area-tough h2 img {
  width: auto;
  height: 44px;
}
#area-tough-rough #area-rough h2 img {
  width: auto;
  height: 44px;
}
@media screen and (max-width: 480px) {
  #area-tough-rough #area-tough h2 img {
    width: auto;
    height: 20px;
  }
  #area-tough-rough #area-rough h2 img {
    width: auto;
    height: 20px;
  }
}

#area-tough-rough .product-button1{
  width:auto;
  height:170px;
  position:relative;
}


#area-tough-rough .product-button1 a img{
  position: absolute;
  top: 50%;
  left: 50%;
  width:500px;
  height:100px;
  transform: translate(-50%,-50%);
  box-shadow: 0px 5px 5px #2D3338;
}

#area-tough-rough .product-button2{
  width:auto;
  margin-top:70px;
  height:170px;
  position:relative;
}


#area-tough-rough .product-button2 a img{
  position: absolute;
  top: 50%;
  left: 50%;
  width:500px;
  height:100px;
  transform: translate(-50%,-50%);
  box-shadow: 0px 5px 5px #2D3338;
}

#area-tough-rough > section{
  margin-top:100px;
}


.tough-main {
  background: url(/img/usr/freepage/goretex/tough-main-bg-pc.png) center center no-repeat #000;
  background-size: cover;
  padding: 58px 0;
  margin-top: 50px;
}

.tough-main-lauout {
  width: 1200px;
  margin: 0 auto;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.tough-main-lauout_img {
  width: 590px;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.tough-main-lauout_txt {
  width: 585px;
}
.tough-main-lauout_txt p {
  line-height: 2 !important;
  font-size: 1.833rem !important;
  font-size: 1.77rem !important;
  color: #fff !important;
  text-align: left;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

#area-tough-movie {
  margin-top: 50px;
}

.tough-movie-items {
  width: 1200px;
  margin: 0 auto;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-top: 40px;
}
.tough-movie-items .tough-movie-item {
  width: 590px;
  text-align: center;
}
.tough-movie-items .tough-movie-item a {
  display: block;
  text-decoration: none;
}
.tough-movie-items a.goodslink {
  display: block;
  width: 39%;
  margin: 80px auto 0;
  background: #d4003b;
  color: #ffffff;
  padding: 24px 0;
  text-decoration: none;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}


.tough-movie-item_img {
  margin-bottom: 20px;
  position: relative;
}
.tough-movie-item_img img {
  position: relative;
  z-index: 1;
}
.tough-movie-item_img::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  opacity: 0.0;
  -webkit-transition: opacity 0.3s 0s ease;
  -moz-transition: opacity 0.3s 0s ease;
  transition: opacity 0.3s 0s ease;
}
.tough-movie-item_img i {
  position: absolute;
  display: block;
  width: 114px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -57px;
  z-index: 3;
  background: url(/img/usr/freepage/goretex/tough-movie-item-img-icon.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.tough-movie-item_btn {
  width: 340px;
  height: 44px;
  background: #000;
  margin: 0 auto;
  color: #fff !important;
  font-size: 1.5rem;
  border-radius: 22px;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-transition: background 0.3s 0s ease, color 0.3s 0s ease;
  -moz-transition: background 0.3s 0s ease, color 0.3s 0s ease;
  transition: background 0.3s 0s ease, color 0.3s 0s ease;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', Verdana, Arial, Helvetica, sans-serif;
}

body.user-ie-11 .tough-movie-item_btn {
  padding-top: 5px;
}

.tough-movie-item a:hover .tough-movie-item_img::after {
  opacity: 0.2;
  -webkit-transition: opacity 0.1s 0s ease;
  -moz-transition: opacity 0.1s 0s ease;
  transition: opacity 0.1s 0s ease;
}

.tough-movie-item a:hover .tough-movie-item_btn {
  background: #c9c9c9;
  color: #222 !important;
  -webkit-transition: background 0.1s 0s ease, color 0.1s 0s ease;
  -moz-transition: background 0.1s 0s ease, color 0.1s 0s ease;
  transition: background 0.1s 0s ease, color 0.1s 0s ease;
}

#area-tough ,
#area-rough {
  margin-top: 110px;
  margin-top: 10px;
  padding-top: 100px;
}

.rough-img {
  width: 1200px;
  margin: 0 auto;
  margin-top: 35px;
}

.rough-txt {
  text-align: center;
  font-size: 1.83rem;
  line-height: 2 !important;
  margin-top: 35px;
}

@media screen and (max-width: 480px) {

.product-button2{
    width:auto;
    height:10px;
    position:relative;
  }


.product-button a img{
    position: absolute;
    top: 50%;
    left: 50%;
    width:300px;
    height:60px;
    transform: translate(-50%,-50%);
    box-shadow: 0px 5px 5px #2D3338;
  }


  #area-tough-rough {
    margin-top: 0;
    padding-top: 40px;
  }

  #area-tough-rough .product-button1{
    width:auto;
    height:100px;
    position:relative;
  }

  #area-tough-rough .product-button2{
    width:auto;
    height:10px;
    position:relative;
  }


  #area-tough-rough .product-button a img{
    position: absolute;
    top: 50%;
    left: 50%;
    width:300px;
    height:60px;
    transform: translate(-50%,-50%);
    box-shadow: 0px 5px 5px #2D3338;
  }

  #area-tough-rough > section{
    margin-top: -40px;
    padding-top: 85px;
  }

  .tough-main {
    background: url(/img/usr/freepage/goretex/tough-main-bg-sp.png) center center no-repeat #000;
    background-size: cover;
    padding: 36px 0;
    margin-top: 40px;
  }

  .tough-main-lauout {
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  .tough-main-lauout_img {
    width: 78.66%;
    width: 81%;
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
  }

  .tough-main-lauout_txt {
    width: 78.66%;
    width: 81%;
    margin: 0 auto;
  }
  .tough-main-lauout_txt p {
    line-height: 2 !important;
    font-size: 1.33rem !important;
    font-size: 1.25rem !important;
    color: #fff !important;
    text-align: left;
    display: block;
  }
}
@media screen and (max-width: 480px) and (max-width: 340px) {
  .tough-main-lauout_txt p {
    font-size: 1.15rem !important;
    font-size: 1.07rem !important;
  }
}

@media screen and (max-width: 480px) {
  #area-tough-movie {
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 35px;
    background: #ededee;
  }
  #area-tough-movie > p.txt-normal:first-child {
    margin: 0;
  }

  .tough-movie-items {
    width: 94.4%;
    display: block;
    margin-top: 24px;
  }
  .tough-movie-items .tough-movie-item {
    width: 100%;
    margin-bottom: 40px;
  }
  .tough-movie-items .tough-movie-item:last-child {
    margin-bottom: 0;
  }

  .tough-movie-item_img {
    margin-bottom: 25px;
  }
  .tough-movie-item_img i {
    width: 68px;
    height: 49px;
    margin-top: -25px;
    margin-left: -34px;
  }

  .tough-movie-item_btn {
    width: 86%;
    height: 40px;
    font-size: 1.33rem;
    border-radius: 20px;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-transition: background 0.3s 0s ease, color 0.3s 0s ease;
    -moz-transition: background 0.3s 0s ease, color 0.3s 0s ease;
    transition: background 0.3s 0s ease, color 0.3s 0s ease;
  }

  #area-tough-movie .tough-movie-items a.goodslink {
    display: block;
    width: 70%;
    margin: 30px auto;
    background: #d4003b;
    color: #ffffff;
    padding: 1.0em 0;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
  }

}
@media screen and (max-width: 480px) and (max-width: 340px) {
  .tough-movie-item_btn {
    font-size: 1.15rem !important;
  }
}

@media screen and (max-width: 480px) {
  .tough-movie-item a:hover .tough-movie-item_img::after {
    opacity: 0.2;
    -webkit-transition: opacity 0.1s 0s ease;
    -moz-transition: opacity 0.1s 0s ease;
    transition: opacity 0.1s 0s ease;
  }

  .tough-movie-item a:hover .tough-movie-item_btn {
    background: #c9c9c9;
    color: #222 !important;
    -webkit-transition: background 0.1s 0s ease, color 0.1s 0s ease;
    -moz-transition: background 0.1s 0s ease, color 0.1s 0s ease;
    transition: background 0.1s 0s ease, color 0.1s 0s ease;
  }

  #area-rough {
    margin-top: 70px;
  }

  .rough-img {
    width: 1200px;
    width: 100%;
    margin: 0 auto;
    margin-top: 35px;
  }

  .rough-txt {
    font-size: 1.33rem;
    font-size: 1.26rem;
    line-height: 2 !important;
    margin-top: 35px;
  }
}
@media screen and (max-width: 480px) and (max-width: 340px) {
  .rough-txt {
    font-size: 1.1rem !important;
  }
}

/* --------------------------------------------------------------------
function
--------------------------------------------------------------------- */
#area-function {
  margin-top: 170px;
  margin-top: 80px;
}
#area-function .copy_txt {
  width: 1200px;
  margin: 0 auto;
  margin-top: 36px;
  font-size: 2.3rem;
  text-align: center;
  font-weight: normal;
}

.function-items {
  width: 1200px;
  margin: 50px auto 0;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  gap: 50px;
}
.function-items .function-item {
  width: 550px;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  flex-direction: column;
}
/* .function-items .function-item:nth-child(even) {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
} */
.function-items .function-item_info {
  width: 550px;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}
.function-items .function-item_img {
  width: 550px;
  order: -10;
  margin-bottom: 24px;
}

.function-item_info_num {
  font-size: 3.91rem;
  color: #e4c65b !important;
  margin-bottom: 25px;
}
.function-item_info_num img {
  height: 37px;
}

.function-item_info_tit {
  font-size: 2.6rem;
  margin-bottom: 32px;
  font-weight: 700;
}

.function-item_info_txt {
  font-size: 1.66rem;
  line-height: 1.8 !important;
}
.gooddesign {
  margin-top: 90px;
}
.gooddesign .goodesign-img {
  text-align: center;
  width: 600px;
  margin: 0 auto;
}
.gooddesign .tokusetu_btn {
  width: 468px;
  margin: 30px auto 0;
}

@media screen and (max-width: 480px) {
  .gooddesign {
    margin-top: 90px;
  }
  .gooddesign .goodesign-img {
    text-align: center;
    width: 76%;
    margin: 0 auto;
  }
  .gooddesign .tokusetu_btn {
    width: 70%;
    margin: 30px auto 0;
  }
}


@media screen and (max-width: 480px) {
  #area-function {
    margin-top: 0;
  }
  #area-function .copy_txt {
    width: 1200px;
    margin: 0 auto;
    width: 100%;
    margin-top: 25px;
    font-size: 1.33rem;
    line-height: 1.8;
    font-weight: 500;
  }
}
@media screen and (max-width: 480px) and (max-width: 340px) {
  #area-function .copy_txt {
    font-size: 1.15rem !important;
  }
}

@media screen and (max-width: 480px) {
  .function-items {
    width: 100%;
    margin: 4rem auto 0;
    padding-bottom: 40px;
  }
  .function-items.mb-hack-sp {
    padding-bottom: 0;
  }
  .function-items .function-item {
    /* margin-top: 50px; */
    /* display: block; */
  }
  .function-items .function-item_info {
    width: 100%;
    display: block;
    margin-bottom: 0;
  }
  .function-items .function-item_img {
    width: 80%;
    margin: 0 auto 1.66rem;
  }

  .function-item_info_num {
    font-size: 2.75rem;
    margin: 0 auto 20px;
    width: 32px;
  }
  .function-item_info_num img {
    height: auto;
  }
}
@media screen and (max-width: 480px) and (max-width: 340px) {
  .function-item_info_num {
    font-size: 2.5rem !important;
  }
}

@media screen and (max-width: 480px) {
  .function-item_info_tit {
    font-size: 2.0rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) and (max-width: 340px) {
  .function-item_info_tit {
    font-size: 2.0rem !important;
  }
}

@media screen and (max-width: 480px) {
  .function-item_info_txt {
    font-size: 1.33rem;
    line-height: 2 !important;
  }
}
@media screen and (max-width: 480px) and (max-width: 340px) {
  .function-item_info_txt {
    font-size: 1.15rem !important;
  }
}

/* --------------------------------------------------------------------
ITEM DESIGN
--------------------------------------------------------------------- */
.itemdesign h2 {
  text-align: center;
  margin-bottom: 60px;
}
.itemdesign h2 img {
  height: 44px;
}
.itemdesign-container {
    margin-bottom: 86px;
}

.itemdesign-list {
    display: flex;
    justify-content: center;
    gap: 40px;
}
.itemdesign-list-item {
    width: 280px;
}
.itemdesign-list-item--img {
    width: 280px;
    height: 113px;
    margin: 0 0 20px;
}
.itemdesign-list-item dd {
    text-align: center;
}
.itemdesign-list-item--name {
    font-size: 2.3rem;
    margin-bottom: 8px;
}
.itemdesign-list-item--num {
    font-size: 1.5rem;
    line-height: 1.7 !important;
}

.designchart {
    background-color: #f5f5f5;
    padding: 80px 0;
    width: 100%;
    margin-bottom: 110px;
}
.designchart-bg {
    position: relative;
    width: 1056px;
    height: 705px;
    background-image: url(/img/usr/freepage/goretex/chart_bg_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: auto;
}
.designchart-item {
    position: absolute;
}
.designchart-item a {
    display: block;
    width: 240px;
    height: 128px;
    transition-duration: .3s;
}
.designchart-item a:hover {
  opacity: .7;
}
.item-round1e {
    left: 147px;
    top: 453px;
}
.item-round2e {
    left: 270px;
    top: 280px;
}
.item-square3e {
    right: 260px;
    top: 100px;
}
.item-round4e {
    right: 40px;
    top: 150px;
}
.designchart-desc {
  margin-top: 30px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.7 !important;
}

@media screen and (max-width: 480px) {
  .itemdesign h2 img {
    height: 5.089vw;
  }
  .itemdesign-container {
    padding: 0 2.5445vw;
  }
  .itemdesign-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 7.6335vw 0;
  }
  .itemdesign-list-item {
    width: 45.8015vw;
  }
  .itemdesign-list-item--img {
    width: 45.8015vw;
    height: 19.0839vw;
    margin-bottom: 5.089vw;
  }
  .itemdesign-list-item dd {
    width: 90%;
    margin: auto;
    text-align: center;
  }
  .itemdesign-list-item--name {
    font-size: 1.3334rem;
    margin-bottom: 8px;
  }
  .itemdesign-list-item--num {
    font-size: 1.1667rem;
  }
  .designchart {
    background-color: #f5f5f5;
    padding: 3.3334rem 0;
    width: 100%;
    margin-bottom: 0;
  }
  .designchart-bg {
    position: relative;
    width: 100%;
    height: 66.6667vw;
    background-image: url(/img/usr/freepage/goretex/chart_bg_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: auto;
  }
  .designchart-item {
    position: absolute;
  }
  .designchart-item a {
    display: block;
    width: 22.9007vw;
    height: 12.2137vw;
  }
  .item-round1e {
    left: 15vw;
    top: 44vw;
  }
  .item-round2e {
    left: 25.4452vw;
    top: 29.262vw;
  }
  .item-square3e {
    right: 26.7175vw;
    top: 10.9415vw;
  }
  .item-round4e {
    right: 4.5801vw;
    top: 16.285vw;
  }
  .designchart-desc {
  margin-top: 30px;
  text-align: center;
  font-size: 1.1667rem;
  line-height: 1.7 !important;
  }
}


/* --------------------------------------------------------------------
item-list
--------------------------------------------------------------------- */
#area-item-list {
  margin-top: 110px;
  margin-top: 10px;
  padding-top: 100px;
}
#area-item-list h2 img {
  width: auto;
  height: 44px;
}
.item-list-box {
  margin-top: -110px;
  padding-top: 110px;
}
.item-list-size-heading {
    text-align: center;
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 30px;
}
.item-list h2 {
  text-align: center;
  margin-bottom: 60px;
}
.item-list h2 img {
  height: 44px;
}
.item-list-items {
  width: 1200px;
  margin: 0 auto;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: calc((100% - 380px * 3) / 2);
  margin-bottom: 90px;
}
.item-list-items .item-list-item {
    position: relative;
  width: 380px;
  text-align: center;
  margin: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 500;
}
.item-list-items .item-list-item a {
  display: block;
  text-decoration: none;
  color: #221815;
}
.item-list-items .item-list-item.new-label::before {
  content: 'NEW';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 16px 4px;
  background-color: #D4003B;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  z-index: 100;
}

.item-list-item_img {
  margin-bottom: 20px;
}
.item-list-item_img img {
  position: relative;
  z-index: 1;
}
.item-list-item_img::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  opacity: 0.0;
  -webkit-transition: opacity 0.3s 0s ease;
  -moz-transition: opacity 0.3s 0s ease;
  transition: opacity 0.3s 0s ease;
}

.item-list-items a:hover .item-list-item_img::after {
  opacity: 0.2;
  -webkit-transition: opacity 0.1s 0s ease;
  -moz-transition: opacity 0.1s 0s ease;
  transition: opacity 0.1s 0s ease;
}

.item-list-item_name {
  font-size: 1.5rem;
  margin-bottom: 20px;
  line-height: 1;
}
.item-list-item_name span {
  display: block;
  font-size: 2.3rem;
  margin-top: 10px;
}

.item-list-item_btn {
  text-align: center;
  background: #000000;
  color: #fff !important;
  padding: 10px 0;
  width: 196px;
  margin: 0 auto;
  font-size: 1.08rem;
  -webkit-transition: background 0.3s 0s ease, color 0.3s 0s ease;
  -moz-transition: background 0.3s 0s ease, color 0.3s 0s ease;
  transition: background 0.3s 0s ease, color 0.3s 0s ease;
}

body.user-ie-11 .item-list-item_btn {
  padding: 12px 0 8px;
}

.item-list-item a:hover .item-list-item_btn {
  background: #c9c9c9;
  color: #222 !important;
  -webkit-transition: background 0.1s 0s ease, color 0.1s 0s ease;
  -moz-transition: background 0.1s 0s ease, color 0.1s 0s ease;
  transition: background 0.1s 0s ease, color 0.1s 0s ease;
}

.list-indent {
  width: 1200px;
  margin: 0 auto;
}
.list-indent li {
  position: relative;
  padding-left: 1.0em;
  margin-bottom: 2px;
  line-height: 1.6;
  font-size: 1.5rem;
  font-size: 1.4rem;
  text-align: center;
  padding-left: 1.0em;
}
.list-indent li span.indent {
  position: absolute;
  text-align: left;
  display: inline-block;
  top: 0;
  left: 0;
  position: relative;
  padding-right: 4px;
}
.list-indent li:last-child {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 480px) {
  #area-item-list {
    margin-top: 0;
    padding-top: 85px;
  }
  #area-item-list h2 img {
    width: auto;
    height: 22px;
  }

  .item-list-items {
    width: 95%;
    display: flex;
    margin-bottom: 0;
    justify-content: space-between;
    gap: 2.5rem 0;
  }
  .item-list-items .item-list-item {
    width: 45.8015vw;
  }
  .item-list-items .item-list-item:last-child {
    margin-bottom: 60px;
  }

  .item-list-item_img {
    margin-bottom: 20px;
  }

  .item-list-items a:hover .item-list-item_img::after {
    opacity: 0.2;
    -webkit-transition: opacity 0.1s 0s ease;
    -moz-transition: opacity 0.1s 0s ease;
    transition: opacity 0.1s 0s ease;
  }

  .item-list-item_name {
    font-size: 1rem;
    margin-bottom: 20px;
    line-height: 1;
  }
  .item-list-item_name span {
    font-size: 1.3334rem;
  }
  .item-list-box {
    margin-top: -90px;
    padding-top: 90px;
  }
  .item-list-size-heading {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .item-list-items .item-list-item.new-label::before {
    position: absolute;
    top: 0;
    left: 0;
    padding: .5rem .8333rem .3333rem;
    background-color: #D4003B;
    color: #fff !important;
    font-size: .8333rem;
    font-weight: 700;
    z-index: 100;
  }
}
@media screen and (max-width: 480px) and (max-width: 340px) {
  .item-list-item_name {
    font-size: 1.15rem !important;
  }
}
@media screen and (max-width: 480px) {
  .item-list-item_name span {
    display: block;
    font-size: 1.66rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) and (max-width: 340px) {
  .item-list-item_name span {
    font-size: 1.4rem !important;
  }
}

@media screen and (max-width: 480px) {
  .list-indent {
    width: 80%;
  }
  .list-indent li {
    text-align: left;
    font-size: 1.33rem !important;
    font-size: 1.23rem !important;
    line-height: 1.4 !important;
    word-break: break-all;
  }
}
@media screen and (max-width: 480px) and (max-width: 340px) {
  .list-indent li {
    font-size: 1.1rem !important;
  }
}
@media screen and (max-width: 480px) {
  .list-indent li span.indent {
    position: absolute;
    padding-right: 0;
    line-height: 1.6 !important;
  }

  .item-list-item_btn {
    padding: 10px 0;
    width: 36.8956vw;
    font-size: 1.33rem;
    -webkit-transition: background 0.3s 0s ease, color 0.3s 0s ease;
    -moz-transition: background 0.3s 0s ease, color 0.3s 0s ease;
    transition: background 0.3s 0s ease, color 0.3s 0s ease;
  }
}
@media screen and (max-width: 480px) and (max-width: 340px) {
  .item-list-item_btn {
    font-size: 1.15rem !important;
  }
}

@media screen and (max-width: 480px) {
  .item-list-item a:hover .item-list-item_btn {
    background: #c9c9c9;
    color: #222 !important;
    -webkit-transition: background 0.1s 0s ease, color 0.1s 0s ease;
    -moz-transition: background 0.1s 0s ease, color 0.1s 0s ease;
    transition: background 0.1s 0s ease, color 0.1s 0s ease;
  }
}


/* --------------------------------------------------------------------
series
--------------------------------------------------------------------- */
#area-series {
  margin-top: 110px;
}
#area-series h2 img {
  width: auto;
  height: 56px;
}

#area-series2 {
  margin-top: 110px;
  padding-top: 89px;
}


.series-items {
  width: 906px;
  margin: 0 auto;
  padding-top: 25px;
}
.series-items li {
  margin-top: 25px;
}
.series-items li a {
  display: block;
  position: relative;
}
.series-items li a::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s ease;
  -moz-transition: opacity 0.3s 0s ease;
  transition: opacity 0.3s 0s ease;
}
.series-items li a:hover::after {
  opacity: 1;
  -webkit-transition: opacity 0.1s 0s ease;
  -moz-transition: opacity 0.1s 0s ease;
  transition: opacity 0.1s 0s ease;
}
.series-items li.type-rizap a::after {
  background: url(/img/usr/freepage/goretex/series-img-rizap-on.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.series-items li.type-japanmade a::after {
  background: url(/img/usr/freepage/goretex/series-img-japanmade-on.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.series-items li.type-values a::after {
  background: url(/img/usr/freepage/goretex/series-img-values-on.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.series-items li.type-tough a::after {
  background: url(/img/usr/freepage/goretex/series-img-tough-on.png) 0 0 no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 480px) {
  #area-series {
    margin-top: 90px;
    padding-bottom: 60px;
  }
  #area-series h2 img {
    width: auto;
    height: 24px;
  }
  
  .series-items {
    width: 90%;
    padding-top: 0;
  }
  .series-items li {
    margin-top: 25px;
  }
  .series-items li a {
    display: block;
    position: relative;
  }
  .series-items li a:hover::after {
    opacity: 0;
    -webkit-transition: opacity 0.1s 0s ease;
    -moz-transition: opacity 0.1s 0s ease;
    transition: opacity 0.1s 0s ease;
  }
  .series-items li.type-japanmade a::after {
    display: none;
  }
  .series-items li.type-values a::after {
    display: none;
  }
  .series-items li.type-tough a::after {
    display: none;
  }
}

/* --------------------------------------------------------------------
STYLING (Visumo)
--------------------------------------------------------------------- */
#styling-vsm a.ecbn-selection-slider-prev,
#styling-vsm a.ecbn-selection-slider-next {
  display: none !important;
}

.styling h2 {
  text-align: center;
  margin-bottom: 60px;
}
.styling h2 img {
  height: 44px;
}
.styling-container {
  margin-bottom: 110px;
}
#styling-vsm .vsm-goods .ecbn-selection-item .ecbn-selection-user, .vsm-slider .ecbn-selection-item .ecbn-selection-user,
#styling-vsm .ecbn-selection-wrapper .ecbn-selection-footer2 {
  display: none !important;
}

#styling-vsm .ecbn-selection-widget {
  max-width: none;
}

#styling-vsm .ecbn-selection-item .ecbn-selection-detail {
  width: 23.4375vw;
}
#styling-vsm .ecbn-selection-item .ecbn-selection-caption {
  line-height: 1.6;
  font-size: 14px;
  margin-top: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media (min-width: 721px) {
  #styling-vsm .vsm-goods .ecbn-selection-wrapper li.ecbn-selection-item>div>a,
  #styling-vsm .vsm-slider .ecbn-selection-wrapper li.ecbn-selection-item>div>a {
    width: 23.4375vw;
    height: 23.4375vw;
  }
}
@media screen and (max-width: 480px) {
  .styling h2 {
    text-align: center;
    margin-bottom: 5.089vw;
  }
  .styling h2 img {
    height: 5.089vw;
  }
  .styling-container {
    margin-bottom: 12.7226vw;
  }
  #styling-vsm .vsm-slider .ecbn-selection-wrapper li.ecbn-selection-item {
    width: 63.6132vw;
    padding: .6361vw;
    margin-right: 4.4529vw;
  }
  #styling-vsm .vsm-slider .ecbn-selection-wrapper li.ecbn-selection-item:last-of-type {
    margin-right: 0;
  }
  #styling-vsm .ecbn-selection-item .ecbn-selection-detail {
    width: 63.6132vw;
    padding: .6361vw;    
  }
}

/* --------------------------------------------------------------------
USER REVIEW (Revico)
--------------------------------------------------------------------- */
.userreview {
  background-color: #f5f5f5;
  padding: 80px 0;
}
.userreview h2 {
  text-align: center;
  margin-bottom: 60px;
}
.userreview h2 img {
  height: 44px;
}

/* スライダーCSS */
#area-user-review .revico-multicomment-top .revico-logo,
#area-user-review .revico-comment-footer,
#area-user-review .revico-review-comment-detail--comment--more {
  display: none;
}
#area-user-review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail {
  padding: 0;
}
#area-user-review .revico-multicomment-top .revico-review-comment-row-wrapper {
  background-color: transparent;
  margin-bottom: 0;
}
#area-user-review .revico-review-comment-detail--product-name p {
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 16px auto 8px;
}
#area-user-review .revico-review-comment-detail--comment--content {
  line-height: 1.7;
  font-size: 2rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#area-user-review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--star {
  width: 90px; margin: auto;
}
#area-user-review .revico-multicomment-top .revico-starability-result {
  height: 24px;
}
#area-user-review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--product {
  display: block;
}


@media screen and (max-width: 480px) {
  .userreview {
    background-color: #f5f5f5;
    padding: 10.1781vw 0;
  }
  .userreview h2 {
    margin-bottom: 5.089vw;
  }
  .userreview h2 img {
    height: 5.089vw;
  }
  #area-user-review .revico-review-comment-detail--product-name p {
    font-size: 1.3334rem;
    margin: 16px auto 8px;
  }
  #area-user-review .revico-review-comment-detail--comment--content {
    font-size: 3.5623vw;
  }
}

/* --------------------------------------------------------------------
フッター
--------------------------------------------------------------------- */
footer {
  margin-top: 140px;
  background: #777;
  padding: 40px 0 0;
}

footer > div:first-child {
  overflow: hidden;
  padding-bottom: 40px;
}

footer > div > div {
  float: right;
}

/* ロゴ */
footer .footer-logo {
  width: 260px;
  padding: 10px 40px 0 0;
}

footer .footer-logo a {
  text-decoration: none;
}

footer .footer-logo p {
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
  margin-top: 10px;
}

/* お問い合わせ */
footer .footer-contact {
  width: 580px;
  padding: 13px 20px;
  background: #fff;
  border-radius: 5px;
}

footer .footer-contact .left > p:first-child {
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 1px;
}

footer .footer-contact .left > p:last-child {
  height: 40px;
  line-height: 40px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #444;
}

footer .footer-contact .left img {
  vertical-align: middle;
  padding-right: 10px;
}

footer .footer-contact .right > p:first-child {
  font-size: 1.1rem;
  font-weight: bold;
}

footer .footer-contact .right > p:first-child > span:first-child {
  display: block;
}

footer .footer-contact .right > p:first-child > span:last-child {
  margin-left: 10px;
}

footer .footer-contact .right > p:last-child {
  font-size: .95rem;
}

/* リンク */
footer .footer-link {
  width: 360px;
  overflow: hidden;
}

footer .footer-link ul {
  overflow: hidden;
  float: left;
  margin-top: 8px;
}

footer .footer-link li:not(:first-child) {
  margin: 10px 0 0;
}

footer .footer-link li {
  padding-left: 50px;
  background: url(/img/usr/freepage/goretex/footer-link-arro.png) 30px 2px no-repeat;
}

footer .footer-link li a {
  color: #fff;
  text-decoration: none;
}

/* --------------------------------------------------------------------
コピーライト
--------------------------------------------------------------------- */
#area-copyright {
  width: 100%;
  background: #444;
  text-align: center;
  height: 40px;
  line-height: 40px;
}

#area-copyright small {
  color: #fff;
  font-size: 1.1rem;
}

/* --------------------------------------------------------------------
ページトップへ
--------------------------------------------------------------------- */
#floating-menu {
  display: block;
  position: fixed;
  right: 30px;
  bottom: 175px;
  z-index: 10000;
}

#floating-menu p {
  height: 60px;
  width: 60px;
  background: url(/img/usr/freepage/goretex/page-top2.png) no-repeat;
  cursor: pointer;
}

#floating-menu p:hover img {
  visibility: hidden;
}




/* --------------------------------------------------------------------
「掲載商品はこちら」ボタン
--------------------------------------------------------------------- */
.goods-btn {
  width: 100%;
  position: fixed;
  bottom: 5px;
  left: 0;
  z-index: 100;
}
.goods-btn a {
    display: block;
    width: 468px;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    background-color: #d4003b;
    text-decoration: none;
    padding: 24px 0;
}

@media screen and (max-width: 480px) {
  .goods-btn {
    width: 100%;
  }
  .goods-btn a {
    width: 69.9745vw;
    font-size: 1.5rem;
    padding: 1.3334rem 0;
  }
}

/* --------------------------------------------------------------------
フェードイン・アウト
--------------------------------------------------------------------- */
.fade_off {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 800ms;
}

.fade_off.no_move {
  transform: translate(0, 0);
  transition: all 1200ms ease;
}

.fade_on {
  opacity: 1;
  transform: translate(0, 0);
}

#wrapper {
  position: relative;
  z-index: 0;
}



@media screen and (max-width: 480px) {
/* --------------------------------------------------------------------
スマートフォン用 ここから
--------------------------------------------------------------------- */
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  #area-concept > div,
  footer > div {
    width: 100%;
    margin: 0 auto;
  }

  .left,
  .right {
    float: none;
  }

    /* --------------------------------------------------------------------
メインイメージ
--------------------------------------------------------------------- */
  #area-main img {
    min-width: 100%;
  }

    /* --------------------------------------------------------------------
フッター
--------------------------------------------------------------------- */
  footer {
    margin-top: 40px;
    padding: 0;
  }

  footer > div:first-child {
    padding: 17px 20px 20px;
  }

  /* リンク */
  footer .footer-link {
    float: none;
    width: auto;
    overflow: hidden;
  }

  footer .footer-link ul {
    float: left;
    margin-top: 0;
  }

  footer .footer-link li:not(:first-child) {
    margin: 0;
  }

  footer .footer-link li {
    float: left;
    padding: 3px 20px;
    background: url(/img/usr/freepage/goretex/footer-link-arro.png) 0 5px no-repeat;
  }

  /* お問い合わせ */
  footer .footer-contact {
    float: none;
    margin-top: 20px;
    width: 100%;
    padding: 8px 10px;
    background: #fff;
    border-radius: 5px;
  }

  footer .footer-contact .left > p:first-child {
    font-size: 12px;
    text-align: center;
  }

  footer .footer-contact .left > p:last-child {
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
  }

  footer .footer-contact .right > p:first-child {
    margin-top: 5px;
    font-size: 12px;
    text-align: center;
  }

  footer .footer-contact .right > p:first-child > span:first-child {
    display: inline;
  }

  footer .footer-contact .right > p:last-child {
    font-size: 11px;
    text-align: center;
  }

  /* ロゴ */
  footer .footer-logo {
    float: none;
    width: 50%;
    padding: 0;
    margin: 25px auto 0;
    text-align: center;
  }

  footer .footer-logo p {
    display: none;
  }

    /* --------------------------------------------------------------------
コピーライト
--------------------------------------------------------------------- */
  #area-copyright {
    height: 2.4em;
    line-height: 2.4em;
  }

  #area-copyright small {
    font-size: 10px;
  }

    /* --------------------------------------------------------------------
ページトップへ
--------------------------------------------------------------------- */
  #floating-menu {
    right: 20px;
    bottom: 40px;
  }

  #floating-menu p {
    height: 40px;
    width: 40px;
    background-size: 40px;
  }

    /* --------------------------------------------------------------------
スマートフォン用 ここまで
--------------------------------------------------------------------- */
}

    /* --------------------------------------------------------------------
        スマートフォン　電話
--------------------------------------------------------------------- */
    @media screen and (min-width: 768px) {
        a[href^="tel:"] {
            pointer-events: none;
            cursor: default;
            text-decoration: none;
            color: #444;
        }
    }

    @media screen and (max-width: 480px) {
        #contents .revico-review-comment-detail--addition-variation *{font-size:1.2em;}
        #contents .revico-review-comment-detail--addition-evaluationanswer *{font-size:1.1em; line-height: 1.3;}
        #contents .revico-review-comment-detail--comment *{font-size:1.2em; line-height: 1.4;}




    }


/* --------------------------------------------------------------------
revico
--------------------------------------------------------------------- */
.freespace-2 {
  margin: 180px 0 100px;
  position: relative;
}
/* .freespace-2:before {
  display: block;
  content: '';
  width: 1000px;
  max-width: 100%;
  position: absolute;
  left: calc(50% - 500px);
  top: -140px;
  height: 1px;
  background: #d0d0d0;
} */

.freespace-2 .revico-multicomment-top {
  position: relative;
}
.freespace-2 .revico-multicomment-top:before {
  display: block;
  content: '';
  width: 375px;
  height: 44px;
  background: url(/img/usr/freepage/goretex/review_title-pc.png) 0 0 / contain no-repeat;
  position: absolute;
  left: calc(50% - 188px);
  top: -80px;
}
.revico-comment-header,
.revico-comment-footer .revico-comment-footer--paging-buttons {
  display: none!important;
}
h2.visumo-header {
  margin: 0 0 15px;
  text-align: center;
}
h2.visumo-header img {
  width: auto;
  height: 56px;
}
h2.visumo-header:before {
  display: none!important;
}
@media screen and (max-width: 480px) {
  .freespace-2 {
    margin: 100px 0 100px;
    position: relative;
  }
  .freespace-2:before {
    width: 80%;
    left: calc(50% - 40%);
    top: -80px;
  }
  .freespace-2 .revico-multicomment-top:before {
    width: 150px;
    height: 18px;
    left: calc(50% - 75px);
    top: -40px;
  }
  h2.visumo-header img {
    width: 106px;
    height: auto;
  }
  .vsm-tile {
    width: 83vw;
    margin: 0 auto;
  }
}