﻿@charset "UTF-8";
/**********************************
 * Base Style
 **********************************/
*,
*:after,
*:before {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  position: relative;
  color: #151515;
  font-size: 1.6rem;
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  line-height: 1.5; }

a {
  color: #ffffff;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: none;
  color: #171717;
}

@media screen and (min-width: 737px) {
  a:hover, a:active {
    text-decoration: none;
    color: #171717;
  }
}

li,
ol {
  list-style: none; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

@media screen and (min-width: 737px) {
  img {
    width: auto; } }

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

/**********************************
 * Layout Style
 **********************************/
/**=========================================
 * l-wrap
 =========================================*/
.l-wrap {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  width: 100%; }

@media screen and (max-width: 975px) {
  .l-wrap {
    width: 100%; } }

@media screen and (max-width: 736px) {
  .l-wrap {
    width: 100%; } }

/**=========================================
 * l-main
 =========================================*/
.l-main {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  position: relative; }

@media screen and (max-width: 1000px) {
  .l-main {
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .l-main {
    width: 100%; } }

/**=========================================
* l-col
* flex
=========================================*/
.l-col-two {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start; }

@media screen and (max-width: 975px) {
  .l-col-two {
    width: 90%;
    margin: 0 auto; } }

@media screen and (max-width: 736px) {
  .l-col-two {
    display: block; } }

/**=========================================
* l-flex
* リスト形式
=========================================*/
.l-flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center; }

/**=========================================
* l-flex-02
* リスト形式
=========================================*/
.l-flex-start {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center; }

/**=========================================
* l-flex-03
* リスト形式
=========================================*/
.l-flex-center {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center; }

/**=========================================
* l-flex-04
* リスト形式
=========================================*/
.l-flex-top {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start; }

/**=========================================
* l-flex-04
* リスト形式
=========================================*/
.l-flex-end {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start; }

@media screen and (max-width: 736px) {
  .l-flex-end {
    display: block; } }

/**********************************
 * Header Style
**********************************/
/**=========================================
 * l-header
 =========================================*/
#m-header-box .fixheader {
  background: #171717; }

#m-header .title {
  padding-left: 3%; }

@media screen and (max-width: 736px) {
  #m-header .title img {
    width: 85%; } }

#m-header nav {
  padding-right: 3%; }

@media screen and (max-width: 736px) {
  #m-header nav {
    display: none; } }

#m-header .m-nav li {
  padding-left: 20px; }

#m-header .m-nav li:first-child {
  padding-left: 0px; }

@media screen and (max-width: 975px) {
  #m-header .m-nav li {
    padding-left: 25px; } }

#m-header .m-nav li a {
  display: block;
  position: relative;
  padding-bottom: 7px;
  padding-top: 8px;
  letter-spacing: 1px;
  border-bottom: 1px solid transparent;
  opacity: 1; }

#m-header .m-nav li a::before, #m-header .m-nav li a::after {
  border-bottom: solid 1px #ec1f1f;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0; }
#m-header .m-nav li a:hover{
  color: #ffffff;
}
#m-header .m-nav li a::before {
  left: 50%; }

#m-header .m-nav li a::after {
  right: 50%; }

#m-header .m-nav li a:hover::before, #m-header .m-nav li a:hover::after {
  width: 50%; }

@media screen and (max-width: 975px) {
  #m-header .m-nav li a:hover::before, #m-header .m-nav li a:hover::after {
    display: none; } }

@media screen and (max-width: 975px) {
  #m-header .m-nav li a {
    padding-bottom: 3px;
    font-size: 1.6rem; } }

/**=========================================
 * header メニューアニメーション
=========================================*/
#m-header .fixheader {
  position: absolute;
  width: 100%;
  padding: 10px 0px 4px 0;
  z-index: 10; }

#m-header .fixed {
  position: fixed !important;
  top: 0;
  -webkit-transform: translate(0%, 0px) scale(1);
  transform: translate(0%, 0px) scale(1);
  transition: left 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, left 0.6s ease;
  transition: transform 0.6s ease, left 0.6s ease, -webkit-transform 0.6s ease;
  padding: 18px 0px;
  background: #171717; }

@media screen and (max-width: 736px) {
  #m-header .fixed {
    position: absolute !important; } }

#m-header .slide-down {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  top: 0; }

@-webkit-keyframes slideDown {
  0% {
    top: -56px; }
  100% {
    top: 0; } }

@keyframes slideDown {
  0% {
    top: -56px; }
  100% {
    top: 0; } }

#m-header .slide-up {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-transform-origin: 50% 50%  0;
  transform-origin: 50% 50%  0;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  top: 0px; }

@-webkit-keyframes slideUp {
  0% {
    top: 0; }
  100% {
    top: 0px; } }

@keyframes slideUp {
  0% {
    top: 0; }
  100% {
    top: 0px; } }

