@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 14px !important;
  line-height: 1.3em;
  overflow: visible !important;
}

body {
  font-weight: 400;
  letter-spacing: 0.6;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 16px;
  word-wrap: break-word;
  background-position: left center;
  overflow-x: hidden;
  background: #000;
  letter-spacing: 1px;
  line-height: 2 !important;
}

@media screen and (max-width: 834px) {
  body {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  body {
    font-size: 18px;
  }
}

a {
  color: #c31c2c !important;
  text-decoration: none;
}

.fade-in {
  opacity: 0;
}

.inner {
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  .inner {
    width: 100%;
    margin: 0 auto;
  }
}

#main, #main {
  width: 1400px !important;
  max-width: 100% !important;
  float: none !important;
  margin: 0 auto;
}

#contents_wrap {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1400px) {
  #contents_wrap {
    width: 100% !important;
    min-width: 100%;
  }
}

#contents {
  padding: 0;
  background: none !important;
  width: 100%;
}

@media screen and (max-width: 100%) {
  #main {
    width: 100%;
  }
}

/*1カラム*/
#col_main {
  width: 100% !important;
  float: none !important;
}

@media screen and (max-width: 100%) {
  #side {
    width: 18.75000%;
  }
}

@media screen and (max-width: 100%) {
  #side aside {
    width: 100% !important;
  }
}

.map {
  margin: 56px auto 120px;
  padding: 60px 0;
}

@media screen and (max-width: 834px) {
  .map {
    width: 90%;
  }
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

@media screen and (max-width: 834px) {
  .map li {
    text-align: center;
  }
}

.map li:last-child {
  display: none;
}

.map li a {
  color: #333 !important;
}

.policy h2 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
  padding: 0 !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  font-size: 90%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

@media screen and (max-width: 834px) {
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

.b {
  font-weight: bold;
}

b {
  font-weight: bold;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

.inner {
  max-width: 100%;
  width: 1400px;
  margin: 0 auto;
}

.inner_out {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

a.tel_link {
  pointer-events: none;
}

@media screen and (max-width: 640px) {
  a.tel_link {
    pointer-events: auto;
  }
}

/*blog*/
dl dd {
  text-align: center;
}

dl dt {
  text-align: center;
}

.date {
  display: block;
}

.blog {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.blog #contents {
  margin-bottom: 30px;
}

.blog img {
  margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .blog .detail {
    text-align: left !important;
    margin-bottom: 80px !important;
  }
}

.blog article {
  text-align: center !important;
}

.blog article h3 {
  text-align: center !important;
  font-size: 30px;
  margin-bottom: 20px;
  border-bottom: 4px double #854c60;
  display: inline-block;
}

.blog article div {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .blog article div {
    width: 90% !important;
  }
}

@media screen and (max-width: 834px) {
  .blog article div {
    width: 100% !important;
  }
}

.blog .translate {
  font-weight: bold;
}

.blog .date {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 3px;
}

.blog h2 {
  font-size: 36px;
  letter-spacing: 3px;
  color: #333 !important;
  line-height: 30px;
  padding: 15px 0;
  width: 80%;
  margin: 0 auto;
  font-weight: 500;
  text-align: left;
}

@media screen and (max-width: 1000px) {
  .blog h2 {
    width: 80%;
  }
}

@media screen and (max-width: 834px) {
  .blog h2 {
    font-size: 18px;
    width: 100%;
    padding: 10px;
  }
}

.blog a {
  color: #c31c2c !important;
}

@media screen and (max-width: 640px) {
  .blog button {
    margin: 10px 0;
  }
}

.blog #calendar {
  width: 100% !important;
  margin: 0 auto !important;
}

@media screen and (max-width: 640px) {
  .blog #calendar {
    width: 100% !important;
  }
}

.blog input[type="text"], .blog input[type="password"], .blog textarea {
  width: 50% !important;
}

section div#contents > dl ul li {
  float: left;
  list-style: none;
  background: #eee;
  padding: 5px 15px;
  border-radius: 3px;
}

@media screen and (max-width: 834px) {
  section aside {
    width: 100% !important;
    min-width: 100% !important;
  }
}

@media screen and (max-width: 834px) {
  section div.wrap {
    display: block !important;
  }
}

div.wrap {
  width: 100% !important;
  max-width: 100% !important;
}

section div.wrap {
  background: none !important;
}

section div#contents > dl {
  border: none !important;
  border-bottom: 1px dotted #eee !important;
}

section div#contents article ul {
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  section div#contents article ul {
    max-width: 100%;
  }
}

section div#contents article ul li {
  float: left;
  list-style: none;
  background: #eee;
  padding: 5px 15px;
  border-radius: 3px;
}

section div#contents article ul li a {
  color: #333 !important;
  margin-right: 0 !important;
}

section div#contents > dl ul li a {
  margin-right: 0px !important;
}

div.blog_list div.blog_photo {
  width: 40%;
}

@media screen and (max-width: 834px) {
  div.blog_list div.blog_photo {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  div.blog_list div.blog_photo {
    text-align: center;
  }
}

div.blog_list {
  border: none;
}

div.blog_list div.blog_date {
  color: #00803d;
  font-size: 1.4em;
}

div.blog_list h3 a {
  color: #333 !important;
  font-size: 1.6em;
  letter-spacing: 3px;
  font-weight: 500;
}

div.detail {
  margin-top: 10px;
}

.blog article div {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  margin-top: 30px;
}

@media screen and (max-width: 834px) {
  div.blog_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

header:nth-of-type(1) div.wrap {
  font-size: 16px;
}

.blog article div {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  color: #333;
  letter-spacing: -1px;
}

@media screen and (max-width: 834px) {
  section div.wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/*form*/
.submit {
  max-width: 100%;
}

.text {
  text-align: left !important;
}

.tel {
  text-align: left !important;
}

.form_wrap #text {
  position: relative;
}

.form_wrap #text:after {
  position: absolute;
  content: "必須";
  top: 0px;
  right: -30px;
  font-size: 0.9em;
}

.form_wrap .radio {
  text-align: left !important;
}

/*min-width*/
#global_header {
  min-width: 100% !important;
}

#global_footer {
  min-width: 100% !important;
}

/*パンくず*/
.pankuzu {
  color: #fff;
}

.pankuzu ul {
  margin-top: 15px;
}

.pankuzu a {
  color: #8a8a8a !important;
  font-weight: 500;
}

.pankuzu li {
  display: inline-block;
  margin-right: 40px;
  position: relative;
  font-weight: bold;
  color: #999 !important;
}

@media screen and (max-width: 640px) {
  .pankuzu li {
    font-size: 13px;
  }
}

@media screen and (max-width: 640px) {
  .pankuzu li:last-child {
    margin-right: 10px;
  }
}

.pankuzu li:last-child:after {
  display: none;
}

.pankuzu li:after {
  content: "＞";
  position: absolute;
  right: -25px;
  top: -1px;
}

/*プライバシーポリシー*/
.policy_01 {
  margin-bottom: 40px;
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .policy_01 {
    width: 100%;
  }
}

.policy_01 h2 {
  letter-spacing: 5px;
  color: #ffffff;
  line-height: 30px;
  position: relative;
  padding: 10px;
  background: #000000;
  -webkit-box-shadow: 0 0 0 0 #000000, -10px 0 0 0 #000000, 0 3px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 0 #000000, -10px 0 0 0 #000000, 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  text-align: center !important;
  margin: 0 auto;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 640px) {
  .policy_01 h2 {
    width: 100%;
    font-size: 15px;
  }
}

