@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url("https://fonts.googleapis.com/css?family=Oswald:400,500&display=swap");
@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSans/NotoSansR.woff") format("woff");
}

@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSans/NotoSansM.woff") format("woff");
}

@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSans/NotoSansB.woff") format("woff");
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #262626;
  font-family: "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体",
    YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  word-wrap: break-word;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

a {
  text-decoration: none;
}

figure {
  padding: 0;
  margin: 0;
}

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

.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;
}

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

@media screen and (max-width: 1000px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

.link1 a {
  color: #f11829;
  font-weight: bold;
}

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

#contents {
  padding: 0;
  max-width: 100%;
}

#main {
  max-width: 100%;
  width: 100%;
}

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

#main #col_main {
  width: 100%;
}

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

@media screen and (max-width: 1000px) {
  #side {
    width: 18.75%;
  }
}

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

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

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

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
  padding: 15px !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;
}

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

span {
  font-weight: inherit;
}

.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;
}

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

.textWhite {
  color: #fff;
}

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

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

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 1000px) {
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#contents {
  max-width: 1000px;
  width: 100%;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

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

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}

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

.gothic {
  font-family: "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体",
    YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

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

.dsnone {
  display: none;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}

.modaal-close::before,
.modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  text-indent: 0;
}

.bt_send {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.annot {
  display: none;
}

@media screen and (max-width: 640px) {
  .spLeft {
    text-align: left !important;
  }
  .spLeft div {
    text-align: left !important;
  }
}

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

#header {
  width: 100%;
}

#header_inner_wrap {
  background: #fff;
  border-top: 5px solid #f11829;
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#header_inner_wrap.hide {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

#header_inner_wrap > p {
  max-width: 1000px;
  margin: 5px auto;
  font-size: 1.3rem;
  text-align: right;
  line-height: 1;
}

@media screen and (max-width: 1000px) {
  #header_inner_wrap > p {
    padding: 0 20px;
  }
}

@media screen and (max-width: 640px) {
  #header_inner_wrap > p {
    padding: 0 10px;
    margin-bottom: 10px;
  }
}

#header_inner {
  padding: 0 0 22px;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  #header_inner {
    padding: 0 20px 22px;
  }
}

@media screen and (max-width: 834px) {
  #header_inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

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

@media screen and (max-width: 834px) {
  #header_inner #siteID {
    margin-right: auto;
  }
}

@media screen and (max-width: 375px) {
  #header_inner #siteID {
    width: 45%;
  }
}

.h_contact .contact_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 834px) {
  .h_contact .contact_wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 10px;
  }
}

.h_contact .contact_wrap .telwrap {
  line-height: 1;
  text-align: right;
  margin-right: 20px;
}

@media screen and (max-width: 640px) {
  .h_contact .contact_wrap .telwrap {
    margin-right: 10px;
  }
}

.h_contact .contact_wrap .telwrap i {
  margin-right: 3px;
  font-size: 2.6rem;
  position: relative;
  top: -1px;
}

@media screen and (max-width: 640px) {
  .h_contact .contact_wrap .telwrap i {
    font-size: 2.4rem;
    margin-right: 0;
  }
}

.h_contact .contact_wrap .telwrap .call {
  font-family: "Oswald", "NotoSans", sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 640px) {
  .h_contact .contact_wrap .telwrap .call {
    color: #fff;
    background: #2e30a6;
    width: 44px;
    height: 44px;
    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;
    border-radius: 3px;
  }
}

.h_contact .contact_wrap .telwrap .call a {
  color: #262626;
}

@media screen and (max-width: 640px) {
  .h_contact .contact_wrap .telwrap .call a {
    color: #fff;
    background: #2e30a6;
    display: block;
  }
}

.h_contact .contact_wrap .telwrap .call span {
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 640px) {
  .h_contact .contact_wrap .telwrap .call span {
    display: none;
  }
}

