@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);

/* ===================================================================
CSS information

 File Name  : common.css
 Style Info : 見出し、ボタン、表など繰り返し使うパーツのスタイルを定義
=================================================================== */

html {
  overflow-y: scroll;
  line-height: 1;
  font-size: 62.5%;
}
body {
  background: #fff;
  color: #070707;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight:500;
  font-size: 16px;
  font-size: 1.6rem;
  word-break: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}
  @media screen and (max-width: 767px) {
    body {
      font-size: 3.76vw;
    }
  }

/*----------------------------------------------------
  link要素
--------------------------------------------------- */
a {
  transition: all 0.2s ease-in-out 0s;
}
a:link {
  color: #0470B6;
}
a:visited {
  color: #0470B6;
}
a:hover {
  text-decoration: none;
  color: #0470B6;
}
a:active {
  color: #0470B6;
}
:focus-ring {
  outline: dotted 1px #F6AB00;
}
:-moz-focusring {
  outline: dotted 1px #F6AB00;
}
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
  a:focus {
    outline: dotted 1px #F6AB00;
  }
}*/

/*----------------------------------------------------
  img要素
--------------------------------------------------- */
img {
  line-height: 1;
  font-size: 0;
  vertical-align: top;
  height: auto;
  max-width: 100%;
  transition: all 0.2s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*----------------------------------------------------
  見出し要素
--------------------------------------------------- */
h1,h2,h3,h4,h5,h6,dt {
  line-height: 1.5;
}

/*----------------------------------------------------
  form要素
--------------------------------------------------- */
input, textarea {
  padding: 10px;
  border-radius: 2px;
  margin: 0;
  background-color: #fff;
  border: 1px solid #A7A6AA;
}
input[type="text"],
textarea {
  outline: none;
  border: 1px solid #070707;
  transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition:none;
}
input[type="text"]:focus,
textarea:focus {
  box-shadow: 0 0 7px #52a8ec;
  border: 1px solid #52a8ec;
}
label {
  margin-right: 15px;
}

/*----------------------------------------------------
 フォントファミリー
--------------------------------------------------- */
.mincho {
  font-family: "游明朝", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Sawarabi Mincho", serif;
}

/*::before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-weight: 900;
}

/*----------------------------------------------------
 共通カラム
--------------------------------------------------- */
html {
  min-width: 1220px;
}
#page {
  overflow:hidden;
  margin: 0 auto;
}
#contents {
  line-height: 1.8;
  padding-bottom: 130px;
	background-color: #FFFFFF;
}
#contents a:hover img{
  opacity: 0.70;
}

#index {
	padding-top: 80px;
}

.wrapper {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.inner {
  position: relative;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
  @media screen and (max-width: 767px) {
    html, body, #page {
      min-width:100%!important;
      max-width:100%!important;
      width:100%!important;
    }
    #page {
      padding-bottom: 65px;
    }
    #contents {
      line-height: 1.7;
      padding-bottom: 20vw;
    }
    .wrapper, .inner {
      width:100%;
    }
  }

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
#header .hd_logo {
  display:inline-block;
  margin-top: 13px;
}
.site_copy {
  position: absolute;
  left: 216px;
  top: 18px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}
.home .site_copy {
  color: #fff;
}
.hd_wrap {
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 5;
  width: 100%;
  padding: 0 10px;
  height: 70px;
}
.hd_wrap ul {
  position: absolute;
  right: 85px;
  top: 28px;
}
.hd_wrap li {
  position: relative;
}
.hd_wrap li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #070707;
}
.home .hd_wrap li::before {
  background: #fff;
}
.hd_wrap li:first-child::before {
  display: none;
}
.hd_wrap li a {
  display: block;
  color: #070707;
  padding: 0 22px;
}
.home .hd_wrap li a {
  color: #fff;
}
.hd_contact {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  background: #282727;
}
.hd_contact a {
  height: 100%;
}
.hd_contact a:hover {
  background: #555;
}
.hd_contact img {
  position: relative;
  top: 0;
  transition: all 0.2s ease-in-out 0s;
}
.hd_contact a:hover img {
  top: -2px;
}

.hd_wrap .ani_top.active {
  -webkit-animation: ani_top 1s ease 0.3s 1 forwards;
  animation: ani_top 1s ease 0.3s 1 forwards;
}
  @media screen and (max-width: 767px) {
    #header .hd_logo {
      margin-top: 20px;
      margin-left: 10px;
      width: 131px;
    }
    .site_copy {
      position: absolute;
      left: 152px;
      top: 0;
      font-size: 1rem;
      line-height: 1.4;
      height: 70px;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      letter-spacing: -1px;
    }
    .hd_wrap {
      top: 0;
      height: 60px;
      padding-left: 0;
      padding-right: 60px;
    }
    .hd_wrap .ani_top {
      top: 0!important;
    }
  }