/**********************************
* Footer Style
**********************************/
footer {
  background: #101010; }

footer .box {
  padding: 23px 15px; }

@media screen and (max-width: 736px) {
  footer .box .title {
    display: block;
    margin: auto;
    width: 60%; } }

footer .box .title img{
  display: block;
  margin: 0 auto;
}

footer .m-nav {
  font-size: 1.3rem; }

@media screen and (max-width: 975px) {
  footer .m-nav {
    font-size: 1.2rem; } }

@media screen and (max-width: 736px) {
  footer .m-nav {
    display: none; } }

footer .m-nav li {
  margin-left: 30px; }

footer .m-nav li:first-child {
  margin-left: 0px; }

footer .m-nav li a {
  display: block;
  position: relative;
  letter-spacing: 1px;
  border-bottom: 1px solid transparent;
  opacity: 1; }

footer .m-nav li a:hover{
  color: #Ffffff;
}
footer .m-nav li a::before, footer .m-nav li a::after {
  border-bottom: solid 1px #ec1f1f;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0; }

footer .m-nav li a::before {
  left: 50%; }

footer .m-nav li a::after {
  right: 50%; }

footer .m-nav li a:hover::before, footer .m-nav li a:hover::after {
  width: 50%; }

@media screen and (max-width: 975px) {
  footer .m-nav li a:hover::before, footer .m-nav li a:hover::after {
    display: none; } }

small {
  display: block;
  padding: 20px 0;
  text-align: center;
  font-size: 1.3rem;
  background: #ffffff; }

@media screen and (max-width: 975px) {
  small {
    font-size: 1.3rem; } }

@media screen and (max-width: 736px) {
  small {
    padding: 10px 0;
    font-size: 1.1rem; } }

/**********************************
 * Title Style
**********************************/
/**=========================================
* content-title
* TOPページコンテンツタイトル
=========================================*/
.content-title {
  margin-bottom: 10px;
  color: #ec1f1f;
  font-family: Futura, "Trebuchet MS", Arial, sans-serif;
  font-weight: 700; }

@media screen and (max-width: 736px) {
  .content-title {
    margin-bottom: 5px; } }

.content-title .mini {
  padding-left: 10px;
  font-size: 2.8rem; }

@media screen and (max-width: 736px) {
  .content-title .mini {
    padding-left: 5px; } }

/**=========================================
* content-title
* 下層ページコンテンツタイトル
=========================================*/
.m-layer-title {
  width: 100%;
  text-align: center;
}
.m-layer-title .title {
  font-family: Futura, "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  font-size: 5rem;
  border-bottom: 2px solid #afafaf;
  margin-bottom: 50px
}
@media screen and (max-width: 975px) {
  .m-layer-title .title {
    font-size: 5.5rem; } }

@media screen and (max-width: 736px) {
  .m-layer-title .title {
    font-size: 3.2rem;
    margin-bottom: 40px
  }
}

.m-layer-title .text {
  font-size: 2rem;
  color: #151515;
  font-weight: bold; }

@media screen and (max-width: 975px) {
  .m-layer-title .text {
    font-size: 2.2rem; } }

@media screen and (max-width: 736px) {
  .m-layer-title .text {
    font-size: 1.8rem; } }


/**********************************
 * Text Style
 **********************************/
/**=========================================
* color
* 色設定
=========================================*/
.color-red {
  color: #ec1f1f; }

.color-white {
  color: #ffffff; }

.color-yellow {
  color: #e5d200; }

/**********************************
 * block Style
 **********************************/
/**=========================================
 * 背景色
 =========================================*/
.m-bg-white {
  background: #ffffff; }

.m-bg-gray {
  background: #f0f0f0; }

.m-bg-black {
  background: #171717; }

.m-bg-gray2 {
  background: #f1f1f1; }

/**=========================================
 * 影
 =========================================*/
.m-shadow {
  box-shadow: 0px 20px 15px -20px rgba(0, 0, 0, 0.5); }

/**=========================================
 * m-content
 =========================================*/
.m-content {
  padding: 60px 0; }

@media screen and (max-width: 975px) {
  .m-content {
    padding: 50px 30px; } }

@media screen and (max-width: 736px) {
  .m-content {
    padding: 40px 20px; } }

/**=========================================
 * m-content
 =========================================*/
#layer .m-content {
  padding: 60px 0;
}
@media screen and (max-width: 975px) {
  #layer .m-content {
    padding: 40px 40px;
  } 
}
@media screen and (max-width: 736px) {
  #layer .m-content {
    padding: 40px 20px;
  } 
}

/**********************************
* Button Style
**********************************/
/**=========================================
* moreボタン
=========================================*/
.btn-blue {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10%;
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  width: 80%;
  border: 1px solid #ffffff;
  background-color: rgba(45, 87, 195, 0.2);
  transition: all .3s;
  font-size: 1.8rem;
  text-align: center;
  text-shadow: none;
  letter-spacing: 2px; }

.btn-blue:after {
  content: '';
  position: absolute;
  right: 7%;
  top: -2px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.btn-blue:hover {
  background-color: transparent;
  letter-spacing: 6px;
  background-color: rgba(0, 59, 144, 0.4); }

@media screen and (max-width: 975px) {
  .btn-blue {
    font-size: 1.6rem; } }

@media screen and (max-width: 736px) {
  .btn-blue {
    width: 60%;
    font-size: 1.6rem; } }

/**=========================================
* ドロワーメニューボタン
=========================================*/
/* //ドロワーメニューのClose時のスタイルシート */
.btn-drawer {
  display: none;
  /* //ドロワーメニューの開閉ボタン */ }

@media screen and (max-width: 736px) {
  .btn-drawer {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    padding: 20px 0px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: ease .5s;
    z-index: 9999; } }

.btn-drawer ul {
  padding: 40px 0px; }

.btn-drawer ul li {
  position: relative;
  margin-bottom: 30px;
  margin-left: 5%;
  font-size: 2rem;
  text-align: left;
  font-weight: bold; }

.btn-drawer ul li a {
  padding: 6px 8px;
  color: #ec1f1f;
  display: block;
  font-size: 2rem;
  line-height: 1;
  border-bottom: 1px solid #003b90; }

.btn-drawer .btn-menu {
  /* //ハンバーガーボタンを作るスタイルシート */ }

@media screen and (max-width: 736px) {
  .btn-drawer .btn-menu {
    position: fixed;
    top: 4px;
    left: -60px;
    width: 50px;
    height: 50px;
    transition: ease .5s;
    cursor: pointer;
    -webkit-box-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 10px;
    padding-bottom: 2px;
    z-index: 100;
    border-radius: 40px;
    background: #171717; } }

@media screen and (max-width: 736px) {
  .btn-drawer .btn-menu .line-icon {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 3px;
    width: 24px;
    background: #ffffff;
    transition: ease .5s; }
  .btn-drawer .btn-menu .line-icon:nth-child(1) {
    top: 35%;
    left: 50%; }
  .btn-drawer .btn-menu .line-icon:nth-child(2) {
    top: 50%;
    left: 50%; }
  .btn-drawer .btn-menu .line-icon:nth-child(3) {
    top: 65%;
    left: 50%; } }

/* //ドロワーメニューをOPENにするスタイルシート */
#m-header .action {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-overflow-scrolling: touch; }

#m-header .action {
  right: 0;
  left: auto; }

#m-header .btn-drawer .action {
  right: 10px; }

#m-header .action .line-icon:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg); }

#m-header .action .line-icon:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0; }

#m-header .action .line-icon:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg); }

/**********************************
 * TOPページ Style
**********************************/
#top .m-top {
  background-image: url(../images/main_pc.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 800px; }

@media screen and (min-width: 1850px) {
  #top .m-top {
    height: 920px; } }

@media screen and (max-width: 975px) {
  #top .m-top {
    height: 630px;
    background-position: left center; } }

#top .m-top .m-copy {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 975px) {
  #top .m-top .m-copy {
    width:40%;
  }
}
@media screen and (max-width: 736px) {
  #top .m-top .m-copy {
    width:60%;
  }
}


#top .m-top-business{
  background-image: url(../images/business_bg.png);
}
#top .m-top-business .content-title {
  font-size: 4rem;
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 2px solid #afafaf;
  text-align: center;
}
@media screen and (max-width: 736px) {
  #top .m-top-business .content-title {
    font-size: 3.7rem;
    margin-bottom: 40px;
  }
}

#top .m-top-business .lead {
  font-size: 1.8rem;
  text-align: center;
  color: #ffffff;
  line-height: 2;
}
@media screen and (max-width: 736px) {
  #top .m-top-business .lead {
    font-size: 1.5rem;
    line-height: 2;
  }
}

#top .m-top-business .btn {
  padding: 20px 10px;
  font-size: 1.8rem;
  text-align: center;
  color: #ffffff;
  line-height: 2;
  border: 1px solid #ffffff;
  background-color: rgba(234, 234, 234, 0.2);
  width: 100%;
  max-width: 460px;
  margin: 40px auto 0;
  cursor: pointer;
  font-weight: bold;
}
@media screen and (max-width: 736px) {
  #top .m-top-business .btn {
    padding: 10px 10px;
    font-size: 1.4rem;
    width: 100%;
    max-width: 100%;
    margin: 30px auto 0;
  } 
}

#top .m-top-business .btn:hover{
  background: #ffffff;
  color: #171717;
}
#top .m-top-business .btn span{
  position: relative;
  display: block;
  vertical-align: middle;
  text-decoration: none;
}
#top .m-top-business .btn span::after {
    content: '';
    width: 16px;
    height: 16px;
    border: 0px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 25%; right: 20px;
    transition: all .2s;
}
#top .m-top-business .more{
  margin-top: 50px;
  padding: 40px 40px 30px 40px;
  border: 2px solid #afafaf;
}
#top .m-top-business .more .list{
  color: #ffffff;
  margin-bottom: 30px;
}
#top .m-top-business .more .list:last-child{
  margin-bottom: 0px;
}
#top .m-top-business .more .list:last-child dt{
  margin-bottom: 0px;
}
#top .m-top-business .more .list dt{
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 15px 15px;
  background-color: rgba(236, 31, 31, 0.4);
  border-left: 8px solid rgba(236, 31, 31, 0.4);
}
#top .m-top-business .more .list dd{
  margin-left: 10px;
  font-size: 1.4rem;
}