.h_contact .contact_wrap .telwrap p {
  font-size: 1.4rem;
  margin-top: 5px;
}

@media screen and (max-width: 640px) {
  .h_contact .contact_wrap .telwrap p {
    display: none;
  }
}

.h_contact .contact_wrap .telwrap p span {
  font-size: 1.2rem;
  background: #262626;
  color: #fff;
  display: inline-block;
  padding: 4px;
  border-radius: 3px;
  margin-right: 5px;
}

.h_contact .contact_wrap .h_btn a {
  color: #262626;
  background: #fedd16;
  line-height: 1;
  border-radius: 3px;
  padding: 18px 40px;
  display: block;
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 834px) {
  .h_contact .contact_wrap .h_btn a {
    width: 44px;
    height: 44px;
    padding: 0;
    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;
  }
}

.h_contact .contact_wrap .h_btn a:hover {
  background: #a6111d;
  color: #fff;
}

.h_contact .contact_wrap .h_btn a i {
  margin-right: 5px;
}

@media screen and (max-width: 834px) {
  .h_contact .contact_wrap .h_btn a i {
    margin-right: 0;
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 834px) {
  .h_contact .contact_wrap .h_btn a span {
    display: none;
  }
}

#nav_global {
  width: 100%;
  background: #f11829;
}

@media screen and (max-width: 834px) {
  #nav_global {
    width: auto;
    background: none;
  }
}

#nav_global > ul {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

#nav_global > ul > li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}

#nav_global > ul > li::before {
  content: "";
  width: 1px;
  height: 30px;
  border-left: 1px solid #fedd16;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#nav_global > ul > li ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #f11829;
  width: 100%;
}

#nav_global > ul > li:last-child::after {
  content: "";
  width: 1px;
  height: 30px;
  border-left: 1px solid #fedd16;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#nav_global > ul > li a {
  color: #fff;
  display: block;
  padding: 19px 0;
  line-height: 1;
  -webkit-transition: .5s;
  transition: .5s;
}

#nav_global > ul > li a:hover {
  background: #fedd16;
  color: #262626;
}

#mainArea {
  width: 100% !important;
  position: relative;
}

#mainArea .slick-prev,
#mainArea .slick-next {
  display: none !important;
}

#mainArea ul li img {
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  #mainArea {
    width: auto !important;
  }
}

#mainArea .mainText {
  position: absolute;
  left: calc(2.4rem + ((1vw - 1rem) * 32.6087));
  top: 15%;
  text-align: left;
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 1000px) {
  #mainArea .mainText {
    left: 20px;
  }
}

@media screen and (max-width: 480px) {
  #mainArea .mainText {
    left: 10px;
  }
}

#mainArea .mainText p {
  font-size: 4.8rem;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 2;
  text-align: right;
  display: inline-block;
  padding: 15px 25px;
  line-height: 1;
  background: rgba(0, 0, 0, 0.75);
  letter-spacing: 0.025em;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  font-size: calc(3.2rem + ((1vw - 1rem) * 1.7391));
}

@media screen and (max-width: 1000px) {
  #mainArea .mainText p {
    font-size: calc(1.6rem + ((1vw - 0.32rem) * 2.3529));
  }
}

@media screen and (max-width: 480px) {
  #mainArea .mainText p {
    padding: 10px 15px;
  }
}

#mainArea .mainText p:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  #mainArea .mainText p:not(:last-child) {
    margin-bottom: 5px;
  }
}

#mainArea .mainText2 {
  position: absolute;
  right: calc(2.4rem + ((1vw - 1rem) * 32.6087));
  bottom: 15%;
  text-align: left;
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 1000px) {
  #mainArea .mainText2 {
    right: 20px;
    bottom: 10%;
  }
}

@media screen and (max-width: 480px) {
  #mainArea .mainText2 {
    right: 10px;
  }
}

