@charset "utf-8";
a {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

a:hover {
  text-decoration: underline;
  /*opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70)";*/
}

img {
  max-width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  border: 0px;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -webkit-backface-visibility: hidden;
  /* 追加 */
  backface-visibility: hidden;
  /* 追加 */
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70)";
}

strong {
  font-weight: bold;
}


/*フォント
*********************************************
明朝*/

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Light.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-SemiBold.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Black.otf) format('opentype');
}


/**
 * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
 * Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP

ゴシック
 */


/**
 * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
 * Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP
 */

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/NotoSansCJKjp-Thin.woff2') format('woff2'), url('../fonts/NotoSansCJKjp-Thin.woff') format('woff'), url('../fonts/NotoSansCJKjp-Thin.ttf') format('truetype'), url('../fonts/NotoSansCJKjp-Thin.eot') format('embedded-opentype');
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/NotoSansCJKjp-Light.woff2') format('woff2'), url('../fonts/NotoSansCJKjp-Light.woff') format('woff'), url('../fonts/NotoSansCJKjp-Light.ttf') format('truetype'), url('../fonts/NotoSansCJKjp-Light.eot') format('embedded-opentype');
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/NotoSansCJKjp-DemiLight.woff2') format('woff2'), url('../fonts/NotoSansCJKjp-DemiLight.woff') format('woff'), url('../fonts/NotoSansCJKjp-DemiLight.ttf') format('truetype'), url('../fonts/NotoSansCJKjp-DemiLight.eot') format('embedded-opentype');
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/NotoSansCJKjp-Regular.woff2') format('woff2'), url('../fonts/NotoSansCJKjp-Regular.woff') format('woff'), url('../fonts/NotoSansCJKjp-Regular.ttf') format('truetype'), url('../fonts/NotoSansCJKjp-Regular.eot') format('embedded-opentype');
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/NotoSansCJKjp-Medium.woff2') format('woff2'), url('../fonts/NotoSansCJKjp-Medium.woff') format('woff'), url('../fonts/NotoSansCJKjp-Medium.ttf') format('truetype'), url('../fonts/NotoSansCJKjp-Medium.eot') format('embedded-opentype');
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/NotoSansCJKjp-Bold.woff2') format('woff2'), url('../fonts/NotoSansCJKjp-Bold.woff') format('woff'), url('../fonts/NotoSansCJKjp-Bold.ttf') format('truetype'), url('../fonts/NotoSansCJKjp-Bold.eot') format('embedded-opentype');
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/NotoSansCJKjp-Black.woff2') format('woff2'), url('../fonts/NotoSansCJKjp-Black.woff') format('woff'), url('../fonts/NotoSansCJKjp-Black.ttf') format('truetype'), url('../fonts/NotoSansCJKjp-Black.eot') format('embedded-opentype');
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/NotoSansCJKjp-Black.woff2') format('woff2'), url('../fonts/NotoSansCJKjp-Black.woff') format('woff'), url('../fonts/NotoSansCJKjp-Black.ttf') format('truetype'), url('../fonts/NotoSansCJKjp-Black.eot') format('embedded-opentype');
}

.font_mincho {
  font-family: "Hannari", 'Noto Serif Japanese', serif, YuMincho, '游明朝', "ＭＳ Ｐ明朝", MS PMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, serif
}

.font_yugo {
  font-family: YuGothic, '游ゴシック', sans-serif;
}

.font_en {
  font-family: Arial, Helvetica, "sans-serif";
}

.wf-hannari {
  font-family: "Hannari";
}


/*ラッパー
**********************************************/

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  height: 100%;
  font-size: 1.6rem;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #fff;
  line-height: 1.8;
  background-color: #232323;
}

#wrapper {
  min-height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1460px;
  margin: 0 auto;
}


/*ヘッダー

**********************************************/

#header {
	background: #131313;
}

.header_inner {
  position: relative;
  margin: 0 auto;
  max-width: 1460px;
  background: #131313;
}

#h_logo {
  position: absolute;
  top: 50px;
  width: 180px;
  left: 1.5%;
}

#header h1 {
  line-height: 1;
}

#hnav {
  background-color: #232323;
  color: #fff;
}

#hnav ul {
  padding-right: 0%;
}

#hnav li a {
  display: block;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}

#hnav li a:hover {
  background-color: #464646;
  text-decoration: none;
}