.policy_01 h2:before {
  content: " ";
  position: absolute;
  top: 100%;
  left: -10px;
  width: 0;
  height: 0;
  border-width: 0 10px 10px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #4f4f4f;
}

/*お問い合わせ下部テキスト*/
@media screen and (max-width: 640px) {
  .contact_txt {
    text-align: left !important;
  }
}

/*送信完了メッセージ*/
#form_c2 {
  width: 960px !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  margin-top: 60px !important;
  text-align: center !important;
}

/*メールフォームレイアウト*/
.style_form {
  text-align: left;
}

@media screen and (max-width: 640px) {
  .style_form {
    text-align: center;
  }
}

section div.form_wrap dl dt {
  text-align: left !important;
}

/*固定ヘッダー時のメールフォーム埋まり防止*/
/*アンカーリンク調整*/
a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

/*404*/
.nf_title h1 {
  margin-top: 80px;
  position: relative;
  color: #333333;
  text-shadow: 0 0 2px white;
  font-size: 100px;
}

@media screen and (max-width: 1000px) {
  .nf_title h1 {
    font-size: 80px;
  }
}

@media screen and (max-width: 834px) {
  .nf_title h1 {
    font-size: 60px;
  }
}

@media screen and (max-width: 640px) {
  .nf_title h1 {
    margin-top: 40px;
    font-size: 50px;
  }
}

.nf_txt {
  color: #fff;
  font-weight: bold;
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .nf_txt {
    margin-top: 0;
  }
}

.nf_txt h2 {
  text-shadow: none;
  font-size: 19px;
  font-weight: bold;
  border-bottom: none;
}

@media screen and (max-width: 640px) {
  .nf_txt h2 {
    font-size: 17px;
  }
}

.nf_txt p {
  color: #fff;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .nf_txt p {
    font-size: 13px;
  }
}

.nf_btn {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0;
  text-decoration: none;
  color: #fff;
  text-align: center !important;
}

.nf_btn a {
  color: #fff !important;
  font-weight: bold !important;
  text-align: center !important;
  background: #c31c2c;
  padding: 20px 80px;
}

/*meanmenu*/
.mean-container .mean-bar {
  padding: 0 !important;
  background: none !important;
}

.mean-container .mean-nav {
  margin-top: 0 !important;
}

.mean-container .mean-nav ul li a {
  width: 100% !important;
  padding: 1em 0 !important;
  margin: 0;
}

/*nav*/
@media screen and (max-width: 834px) {
  #nav_global {
    display: none;
  }
}

#nav_global02 {
  display: none;
}

@media screen and (max-width: 834px) {
  #nav_global02 {
    display: block;
  }
}

.mean-nav span {
  display: block;
  /*menuの小文字*/
}

/**/
/*ズームイン*/
#slide_wrapp {
  position: relative;
  overflow: hidden;
}

#slide_wrapp .slide_item {
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 2s linear, -webkit-transform 7.5s linear;
  transition: opacity 2s linear, -webkit-transform 7.5s linear;
  transition: opacity 2s linear, transform 7.5s linear;
  transition: opacity 2s linear, transform 7.5s linear, -webkit-transform 7.5s linear;
  position: relative;
}

#slide_wrapp .slide_item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}

#slide_wrapp .slide_item.show_ {
  opacity: 1;
}

#slide_wrapp .slide_item.zoom_ {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#slide_wrapp .slide_item img {
  display: block;
}