#mainArea .mainText2 p {
  font-size: 4.8rem;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 2;
  text-align: right;
  display: inline-block;
  padding: 15px 25px;
  line-height: 1;
  background: rgba(0, 0, 0, 0.75);
  letter-spacing: 0.025em;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  font-size: calc(3.2rem + ((1vw - 1rem) * 1.7391));
}

@media screen and (max-width: 1000px) {
  #mainArea .mainText2 p {
    font-size: calc(1.6rem + ((1vw - 0.32rem) * 2.3529));
  }
}

@media screen and (max-width: 480px) {
  #mainArea .mainText2 p {
    padding: 10px 15px;
  }
}

#mainArea .mainText2 p:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  #mainArea .mainText2 p:not(:last-child) {
    margin-bottom: 5px;
  }
}

#subArea {
  background-size: cover;
  background-position: 50% 50%;
}

@media screen and (max-width: 1000px) {
  #subArea {
    padding: 0 20px;
  }
}

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

#subArea .h1Wrap {
  max-width: 1000px;
  margin: 0 auto;
  height: 300px;
  position: relative;
}

@media screen and (max-width: 640px) {
  #subArea .h1Wrap {
    height: 260px;
  }
}

@media screen and (max-width: 480px) {
  #subArea .h1Wrap {
    height: 220px;
  }
}

@media screen and (max-width: 375px) {
  #subArea .h1Wrap {
    height: 200px;
  }
}

@media screen and (max-width: 320px) {
  #subArea .h1Wrap {
    height: 180px;
  }
}

#subArea h1 {
  font-size: 4.2rem;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 834px) {
  #subArea h1 {
    font-size: calc(3.2rem + ((1vw - 0.32rem) * (100 * 10 / (834 - 320))));
  }
}

#pankuzuWrap {
  background: #f3f3f3;
}

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

#pankuzuWrap .pankuzu {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 1.3rem;
  padding: 5px 0;
  text-align: right;
}

#sp {
  display: none;
}

@media screen and (max-width: 834px) {
  #sp {
    width: 44px;
    height: 44px;
    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;
    position: relative;
    z-index: 300;
    background: #f11829;
    border-radius: 3px;
  }
}

#nav_sp {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  z-index: 210;
}

.nav_wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  position: absolute;
  width: 100%;
}

.nav_wrap ul {
  width: 100%;
  padding: 0 20px;
}

.nav_wrap ul > li {
  opacity: 0;
  border-bottom: 1px solid #ccc;
}

.nav_wrap ul > li ul {
  background: #eee;
  margin-top: 10px;
}

.nav_wrap ul > li ul li:last-child {
  border: none;
}

@media screen and (max-width: 834px) {
  .nav_wrap ul > li {
    padding: 16px 0;
  }
}

@media screen and (max-width: 480px) {
  .nav_wrap ul > li {
    padding: 10px 0;
  }
}

@media screen and (max-width: 320px) {
  .nav_wrap ul > li {
    padding: 5px 0;
  }
}

.nav_wrap ul > li a {
  color: #000;
  display: block;
}

@media screen and (max-width: 834px) {
  .nav_wrap ul > li a {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .nav_wrap ul > li a {
    font-size: 1.6rem;
  }
}

.sp_menu {
  width: 24px;
  height: 18px;
  display: block;
  z-index: 300;
  position: relative;
  display: none;
}

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

.sp_menu div {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #fff;
}

.sp_menu div:nth-of-type(1) {
  top: 0;
}

.sp_menu div:nth-of-type(2) {
  top: 8px;
  opacity: 1;
}

.sp_menu div:nth-of-type(3) {
  bottom: 0;
}

.sp_menu.off div:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
    transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  -webkit-transition: all 0.25s 0.25s;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
    transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}

.sp_menu.on div:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
    transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
}

.sp_menu.on div:nth-of-type(2) {
  opacity: 0;
}

.sp_menu.on div:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
  animation: active-menu-bar03 0.75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
    transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
}

