@charset "UTF-8";

/* h_f 共通 */
.icon::before {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  transition: 0.3s ease;
}
.icon:hover::before {
  transition: 0.3s ease;
}
.tel_icon::before {
  background-image: url(../images/tel_icon.png);
  width: 19px;
  height: 19px;
  margin-right: 15px;
}
.mail_icon::before {
  background-image: url(../images/mail_icon.png);
  width: 19px;
  height: 19px;
  margin-right: 15px;
}
.ec {
  font-size: 15px;
  text-align: center;
  display: block;
  width: 200px;
  background-color: #fff;
  border: 1px solid #212121;
  border-radius: 3px;
  padding: 5px 0;
}
.ec:hover {
  color: #fff !important;
  background-color: #CD141C;
  border-color: #CD141C !important;
}
.cart_icon {
  color: #fff;
  background-color: #212121;
}
.mypage_icon::before {
  background-image: url(../images/mypage_icon.png);
  width: 19px;
  height: 22px;
  margin-right: 5px;
}
.cart_icon::before {
  background-image: url(../images/cart_icon.png);
  width: 19px;
  height: 22px;
  margin-right: 5px;
}
.mypage_icon:hover::before {
  background-image: url(../images/mypage_icon_w.png);
}
.search_icon::before {
  background-image: url(../images/search_icon.png);
  width: 13px;
  height: 13px;
  margin-right: 5px;
}
.search_icon:hover::before {
  background-image: url(../images/search_icon_r.png);
}


@media only screen and (max-width: 1280px) {
  .mypage_icon::before {
    width: 17px;
    height: 20px;
  }
  .cart_icon::before {
    width: 17px;
    height: 20px;
  }
}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 1000px) {
  header .ec {
    width: 90%;
    margin: 15px auto;
    border-bottom: 1px solid #212121 !important;
  }
}

@media only screen and (max-width: 768px) {
  .ec {
    font-size: 14px;
  }
  .mypage_icon::before {
    width: 15px;
    height: 17px;
  }
  .cart_icon::before {
    width: 15px;
    height: 17px;
  }
}

@media only screen and (max-width: 479px) {
  .ec {
    font-size: 13px;
    padding: 10px 0;
  }
  .tel_icon::before {
    width: 17px;
    height: 17px;
  }
  .mail_icon::before {
    width: 17px;
    height: 17px;
  }
}

@media screen and (max-width:370px) {
  header .ec {
    margin: 0 auto;
  }
}



/* ===================================================================
	/
	/	header
	/
	=================================================================== */
header .container {
  width: 98%;
}
header.site-header {
  position: relative;
  width: 100%;
  transition: 0.5s ease;
}
header .header_sub {
  width: 100%;
  background-color: #fff;
  padding: 40px 0 25px;
}
header .header_sub ul {
  gap: 0 50px;
}
header .header_sub ul li {
  font-size: 13px;
}
header .header_sub ul li a:hover {
  color: #CD141C;
}
header .header_sub ul.submenu01 img {
  margin-right: 5px;
}
header .header_sub ul.submenu02 {
  gap: 0 30px;
}
header .header_sub ul.submenu03 li a {
  font-size: 15px;
  font-weight: 700;
}
header .header_sub ul.submenu03 span {
  margin-right: 10px;
}
header .header_sub ul.submenu03 .tel_icon::before,
header .header_sub ul.submenu03 .mail_icon::before {
  margin-right: 5px;
  vertical-align: sub;
}
header .header_sub ul.submenu03 .tel_icon:hover::before {
  background-image: url(../images/tel_icon_r.png);
}
header .header_sub ul.submenu03 .mail_icon:hover::before {
  background-image: url(../images/mail_icon_r.png);
}
header .header_main {
  position: absolute;
  width: 100%;
  z-index: 1;
  padding: 30px 0;
  transition: 0.5s ease;
}
header .header_main .h_logo p {
  font-size: 12px;
  margin-left: 20px;
}
header .header_main .h_menu {
  gap: 10px 50px;
  justify-content: right;
}
header .header_main .h_menu ul {
  gap: 0 50px;
}
header .header_main .h_menu ul li {
  margin-bottom: 0;
}
header .header_main .h_menu ul li a {
  font-size: 15px;
  font-weight: 500;
  display: block;
  text-align: center;
  transition: 0.3s ease;
}
header .header_main .h_menu ul li a:hover {
  color: #CD141C;
}
header .header_main .h_menu ul.h_ec {
  gap: 0 10px;
}
header .header_main .h_menu ul.h_ec .ec {
  width: unset;
  padding: 5px 10px;
}


