@charset "UTF-8";
/*
Reset Stylesheet
URL: https://code.1pxeye.com/download/code/reset.css
Author: 1pxeye studio
Last Updated: 2017-07-04
This document has passed the test: W3C CSS Validator (Level 3)
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* line 12, sass/style.scss */
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: 0 0;
  vertical-align: baseline;
  font-size: 100%;
}

/* line 22, sass/style.scss */
*,
:after,
:before {
  box-sizing: border-box;
}

/* line 28, sass/style.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(../font/Montserrat-normal.woff) format("woff");
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(../font/Montserrat.woff) format("woff");
}

/* line 49, sass/style.scss */
body {
  overflow-x: hidden;
  font: normal normal normal 14px/1.8 "-apple-system", "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
  color: #333333;
  letter-spacing: .05em;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  max-width: 1920px;
  margin: 0 auto;
}

/* line 62, sass/style.scss */
.fomail {
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
}

/* line 66, sass/style.scss */
address,
caption,
code,
figcaption,
pre,
th {
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
}

/* line 77, sass/style.scss */
blockquote,
q {
  quotes: none;
}

/* line 82, sass/style.scss */
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}

/* line 90, sass/style.scss */
fieldset,
iframe,
img {
  border: 0;
}

/* line 96, sass/style.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/* line 100, sass/style.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 106, sass/style.scss */
caption,
th {
  text-align: left;
}

/* line 111, sass/style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 116, sass/style.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

/* line 130, sass/style.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 138, sass/style.scss */
sup {
  vertical-align: text-top;
}

/* line 142, sass/style.scss */
sub {
  vertical-align: text-bottom;
}

/* line 146, sass/style.scss */
hr {
  display: block;
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 1em 0;
  padding: 0;
  height: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

/* line 158, sass/style.scss */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-size: 100%;
  font-family: inherit;
}

/* line 168, sass/style.scss */
textarea {
  overflow: auto;
}

/* line 172, sass/style.scss */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/* line 179, sass/style.scss */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/* line 184, sass/style.scss */
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* line 189, sass/style.scss */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 194, sass/style.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 199, sass/style.scss */
details,
menu {
  display: block;
}

/* line 204, sass/style.scss */
summary {
  display: list-item;
}

/* line 208, sass/style.scss */
canvas {
  display: inline-block;
}

/* line 212, sass/style.scss */
[hidden],
template {
  display: none;
}

/* line 217, sass/style.scss */
input,
select {
  vertical-align: middle;
}

/* line 222, sass/style.scss */
button {
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 0;
  background: 0 0;
  color: inherit;
  vertical-align: inherit;
  font: inherit;
  line-height: inherit;
  cursor: pointer;
}

/* line 235, sass/style.scss */
button:disabled {
  cursor: default;
}

/* line 239, sass/style.scss */
button,
select {
  text-transform: none;
}

/* line 244, sass/style.scss */
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

/* line 251, sass/style.scss */
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 259, sass/style.scss */
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* line 266, sass/style.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/* line 270, sass/style.scss */
legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

/* line 277, sass/style.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 282, sass/style.scss */
:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),
:focus[data-focus-method=touch]:not(input):not(textarea):not(select) {
  outline: 0;
}

/* line 287, sass/style.scss */
::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 292, sass/style.scss */
audio,
progress,
video {
  display: inline-block;
}

/* line 298, sass/style.scss */
progress {
  vertical-align: baseline;
}

/* line 302, sass/style.scss */
a,
a:link,
a:visited {
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}

/* line 310, sass/style.scss */
a:active {
  text-decoration: none;
}

/* line 315, sass/style.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/* line 322, sass/style.scss */
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

/* line 328, sass/style.scss */
code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: monospace;
}

/* line 336, sass/style.scss */
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

/* line 343, sass/style.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/* line 348, sass/style.scss */
small {
  font-size: 80%;
}

/* line 352, sass/style.scss */
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

/* line 360, sass/style.scss */
sub {
  bottom: -0.25em;
}

/* line 364, sass/style.scss */
sup {
  top: -0.5em;
}

/* line 368, sass/style.scss */
ul {
  list-style: none;
}