#hnav li.recruit a {
  width: 130px;
  padding-left: 15px;
  background-image: url(../common_img/ico_recruit.png);
  background-repeat: no-repeat;
  background-position: 23px center;
  border-left: 1px solid #323232;
}

#hnav li.contact a {
  width: 160px;
  padding-left: 10px;
  background-image: url(../common_img/ico_mail.png);
  background-repeat: no-repeat;
  background-position: 23px center;
  border-left: 1px solid #323232;
}

#hnav li ul {
  width: 230px;
	padding-right: 0;
  border-left: 1px solid #323232;
  border-right: 1px solid #323232;
}

#hnav li ul li {
  width: 33%;
}

#hnav li ul li a {
  position: relative;
  display: block;
  width: 100%;
  line-height: 1;
  height: 30px;
  padding-top: 10px;
}

#hnav li ul li a::before, #hnav li ul li a::after {
  position: absolute;
  content: '';
  display: block;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
}

/*
#hnav li ul li.jp a::before {
  background-image: url(../common_img/ico_jp.png);
}

#hnav li ul li.en a::before {
  background-image: url(../common_img/ico_en.png);
}

#hnav li ul li.chi a::before {
  background-image: url(../common_img/ico_chi.png);
}

#hnav li ul li.off a::after {
  background-color: rgba(0, 0, 0, 0.75);
}
#hnav li ul li.off a:hover {
  background-color: #0d0d0d;
  text-decoration: none;
}
/* 多言語サイト公開時に使用
#hnav li ul li.off a:hover::after {
  background-color: rgba(0, 0, 0, 0.0);
}
*/


/*ナビゲーション

**********************************************/

/*#gnav {
	height: 80px;
}*/

#gnav .gnav {
  padding-left: 24.66%;
  padding-right: 3.57%;
	height: 80px;
	margin-left: auto;
	background-color: #131313;
	color: #fff;
	font-size: 15px;
}

#gnav .gnav > li {
	position: relative;
}

#gnav .gnav > li a {
  display: inline-block;
  transition: .3s;
	line-height: 50px;
	padding: 0 15px;
}

#gnav li a:hover {
  text-decoration: none;
  background-color: #131313;
  color: #ffffff;
}

#gnav li a:hover::after {
  width: 100%;
}

#gnav .subnav {
  display: none;
  position: absolute;
  z-index: 9999;
  top: 50px;
  left: 0;
	width: 100%;
}

#gnav .subnav li {
  position: relative;
  text-align: center;
	border-bottom: 1px solid #323232;
	
}

#gnav .subnav li a {
  display: block;
  border: none;
  padding: 0;
  color: #fff;
	background-color: #0D0D0D;
	line-height: 50px;
}

#gnav .subnav li a:hover {
  background-color: rgba(15, 15, 35, 0.9);
}


/*コンテンツ
**********************************************/

#main {
	background: #232323;
}

#bnr_sec {
  background-color: #FFC6CB;
  padding: 34px 0;
}

#bnr_sec li {
  width: 185px;
}

.gmap {
  position: relative;
  padding-bottom: 52.5%;
  height: 0;
  overflow: hidden;
}

.gmap iframe, .gmap object, .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}


/*フッター
**********************************************/

footer {
  position: relative;
  padding: 54px 0 74px;
	background-color: #131313;
}

footer .logo {
  width: 140px;
}

footer .footer {
	width: 45.25%;
}

footer .footer ul {
	padding-left: 30px;
}
footer .footer ul li a{
	font-weight: bold;
	color: #fff;
}
footer .footer ul ul {
	border-left: none;
	padding-left: 0;
}
footer .footer ul ul li a{
	font-weight: normal;
}

footer .company_info {
	width: 54.75%;
}
footer .company_info .address {
	font-size: 1.2rem;
	padding-top: 70px;
	margin-left: auto;
	padding-right: 60px;
}
footer .company_info .logo {
	width: 200px;
  margin-bottom: 20px;
}

#fnav ul {
}

#fnav li a {
  display: block;
  line-height: 60px;
  text-align: center;
  font-size: 1.6rem;
}

#fnav li a:hover {
  background-color: #464646;
  text-decoration: none;
}

#fnav li.bnr a {
  width: 200px;
  background-repeat: no-repeat;
}

#fnav li.recruit a {
  width: 230px;
  background-color: #384456;
  background-repeat: no-repeat;
  background-position: 23px center;
  color: #fff;
  margin-right: 8px;
}