/*----------------------------------------------------
	グローバルナビ
----------------------------------------------------*/
.gn_wrap {
  position: fixed;
  left: 0;
  top: -70px;
  width: 100%;
  height: 70px;
  overflow: hidden;
  background: #fff;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
  z-index: 100;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.15);
}
.gn_wrap.gn_wrap_fix {
  top: 0;
  opacity: 1;
}
.gn_wrap .gn_logo {
  display:inline-block;
  margin-top: 15px;
}
.gn_copy {
  position: absolute;
  left: 216px;
  top: 20px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}
  @media screen and (max-width: 767px) {
    .gn_wrap {
      top: -70px!important;
    }
    .gn_wrap.gn_wrap_fix {
      top: 0!important;
      z-index: 120;
    }
    .gn_wrap .gn_logo {
      margin-top: 18px;
      margin-left: 10px;
      width: 131px;
    }
    .gn_copy {
      position: absolute;
      left: 152px;
      top: 0;
      font-size: 1rem;
      line-height: 1.4;
      height: 60px;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
    }
    .gn_wrap {
      top: 0;
      height: 60px;
      padding-right: 60px;
    }
  }

.gn_wrap ul {
  position: absolute;
  right: 85px;
  top: 28px;
}
.gn_wrap li {
  position: relative;
}
.gn_wrap li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #070707;
}
.gn_wrap li:first-child::before {
  display: none;
}
.gn_wrap li a {
  display: block;
  color: #070707;
  padding: 0 22px;
}
.gn_contact {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  background: #282727;
}
.gn_contact a {
  height: 100%;
}
.gn_contact a:hover {
  background: #555;
}
.gn_contact img {
  position: relative;
  top: 0;
  transition: all 0.2s ease-in-out 0s;
}
.gn_contact a:hover img {
  top: -2px;
}

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
#footer {
  background: #EFEFEF;
  text-align: center;
  padding: 80px 0 60px;
}
.ft_logo {
  margin-bottom: 20px;
}
#footer dt {
  margin-bottom: 5px;
}
#footer dd {
  line-height: 2;
  font-size: 1.4rem;
}
#footer dd a {
  color: #070707;
}
.copyright {
  display: block;
  text-align: center;
  padding: 25px;
  font-size: 1.2rem;
	background-color: #FFFFFF;
}
  @media screen and (max-width: 767px) {
    #footer {
      padding: 12vw 2vw;
    }
    .ft_logo {
      margin-bottom: 4vw;
    }
    .ft_logo img {
      width: 46vw;
    }
    #footer dt {
      margin-bottom: 1vw;
    }
    #footer dd {
      line-height: 1.8;
      font-size: 3.76vw;
    }
    .copyright {
      padding: 5vw 2vw 3vw 2vw;
      font-size: 2.66vw;
    }
  }
.ft_order {
  padding-bottom: 50px;
  padding-top: 30px;
}
.ft_order li{
	margin: 0 auto;
}
.ft_order li a:hover {
  opacity: 0.7;
}
  @media screen and (max-width: 767px) {
    .ft_order {
      padding-bottom: 10.66vw;
    }    
    .ft_order li {
      width: 90vw;
      margin: 0 auto 6vw;	  
    }
    .ft_order li img {
      width: 100%;
      height: auto;
    }
  }


/*----------------------------------------------------
  共通タイトル
--------------------------------------------------- */

/*下層タイトル*/
#lowerVisual {
  width: 100%;
  height: 350px;
  background: url("../img/main/lower_main_pc.png") center center no-repeat;
  background-size: cover;
  padding-top: 40px;
  margin-bottom: 70px;
}
.page_ttl {
  width: 100%;
  height: 100%;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  color: #6F6F6F;
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
.page_ttl strong {
  font-size: 2.2rem;
}
  @media screen and (max-width: 767px) {
    #lowerVisual {
      height: 46.66vw;
      background: url("../img/main/lower_main_sp.png") center center no-repeat;
      background-size: cover;
      padding-top: 10.66vw;
      margin-bottom: 9.33vw;
    }
    .page_ttl {
      font-size: 4vw;
      line-height: 1.4;
      letter-spacing: 0.03em;
    }
    .page_ttl strong {
      font-size: 3vw;
    }
  }

