@CHARSET "ISO-8859-1";
/* Reset CSS
 * -------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
img{
	-ms_interpolation-mode;bicubic;
}
table {
  border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-weight: normal;
  font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul{
  list-style: none;
  margin:0;
  padding:0;
}
caption,th {
  text-align: left;

}
h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  font-size: 100%;
  margin:0;
  padding:0;
  color:#444;
}
q:before,q:after {
  content:'';
}
abbr,acronym {
  border: 0;
}
*{
  box-sizing: border-box;
}


body,html {
  width: 100%;
  height: 100%;
}
body{
	font-family: "helvetica","arial",sans-serif;
	color: #cccccc;
  background: #626262 url("../img/img_bg.jpg");
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-attachment: fixed;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}

@media screen and (max-width:750px) {
  .pc_only{
    display: none;
  }
}
@media screen and (min-width:751px) {
  .sp_only{
    display: none;
  }
}


/* Custom CSS
 * --------------------------------------- */
@media screen and (max-width:750px) {
  section{
    width: 100%;
    margin: 0 auto 138px;
    padding: 0 20px 0;
  }
}
@media screen and (min-width:751px) and (max-width:1000px){
  section{
    width: 100%;
    max-width: 950px;
    margin: 0 auto 129px;
    padding: 129px 25px 0;
  }
}
@media screen and (min-width:1001px) {
  section{
    width: 950px;
    margin: 0 auto 129px;
    padding: 129px 25px 0;
  }
}
h1{
  position: relative;
  text-align: center;
  padding: 42px 0 92px 0;
  margin: 0 auto 42px;
  font-size: 26px;
  letter-spacing: 3px;
  color: #ccc;
  font-weight: 600;
}
h1:after{
  position: absolute;
  content: '';
  display: block;
  top: auto;
  right: 50%;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 50px;
  background-color: #353535;
}
.f_b{
  color: #353535;
}
a{
  color: #cccccc;
  transition: .8s;
}
a:hover{
  color: #353535;
  transition: .6s;
  animation-timing-function: linear;
}
.clearfix::after{
  content: '';
  display: block;
  clear: both;
}


/* g_nav */
ul.g_nav{
  position: fixed;
  z-index: 100;
  top: 19px;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate( -50%, 5vh);
  background: rgba(240, 240, 240, 0.6);
  width: 522px;
  height: 24px;
}
ul.g_nav li{
  float: left;
  margin: 1px 21px 1px 38px;
  font-size: 20px;
}
ul.g_nav li:nth-child(1){
  margin-left: 2px;
}
ul.g_nav li:nth-child(4){
  margin-right: 2px;
}
ul.g_nav li a{
  color: #f3f3f3;
  font-weight: 600;
  letter-spacing: 2px;
}
ul.g_nav li a:hover{
  color: #000000;
}
ul.g_nav li{
  position: relative;
}
ul.g_nav li:not(:last-child):after{
  position: absolute;
  content: '';
  clear: both;
  width: 1em;
  height: 1px;
  background: #353535;
  top: 50%;
  left: 122%;
  bottom: auto;
  right: auto;
  transform: translateY(-50%) rotate(135deg);
}
@media screen and (max-width:750px) {
  .sp_g_nav_wrapper{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    transform: translateY( -100%);
    background: rgba(74, 74, 74, 0.8);
    width: 100%;
    height: auto;
    transition: all 0.6s;
  }
  ul.sp_g_nav{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 50px 20px;
    text-align: center;
  }
  ul.sp_g_nav li{
    font-size: 20px;
    margin: 10px 0;
  }
  ul.sp_g_nav li a{
    width: 100%;
    display: inline-block;
    padding: 5px 0;
    color: #ccc;
    font-weight: 600;
    letter-spacing: 2px;
  }
  .sp_g_nav_wrapper.active{
    transform: translateY( 0%);
  }
  .nav_toggle{
    display: block;
    position: fixed;
    right: 17px;
    top: 16px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 110;
    text-align: center;
  }
  .nav_toggle span{
    display: block;
    position: absolute;
    width: 23px;
    border-bottom: solid 1px #ccc;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
  }
  .nav_toggle span:nth-child(1){
    top: 7px;
  }
  .nav_toggle span:nth-child(2){
    top: 16px;
  }
  .nav_toggle span:nth-child(3){
    top: 25px;
  }
  .nav_toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .nav_toggle.active span:nth-child(2),
  .nav_toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}