#fnav li.recruit a:hover {
  background-color: #1F2934;
  text-decoration: none;
}

#fnav li.contact a {
  width: 230px;
  padding-left: 10px;
  background-repeat: no-repeat;
  background-position: 23px center;
	background-size: 24px 18px;
	background-color: #232323;
	color: #fff;
}

#fnav li.contact a:hover {
  background-color: #000;
  text-decoration: none;
}

#fnav li ul {
  width: 173px;
	padding-right: 0;
}

#fnav li ul li {
  width: 33%;
  border: 1px solid #323232;
}

#fnav li ul li a {
  position: relative;
  display: block;
  width: 100%;
  line-height: 1;
  height: 50px;
  padding-top: 10px;
}

#fnav li ul li a::before, #hnav li ul li a::after {
  position: absolute;
  content: '';
  display: block;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
}

#fnav li ul li.jp a::before {
  background-image: url(../common_img/ico_jp.png);
}

#fnav li ul li.en a::before {
  background-image: url(../common_img/ico_en.png);
}

#fnav li ul li.chi a::before {
  background-image: url(../common_img/ico_chi.png);
}

#fnav li ul li.off a::after {
  background-color: rgba(0, 0, 0, 0.75);
}

#fnav li ul li.off a:hover::after {
  background-color: rgba(0, 0, 0, 0.0);
}

#fnav li ul li.off a:hover {
  background-color: #fff;
  text-decoration: none;
}
.copyright {
	background-color: #131313;
	text-align: center;
	color: #fff;
	font-size: 1rem;
	padding: 80px 0px;
}


.page-top {
  position: fixed;
  bottom: 0;
  right: 60px;
z-index: 10;
}

.page-top a {
  width: 80px;
  height: 80px;
  padding-top: 48px;
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: rgba(0,0,0,0.80);
  font-size: 12px;
}
.page-top a::before {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin-top: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 15px 10px;
	border-color: transparent transparent #ffffff transparent;
}

.page-top a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70)";
}

.page-top a img {
width: 84px;
  height: 84px;
}


/*ボタン
**********************************************/

[class*="btn"] a {
  text-decoration: none;
}