.sub_ttl01 {
  display: inline-block;
  min-width: 112px;
  padding: 40px 10px 10px 10px;
  text-align: center;
  border-top: solid 2px #070707;
}
.sub_ttl01 span {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 3rem;
  letter-spacing: 0.1em;
}
  @media screen and (max-width: 767px) {
    .sub_ttl01 {
      position: relative;
      display: block;
      min-width: auto;
      padding: 5.8vw 2vw 5.8vw 5.8vw;
      text-align: left;
      border-top: none;
    }
    .sub_ttl01::before {
      position: absolute;
      left: 0;
      top: 0;
      content: "";
      width: 33.86vw;
      height: 1px;
      background: #070707;
    }
    .sub_ttl01 span {
      -ms-writing-mode: unset;
      -webkit-writing-mode: unset;
      writing-mode: unset;
      font-size: 5vw;
    }
  }

.sub_ttl02 {
  position: relative;
  font-size: 3rem;
  text-align: center;
  padding-top: 35px;
  margin-bottom: 30px;
  letter-spacing: 0.08em;
}
.sub_ttl02::before {
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  margin-left: -55px;
  width: 110px;
  height: 2px;
  background: #070707;
}
  @media screen and (max-width: 767px) {
    .sub_ttl02 {
      font-size: 5vw;
      padding-top: 6.66vw;
      margin-bottom: 4.2vw;
      letter-spacing: 0.08em;
    }
    .sub_ttl02::before {
      margin-left: -10vw;
      width: 20vw;
      height: 1px;
    }
  }

.sub_ttl03 {
}

/*----------------------------------------------------
  共通ボタン
--------------------------------------------------- */
.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  display:none;
}
.pagetop a:hover {
  opacity: 0.7;
}
  @media screen and (max-width: 767px) {
    .pagetop {
      display: none!important;
    }
  }

.btn01 {
  position: relative;
  z-index: 5;
}
.btn01 a {
  position: relative;
  bottom: 0;
  display: block;
  width: 500px;
  padding: 25px 10px;
  margin: 0 auto;
  text-align: center;
  background: #282727;
  color: #fff;
  text-decoration: none;
  font-size: 1.7rem;
  border-radius: 5px;
  overflow: hidden;
  letter-spacing: 0.1em;
}
.btn01 a::before {
  position: absolute;
  left: -100%;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #999;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.btn01 a:hover::before {
  opacity: 1;
  left: 0;
}
.btn01 a span {
  position: relative;
  z-index: 10;
}
  @media screen and (max-width: 767px) {
    .btn01 {
      padding: 0 3vw;
    }
    .btn01 a {
      width: 100%;
      padding: 3vw;
      font-size: 4vw;
      border-radius: 3px;
    }
  }

/*----------------------------------------------------
  共通テーブル
--------------------------------------------------- */