/**/
/* 「RightToLeft」の動作内容 */
@-webkit-keyframes RightToLeft {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    /* X軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes RightToLeft {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    /* X軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes LeftToRight {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    /* X軸方向に-50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes LeftToRight {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    /* X軸方向に-50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes SlideDown {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    /* Y軸方向に-50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes SlideDown {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    /* Y軸方向に-50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes SlideUp {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    /* Y軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes SlideUp {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    /* Y軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* 「RightToLeft」を適用する箇所 */
/* Opening
-----------------------------------------*/
.Opening {
  position: relative;
  background-color: #FFF;
}

.Opening ul li {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.Opening ul li img.Opening__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 9;
}

.Opening ul li span img.Opening__img {
  max-width: inherit;
  width: 100%;
  height: auto;
}

/*マージン*/
.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

td {
  border: none !important;
}

/*パディング*/
.p10 {
  padding: 0  10px;
}

.pd0 {
  padding: 0 !important;
}

.pd0 td {
  padding: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb0 td {
  padding-bottom: 0 !important;
}

/*hover*/
a:hover {
  opacity: 0.9 !important;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*ふわっと*/
.fadeInDown {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/**/
.fadeInLeft {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  visibility: visible !important;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/**/
.fadeInRight {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  visibility: visible !important;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/**/
.fadeInUp {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  visibility: visible !important;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*ニュースエリアを囲むクラス...scrollArea*/
.scrollArea {
  height: 200px;
  overflow: auto;
  padding-right: 20px;
}

/*スクロールバー全体*/
::-webkit-scrollbar {
  width: 10px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: #ccc !important;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

/*プルダウンメニュー*/
.sub_menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  z-index: 999999;
  top: 35px;
  left: 0;
  right: 0;
  margin: auto !important;
  width: auto !important;
  background: rgba(204, 204, 204, 0.9);
}

@media screen and (max-width: 834px) {
  .sub_menu {
    background: none !important;
    padding: 10px 0 0 10px !important;
    position: static !important;
    width: 100% !important;
  }
}

.sub_menu li {
  position: relative;
  z-index: 999999999;
  display: inline-block;
  border-bottom: 1px dotted #fff;
}

@media screen and (max-width: 834px) {
  .sub_menu li {
    display: block;
    border-bottom: none;
  }
}

.sub_menu li:last-child {
  border-bottom: none;
}

.sub_menu a {
  color: #fff !important;
  font-weight: 600;
  padding: 5px;
  font-size: 0.9em !important;
}

/*YouTube*/
.youtube01 {
  margin-bottom: 80px;
}

.youtube01 iframe {
  width: 100%;
  margin: 0 auto;
  height: 450px;
}

/*-----ボックスフレーム-----*/
/*点線の大括弧*/
.box20 {
  position: relative;
  padding: 0.25em 1em;
  margin: 2em 0;
  top: 0;
  background: #efefef;
}

.box20:before, .box20:after {
  position: absolute;
  top: 0;
  content: '';
  width: 10px;
  height: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.box20:before {
  border-left: dotted 2px #87755e;
  border-top: dotted 2px #87755e;
  border-bottom: dotted 2px #87755e;
  left: -1px;
}

.box20:after {
  border-top: dotted 2px #87755e;
  border-right: dotted 2px #87755e;
  border-bottom: dotted 2px #87755e;
  right: -1px;
}

.box20 p {
  margin: 0;
  padding: 0;
}

/*めくれたテープ風*/
.box25 {
  position: relative;
  background: #fff0cd;
  -webkit-box-shadow: 0px 0px 0px 5px #fff0cd;
          box-shadow: 0px 0px 0px 5px #fff0cd;
  border: dashed 2px white !important;
  padding: 0.2em 0.5em;
  color: #454545;
}

.box25:after {
  position: absolute;
  content: '';
  right: -7px;
  top: -7px;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: #ffdb88 #fff #ffdb88;
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.box25 p {
  margin: 0;
  padding: 0;
}

/*矢印hover.右に少しずらす*/
/*地図*/
.map01 iframe {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .map01 iframe {
    height: 400px !important;
  }
}

/*fancybox*/
#fancybox-title-float-main {
  line-height: 9px !important;
}

/*ツイッター*/
.twitter {
  max-width: 100% !important;
  width: 45% !important;
  height: 300px;
  overflow: auto;
}

.weight100 {
  font-weight: 100;
}

.weight300 {
  font-weight: 300;
}

.weight400 {
  font-weight: 400;
}

.weight500 {
  font-weight: 500;
}

.weight600 {
  font-weight: 600;
}

.weight700 {
  font-weight: 700;
}

.weight900 {
  font-weight: 900;
}

/*プライバシーポリシーモーダル*/
@media screen and (max-width: 834px) {
  .modaal-content-container {
    height: 600px;
    overflow: auto;
  }
}

@media screen and (max-width: 834px) and (max-width: 640px) {
  .modaal-content-container {
    height: 400px;
  }
}

p.center {
  text-align: center;
}

.modaal-close {
  position: absolute !important;
  right: -20px !important;
  top: -20px !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.modaal-content-container h3 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.modaal-content-container p {
  margin: 0 0 20px;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #fff !important;
}

@media screen and (max-width: 640px) {
  .modaal-content-container {
    height: 400px;
    overflow-y: scroll;
  }
}

/**/
/*横に画像が流れる*/
.loop_wrap {
  margin-top: 60px;
}

.loop_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
}

.loop_wrap ul li {
  width: 400px;
  display: inline-block;
  margin: 0 10px;
  height: auto !important;
}

@media screen and (max-width: 640px) {
  .loop_wrap ul li {
    width: 200px;
  }
}

/*news_dlリスト*/
.newswrap {
  height: 300px;
  max-width: 100%;
  margin: 0 auto;
  overflow-y: auto;
  color: #fff;
}

.newswrap dl {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  margin: auto;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 3px dotted #eee !important;
}

@media screen and (max-width: 834px) {
  .newswrap dl {
    display: block !important;
  }
}

.newswrap dd {
  text-align: left !important;
  border: none !important;
  background: none !important;
  width: 85% !important;
  padding: 10px 0 !important;
}

@media screen and (max-width: 834px) {
  .newswrap dd {
    width: 100% !important;
  }
}

.newswrap dt {
  border: none !important;
  background: none !important;
  width: 15% !important;
  border-radius: 5px;
  text-align: center !important;
  margin: 0 auto !important;
  padding: 10px 0 !important;
  font-family: "Montserrat", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.2em;
}

@media screen and (max-width: 834px) {
  .newswrap dt {
    margin-left: 0px !important;
    width: 100% !important;
    display: block !important;
  }
}

.name {
  text-align: left;
}

.kana {
  text-align: left;
}

.news_bg {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background: url(../images/home/news_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 40px;
}

.news_bg .scroll {
  height: 150px;
  overflow: auto;
}

.news_bg .scroll td:nth-child(odd) {
  width: 25%;
}

.news_bg .scroll td:nth-child(even) {
  width: 100%;
}

/*respon_news*/
/*hover*/
.btn a:hover {
  -webkit-animation: .3s;
  animation: zoom .3s;
}

/*infiniteslide*/
.infiniteslide_wrap {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.infiniteslide {
  padding: 60px 0 !important;
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  max-width: 100%;
}

.infiniteslide ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  height: auto !important;
}

.infiniteslide ul li {
  height: auto !important;
  display: inline-block;
  margin: 0 20px !important;
}

@media screen and (max-width: 834px) {
  .infiniteslide ul li {
    margin: 0 10px !important;
  }
}

.infiniteslide img {
  -webkit-box-shadow: 5px 5px 8px rgba(9, 9, 9, 0.1);
          box-shadow: 5px 5px 8px rgba(9, 9, 9, 0.1);
}

.infiniteslide br {
  display: none !important;
}

/*hoverでaの中のspanのいろかわる*/
/*insta 横に4つ*/
.insta {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}

@media screen and (max-width: 640px) {
  .insta {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
  }
}

@media screen and (max-width: 468px) {
  .insta {
    width: 100%;
  }
}

.insta div.sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.insta div.sns_list div.sns_photo {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto;
  padding: 0 !important;
}

@media screen and (max-width: 640px) {
  .insta div.sns_list div.sns_photo {
    padding: 10px !important;
  }
}

.insta div.sns_list div.sns_photo img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
  font-family: "object-fit: cover!important;" !important;
  font-family: "object-position: center!important;" !important;
}

.insta div.sns_list div {
  border-bottom: none !important;
  width: 20% !important;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .insta div.sns_list div {
    width: 49% !important;
  }
}

.insta .sns_text {
  display: none !important;
}

.insta img {
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}

/**たて2よこ3**/
.instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.instagram li {
  width: 30%;
  margin: 7.5px 5px;
}

@media screen and (max-width: 834px) {
  .instagram li {
    width: 45%;
  }
}

@media screen and (max-width: 640px) {
  .instagram {
    margin-bottom: 40px;
  }
}

.instagram img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100% !important;
}

/*respon*/
.herf {
  width: 48%;
}

@media screen and (max-width: 640px) {
  .herf {
    width: 100%;
  }
}

/**/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

.block {
  display: block !important;
}

/*画像*/
.img100 img {
  width: 100% !important;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}

.img img {
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}

/*フォント*/
.small {
  font-size: 0.8em;
}

.middle {
  font-size: 1em;
}

.large {
  font-size: 1.4em;
}

.bold {
  font-weight: 600;
}

.center {
  display: block;
  text-align: center;
}

.left {
  display: block;
  text-align: left;
}

.right {
  display: block;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
}

.sp {
  display: block;
}

@media screen and (max-width: 640px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .sp_none {
    display: none;
  }
}

@media screen and (max-width: 834px) {
  .tab_none {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .style_form input {
    width: 100% !important;
  }
}

.imgL {
  float: none;
  margin-right: 0px;
  max-width: 100% !important;
}

.imgR {
  float: none;
  margin-left: 0px;
  max-width: 100% !important;
}

@media screen and (max-width: 640px) {
  .tbl_scroll table {
    table-layout: auto;
  }
}

.style_form input {
  width: 100% !important;
}

/*iタグ*/
i {
  padding-right: 5px !important;
}

/*color*/
.acc-color a {
  color: #c31c2c !important;
}

.main-color a {
  color: #104480 !important;
}

.base-color a {
  color: #00803d !important;
}

.voice_table {
  padding: 30px;
  background: #00803d;
}

.voice_table b {
  font-weight: inherit;
  font-size: 1.2em;
}

.voice_table .acc-title:hover {
  cursor: pointer;
}

.voice_table .acc-title b {
  background: #104480;
  padding: 5px 10px;
  margin-right: 20px;
}

.voice_table .column_txt {
  display: block;
  margin-top: 15px !important;
}

@media screen and (max-width: 640px) {
  .voice_table .column_txt {
    display: block;
  }
}

.voice_table .column_txt b {
  background: #c31c2c;
  padding: 5px 10px;
  margin-right: 20px;
  color: #fff;
}

/*バウンド*/
.cp_keyframes {
  margin: 0 auto;
  background: #29b6f6;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: keyframes 0.5s ease-in infinite alternate;
  animation: keyframes 0.5s ease-in infinite alternate;
}

@-webkit-keyframes keyframes {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(250%);
    transform: translateY(250%);
  }
}

@keyframes keyframes {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(250%);
    transform: translateY(250%);
  }
}

.acc-title:hover {
  cursor: pointer;
}

/*ハンバーガーメニュー02*/
/*ハンバーガーメニュー03*/
/* open */
/**ハンバーガーメニュー04**/
@media screen and (min-width: 835px) {
  .ham_menu {
    display: none;
  }
}

.ham_menu > span {
  text-transform: none;
  opacity: .5;
  font-weight: 300;
  font-size: 12px;
}

.ham_menu input + label {
  position: fixed;
  height: 20px;
  width: 15px;
  z-index: 9999;
  top: 15px;
  right: 35px;
}

.ham_menu input + label span {
  position: absolute;
  width: 35px;
  height: 2px;
  top: 8px;
  margin-top: -1px;
  left: 0;
  display: block;
  -webkit-transition: .5s;
  transition: .5s;
  background: #ccc;
}

.ham_menu input + label span:first-child {
  top: 0;
}

.ham_menu input + label span:last-child {
  top: 16px;
}

.ham_menu label:hover {
  cursor: pointer;
}

.ham_menu input:checked + label span {
  opacity: 0;
  top: 50%;
}

.ham_menu input:checked + label span:first-child {
  opacity: 1;
  -webkit-transform: rotate(405deg);
          transform: rotate(405deg);
}

.ham_menu input:checked + label span:last-child {
  opacity: 1;
  -webkit-transform: rotate(-405deg);
          transform: rotate(-405deg);
}

.ham_menu input ~ nav {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0px;
  z-index: 999;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
  overflow: hidden;
}

.ham_menu input ~ nav > ul {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ham_menu input ~ nav > ul > li {
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.ham_menu input ~ nav > ul > li > a {
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 10px;
  font-size: 1.4em;
  font-family: "Sorts Mill Goudy", serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff !important;
}

.ham_menu input:checked ~ nav {
  height: 100%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.ham_menu input:checked ~ nav > ul > li {
  opacity: 1;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.ham_menu input {
  background: none;
}

.ham_menu .ham_logo {
  margin-bottom: 30px;
}

.ham_menu #burger {
  display: none;
}

/* open */
.open {
  overflow: hidden;
}

.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}

.open #gloval-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}

/*scroll nav*/
.clone-nav {
  position: static !important;
  top: 0;
  left: 0;
  bottom: auto !important;
  z-index: 999;
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  display: block;
}

.is-show {
  position: fixed !important;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  top: 0px !important;
  background: #000;
}

.is-show li {
  padding: 15px 0;
}

/**/
.acc_title:hover {
  cursor: pointer;
}

/**/
.imgL {
  float: none !important;
  margin-right: 0 !important;
}

@media screen and (max-width: 640px) {
  .imgR {
    max-width: 100%;
    width: 100% !important;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    float: none;
  }
}

/**/
.img_box img {
  -webkit-animation: img_box_9955 3s linear infinite;
          animation: img_box_9955 3s linear infinite;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  margin: 1rem 0 !important;
  width: 60% !important;
}

@-webkit-keyframes img_box_9955 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  33.33333% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  66.66667% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes img_box_9955 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  33.33333% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  66.66667% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.acc {
  color: #c31c2c;
}

.acc div {
  color: #c31c2c;
}

/**/
.clearfix:after {
  visibility: visible;
}

/*blog文字数カット*/
/*フェードで出現*/
.fadein {
  opacity: 0;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
  -webkit-transition: all 2s !important;
  transition: all 2s !important;
  display: block !important;
  text-align: center !important;
}

.scrollin {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}

/*flexbox*/
/**/
@media screen and (max-width: 640px) {
  .form_wrap dl {
    display: block !important;
  }
}

@media screen and (max-width: 640px) {
  .form_wrap dt, .form_wrap dd {
    width: 100% !important;
  }
}

.form_wrap dt {
  border: none !important;
}

@media screen and (max-width: 640px) {
  .form_wrap dt label {
    right: 30px;
    position: absolute;
  }
}

@media screen and (max-width: 640px) {
  .contact_form dt {
    padding-left: 30px !important;
  }
}

.contact_form dd {
  color: #333 !important;
  text-align: left !important;
}

section div.form_wrap.message {
  background: #000 !important;
  margin: 100px 20px 20px 20px !important;
}

/**/
@media screen and (max-width: 640px) {
  .voice_table tr {
    display: block !important;
  }
}

/*slick_商品一覧など横に流すとき*/
/**/
@media screen and (max-width: 640px) {
  .contact_form dt {
    padding-left: 30px !important;
  }
}

/*下層メイン画像*/
#mainArea2 {
  position: relative;
}

#local-keyvisual {
  position: relative;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 835px) {
  #local-keyvisual {
    margin-bottom: 50px;
  }
}

#local-keyvisual h1 {
  z-index: 1;
  position: relative;
  color: #fff;
  line-height: 1.7em;
  text-align: center;
  text-shadow: 0px 3px 9.7px rgba(0, 0, 0, 0.35);
  font-size: 3.5vw;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 2px rgba(204, 208, 212, 0.9), 0 15px 25px rgba(0, 0, 0, 0.3), 0 -2px 3px rgba(0, 0, 0, 0.1), 0 -5px 10px rgba(255, 255, 255, 0.5), 0 5px 10px rgba(0, 0, 0, 0.3), 0 3px 4px rgba(255, 255, 255, 0.2), 0 0 20px rgba(255, 255, 255, 0.45);
}

@media only screen and (min-width: 1600px) {
  #local-keyvisual h1 {
    font-size: 50px;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  #local-keyvisual h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 640px) {
  #local-keyvisual h1 {
    font-size: 35px;
  }
}

#local-keyvisual h1 span {
  padding: 220px 0 180px;
  display: block;
}

@media screen and (max-width: 834px) {
  #local-keyvisual h1 span {
    padding: 100px 10px;
  }
}

@media screen and (max-width: 834px) and (max-width: 640px) {
  #local-keyvisual h1 span {
    padding: 80px 10px;
  }
}