#footer {
  background: #f11829;
  color: #fff;
  font-size: 1.4rem;
}

#footer #footer_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  text-align: left;
}

@media screen and (max-width: 1000px) {
  #footer #footer_inner {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 834px) {
  #footer #footer_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 640px) {
  #footer #footer_inner {
    padding: 40px 10px;
  }
}

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

@media screen and (max-width: 640px) {
  .flogo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 100%;
  }
}

.flogo p {
  margin-left: 20px;
  line-height: 1.7;
}

@media screen and (max-width: 640px) {
  .flogo p {
    margin-top: 20px;
  }
}

.flogo p a {
  color: #fff;
}

.f_copy {
  background: #333;
}

.f_copy a {
  color: #fff;
  padding: 5px 0;
  display: inline-block;
}

.subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.7;
}

@media screen and (max-width: 834px) {
  .subnav {
    margin-top: 30px;
  }
}

@media screen and (max-width: 640px) {
  .subnav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}

.subnav ul:first-child {
  margin-right: 40px;
}

@media screen and (max-width: 640px) {
  .subnav ul:first-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .subnav ul {
    width: 48.5%;
  }
}

@media screen and (max-width: 640px) {
  .subnav ul li:not(:last-child) {
    margin-bottom: 5px;
  }
}

.subnav ul li a {
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

.subnav ul li a:hover {
  color: #fedd16;
}

@media screen and (max-width: 640px) {
  .subnav ul li a {
    background: #fedd16;
    display: block;
    text-align: center;
    border-radius: 3px;
    color: #262626;
    padding: 8px 0;
  }
}

@media screen and (max-width: 375px) {
  .subnav ul li a {
    font-size: 1.3rem;
  }
}

#contents_wrap {
  padding: 80px 0 0;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding: 80px 20px 0;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap {
    padding: 60px 20px 0;
  }
}

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

.inner02 {
  max-width: 1200px;
  margin: auto;
  padding-right: 100px;
}