.btn a {
  position: relative;
  display: block;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

.btn a:hover {
  text-decoration: none !important;
}

.btn.arrow a::before, .btn.arrow a::after {
  position: absolute;
  content: '';
  display: inline-block;
  top: 50%;
}

.btn.arrow a::before {
	display: none;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn.arrow a::after {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  margin-top: -2px;
  margin-left: 1em;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


/* c-flex
--------------------------------------------------------- */

[class*="c-flex"] {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-flex--nowrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.c-flex--col {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.c-flex--reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.c-flex--between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.c-flex--around {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
}

.c-flex--alignCenter {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.c-flex--alignEnd {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}

.c-flex--stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
}

.c-jus-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.c-jus-end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}


/********************
スタイル
***********************/

.blue {
  color: #103080;
}

.bg_navy {
  background: #7eb8d2;
}

.bg_gray {
  background: #eeeeee;
}

.bg_blue {
  background: #103080;
}

.w10per {
  width: 10%;
}

.w15per {
  width: 15%;
}

.w20per {
  width: 20%;
}

.w25per {
  width: 25%;
}

.w30per {
  width: 30%;
}

.w40per {
  width: 40%;
}

.w50per {
  width: 50%;
}

.w60per {
  width: 60%;
}

.w70per {
  width: 70%;
}

.w75per {
  width: 75%;
}

.w90per {
  width: 90%;
}

.w95per {
  width: 95%;
}

.w100per {
  width: 100%;
}

.txt_l {
  text-align: left !important
}

.txt_c {
  text-align: center !important
}

.txt_r {
  text-align: right !important
}

.tb_style {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse
}

.tb_style td, .tb_style th {
  padding: 5px 10px;
  border: 1px solid #ddd;
  box-sizing: border-box
}

.tb_style th {
  background: #eee
}

.tb_form {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse
}

.tb_form .tb_list li {
  display: inline;
  margin-left: 15px
}

.tb_form .tb_list li:first-child {
  margin-left: 0
}

.tb_form .tb_list li .title {
  margin-right: 5px
}

.tb_form .space_b {
  display: block;
  margin-bottom: 15px
}

.tb_form .imp_txt {
  width: 100%;
  padding: 3px 0
}

.tb_form .imp_s {
  width: 20%;
  padding: 3px 0
}

.tb_form .imp_space {
  width: 20%;
  padding: 3px 0
}

.ime_sel {
  padding: 3px 0;
  width: 100%
}

.col2_box, .col3_box, .col4_box, .col5_box {
  position: relative
}

.col2_box .col2, .col3_box .col3, .col4_box .col4, .col5_box .col5 {
  float: left;
  box-sizing: border-box
}

.col2_box .col2:first-child, .col3_box .col3:first-child, .col4_box .col4:first-child, .col4_box .col5:first-child {
  margin-left: 0
}

@media (max-width:420px) {
  .c-input--text {
    padding: 10px 6px
  }
  .c-form>.row {
    border-bottom: none
  }
  .c-form__label {
    padding: 10px 10px 0 0;
    font-size: 14px
  }
  .c-form__input {
    margin-bottom: 10px
  }
  .c-pickup__item {
    border: none;
  }
  .c-pickup__item span {
    display: none
  }
  .c-ranking__list-wrap {
    margin-right: -3%
  }
  .c-ranking__item {
    margin-bottom: 12px
  }
  .c-product__item {
    margin-bottom: 12px
  }
  .c-catalog .col6_box {
    margin-right: 0
  }
  .c-catalog .col6 {
    width: 100% !important
  }
}

.u-bgc-default {
  background-color: #fff
}

.u-bgc-light-gray3 {
  background-color: #f0f0f0
}

.u-bgc-white {
  background-color: #fff
}

.u-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.u-flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.u-block {
  display: block
}

.u-inline {
  display: inline
}

.u-inline-block {
  display: inline-block
}

.u-flt-l {
  float: left;
}

.u-flt-r {
  float: right;
}

.u-cf {
  zoom: 1;
}

.u-cf:before, .u-cf:after {
  content: "";
  display: table
}

.u-cf:after {
  clear: both
}

.u-pos-r {
  position: relative
}

.u-pos-a {
  position: absolute
}

.u-pos-s {
  position: static
}

.u-ta-l {
  text-align: left
}

.u-ta-c {
  text-align: center
}

.u-ta-r {
  text-align: right
}

.u-m-xxl {
  margin: 50px
}

.u-m-xl {
  margin: 40px
}

.u-m-l {
  margin: 30px
}

.u-m-m {
  margin: 20px
}

.u-m-s {
  margin: 15px
}

.u-m-xs {
  margin: 10px
}

.u-m-xxs {
  margin: 8px
}

.u-mt-xxl {
  margin-top: 50px
}

.u-mt-xl {
  margin-top: 40px
}

.u-mt-l {
  margin-top: 30px
}

.u-mt-m {
  margin-top: 20px
}

.u-mt-s {
  margin-top: 15px
}

.u-mt-xs {
  margin-top: 10px
}

.u-mt-xxs {
  margin-top: 8px
}

.u-mr-xxl {
  margin-right: 50px
}

.u-mr-xl {
  margin-right: 40px
}

.u-mr-l {
  margin-right: 30px
}

.u-mr-m {
  margin-right: 20px
}

.u-mr-s {
  margin-right: 15px
}

.u-mr-xs {
  margin-right: 10px
}

.u-mr-xxs {
  margin-right: 8px
}

.u-mb-xxl {
  margin-bottom: 50px
}

.u-mb-xl {
  margin-bottom: 40px
}

.u-mb-l {
  margin-bottom: 30px
}

.u-mb-m {
  margin-bottom: 20px
}

.u-mb-s {
  margin-bottom: 15px
}

.u-mb-xs {
  margin-bottom: 10px
}

.u-mb-xxs {
  margin-bottom: 8px
}

.u-ml-xxl {
  margin-left: 50px
}

.u-ml-xl {
  margin-left: 40px
}

.u-ml-l {
  margin-left: 30px
}

.u-ml-m {
  margin-left: 20px
}

.u-ml-s {
  margin-left: 15px
}

.u-ml-xs {
  margin-left: 10px
}

.u-ml-xxs {
  margin-left: 8px
}

.u-p-xxl {
  padding: 50px
}

.u-p-xl {
  padding: 40px
}

.u-p-l {
  padding: 30px
}

.u-p-m {
  padding: 20px
}

.u-p-s {
  padding: 15px
}

.u-p-xs {
  padding: 10px
}

.u-p-xxs {
  padding: 8px
}

.u-pt-xxl {
  padding-top: 50px
}

.u-pt-xl {
  padding-top: 40px
}

.u-pt-l {
  padding-top: 30px
}

.u-pt-m {
  padding-top: 20px
}

.u-pt-s {
  padding-top: 15px
}

.u-pt-xs {
  padding-top: 10px
}

.u-pt-xxs {
  padding-top: 8px
}

.u-pr-xxl {
  padding-right: 50px
}

.u-pr-xl {
  padding-right: 40px
}

.u-pr-l {
  padding-right: 30px
}

.u-pr-m {
  padding-right: 20px
}

.u-pr-s {
  padding-right: 15px
}

.u-pr-xs {
  padding-right: 10px
}

.u-pr-xxs {
  padding-right: 8px
}

.u-pb-xxl {
  padding-bottom: 50px
}

.u-pb-xl {
  padding-bottom: 40px
}

.u-pb-l {
  padding-bottom: 30px
}

.u-pb-m {
  padding-bottom: 20px
}

.u-pb-s {
  padding-bottom: 15px
}

.u-pb-xs {
  padding-bottom: 10px
}

.u-pb-xxs {
  padding-bottom: 8px
}

.u-pl-xxl {
  padding-left: 50px
}

.u-pl-xl {
  padding-left: 40px
}

.u-pl-l {
  padding-left: 30px
}

.u-pl-m {
  padding-left: 20px
}

.u-pl-s {
  padding-left: 15px
}

.u-pl-xs {
  padding-left: 10px
}

.u-pl-xxs {
  padding-left: 8px
}

.is-hidden {
  display: none
}

.u-fs-xxl {
  font-size: 20px
}

.u-fs-xl {
  font-size: 18px
}

.u-fs-l {
  font-size: 16px
}

.u-fs-m {
  font-size: 14px
}

.u-fs-s {
  font-size: 12px
}

.u-fs-xs {
  font-size: 11px
}

.u-fs-xxs {
  font-size: 10px
}

.u-tc-gray {
  color: #999
}

.u-tc-light-gray {
  color: #ddd
}

.u-tc-dark-gray {
  color: #666
}

.u-tc-white {
  color: #fff
}

.u-tc-red {
  color: #f00
}

.u-tc-light-green {
  color: #14a0b7;
}

.u-fw-n {
  font-weight: normal
}

.u-fw-b {
  font-weight: bold
}

.u-td-u {
  text-decoration: underline
}

.u-td-n {
  text-decoration: none
}

.u-lh-xl {
  line-height: 1.8
}

.u-lh-l {
  line-height: 1.6
}

.u-lh-m {
  line-height: 1.4
}

.u-lh-s {
  line-height: 1.2
}

.u-lh-none {
  line-height: 0
}

.u-visible-pc {
  display: block
}

.u-visible-pc--inline {
  display: inline
}

.u-visible-sp {
  display: none
}

.u-visible-sp--inline {
  display: none
}

.u-visible-sp--flex {
  display: none
}

@media (min-width:421px) {
  .u-m-xxl-pc {
    margin: 50px
  }
  .u-m-xl-pc {
    margin: 40px
  }
  .u-m-l-pc {
    margin: 30px
  }
  .u-m-m-pc {
    margin: 20px
  }
  .u-m-s-pc {
    margin: 15px
  }
  .u-m-xs-pc {
    margin: 10px
  }
  .u-m-xxs-pc {
    margin: 8px
  }
  .u-mt-xxl-pc {
    margin-top: 50px
  }
  .u-mt-xl-pc {
    margin-top: 40px
  }
  .u-mt-l-pc {
    margin-top: 30px
  }
  .u-mt-m-pc {
    margin-top: 20px
  }
  .u-mt-s-pc {
    margin-top: 15px
  }
  .u-mt-xs-pc {
    margin-top: 10px
  }
  .u-mt-xxs-pc {
    margin-top: 8px
  }
  .u-mr-xxl-pc {
    margin-right: 50px
  }
  .u-mr-xl-pc {
    margin-right: 40px
  }
  .u-mr-l-pc {
    margin-right: 30px
  }
  .u-mr-m-pc {
    margin-right: 20px
  }
  .u-mr-s-pc {
    margin-right: 15px
  }
  .u-mr-xs-pc {
    margin-right: 10px
  }
  .u-mr-xxs-pc {
    margin-right: 8px
  }
  .u-mb-xxl-pc {
    margin-bottom: 50px
  }
  .u-mb-xl-pc {
    margin-bottom: 40px
  }
  .u-mb-l-pc {
    margin-bottom: 30px
  }
  .u-mb-m-pc {
    margin-bottom: 20px
  }
  .u-mb-s-pc {
    margin-bottom: 15px
  }
  .u-mb-xs-pc {
    margin-bottom: 10px
  }
  .u-mb-xxs-pc {
    margin-bottom: 8px
  }
  .u-ml-xxl-pc {
    margin-left: 50px
  }
  .u-ml-xl-pc {
    margin-left: 40px
  }
  .u-ml-l-pc {
    margin-left: 30px
  }
  .u-ml-m-pc {
    margin-left: 20px
  }
  .u-ml-s-pc {
    margin-left: 15px
  }
  .u-ml-xs-pc {
    margin-left: 10px
  }
  .u-ml-xxs-pc {
    margin-left: 8px
  }
  .u-p-xxl-pc {
    padding: 50px
  }
  .u-p-xl-pc {
    padding: 40px
  }
  .u-p-l-pc {
    padding: 30px
  }
  .u-p-m-pc {
    padding: 20px
  }
  .u-p-s-pc {
    padding: 15px
  }
  .u-p-xs-pc {
    padding: 10px
  }
  .u-p-xxs-pc {
    padding: 8px
  }
  .u-pt-xxl-pc {
    padding-top: 50px
  }
  .u-pt-xl-pc {
    padding-top: 40px
  }
  .u-pt-l-pc {
    padding-top: 30px
  }
  .u-pt-m-pc {
    padding-top: 20px
  }
  .u-pt-s-pc {
    padding-top: 15px
  }
  .u-pt-xs-pc {
    padding-top: 10px
  }
  .u-pt-xxs-pc {
    padding-top: 8px
  }
  .u-pr-xxl-pc {
    padding-right: 50px
  }
  .u-pr-xl-pc {
    padding-right: 40px
  }
  .u-pr-l-pc {
    padding-right: 30px
  }
  .u-pr-m-pc {
    padding-right: 20px
  }
  .u-pr-s-pc {
    padding-right: 15px
  }
  .u-pr-xs-pc {
    padding-right: 10px
  }
  .u-pr-xxs-pc {
    padding-right: 8px
  }
  .u-pb-xxl-pc {
    padding-bottom: 50px
  }
  .u-pb-xl-pc {
    padding-bottom: 40px
  }
  .u-pb-l-pc {
    padding-bottom: 30px
  }
  .u-pb-m-pc {
    padding-bottom: 20px
  }
  .u-pb-s-pc {
    padding-bottom: 15px
  }
  .u-pb-xs-pc {
    padding-bottom: 10px
  }
  .u-pb-xxs {
    padding-bottom: 8px
  }
  .u-pl-xxl-pc {
    padding-left: 50px
  }
  .u-pl-xl-pc {
    padding-left: 40px
  }
  .u-pl-l-pc {
    padding-left: 30px
  }
  .u-pl-m-pc {
    padding-left: 20px
  }
  .u-pl-s-pc {
    padding-left: 15px
  }
  .u-pl-xs-pc {
    padding-left: 10px
  }
  .u-pl-xxs-pc {
    padding-left: 8px
  }
}

@media (max-width:420px) {
  .u-visible-sp {
    display: block
  }
  .u-visible-sp--inline {
    display: inline
  }
  .u-visible-sp--flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .u-visible-pc {
    display: none
  }
  .u-visible-pc--inline {
    display: none
  }
  .u-hidden-sp {
    display: none
  }
  .u-width-full-sp {
    width: 100% !important
  }
  .u-flex-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .u-m-xxl-pc {
    margin: 50px
  }
  .u-m-xl-pc {
    margin: 40px
  }
  .u-m-l-pc {
    margin: 30px
  }
  .u-m-m-pc {
    margin: 20px
  }
  .u-m-s-pc {
    margin: 15px
  }
  .u-m-xs-pc {
    margin: 10px
  }
  .u-m-xxs-pc {
    margin: 8px
  }
  .u-mt-xxl-sp {
    margin-top: 50px
  }
  .u-mt-xl-sp {
    margin-top: 40px
  }
  .u-mt-l-sp {
    margin-top: 30px
  }
  .u-mt-m-sp {
    margin-top: 20px
  }
  .u-mt-s-sp {
    margin-top: 15px
  }
  .u-mt-xs-sp {
    margin-top: 10px
  }
  .u-mt-xxs-sp {
    margin-top: 8px
  }
  .u-mr-xxl-sp {
    margin-right: 50px
  }
  .u-mr-xl-sp {
    margin-right: 40px
  }
  .u-mr-l-sp {
    margin-right: 30px
  }
  .u-mr-m-sp {
    margin-right: 20px
  }
  .u-mr-s-sp {
    margin-right: 15px
  }
  .u-mr-xs-sp {
    margin-right: 10px
  }
  .u-mr-xxs-sp {
    margin-right: 8px
  }
  .u-mb-xxl-sp {
    margin-bottom: 50px
  }
  .u-mb-xl-sp {
    margin-bottom: 40px
  }
  .u-mb-l-sp {
    margin-bottom: 30px
  }
  .u-mb-m-sp {
    margin-bottom: 20px
  }
  .u-mb-s-sp {
    margin-bottom: 15px
  }
  .u-mb-xs-sp {
    margin-bottom: 10px
  }
  .u-mb-xxs-sp {
    margin-bottom: 8px
  }
  .u-ml-xxl-sp {
    margin-left: 50px
  }
  .u-ml-xl-sp {
    margin-left: 40px
  }
  .u-ml-l-sp {
    margin-left: 30px
  }
  .u-ml-m-sp {
    margin-left: 20px
  }
  .u-ml-s-sp {
    margin-left: 15px
  }
  .u-ml-xs-sp {
    margin-left: 10px
  }
  .u-ml-xxs-sp {
    margin-left: 8px
  }
  .u-p-xxl-sp {
    padding: 50px
  }
  .u-p-xl-sp {
    padding: 40px
  }
  .u-p-l-sp {
    padding: 30px
  }
  .u-p-m-sp {
    padding: 20px
  }
  .u-p-s-sp {
    padding: 15px
  }
  .u-p-xs-sp {
    padding: 10px
  }
  .u-p-xxs-sp {
    padding: 8px
  }
  .u-pt-xxl-sp {
    padding-top: 50px
  }
  .u-pt-xl-sp {
    padding-top: 40px
  }
  .u-pt-l-sp {
    padding-top: 30px
  }
  .u-pt-m-sp {
    padding-top: 20px
  }
  .u-pt-s-sp {
    padding-top: 15px
  }
  .u-pt-xs-sp {
    padding-top: 10px
  }
  .u-pt-xxs-sp {
    padding-top: 8px
  }
  .u-pr-xxl-sp {
    padding-right: 50px
  }
  .u-pr-xl-sp {
    padding-right: 40px
  }
  .u-pr-l-sp {
    padding-right: 30px
  }
  .u-pr-m-sp {
    padding-right: 20px
  }
  .u-pr-s-sp {
    padding-right: 15px
  }
  .u-pr-xs-sp {
    padding-right: 10px
  }
  .u-pr-xxs-sp {
    padding-right: 8px
  }
  .u-pb-xxl-sp {
    padding-bottom: 50px
  }
  .u-pb-xl-sp {
    padding-bottom: 40px
  }
  .u-pb-l-sp {
    padding-bottom: 30px
  }
  .u-pb-m-sp {
    padding-bottom: 20px
  }
  .u-pb-s-sp {
    padding-bottom: 15px
  }
  .u-pb-xs-sp {
    padding-bottom: 10px
  }
  .u-pb-xxs-sp {
    padding-bottom: 8px
  }
  .u-pl-xxl-sp {
    padding-left: 50px
  }
  .u-pl-xl-sp {
    padding-left: 40px
  }
  .u-pl-l-sp {
    padding-left: 30px
  }
  .u-pl-m-sp {
    padding-left: 20px
  }
  .u-pl-s-sp {
    padding-left: 15px
  }
  .u-pl-xs-sp {
    padding-left: 10px
  }
  .u-pl-xxs-sp {
    padding-left: 8px
  }
}

ul {}

/*パンくずリスト
**********************************************/
 #crumb ul {
  padding-left: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }


header2 {
  position: relative;
  height: 40px;
  margin-top: -10px;
}

.logo2 {
  position: absolute;
  top: 20px;
  right: 0px;
  width: 100px;
}