#local-keyvisual h1 span:empty {
  display: none;
}

#local-keyvisual #local-keyvisual-bg, #local-keyvisual .local-keyvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.local-keyvisual-bg {
  background: url(../images/home/main01.jpg) no-repeat;
  background-position: top;
}

.pan1 {
  text-align: left;
  margin: 20px 0 100px;
}

@media only screen and (max-width: 835px) {
  .pan1 {
    display: none;
  }
}

.pan1 a {
  color: #000;
}

/**/
/*スクロールボタンアニメーション*/
.scroll {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  color: #333 !important;
  /* アニメーション設定 */
}

.scroll .arrowWrap {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 200px;
}

.scroll .arrowInner p {
  font-size: 12px;
  text-align: end;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.scroll .arrow {
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}

.scroll .arrow::before {
  content: '';
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #000;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}

/**/
@media screen and (max-width: 640px) {
  .entry dt {
    padding-left: 30px !important;
  }
}

/*loading*/
#is-loading {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 999999999;
}

#loading {
  margin: auto;
  width: 400px;
  height: 100% !important;
  text-align: center;
  z-index: 999999;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#loading span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#loading span img {
  -webkit-animation: ImgAnime 10s ease-in-out 0s  normal;
          animation: ImgAnime 10s ease-in-out 0s  normal;
}

