/* Web-Font
-------------------------------- */

/*
 * "Noto Sans CJK JP" licensed under the SIL Open Font License
 * https://www.google.com/get/noto/#sans-jpan
*/
/*
@font-face {
    font-style: normal;
    font-weight: 400;
    font-family: "NotoSansCJKjp";
    src: url("../fonts/notoSansCJKjp-Regular.woff2") format("woff2"), url("../font/notoSansCJKjp-Regular.woff") format("woff"), url("../font/notoSansCJKjp-Regular.otf") format("opentype");
}

@font-face {
    font-style: normal;
    font-weight: 500;
    font-family: "NotoSansCJKjp";

    src: url("../fonts/notoSansCJKjp-Medium.woff2") format("woff2"), url("../font/notoSansCJKjp-Medium.woff") format("woff"), url("../font/notoSansCJKjp-Medium.otf") format("opentype");
}

@font-face {
    font-style: normal;
    font-weight: 700;
    font-family: "NotoSansCJKjp";

    src: url("../fonts/notoSansCJKjp-Bold.woff2") format("woff2"), url("../font/notoSansCJKjp-Bold.woff") format("woff"), url("../font/notoSansCJKjp-Bold.otf") format("opentype");
}
*/
@font-face {
  font-family: 'zamst';
  src:  url('../fonts/zamst.eot?9ekd8d');
  src:  url('../fonts/zamst.eot?9ekd8d#iefix') format('embedded-opentype'),
    url('../fonts/zamst.ttf?9ekd8d') format('truetype'),
    url('../fonts/zamst.woff?9ekd8d') format('woff'),
    url('../fonts/zamst.svg?9ekd8d#zamst') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'zamst' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-end:before {
  content: "\e900";
}
.icon-next:before {
  content: "\e901";
}
.icon-prev:before {
  content: "\e902";
}
.icon-start:before {
  content: "\e903";
}

/* ALL
-------------------------------- */

body {
    color: #2f2f2f;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    font-family: YakuHanJPs,'Oswald',"Kozuka Gothic Pro","ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo,sans-serif;
    text-align: justify;
    -webkit-text-size-adjust: 100%;
    text-justify: inter-ideograph;
    -ms-font-feature-settings: "normal";
}
#loading {
    background: #fff url(/asset/img/common/loader.gif) no-repeat center;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    left: 0px;
    top: 0px;
}

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

img[src$=".svg"] {
    width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all  0.3s linear;
}

a:hover {
    color: #0068b7;
}

a:hover img {
    opacity: 0.75;
}

input, button, textarea {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
    vertical-align: bottom;
    outline: none;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

/* Header
-------------------------------- */

#header {
  z-index: 1000;
  font-weight: normal;

  /* 20210622　改修 */
  /* position: relative; */
  position: fixed;
  top: 0;
  width: 100%;
}

.hd_inner {
    position: relative;
    padding: 0 2%;
}

.hd_logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2%;
    width: 156px;
    height: 32px;
    margin: auto;
}

.hd_subNavi01 {
    padding: 5px 0;
    font-size: 0;
    text-align: right;
}

.hd_subNavi01 li {
    display: inline-block;
    font-size: 14px;
}

.hd_subNavi01 li + li {
    margin-left: 25px;
}

#gNavi {
    padding: 28px 0;
    color: #ffffff;
}

#gNavi ul {
    font-size: 0;
    text-align: center;
            transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

#gNavi li {
    display: inline-block;
    font-size: 18px;
    position: relative;
}
#gNavi li a {
	padding: 8px 13px 7px;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	border-bottom: 1px solid #0068b7;
	display: block;
}
/*
#gNavi li + li {
    margin-left: 26px;
}
*/
#gNavi li a:hover,
#gNavi li a.active {
	color: #0068b7;
	background: #fff;
	border-bottom: 1px solid #F2F2F2;
}
#gNavi li ul.menu_second {
	position: absolute;
	display: block;
	top: 43px;
	z-index: 10;
	width: auto;
    visibility: hidden;
	opacity: 0;
	box-shadow: 0 0 40px -10px #ccc;
}
#gNavi li:hover ul.menu_second {
    visibility: visible;
	opacity: 1;
}
#gNavi li ul.menu_second li {
    visibility: hidden;
	opacity: 0;
	display: block;
	overflow: hidden;
}
#gNavi li:hover ul.menu_second li {
    visibility: visible;
	opacity: 1;
}
#gNavi li ul.menu_second li + li {
	border-top: 1px solid #F2F2F2;
}
#gNavi li ul.menu_second li a {
	color: #0068b7;
	padding: 8px 20px 8px 13px;
	white-space: nowrap;
	background: #fff;
	border-bottom: 0;
	display: block;
	border-radius: 0;
	font-size: 16px;
	text-align: left;
}
#gNavi li ul.menu_second li a:hover {
	background: #e5e5e5;
}
#gNavi li ul.menu_second li:first-child a {
	border-radius: 0 3px 0 0;
	-moz-border-radius: 0 3px 0 0;
	-webkit-border-radius: 0 3px 0 0;
	-o-border-radius: 0 3px 0 0;
	-ms-border-radius: 0 3px 0 0;
}
#gNavi li ul.menu_second li:last-child a {
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
}	