.global-nav {
  position: fixed;
  right: -55%;
  /* これで隠れる */
  top: 0;
  width: 50%;
  /* スマホに収まるくらい */
  height: 100vh;
  padding-top: 15px;
  background-color: #fff;
  transition: all .6s;
  z-index: 301;
  overflow-y: auto;
  /* メニューが多くなったらスクロールできるように */
}

.hamburger {
  position: absolute;
  right: 0;
  top: 0;
  width: 62px;
  /* クリックしやすいようにちゃんと幅を指定する */
  height: 62px;
  /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 400;
  transition: 0.2s ease;
}

.hamburger > p {
  top: 40px;
  right: 12px;
  position: absolute;
  font-size: 10px !important;
  letter-spacing: 0px;
  color: #06062C;
}

.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.global-nav__img {
  padding: 0 10px 10px;
  margin: 0 auto;
}

.global-nav__item {
  text-align: center;
  padding: 0 15px;
}

.global-nav__item a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  font-size: 15px;
}

.global-nav ul li {
  margin-bottom: 0;
  line-height: unset;
}

.hamburger__line {
  position: absolute;
  right: 16px;
  width: 30px;
  height: 2px;
  background-color: #06062C;
  transition: all .6s;
}
.hamburger__line--1 {
  top: 22px;
}
.hamburger__line--2 {
  top: 31px;
}
.hamburger__line--3 {
  top: 40px;
}

.black-bg {
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}

/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
}

.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}

.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 31px;
}

.nav-open .hamburger__line--2 {
  width: 0;
  right: 50%;
}

.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 31px;
}

.is-fixed {
  position: fixed;
  right: 0;
  top: 0;
  margin: 0;
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 300;
  background: #fff;
}

.hamburger {
  display: none;
}


/* アンダー */
/*.under header .header_sub {
  display: none;
}
.under header .header_main {
  position: absolute;
}*/

/* h_scroll */
header.h_scroll .header_main {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0.9);
  padding: 15px 0;
}
header.h_scroll .header_main .h_logo p {
  display: none;
}
header.h_scroll .hamburger {
  top: 5px;
  transition: 0.2s ease;
}




@media screen and (max-width:1400px) {
  header .container {
    width: 95%;
  }
  header .header_sub ul {
    gap: 0 30px;
  }
  header .header_sub ul li {
    font-size: 12px;
  }
  header .header_sub ul.submenu02 {
    gap: 0 20px;
  }
  header .header_sub ul.submenu03 li a {
    font-size: 14px;
  }
  header .h_logo img {
    width: 130px;
  }
  header .header_main .h_menu {
    gap: 10px 30px;
  }
  header .header_main .h_menu ul {
    gap: 0 30px;
  }
  header .header_main .h_menu ul li a {
    font-size: 13px;
  }
}

@media screen and (max-width:1280px) {
  header .container {
    -webkit-box-align: start;
  	-ms-flex-align: start;
  	align-items: flex-start;
  }
  header .header_sub {
    padding: 10px 0;
  }
  header .header_sub .header_sub_inner {
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    gap: 5px 0;
  }
  header .header_sub ul {
    gap: 0 25px;
  }
  header .header_sub ul li {
    font-size: 11px;
  }
  header .header_sub ul.submenu01 img {
    width: 90px;
  }
  header .header_sub ul.submenu01 li:last-of-type img {
    width: 40px;
  }
  header .header_sub ul.submenu02 {
    width: 100%;
    order: -1;
    justify-content: right;
  }
  header .h_logo img {
    width: 120px;
  }
  header .header_main .h_logo a {
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    -webkit-box-align: start;
  	-ms-flex-align: start;
  	align-items: flex-start;
    gap: 5px 0;
  }
  header .header_main .h_logo p {
    font-size: 11px;
    margin-left: 0;
  }
  header .header_main .h_menu {
    gap: 10px 25px;
  }
  header .header_main .h_menu ul {
    gap: 0 25px;
  }

  header.h_scroll .container {
    -webkit-box-align: center;
  	-ms-flex-align: center;
  	align-items: center;
  }
}