@-webkit-keyframes ImgAnime {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25% {
    opacity: 1;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}

@keyframes ImgAnime {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25% {
    opacity: 1;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}

.animsition-overlay-slide {
  background: none !important;
}

/*ブラウザにやさしくスクロールで画面に入った要素にアニメーション*/
/* 3 つのサンプル共通 */
.sample {
  overflow: hidden;
  position: relative;
}

.sample img {
  display: block;
  height: auto;
  margin: 0 auto;
}

.left_img img {
  margin: inherit !important;
}

.sample02 {
  overflow: hidden;
}

.sample02 img {
  display: block;
  height: auto;
}

/* 1 つ目のサンプル */
@media screen and (min-width: 834px) {
  .sample-one.sample-animation img {
    -webkit-animation: sample-one 1s cubic-bezier(0.4, 0, 0.2, 1);
            animation: sample-one 1s cubic-bezier(0.4, 0, 0.2, 1);
  }
}

.sample-one img {
  opacity: 0;
}

@-webkit-keyframes sample-one {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2) translateY(24px);
            transform: scale(1.2) translateY(24px);
  }
  32% {
    opacity: 0;
    -webkit-transform: scale(1.2) translateY(24px);
            transform: scale(1.2) translateY(24px);
  }
}

@keyframes sample-one {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2) translateY(24px);
            transform: scale(1.2) translateY(24px);
  }
  32% {
    opacity: 0;
    -webkit-transform: scale(1.2) translateY(24px);
            transform: scale(1.2) translateY(24px);
  }
}

/* 2 つ目のサンプル */
.sample-second.sample-animation {
  -webkit-animation: sample-second-img 2s cubic-bezier(0.4, 0, 0.2, 1);
          animation: sample-second-img 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.sample-second.sample-animation:before {
  -webkit-animation: sample-second-before 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: sample-second-before 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.sample-second:before {
  background: #000;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 100%;
}

@-webkit-keyframes sample-second-img {
  0% {
    opacity: 0;
  }
}

@keyframes sample-second-img {
  0% {
    opacity: 0;
  }
}

@-webkit-keyframes sample-second-before {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes sample-second-before {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

/* 3 つ目のサンプル */
.sample-third.sample-animation:before,
.sample-third.sample-animation:after {
  -webkit-animation: 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #000;
  bottom: 0;
  content: '';
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 1;
}

.sample-third.sample-animation:before {
  -webkit-animation-name: sample-third-before;
          animation-name: sample-third-before;
  left: 0;
  right: 50%;
}

.sample-third.sample-animation:after {
  -webkit-animation-name: sample-third-after;
          animation-name: sample-third-after;
  left: 50%;
  right: 0;
}

.sample-third img {
  opacity: 0;
}

@-webkit-keyframes sample-third-before {
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes sample-third-before {
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@-webkit-keyframes sample-third-after {
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes sample-third-after {
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.sample-animation img {
  opacity: 1 !important;
}

/**/
.glitch {
  font-size: 2.4em !important;
  color: white;
  position: relative;
  margin: 0 auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.glitch:hover {
  color: #c31c2c;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.glitch:hover:before, .glitch:hover:after {
  color: #c31c2c !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@-webkit-keyframes noise-anim {
  0% {
    clip: rect(65px, 9999px, 16px, 0);
  }
  5% {
    clip: rect(32px, 9999px, 100px, 0);
  }
  10% {
    clip: rect(9px, 9999px, 94px, 0);
  }
  15% {
    clip: rect(24px, 9999px, 36px, 0);
  }
  20% {
    clip: rect(78px, 9999px, 95px, 0);
  }
  25% {
    clip: rect(74px, 9999px, 47px, 0);
  }
  30% {
    clip: rect(67px, 9999px, 66px, 0);
  }
  35% {
    clip: rect(24px, 9999px, 49px, 0);
  }
  40% {
    clip: rect(32px, 9999px, 49px, 0);
  }
  45% {
    clip: rect(10px, 9999px, 88px, 0);
  }
  50% {
    clip: rect(9px, 9999px, 22px, 0);
  }
  55% {
    clip: rect(95px, 9999px, 55px, 0);
  }
  60% {
    clip: rect(57px, 9999px, 71px, 0);
  }
  65% {
    clip: rect(38px, 9999px, 92px, 0);
  }
  70% {
    clip: rect(1px, 9999px, 50px, 0);
  }
  75% {
    clip: rect(81px, 9999px, 34px, 0);
  }
  80% {
    clip: rect(15px, 9999px, 63px, 0);
  }
  85% {
    clip: rect(95px, 9999px, 98px, 0);
  }
  90% {
    clip: rect(81px, 9999px, 5px, 0);
  }
  95% {
    clip: rect(64px, 9999px, 9px, 0);
  }
  100% {
    clip: rect(98px, 9999px, 68px, 0);
  }
}

@keyframes noise-anim {
  0% {
    clip: rect(65px, 9999px, 16px, 0);
  }
  5% {
    clip: rect(32px, 9999px, 100px, 0);
  }
  10% {
    clip: rect(9px, 9999px, 94px, 0);
  }
  15% {
    clip: rect(24px, 9999px, 36px, 0);
  }
  20% {
    clip: rect(78px, 9999px, 95px, 0);
  }
  25% {
    clip: rect(74px, 9999px, 47px, 0);
  }
  30% {
    clip: rect(67px, 9999px, 66px, 0);
  }
  35% {
    clip: rect(24px, 9999px, 49px, 0);
  }
  40% {
    clip: rect(32px, 9999px, 49px, 0);
  }
  45% {
    clip: rect(10px, 9999px, 88px, 0);
  }
  50% {
    clip: rect(9px, 9999px, 22px, 0);
  }
  55% {
    clip: rect(95px, 9999px, 55px, 0);
  }
  60% {
    clip: rect(57px, 9999px, 71px, 0);
  }
  65% {
    clip: rect(38px, 9999px, 92px, 0);
  }
  70% {
    clip: rect(1px, 9999px, 50px, 0);
  }
  75% {
    clip: rect(81px, 9999px, 34px, 0);
  }
  80% {
    clip: rect(15px, 9999px, 63px, 0);
  }
  85% {
    clip: rect(95px, 9999px, 98px, 0);
  }
  90% {
    clip: rect(81px, 9999px, 5px, 0);
  }
  95% {
    clip: rect(64px, 9999px, 9px, 0);
  }
  100% {
    clip: rect(98px, 9999px, 68px, 0);
  }
}

.glitch:after {
  text-align: center;
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 2px;
  right: 0;
  bottom: 0;
  margin: auto;
  text-shadow: -1px 0 red;
  color: white;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
}

@-webkit-keyframes noise-anim-2 {
  0% {
    clip: rect(71px, 9999px, 100px, 0);
  }
  5% {
    clip: rect(98px, 9999px, 94px, 0);
  }
  10% {
    clip: rect(47px, 9999px, 21px, 0);
  }
  15% {
    clip: rect(3px, 9999px, 2px, 0);
  }
  20% {
    clip: rect(8px, 9999px, 49px, 0);
  }
  25% {
    clip: rect(78px, 9999px, 38px, 0);
  }
  30% {
    clip: rect(50px, 9999px, 52px, 0);
  }
  35% {
    clip: rect(57px, 9999px, 36px, 0);
  }
  40% {
    clip: rect(85px, 9999px, 66px, 0);
  }
  45% {
    clip: rect(58px, 9999px, 96px, 0);
  }
  50% {
    clip: rect(72px, 9999px, 4px, 0);
  }
  55% {
    clip: rect(25px, 9999px, 38px, 0);
  }
  60% {
    clip: rect(27px, 9999px, 38px, 0);
  }
  65% {
    clip: rect(85px, 9999px, 28px, 0);
  }
  70% {
    clip: rect(80px, 9999px, 29px, 0);
  }
  75% {
    clip: rect(54px, 9999px, 80px, 0);
  }
  80% {
    clip: rect(20px, 9999px, 73px, 0);
  }
  85% {
    clip: rect(86px, 9999px, 74px, 0);
  }
  90% {
    clip: rect(67px, 9999px, 97px, 0);
  }
  95% {
    clip: rect(2px, 9999px, 84px, 0);
  }
  100% {
    clip: rect(66px, 9999px, 98px, 0);
  }
}

@keyframes noise-anim-2 {
  0% {
    clip: rect(71px, 9999px, 100px, 0);
  }
  5% {
    clip: rect(98px, 9999px, 94px, 0);
  }
  10% {
    clip: rect(47px, 9999px, 21px, 0);
  }
  15% {
    clip: rect(3px, 9999px, 2px, 0);
  }
  20% {
    clip: rect(8px, 9999px, 49px, 0);
  }
  25% {
    clip: rect(78px, 9999px, 38px, 0);
  }
  30% {
    clip: rect(50px, 9999px, 52px, 0);
  }
  35% {
    clip: rect(57px, 9999px, 36px, 0);
  }
  40% {
    clip: rect(85px, 9999px, 66px, 0);
  }
  45% {
    clip: rect(58px, 9999px, 96px, 0);
  }
  50% {
    clip: rect(72px, 9999px, 4px, 0);
  }
  55% {
    clip: rect(25px, 9999px, 38px, 0);
  }
  60% {
    clip: rect(27px, 9999px, 38px, 0);
  }
  65% {
    clip: rect(85px, 9999px, 28px, 0);
  }
  70% {
    clip: rect(80px, 9999px, 29px, 0);
  }
  75% {
    clip: rect(54px, 9999px, 80px, 0);
  }
  80% {
    clip: rect(20px, 9999px, 73px, 0);
  }
  85% {
    clip: rect(86px, 9999px, 74px, 0);
  }
  90% {
    clip: rect(67px, 9999px, 97px, 0);
  }
  95% {
    clip: rect(2px, 9999px, 84px, 0);
  }
  100% {
    clip: rect(66px, 9999px, 98px, 0);
  }
}

.glitch:before {
  text-align: center;
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 2px;
  right: 0;
  bottom: 0;
  margin: auto;
  text-shadow: 1px 0 blue;
  color: white;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse;
}

/**/
section {
  background-size: cover;
  background-position: 50% 50%;
  display: block;
}

section.stuck + section:not(.stuck) {
  -webkit-box-shadow: 0 -3px 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 -3px 20px rgba(0, 0, 0, 0.5);
}

section:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

section:nth-child(1) {
  text-align: center;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}

section:nth-child(2) {
  position: relative;
}

section:nth-child(2):before {
  display: none;
}

section:nth-child(3):before {
  display: none;
}

section:nth-child(4):before {
  display: none;
}

/**/
.inview {
  position: relative;
  overflow: hidden;
}

.inview::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #c31c2c;
  position: absolute;
  left: -100%;
  top: 0;
  -webkit-transition: .8s;
  transition: .8s;
}

.inview img {
  opacity: 0;
  -webkit-transition: .2s .2s;
  transition: .2s .2s;
}

/* 可視範囲に入ったとき */
.inview.show::after {
  left: 100%;
}

.inview.show img {
  opacity: 1;
}

.fade-in {
  background: #000;
  opacity: 0 !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

textarea {
  min-height: 240px !important;
}

header#global_header {
  max-width: 100%;
}

#header {
  background: #fafafa !important;
  padding: 0 10px;
}

.header_container {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.header_container .col_01 {
  width: 50%;
  text-align: left;
  padding-left: 10px;
}

.header_container .col_02 {
  width: 50%;
  text-align: right;
  padding-right: 10px;
}

@media screen and (max-width: 834px) {
  .header_container .col_02 {
    display: none;
  }
}

#nav_global {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  z-index: 9999;
}

#nav_global ul {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#nav_global ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  /*ドロップダウン基準点*/
}

#nav_global ul li a {
  color: #fff !important;
  display: inline-block;
  font-family: "Montserrat", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
}

#nav_global ul li a::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#nav_global ul li a:hover {
  cursor: pointer;
}

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

#mainArea {
  position: relative;
}

#mainArea .slider img {
  width: 100%;
  margin-left: 0 !important;
  height: 100vh !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1200px) {
  #mainArea .slider img {
    height: 80vh !important;
  }
}

@media screen and (max-width: 834px) {
  #mainArea .slider img {
    height: 60vh !important;
  }
}

