@charset "UTF-8";
/*===============================================================
	色
===============================================================*/
/*===============================================================
	読み込み
===============================================================*/
/*===============================================================
	変数
===============================================================*/
/*　画面左右のマージン　*/
/*　幅　*/
/*	グリッド幅  */
/*	セクション、コンテンツ間のマージン　*/
/*===============================================================

	_reset.scss 2021/9/24

===============================================================*/
/* 初期化
----------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

input[type=submit], textarea {
  font-family: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, li, th, td, dt, dd, div {
  font-size: 16px;
  line-height: 1.8;
}

caption, th, td {
  text-align: left;
  vertical-align: top;
}

img {
  vertical-align: top;
  border: 0;
}

ul, li {
  list-style: none;
}

option {
  padding-right: 1em;
}

address, caption {
  font-style: normal;
  font-weight: normal;
}

a {
  outline: none;
  text-decoration: underline;
}

a:focus {
  outline: none;
}

ul a, li a {
  zoom: 1;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/* HTML5
----------------------------------------------------------------*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/*===============================================================
	_mixin.scss
===============================================================*/
/*===============================================================
	ボタン
	@include btn_base(#c00,#000,#fff,#fff,auto);
===============================================================*/
/*===============================================================
	矢印
	@include mx_arw();	
===============================================================*/
/*===============================================================
	三角
	@include mx_sankaku(幅,高さ,色,色hover,向き);	
===============================================================*/
/*===============================================================
	センタリング
	@include mx_margin_center();	
===============================================================*/
/*===============================================================
	斜線の背景
	@include mx_slash($color1,$color2,$width);	
===============================================================*/
/*===============================================================
	グラデーション
	@include mx_grade(色1,色2,向き（横:h / 縦:v）)
===============================================================*/
/*===============================================================
	font
===============================================================*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("/common/font/noto_sans/NotoSansCJKjp-Regular_subset.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: bold;
  font-weight: 800;
  src: url("/common/font/noto_sans/NotoSansCJKjp-Bold_subset.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: normal;
  src: url("/common/font/yakuhan/YakuHanJP-Regular.woff2") format("woff2"), url("/common/font/yakuhan/YakuHanJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: bold;
  src: url("/common/font/yakuhan/YakuHanJP-Bold.woff2") format("woff2"), url("/common/font/yakuhan/YakuHanJP-Bold.woff") format("woff");
}
.sans {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
}

.serif {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

body {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
}

/*===============================================================

	_common.scss 2021/9/24

===============================================================*/
/* html/body設定
----------------------------------------------------------------*/
body {
  width: 100%;
  color: #000;
  background: #fff;
  text-align: left;
  -webkit-text-size-adjust: none; /* 縦横文字サイズ同じ */
  -webkit-font-smoothing: antialiased;
}