@media screen and (max-width: 1000px) {
  .inner02 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  .inner02 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.inner02.reverse {
  padding-left: 100px;
  padding-right: 0;
}

@media screen and (max-width: 1000px) {
  .inner02.reverse {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  .inner02.reverse {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.title01 h1 {
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: bold;
}

.title01 h1:first-letter {
  color: #f11829;
}

@media screen and (max-width: 834px) {
  .title01 h1 {
    font-size: calc(2.4rem + ((1vw - 0.32rem) * (100 * 12 / (834 - 320))));
  }
}

.title01 h2 {
  font-size: 3.2rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 3px solid #fff;
  padding-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .title01 h2 {
    font-size: calc(2.2rem + ((1vw - 0.32rem) * (100 * 10 / (834 - 320))));
  }
}

.title02 article {
  text-align: center;
  position: relative;
}

.title02 article::after {
  content: "";
  width: 100%;
  height: 20px;
  background: #262626;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .title02 article::after {
    height: 10px;
  }
}

.title02 h2 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  background: #262626;
  color: #fff;
  display: inline-block;
  padding: 20px 30px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .title02 h2 {
    font-size: calc(2.2rem + ((1vw - 0.32rem) * (100 * 6 / (834 - 320))));
  }
}

.title03 h2 {
  font-family: "Oswald", "NotoSans", sans-serif;
  font-size: 3.2rem;
  color: #262626;
  border-bottom: 3px solid #262626;
  line-height: 1.4;
}

@media screen and (max-width: 834px) {
  .title03 h2 {
    font-size: calc(2.8rem + ((1vw - 0.32rem) * (100 * 4 / (834 - 320))));
  }
}

.title03 h2::first-letter {
  color: #f11829;
}

.title03 h2 span {
  font-size: 1.4rem;
  color: #565656;
  margin-left: 10px;
}

.title03.titleJP h2 {
  font-size: 2.8rem;
}

@media screen and (max-width: 834px) {
  .title03.titleJP h2 {
    font-size: calc(2.4rem + ((1vw - 0.32rem) * (100 * 4 / (834 - 320))));
  }
}

.title03 h3 {
  font-size: 2.4rem;
  color: #262626;
  border-bottom: 3px solid #262626;
  line-height: 1.4;
}

@media screen and (max-width: 834px) {
  .title03 h3 {
    font-size: calc(2.0rem + ((1vw - 0.32rem) * (100 * 4 / (834 - 320))));
  }
}

.title03 h3::first-letter {
  color: #f11829;
}

.title04 h2 {
  font-size: 2.8rem;
  color: #262626;
  border-bottom: 3px solid #262626;
  line-height: 1.4;
  padding-bottom: 5px;
}

@media screen and (max-width: 834px) {
  .title04 h2 {
    font-size: calc(2.4rem + ((1vw - 0.32rem) * (100 * 4 / (834 - 320))));
  }
}

.title04 h2 span {
  font-size: 1.4rem;
  color: #fff;
  margin-left: 10px;
  display: inline-block;
  background: #262626;
}

.title04 div {
  display: inline-block;
  background: #262626;
  color: #fff;
  border-radius: 3px;
  padding: 0 10px;
  margin-bottom: 5px;
}

.title05 h2 {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
}

.title05 h2:first-letter {
  color: #f11829;
}

@media screen and (max-width: 834px) {
  .title05 h2 {
    font-size: calc(2rem + ((1vw - 0.32rem) * (100 * 4 / (834 - 320))));
  }
}

.flex01 {
  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) {
  .flex01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.flex01 .leftArea {
  width: 56%;
}

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

.flex01 .rightArea {
  width: 40%;
}

@media screen and (max-width: 640px) {
  .flex01 .rightArea {
    width: 100%;
    margin-top: 20px;
  }
}

.flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.flex02.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .flex02.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.flex02.reverse .leftArea {
  padding: 60px 60px 80px 160px;
  margin-left: -9.09091%;
}

@media screen and (max-width: 834px) {
  .flex02.reverse .leftArea {
    padding: 45px 45px 65px 130px;
  }
}

@media screen and (max-width: 768px) {
  .flex02.reverse .leftArea {
    width: 100%;
    margin-top: 0;
    padding: 30px 30px 100px;
    margin-left: 0;
  }
}

@media screen and (max-width: 640px) {
  .flex02.reverse .leftArea {
    padding: 20px 20px 80px;
  }
}

.flex02.reverse .rightArea {
  margin-left: 0;
}

.flex02 .leftArea {
  width: 63.63636%;
  padding: 60px 160px 100px 60px;
  margin-top: -40px;
  color: #fff;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 834px) {
  .flex02 .leftArea {
    padding: 45px 130px 85px 45px;
  }
}

@media screen and (max-width: 768px) {
  .flex02 .leftArea {
    width: 100%;
    margin-top: 0;
    padding: 30px 30px 100px;
  }
}

@media screen and (max-width: 640px) {
  .flex02 .leftArea {
    padding: 20px 20px 80px;
  }
}

.flex02 .leftArea::before {
  content: "";
  background: url(../images/contents/bg01.jpg);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
}

.flex02 .leftArea::after {
  content: "";
  background: #f11829;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.flex02 .rightArea {
  width: 45.45455%;
  margin-left: -9.09091%;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .flex02 .rightArea {
    margin-left: 0;
    width: 92%;
    margin-top: -40px;
  }
  .flex02 .rightArea img {
    float: none !important;
    display: block;
    margin: auto;
  }
}

.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) {
  .flex03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.flex03 .leftArea {
  width: 48%;
}

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

.flex03 .rightArea {
  width: 48%;
}

@media screen and (max-width: 640px) {
  .flex03 .rightArea {
    width: 100%;
    margin-top: 30px;
  }
}

.gmap iframe {
  vertical-align: bottom;
}

@media screen and (max-width: 640px) {
  .gmap iframe {
    height: 200px;
  }
}

.btn a {
  color: #fff;
  border: 1px solid #fff;
  font-size: 1.8rem;
  display: block;
  padding: 15px 0;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
}

.btn a::after {
  content: "";
  width: 80px;
  height: 1px;
  border-top: 1px solid #fff;
  position: absolute;
  right: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  transition: .5s;
}

.btn a:hover {
  background: #fedd16;
  color: #262626;
  border: 1px solid #fedd16;
}

.btn a:hover::after {
  right: -55px;
  border-top: 1px solid #262626;
}

.btn.btn01 a {
  width: 280px;
}

@media screen and (max-width: 375px) {
  .btn.btn01 a {
    width: 85%;
  }
}

.btn02 a {
  background: #2e30a6;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 3px;
  display: block;
  padding: 15px 0;
  width: 280px;
  margin: auto;
}

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

.itemlist .box {
  width: 23.8%;
}

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

@media screen and (max-width: 1000px) {
  .itemlist .box img {
    height: 22.8vw !important;
  }
}

@media screen and (max-width: 768px) {
  .itemlist .box img {
    height: 45.44vw !important;
  }
}

@media screen and (max-width: 375px) {
  .itemlist .box img {
    height: 94.66vw !important;
  }
}

@media screen and (max-width: 768px) {
  .itemlist .box {
    width: 48%;
    margin-bottom: 4%;
  }
}

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

.itemlist .box h3 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 834px) {
  .itemlist .box h3 {
    font-size: 1.6rem;
  }
}

.itemlist .box div {
  font-size: 2rem;
  font-weight: bold;
  color: #f11829;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .itemlist .box div {
    font-size: 1.8rem;
  }
}

.bg_contact {
  background: url(../images/contents/bg_contact.jpg) center top no-repeat;
  background-size: cover;
  padding: 80px 0;
}

@media screen and (max-width: 640px) {
  .bg_contact {
    padding: 40px 0;
  }
}

.bg_contact h2 {
  font-size: 3.2rem;
  color: #fff;
  font-weight: bold;
}

.bg_contact h2:first-letter {
  color: #f11829;
}

@media screen and (max-width: 834px) {
  .bg_contact h2 {
    font-size: calc(2.4rem + ((1vw - 0.32rem) * (100 * 8 / (834 - 320))));
  }
}

.contactWrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.contactWrap .box {
  padding: 0 12px;
}

.contactWrap .box .call {
  color: #fff;
  font-size: 2.6rem;
  line-height: 1;
}

.contactWrap .box .call i {
  font-size: 2.4rem;
  margin-right: 5px;
}

.contactWrap .box .call a {
  color: #fff;
}

.contactWrap .box p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 8px;
}