@media screen and (max-width: 640px) {
  #mainArea .slider img {
    height: 100vh !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    font-family: "object-fit: cover!important;";
  }
}

#mainArea h1 {
  position: absolute;
  bottom: 80px;
  right: 100px;
  font-size: 4em;
  color: #fff;
  text-align: left;
}

@media screen and (max-width: 1200px) {
  #mainArea h1 {
    bottom: 40px;
    right: 40px;
    font-size: 3.2em;
  }
}

@media screen and (max-width: 834px) {
  #mainArea h1 {
    bottom: 20px;
    font-size: 2.8em;
  }
}

@media screen and (max-width: 640px) {
  #mainArea h1 {
    bottom: 0;
    font-size: 3em;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 521px) {
  #mainArea h1 {
    font-size: 2.8em;
  }
}

.bx-wrapper img {
  width: 100%;
}

/**/
#nav_global02 {
  display: none !important;
}

@media screen and (max-width: 834px) {
  #nav_global02 {
    display: block;
  }
}

@media screen and (max-width: 834px) {
  #nav_global {
    display: none !important;
  }
}

#global_footer {
  background: none !important;
}

#footer {
  background: url(../images/home/footer_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 20px;
  position: relative;
  background-attachment: fixed;
}

@media screen and (max-width: 834px) {
  #footer {
    background-attachment: scroll;
  }
}

@media screen and (max-width: 640px) {
  #footer {
    padding: 100px 20px;
  }
}

#footer:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 1px;
  height: 70%;
  margin: auto;
}

@media screen and (max-width: 640px) {
  #footer:after {
    display: none;
  }
}

.footer_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .footer_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer_container .col_03 {
  color: #fff;
  width: 50%;
}

@media screen and (max-width: 640px) {
  .footer_container .col_03 {
    width: 100%;
    margin-bottom: 40px;
  }
}

.footer_container .col_03 .f_logo {
  margin-bottom: 30px;
}

.footer_container .col_03 .f_address {
  margin-bottom: 10px;
}

.footer_container .col_04 {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .footer_container .col_04 {
    width: 100%;
  }
}

.nav_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.nav_footer li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 834px) {
  .nav_footer li {
    border-radius: 5px;
    padding: 10px;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    background: #fff;
    border-bottom: 4px solid #eee;
    border-radius: 3px;
  }
  .nav_footer li:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    /*下に動く*/
    border-bottom: none;
    /*線を消す*/
  }
}