/* line 372, sass/style.scss */
img {
  display: block;
  height: auto;
  max-width: 100%;
  border-style: none;
}

/* line 379, sass/style.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 383, sass/style.scss */
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* line 391, sass/style.scss */
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

/* line 398, sass/style.scss */
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* line 405, sass/style.scss */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/* line 415, sass/style.scss */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/* line 422, sass/style.scss */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/* line 427, sass/style.scss */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* line 432, sass/style.scss */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* chorm scroll style */
/* line 438, sass/style.scss */
::-webkit-scrollbar {
  width: 6px;
  background-color: #f3f3f3;
  border-left: 1px solid #dddddd;
}

/* line 444, sass/style.scss */
::-webkit-scrollbar:hover {
  background-color: #f3f3f3;
}

/* line 448, sass/style.scss */
::-webkit-scrollbar-thumb {
  cursor: pointer;
  background-color: #333333;
}

/* line 453, sass/style.scss */
::-webkit-scrollbar-thumb:hover {
  background-color: #333333;
}

/* line 457, sass/style.scss */
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

/* Close Label */
/* line 464, sass/style.scss */
.img_bg > img {
  display: none;
}

/* line 468, sass/style.scss */
.inner {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

/*index*/
/* line 476, sass/style.scss */
.section {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: auto;
  z-index: 2;
}

/*header*/
/* line 487, sass/style.scss */
header {
  width: 100%;
  margin: 0 auto;
}

/* line 491, sass/style.scss */
header .header-main {
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
}

/* line 495, sass/style.scss */
header .header-main .header-content {
  background-color: #fff;
  width: 100%;
  transition: 0.3s;
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  padding: 0 0px;
  margin: 0 auto;
  align-items: stretch;
}

/* line 508, sass/style.scss */
header .header-main .header-content .logo {
  width: 151px;
  margin: 5px 10px 5px 20px;
  position: relative;
  display: flex;
  align-items: center;
  -webkit-order: 0;
  order: 0;
}

/* line 520, sass/style.scss */
header .header-main .header-content .logo a {
  display: block;
  margin: 0 auto;
  transition: 0.5s;
}

/* line 527, sass/style.scss */
header .header-main .header-content .logo a img {
  transition: 0.3s;
  margin: 0 auto;
  width: 100%;
}

/* line 534, sass/style.scss */
header .header-main .header-content .logo a:hover img {
  transform: scale(0.95);
}

/* line 543, sass/style.scss */
header .header-main .header-content .header-right {
  display: flex;
  justify-content: flex-end;
  -webkit-order: 3;
  order: 3;
}

/* line 549, sass/style.scss */
header .header-main .header-content .header-right .brand-all {
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  padding: 20px 5px;
}

/* line 557, sass/style.scss */
header .header-main .header-content .header-right .brand-all a {
  font-size: 28px;
  line-height: 1.1;
  font-weight: bold;
  width: 280px;
  color: #60bbe4;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  padding: 0;
  margin-bottom: 5px;
}

/* line 576, sass/style.scss */
header .header-main .header-content .header-right .brand-all a:before {
  content: "\f095";
  transform: rotate(110deg);
  font-size: 24px;
  line-height: 1.1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
}

/* line 588, sass/style.scss */
header .header-main .header-content .header-right .brand-all a:hover {
  color: #41a8d7;
}

/* line 592, sass/style.scss */
header .header-main .header-content .header-right .brand-all a:after {
  display: none;
}

/* line 603, sass/style.scss */
header .header-main .header-content .header-right .store-btn a {
  font-size: 14px;
  padding: 0;
  text-transform: uppercase;
  font-family: 'Montserrat';
  width: 130px;
  height: 100%;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  background-color: #60bbe4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

/* line 621, sass/style.scss */
header .header-main .header-content .header-right .store-btn a:after {
  display: none;
}

/* line 625, sass/style.scss */
header .header-main .header-content .header-right .store-btn a:before {
  content: "\f06a";
  font-size: 20px;
  line-height: 1.1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
}

/* line 636, sass/style.scss */
header .header-main .header-content .header-right .store-btn a:hover {
  background-color: #41a8d7;
}

/* line 643, sass/style.scss */
header .header-main .header-content .header-right .contact-btn a {
  font-size: 14px;
  padding: 0;
  text-transform: uppercase;
  font-family: 'Montserrat';
  width: 100px;
  height: 100%;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  background-color: #a3daef;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

/* line 661, sass/style.scss */
header .header-main .header-content .header-right .contact-btn a:after {
  display: none;
}

/* line 665, sass/style.scss */
header .header-main .header-content .header-right .contact-btn a:before {
  content: "\f0e0";
  font-size: 24px;
  line-height: 1.1;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  display: block;
}

/* line 676, sass/style.scss */
header .header-main .header-content .header-right .contact-btn a:hover {
  background-color: #41a8d7;
}

/* line 685, sass/style.scss */
header .header-nav {
  width: 100%;
  height: 73px;
}

/* line 692, sass/style.scss */
header .nav-inner {
  width: 100%;
}

/* line 697, sass/style.scss */
header .nav-inner .nav {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* line 704, sass/style.scss */
header .nav-inner ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0;
}

/* line 711, sass/style.scss */
header .nav-inner ul li {
  line-height: 1.1;
  width: 100%;
  border-left: 1px solid #e6e6e6;
  text-align: center;
}

/* line 717, sass/style.scss */
header .nav-inner ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  white-space: nowrap;
  color: #000;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 10px;
  position: relative;
}

/* line 731, sass/style.scss */
header .nav-inner ul li a span {
  display: block;
}

/* line 734, sass/style.scss */
header .nav-inner ul li a span.en {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 5px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  color: #231815;
}

/* line 745, sass/style.scss */
header .nav-inner ul li a span.jp {
  font-size: 14px;
  font-weight: bold;
}

/* line 751, sass/style.scss */
header .nav-inner ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  right: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #41a8d7;
  opacity: 0;
  transition: 0.3s;
}

/* line 767, sass/style.scss */
header .nav-inner ul li a:hover:after {
  opacity: 1;
}

/* line 775, sass/style.scss */
header .nav-inner ul li:first-child {
  border-left: 0px solid #e6e6e6;
}

/* line 781, sass/style.scss */
header .nav-inner ul li:first-child:before {
  display: none;
}

/* line 791, sass/style.scss */
header .nav-inner.change-head {
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(153, 153, 153, 0.5);
}

/* line 804, sass/style.scss */
.menu-status {
  display: none;
}

/* line 808, sass/style.scss */
.toggle-btn {
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
  position: relative;
  z-index: 105;
  order: 4;
  padding: 10px;
}

/* line 820, sass/style.scss */
.toggle-btn label {
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
  position: relative;
}

/* line 828, sass/style.scss */
.toggle-btn label:before {
  content: '';
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #34393d;
  transition: width .2s ease .5s;
}

/* line 840, sass/style.scss */
.toggle-btn label:after {
  content: '';
  display: block;
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #34393d;
  transition: width .2s ease .5s;
}

/* line 852, sass/style.scss */
.toggle-btn label .c-nav-button_bar {
  transition: width .2s ease;
  background-color: #000;
  height: 2px;
  width: 0;
  display: block;
  position: absolute;
}

/* line 861, sass/style.scss */
.toggle-btn label .c-nav-button_bar-1 {
  transform: rotateZ(45deg);
  top: 43%;
  left: 0;
}

/* line 867, sass/style.scss */
.toggle-btn label .c-nav-button_bar-2 {
  transform: rotateZ(-43deg);
  top: 45%;
  left: 0;
}

/*foot*/
/* line 878, sass/style.scss */
#pagetop {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  position: fixed;
  bottom: 60px;
  right: 60px;
  transition: 0.2s;
  cursor: pointer;
  z-index: 10;
  background: #41a8d7 url(../images/top.svg) center center/60% no-repeat;
  display: none;
}