@media screen and (max-width: 975px) {
  #top .m-content .banner{
    display: block;
    margin-bottom: 10px;
  }
  #top .m-content .banner:last-child{
    margin-bottom: 0px;
  }
}


#top .m-top-vision {
  min-height: 480px; }

@media screen and (max-width: 736px) {
  #top .m-top-vision {
    min-height: auto; } }

#top .m-top-vision .m-box {
  position: relative;
  min-height: 480px; }

@media screen and (max-width: 736px) {
  #top .m-top-vision .m-box {
    min-height: auto; } }

#top .m-top-vision .left {
  width: 60%;
  min-width: 630px;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0; }

@media screen and (max-width: 736px) {
  #top .m-top-vision .left {
    position: static;
    width: 100%;
    min-width: 100%; } }

#top .m-top-vision .right {
  width: 56%;
  margin: 0 auto;
  position: absolute;
  top: 48%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%); }

#top .m-top-vision .right:before {
  content: "";
  width: 94.0484%;
  height: 100%;
  position: absolute;
  display: block;
  right: -17px;
  top: 17px;
  border-top: 3px solid #c6c6c6;
  border-bottom: 3px solid #c6c6c6;
  border-left: 3px solid #c6c6c6;
  border-right: 3px solid #c6c6c6; }

@media screen and (max-width: 736px) {
  #top .m-top-vision .right:before {
    width: 106%;
    right: -3%;
    top: -13px; } }

@media screen and (max-width: 736px) {
  #top .m-top-vision .right {
    width: 92%;
    position: relative;
    top: 12%;
    right: 0;
    -webkit-transform: translate(0%, -12%);
    transform: translate(0%, -12%); } }

#top .m-top-vision .right .text {
  padding: 65px 50px;
  background: #ec1f1f;
  position: relative;
  color: #ffffff; }

@media screen and (max-width: 975px) {
  #top .m-top-vision .right .text {
    padding: 50px 35px; } }

@media screen and (max-width: 736px) {
  #top .m-top-vision .right .text {
    padding: 20px 20px; } }

#top .m-top-vision .right .text .content-title {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 4rem;
  font-family: Futura, "Trebuchet MS", Arial, sans-serif;
  font-weight: 700; }

@media screen and (max-width: 975px) {
  #top .m-top-vision .right .text .content-title {
    font-size: 3.7rem; } }

@media screen and (max-width: 736px) {
  #top .m-top-vision .right .text .content-title {
    font-size: 2.7rem; } }

#top .m-top-vision .right .text .content-title .mini {
  padding-left: 10px;
  font-size: 2.8rem; }

@media screen and (max-width: 975px) {
  #top .m-top-vision .right .text .content-title .mini {
    font-size: 2.5rem; } }

@media screen and (max-width: 736px) {
  #top .m-top-vision .right .text .content-title .mini {
    font-size: 2rem; } }

#top .m-top-vision .right .text > .title {
  margin-bottom: 12px;
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: 2px; }

@media screen and (max-width: 975px) {
  #top .m-top-vision .right .text > .title {
    font-size: 2rem; } }

@media screen and (max-width: 736px) {
  #top .m-top-vision .right .text > .title {
    font-size: 1.8rem;
    letter-spacing: 1px; } }

#top .m-top-vision .right .text .read {
  font-size: 1.5rem;
  line-height: 1.7; }

@media screen and (max-width: 975px) {
  #top .m-top-vision .right .text .read {
    font-size: 1.3rem; } }



#top .m-top-message {
  min-height: 480px; }

@media screen and (max-width: 736px) {
  #top .m-top-message {
    min-height: auto; } }

#top .m-top-message .m-box {
  position: relative;
  min-height: 480px; }

@media screen and (max-width: 736px) {
  #top .m-top-message .m-box {
    min-height: auto; } }

#top .m-top-message .right {
  width: 60%;
  min-width: 630px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0; }

@media screen and (max-width: 736px) {
  #top .m-top-message .right {
    position: static;
    width: 100%;
    min-width: 100%; } }

#top .m-top-message .left {
  width: 56%;
  margin: 0 auto;
  position: absolute;
  top: 48%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%); }

#top .m-top-message .left:before {
  content: "";
  width: 94.0484%;
  height: 100%;
  position: absolute;
  display: block;
  right: -17px;
  top: 17px;
  border-top: 3px solid #c6c6c6;
  border-bottom: 3px solid #c6c6c6;
  border-left: 3px solid #c6c6c6;
  border-right: 3px solid #c6c6c6; }

@media screen and (max-width: 736px) {
  #top .m-top-message .left:before {
    width: 106%;
    right: -3%;
    top: -13px; } }

@media screen and (max-width: 736px) {
  #top .m-top-message .left {
    width: 92%;
    position: relative;
    top: 12%;
    right: 0;
    -webkit-transform: translate(0%, -12%);
    transform: translate(0%, -12%); } }

#top .m-top-message .left .text {
  padding: 65px 50px;
  background: #ec1f1f;
  position: relative;
  color: #ffffff; }

@media screen and (max-width: 975px) {
  #top .m-top-message .left .text {
    padding: 50px 35px; } }

@media screen and (max-width: 736px) {
  #top .m-top-message .left .text {
    padding: 20px 20px; } }

#top .m-top-message .left .text .content-title {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 4rem;
  font-family: Futura, "Trebuchet MS", Arial, sans-serif;
  font-weight: 700; }

@media screen and (max-width: 975px) {
  #top .m-top-message .left .text .content-title {
    font-size: 3.7rem; } }

@media screen and (max-width: 736px) {
  #top .m-top-message .left .text .content-title {
    font-size: 2.7rem; } }

#top .m-top-message .left .text .content-title .mini {
  padding-left: 10px;
  font-size: 2.8rem; }

@media screen and (max-width: 975px) {
  #top .m-top-message .left .text .content-title .mini {
    font-size: 2.5rem; } }

@media screen and (max-width: 736px) {
  #top .m-top-message .left .text .content-title .mini {
    font-size: 2rem; } }

#top .m-top-message .left .text > .title {
  margin-bottom: 12px;
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: 2px; }

@media screen and (max-width: 975px) {
  #top .m-top-message .left .text > .title {
    font-size: 2rem; } }

@media screen and (max-width: 736px) {
  #top .m-top-message .left .text > .title {
    font-size: 1.8rem;
    letter-spacing: 1px; } }

#top .m-top-message .left .text .read {
  font-size: 1.5rem;
  line-height: 1.7; }

@media screen and (max-width: 975px) {
  #top .m-top-message .left .text .read {
    font-size: 1.3rem; } }