/* top */
.sp_top{
  display: none;
  position: relative;
  overflow: hidden;
}
section.sp_top{
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0 auto;
}
.sp_top_white{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: rgba( 255, 255, 255, 1);
  display: block;
  animation: appearwhite 3s linear .7s 1 forwards;
}
@keyframes appearwhite {
  0%{
    background-color: rgba( 255, 255, 255, 1);
    display: block;
  }
  98%{
    background-color: rgba( 255, 255, 255, 0);
    display: block;
  }
  100%{
    background-color: rgba( 255, 255, 255, 0);
    display: none;
  }
}
section.sp_top .logo_wrapper{
  display: block;
  margin: auto;
  width: 170px;
  transform: translateY(39vh);
}


section#sp_bg{
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  padding: 20px;
  z-index: -10;
}
section#sp_bg .sp_bg_inner{
  position: relative;
  width: 100%;
  height: 100%;
}
#sp_bg .b_white_wrapper{
  width: 127px;
  height: 211px;
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  bottom: 0;
}
#sp_bg .c_white_wrapper{
  width: 128px;
  height: 211px;
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}
#sp_bg img{
  width: 100%;
  opacity: 0.1;
}

/* top */
@media screen and (max-width:750px) {
  section#top{
    width: 100%;
    margin: 0 auto 138px;
    padding: 129px 20px 0;
  }
}
@media screen and (min-width:751px) and (max-width:1000px){
  section{
    width: 100%;
    max-width: 950px;
    margin: 0 auto 89px;
    padding: 129px 25px 0;
  }
}
@media screen and (min-width:1001px) {
  section#top{
    width: 950px;
    margin: 0 auto 89px;
    padding: 129px 25px 0;
  }
}
#top .top_box{
  margin: auto;
  position: relative;
}
@media screen and (min-width:1201px) {
  #top .top_box:before{
    position: absolute;
    content:'';
    display: block;
    top: 170px;
    left: -130px;
    right: auto;
    bottom: auto;
    width: 391px;
    height: 652px;
    opacity: 0.1;
    background: url(../img/b_white.png) no-repeat bottom;
    background-size: contain;
  }
  #top .top_box:after{
    position: absolute;
    content:'';
    display: block;
    top: 170px;
    left: auto;
    right: -70px;
    bottom: auto;
    width: 391px;
    height: 652px;
    opacity: 0.1;
    background: url(../img/c_white.png) no-repeat bottom;
    background-size: contain;
  }
}
@media screen and (min-width:1001px) and (max-width:1200px) {
  #top .top_box:before{
    position: absolute;
    content:'';
    display: block;
    top: 170px;
    left: -9%;
    right: auto;
    bottom: auto;
    width: 391px;
    height: 652px;
    opacity: 0.1;
    background: url(../img/b_white.png) no-repeat bottom;
    background-size: contain;
  }
  #top .top_box:after{
    position: absolute;
    content:'';
    display: block;
    top: 170px;
    left: auto;
    right: -3%;
    bottom: auto;
    width: 391px;
    height: 652px;
    opacity: 0.1;
    background: url(../img/c_white.png) no-repeat bottom;
    background-size: contain;
  }
}
@media screen and (min-width:751px) and (max-width:1000px) {
  #top .top_box:before{
    position: absolute;
    content:'';
    display: block;
    top: 170px;
    left: 0;
    right: auto;
    bottom: auto;
    width: 300px;
    height: 500px;
    opacity: 0.1;
    background: url(../img/b_white.png) no-repeat bottom;
    background-size: contain;
  }
  #top .top_box:after{
    position: absolute;
    content:'';
    display: block;
    top: 170px;
    left: auto;
    right: 30px;
    bottom: auto;
    width: 300px;
    height: 500px;
    opacity: 0.1;
    background: url(../img/c_white.png) no-repeat bottom;
    background-size: contain;
  }
}
@media screen and (max-width:750px) {
  #top .top_box:before{
    left: 0px;
  }
  #top .top_box:after{
    right: 0px;
  }
}
#top p{
  padding: 40px 80px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  line-height: 27px
}
@media screen and (min-width:751px) and (max-width:1000px){
  #top p{
    padding: 20px 0px 40px;
    font-size: 12px;
    line-height: 24px
  }
  #top .top_box p:last-child{
    padding: 0;
  }
}
@media screen and (max-width:750px) {
  #top p{
    padding: 20px 0px 40px;
    font-size: 12px;
    line-height: 24px
  }
  #top .top_box p:last-child{
    padding: 0;
  }
}
#top p .s_title{
  position: relative;
  font-size: 26px;
  display: inline-block;
  margin-bottom: 58px;
  line-height: 0;
}
@media screen and (max-width:750px) {
  #top p .s_title{
    font-size: 22px;
  }
}
#top p .s_title:after{
  position: absolute;
  content: '';
  clear: both;
  width: 2em;
  height: 1px;
  background: #353535;
  top: auto;
  left: 50%;
  bottom: -36px;
  right: auto;
  transform: translateX(-50%);
}
#top .top_title{
  letter-spacing: 5px;
}