/* line 892, sass/style.scss */
footer {
  background-color: #f5f5f5;
}

/* line 897, sass/style.scss */
.foot {
  max-width: 1240px;
  padding: 20px 20px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333333;
}

/* line 907, sass/style.scss */
.foot .f-brand {
  width: 290px;
  font-size: 14px;
  line-height: 1.3;
}

/* line 912, sass/style.scss */
.foot .f-brand .f-logo {
  margin-bottom: 10px;
}

/* line 915, sass/style.scss */
.foot .f-brand .f-logo a {
  width: 151px;
  display: block;
}

/* line 922, sass/style.scss */
.foot .f-brand .add-item {
  margin-bottom: 15px;
}

/* line 927, sass/style.scss */
.foot .f-brand .f-contact a {
  display: block;
  background-color: #60bbe4;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 12px 5px;
  transition: 0.2s;
}

/* line 936, sass/style.scss */
.foot .f-brand .f-contact a:hover {
  background-color: #41a8d7;
}

/* line 942, sass/style.scss */
.foot .f-brand .add-tel {
  display: flex;
  align-items: center;
}

/* line 946, sass/style.scss */
.foot .f-brand .add-tel span {
  display: block;
  margin-right: 20px;
}

/* line 950, sass/style.scss */
.foot .f-brand .add-tel span:last-child {
  margin-right: 0px;
}