#top .m-top-brand-list{
  background-image: url(../images/business_bg.png);
}
#top .m-top-brand-list .m-content{
  padding: 80px 0;
}
#top .m-top-brand-list .content-title{
  font-size: 4rem;
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 2px solid #afafaf;
  text-align: center;
}
#top .m-top-brand-list .list{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#top .m-top-brand-list .list li{
  max-width: 233px;
  margin-bottom: 20px;
  margin-right: 20px;
}
#top .m-top-brand-list .list li.big{
  max-width: 487px;
  margin-bottom: 20px;
  margin-right: 20px;
}
#top .m-top-brand-list .list li:nth-child(7n){
  margin-right: 0px;
}
#top .m-top-brand-list .list li:nth-child(3){
  margin-right: 0px;
}
#top .m-top-brand-list .list li:nth-child(11){
  margin-right: 0px;
}
#top .m-top-brand-list .list li:nth-child(14){
  margin-right: 20px;
}
#top .m-top-brand-list .list li:nth-child(15){
  margin-right: 0px;
}
#top .m-top-brand-list .list li img{
  width: 100%;
}
#top .m-top-brand-list .list li a{
  opacity: 1;
  transition: .3s;
}
#top .m-top-brand-list .list li a:hover{
  opacity: 0.5;
}
@media screen and (max-width: 1000px) {
  #top .m-top-brand-list .list li{
    width: 23%;
    margin-right: 2%;
  }
  #top .m-top-brand-list .list li:nth-child(14){
    margin-right: 2%;
  }
  #top .m-top-brand-list .list li.big{
    width: 48%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 975px) {
  #top .m-top-brand-list .m-content{
    padding: 50px 30px;
  }
}
@media screen and (max-width: 750px) {
  #top .m-top-brand-list .m-content{
    padding: 40px 20px;
  }
  #top .m-top-brand-list .content-title {
    font-size: 3.7rem;
    margin-bottom: 40px;
  }
  #top .m-top-brand-list .list{
    justify-content: space-between;
    margin: 0 auto;
  }
  #top .m-top-brand-list .list li{
    width: 48%;
    max-width: 100%;
    margin-right: 0%;
  }
  #top .m-top-brand-list .list li.big{
    width: 100%;
    max-width: 100%;
    margin-right: 0%;
  }
}

#top .m-top-brand .content-title {
  font-size: 4rem;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #afafaf;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 736px) {
  #top .m-top-brand .content-title {
    font-size: 3rem;
  } 
}

#top .m-top-brand .list {
  display: flex;
  flex-wrap: wrap;
  justify-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 736px) {
  #top .m-top-brand .list {
    display: block;
  }
}

#top .m-top-brand .list li {
  padding: 10px 20px;
  background: #171717;
  color: #ffffff;
  font-size: 1.5rem;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  #top .m-top-brand .list li {
    font-size: 1.5rem;
    margin-right: 0px;
  }
}



#top .m-top-profile {
  position: relative;
  width: 100%; }

#top .m-top-profile .innner{
  display: flex;
}
@media screen and (max-width: 736px) {
  #top .m-top-profile .innner{
    display: block;
  }
}
#top .m-top-profile .box {
  z-index: 5;
  width: 40%;
  background: #171717; }

@media screen and (max-width: 736px) {
  #top .m-top-profile .box {
    display: block;
    width: 100%;
    position: relative;
    top: 0px; left: 0;
  } 
}

#top .m-top-profile .left {
  padding: 50px 80px 70px 80px;
  background: #171717;
  width: 80%;
  float: right; 
}
@media screen and (max-width: 1100px) {
  #top .m-top-profile .left {
    padding: 30px 30px;
    width: 90%;
  } 
}

@media screen and (max-width: 736px) {
  #top .m-top-profile .left {
    padding: 20px 20px; 
    width: 100%;
    float: none; 
  } 
}

#top .m-top-profile .left .content-title {
  margin-bottom: 10px;
  color: #ec1f1f;
  font-size: 5rem;
  font-family: Futura, "Trebuchet MS", Arial, sans-serif;
  font-weight: 700; }

@media screen and (max-width: 975px) {
  #top .m-top-profile .left .content-title {
    font-size: 4.3rem; } }

@media screen and (max-width: 736px) {
  #top .m-top-profile .left .content-title {
    font-size: 3rem; } }


#top .m-top-profile .left .list dl {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  padding: 20px 10px 20px 0;
  font-size: 1.3rem;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

#top .m-top-profile .left .list dl:first-child {
  padding: 10px 10px 12px 0; }

#top .m-top-profile .left .list dl dt {
  width: 90px; }
#top .m-top-profile .left .list dl a{
  text-decoration: underline;
}
#top .m-top-profile .left .list dl a:hover{
  text-decoration: none;
  color: #ffffff;
}

@media screen and (max-width: 975px) {
  #top .m-top-profile .left .list dl dt {
    width: 30%; } }

@media screen and (max-width: 975px) {
  #top .m-top-profile .left .list dl dd {
    width: 70%; } }

#top .m-top-profile .map {
  width: 60%;
  background: #ededed; 
}
@media screen and (max-width: 975px) {
  #top .m-top-profile .map {
    height: 580px; } }

@media screen and (max-width: 736px) {
  #top .m-top-profile .map {
    position: relative;
    width: 100%;
    height: 240px;
  }
}

#top .m-top-profile .map iframe{
    width: 100%; height: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}


/**********************************
 * Layer Style
**********************************/
/**=========================================
* company
* HISTORYページ
=========================================*/
#layer .m-history{
  background: #efefef;
}
#layer .m-history .m-layer-title{
  padding-top: 116px;
  padding-bottom: 110px;
}
@media screen and (max-width: 975px) {
  #layer .m-history .m-layer-title{
    padding: 80px 40px 60px 40px;
  } 
}
@media screen and (max-width: 736px) {
  #layer .m-history .m-layer-title{
    padding: 80px 20px 60px 20px;
  } 
}

/*===== Vertical Timeline =====*/
#conference-timeline {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  #conference-timeline {
    max-width: 100%;
  }
}

#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
  display: table;
  background: #171717;;
  width: 100%;
  margin: 0 auto;
  height: 30px; width: 30px;
  border-radius: 50%;
}
#conference-timeline .conference-center-line {
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: #171717;
  z-index: 0;
}
#conference-timeline .conference-timeline-content {
  padding-bottom: 67px;
}
.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}
.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 44%;
  width: 100%;
}
.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.03);
  padding: 22px 25px;
  margin-bottom: 15px;
}
.timeline-article p {
  margin: 0 0 0 60px;
  padding: 0;
  font-weight: 400;
  color: #242424;
  font-size: 1.3rem;
  line-height: 24px;
  position: relative;
  text-align: left;
}
.timeline-article p span.article-number {
  position: absolute;
  font-weight: 300;
  font-size: 34px;
  top: 0px;
  left: -60px;
  color: #171717;
}
.timeline-article .content-left-container {
  float: left;
}
.timeline-article .content-right-container {
  float: right;
}
.timeline-article .content-left:before,
.timeline-article .content-right:before{
  position: absolute;
  top: 20px;
  font-size: 23px;
  font-family: "FontAwesome";
  color: #fff;
}
.timeline-article .content-left:before {
  /* content: "\f0da"; */
  right: -8px;
}
.timeline-article .content-right:before {
  /* content: "\f0d9"; */
  left: -8px;
}
.timeline-article .meta-date {
  position: absolute;
  top: 0;
  left: 50%;
  width: 72px;
  height: 72px;
  margin-left: -36px;
  color: #fff;
  border-radius: 100%;
  background: #171717;
}
.timeline-article .meta-date .date{
  display: block;
  text-align: center;
  font-weight: 900;
}
.timeline-article .meta-date .date {
  font-size: 20px;
  line-height: 70px;
}
/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 830px) {
  #conference-timeline .timeline-start,
  #conference-timeline .timeline-end {
    margin: 0;
    margin-left: 22px;
  }
  #conference-timeline .conference-center-line {
    margin-left: 0;
    left: 36px;
  }
  .timeline-article .meta-date {
    margin-left: 0;
    left: 0px;
    width: 72px; height: 72px;
  }
  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 90px;
    min-height: 53px;
  }
  .timeline-article .content-left-container {
    margin-bottom: 20px;
  }
  .timeline-article .content-left,
  .timeline-article .content-right {
    padding: 10px 25px;
    min-height: 65px;
  }
  .timeline-article .content-left:before {
    /* content: "\f0d9"; */
    right: auto;
    left: -8px;
  }
  .timeline-article .content-right:before {
    display: none;
  }
  .timeline-article .meta-date .date {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 400px) {
  .timeline-article p {
    margin: 0;
  }
  .timeline-article p span.article-number {
    display: none;
  }
  
}