/*----------------------------------------------------
  共通メニュー
--------------------------------------------------- */
.sp_ft {
  display: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
  /*スマホフッターナビ*/
  @media screen and (max-width: 767px) {
    .sp_ft {
      display:none;
      opacity: 1;
      height: auto;
      position: fixed;
      left: 0;
      bottom: 7px;
      z-index: 150;
      width: 100%;
      background: #fff;
      border: solid 1px #E6E6E6;
    }
    .ft_navi {
      height: 50px;
    }
    .ft_navi li {
      width: 50%;
      border-right: solid 1px #E6E6E6;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
    }
    .ft_navi li:last-child {
      border-right: none;
    }
    .ft_navi a {
      display: block;
      width: 100%;
      font-size: 1.4rem;
      text-decoration: none;
      line-height: 50px;
      color: #070707;
      text-align: center;
      font-feature-settings: "palt";
    }
    .ft_btn01 span {
      display: inline-block;
      background: url("../img/common/ico/ico_mail02.png") left center no-repeat;
      background-size: 17px auto;
      padding-left: 24px;
    }
    .ft_btn02 span {
      display: inline-block;
      background: url("../img/common/ico/ico_cart01.png") left center no-repeat;
      background-size: 17px auto;
      padding-left: 24px;
    }
  }

  /*スマホナビ*/
  @media screen and (max-width: 767px) {
    /*transition*/
    .trs {
      -webkit-transition: all .1s ease;
      -moz-transition: all .1s ease;
      -ms-transition: all .1s ease;
      -o-transition: all .1s ease;
      transition: all .1s ease;
    }
    /*trp*/
    .trp {
      -webkit-transition: opacity .1s ease;
      -moz-transition: opacity .1s ease;
      -ms-transition: opacity .1s ease;
      -o-transition: opacity .1s ease;
      transition: opacity .1s ease;
      opacity: 1;
      filter: alpha(opacity=100);
    }
    .trp:hover {
      opacity: .6;
      filter: alpha(opacity=60);
    }
    /* trs-dr */
    .trs-dr02 {
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      -ms-transition-duration: .2s;
      -o-transition-duration: .2s;
      transition-duration: .2s;
    }
    .trs-dr03 {
      -webkit-transition-duration: .3s;
      -moz-transition-duration: .3s;
      -ms-transition-duration: .3s;
      -o-transition-duration: .3s;
      transition-duration: .3s;
    }
    .trs-dr05 {
      -webkit-transition-duration: .5s;
      -moz-transition-duration: .5s;
      -ms-transition-duration: .5s;
      -o-transition-duration: .5s;
      transition-duration: .5s;
    }
    .trs-dr06 {
      -webkit-transition-duration: .6s;
      -moz-transition-duration: .6s;
      -ms-transition-duration: .6s;
      -o-transition-duration: .6s;
      transition-duration: .6s;
    }
    .trs-dr08 {
      -webkit-transition-duration: .8s;
      -moz-transition-duration: .8s;
      -ms-transition-duration: .8s;
      -o-transition-duration: .8s;
      transition-duration: .8s;
    }
    .trs-dr12 {
      -webkit-transition-duration: 1.2s;
      -moz-transition-duration: 1.2s;
      -ms-transition-duration: 1.2s;
      -o-transition-duration: 1.2s;
      transition-duration: 1.2s;
    }
    /* trs-tf */
    .trs-tfCb {
      -webkit-transition-timing-function: cubic-bezier(0, .96, .4, .99);
      -moz-transition-timing-function: cubic-bezier(0, .96, .4, .99);
      -ms-transition-timing-function: cubic-bezier(0, .96, .4, .99);
      -o-transition-timing-function: cubic-bezier(0, .96, .4, .99);
      transition-timing-function: cubic-bezier(0, .96, .4, .99);
    }
    .menuTrigger {
      box-sizing: border-box;
      position: absolute;
      z-index: 150;
      top: 0;
      right: 0;
      display: block;
      width: 54px;
      height: 60px;
      cursor: pointer;
      transition: .3s;
    }
    .menuTrigger.hb_fix {
      position: fixed;
      z-index: 150;
      background: #282727;
    }
    .menuTrigger.open {
      z-index: 150;
      position: fixed;
      top: 0;
      background: #282727;
    }
    .menuIcon_line {
      position: absolute;
      left: 50%;
      margin-left: -17px;
      width: 35px;
      height: 3px;
      background: #A2A3A3;
    }
    .home .menuIcon_line {
      background: #fff;
    }
    .menuTrigger.hb_fix .menuIcon_line {
      background: #fff;
    }
    .menuIcon_line:nth-of-type(1) {
      top: 17px;
    }
    .menuIcon_line:nth-of-type(2) {
      top: 29px;
    }
    .menuIcon_line:nth-of-type(3) {
      top: 41px;
    }
    /* open */
    .menuTrigger.open .menuIcon_line {
      background: #fff;
    }
    .menuTrigger.open .menuIcon_line:nth-of-type(1) {
      top: 29px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    .menuTrigger.open .menuIcon_line:nth-of-type(2) {
      opacity: 0;
    }
    .menuTrigger.open .menuIcon_line:nth-of-type(3) {
      top: 29px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    #hbNav {
      box-sizing: border-box;
      position: fixed;
      top: 0;
      left: 0;
      display: none;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0 6.66vw;
      background-color: rgba(255,255,255,0.9);
      z-index: 100;
      overflow-y: visible;
      overflow-x: hidden;
      -webkit-overflow-scrolling: auto;
      overflow-scrolling: auto;
    }
    .hb_inner {
      box-sizing: border-box;
      display: table;
      width: 100%;
      height: 100%;
      font-size: 4vw;
      padding: 80px 0 65px 0;
    }
    .hb_inner a {
      display: block;
      color: #070707;
      text-decoration: none;
      text-align: center;
    }
    .hb_menu01 li {
      border-bottom: solid 1px #999;
    }
    .hb_menu01 li a {
      padding: 4.2vw;
    }
	.hb_menu02 {
      margin-bottom: 6vw;
	  margin-top: 6vw;
    }
    .hb_menu02 li {
      width: 90vw;
      margin: 0 auto 6vw;
    }    
    .hb_menu02 li img {
      display: inline-block;
      width: 100%;
      height: auto;
    }
  }