/* bass_co */
section#bass_co{
  width: 950px;
  padding: 129px 25px 0;
}
section#bass_co .teshigoto_sp_wrap{
  display: none;
}
@media screen and (min-width:751px) and (max-width:1000px) {
  section#bass_co{
    width: 100%;
    padding: 129px 20px 0;
  }
  section#bass_co .teshigoto_sp_wrap{
    display: none;
  }
}
@media screen and (max-width:750px) {
  section#bass_co{
    width: 100%;
    padding: 0 20px;
  }
  section#bass_co .teshigoto_pc_wrap{
    display: none;
  }
  section#bass_co .teshigoto_sp_wrap{
    display: inherit;
  }
}
#bass_co h1 img{
  transform: translate(-10px,5px);
}

section#bass_co .teshigoto_pc_wrap a{
  display: block;
  width: 100%;
  margin: 0 0 0 0;
  text-align: center;
  transition: .4s;
  opacity: 1;
}
section#bass_co .teshigoto_pc_wrap a:hover{
  opacity: .6;
  transition: .9s;
}
section#bass_co .teshigoto_pc_wrap a img{
  width: 100%;
  overflow: hidden;
}

section#bass_co .teshigoto_sp_wrap h2{
  width: 100%;
  height: auto;
  text-align: center;
}
section#bass_co .teshigoto_sp_wrap h2 img{
  width: 100%;
  height: auto;
  text-align: center;
}
section#bass_co .teshigoto_sp_wrap p{
  padding: 20px 0;
  font-size: 12px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
}
section#bass_co .teshigoto_sp_wrap img.teshigoto_sp{
  width: 100%;
  height: auto;
  text-align: center;
}
section#bass_co .teshigoto_sp_wrap a{
  display: block;
  width: 100%;
  margin: 0 0 0 0;
  text-align: center;
}
section#bass_co .teshigoto_sp_wrap a img.teshigoto_button{
  width: 40%;
  padding: 20px 0 20px;
  overflow: hidden;
}