/**=========================================
* PRIVACYページ
=========================================*/
#layer .m-privacy{
  background: #efefef;
}
#layer .m-privacy .m-layer-title{
  padding-top: 116px;
  padding-bottom: 110px;
}
@media screen and (max-width: 975px) {
  #layer .m-privacy .m-layer-title{
    padding: 80px 40px 60px 40px;
  } 
}
@media screen and (max-width: 736px) {
  #layer .m-privacy .m-layer-title{
    padding: 80px 20px 60px 20px;
  } 
}

#layer .m-privacy .lead{
  text-align: left;
  font-size: 1.4rem;
  margin-bottom: 40px;
}
#layer .m-privacy .content dl{
  margin-bottom: 30px;
  font-size: 1.6rem;
  text-align: left;
}
#layer .m-privacy .content dl dt{
  margin-bottom: 10px;
  font-size: 1.8rem;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 736px) {
  #layer .m-privacy .lead{
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
  #layer .m-privacy .content dl{
    font-size: 1.5rem;
  }
  #layer .m-privacy .content dl dt{
    font-size: 1.6rem;
  }
  #layer .m-privacy .content dl dd{
    font-size: 1.3rem;
  }
}

/**=========================================
* 下層
* 購入ページへ
=========================================*/
#layer .m-site-business{
  background-image: url(../images/business_bg.png);
}
#layer .m-site-business .content-title {
  font-size: 4rem;
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 2px solid #afafaf;
  text-align: center;
}
@media screen and (max-width: 736px) {
  #layer .m-site-business .content-title {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}

#layer .m-site-business .lead {
  font-size: 1.8rem;
  text-align: center;
  color: #ffffff;
  line-height: 2;
}
@media screen and (max-width: 736px) {
  #layer .m-site-business .lead {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}

#layer .m-site-business .btn {
  padding: 20px 10px;
  font-size: 1.8rem;
  text-align: center;
  color: #ffffff;
  line-height: 2;
  border: 1px solid #ffffff;
  background-color: rgba(234, 234, 234, 0.2);
  width: 100%;
  max-width: 460px;
  margin: 40px auto 0;
  cursor: pointer;
  font-weight: bold;
}
@media screen and (max-width: 736px) {
  #layer .m-site-business .btn {
    padding: 10px 10px;
    font-size: 1.4rem;
    width: 100%;
    max-width: 100%;
    margin: 30px auto 0;
  }
}

#layer .m-site-business .btn:hover{
  background: #ffffff;
  color: #171717;
}
#layer .m-site-business .btn span{
  position: relative;
  display: block;
  vertical-align: middle;
  text-decoration: none;
}
#layer .m-site-business .btn span::after {
    content: '';
    width: 16px;
    height: 16px;
    border: 0px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 25%; right: 20px;
    transition: all .2s;
}
#layer .m-site-business .more{
  margin-top: 50px;
  padding: 40px 40px 30px 40px;
  border: 2px solid #afafaf;
}
#layer .m-site-business .more .list{
  color: #ffffff;
  margin-bottom: 30px;
}
#layer .m-site-business .more .list:last-child{
  margin-bottom: 0px;
}
#layer .m-site-business .more .list:last-child dt{
  margin-bottom: 0px;
}
#layer .m-site-business .more .list dt{
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 15px 15px;
  background-color: rgba(236, 31, 31, 0.4);
  border-left: 8px solid rgba(236, 31, 31, 0.4);
}
#layer .m-site-business .more .list dd{
  margin-left: 10px;
  font-size: 1.4rem;
}


/**=========================================
* 下層
* 商品一覧
=========================================*/
#layer .m-product .m-layer-title .title{
  font-family: Futura, "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  font-size: 5rem;
  border-bottom: 2px solid #afafaf;
  margin-bottom: 50px;
}
#layer .m-product{
  background: #efefef;
}
#layer .m-product .m-layer-title{
  padding-top: 116px;
  padding-bottom: 110px;
}
@media screen and (max-width: 975px) {
  #layer .m-product .m-layer-title{
    padding: 80px 40px 60px 40px;
  } 
}
@media screen and (max-width: 736px) {
  #layer .m-product .m-layer-title{
    padding: 80px 20px 60px 20px;
  } 
}
#layer .m-product-cate .list{
  margin-top: 30px;
  width: 100%;  
}
#layer .m-product-cate .list li{
  width: 33.3%;
  padding: 1%;
}
#layer .m-product-cate .list li a{
  display: block;
  width: 100%;
  position: relative;
  border: 1px solid #ddd;
  background-color: #171717;
  box-shadow: 0 1px 3px rgb(0 0 0 / 3%);
  font-weight: 400;
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 24px;
  transition: all .3s ease;
  opacity: 1;
}
#layer .m-product-cate .list li a:hover{
  background-color: #ffffff;
  color: #171717;
  opacity: 0.6;
}
#layer .m-product-cate .list li .name{
  display: block;
  font-size: 2rem;
  padding: 25px 10px;
}
#layer .m-product-cate .list li .mini{
  color: #ffffff;
  display: block;
  background-color: #c73a26;
  padding: 3px;
  text-align: right;
  padding-right: 5%;
  font-size: 1.3rem;
  line-height: 2;
  padding-bottom: 5px;
}

/**=========================================
* 下層
* 商品カテゴリ
=========================================*/
#layer .m-product-category .list{
  margin-top: 30px;
  width: 100%;  
}
#layer .m-product-category .list li{
  width: 33.3%;
  padding: 1%;
}
#layer .m-product-category .list li a{
  display: block;
  width: 100%;
  position: relative;
  transition: all .3s ease;
  opacity: 1;
}
#layer .m-product-category .list li a:hover{
  opacity: 0.6;
}
#layer .m-product-category .list li .images{
  display: block;
}
#layer .m-product-category .list li .mini{
  display: block;
  padding: 3px;
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.7;
  color: #151515;
}
@media screen and (max-width: 736px) {
  #layer .m-product-category .list{
    justify-content: space-between;
  }
  #layer .m-product-category .list li{
    width: 49%;
    margin-bottom: 10px;
  }
}

/**=========================================
* 下層
* 商品詳細
=========================================*/
#layer .m-product-cate .product-heading{
  width: 100%;
  border-bottom: 4px solid #ec1f1f;
  margin-bottom: 50px;
}
#layer .m-product-cate .product-heading span{
  display: block;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 0 auto;
  background: #ec1f1f;
  color: #ffffff;
  padding: 14px;
  font-size: 3rem;
  font-family: Futura, "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
}
#layer .m-product-cate .product-brand-text{
  line-height: 2;
}
#layer .m-product-cate .product-brand-supplement01{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 20px 0 20px 0;
}
#layer .m-product-cate .product-brand-supplement01 dl{
  margin: 0 5px;
}
#layer .m-product-cate .product-brand-supplement01 dt{
  padding: 10px 20px;
  background: #171717;
  color: #ffffff;
  font-size: 1.2rem;
}
#layer .m-product-cate .product-brand-supplement01 dd{
  padding: 10px 20px;
  background: #7f7f7f;
  color: #ffffff;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