/* line 957, sass/style.scss */
.foot .f-nav {
  width: 58%;
}

/* line 960, sass/style.scss */
.foot .f-nav .f-nav-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

/* line 966, sass/style.scss */
.foot .f-nav ul.f-menu {
  width: 50%;
}

/* line 969, sass/style.scss */
.foot .f-nav ul.f-menu > li {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #333333;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
}

/* line 980, sass/style.scss */
.foot .f-nav ul.sb-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

/* line 985, sass/style.scss */
.foot .f-nav ul.sb-menu li {
  width: 50%;
}

/* line 988, sass/style.scss */
.foot .f-nav ul.sb-menu li a {
  display: flex;
  align-items: center;
  color: #333333;
  padding: 5px 0;
}

/* line 994, sass/style.scss */
.foot .f-nav ul.sb-menu li a:hover {
  text-decoration: underline;
}

/* line 998, sass/style.scss */
.foot .f-nav ul.sb-menu li a:before {
  content: "";
  display: block;
  background: url(../images/icon_right.svg) center center/cover no-repeat;
  width: 6px;
  height: 9px;
  margin-right: 9px;
}

/* line 1012, sass/style.scss */
.copyright {
  border-top: 1px solid #b2b2b2;
  text-align: center;
  color: #333333;
  font-size: 14px;
  padding: 5px 10px;
}

/* line 1023, sass/style.scss */
.item-more a {
  display: flex;
  max-width: 147px;
  margin: 30px 0 0;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 5px 5px 5px 15px;
  color: #333333;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
  border: 1px solid #333333;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
}

/* line 1043, sass/style.scss */
.item-more a span {
  position: relative;
  z-index: 2;
}

/* line 1048, sass/style.scss */
.item-more a .far {
  margin-left: 20px;
  position: relative;
  z-index: 2;
}

/* line 1054, sass/style.scss */
.item-more a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #60bbe4;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
}

/* line 1070, sass/style.scss */
.item-more a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #333;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  z-index: 1;
}

/* line 1087, sass/style.scss */
.item-more a:hover {
  color: #fff;
  border: 1px solid #333;
  transition-delay: 0.2s;
}

/* line 1092, sass/style.scss */
.item-more a:hover:before {
  transform: translateX(101%);
}