.hd_subNavi02 {
    padding: 9px 0 10px;
    color: #ffffff;
    font-size: 0;
    text-align: center;
}

.hd_subNavi02 li {
    display: inline-block;
    font-size: 16px;
}

.hd_subNavi02 li + li {
    margin-left: 25px;
}
.hd_subNavi02 li a:hover {
	color: inherit;
}
.sphd_navi {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    font-size: 16px;
    text-align: center;

    /* 20210623改修　ここから */
    /* background: #ffffff; */
    background: rgba(0, 0, 0, 0.5);
    height: 100vh;
    overflow-y: scroll;
    padding-bottom: 200px;
}
.sphd_navi > ul {
  background: #ffffff;
}
    /* 20210623改修ここまで */

.sphd_navi a {
    display: block;
    position: relative;
    padding: 13px;
}

.sphd_navi .arrow:after {
    display: block;
    position: absolute;
    top: 0;
    right: 6%;
    bottom: 0;
    transform: rotate(180deg);
    width: 10px;
    height: 6px;
    margin: auto;
    background: url(../img/common/cmn_arrow01.svg) no-repeat;
    background-size: contain;
    content: "";
            transition: all 0.3s;

    -webkit-transform: rotate(180deg);
    -webkit-transition: all 0.3s;
}
.sphd_navi .arrow.active:after {
            transform: rotate(0);
    -webkit-transform: rotate(0);
}
.sphd_navi .arrow.focus:after {
            transform: rotate(0);
    -webkit-transform: rotate(0);
}

.sphd_navi > ul > li + li {
    border-top: solid 1px #717171;
}
.sphd_navi > ul > li.bg {
	background: #2f2f2f;
	color: #fff;
    border-top: solid 1px #fff;
}
.sphd_navi > ul > li > ul {
    background: #e5e5e5;
}

.sphd_navi > ul > li > ul > li {
    border-top: solid 1px #717171;
}

.sphd_menu_btn {
    position: absolute;
    top: 20px;
    right: 6.6%;
    width: 25px;
    height: 21px;
}

.sphd_menu_btn a {
    display: block;
    height: 100%;
}

.sphd_menu_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background: #ffffff;
            transition: all 0.3s;

    -webkit-transition: all 0.3s;
}

.sphd_menu_btn span:first-child {
    top: 0;
}

.sphd_menu_btn span:nth-child(2) {
    top: 9px;
}

.sphd_menu_btn span:last-child {
    bottom: 0;
}

.sphd_menu_btn.active span:first-child {
    top: 9px;
            transform: rotate(-45deg);

    -webkit-transform: rotate(-45deg);
}

.sphd_menu_btn.active span:nth-child(2) {
    opacity: 0;
}

.sphd_menu_btn.active span:last-child {
    bottom: 9px;
            transform: rotate(45deg);

    -webkit-transform: rotate(45deg);
}


.sphd_shopBtn {
  position: absolute;
  top: 12px;
  margin: auto;
  right: calc(25px + 13.2%);
  border: 1px solid #fff;
}
.sphd_shopBtn a {
  color: #fff;
  display: block;
  padding: 10px;
  font-size: 10px;
}
.sphd_shopBtn a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 4px transparent;
  border-left-color: #fff;
  vertical-align: middle;
}