#layer .m-product-cate .our-text{
  padding: 20px 10px;
  margin: 0 auto 40px;
  font-size: 1.3rem;
  background: #ffffff;
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
  width: 76%;
  box-sizing: border-box;
}
#layer .m-product-cate .our-text .ttl{
  display: block;
  margin: 12px 0 10px 0;
  font-size: 1.6rem;
  border-bottom: 1px solid #afafaf;
  font-weight: bold;
  padding-bottom: 5px;
}
#layer .m-product-cate .our-text .line{
  background-image: linear-gradient(transparent 30%, #fff9af 0%);
}
#layer .m-product-cate .product-box{
  box-sizing: border-box;
  padding: 0;
  margin: 50px auto 0;
  border-top: 4px solid #ec1f1f;
}
#layer .m-product-cate .product-box .product-photo{
  width: 40%;
  margin-top: 50px;
}
#layer .m-product-cate .product-box .product-list{
  width: 100%;
  align-items: unset;
}
#layer .m-product-cate .product-box .product-list li{
  position: relative;
  width: 50%;
  border: 1px solid #ddd;
  box-shadow: 0 1px 3px rgb(0 0 0 / 3%);
  background: #ffffff;
}
#layer .m-product-cate .product-box .product-list li:first-child{
  width: 100%;
}
#layer .m-product-cate .product-box .product-list li img{
  width: 100%;
}
#layer .m-product-cate .product-box .video{
  width: 100%;
  margin-top: 10px;
}
#layer .m-product-cate .product-box .video video{
  width: 100%;
}
#layer .m-product-cate .product-box .product-text{
  text-align: left;
  width: 55%;
  margin-top: 60px;
}
#layer .m-product-cate .product-box .product-name{
  font-size: 3.1rem;
  font-weight: bold;
  margin-bottom: 3px;
  text-align: left;
}
#layer .m-product-cate .product-box .product-tag{
  color: #a6a6a6;
  text-decoration: underline;
  text-align: left;
}
#layer .m-product-cate .product-box .product-lead{
  margin-top: 10px;
  text-align: left;
  line-height: 1.7;
  font-size: 1.3rem;
}
#layer .m-product-cate .product-box .product-lead02{
  margin-top: 5px;
  text-align: left;
  line-height: 1.7;
  font-size: 1.3rem;
}
#layer .m-product-cate .product-box .product-spec{
  width: 100%;
  margin: 20px auto 0;
}
#layer .m-product-cate .product-box .product-spec dl{
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
}
#layer .m-product-cate .product-box .product-spec dl dt{
  width: 30%;
  background: #dbdbdb;
  padding: 5px 20px;
  background: #171717;
  color: #ffffff;
  font-size: 1.3rem;
  border: 1px solid #e2e2e2;
}
#layer .m-product-cate .product-box .product-spec dl dd{
  width: 70%;
  padding: 5px 20px;
  background: #ffffff;
  font-size: 1.3rem;
  border: 1px solid #e2e2e2;
}
#layer .m-product-cate .product-box .product-more{
  width: 100%;
  margin: 20px auto 0;
}
#layer .m-product-cate .product-box .product-title{
  font-weight: bold;
  font-size: 2rem;
  border-bottom: 2px solid #151515;
  margin-bottom: 12px;
  padding-bottom: 5px;
  margin-top: 25px;
  text-align: left;
}
#layer .m-product-cate .product-box .product-more ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#layer .m-product-cate .product-box .product-more ul li{
  background: #ffffff;
  width: 33%;
  font-size: 1.3rem;
  border: 1px solid #e2e2e2;
  padding: 5px 20px;
  margin-bottom: 5px;
  box-sizing: border-box;
}
#layer .m-product-cate .product-box  .product-lead{
  width: 100%;
  margin: 20px auto 0;
  background: #ffffff;
  font-size: 1.3rem;
  border: 1px solid #e2e2e2;
  padding: 8px 20px;
}
#layer .m-product-cate .product-box  .product-lead02{
  width: 100%;
  margin: 10px auto 0;
  background: #ffffff;
  font-size: 1.3rem;
  border: 1px solid #e2e2e2;
  padding: 8px 20px;
}

@media screen and (max-width: 736px) {
  #layer .m-product-cate .list li{
    width: 50%;
  }
  #layer .m-product-cate .list li .name{
    font-size: 1.6rem;
    padding: 20px 10px;
  }
  #layer .title-product{
    font-size: 2rem;
    margin-bottom: 35px;
    margin-top: 25px;
  }
  #layer .m-product-cate .product-heading{
    padding: 0 12px;
    font-size: 1.7rem;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }
  #layer .m-product-cate .product-heading span {
    font-size: 2rem;
  }
  #layer .m-product-cate .product-brand-supplement01{
    display: block;
  }
  #layer .m-product-cate .our-text {
    padding: 20px 20px;
    margin: 0 auto 30px;
    width: 100%;
  }
  #layer .m-product-cate .product-box{
    margin: 30px auto 0;
    padding-top: 30px;
  }
  #layer .m-product-cate .product-box .product-photo {
    width: 100%;
    margin-top: 30px;
  }
  #layer .m-product-cate .product-box .product-list{
    width: 100%;
    margin-top: 30px;
  }
  #layer .m-product-cate .product-box .product-text{
    width: 100%;
    margin-top: 30px;
  }
  #layer .m-product-cate .product-box .product-name{
    font-size: 2.8rem;
  }

}

/*===== // 戻るボタン =====*/
#layer .back-btn {
  padding: 20px 10px;
  font-size: 1.8rem;
  text-align: center;
  color: #ffffff;
  line-height: 2;
  border: 1px solid #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  max-width: 460px;
  margin: 100px auto 0;
  cursor: pointer;
  font-weight: bold;
}
@media screen and (max-width: 736px) {
  #layer .back-btn {
    padding: 10px 10px;
    font-size: 1.4rem;
    width: 100%;
    max-width: 100%;
    margin: 30px auto 0;
  }
}
#layer .back-btn:hover{
  background: #ffffff;
  color: #171717;
}
#layer .back-btn span{
  position: relative;
  display: block;
  vertical-align: middle;
  text-decoration: none;
}
#layer .back-btn span::after {
    content: '';
    width: 16px;
    height: 16px;
    border: 0px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 25%; right: 20px;
    transition: all .2s;
}

/**
 * State Style
 */
.is-hidden {
  z-index: -1;
  display: none; }

.is-vidible {
  display: block; }

/**=========================================
* br
* 改行制限
=========================================*/
.br-sp-block {
  display: none; }

@media screen and (max-width: 975px) {
  .br-sp-block {
    display: block; } }

.br-pc-block {
  display: block; }

@media screen and (max-width: 975px) {
  .br-pc-block {
    display: none; } }

p.blue-bg {
    background: #2d5894;
}

.to-loader a {
    color: #000000;
    vertical-align: middle;
    text-decoration: none;
}
.to-loader a:link {
    color: #000000;
    vertical-align: middle;
    text-decoration: underline;
}
.to-loader a img {
    color: #000000;
    vertical-align: bottom;
    margin: 0.5rem;
    width: 2.4rem;
}

.downloadable {
    display: inline-block;
}