.contactWrap .box p span {
  display: inline-block;
  font-size: 1.2rem;
  background: #f11829;
  border-radius: 3px;
  padding: 3px;
  margin-right: 5px;
}

@media screen and (max-width: 480px) {
  .contactWrap .box .c_btn {
    margin-top: 15px;
  }
}

.contactWrap .box .c_btn a {
  color: #262626;
  background: #fedd16;
  line-height: 1;
  border-radius: 3px;
  padding: 18px 40px;
  display: block;
  -webkit-transition: .5s;
  transition: .5s;
}

.contactWrap .box .c_btn a:hover {
  background: #a6111d;
  color: #fff;
}

.contactWrap .box .c_btn a i {
  margin-right: 5px;
}

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

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

.bnr01 .box {
  width: 48%;
}

@media screen and (max-width: 480px) {
  .bnr01 .box {
    width: 100%;
  }
  .bnr01 .box:not(:last-child) {
    margin-bottom: 15px;
  }
}

.news {
  max-height: 325px;
  overflow-y: auto;
}

.news dl {
  border-bottom: 1px dashed #ccc;
  padding: 15px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news dl:first-child {
  padding-top: 0;
}

.news dl dt {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  width: 100% !important;
}

.news dl dd {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  width: 100% !important;
}

.sns_list {
  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;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sns_list::after {
  content: "";
  display: block;
  width: 32.08333% !important;
}

.sns_list > div {
  border: none !important;
  width: 32.08333% !important;
  margin-bottom: 9px;
}

.sns_list .sns_text {
  display: none;
}

.sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}

.callWrap .call {
  font-size: 2.6rem;
}

.callWrap .call i {
  font-size: 2.4rem;
  margin-right: 5px;
}

.bikeList .box {
  border-bottom: 1px solid #ccc;
  padding: 60px 0;
}

@media screen and (max-width: 834px) {
  .bikeList .box {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  .bikeList .box {
    padding-bottom: 30px;
  }
}

.bikeList .box article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.bikeList .box article img {
  width: 40% !important;
  /* height: 300px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; */
}

/* @media screen and (max-width: 1000px) {
  .bikeList .box article img {
    height: 28.8vw !important;
  }
} */

@media screen and (max-width: 640px) {
  .bikeList .box article img {
    width: 80% !important;
    /* height: 58.12vw !important; */
    margin: auto;
  }
}

@media screen and (max-width: 375px) {
  .bikeList .box article img {
    width: 100% !important;
    /* height: 70.93vw !important; */
    margin: auto;
  }
}

.bikeList .box article div {
  width: 56% !important;
}

@media screen and (max-width: 640px) {
  .bikeList .box article div {
    width: 100% !important;
    margin-top: 20px;
  }
}

.bikeList .box article div .date {
  font-size: 1.4rem;
}

.bikeList .box article div h3 {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #262626;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.bikeList .box article div .price {
  color: #f11829;
  font-size: 1.8rem;
  display: inline-block;
  margin-top: 10px;
}

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

.mokuji ul li {
  float: none;
  width: 48%;
  background: #565656;
  color: #fff;
  text-align: center !important;
  border-radius: 3px;
  padding: 15px 0;
  display: block;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

.mokuji ul li:hover {
  background: #f11829;
}

.mokuji ul li.active {
  background: #f11829;
}

.b_content {
  display: none;
}

.b_content.is-show {
  display: block;
}

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

.gallery .box {
  width: 32%;
  margin-bottom: 2%;
}

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

@media screen and (max-width: 1000px) {
  .gallery .box img {
    height: 23vw !important;
  }
}

.frame {
  border-bottom: 1px solid #ccc;
  padding-bottom: 60px;
}

@media screen and (max-width: 834px) {
  .frame {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  .frame {
    padding-bottom: 30px;
  }
}

.layout01 dl {
  border: 1px solid #ccc;
  background: #fafafa;
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.layout01 dl dt {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  font-weight: bold !important;
  border-bottom: 1px solid #262626 !important;
  width: 100% !important;
  padding-bottom: 5px !important;
}

.layout01 dl dd {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  width: 100% !important;
  padding-top: 10px !important;
}

.layout01.arrow dl {
  margin-bottom: 40px;
}

.layout01.arrow dl::after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 2rem;
}

.layout01.arrow dl:last-child::after {
  display: none;
}

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

@media screen and (max-width: 640px) {
  .layout02 dl dt {
    width: 100% !important;
    border-right: 1px solid #ccc !important;
  }
  .layout02 dl dt:last-of-type {
    border-bottom: none !important;
  }
}

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

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

.flexbox01 .box {
  width: 32%;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  .flexbox01 .box {
    width: 100%;
  }
  .flexbox01 .box:not(:last-child) {
    margin-bottom: 20px;
  }
}

.flexbox01 .box h3 {
  background: #f11829;
  border-radius: 3px;
  color: #fff;
  padding: 10px;
  line-height: 1.6;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
/*# sourceMappingURL=common_style.css.map */