a {
  color: #0897FF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

a:hover {
  color: #45B0FF;
  text-decoration: underline;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～640px */
@media only screen and (max-width: 800px) {
  body {
    overflow-x: hidden;
  }
} /* for SP max-width: 800px */
/*===============================================================

	基本文字サイズ、装飾

===============================================================*/
h1, h2, h3, h4 {
  line-height: 1.5;
  font-weight: bold;
}

p {
  line-height: 1.8;
}

sup {
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 15px;
}

.bold {
  font-weight: bold;
}

.cap {
  font-size: small;
  line-height: 1.4;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  h1, h2, h3, h4, h5, h6, p, li, th, td, dt, dd, div {
    line-height: 1.6;
  }
  div,
  p {
    font-size: 3.8vw;
    line-height: 1.8;
  }
  li {
    font-size: 4vw;
    line-height: 1.6;
  }
} /* for SP max-width: 800px */
/*===============================================================

	レイアウト
	_rayout.scss

===============================================================*/
.full_width {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 800px) {
  .full_width {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

.max_width {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1900px) {
  .max_width {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1170px) {
  .max_width {
    padding: 0 30px;
  }
}
@media screen and (max-width: 800px) {
  .max_width {
    padding-left: 0;
    padding-right: 0;
  }
}

.wide_width {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1600px) {
  .wide_width {
    padding: 0 50px;
  }
  .max_width .wide_width {
    padding: 0;
  }
}
@media screen and (max-width: 1170px) {
  .wide_width {
    padding: 0 30px;
  }
  .max_width .wide_width {
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .wide_width {
    padding-left: 0;
    padding-right: 0;
  }
}

.large_width {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1300px) {
  .large_width {
    padding: 0 50px;
  }
  .max_width .large_width, .wide_width .large_width {
    padding: 0;
  }
}
@media screen and (max-width: 1170px) {
  .large_width {
    padding: 0 30px;
  }
  .max_width .large_width, .wide_width .large_width {
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .large_width {
    padding-left: 0;
    padding-right: 0;
  }
}

.content_width {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1170px) {
  .content_width {
    padding: 0 30px;
  }
  .max_width .content_width, .wide_width .content_width, .large_width .content_width {
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .content_width {
    padding-left: 0;
    padding-right: 0;
  }
}

.narrow_width {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .narrow_width {
    padding-left: 0;
    padding-right: 0;
  }
}

.btn_width {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .btn_width {
    padding-left: 0;
    padding-right: 0;
  }
}

.absolute_full_width {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/*===============================================================

	seciton
	headlineとcontentなど、複数の要素、機能を取りまとめるコンテナ的な親要素。
	幅はsection_innerに記述する

===============================================================*/
.section_wrp {
  overflow: hidden;
  position: relative;
  z-index: 1;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section {
  width: 100%;
}

.section_inner {
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .section_inner {
    padding-top: 10vw;
    padding-bottom: 10vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

/*===============================================================

	content 
	個別のコンテンツ

===============================================================*/
.content + .content {
  margin-top: 100px;
}

.headline + .content {
  margin-top: 50px;
}

.content + .headline {
  margin-top: 100px;
}

.content .content + *,
.content * + .content {
  margin-top: 100px;
}

.content_title + .content {
  margin-top: 0;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .content {
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
} /* for tablet */
/* SP向けレイアウトの指定：～736px */
@media screen and (max-width: 800px) {
  .content + .content {
    margin-top: 10vw;
  }
  .headline + .content {
    margin-top: 5vw;
  }
  .content + .headline {
    margin-top: 10vw;
  }
  .content .content + *,
  .content * + .content {
    margin-top: 8vw;
  }
  .content_title + .content {
    margin-top: 0;
  }
} /* for SP */
/*===============================================================
	_grid.scss
===============================================================*/
.grid_wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.grid_wrp .grid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 40px;
}
.grid_wrp .grid .grid_wrp {
  margin-top: -20px;
}
.grid_wrp .grid .grid {
  margin-top: 20px;
}
.grid_wrp .grid_1_1 {
  width: 100%;
}
.grid_wrp .grid_2_1 {
  width: calc((100% - 40px) / 2);
}
.grid_wrp .grid_3_1 {
  width: calc((100% - (40px * 2)) / 3); /* 40px * 2 = 80px */
}
.grid_wrp .grid_3_2 {
  width: calc(100% - (100% - (40px * 2)) / 3 - 40px);
}
.grid_wrp .grid_4_1 {
  width: calc((100% - (40px * 3)) / 4); /* 40px * 3 = 120px */
}
.grid_wrp .grid_5_1 {
  width: calc((100% - (40px * 2)) / 5); /* 20px * 4 = 80px */
}
.grid_wrp .grid_6_1 {
  width: calc((100% - (40px * 5)) / 6); /* 50px * 5 = 100px */
}
.grid_wrp.grid_wrp3:after, .grid_wrp.grid_wrp4:after, .grid_wrp.grid_wrp4:before, .grid_wrp.grid_wrp5:after, .grid_wrp.grid_wrp5:before {
  content: "";
  display: block;
  height: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.grid_wrp.grid_wrp3:after {
  width: calc((100% - (40px * 2)) / 3);
}
.grid_wrp.grid_wrp4:after, .grid_wrp.grid_wrp4:before {
  width: calc((100% - (40px * 3)) / 4);
}
.grid_wrp.grid_wrp5:after, .grid_wrp.grid_wrp5:before {
  width: calc((100% - (40px * 2)) / 5);
}
@media screen and (max-width: 800px) {
  .grid_wrp {
    margin-top: -5vw;
  }
  .grid_wrp .grid {
    margin-top: 5vw;
  }
  .grid_wrp .grid .grid_wrp {
    margin-top: -3vw;
  }
  .grid_wrp .grid .grid {
    margin-top: 3vw;
  }
  .grid_wrp .grid_1_1 {
    width: 100%;
  }
  .grid_wrp .grid_2_1 {
    width: 100%;
  }
  .grid_wrp .grid_3_1 {
    width: calc((100% - 5vw) / 2);
  }
  .grid_wrp .grid_3_2 {
    width: 100%;
  }
  .grid_wrp .grid_4_1 {
    width: calc((100% - 5vw) / 2);
  }
  .grid_wrp .grid_5_1 {
    width: calc((100% - 5vw) / 2);
  }
  .grid_wrp .grid_6_1 {
    width: calc((100% - 10vw) / 3);
  }
  .grid_wrp.grid_wrp3:after {
    width: calc((100% - 80px) / 3);
  }
  .grid_wrp.grid_wrp4:after, .grid_wrp.grid_wrp4:before {
    width: calc((100% - 120px) / 4);
  }
  .grid_wrp.grid_wrp5:after, .grid_wrp.grid_wrp5:before {
    width: calc((100% - 80px) / 5);
  }
  .grid_wrp .sp_grid_1 {
    width: 100% !important;
  }
}

/*===============================================================

	_headline.scss 2021/9/24

===============================================================*/
/*-------------------------------------------------------------
	mixin	
-------------------------------------------------------------*/
/*-------------------------------------------------------------
	block	
-------------------------------------------------------------*/
.block + .block_title {
  margin-top: 70px;
}
.block + .block {
  margin-top: 20px;
}
.block p + p {
  margin-top: 1em;
}
@media screen and (max-width: 800px) {
  .block + .block_title {
    margin-top: 8vw;
  }
  .block + .block {
    margin-top: 2vw;
  }
}

/*-------------------------------------------------------------
	headline	
-------------------------------------------------------------*/
.headline {
  text-align: center;
}
.headline .title {
  font-size: 40px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  margin: 0 auto;
  white-space: nowrap;
  letter-spacing: 0.2em;
}
.headline .en {
  position: relative;
  padding-top: 60px;
  margin-top: 10px;
  font-size: 14px;
}
.headline .en::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 50px;
  background-color: #000;
}
.headline .lead {
  font-size: 20px;
  line-height: 1.6;
}
.headline .title + .lead {
  margin-top: 15px;
}
.headline .lead + .title {
  margin-top: 10px;
}
.content * + .headline {
  margin-top: 100px;
}
@media screen and (max-width: 800px) {
  .headline .title {
    font-size: 6.5vw;
  }
  .headline .en {
    padding-top: 9vw;
    margin-top: 2vw;
    font-size: 3vw;
  }
  .headline .en::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 7vw;
    background-color: #000;
  }
  .headline .lead {
    font-size: 3.5vw;
    line-height: 1.6;
  }
  .headline .title + .lead {
    margin-top: 3vw;
  }
  .headline .lead + .title {
    margin-top: 2vw;
  }
  .content * + .headline {
    margin-top: 10vw;
  }
}

/*-------------------------------------------------------------
	content_title	
-------------------------------------------------------------*/
.content_title {
  margin-bottom: 30px;
}
.content_title .title {
  font-size: 30px;
}
.content_title .lead {
  font-size: 20px;
  line-height: 1.6;
}
.content_title .title + .lead {
  margin-top: 15px;
}
.content_title .lead + .title {
  margin-top: 10px;
}
.content * + .content_title {
  margin-top: 100px;
}
@media screen and (max-width: 800px) {
  .content_title {
    margin-bottom: 5.5vw;
  }
  .content_title .title {
    font-size: 5vw;
  }
  .content_title .lead {
    font-size: 4vw;
    line-height: 1.5;
  }
  .content_title .title + .lead {
    margin-top: 2vw;
  }
  .content_title .lead + .title {
    margin-top: 2vw;
  }
  .content * + .content_title {
    margin-top: 10vw;
  }
}

/*-------------------------------------------------------------
	lv_1	
-------------------------------------------------------------*/
.lv_1 {
  margin-bottom: 20px;
}
.lv_1 .title {
  font-size: 30px;
}
.lv_1 .lead {
  font-size: 20px;
}
.lv_1 .title + .lead {
  margin-top: 5px;
}
.lv_1 .lead + .title {
  margin-top: 10px;
}
.content * + .lv_1 {
  margin-top: 100px;
}
@media screen and (max-width: 800px) {
  .lv_1 {
    margin-bottom: 5vw;
  }
  .lv_1 .title {
    font-size: 5vw;
  }
  .lv_1 .lead {
    font-size: 3.5vw;
    line-height: 1.5;
  }
  .lv_1 .title + .lead {
    margin-top: 1vw;
  }
  .lv_1 .lead + .title {
    margin-top: 1vw;
  }
  .content * + .lv_1 {
    margin-top: 10vw;
  }
}

/*-------------------------------------------------------------
	lv_2	
-------------------------------------------------------------*/
.lv_2 {
  margin-bottom: 20px;
}
.lv_2 .title {
  font-size: 25px;
}
.lv_2 .lead {
  font-size: 18px;
}
.lv_2 .title + .lead {
  margin-top: 5px;
}
.lv_2 .lead + .title {
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  .lv_2 {
    margin-bottom: 3vw;
  }
  .lv_2 .title {
    font-size: 4.5vw;
  }
  .lv_2 .lead {
    font-size: 3.5vw;
  }
  .lv_2 .title + .lead {
    margin-top: 1vw;
  }
  .lv_2 .lead + .title {
    margin-top: 1vw;
  }
}

/*-------------------------------------------------------------
	lv_3	
-------------------------------------------------------------*/
.lv_3 {
  margin-bottom: 20px;
}
.lv_3 .title {
  font-size: 20px;
}
.lv_3 .lead {
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  .lv_3 {
    margin-bottom: 3vw;
  }
  .lv_3 .title {
    font-size: 4.2vw;
  }
  .lv_3 .lead {
    font-size: 3.2vw;
    line-height: 1.4;
  }
  .lv_3 .title + .lead {
    margin-top: 1vw;
  }
  .lv_3 .lead + .title {
    margin-top: 0vw;
  }
}

/*-------------------------------------------------------------
	lv_4	
-------------------------------------------------------------*/
.lv_4 {
  margin-bottom: 20px;
}
.lv_4 .title {
  font-size: 18px;
}
.lv_4 .lead {
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  .lv_4 {
    margin-bottom: 3vw;
  }
  .lv_4 .title {
    font-size: 4.2vw;
  }
  .lv_4 .lead {
    font-size: 3.2vw;
    line-height: 1.4;
  }
  .lv_4 .title + .lead {
    margin-top: 1vw;
  }
  .lv_4 .lead + .title {
    margin-top: 0vw;
  }
}

/*===============================================================

	_header.scss

===============================================================*/
/*-------------------------------------------------------------
	business_hours	
-------------------------------------------------------------*/
.business_hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.business_hours .open_hours,
.business_hours .close_day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.business_hours .close_day {
  margin-left: 15px;
}
.business_hours .label {
  font-size: 12px;
  border: solid 1px #fff;
  padding: 0 5px;
}
.business_hours p {
  margin-left: 5px;
}
@media screen and (max-width: 1070px) {
  .business_hours {
    margin-top: 0.93vw;
  }
  .business_hours .close_day {
    margin-left: 1.4vw;
  }
  .business_hours .label {
    font-size: 1.12vw;
    border: solid 0.09vw #fff;
    padding: 0 0.47vw;
  }
  .business_hours p {
    margin-left: 0.47vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 800px) {
  .business_hours {
    margin-top: 0;
  }
  .business_hours .close_day {
    margin-left: 4vw;
  }
  .business_hours .label {
    font-size: 3vw;
    padding: 0;
    width: 5em;
    text-align: center;
    display: inline-block;
  }
  .business_hours p {
    margin-left: 2vw;
    font-size: 4vw;
  }
}

/*===============================================================

	header

===============================================================*/
.header {
  position: fixed;
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 );
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*-------------------------------------------------------------
  	title_block	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	navigation_block	
  -------------------------------------------------------------*/
  /*===============================================================
  	//	header
  ===============================================================*/
}
.header .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  .header {
    height: 50vw;
    position: absolute;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #03194b), to(rgba(3, 25, 75, 0)));
    background: linear-gradient(to bottom, #03194b 40%, rgba(3, 25, 75, 0) 100%);
    padding: 3vw 3vw;
    padding-top: 8vw;
  }
}
.header .title_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.header .title_block .logo {
  width: 165px;
}
.header .title_block .information {
  margin-left: 20px;
}
.header .title_block .title {
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 1070px) {
  .header .title_block .logo {
    width: 15.42vw;
  }
  .header .title_block .information {
    margin-left: 1.87vw;
  }
  .header .title_block .title {
    font-size: 1.31vw;
  }
}
@media screen and (max-width: 800px) {
  .header .title_block .logo {
    width: 28vw;
  }
  .header .title_block .information {
    margin-left: 5vw;
  }
  .header .title_block .title {
    font-size: 3.3vw;
    line-height: 1.6;
    font-weight: normal;
  }
  .header .title_block .business_hours {
    display: none;
  }
}
.header .navigation_block {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.header .navigation_block a {
  color: #fff;
  position: relative;
  font-weight: bold;
}
.header .navigation_block a:hover {
  text-decoration: none;
}
.header .navigation_block a::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  pointer-events: none;
}
.header .navigation_block a:hover::before {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}
.header .navigation_block .access {
  font-size: 80%;
}
.header .navigation_block .access a::before {
  content: "";
  bottom: -3px;
}
.header .navigation_block .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}
.header .navigation_block .nav a {
  font-size: 20px;
}
.header .navigation_block .nav li + li {
  margin-left: 20px;
}
@media screen and (max-width: 1070px) {
  .header .navigation_block a::before {
    content: "";
    position: absolute;
    bottom: -0.56vw;
    left: 0;
    width: 100%;
    height: 0.09vw;
    background: #fff;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    pointer-events: none;
  }
  .header .navigation_block a:hover::before {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  .header .navigation_block .access {
    font-size: 80%;
    text-align: right;
  }
  .header .navigation_block .access a::before {
    content: "";
    bottom: -0.28vw;
  }
  .header .navigation_block .access span {
    display: none;
  }
  .header .navigation_block .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0.47vw;
  }
  .header .navigation_block .nav a {
    font-size: 1.87vw;
  }
  .header .navigation_block .nav li + li {
    margin-left: 1.87vw;
  }
}
@media screen and (max-width: 800px) {
  .header .navigation_block {
    display: none;
  }
}

/*===============================================================

	link_x

===============================================================*/
.link_x {
  position: fixed;
  position: absolute;
  z-index: 2;
  bottom: 50px;
  right: 50px;
  text-align: right;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
  	//	link_x
  ===============================================================*/
}
.link_x a {
  color: #fff;
  padding-right: 40px;
  position: relative;
  background-image: url(/common/images/icon_x.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 30px 30px;
}
.link_x a:hover {
  opacity: 0.7;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .link_x {
    bottom: 13vw;
    top: auto;
    right: 5vw;
    right: auto;
    left: -3vw;
    margin: auto;
    -webkit-transform: translateX(-50vw);
            transform: translateX(-50vw);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .loaded .link_x {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .link_x a {
    display: block;
    font-size: 3.5vw;
    line-height: 4vw;
    background-size: 4vw 4vw;
    background-position: center right 6vw;
    padding: 8vw 6vw;
    padding-right: 12vw;
    background-color: #01267F;
    border-radius: 0 20vw 20vw 0;
  }
}

/*===============================================================

	_footer.scss 2021/10/4

===============================================================*/
/*===============================================================

	footer

===============================================================*/
.footer {
  background-color: #01267F;
  background-image: url(/common/images/bg_wave01.svg);
  background-repeat: no-repeat;
  background-position: bottom 10% left 20%;
  background-size: 120%;
  color: #fff;
  text-align: center;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.footer .footer_iner {
  padding: 100px 0;
}
.footer .logo {
  max-width: 250px;
  margin: 0 auto;
}
.footer .copy {
  margin-top: 10px;
}
.footer .local_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.footer .local_menu li + li {
  margin-left: 2em;
}
.footer .local_menu a {
  color: #fff;
  font-size: 16px;
  position: relative;
  font-weight: bold;
}
.footer .local_menu a:hover {
  text-decoration: none;
}
.footer .local_menu a::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  pointer-events: none;
}
.footer .local_menu a:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.footer .copyright {
  background-color: #03194B;
  padding: 10px;
  font-size: 12px;
}
@media screen and (max-width: 800px) {
  .footer .footer_iner {
    padding: 10vw 0;
    padding-bottom: 30vw;
  }
  .footer .logo {
    max-width: 40vw;
  }
  .footer .copy {
    margin-top: 2vw;
  }
  .footer .local_menu {
    margin-top: 5vw;
  }
  .footer .local_menu li + li {
    margin-left: 1.5em;
  }
  .footer .local_menu a {
    font-size: 3.5vw;
  }
  .footer .copyright {
    padding: 2vw;
    font-size: 3vw;
  }
}

/*===============================================================

    menu_open

===============================================================*/
.menu_open {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
      //	menu_open
  ===============================================================*/
}
/*===============================================================

    sp_menu_btn_wrp

===============================================================*/
.sp_menu_btn_wrp {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*-------------------------------------------------------------
      sp_menu_btn_bg	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
      sp_menu_btn_bg	
  -------------------------------------------------------------*/
  /*===============================================================
      //	sp_menu_btn_wrp
  ===============================================================*/
}
.sp_menu_btn_wrp .sp_menu_btn,
.sp_menu_btn_wrp .sp_menu_btn_bg {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(40vw);
          transform: translateY(40vw);
}
.menu_open .sp_menu_btn_wrp.show .sp_menu_btn,
.menu_open .sp_menu_btn_wrp.show .sp_menu_btn_bg, .sp_menu_btn_wrp.show .sp_menu_btn,
.sp_menu_btn_wrp.show .sp_menu_btn_bg {
  -webkit-transform: translateY(0vw);
          transform: translateY(0vw);
}
.sp_menu_btn_wrp .sp_menu_btn_bg {
  position: fixed;
  background: #01267F;
  text-align: center;
  z-index: 10;
  bottom: 13vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 20vw;
  height: 20vw;
  border-radius: 20vw;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu_open .sp_menu_btn_wrp .sp_menu_btn_bg {
  bottom: 0;
  width: 100%;
  height: 100vh;
  border-radius: 0;
  background: #03194B;
}
.sp_menu_btn_wrp .sp_menu_btn {
  position: fixed;
  text-align: center;
  z-index: 15;
  bottom: 13vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 20vw;
  height: 20vw;
}
.sp_menu_btn_wrp .sp_menu_btn a {
  position: relative;
  font-size: 3.5vw;
  line-height: 20vw;
  width: 20vw;
  height: 20vw;
  border-radius: 20vw;
  border: solid 2px rgba(255, 255, 255, 0);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sp_menu_btn_wrp .sp_menu_btn a span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sp_menu_btn_wrp .sp_menu_btn a span:nth-child(1) {
  -webkit-transform: translateX(-3vw);
          transform: translateX(-3vw);
}
.sp_menu_btn_wrp .sp_menu_btn a span:nth-child(2) {
  -webkit-transform: translateX(-3vw);
          transform: translateX(-3vw);
}
.sp_menu_btn_wrp .sp_menu_btn a span:nth-child(4) {
  -webkit-transform: translateX(3vw);
          transform: translateX(3vw);
}
.sp_menu_btn_wrp .sp_menu_btn a span:nth-child(5) {
  -webkit-transform: translateX(3vw);
          transform: translateX(3vw);
}
.sp_menu_btn_wrp .sp_menu_btn a:hover {
  text-decoration: none;
}
.menu_open .sp_menu_btn_wrp .sp_menu_btn a {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  border: solid 2px white;
}
.menu_open .sp_menu_btn_wrp .sp_menu_btn a span:nth-child(1) {
  -webkit-transform: translate(-3vw, -3vw);
          transform: translate(-3vw, -3vw);
}
.menu_open .sp_menu_btn_wrp .sp_menu_btn a span:nth-child(2) {
  -webkit-transform: translate(-3vw, 3vw);
          transform: translate(-3vw, 3vw);
}
.menu_open .sp_menu_btn_wrp .sp_menu_btn a span:nth-child(4) {
  -webkit-transform: translate(3vw, -3vw);
          transform: translate(3vw, -3vw);
}
.menu_open .sp_menu_btn_wrp .sp_menu_btn a span:nth-child(5) {
  -webkit-transform: translate(3vw, 3vw);
          transform: translate(3vw, 3vw);
}

/*===============================================================

	sp_menu

===============================================================*/
.sp_menu {
  opacity: 0;
  pointer-events: none;
  /* SP */
  /* for SP */
  /*===============================================================
  	//	sp_menu
  ===============================================================*/
}
@media screen and (max-width: 800px) {
  .sp_menu {
    position: fixed;
    z-index: 14;
    width: 100%;
    height: 100vh;
    padding: 5vw;
    padding-top: 15vw;
    background-color: #03194b;
    background-image: url(/common/images/bg_wave01.svg);
    background-repeat: no-repeat;
    background-size: 200%;
    background-position: bottom 0 left 50%;
    color: #fff;
    -webkit-transform: translateY(3vw);
            transform: translateY(3vw);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .sp_menu .business_hours {
    margin-top: 3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sp_menu .logo {
    width: 40%;
    margin: 0 auto;
  }
  .sp_menu .title {
    text-align: center;
    font-size: 3.5vw;
    margin-top: 3vw;
  }
  .sp_menu .nav {
    text-align: center;
    padding-top: 5vw;
  }
  .sp_menu .nav a {
    display: block;
    color: #fff;
    font-size: 6vw;
    margin-top: 3vw;
  }
  .sp_menu .nav a:hover {
    text-decoration: none;
  }
  .sp_menu .nav img {
    width: 5vw;
    height: 5vw;
    margin: 0 1vw;
    vertical-align: baseline;
  }
  .menu_show .sp_menu {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    pointer-events: visible;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}

/*===============================================================

	splash

===============================================================*/
.splash {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  color: #fff;
  background-color: #03194B;
  background-image: url(/common/images/bg_wave01.svg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: bottom 0% left 20%;
  background-size: 120%;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.splash .splash_logo img {
  width: 150px;
}
.splash .txt {
  font-size: 14px;
  margin-top: 10px;
}
.splash .fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*===============================================================

	_utils.scss 2021/9/24

===============================================================*/
.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.align_left {
  text-align: left;
}

@media only screen and (max-width: 800px) {
  .sp_align_center {
    text-align: center !important;
  }
  .sp_align_right {
    text-align: right !important;
  }
  .sp_align_left {
    text-align: left !important;
  }
} /* for SP  */
/*===============================================================

	フロート関係

===============================================================*/
.clear {
  width: 100%;
  overflow: hidden;
}

.clearboth {
  clear: both;
}

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

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.flol {
  float: left;
}

.flor {
  float: right;
}

/*===============================================================

	PC/SP/TABLET

===============================================================*/
.sp {
  display: none;
}

.tablet {
  display: none;
}

.sp {
  display: none;
}

.sp_tablet {
  display: none;
}

.none {
  display: none !important;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .pc {
    display: none;
  }
  .tablet,
  .pc_tablet,
  .sp_tablet {
    display: block;
  }
} /* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .sp {
    display: block;
  }
  .pc_tablet,
  .tablet {
    display: none;
  }
} /* for SP max-width: 800px */
/*===============================================================

	img fig

===============================================================*/
.fig img,
.fitimg img,
.photo img {
  width: 100%;
  height: auto;
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
/* for SP max-width: 800px */
/*===============================================================

	マージン

===============================================================*/
.mt0 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb05 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .mt0 {
    margin-top: 0px !important;
  }
  .mt05 {
    margin-top: 0.47vw;
  }
  .mt10 {
    margin-top: 0.93vw;
  }
  .mt15 {
    margin-top: 1.4vw;
  }
  .mt20 {
    margin-top: 1.87vw;
  }
  .mt25 {
    margin-top: 2.34vw;
  }
  .mt30 {
    margin-top: 2.8vw;
  }
  .mt40 {
    margin-top: 3.74vw;
  }
  .mt50 {
    margin-top: 4.67vw;
  }
  .mt60 {
    margin-top: 5.61vw;
  }
  .mt70 {
    margin-top: 6.54vw;
  }
  .mt80 {
    margin-top: 7.48vw;
  }
  .mt90 {
    margin-top: 8.41vw;
  }
  .mt100 {
    margin-top: 9.35vw;
  }
  .mb05 {
    margin-bottom: 0.47vw;
  }
  .mb10 {
    margin-bottom: 0.93vw;
  }
  .mb15 {
    margin-bottom: 1.4vw;
  }
  .mb20 {
    margin-bottom: 1.87vw;
  }
  .mb25 {
    margin-bottom: 2.34vw;
  }
  .mb30 {
    margin-bottom: 2.8vw;
  }
  .mb40 {
    margin-bottom: 3.74vw;
  }
  .mb50 {
    margin-bottom: 4.67vw;
  }
} /* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media screen and (max-width: 800px) {
  .mt0 {
    margin-top: 0px !important;
  }
  .mt05 {
    margin-top: 0.63vw;
  }
  .mt10 {
    margin-top: 1.25vw;
  }
  .mt15 {
    margin-top: 1.88vw;
  }
  .mt20 {
    margin-top: 2.5vw;
  }
  .mt25 {
    margin-top: 3.13vw;
  }
  .mt30 {
    margin-top: 3.75vw;
  }
  .mt40 {
    margin-top: 5vw;
  }
  .mt50 {
    margin-top: 6.25vw;
  }
  .mt60 {
    margin-top: 7.5vw;
  }
  .mt70 {
    margin-top: 8.75vw;
  }
  .mt80 {
    margin-top: 10vw;
  }
  .mt90 {
    margin-top: 11.25vw;
  }
  .mt100 {
    margin-top: 12.5vw;
  }
  .mb05 {
    margin-bottom: 0.63vw;
  }
  .mb10 {
    margin-bottom: 1.25vw;
  }
  .mb15 {
    margin-bottom: 1.88vw;
  }
  .mb20 {
    margin-bottom: 2.5vw;
  }
  .mb25 {
    margin-bottom: 3.13vw;
  }
  .mb30 {
    margin-bottom: 3.75vw;
  }
  .mb40 {
    margin-bottom: 5vw;
  }
  .mb50 {
    margin-bottom: 6.25vw;
  }
} /* for SP max-width: 800px */
/*===============================================================

	fixed

===============================================================*/
.fixed {
  position: fixed;
}

.bg_fixed {
  background-attachment: fixed;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .fixed {
    position: fixed;
  }
} /* for tablet max-width: 940px */
/* SP向けレイアウトの指定：～800px */
/* for SP */
/*===============================================================

	テーブル

===============================================================*/
.table {
  width: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  border-collapse: separate;
  border-spacing: 0;
  border-bottom: solid 1px #ddd;
}

.table th,
.table td {
  padding: 10px;
  border: solid 1px #ddd;
  border-bottom: 0;
  color: #000;
}

.table th {
  font-weight: bold;
  border-right: 0;
  background: rgba(0, 0, 0, 0.05);
  color: #000;
}

.table td {
  color: #000;
}

.table td + td {
  border-left: 0;
}

.table tr:nth-child(odd) {
  background: #fff;
}

.table tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.05);
}

/* タブレット */
/* for tablet */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 800px) {
  .table {
    padding: 0;
    margin-top: 0px;
  }
  .table th,
  .table td {
    padding: 3vw;
    font-size: 3.5vw;
    line-height: 1.6;
  }
  .table tr:nth-child(odd),
  .table tr:nth-child(even) {
    background: #fff;
  }
  .table_wrp_scroll {
    overflow-y: scroll;
  }
  .table_wrp_scroll .table {
    min-width: 200vw;
  }
} /* for SP */
/*===============================================================

	フォーム

===============================================================*/
/* タブレット */
/* for tablet */
/* SP */
/* for SP */
/*===============================================================

	btn_detail

===============================================================*/
.btn_detail {
  width: 400px;
  margin: 0 auto;
  margin-top: 40px;
}

.btn_detail a {
  position: relative;
  text-decoration: none;
  display: block;
  background-color: #1d50a2;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  padding: 20px 0;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px 0px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px 0px;
}

.btn_detail a:after {
  position: absolute;
  content: " ";
  width: 13px;
  height: 13px;
  top: 0;
  left: auto;
  bottom: 0;
  right: 10px;
  margin: auto;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.btn_detail a:hover {
  text-decoration: none;
  background-color: #2b6bec;
}

/* タブレット */
@media screen and (max-width: 1070px) {
  .btn_detail {
    width: 100%;
  }
} /* for tablet */
/* SP */
@media screen and (max-width: 800px) {
  .btn_detail {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .btn_detail a {
    font-size: 16px;
  }
} /* for SP */
/*===============================================================

	txtlink 2016/11/16

===============================================================*/
.txtlink a {
  padding-left: 15px;
  color: #500;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.txtlink a:hover {
  color: #c00;
}

.txtlink a:after {
  position: absolute;
  content: " ";
  width: 6px;
  height: 6px;
  top: 7px;
  bottom: auto;
  left: 0;
  right: auto;
  margin: auto;
  border-top: solid 2px #c00;
  border-left: solid 2px #c00;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.txtlink.arw_prev a:after {
  top: 7px;
  bottom: auto;
  left: 3px;
  right: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.txtlink.arw_after a {
  padding-left: 0;
  padding-right: 10px;
}

.txtlink.arw_after a:after {
  left: auto;
  right: 0;
}

.txtlink.arw_down a:after {
  top: 7px;
  bottom: auto;
  left: 2px;
  right: auto;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.txtlink.arw_after_down a {
  padding-left: 0;
  padding-right: 10px;
}

.txtlink.arw_after_down a:after {
  top: 7px;
  bottom: auto;
  left: auto;
  right: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/*	arw_box */
.txtlink.arw_box a {
  padding-left: 25px;
}

.txtlink.arw_box a:before {
  content: " ";
  width: 20px;
  height: 20px;
  background: #000;
  position: absolute;
  top: 2px;
  bottom: auto;
  left: 0;
  right: auto;
  margin: auto;
}

.txtlink.arw_box a:after {
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  top: 8px;
  bottom: auto;
  left: 5px;
  right: auto;
}

/*===============================================================

	_thiscontents.scss 2021/10/4

	section_access


===============================================================*/
/*===============================================================

	section_access

===============================================================*/
.section_access {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
  	//	section_access
  ===============================================================*/
}
.section_access .block_googlemap iframe {
  width: 100%;
  height: 500px;
}
.section_access .block_shopinfo .grid_wrp {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section_access .block_shopinfo .txt_block .title {
  font-size: 40px;
}
.section_access .block_shopinfo .txt_block .title span {
  font-size: 70%;
}
.section_access .block_shopinfo dl {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: solid 1px #ddd;
}
.section_access .block_shopinfo dt, .section_access .block_shopinfo dd {
  border-top: solid 1px #ddd;
  padding: 15px 10px;
  font-size: 16px;
  line-height: 1.5;
}
.section_access .block_shopinfo dt {
  width: 6em;
}
.section_access .block_shopinfo dd {
  width: calc(100% - 6em);
}
@media screen and (max-width: 1070px) {
  .section_access .block_googlemap iframe {
    height: 46.73vw;
  }
  .section_access .block_shopinfo .txt_block .title {
    font-size: 3.74vw;
  }
  .section_access .block_shopinfo dl {
    margin-top: 1.87vw;
  }
  .section_access .block_shopinfo dt, .section_access .block_shopinfo dd {
    padding: 1vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 800px) {
  .section_access .block_googlemap iframe {
    height: 62.5vw;
  }
  .section_access .block_shopinfo .txt_block .title {
    font-size: 8vw;
  }
  .section_access .block_shopinfo .txt_block .title span {
    font-size: 50%;
  }
  .section_access .block_shopinfo dl {
    margin-top: 3vw;
  }
  .section_access .block_shopinfo dt, .section_access .block_shopinfo dd {
    padding: 2vw 0;
    font-size: 3.5vw;
  }
}

/*===============================================================

	section_menu

===============================================================*/
.section_menu {
  background: #E5E4DB;
  position: relative;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*-------------------------------------------------------------
  	icon	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	blcok_menu	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	block_menu_list	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	block_recommend_menu	
  -------------------------------------------------------------*/
  /*===============================================================
  	//	section_menu
  ===============================================================*/
}
.section_menu::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 300px;
  height: 100%;
  background-image: url(/common/images/bg_wave02_top.svg);
  background-repeat: no-repeat;
  background-position: top 100% left 20%;
  background-size: 140% auto;
}
.section_menu::before {
  top: 0;
  background-image: url(/common/images/bg_wave02_top.svg);
  background-position: top 100% left 20%;
  background-attachment: fixed;
  background-position: top -30% left 20%;
}
.section_menu .headline,
.section_menu .content {
  position: relative;
}
@media screen and (max-width: 1070px) {
  .section_menu::before {
    background-position: top -10% left 20%;
  }
}
@media screen and (max-width: 800px) {
  .section_menu::before {
    background-size: 300% auto;
    background-position: top -5% left 50%;
    background-attachment: inherit;
  }
}
.section_menu .icon {
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 18px;
  list-style: 1;
  margin-right: 5px;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_menu .icon.icon_hot {
  background-color: #E66666;
}
.section_menu .icon.icon_cool {
  background-color: #567DDB;
}
.section_menu .icon.icon_rice {
  background-color: #fff;
  color: #888;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 800px) {
  .section_menu .icon {
    width: 5vw;
    height: 5vw;
    border-radius: 5vw;
    font-size: 3.4vw;
    line-height: 5.5vw;
    margin-right: 1vw;
  }
}
.section_menu .blcok_menu {
  background: #FAFAFA;
  background-color: #03194B;
  color: #fff;
  border-radius: 25px;
  border: solid 15px #fff;
  padding: 50px;
  position: relative;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_menu .blcok_menu .label {
  position: absolute;
  background-color: #C62626;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 140px;
  font-weight: bold;
  width: 140px;
  height: 140px;
  border-radius: 140px;
  top: -50px;
  right: -50px;
  z-index: 2;
}
.section_menu .blcok_menu .label::after {
  content: "";
  position: absolute;
  background-color: #C62626;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 70px;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  .section_menu .blcok_menu {
    border-radius: 5vw;
    padding: 5vw;
    border: solid 5px #fff;
  }
  .section_menu .blcok_menu .label {
    font-size: 5vw;
    line-height: 32vw;
    font-weight: bold;
    width: 32vw;
    height: 32vw;
    border-radius: 32vw;
    top: -10vw;
    right: -9vw;
  }
  .section_menu .blcok_menu .label::after {
    content: "";
    position: absolute;
    background-color: #C62626;
    bottom: 0;
    left: 0;
    width: 16vw;
    height: 16vw;
    z-index: -1;
  }
}
.section_menu .block_menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_menu .block_menu_list .menu_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 50px) / 2);
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  padding: 10px 0;
}
.section_menu .block_menu_list .menu_item .name {
  font-weight: bold;
  font-size: 16px;
  margin-left: 0;
  margin-right: auto;
}
.section_menu .block_menu_list .menu_item .name span {
  font-size: 75%;
}
.section_menu .block_menu_list .menu_item .icon {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  font-size: 16px;
  list-style: 1;
}
.section_menu .block_menu_list .menu_item .price {
  margin-left: 5px;
  font-size: 16px;
}
.section_menu .block_menu_list .menu_item:nth-last-child(1),
.section_menu .block_menu_list .menu_item:nth-last-child(2) {
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1070px) {
  .section_menu .block_menu_list .menu_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc((100% - 50px) / 2);
    border-top: solid 1px rgba(255, 255, 255, 0.3);
    padding: 10px 0;
  }
  .section_menu .block_menu_list .menu_item .name {
    width: 100%;
    font-size: 16px;
  }
  .section_menu .block_menu_list .menu_item .icon {
    width: 25px;
    height: 25px;
    border-radius: 25px;
    font-size: 16px;
    list-style: 1;
  }
  .section_menu .block_menu_list .menu_item .price {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .section_menu .block_menu_list {
    width: 100%;
  }
  .section_menu .block_menu_list .menu_item {
    width: calc((100% - 3vw) / 2);
    width: 100%;
    border-top: solid 1px rgba(255, 255, 255, 0.3);
    padding: 10px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .section_menu .block_menu_list .menu_item .name {
    font-size: 3.5vw;
    width: auto;
  }
  .section_menu .block_menu_list .menu_item .icon {
    width: 5vw;
    height: 5vw;
    border-radius: 5vw;
    font-size: 3.4vw;
    line-height: 5.5vw;
  }
  .section_menu .block_menu_list .menu_item .price {
    margin-left: 1vw;
    font-size: 4vw;
  }
}
.section_menu .block_recommend_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0 !important;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_menu .block_recommend_menu .menu_item {
  width: calc((100% - 80px) / 3);
}
.section_menu .block_recommend_menu .menu_item + .menu_item {
  margin-top: 80px;
}
.section_menu .block_recommend_menu .name {
  font-size: 25px;
  font-weight: bold;
  margin-left: 0;
  margin-right: auto;
  margin-top: 20px;
}
.section_menu .block_recommend_menu .spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  padding-top: 10px;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
}
.section_menu .block_recommend_menu .price {
  font-size: 16px;
  margin-left: auto;
  margin-right: 0;
}
.section_menu .block_recommend_menu .lead {
  margin-top: 20px;
  font-size: 16px;
}
.section_menu .block_recommend_menu .pickup_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section_menu .block_recommend_menu .pickup_item .txt_block,
.section_menu .block_recommend_menu .pickup_item .thumb_block {
  width: calc((100% - 40px) / 2);
  margin-top: 0;
}
.section_menu .block_recommend_menu .pickup_item .name {
  font-size: 45px;
}
.section_menu .block_recommend_menu .pickup_item2 {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 1070px) {
  .section_menu .block_recommend_menu .menu_item {
    width: calc((100% - 4vw) / 2);
  }
  .section_menu .block_recommend_menu .menu_item + .menu_item {
    margin-top: 80px;
  }
  .section_menu .block_recommend_menu .name {
    font-size: 2.5vw;
  }
  .section_menu .block_recommend_menu .spec {
    margin-top: 0.7vw;
    padding-top: 0.7vw;
  }
  .section_menu .block_recommend_menu .price {
    font-size: 2vw;
  }
  .section_menu .block_recommend_menu .lead {
    margin-top: 1.8vw;
    font-size: 1.8vw;
  }
  .section_menu .block_recommend_menu .pickup_item {
    width: 100%;
  }
  .section_menu .block_recommend_menu .pickup_item .txt_block,
  .section_menu .block_recommend_menu .pickup_item .thumb_block {
    width: calc((100% - 4vw) / 2);
    margin-top: 0;
  }
  .section_menu .block_recommend_menu .pickup_item .name {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 800px) {
  .section_menu .block_recommend_menu .menu_item {
    width: calc((100% - 4vw) / 2);
  }
  .section_menu .block_recommend_menu .menu_item + .menu_item {
    margin-top: 8vw;
  }
  .section_menu .block_recommend_menu .name {
    margin-top: 3vw;
    font-size: 5vw;
    line-height: 1.4;
    width: 100%;
  }
  .section_menu .block_recommend_menu .spec {
    margin-top: 1.5vw;
    padding-top: 1.5vw;
  }
  .section_menu .block_recommend_menu .price {
    font-size: 4vw;
  }
  .section_menu .block_recommend_menu .lead {
    margin-top: 1.5vw;
    font-size: 3.5vw;
  }
  .section_menu .block_recommend_menu .pickup_item {
    width: 100%;
  }
  .section_menu .block_recommend_menu .pickup_item .txt_block,
  .section_menu .block_recommend_menu .pickup_item .thumb_block {
    width: 100%;
    margin-top: 0;
  }
  .section_menu .block_recommend_menu .pickup_item .thumb_block {
    width: 80%;
    margin: 0 auto;
  }
  .section_menu .block_recommend_menu .pickup_item .name {
    font-size: 6vw;
  }
}

/*===============================================================

	loop_slider

===============================================================*/
.loop_slider {
  background: #000;
  overflow: hidden;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*-------------------------------------------------------------
  	loop_slider ここまで
  -------------------------------------------------------------*/
}
.loop_slider .slider {
  position: relative;
  opacity: 0;
}
.loop_slider .slider .slide img {
  width: 100%;
}
/*===============================================================

	section_udon

===============================================================*/
.section_udon {
  color: #fff;
  background-color: #03194B;
  background-image: url(/common/images/bg_wave01.svg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: bottom 0% left 20%;
  background-size: 120%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*-------------------------------------------------------------
  	block_kodawari	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	block_material	
  -------------------------------------------------------------*/
  /*===============================================================
  	//	section_udon
  ===============================================================*/
}
.section_udon .udon {
  position: absolute;
  width: 50vw;
  top: -20%;
  left: -2%;
  z-index: 1;
}
.section_udon .content {
  position: relative;
  z-index: 2;
}
.section_udon .photo_block {
  position: relative;
}
.section_udon .labels {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 25px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
.section_udon .labels strong {
  display: inline-block;
  padding: 10px 0;
  width: 50px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
.section_udon .labels .original {
  border: solid 2px #fff;
}
.section_udon .labels .japan {
  background-color: #fff;
  color: #03194B;
  position: absolute;
  top: 50px;
  right: 50px;
}
@media screen and (max-width: 800px) {
  .section_udon {
    background-position: bottom 0% left 30%;
    background-size: 400%;
    background-attachment: inherit;
  }
  .section_udon .udon {
    width: 80vw;
    top: -12%;
    left: -3.5%;
  }
  .section_udon .labels {
    font-size: 4.5vw;
  }
  .section_udon .labels strong {
    padding: 3vw 0;
    width: 10vw;
    line-height: 10vw;
  }
  .section_udon .labels .original {
    border: solid 0.25vw #fff;
  }
  .section_udon .labels .japan {
    top: 10vw;
    right: 10vw;
  }
}
.section_udon .block_kodawari {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_udon .block_kodawari .grid_wrp {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section_udon .block_kodawari .title {
  font-size: 55px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.section_udon .block_kodawari .lead {
  font-size: 18px;
  margin-top: 1em;
  line-height: 2;
  text-shadow: 0 0 0 20px rgb(0, 0, 1);
}
@media screen and (max-width: 800px) {
  .section_udon .block_kodawari .title {
    font-size: 10vw;
  }
  .section_udon .block_kodawari .lead {
    margin-top: 1em;
    line-height: 2;
    font-size: 4vw;
  }
}
.section_udon .block_material {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_udon .block_material li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc((100% - 30px) / 2);
  padding: 10px 0;
  font-size: 16px;
  border-top: solid 1px rgba(255, 255, 255, 0.4);
}
.section_udon .block_material li strong {
  width: 5em;
}
.section_udon .block_material li:nth-last-child(1),
.section_udon .block_material li:nth-last-child(2) {
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1070px) {
  .section_udon .block_material {
    margin-top: 3.74vw;
  }
  .section_udon .block_material li {
    width: calc((100% - 2.8vw) / 2);
    padding: 1vw 0;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 800px) {
  .section_udon .block_material {
    margin-top: 8vw;
  }
  .section_udon .block_material li {
    width: calc((100% - 3vw) / 2);
    padding: 2vw 0;
    font-size: 3.2vw;
  }
}

/*===============================================================

	section_kv

===============================================================*/
.section_kv {
  height: 100vh;
  background-image: url(/common/images/kv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
  	//	section_kv
  ===============================================================*/
}
.section_kv .title {
  width: 60%;
  max-width: 400px;
}
@media screen and (max-width: 800px) {
  .section_kv {
    height: 100vh;
    background-attachment: inherit;
  }
  .section_kv .title {
    width: 70%;
    max-width: inherit;
    -webkit-transform: translateY(-5vw);
            transform: translateY(-5vw);
  }
}

/*===============================================================
	2016/08/24
	デモ用の記載
===============================================================*/
.demo {
  background: #222;
  padding: 50px 0;
  color: #fff;
}

.demo .inner {
  width: 1070px;
  margin: 0 auto;
  text-align: left;
}

.demo h3 {
  font-size: 40px;
  line-height: 40px;
  background: #222;
}

.demo h4 {
  color: #fff;
  font-size: 25px;
  line-height: 26px;
  margin-top: 40px;
  padding-top: 40px;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

.demo h4 + * {
  margin-top: 10px;
}

.demo p {
  font-size: 14px;
  line-height: 25px;
  margin-top: 20px;
}

.demo .demo_discription {
  font-size: 18px;
  font-weight: bold;
}

.demo span {
  font-weight: bold;
  margin-right: 20px;
}

.demo .demo_btn {
  margin-right: 10px;
  margin-top: 20px;
  float: left;
}

.demo .demo_btn a {
  display: block;
  width: 100px;
  text-align: center;
  border: solid 1px #ccc;
  background: #ccc;
  font-size: 14px;
  line-height: 25px;
  color: #222;
  text-decoration: none;
}

.demo .demo_btn a:hover {
  border: solid 1px #fff;
  color: #fff;
  background: none;
  text-decoration: none;
}

.demo .history p {
  border-top: dotted 1px rgba(255, 255, 255, 0.2);
  padding-top: 20px;
}

.demo .demo_txthide {
  display: none;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .demo .inner {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
} /* for tablet max-width: 1070px */
/*===============================================================

	demo_wrp

===============================================================*/
.demo_wrp {
  background: #fff;
  color: #000;
  padding: 50px 0;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
/* for SP max-width: 800px */
/*===============================================================

	_demo.scss 2021/10/1

===============================================================*/
.demo_title_block {
  padding: 50px 0;
  text-align: center;
  background: #111;
  color: #fff;
}

.demo_title_block .title {
  font-size: 40px;
}

.box {
  border: solid 1px #000;
  padding: 20px;
  margin-top: 10px;
  text-align: center;
}

.code {
  border: solid 1px #ddd;
  background: #f5f5f5;
  padding: 20px;
  margin-top: 10px;
  font-size: 12px;
}

@media screen and (max-width: 800px) {
  .demo_title_block {
    padding: 3vw;
  }
  .demo_title_block .title {
    font-size: 4vw;
  }
  .code {
    padding: 3vw;
    margin-top: 2vw;
    font-size: 3vw;
  }
}
/*===============================================================

	tenplate_menu

===============================================================*/
.tenplate_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: solid 1px #ccc;
}
.tenplate_menu li {
  padding: 10px;
}
.tenplate_menu a {
  color: #000;
}
@media screen and (max-width: 800px) {
  .tenplate_menu {
    padding: 3vw 0;
  }
  .tenplate_menu li {
    padding: 0vw 3vw;
  }
  .tenplate_menu a {
    font-size: 3vw;
    line-height: 1.5;
  }
}

/*===============================================================

	section_demo

===============================================================*/
.content_sample {
  border: solid 1px #666;
  padding: 50px;
}
@media screen and (max-width: 800px) {
  .content_sample {
    padding: 3vw;
  }
}

/*===============================================================

	content_demo

===============================================================*/
.content_demo .lv_2 {
  background: #222;
  color: #fff;
  padding: 20px 30px;
}
/*===============================================================

	content_block_outline

===============================================================*/
.content_block_outline {
  border: solid 1px #111;
  padding: 30px 5px 5px 5px;
  position: relative;
  text-align: center;
}
.content_block_outline .element_pageheader {
  background: #111;
  color: #fff;
  border: solid 1px #111;
  padding: 50px 100px;
  position: relative;
}
.content_block_outline .margin {
  position: absolute;
  padding: 5px 10px;
  font-size: 10px;
  line-height: 1;
  width: 100%;
  color: #666;
  top: -20px;
  left: 0;
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.05) 25%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.05) 75%, rgba(0, 0, 0, 0.05));
  background-size: 4px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content_block_outline .element_section {
  border: solid 1px #111;
  padding: 60px 100px 80px 100px;
  position: relative;
}
.content_block_outline .element_section::after,
.content_block_outline .element_section::before {
  content: "section_innerには上下パディングが入る";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  background: rgba(0, 255, 94, 0.2);
  font-size: 12px;
  z-index: 1;
}
.content_block_outline .element_section::after {
  top: 0;
}
.content_block_outline .element_section::before {
  bottom: 0;
  height: 80px;
}
.content_block_outline .element_section + .element_section {
  margin-top: 5px;
}
.content_block_outline .element_headline {
  background: #111;
  color: #fff;
  padding: 20px;
  border: solid 1px #111;
  position: relative;
}
.content_block_outline .element_headline .margin {
  bottom: -21px;
  top: auto;
}
.content_block_outline .element_headline .margin + .margin {
  bottom: auto;
  top: -50px;
  height: 50px;
}
.content_block_outline .element_content {
  margin-top: 20px;
  padding: 30px;
  border: solid 1px #111;
  position: relative;
  background: #fff;
}
.content_block_outline .element_content + .element_content {
  margin-top: 20px;
}
.content_block_outline .element_content .element_content + .element_content {
  margin-top: 10px;
}
.content_block_outline .element_content + .element_headline {
  margin-top: 50px;
}
.content_block_outline .element_content_title {
  background: #eee;
  padding: 20px;
  font-weight: bold;
}
.content_block_outline .element_section2 {
  background: #eee;
}
.content_block_outline .element_section2 .element_headline {
  background: #fff;
  color: #111;
}
.content_block_outline .element_content2 {
  background: #111;
  color: #fff;
}
.content_block_outline .element_content2 .element_content,
.content_block_outline .element_content2 .element_content_title {
  background: #111;
  border: solid 1px #fff;
}
.content_block_outline .element_content2 .element_content3 {
  background: #900;
  border: solid 1px #900;
}
.content_block_outline .block_title,
.content_block_outline .block {
  position: relative;
  border: solid 1px #999;
  padding: 15px;
}
.content_block_outline h3 {
  font-size: 20px;
}
.content_block_outline .label {
  z-index: 5;
  position: absolute;
  top: -1px;
  left: -1px;
  display: inline-block;
  padding: 5px 15px;
  background: #c00;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: bold;
}
/*===============================================================
	mixinテスト
===============================================================*/
.under_line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, rgba(255, 0, 0, 0.3)));
  background: linear-gradient(transparent 70%, rgba(255, 0, 0, 0.3) 0%);
  display: inline;
}

.under_marker {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #ff0));
  background: linear-gradient(transparent 0%, #ff0 0%);
  display: inline;
}

.btn_link {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #000;
}
.btn_link a {
  display: block;
  text-align: center;
  background: #fff;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 20px;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .btn_link a {
    padding: 3vw;
  }
}
.btn_link a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
.btn_link a {
  position: relative;
}
.btn_link a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border: solid 1px #000;
  width: 6px;
  height: 6px;
  border-top: none;
  border-left: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  right: 10px;
  -webkit-transform: rotate(-45deg) translate(-1px, -1px);
          transform: rotate(-45deg) translate(-1px, -1px);
}
.btn_link a:hover::after {
  border: solid 1px #fff;
  border-top: none;
  border-left: none;
}
@media screen and (max-width: 800px) {
  .btn_link {
    width: 80%;
  }
}

.btn_sankaku {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #000;
}
.btn_sankaku a {
  display: block;
  text-align: center;
  background: #000;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 20px;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .btn_sankaku a {
    padding: 3vw;
  }
}
.btn_sankaku a:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}
.btn_sankaku a {
  position: relative;
}
.btn_sankaku a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
  height: 0;
  border-style: solid;
  left: 10px;
  border-width: 5px 8px 5px 0;
  border-color: transparent #fff transparent transparent;
}
.btn_sankaku a:hover::after {
  border-width: 5px 8px 5px 0;
  border-color: transparent #000 transparent transparent;
}
@media screen and (max-width: 800px) {
  .btn_sankaku {
    width: 80%;
  }
}

.bg_slash {
  background-image: linear-gradient(-45deg, #fff 25%, #eee 25%, #eee 50%, #fff 50%, #fff 75%, #eee 75%, #eee);
  background-size: 5px 5px;
  padding: 30px;
}

.bg_grade {
  background: #FF6EC9;
  background: -webkit-gradient(linear, left top, right top, from(#FF6EC9), to(#5DCAFC));
  background: linear-gradient(to right, #FF6EC9 0%, #5DCAFC 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF6EC9", endColorstr=" #5DCAFC", GradientType=1);
  padding: 30px;
}
/*# sourceMappingURL=style.css.map */