/* line 1096, sass/style.scss */
.item-more a:hover:after {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/*page*/
/* line 1110, sass/style.scss */
.page-brn {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #333333;
}

/* line 1121, sass/style.scss */
.page-brn .page-banner {
  width: 100%;
  height: 50vh;
  max-height: 240px;
  min-height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px 0 10px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 1141, sass/style.scss */
.page-brn .brn_inner {
  width: 100%;
  max-width: 1240px;
  padding: 0px 20px 0;
  margin: 0 auto;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

/* line 1151, sass/style.scss */
.page-brn .ttl_title {
  font-size: 30px;
  font-weight: bold;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  line-height: 1.1;
  letter-spacing: 3px;
}

/* line 1160, sass/style.scss */
.page-brn .ttl_sub {
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}

@media (max-width: 980px) {
  /* line 1174, sass/style.scss */
  .page-brn .page-banner {
    height: 29vh;
  }
  /* line 1178, sass/style.scss */
  .page-brn .brn_inner {
    padding: 10px 20px 10px;
  }
  /* line 1182, sass/style.scss */
  .page-brn .ttl_title {
    font-size: 18px;
  }
  /* line 1186, sass/style.scss */
  .page-brn .ttl_sub {
    font-size: 15px;
  }
  /* line 1192, sass/style.scss */
  .foot {
    flex-direction: column;
  }
  /* line 1197, sass/style.scss */
  .foot .f-brand .f-logo a {
    margin: 0 auto;
  }
  /* line 1203, sass/style.scss */
  .foot .add-item {
    text-align: center;
  }
  /* line 1207, sass/style.scss */
  .foot .f-contact {
    margin-bottom: 30px;
  }
  /* line 1211, sass/style.scss */
  .foot .f-nav {
    width: 100%;
    max-width: 600px;
  }
  /* line 1217, sass/style.scss */
  .foot .f-nav ul.sb-menu li a {
    padding: 0;
  }
  /* line 1225, sass/style.scss */
  #pagetop {
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
  }
  /* line 1233, sass/style.scss */
  .copyright {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  /* line 1245, sass/style.scss */
  header .header-main .header-content .header-right .brand-all a {
    font-size: 24px;
    width: 230px;
  }
  /* line 1249, sass/style.scss */
  header .header-main .header-content .header-right .brand-all a:before {
    font-size: 18px;
  }
  /* line 1256, sass/style.scss */
  header .header-main .header-content .header-right .store-btn a {
    font-size: 12px;
    width: 100px;
  }
}

@media (max-width: 767px) {
  /* line 1270, sass/style.scss */
  .toggle-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* line 1276, sass/style.scss */
  header .header-main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 105;
    border-bottom: 0px solid #e6e6e6;
    box-shadow: 0 0 8px 0 rgba(153, 153, 153, 0.5);
  }
  /* line 1286, sass/style.scss */
  header .header-main .header-content .header-right {
    margin-left: auto;
  }
  /* line 1289, sass/style.scss */
  header .header-main .header-content .header-right .brand-all {
    display: none;
  }
  /* line 1294, sass/style.scss */
  header .header-main .header-content .header-right .store-btn a {
    width: auto;
    padding: 0 10px;
  }
  /* line 1298, sass/style.scss */
  header .header-main .header-content .header-right .store-btn a span {
    display: none;
  }
  /* line 1305, sass/style.scss */
  header .header-main .header-content .header-right .contact-btn a {
    width: auto;
    padding: 0 10px;
  }
  /* line 1309, sass/style.scss */
  header .header-main .header-content .header-right .contact-btn a span {
    display: none;
  }
  /* line 1319, sass/style.scss */
  header .header-nav {
    position: fixed;
    transform: translateX(101%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 103;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 1334, sass/style.scss */
  header .header-nav:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 11;
  }
  /* line 1351, sass/style.scss */
  header .nav-inner {
    position: relative !important;
    z-index: 11 !important;
    background-color: transparent !important;
    box-shadow: 0 0 8px 0 rgba(153, 153, 153, 0) !important;
  }
  /* line 1357, sass/style.scss */
  header .nav-inner ul {
    flex-direction: column;
    max-width: 200px;
    margin: 0 auto;
  }
  /* line 1362, sass/style.scss */
  header .nav-inner ul li {
    border-left: 1px solid #e6e6e6 !important;
    margin: 5px auto;
  }
  /* line 1366, sass/style.scss */
  header .nav-inner ul li a {
    text-align: left;
    color: #fff;
    padding: 0 10px;
    align-items: flex-start;
  }
  /* line 1372, sass/style.scss */
  header .nav-inner ul li a span.en {
    color: #fff;
    text-align: left;
  }
  /* line 1382, sass/style.scss */
  #menu-status:checked ~ .header-nav:before {
    opacity: 1;
  }
  /* line 1386, sass/style.scss */
  #menu-status:checked ~ .header-nav {
    transform: translateX(0);
  }
  /* line 1393, sass/style.scss */
  #menu-status:checked ~ .header-main .header-content .toggle-btn label:before {
    width: 0;
    transition-delay: 0s;
  }
  /* line 1398, sass/style.scss */
  #menu-status:checked ~ .header-main .header-content .toggle-btn label:after {
    width: 0;
    transition-delay: 0s;
  }
  /* line 1403, sass/style.scss */
  #menu-status:checked ~ .header-main .header-content .toggle-btn label .c-nav-button_bar {
    width: 100%;
  }
  /* line 1410, sass/style.scss */
  .page-brn .page-banner {
    height: 29vh;
  }
  /* line 1414, sass/style.scss */
  .page-brn .brn_inner {
    padding: 66px 20px 10px;
  }
  /* line 1418, sass/style.scss */
  .page-brn .ttl_title {
    font-size: 22px;
  }
  /* line 1422, sass/style.scss */
  .page-brn .ttl_sub {
    font-size: 16px;
  }
}