.nav_footer a {
  display: block;
  color: #fff !important;
  font-family: "Montserrat", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 25px;
}

@media screen and (max-width: 834px) {
  .nav_footer a {
    color: #000 !important;
    margin-bottom: 0;
  }
}

.nav_footer .last {
  margin-bottom: 0;
}

#copyright {
  color: #fff;
  font-weight: 500;
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  #copyright {
    padding: 10px 0 12px;
  }
}

#contents_wrap {
  width: 1200px !important;
  max-width: 100%;
  min-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

#contents_wrap .inner {
  padding: 0 20px;
}

/* home */
h1, h2, h3 {
  text-shadow: 0px 0px 10px #555;
  font-family: "Sorts Mill Goudy", serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.goudy {
  font-family: "Sorts Mill Goudy", serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.goudy div {
  font-family: "Sorts Mill Goudy", serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.h_h2 h2 {
  text-shadow: none !important;
  color: #c31c2c;
  font-size: 2.6em;
  margin-bottom: 20px;
}

.h_h2 h2 b {
  font-size: 0.5em;
  padding-left: 60px;
}

@media screen and (max-width: 834px) {
  .h_h2 h2 b {
    font-size: 0.45em;
    padding-left: 0;
    display: block;
    margin-top: -20px;
  }
}

.txt div {
  color: #fff;
}

.h_rel {
  position: relative;
}

.h_rel02 {
  position: relative;
}

.mono01 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
}

.mono01 img {
  margin-left: 0 !important;
  width: 1400px !important;
  max-width: 100%;
}

@media screen and (max-width: 1200px) {
  .mono01 img {
    width: 80% !important;
  }
}

.mono02 {
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.slideup {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: 2s;
  transition: 2s;
  opacity: 0;
}

.move {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: 2s;
  transition: 2s;
  opacity: 1;
}

.h_h202 {
  position: absolute;
  bottom: 320px;
  right: 0;
  margin: auto;
  z-index: 999;
}

@media screen and (max-width: 1000px) {
  .h_h202 {
    bottom: 100px;
  }
}

.h_h202 h2 {
  color: #fff;
  font-size: 5em;
  margin-bottom: 15px;
}

@media screen and (max-width: 1000px) {
  .h_h202 h2 {
    font-size: 4em;
  }
}

@media screen and (max-width: 640px) {
  .h_h202 h2 {
    font-size: 3.5em;
  }
}

.h_h202 h2:after {
  content: "";
  background: #c9c9c9;
  height: 10px;
  width: 200px;
  position: absolute;
  top: 200px;
  right: 0;
}

@media screen and (max-width: 1000px) {
  .h_h202 h2:after {
    top: 150px;
  }
}

.h_h203 {
  position: absolute;
  bottom: 180px;
  left: 0;
  margin: auto;
  z-index: 999;
}

@media screen and (max-width: 1000px) {
  .h_h203 {
    bottom: 100px;
  }
}

.h_h203 h2 {
  color: #fff;
  font-size: 5em;
  margin-bottom: 15px;
}

@media screen and (max-width: 1000px) {
  .h_h203 h2 {
    font-size: 4em;
  }
}

@media screen and (max-width: 640px) {
  .h_h203 h2 {
    font-size: 3.5em;
  }
}

.h_h203 h2:after {
  content: "";
  background: #c9c9c9;
  height: 10px;
  width: 200px;
  position: absolute;
  top: 200px;
  left: 0;
}

@media screen and (max-width: 1000px) {
  .h_h203 h2:after {
    top: 150px;
  }
}

.h_flex .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.h_flex .herf {
  width: 48%;
}

.h_flex h2 {
  bottom: 150px;
  right: 0;
  margin-bottom: 0;
  font-size: 4em;
}

@media screen and (max-width: 1000px) {
  .h_flex h2 {
    font-size: 3em;
    bottom: 80px;
  }
}

@media screen and (max-width: 640px) {
  .h_flex h2 {
    font-size: 2.5em;
  }
}

.h_flex h2:after {
  width: 160px;
  top: 150px;
}

@media screen and (max-width: 1000px) {
  .h_flex h2:after {
    width: 120px;
    top: 110px;
  }
}

@media screen and (max-width: 640px) {
  .h_flex .img90 img {
    height: 30vh !important;
  }
}

.img90 img {
  width: 90% !important;
  margin-right: 10% !important;
}

@media screen and (max-width: 640px) {
  .img90 img {
    height: 60vh !important;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.img90_02 img {
  width: 90% !important;
  margin-left: 10% !important;
}

@media screen and (max-width: 640px) {
  .img90_02 img {
    height: 60vh !important;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.btn_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 640px) {
  .btn_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.btn_flex a {
  width: 48%;
  position: relative;
  margin-bottom: 2% !important;
  margin: 0 1%;
  display: block;
}

@media screen and (max-width: 640px) {
  .btn_flex a {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px !important;
  }
}

.btn_flex a b {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
}

.btn_flex b {
  font-family: "Sorts Mill Goudy", serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  font-weight: inherit;
  font-size: 1.8em;
  display: block;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-shadow: 0px 0px 10px #555;
}

@media screen and (max-width: 834px) {
  .btn_flex b {
    font-size: 1.4em;
  }
}

/* アニメーション設定 */
.arrowWrap {
  height: 200px;
}

.arrow {
  width: 2px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #000;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -120px;
  margin: auto;
  overflow: hidden;
}

.arrow::before {
  content: '';
  width: 2px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #fff;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}

.contents_h2 {
  margin-bottom: 40px;
}

.contents_h2 h2 {
  font-size: 1.8em;
}

.contents_h2 b {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-weight: inherit;
  font-size: 1.4em;
}

.contents_h2 p {
  font-family: "Sorts Mill Goudy", serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1em;
}

.c_list li {
  float: none !important;
}

.c_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .c_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c_flex .txt {
  background: #000;
}

.c_flex .txt div {
  font-weight: 300;
}

.c_flex .box02, .c_flex .box03 {
  width: 48%;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .c_flex .box02, .c_flex .box03 {
    width: 100%;
  }
}

.c_flex .box02 img, .c_flex .box03 img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit:contain;";
}

.c_flex .box02 h3, .c_flex .box03 h3 {
  font-size: 1.4em;
  border-bottom: 1px solid;
  margin-bottom: -15px;
}

.c_flex .box02 tr, .c_flex .box03 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  .c_flex .box02 tr, .c_flex .box03 tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c_flex .box02 tr td, .c_flex .box03 tr td {
  width: 48%;
  display: block;
}

@media screen and (max-width: 1000px) {
  .c_flex .box02 tr td, .c_flex .box03 tr td {
    width: 100%;
    height: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .c_flex .box02 {
    height: 80%;
  }
}

.c_flex .box02 b {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-weight: inherit;
}

.c_flex .box02 img {
  height: 80% !important;
  width: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit:contain;";
}

.c_flex .box02 tr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.c_flex .box02 td {
  display: block;
}

.c_flex .box02 td:nth-child(odd) {
  width: 28%;
}

@media screen and (max-width: 640px) {
  .c_flex .box02 td:nth-child(odd) {
    width: 38%;
  }
}

.c_flex .box02 td:nth-child(even) {
  width: 68%;
}

@media screen and (max-width: 640px) {
  .c_flex .box02 td:nth-child(even) {
    width: 58%;
  }
}

@media screen and (max-width: 640px) {
  .c_flex .box02 h3 {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 640px) {
  .c_flex .box02 div {
    font-size: .8em;
  }
}

.box03 h3 {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
}

.kakomi {
  width: 48%;
}

@media screen and (max-width: 834px) {
  .kakomi {
    width: 100%;
  }
}

.img_flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .img_flex {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

@media screen and (max-width: 640px) {
  .img_flex .box {
    width: 100% !important;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
  .gallery01 {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

@media screen and (max-width: 640px) {
  .gallery01 .box {
    width: 46% !important;
    margin: 0 2%;
  }
}

.glitch {
  margin-bottom: 20px;
}

.glitch:hover {
  color: #c31c2c;
}

.white a {
  display: block;
  position: relative;
}

.white h2 {
  color: #fff !important;
  -webkit-transition: all .5s;
  transition: all .5s;
  font-size: 2.8em;
}

@media screen and (max-width: 640px) {
  .white h2 {
    font-size: 2.6em;
  }
}

.white h2:hover {
  color: #c31c2c !important;
}

.white span {
  color: #fff !important;
  position: absolute;
  top: 0;
  bottom: 10px;
  right: 0;
  left: 350px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 1em;
  font-family: "Sorts Mill Goudy", serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4em;
}

@media screen and (max-width: 640px) {
  .white span {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 640px) {
  .bn_tbl td:nth-child(odd) {
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 640px) {
  .bn_tbl td:nth-child(even) {
    padding-bottom: 30px !important;
  }
}

.fancybox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fancybox .box {
  margin-bottom: 20px;
}

.c_table {
  width: 70%;
  margin: 0 auto !important;
}

@media screen and (max-width: 1200px) {
  .c_table {
    width: 80%;
  }
}

@media screen and (max-width: 834px) {
  .c_table {
    width: 100%;
  }
}

.c_table td {
  background: #ccc;
  border: 1px solid #333 !important;
  padding: 10px !important;
  color: #000;
}

.c_table02 {
  width: 70%;
}

@media screen and (max-width: 1200px) {
  .c_table02 {
    width: 80%;
  }
}

@media screen and (max-width: 834px) {
  .c_table02 {
    width: 100%;
  }
}

.c_table02 td {
  background: none !important;
  padding: 10px !important;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .c_table02 td {
    text-align: center !important;
  }
}

.tbl_txt {
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .tbl_txt {
    width: 80%;
  }
}

@media screen and (max-width: 834px) {
  .tbl_txt {
    width: 100%;
  }
}

.tbl_txt b {
  font-family: 'Allura', cursive;
  font-weight: inherit;
  font-size: 2em;
}

.c_flex02 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .c_flex02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 640px) {
  .c_flex02 .box {
    width: 45% !important;
    margin: 10px;
  }
}

.imfl_03 {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.imfl_03 .box {
  margin: 0 1.5%;
}

@media screen and (max-width: 640px) {
  .imfl_03 .box:nth-child(1) {
    margin: 0 2%;
    margin-bottom: 3%;
  }
}

.c_flex03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .c_flex03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c_flex03 .box {
  width: 30%;
}

@media screen and (max-width: 640px) {
  .c_flex03 .box {
    width: 100%;
  }
}

.c_flex03 h3 {
  font-size: 1.4em;
  border-bottom: 1px solid;
}

.c_flex03 b {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-weight: inherit;
  font-size: 1.4em;
}

.c_flex03 img {
  width: 80% !important;
  margin: 30px 0;
}

p.annot {
  margin: 20px 0;
  color: #ffffff !important;
  text-align: left !important;
}

.form_wrap dt {
  border: 1px solid #333 !important;
  background-color: #000 !important;
}

.form_wrap dl:last-of-type dt {
  border-bottom: none !important;
}

.center a {
  color: #ccc !important;
  text-decoration: none;
  font-weight: 600;
}

.drink_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .drink_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.drink_flex img {
  width: 35% !important;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

@media screen and (max-width: 640px) {
  .drink_flex img {
    width: 100% !important;
    margin-bottom: 20px;
  }
}

.drink_flex div {
  width: 60%;
}

@media screen and (max-width: 640px) {
  .drink_flex div {
    width: 100% !important;
  }
}

.drink_flex h3 {
  font-size: 1.4em;
}

.drink_flex h3 b {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif !important;
}

.drink_flex b {
  font-weight: inherit;
}

.mt20 {
  margin-top: 20px !important;
}

.kakomi03 {
  border: double 4px #fff;
  padding: 50px;
}

.kakomi03 h3 {
  font-size: 1.4em;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: -15px;
}

.f_flex {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

@media screen and (max-width: 834px) {
  .f_flex {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.f_flex .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.6em;
}

.f_flex .box:nth-child(odd) {
  background: #ccc;
  color: #000;
  padding: 10px;
}

@media screen and (max-width: 1000px) {
  .f_flex .box:nth-child(odd) {
    width: 14% !important;
  }
}

@media screen and (max-width: 834px) {
  .f_flex .box:nth-child(odd) {
    width: 100% !important;
  }
}

.f_flex .box:nth-child(even) {
  width: 8% !important;
}

@media screen and (max-width: 1000px) {
  .f_flex .box:nth-child(even) {
    width: 6% !important;
  }
}

@media screen and (max-width: 834px) {
  .f_flex .box:nth-child(even) {
    width: 100% !important;
  }
}

.f_flex .box div {
  width: 100%;
}

/**/
.cp_arrows *, .cp_arrows *:before, .cp_arrows *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_arrows {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .cp_arrows {
    height: 120px;
  }
}

.cp_arrows .cp_arrow {
  display: block;
  width: 100%;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-animation: arrow-move06 2s 1s ease-in-out infinite;
  animation: arrow-move06 2s 1s ease-in-out infinite;
  text-decoration: none;
  color: #c31c2c !important;
  border-color: #c31c2c;
}

.cp_arrows .cp_arrow:before {
  font-size: 3em;
  line-height: 1.9em;
  position: absolute;
  top: 0;
  left: -10px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2em;
  height: 2em;
  content: '▼';
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

@media screen and (max-width: 1000px) {
  .cp_arrows .cp_arrow:before {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 834px) {
  .cp_arrows .cp_arrow:before {
    font-size: 4em;
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.cp_arrows .cp_arrow:hover {
  color: #ec407a;
}

/**/
.txt01 div, .txt02 div {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-size: 1.3em;
}

@media screen and (max-width: 640px) {
  .txt01 div, .txt02 div {
    font-size: 1.2em;
    text-align: left !important;
  }
}

.txt01 b, .txt02 b {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-weight: inherit;
}

.img70 img {
  width: 70% !important;
}

@media screen and (max-width: 640px) {
  .img70 img {
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .co_spbg {
    background-image: url(../images/contents/coordinate_bg_sp.jpg) !important;
    background-size: cover;
  }
}

@media screen and (max-width: 640px) {
  .ot_spbg {
    background-image: url(../images/contents/other_bg_sp.jpg) !important;
    background-size: cover;
  }
}

@media screen and (max-width: 640px) {
  .op_spbg {
    background-image: url(../images/contents/option_bg_sp.jpg) !important;
    background-size: cover;
  }
}

@media screen and (max-width: 640px) {
  .con_spbg {
    background-image: url(../images/contents/contact_bg_sp.jpg) !important;
    background-size: cover;
  }
}

/* title */
.form_wrap dt {
  border: none !important;
}
/*# sourceMappingURL=common.css.map */