/**=========================================
* 追加ページ対応
* uchikoページ
=========================================*/
#layer .m-uchiko{
  background: #efefef;
}
#layer .m-uchiko .list{
  width: 100%;
  overflow: hidden;
}
#layer .m-uchiko .list li{
  width: 100%;
}
#layer .m-uchiko .list li img{
  width: 100%;
}

#layer .m-uchiko .m-layer-title{
  padding-top: 116px;
  padding-bottom: 110px;
}
@media screen and (max-width: 975px) {
  #layer .m-uchiko .m-layer-title{
    padding: 80px 40px 60px 40px;
  } 
}
@media screen and (max-width: 736px) {
  #layer .m-uchiko .m-layer-title{
    padding: 80px 20px 60px 20px;
  } 
}

#layer .m-uchiko .btn {
  padding: 20px 10px;
  font-size: 1.8rem;
  text-align: center;
  color: #ffffff;
  line-height: 2;
  border: 1px solid #ffffff;
  background-color: rgb(16 16 16);
  width: 100%;
  max-width: 460px;
  margin: 80px auto 0;
  cursor: pointer;
  font-weight: bold;
}
@media screen and (max-width: 736px) {
  #layer .m-uchiko .btn {
    padding: 20px 10px;
    font-size: 1.4rem;
    width: 100%;
    max-width: 100%;
    margin: 30px auto 0;
  }
}

#layer .m-uchiko .btn:hover{
  background: #ffffff;
  color: #171717;
}
#layer .m-uchiko .btn span{
  position: relative;
  display: block;
  vertical-align: middle;
  text-decoration: none;
}
#layer .m-uchiko .btn span::after {
    content: '';
    width: 16px;
    height: 16px;
    border: 0px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 25%; right: 20px;
    transition: all .2s;
}

#layer .m-uchiko .movie{
  margin: 40px auto 0;
}

/**=========================================
* 問い合わせページ
=========================================*/
#layer #contact-area{
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
#layer .contact-note{
  font-weight: bold;
  font-size: 1.5rem;
  background: #ffc3c3;
  border: 1px solid #ffffff;
  width: 100%;
  text-align: center;
  padding: 10px;
  margin-bottom: 25px;
}
#layer .contact-box{
  font-size: 1.5rem;
  text-align: left;
}
#layer .contact-box dl{
  margin-bottom: 25px;
}
#layer .contact-box dl dt{
  margin-bottom: 10px;
  font-weight: bold;
}
#layer .confirm-box dl dd{
  background: #ffffff;
}
#layer .contact-box dl dd input,
#layer .contact-box dl dd select,
#layer .contact-box dl dd .confirm{
  display: block;
  border: none;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
}
#layer .contact-box dl dd textarea{
  border: none;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  height: 200px;
}
#layer .contact-box .arrow_box{
  font-size: 1.4rem;
  color: #ec1f1f;
  margin-top: 10px;
  display: block;
}
#layer .contact-box .questionnaire{
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 10px;
}
#layer .contact-box .questionnaire-box{
  margin-bottom: 68px;
  border: 1px solid #cccccc;
}
#layer .contact-box .questionnaire-box .title{
  font-size: 1.5rem;
  background: #ffc3c3;
  padding: 15px 20px;
  border-bottom: 1px solid #cccccc;
  margin: 0;
}
#layer .contact-box .questionnaire-box .item{
  padding: 20px;
  background: #ffffff;
}
#layer .contact-box .questionnaire-box .item label{
  margin-right: 20px;
}
#layer .contact-box .questionnaire-box .item label{
  margin-right: 24px;
}
#layer .contact-box .questionnaire-box .item label span{
  font-weight: bold;
  font-size: 1.5rem;
}
#layer .input-btn button {
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  position: relative;
  display: block;
  padding: 25px;
  width: 100%;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  background: #ec1f1f;
  text-indent: 0.1em;
  letter-spacing: 2px;
  border-radius: 20px;
  max-width: 625px;
  margin: 0 auto;
}
#layer .input-btn-confirm{
  width: 100%;
  margin-top: 100px;
}
#layer .input-btn-confirm li{
  width: 48%;
}
#layer .input-btn-confirm button {
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  position: relative;
  display: block;
  padding: 25px;
  width: 100%;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  background: #ec1f1f;
  text-indent: 0.1em;
  letter-spacing: 2px;
  border-radius: 20px;
  max-width: 625px;
  margin: 0 auto;
}
#layer .input-btn-confirm button.back {
  background: #a1a1a1;
}
#layer .input-btn button:after,
#layer .input-btn-confirm button:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5em;
  margin: auto;
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  transition: right 0.5s;
  right: 5%;
}
@media screen and (max-width: 736px) {
  #layer .input-btn-confirm{
    display: block;
    margin-top: 60px;
  }
  #layer .input-btn-confirm li{
    width: 100%;
    margin-bottom: 20px;
  }
}
#layer .comp .comp-title{
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#layer .comp .comp-text{
  font-size: 1.6rem;
}
#layer #security_only_statement{
  background: #f1f1f1;
}
#layer .select-box{
  width: 100%;
  max-width: 706px;
  margin: 30px auto 0;
  background: #ffffff;
  padding-bottom: 20px;
}
#layer .select-box .content-ttl{
  background: #171717;
  color: #ffffff;
  font-size: 2.2rem;
  text-align: center;
  padding: 15px 6px;
  font-weight: bold;
}
#layer .select-box .mini-ttl{
  font-size: 1.7rem;
  text-decoration: underline;
  text-align: center;
  font-weight: bold;
  padding: 30px 10px 25px 10px;
  line-height: 1.8;
}
#layer .select-box .inner-box{
  border: 2px solid #afafaf;
  width: 94%;
  margin: 0 auto;
  padding: 0px 20px 18px 20px;
}
#layer .select-box .inner-box .lead{
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  padding: 20px;
}
#layer .select-box .inner-box .list{
  
}
#layer .select-box .inner-box .list li{
  background: #ea3d3d;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: bold;
}
#layer .select-box .inner-box .list li span{
  padding: 10px 10px 10px 15px;
  display: block;
  border-left: 8px solid #171717;
}
#layer .select-box .inner-box .about-box{
  background: #f2f2f2;
  padding: 20px;
}
#layer .select-box .inner-box .about-box .about-ttl{
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 6px;
}
#layer .select-box .inner-box .about-box .about-lead{
  line-height: 1.6;
}
#layer .select-box .inner-box .message{
  margin-bottom: 0px;
  margin-top: 20px;
  display: flex;
}
#layer .select-box .inner-box .message dt{
  background: #171717;
  color: #ffffff;
  font-size: 1.6rem;
  padding: 20px 10px;
  width: 45%;
  margin-bottom: 0;
}
#layer .select-box .inner-box .message dd{
  border: 1px solid #171717;
  padding: 10px 12px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 736px) {
  #layer .select-box .content-ttl {
    font-size: 1.8rem;
    padding: 12px 6px;
  }
  #layer .select-box .mini-ttl {
    font-size: 1.6rem;
    padding: 20px 10px 18px 10px;
    line-height: 1.7;
  }
  #layer .select-box .inner-box .list li span {
    padding: 8px 10px 8px 13px;
  }
  #layer .select-box .inner-box .message {
    display: block;
  }
  #layer .select-box .inner-box .message dt {
    font-size: 1.4rem;
    padding: 10px 10px;
    width: 100%;
    text-align: center;
  }
}