@media (max-width: 750px) {
  /* line 1434, sass/style.scss */
  header .header-wrapper .logo {
    margin: 10px 10px 10px 20px;
    width: 190px;
  }
  /* line 1445, sass/style.scss */
  header .header-wrapper .header-right .brand-all {
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* line 1451, sass/style.scss */
  header .header-wrapper .header-right .brand-all a {
    width: auto;
    height: 100%;
    font-size: 24px;
    padding: 0 10px;
    margin-bottom: 0px;
  }
  /* line 1458, sass/style.scss */
  header .header-wrapper .header-right .brand-all a:before {
    font-size: 20px;
  }
  /* line 1462, sass/style.scss */
  header .header-wrapper .header-right .brand-all a:hover {
    color: #fff;
    background-color: #b81c22;
  }
  /* line 1467, sass/style.scss */
  header .header-wrapper .header-right .brand-all a span {
    display: none;
  }
  /* line 1472, sass/style.scss */
  header .header-wrapper .header-right .brand-all .brand-txt {
    display: none;
  }
  /* line 1478, sass/style.scss */
  header .header-wrapper .header-right .contact-btn a {
    width: auto;
    padding: 0 10px;
  }
  /* line 1482, sass/style.scss */
  header .header-wrapper .header-right .contact-btn a:before {
    margin: 0 auto;
  }
  /* line 1486, sass/style.scss */
  header .header-wrapper .header-right .contact-btn a span {
    display: none;
  }
  /* line 1493, sass/style.scss */
  header .header-wrapper .header-main {
    width: auto;
  }
  /* line 1501, sass/style.scss */
  .foot .f-brand {
    font-size: 12px;
  }
  /* line 1504, sass/style.scss */
  .foot .f-brand a {
    margin: 0 auto 10px;
  }
  /* line 1512, sass/style.scss */
  .foot .f-brand .add-tel {
    flex-direction: column;
    font-size: 16px;
    margin: 5px 0;
  }
  /* line 1517, sass/style.scss */
  .foot .f-brand .add-tel span {
    margin-right: 0px;
  }
  /* line 1523, sass/style.scss */
  .foot .f-contact {
    margin-bottom: 0px;
  }
  /* line 1527, sass/style.scss */
  .foot .f-nav {
    max-width: 260px;
  }
  /* line 1530, sass/style.scss */
  .foot .f-nav .f-nav-wrap {
    flex-direction: column;
  }
  /* line 1535, sass/style.scss */
  .foot .f-nav ul.f-menu {
    width: 100%;
    margin-top: 10px;
  }
  /* line 1540, sass/style.scss */
  .foot .f-nav ul.f-menu li a {
    font-size: 12px;
  }
  /* line 1549, sass/style.scss */
  .item-more a {
    max-width: 108px;
    font-size: 12px;
    margin: 30px 0 0;
    padding: 5px 5px 5px 8px;
  }
  /* line 1556, sass/style.scss */
  .item-more a .far {
    margin-left: 10px;
  }
}