/* Footer
-------------------------------- */
#footer {
  background-color: #2F2F2F;
}
#footer .footerInner {
	position: relative;
}
.f_navi {
  padding: 40px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
}
.f_navi > li {
  width: 25%;
  float: left;
}
.f_navi > li > ul li a {
  color: #fff;
}
.f_navi > li > ul li a:before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: -0.1em;
  border: solid 6px transparent;
  border-left-color: #ffffff;
  vertical-align: middle;
  content: "";
}
.f_navi > li > ul li > ul {
  margin-left: 1em;
}
.f_navi > li > ul li > ul li a:before {
  width: 6px;
  height: 6px;
  margin-top: -0.2em;
  margin-right: 0.5em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  background-color: #fff;
}

.f_copyright {
  padding: 25px 0;
  color: #fff;
  text-align: center;
  background-color: #0068b6;
}
.f_copyright a {
  width: 160px;
  height: 30px;
  margin: 0 auto 10px auto;
  text-indent: -9999px;
  display: block;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

/* f_snsArea
-------------------------------- */
#f_snsArea {
  margin: 120px auto 90px auto;
}
#f_snsArea .sns_embed {
  margin: 0 auto 90px auto;
}
#f_snsArea .sns_embed li {
  width: 48%;
  height: 330px;
  padding: 15px;
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
}
#f_snsArea .sns_embed li.fb_plugins {
  margin: 0 4% 0 0;
  background-color: #38588b;
}
#f_snsArea .sns_embed li.fb_plugins .facebook-wrapper {
  max-width: 500px;
  margin: 0 auto;
}
#f_snsArea .sns_embed li.fb_plugins .facebook-wrapper > .fb-page {
  width: 100%;
  margin: 0 auto;
  display: block;
}
#f_snsArea .sns_embed li.fb_plugins .facebook-wrapper > .fb-page > span, #f_snsArea .sns_embed li.fb_plugins .facebook-wrapper iframe {
  width: 100% !important;
}
#f_snsArea .sns_embed li.fb_plugins .facebook-wrapper iframe {
}
#f_snsArea .sns_embed li.twitter_plugins {
  margin: 0;
  background-color: #3199d6;
  text-align: center;
}

#f_snsArea .sns_link {
  text-align: center;
}
#f_snsArea .sns_link li {
  margin: 0 15px;
  display: inline-block;
}
#f_snsArea .sns_link li a {
  width: 63px;
  height: 63px;
  display: block;
  text-indent: -9999px;
  -webkit-background-size: cover;
  background-size: cover;
}
#f_snsArea .sns_link li a.f_facebook {
  background-image: url(../img/common/sns/f_facebook.svg);
}
#f_snsArea .sns_link li a.f_youtube {
  background-image: url(../img/common/sns/f_youtube.svg);
}
#f_snsArea .sns_link li a.f_twwiter {
  background-image: url(../img/common/sns/f_twwiter.svg);
}
#f_snsArea .sns_link li a.f_instagram {
  background-image: url(../img/common/sns/f_instagram.svg);
}

/* f_bannerArea
-------------------------------- */
#f_bannerArea {
  /* margin: 80px auto 60px auto; */
  margin: 80px auto 80px auto;
}
#f_bannerArea .contentIn {
	width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0;
}
#f_bannerArea ul li.quarter {
  width: 305px;
  padding: 10px;
  float: left;
}
#f_bannerArea ul li.half {
  width: 610px;
  padding: 10px;
  float: left;
}
#f_bannerArea ul li a img {
  width: 100%;
}

/* f_btnArea
-------------------------------- */
#f_btnArea {
  margin: 70px auto 40px auto;
}
#f_btnArea ul {
	text-align: center;
}
#f_btnArea ul li {
  width: 30%;
  margin: 0 20px 0 0;
  padding-bottom: 6px;
  display: inline-block;
}
#f_btnArea ul li:last-child {
  margin: 0;
}
#f_btnArea ul li:last-child a {
  position: relative;
}

#f_btnArea ul li a {
  padding: 12px 15px 12px;
  display: block;
  color: #2f2f2f;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  border-radius: 2px;
  border: 3px solid #2f2f2f;
  line-height: 36px;
}
#f_btnArea ul li a:before {
	content:'';
	display: inline-block;
	margin-right: 10px;
	font-family: 'zamst';
	font-size: 36px;
	vertical-align: middle;
	margin-top: -5px;
}
#f_btnArea ul li.shop a:before {content:'\e904';}
#f_btnArea ul li.faq a:before {content:'\e905';}
#f_btnArea ul li.contact a:before {content:'\e906';}
#f_btnArea ul li a:hover {background: #2f2f2f;color: #fff;}

/* pmark
-------------------------------- */
#footer .contentIn .pmark {
	position: absolute;
	right: 26px;
	bottom:23px;
	display: block;
}