@media screen and (max-width:1024px) {
  header .header_main .h_menu ul li a {
    font-size: 12px;
  }
}

@media screen and (max-width:1000px) {
  header .header_sub ul.submenu01 li:last-of-type span {
    display: none;
  }
  header .header_main {
    padding: 20px 0;
  }
  header .h_logo img {
    width: 100px;
  }
  header .header_main .h_logo a {
    -webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
    -webkit-box-align: center;
  	-ms-flex-align: center;
  	align-items: center;
  }
  header .header_main .h_logo p {
    margin-left: 10px;
  }
  header .header_main .h_menu {
    display: none;
  }
  .hamburger {
    display: block;
    position: fixed;
  }
  header .header_sub {
    display: none;
  }
  header .header_main {
    position: absolute;
  }
}

@media screen and (max-width:768px) {


}

@media screen and (max-width:479px) {
  header .header_main {
    padding: 15px 0;
  }
  header .h_logo img {
    width: 90px;
  }
  .global-nav {
    right: -85%;
    /* これで隠れる */
    width: 80%;
    /* スマホに収まるくらい */
  }
  .global-nav__item a {
    font-size: 14px;
  }
  .hamburger > p {
    right: 14px;
    font-size: 9px !important;
  }
}


/* ===================================================================
	/
	/	f_product
	/
	=================================================================== */
.f_product {
  padding: 0 0 150px;
  display: none;
}
.f_product ul {
  gap: 10px 50px;
}
.f_product ul li {
  width: calc( 100% / 2 - 25px );
}
.product_n .f_product {
  display: block;
}