/**=========================================
* ブランドページ
=========================================*/
#layer .m-top-brand-list{
  background-image: url(../images/business_bg.png);
}
#layer .m-top-brand-list .m-content{
  padding: 80px 0;
}
#layer .m-top-brand-list .content-title{
  font-size: 4rem;
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 2px solid #afafaf;
  text-align: center;
}
#layer .m-top-brand-list .list{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#layer .m-top-brand-list .list li{
  max-width: 233px;
  margin-bottom: 20px;
  margin-right: 20px;
}
#layer .m-top-brand-list .list li.big{
  max-width: 487px;
  margin-bottom: 20px;
  margin-right: 20px;
}
#layer .m-top-brand-list .list li:nth-child(7n){
  margin-right: 0px;
}
#layer .m-top-brand-list .list li:nth-child(3){
  margin-right: 0px;
}
#layer .m-top-brand-list .list li:nth-child(11){
  margin-right: 0px;
}
#layer .m-top-brand-list .list li img{
  width: 100%;
}
#layer .m-top-brand-list .list li a{
  opacity: 1;
  transition: .3s;
}
#layer .m-top-brand-list .list li a:hover{
  opacity: 0.5;
}
@media screen and (max-width: 1000px) {
  #layer .m-top-brand-list .list li{
    width: 23%;
    margin-right: 2%;
  }
  #layer .m-top-brand-list .list li.big{
    width: 48%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 975px) {
  #layer .m-top-brand-list .m-content{
    padding: 50px 30px;
  }
}
@media screen and (max-width: 750px) {
  #layer .m-top-brand-list .m-content{
    padding: 40px 20px;
  }
  #layer .m-top-brand-list .content-title {
    font-size: 3.7rem;
    margin-bottom: 40px;
  }
  #layer .m-top-brand-list .list{
    justify-content: space-between;
    margin: 0 auto;
  }
  #layer .m-top-brand-list .list li{
    width: 48%;
    max-width: 100%;
    margin-right: 0%;
  }
  #layer .m-top-brand-list .list li.big{
    width: 100%;
    max-width: 100%;
    margin-right: 0%;
  }
}

#layer .m-top-brand .content-title {
  font-size: 4rem;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #afafaf;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 736px) {
  #layer .m-top-brand .content-title {
    font-size: 3rem;
  } 
}

#layer .m-top-brand .list {
  display: flex;
  flex-wrap: wrap;
  justify-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 736px) {
  #layer .m-top-brand .list {
    display: block;
  }
}

#layer .m-top-brand .list li {
  padding: 10px 20px;
  background: #171717;
  color: #ffffff;
  font-size: 1.5rem;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  #layer .m-top-brand .list li {
    font-size: 1.5rem;
    margin-right: 0px;
  }
}

/************* ブランド個別ページ *************/
#layer .l-main-brand{
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#layer .brand-more .m-layer-title{
  padding-top: 64px;
  padding-bottom: 80px;
}
#layer .brand-more .cover{
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 380px;
}
#layer .brand-more .logo {
    width: 1000px;
    position: relative;
    margin: 0 auto;
    height: inherit;
    padding: 0 40px;
    box-sizing: border-box;
}
#layer .brand-more .cover .title{
  border: none;
  color: #ffffff;
  position: absolute;
  text-align: left;
  top: 45%;
  left: 20px;
  transform: translateY(-50%);
  margin-bottom: 0;
  text-shadow: 0px 2px 2px rgba(6, 0, 1, 0.4);
}
#layer .brand-more .content{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  padding-top: 80px;
}
#layer .brand-more .content .img-box{
  width: 35%;
  max-width: 316px;
  margin-right: 5%;
}
#layer .brand-more .content .img-box img{
  width: 100%;
}
#layer .brand-more .content .text-box{
  width: 60%;
  max-width: 553px;
  text-align: left;
}
#layer .brand-more .content .text-box .abaout-brand{
  font-family: Futura, "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 18px;
  margin-top: 25px;
}
#layer .brand-more .content .text-box .text{
  font-size: 1.3rem;
  padding-bottom: 25px;
  border-bottom: 2px solid #171717;
  margin-bottom: 30px;
  line-height: 1.7;
}
#layer .brand-more .content .text-box .btn-list{
  width: 100%;
}
#layer .brand-more .content .text-box .btn-list li{
  width: 48%;
}
#layer .brand-more .content .text-box .btn-list li:first-child a{
  background: #1b1f1e;
}
#layer .brand-more .content .text-box .btn-list li a{
  background: #ec1f1f;
  position: relative;
  display: block;
  padding: 20px;
  width: 100%;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 1px;
  max-width: 250px;
}
#layer .brand-more .content .text-box .btn-list li a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5em;
  margin: auto;
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  transition: right 0.5s;
  right: 7%;
}

/************* ブランド別カバー画像 *************/
#layer .brand-more .shot-stop{
  background-image: url(../images/brand_list/brand_cover_shopstop.png); 
}
#layer .brand-more .qoreperformance{
  background-image: url(../images/brand_list/brand_cover_qoreperformance.png); 
}
#layer .brand-more .hardheadveterans{
  background-image: url(../images/brand_list/brand_cover_hardheadveterans.png); 
}
#layer .brand-more .brand_athlon{
  background-image: url(../images/brand_list/brand_cover_athlon.png); 
}
#layer .brand-more .hicomarmor{
  background-image: url(../images/brand_list/brand_cover_hicomarmor.png); 
}
#layer .brand-more .darksystems{
  background-image: url(../images/brand_list/brand_cover_darksystems.png); 
}
#layer .brand-more .udi_usa{
  background-image: url(../images/brand_list/brand_cover_udi_usa.png); 
}
#layer .brand-more .modernicon{
  background-image: url(../images/brand_list/brand_cover_modernicon.png); 
}
#layer .brand-more .originalswat{
  background-image: url(../images/brand_list/brand_cover_originalswat.png); 
}
#layer .brand-more .altama{
  background-image: url(../images/brand_list/brand_cover_altama.png); 
}
#layer .brand-more .gbrsgroup{
  background-image: url(../images/brand_list/brand_cover_gbrsgroup.png); 
}
#layer .brand-more .opsmen{
  background-image: url(../images/brand_list/brand_cover_opsmen.png); 
}
#layer .brand-more .ironclad{
  background-image: url(../images/brand_list/brand_cover_ironclad.png); 
}
#layer .brand-more .microbatsystems{
  background-image: url(../images/brand_list/brand_cover_microbatsystems.png); 
}
#layer .brand-more .chasetactical{
  background-image: url(../images/brand_list/brand_cover_chasetactical.png); 
}
@media screen and (max-width: 736px) {
  #layer .brand-more .m-layer-title{
    padding-top: 50px;
    padding-bottom: 60px;
  }
  #layer .brand-more .cover{
    height: 300px;
  }
  #layer .brand-more .shot-stop .logo {
      max-width: 1000px;
      width: 100%;
      padding: 0 0px;
  }
  #layer .brand-more .shot-stop .title{
    font-size: 3.2rem;
  }
  #layer .brand-more .content{
    display: block;
    padding: 0 40px;
    padding-top: 40px;
  }
  #layer .brand-more .content .img-box{
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  #layer .brand-more .content .text-box{
    width: 100%;
    max-width: 100%;
  }
  #layer .brand-more .content .text-box .btn-list{
    display: block;
  }
  #layer .brand-more .content .text-box .btn-list li{
    width: 100%;
  }
  #layer .brand-more .content .text-box .btn-list li:first-child{
    margin-bottom: 15px;
  }
  #layer .brand-more .content .text-box .btn-list li a{
    padding: 18px;
    font-size: 1.4rem;
    max-width: 100%;
  }
}