@media screen and (max-width: 750px) {
  /* SPバナー
  -------------------------------- */
  .banner_float_footer_wrap {
    position: relative;
  }
  .banner_float_footer_wrap::after {
    content: '';
    display: block;
    width: 100%;
    height: 50px;
  }
  .banner_float_footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.19);
    background-color: #0068B7;
  }
  .banner_float_footer a {
    display: block;
    width: 100%;
    padding: 13px;
    text-align: center;
  }
  .banner_float_footer a span {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 16px;
  }
  .banner_float_footer a span::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    bottom: 0;
    left: -30px;
    margin: auto;
    background-image: url(../img/tetsujin/ic_footerBnr_arrow.svg);
  }
}

/* Main
-------------------------------- */

main {
	width: 100%;
	overflow: hidden;
}
@media screen and (max-width: 1080px) {
    .hd_center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;

        -webkit-box-align: center;
        -ms-flex-align: center;
    }

    .hd_logo {
        position: static;
        width: 22%;
        max-width: 156px;
        height: auto;
        margin: 0;
    }

    #gNavi {
        width: 88%;
    }

    #gNavi li {
        font-size: 14px;
    }

    #gNavi li + li {
        margin-left: 1.8%;
    }

  #footer .f_navi {
    font-size: 18px;
  }

  #f_btnArea ul li:last-child a:after {
    width: 20px;
    height: 21px;
    top: 10px;
    right: 10px;
    -webkit-background-size: cover;
    background-size: cover;
  }
  #f_btnArea ul li a {
    font-size: 21px;
  }
  #f_btnArea ul li a img {
    margin: 0 10px 0 0;
    height: 30px;
    vertical-align: -8px;
  }
  
}

@media screen and (max-width: 750px) {
  a:hover {
    opacity: 1;
  }

  .hd_center {
    display: block;
    padding: 18px 0;
  }

  .hd_logo {
    width: 120px;
    margin: auto;
    margin-left: 6.6%;
  }

  #footer .contentIn {
    display: none;
  }
  #footer .f_copyright {
    background: #0068b6;
    font-size: 8px;
    
  }
  #footer .f_copyright a {
    width: 120px;
    height: 22px;
    background-image: url(../img/common/cmn_logo01.svg);
  }

  #f_snsArea {
    margin: 30px auto;
  }
  #f_snsArea .sns_embed {
    margin: 0 0 30px 0;
  }
  #f_snsArea .sns_embed li {
    width: 100%;
    float: none;
  }
  #f_snsArea .sns_embed li.twitter_plugins iframe {
	  width: 750px!important
  }
  #f_snsArea .sns_embed li.fb_plugins {
    margin: 0 0 10px 0;
  }
  #f_snsArea .sns_link li {
    margin: 0 10px;
  }
  #f_snsArea .sns_link li a {
    width: 40px;
    height: 40px;
  }

  #f_bannerArea {
    /* margin: 30px auto; */
    margin: 40px auto 30px;
  }
  #f_bannerArea .contentIn {
	width: 100%;
    max-width: 100%;
    padding: 0 5px;
  }
  #f_bannerArea ul li.quarter {
  	padding: 5px;
    width: 50%;
  }
  #f_bannerArea ul li.half {
  	padding: 5px;
    width: 100%;
  }
  #f_btnArea {
    margin: 30px auto;
  }
  #f_btnArea ul li {
    width: 49%;
    margin: 0 2% -10px 0;
    padding-bottom: 3px;
    float: left;
  }
  #f_btnArea ul li:nth-child(2) {
    margin: 0 0 10px 0;
  }
  #f_btnArea ul li:last-child {
    width: 100%;
    float: none;
  }
  #f_btnArea ul li:last-child a:after {
    content: none;
  }
  #f_btnArea ul li a {
    padding: 10px 3px;
    font-size: 15px;
  }
  #f_btnArea ul li a img {
    margin: 0 5px 0 0;
    height: 25px;
    vertical-align: -5px;
  }
  .pmark_sp {
	  margin-top: 10px;
  }
}


/*============================================================================================
  20210622　ヘッダー固定
============================================================================================*/
#main {
  margin-top: 154px;
}
#main.top_mainCont {
  margin-top: 129px;
}
@media screen and (max-width: 750px) {
  #main {
    margin-top: 70px;
  }
  #main.top_mainCont {
    margin-top: 60px;
  }
}