@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {
  .f_product {
    padding: 0 0 100px;
  }
  .f_product ul li {
    width: unset;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 479px) {
  .f_product {
    padding: 0 0 80px;
  }
}




/* ===================================================================
	/
	/	f_contact
	/
	=================================================================== */
.f_contact {
  padding: 80px 0;
  color: #212121;
  background-color: #F8F5F3;
  text-align: center;
}
.f_contact h2 {
  margin-bottom: 10px;
}
.f_contact .f_contact_wrap {
  gap: 10px 50px;
  margin-top: 30px;
}
.f_contact .f_contact_wrap a {
  width: 280px;
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #212121;
  border: 1px solid #212121;
  border-radius: 3px;
  padding: 12px 0;
  line-height: 1;
}
.f_contact .f_contact_wrap a.tel {
  font-size: 24px;
}
.f_contact .f_contact_wrap a:hover {
  color: #fff;
  background-color: #CD141C;
  border-color: #CD141C;
}
.f_contact .f_contact_wrap .tel_icon:hover::before {
  background-image: url(../images/tel_icon_w.png);
}
.f_contact .f_contact_wrap .mail_icon:hover::before {
  background-image: url(../images/mail_icon_w.png);
}


@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {
  .f_contact {
    padding: 60px 0;
  }
  .f_contact .f_contact_wrap {
    gap: 10px 30px;
  }
  .f_contact .f_contact_wrap a.tel {
    font-size: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .f_contact {
    padding: 40px 0;
  }
  .f_contact .f_contact_wrap a,
  .f_contact .f_contact_wrap a.tel {
    font-size: 17px;
  }
}



/* ===================================================================
	/
	/	footer
	/
	=================================================================== */
footer {
  padding: 60px 0;
}

footer .footer_company img {
  margin-bottom: 30px;
}
footer .footer_company p {
  font-size: 15px;
}
footer .footer_company .name {
  font-size: 16px;
  margin-bottom: 20px;
}
footer .copyright {
  margin-top: 10px;
}
footer .copyright p {
  font-size: 12px;
}
footer .footer_menu .footer_menu_wrap {
  gap: 0 120px;
  gap: 0 6vw;
}
footer .footer_menu ul.f_menu li + li {
  margin-top: 10px !important;
}
footer .footer_menu ul.f_menu li a {
  font-size: 15px;
  display: block;
}
footer .footer_menu ul.f_menu li a:hover {
  color: #CD141C;
}
footer .footer_menu .f_ec {
  gap: 15px 30px;
}
footer .footer_menu .footer_logo_wrap {
  gap: 0 50px;
}





@media screen and (max-width:1280px) {
  footer .footer_company p {
    font-size: 14px;
  }
  footer .copyright p {
    font-size: 11px;
  }
  footer .footer_company .name {
    font-size: 15px;
  }
  footer .footer_menu  {
    width: 65%;
  }
  footer .footer_menu .f_ec {
    width: 100%;
    -webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
    margin: 20px 0 50px;
  }
  footer .footer_menu ul.f_menu li a {
    font-size: 14px;
  }
  footer .footer_menu .f_ec {
    -webkit-box-pack: center;
  	-ms-flex-pack: center;
  	justify-content: center;
  }
  footer .footer_menu .footer_logo_wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}


@media screen and (max-width:1024px) {
  footer .footer_company {
    width: 100%;
    margin: 0 auto 50px;
    text-align: center;
  }
  footer .footer_company img {
    margin-bottom: 5px;
  }
  footer .footer_menu {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width:768px) {
  footer {

  }
  footer .footer_company p {
    font-size: 13px;
  }
  footer .copyright p {
    font-size: 10px;
  }
  footer .footer_company .name {
    font-size: 14px;
    margin-bottom: 10px;
  }
  footer .footer_menu {
    width: 90%;
  }
  footer .footer_menu ul.f_menu li a {
    font-size: 13px;
  }
}

@media screen and (max-width:600px) {
  footer .footer_menu {
    width: 100%;
  }
  footer .footer_menu .footer_menu_wrap {
    gap: 5px 0;
  }
  footer .footer_menu ul.f_menu {
    width: 100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px 0;
  }
  footer .footer_menu ul.f_menu li {
    width: 50%;
  }
  footer .footer_menu ul.f_menu li + li {
    margin-top: 0 !important;
  }
  footer .footer_menu ul.f_menu li a {
    font-size: 12px;
    line-height: 2;
  }
  footer .footer_menu .footer_logo_wrap {
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    gap: 20px 50px;
  }
}

@media screen and (max-width:479px) {
  footer {
    padding: 40px 0 30px;
  }
  footer .footer_company img {
    width: 120px;
  }
  footer .copyright p {
    font-size: 9px;
  }
  footer .footer_menu .f_ec {
    gap: 10px 10px;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }
  footer .footer_menu .f_ec li {
    margin: 0 auto;
  }
  footer .footer_menu .footer_logo_wrap img {
    height: 30px;
  }
}

@media screen and (max-width:370px) {
  footer .footer_company {
    margin: 0 auto 40px;
  }
  footer .footer_menu .f_ec {
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    margin: 20px 0 40px;
  }
}




/* ===================================================================
	/
	/	ページトップ
	/
	=================================================================== */
#page-top {
  position: fixed;
  bottom: 3%;
  right: 2%;
  z-index: 100;
}
#page-top a {
  background: #CD141C;
  text-decoration: none;
  color: #fff !important;
  width: 60px;
  height: 60px;
  text-align: center;
  display: block;
  opacity: 0.9;
  transition: all .3s ease;
}
#page-top a i {
  font-size: 20px;
  line-height: 60px;
}
#page-top a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  #page-top a {
    width: 45px;
    height: 45px;
  }
  #page-top a i {
    font-size: 16px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 768px) {
  #page-top {
    bottom: 4%;
  }
}