/* company */
#company{
  font-size: 15px;
}
#company tr{
  height: auto;
  vertical-align: baseline;
}
#company th{
  min-width: 94px;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  line-height: 30px;
}
@media screen and (max-width:750px) {
  #company th{
    min-width: 76px;
    font-size: 13px;
  }
}
#company td{
  position: relative;
  font-size: 15px;
  padding:0 0 22px 189px;
  font-weight: 600;
}
@media screen and (max-width:750px) {
  #company td{
    font-size: 12px;
    padding: 0 0 13px 34px;
    line-height: 24px;
  }
}
@media screen and (max-width:750px) {
  #company td:before{
    position: absolute;
    content:'';
    display: block;
    top: 14px;
    bottom: auto;
    left: 8px;
    right: 0;
    width: 20px;
    height: 1px;
    background-color: #353535;
  }
}
@media screen and (min-width:751px) {
  #company td:before{
    position: absolute;
    content:'';
    display: block;
    top: 14px;
    bottom: auto;
    left: 46px;
    right: 0;
    width: 100px;
    height: 1px;
    background-color: #353535;
  }
}
#company td span{
  position: relative;
  padding-right: 1em;
}
#company td span:after{
  position: absolute;
  content: '';
  clear: both;
  width: 1.2em;
  height: 1px;
  background: #353535;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  transform: translate(-50%) rotate(135deg);
}
#company tr:last-child{
  line-height: 26px;
}



/* order */
section#order{
  margin: 0 auto 258px;
}
#order tr{
  height: 32px;
  vertical-align: -webkit-baseline-middle;
}
#order table{
  width: 100%;
}
#order table tr:nth-child(1) td{
  padding-bottom: 54px;
}
#order th span{
  display: inherit;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  width: 96px;
  height: 32px;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
#order td{
  position: relative;
  font-size: 12px;
  padding-left: 189px;
  font-weight: 600;
}
#order td:before{
  position: absolute;
  content:'';
  display: block;
  top: 15px;
  bottom: auto;
  left: 46px;
  right: 0;
  width: 100px;
  height: 1px;
  background-color: #353535;
  font-weight: 600;
}
#order td.sec_td{
  text-align: right;
  position: static;
  font-size: 17px;
  padding-top: 8px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
  height: 32px;
}
#order td.sec_td:before{
  content:none;
}
#order table tr:nth-child(1) th{
  padding-bottom: 54px;
}
@media screen and (max-width:750px) {
  section#order{
    margin: 0 auto 140px;
  }
  section#order table{
    width: 100%;
  }
  #order tr{
    height: 32px;
    vertical-align: -webkit-baseline-middle;
    text-align: center;
  }
  #order table tr:nth-child(1) td{
    padding-bottom: 32px;
  }
  #order table tr:nth-child(1) td.sec_td{
    padding-bottom: 80px;
  }
  #order th{
    display: block;
  }
  #order th span{
    padding: 5px 0;
    height: auto;
    margin: 0 auto;
  }
  #order td{
    display: block;
    padding-left: 0;
  }
  #order td:nth-child(2){
    width: 100%;
    padding-bottom: 32px;
  }
  #order td:before{
    content:none;
  }
  #order table tr td.sec_td{
    text-align: center;
    position: static;
    padding-top: 0;
    height: auto;
  }
  #order td.sec_td:before{
    content:none;
  }
  #order table tr:nth-child(1) th{
    padding-bottom: 45px;
  }
  #order table tr th{
    padding-bottom: 45px;
  }
}

/* footer */
@media screen and (max-width:750px) {
  footer{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px 20px;
  }
}
@media screen and (min-width:751px) and (max-width:1000px){
  footer{
    width: 100%;
    max-width: 950px;
    margin: 0 auto 46px;
    text-align: right;
    padding: 0 25px 20px;
  }
}
@media screen and (min-width:1001px) {
  footer{
    width: 950px;
    margin: 0 auto 46px;
    text-align: right;
    padding: 0 25px 20px;
  }
}
footer small{
  font-weight: 600;
}
