@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
body {
  font-size: 16px;
  color: #272727;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2;
  background: #fff;
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 16px;
  }
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .header-inner {
    padding: 0 16px;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

::-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-moz-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

input[type=text],
input[type=email],
input[type=submit],
input[type=date],
select,
textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #707070;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
  padding: 0;
  margin: 0;
  outline: none;
}

.header {
  position: fixed;
  top: 10px;
  left: 0%;
  width: 100%;
  z-index: 100;
  padding: 0 40px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 0 16px;
  }
}
.header .header-inner {
  background: #fff;
  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;
  padding: 20px 40px;
  border-radius: 21px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .header .header-inner {
    padding: 10px 15px;
    border-radius: 10px;
  }
}
.header .header-left .logo {
  max-width: 200px;
}
@media screen and (max-width: 1100px) {
  .header .header-left .logo {
    max-width: 120px;
  }
}
@media screen and (max-width: 900px) {
  .header .header-left .logo {
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .header .header-left .logo {
    max-width: 125px;
  }
}
@media screen and (max-width: 360px) {
  .header .header-left .logo {
    max-width: 100px;
  }
}
.header .header-left .logo a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .header-left .logo a:hover {
  opacity: 0.6;
}
.header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .header-right ul li {
  margin-right: 30px;
}
@media screen and (max-width: 1200px) {
  .header .header-right ul li {
    margin-right: 20px;
  }
}
.header .header-right ul li a {
  color: #272727;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 900px) {
  .header .header-right ul li a {
    font-size: 14px;
  }
}
.header .header-right ul li a:hover {
  color: #BD1515;
}
.header .header-right .buy-btn {
  margin-right: 30px;
}
@media screen and (max-width: 1000px) {
  .header .header-right .buy-btn {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header .header-right .buy-btn {
    margin-right: 15px;
  }
}
.header .header-right .buy-btn .buy-btn-text {
  color: #fff;
  cursor: pointer;
  background: #BD1515;
  border: 1px solid #BD1515;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .header .header-right .buy-btn .buy-btn-text {
    font-size: 11px;
    padding: 5px 25px;
  }
}
.header .header-right .buy-btn .buy-btn-text:hover {
  opacity: 0.6;
}
.header .header-right .search-btn {
  width: 19.3px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .header-right .search-btn:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .header .header-right .search-btn {
    width: 14px;
  }
}

.mv {
  position: relative;
}
.mv .contents {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1200px;
  padding: 0 40px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mv .contents {
    padding: 0 16px;
  }
}
.mv .contents .text {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .mv .contents .text {
    width: 70%;
  }
}

.header .lang {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .header .lang {
    margin-left: 10px;
  }
}
.header .lang:hover .icon {
  opacity: 0.6;
}
.header .lang:hover .text {
  opacity: 0.6;
}
.header .lang:hover .lang-contents {
  opacity: 1;
}
.header .lang:hover a {
  opacity: 1;
}
.header .lang .icon {
  width: 18px;
  margin-right: 5px;
}
.header .lang .text {
  color: #8E8E8E;
}
.header .lang .lang-contents {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 40px;
  display: none;
}
@media screen and (max-width: 767px) {
  .header .lang .lang-contents {
    padding-top: 20px;
  }
}
.header .lang .lang-contents-box {
  background: white;
  border-radius: 20px;
  padding: 20px 10px;
  width: 103px;
}
@media screen and (max-width: 767px) {
  .header .lang .lang-contents-box {
    padding: 10px;
    width: 81px;
  }
}
.header .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-left .lang-link {
  text-align: center;
}
.header .header-left .lang-link a {
  padding: 10px 0;
  color: #8E8E8E;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .header .header-left .lang-link a {
    font-size: 12px;
    padding: 5px 0;
  }
}
.header .header-left .lang-link a:hover {
  color: #BD1515;
}
.header .buy-btn {
  position: relative;
}
.header .buy-btn .buy-contents {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 28px;
  display: none;
}
@media screen and (max-width: 767px) {
  .header .buy-btn .buy-contents {
    padding-top: 18px;
  }
}
.header .buy-btn .buy-contents-box {
  background: white;
  border-radius: 20px;
  padding: 20px 10px;
  width: 131.25px;
}
@media screen and (max-width: 767px) {
  .header .buy-btn .buy-contents-box {
    padding: 10px;
    width: 94.3px;
  }
}
.header .buy-btn .buy-link {
  text-align: center;
}
.header .buy-btn .buy-link a {
  padding: 10px 0;
  color: #8E8E8E;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .header .buy-btn .buy-link a {
    font-size: 12px;
    padding: 5px 0;
  }
}
.header .buy-btn .buy-link a:hover {
  color: #BD1515;
}
.header .search-btn {
  position: relative;
}
.header .search-btn .search-area {
  position: absolute;
  right: -10px;
  bottom: -95px;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  display: none;
}
@media screen and (max-width: 767px) {
  .header .search-btn .search-area {
    bottom: -70px;
  }
}
.header .search-btn .search-area .search-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .search-btn .search-area input[type=text] {
  width: 200px;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .header .search-btn .search-area input[type=text] {
    font-size: 12px;
    width: 150px;
  }
}
.header .search-btn .search-area input[type=submit] {
  width: 80px;
  background: #BD1515;
  color: #fff;
  border: 1px solid #BD1515;
  cursor: pointer;
}
.header .search-btn .search-area input[type=submit]:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .header .search-btn .search-area input[type=submit] {
    font-size: 12px;
  }
}

.footer {
  background: #272727;
  padding: 80px 0 40px;
}

.footer-bottom {
  padding: 5px 0;
}
.footer-bottom .footer-logo {
  width: 134px;
  margin: 0 auto;
}
.footer-bottom .footer-logo a {
  display: block;
}
.footer-bottom .footer-logo a img {
  vertical-align: middle;
}

.section {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 40px 0;
  }
}

.section-title {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 30px;
  }
}
.section-title .en {
  color: #BD1515;
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .section-title .en {
    font-size: 32px;
    margin-bottom: -5px;
  }
}
.section-title .ja {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .section-title .ja {
    font-size: 12px;
  }
}

.topAbout {
  background: #FAFAFA;
}
.topAbout .white-box {
  border-radius: 30px;
  background: #fff;
  padding: 40px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 40px;
}
.topAbout .white-box.first {
  margin-top: -40px;
}
@media screen and (max-width: 767px) {
  .topAbout .white-box {
    padding: 30px 20px;
    margin-bottom: 20px;
  }
}
.topAbout .white-box .title {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .topAbout .white-box .title {
    margin-bottom: 15px;
  }
}
.topAbout .white-box .title .title-flex {
  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;
}
.topAbout .white-box .title .title-flex .title-icon {
  margin-right: 8px;
  width: 25px;
}
@media screen and (max-width: 767px) {
  .topAbout .white-box .title .title-flex .title-icon {
    margin-right: 5px;
  }
}
.topAbout .white-box .title .title-flex .title-icon img {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .topAbout .white-box .title .title-flex .title-icon {
    display: none;
  }
}
.topAbout .white-box .title .title-flex .title-text {
  font-size: 28px;
  font-weight: 600;
  color: #BD1515;
}
@media screen and (max-width: 767px) {
  .topAbout .white-box .title .title-flex .title-text {
    font-size: 18px;
  }
}

.top-form .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top-form .flex {
    margin-bottom: 20px;
    display: block;
  }
}
.top-form .flex .item {
  width: 48%;
  position: relative;
}
.top-form .flex .item::before {
  position: absolute;
  content: "";
  background: url(../img/arrow-bottom.png) no-repeat center center/cover;
  right: 30px;
  top: 54%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15.1px;
  height: 7px;
}
.top-form .flex .item:first-child::after {
  position: absolute;
  content: "";
  background: url(../img/select1.png) no-repeat center center/cover;
  left: 30px;
  top: 54%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 42.41px;
  height: 20.39px;
}
@media screen and (max-width: 767px) {
  .top-form .flex .item:first-child::after {
    left: 15px;
  }
}
.top-form .flex .item:last-child::after {
  position: absolute;
  content: "";
  background: url(../img/select2.png) no-repeat center center/cover;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35px;
  height: 29px;
}
@media screen and (max-width: 767px) {
  .top-form .flex .item:last-child::after {
    width: 30px;
    height: 30px;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-form .flex .item {
    width: 100%;
    margin-bottom: 15px;
  }
  .top-form .flex .item:last-child {
    margin-bottom: 0;
  }
}
.top-form select {
  padding: 20px 30px 20px 90px;
  border-radius: 15px;
  border: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: 500;
  font-size: 18px;
  color: #8E8E8E;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .top-form select {
    font-size: 16px;
    padding: 15px 30px 15px 65px;
  }
}
.top-form .top-submit {
  text-align: center;
}
.top-form .top-submit input[type=submit] {
  background: #BD1515;
  display: inline-block;
  color: #fff;
  padding: 8px 30px;
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid #BD1515;
  max-width: 160px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-form .top-submit input[type=submit]:hover {
  opacity: 0.6;
}

.topNews-bottom {
  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: 767px) {
  .topNews-bottom {
    display: block;
  }
}
.topNews-bottom .left {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .topNews-bottom .left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
}
.topNews-bottom .right {
  width: calc(100% - 200px);
}
@media screen and (max-width: 767px) {
  .topNews-bottom .right {
    width: 100%;
  }
}
.topNews-bottom .section-title {
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .topNews-bottom .section-title {
    margin-bottom: 0;
  }
}
.topNews-bottom .more-btn a {
  border: 0.5px solid #BD1515;
  color: #BD1515;
  background: #fff;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  color: #BD1515;
  border-radius: 23px;
  padding: 0px 15px;
  display: block;
  max-width: 114px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topNews-bottom .more-btn a:hover {
  background: #BD1515;
  color: #ffd;
}
.topNews-bottom ul li {
  margin-bottom: 20px;
}
.topNews-bottom ul li:last-child {
  margin-bottom: 0;
}
.topNews-bottom ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  border-bottom: 1px solid #8E8E8E;
}
.topNews-bottom ul li a .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .topNews-bottom ul li a .flex {
    display: block;
  }
}
.topNews-bottom ul li a .flex .time {
  color: #8E8E8E;
  font-size: 14px;
  width: 100px;
  line-height: 1.3;
}
.topNews-bottom ul li a .flex .news-title {
  width: calc(100% - 100px);
  color: #272727;
  line-height: 1.3;
  padding-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .topNews-bottom ul li a .flex .news-title {
    font-size: 14px;
    width: 100%;
  }
}
.topNews-bottom ul li a:hover .flex .news-title {
  color: #BD1515;
}

.cta-area {
  padding-top: 10px;
}
.cta-area .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cta-area .flex {
    display: block;
  }
}
.cta-area .flex .item {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .cta-area .flex .item {
    width: 100%;
    margin-bottom: 10px;
  }
  .cta-area .flex .item:last-child {
    margin-bottom: 0;
  }
}
.cta-area .flex .item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  display: block;
  position: relative;
}
.cta-area .flex .item a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
.cta-area .flex .item a:hover {
  opacity: 0.6;
}
.cta-area .flex .item a .cta-text1 {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  z-index: 1;
}
.cta-area .flex .item a .cta-text2 {
  position: absolute;
  top: 60%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .cta-area .flex .item a .cta-text2 {
    font-size: 24px;
  }
}
.cta-area .flex .item a .cta-text2 span {
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .cta-area .flex .item a .cta-text2 span {
    font-size: 13px;
  }
}

.topAbout .white-box.first {
  margin-top: 0;
}

.mv-bottom-news {
  background: #BD1515;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mv-bottom-news {
    padding: 15px 0;
  }
}
.mv-bottom-news .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mv-bottom-news .left {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-weight: 500;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .mv-bottom-news .left {
    font-size: 20px;
    width: 60px;
  }
}
.mv-bottom-news .right {
  width: calc(100% - 120px);
}
@media screen and (max-width: 767px) {
  .mv-bottom-news .right {
    width: calc(100% - 60px);
  }
}
.mv-bottom-news .right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .mv-bottom-news .right a {
    display: block;
  }
}
.mv-bottom-news .right a:hover {
  opacity: 0.6;
}
.mv-bottom-news .right .date {
  font-size: 14px;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .mv-bottom-news .right .date {
    width: 100%;
  }
}
.mv-bottom-news .right .title {
  font-size: 16px;
  width: calc(100% - 100px);
}
@media screen and (max-width: 767px) {
  .mv-bottom-news .right .title {
    width: 100%;
  }
}

.header .header-right .buy-btn .buy-btn-text {
  white-space: nowrap;
}

.header .header-right ul li a {
  white-space: nowrap;
}

.header .lang .text {
  white-space: nowrap;
}

.header .lang {
  margin-right: 10px;
}

@media screen and (max-width: 1100px) {
  .header .header-right ul {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 30px 0 20px;
  }
}
.footer a {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer a:hover {
  opacity: 0.6;
}
.footer .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 1100px) {
  .footer .heading {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer .heading {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer .heading .harf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer .heading .harf {
    display: block;
  }
}
.footer .heading .harf-left {
  width: calc(60% - 20px);
}
@media screen and (max-width: 1100px) {
  .footer .heading .harf-left {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer .heading .harf-left {
    width: 50%;
  }
}
.footer .heading .harf-left .lists {
  width: calc(33.3333% - 33.3333333333px);
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .footer .heading .harf-left .lists {
    width: 100%;
    margin-right: 0;
  }
}
.footer .heading .harf-left .lists:last-child {
  margin-right: 0;
}
.footer .heading .harf-right {
  width: calc(40% - 30px);
}
@media screen and (max-width: 1100px) {
  .footer .heading .harf-right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer .heading .harf-right {
    width: 50%;
    border-left: 0.5px solid #707070;
    padding-left: 20px;
  }
}
.footer .heading .harf-right .lists {
  width: calc(50% - 25px);
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .footer .heading .harf-right .lists {
    width: 100%;
    margin-right: 0;
  }
}
.footer .heading .harf-right .lists:last-child {
  margin-right: 0;
}
.footer .heading .lists:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .footer .heading .lists .list {
    line-height: 1;
  }
}
.footer .heading .lists .list a {
  display: block;
  border-bottom: 0.5px solid #fff;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  .footer .heading .lists .list a {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .footer .heading .lists .list a {
    border-bottom: none;
    font-size: 12px;
    display: inline-block;
  }
}
.footer .heading .lists .row {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .footer .heading .lists .row {
    margin-bottom: 13px;
  }
}
.footer .heading .sub-lists {
  padding-left: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .footer .heading .sub-lists {
    display: none;
    padding-left: 10px;
  }
}
.footer .heading .sub-lists a {
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 1100px) {
  .footer .heading .sub-lists a {
    font-size: 13px;
  }
}
.footer .parent-list {
  position: relative;
}
.footer .parent-list .arrow {
  width: 11.1px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .footer .parent-list .arrow {
    display: none;
  }
}
.footer .parent-list .arrow.active {
  -webkit-transform: translateY(-12%) rotate(180deg);
          transform: translateY(-12%) rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .parent-list .arrow img {
  vertical-align: middle;
}
.footer .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .bottom .left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .bottom .left ul li {
  margin-right: 30px;
  margin-bottom: 20px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .footer .bottom .left ul li {
    margin-right: 15px;
  }
}
.footer .bottom .left ul li a {
  line-height: 1;
  display: block;
  font-size: 14px;
  font-weight: 300;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .footer .bottom .left ul li a {
    font-size: 10px;
  }
}
.footer .bottom .left ul li a:hover {
  opacity: 0.6;
}
.footer .bottom .right .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .bottom .right .sns .sns-item {
  width: 30px;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .footer .bottom .right .sns .sns-item {
    width: 20px;
    margin-right: 20px;
  }
}
.footer .bottom .right .sns .sns-item:last-child {
  margin-right: 0;
}
.footer .bottom .right .sns a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .bottom .right .sns a:hover {
  opacity: 0.6;
}
.footer .copyright {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 10px;
  }
}

.page-body {
  padding-top: 130px;
}
@media screen and (max-width: 767px) {
  .page-body {
    padding-top: 73px;
  }
}

.bread {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .bread {
    margin-bottom: 20px;
  }
}
.bread a,
.bread span {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #8E8E8E;
}
@media screen and (max-width: 767px) {
  .bread a,
  .bread span {
    font-size: 12px;
  }
}
.bread .center {
  position: relative;
  top: -1px;
}
.bread a {
  color: #4AA0FF;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bread a:hover {
  opacity: 0.6;
}

.page-first-section {
  padding-top: 0;
  line-height: 1.5;
  font-size: 16px;
}
.page-first-section a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #4AA0FF;
  display: inline-block;
  text-decoration: underline;
}
.page-first-section a:hover {
  opacity: 0.6;
}
.page-first-section .inner-wrap {
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .page-first-section .inner-wrap {
    padding-left: 0;
  }
}
.page-first-section .main-box {
  border-radius: 30px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 60px 50px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-first-section .main-box {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-first-section {
    font-size: 14px;
  }
}
.page-first-section .row {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .page-first-section .row {
    margin-bottom: 30px;
  }
}
.page-first-section h2 {
  color: #BD1515;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #BD1515;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.page-first-section h3 {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .page-first-section h3 {
    font-size: 14px;
  }
}
.page-first-section .gray-box {
  background: #FAF8F8;
  border-radius: 3px;
  padding: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .page-first-section .gray-box {
    padding: 20px;
  }
}
.page-first-section .red-m {
  font-weight: 500;
  color: #BD1515;
}
.page-first-section .bold {
  font-weight: 500;
  display: inline-block;
}
.page-first-section ol {
  list-style: auto;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .page-first-section ol {
    padding-left: 15px;
  }
}
.page-first-section ol li {
  list-style: auto;
}
.page-first-section ol li:last-child {
  margin-bottom: 0px;
}
.page-first-section ul {
  list-style: disc;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .page-first-section ul {
    padding-left: 15px;
  }
}
.page-first-section ul li {
  list-style: disc;
}
.page-first-section ul li:last-child {
  margin-bottom: 0px;
}
.page-first-section .last-p {
  color: #8E8E8E;
  text-align: right;
}

.h1-main-title {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .h1-main-title {
    margin-bottom: 30px;
  }
}
.h1-main-title .en {
  color: #BD1515;
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .h1-main-title .en {
    font-size: 32px;
  }
}
.h1-main-title .ja {
  font-weight: 500;
  font-size: 18px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .h1-main-title .ja {
    font-size: 12px;
    margin-top: 0;
  }
}
.h1-main-title .ja2 {
  font-weight: 500;
  font-size: 18px;
  margin-top: 0px;
  color: #272727;
  display: block;
}
@media screen and (max-width: 767px) {
  .h1-main-title .ja2 {
    font-size: 12px;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .privacy {
    padding-bottom: 100px;
  }
}
.privacy .lead {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .privacy .lead {
    margin-bottom: 30px;
  }
}
.privacy .lead2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .privacy .lead2 {
    margin-bottom: 30px;
  }
}
.privacy .lead2 ol {
  list-style: auto;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .privacy .lead2 ol {
    padding-left: 15px;
  }
}
.privacy .lead2 ol li {
  list-style: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .privacy .lead2 ol li {
    margin-bottom: 20px;
  }
}
.privacy .lead2 ol li:last-child {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .h1-main-title .ja {
    margin-top: 5px;
  }
}
.low-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .low-section {
    padding: 0px 0 40px;
  }
}
.low-section .row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #BD1515;
  padding: 10px 0;
  margin-bottom: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .low-section .row2 {
    display: block;
    border-bottom: none;
    margin-bottom: 0px;
  }
}
.low-section .row2 .dt {
  color: #BD1515;
  font-weight: 700;
  width: 260px;
}
@media screen and (max-width: 767px) {
  .low-section .row2 .dt {
    width: 100%;
    margin-bottom: 3px;
  }
}
.low-section .row2 .dd {
  width: calc(100% - 260px);
}
@media screen and (max-width: 767px) {
  .low-section .row2 .dd {
    width: 100%;
  }
}

.contact {
  line-height: 1.5;
  font-size: 16px;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .contact {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    font-size: 14px;
  }
}
.contact .main-box {
  border-radius: 30px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 60px 50px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact .main-box {
    border-radius: 30px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 30px 20px;
  }
}
.contact .dd-item {
  width: 100%;
  margin-bottom: 5px;
}
.contact .dd-item:last-child {
  margin-bottom: 0;
}
.contact .row {
  margin-bottom: 50px;
  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: 767px) {
  .contact .row {
    display: block;
    margin-bottom: 30px;
  }
}
.contact .row .dt {
  font-size: 18px;
  color: #BD1515;
  font-weight: bold;
  width: 240px;
  border-left: 8px solid #BD1515;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .contact .row .dt {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .contact .row .dt {
    font-size: 14px;
    border-left: 5px solid #BD1515;
    padding-left: 7px;
    margin-bottom: 10px;
    width: 100%;
  }
}
.contact .row .dd {
  font-weight: 500;
  font-size: 16px;
  width: calc(100% - 240px);
}
@media screen and (max-width: 767px) {
  .contact .row .dd {
    font-size: 14px;
    width: 100%;
  }
}
.contact input[type=text],
.contact input[type=email],
.contact select {
  border-radius: 3px;
  background: #F2F2F2;
  padding: 10px;
  border: none;
}
@media screen and (max-width: 767px) {
  .contact input[type=text],
  .contact input[type=email],
  .contact select {
    padding: 7px;
  }
}
.contact input[type=submit] {
  color: #fff;
  display: block;
  background: #BD1515;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  padding: 12px;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #BD1515;
  border-radius: 5px;
}
.contact input[type=submit]:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .contact input[type=submit] {
    padding: 8px 0;
  }
}
.contact textarea {
  height: 135px;
  background: #f2f2f2;
  border-radius: 3px;
  padding: 10px;
  resize: none;
  border: none;
}
@media screen and (max-width: 767px) {
  .contact textarea {
    padding: 7px;
  }
}
.contact .privacy-box {
  background: #FAF8F8;
  padding: 30px;
  border-radius: 3px;
  margin-bottom: 40px;
}
.contact .privacy-box .title {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}
.contact .privacy-box .text {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .contact .privacy-box {
    margin-bottom: 30px;
    padding: 20px 10px;
  }
}
.contact .privacy-box a {
  color: #BD1515;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
}
.contact .privacy-box a:hover {
  opacity: 0.6;
}
.contact .checkbox {
  font-size: 16px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .contact .checkbox {
    margin-bottom: 30px;
  }
}
.contact .file-text {
  margin-bottom: 5px;
}

.qa {
  line-height: 1.5;
  font-size: 16px;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .qa {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .qa {
    font-size: 14px;
  }
}
.qa .row {
  border: 1px solid #EFEFEF;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .qa .row {
    margin-bottom: 10px;
  }
}
.qa .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.qa .flex .icon {
  font-family: "Oswald", sans-serif;
  color: #BD1515;
  font-size: 25px;
  font-weight: 600;
  margin-right: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .qa .flex .icon {
    margin-right: 10px;
    font-size: 20px;
  }
}
.qa .flex .text {
  font-size: 20px;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .qa .flex .text {
    font-size: 16px;
    padding-top: 4px;
  }
}
.qa .flex .red-text {
  color: #BD1515;
}
.qa .flex {
  margin: 20px 40px;
}
@media screen and (max-width: 767px) {
  .qa .flex {
    margin: 15px 20px;
  }
}
.qa .flex2 {
  border-top: 1px solid #F4F4F5;
  padding-top: 20px;
  margin-top: 0;
}
.qa .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
  width: 17px;
}
@media screen and (max-width: 767px) {
  .qa .arrow {
    right: 20px;
  }
}
.qa .arrow img {
  vertical-align: middle;
}

.ac_header {
  padding-right: 70px;
  position: relative;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .ac_header {
    padding-right: 25px;
  }
}
.ac_header .arrow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ac_header.open .arrow {
  -webkit-transform: translateY(-30%) rotate(180deg);
          transform: translateY(-30%) rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ac_inner {
  display: none;
  /* コンテンツは消しておくのがミソ */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* アイコンの形はここから */
.i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

/* アイコンの形ここまで */
.news {
  line-height: 1.5;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .news {
    padding-bottom: 100px;
  }
}
.news .news-wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.news ul a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #272727;
}
.news ul a:hover .title {
  color: #BD1515;
}
.news ul li {
  margin-bottom: 30px;
  border-bottom: 1px solid #8E8E8E;
}
@media screen and (max-width: 767px) {
  .news ul li {
    margin-bottom: 20px;
  }
}
.news ul li .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.news ul li .heading .time {
  font-size: 14px;
  margin-right: 10px;
}
.news ul li .heading .category {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  background: #BD1515;
  padding: 2px 15px;
  border-radius: 10px;
}
.news ul li .bottom .title {
  font-size: 16px;
}

.news-single {
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .news-single {
    font-size: 16px;
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .news-single {
    padding-top: 0;
    padding-bottom: 100px;
  }
}
.news-single .inner {
  max-width: 1000px;
}
.news-single .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .news-single .heading {
    margin-bottom: 10px;
  }
}
.news-single .heading .time {
  font-size: 14px;
  margin-right: 10px;
  font-weight: 500;
  color: #BD1515;
}
.news-single .heading .category {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  background: #BD1515;
  padding: 0px 15px;
  border-radius: 10px;
  margin-right: 10px;
}
.news-single h1 {
  font-size: 38px;
  font-weight: 500;
  border-bottom: 1px solid #BD1515;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .news-single h1 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.news-single h2 {
  color: #BD1515;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #BD1515;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .news-single h2 {
    font-size: 18px;
  }
}
.news-single h3,
.news-single h4,
.news-single h5,
.news-single h6 {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .news-single h3,
  .news-single h4,
  .news-single h5,
  .news-single h6 {
    font-size: 16px;
  }
}
.news-single img {
  max-width: 800px;
  margin: 0 auto;
  display: block;
}
.news-single .contents {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .news-single .contents {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.news-single .btn a {
  display: block;
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
  max-width: 540px;
  color: #fff;
  background: #BD1515;
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.news-single .btn a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .news-single .btn a {
    font-size: 15px;
    padding: 10px;
  }
}
.news-single .btn a .flex {
  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;
}
.news-single .btn a .flex .arrow {
  width: 33px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .news-single .btn a .flex .arrow {
    margin-right: 10px;
  }
}

.support {
  padding-top: 0;
  line-height: 1.5;
}
.support .inner {
  max-width: 1000px;
}
@media screen and (min-width: 768px) {
  .support {
    padding-bottom: 100px;
  }
}
.support .row {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .support .row {
    margin-bottom: 60px;
  }
}
.support h2 {
  font-size: 22px;
  font-weight: 500;
  border-bottom: 1px solid #BD1515;
  margin-bottom: 30px;
}
.support .fq a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #272727;
  border: 1px solid #EFEFEF;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  padding: 30px 40px;
  padding-right: 60px;
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .support .fq a {
    padding: 20px;
    padding-right: 40px;
  }
}
.support .fq a .arrow {
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
  width: 10px;
}
@media screen and (max-width: 767px) {
  .support .fq a .arrow {
    right: 20px;
  }
}
.support .fq a .arrow img {
  vertical-align: middle;
}
.support .fq a:hover {
  opacity: 0.6;
}
.support .fq a .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.support .fq a .flex .left {
  font-size: 26px;
  font-weight: 600;
  color: #BD1515;
  margin-right: 100px;
}
@media screen and (max-width: 767px) {
  .support .fq a .flex .left {
    margin-right: 20px;
  }
}
.support .support2 {
  line-height: 1.5;
}
.support .support2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .support .support2 ul li {
    width: calc(25% - 18.75px);
    margin-right: 25px;
  }
  .support .support2 ul li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .support .support2 ul li {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .support .support2 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .support .support2 ul li:nth-child(n+3) {
    margin-top: 20px;
  }
}
.support .support2 ul li a {
  padding: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #272727;
}
@media screen and (max-width: 767px) {
  .support .support2 ul li a {
    padding: 20px 10px;
  }
}
.support .support2 ul li a:hover {
  opacity: 0.6;
}
.support .support2 ul li a .img {
  height: 100px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .support .support2 ul li a .img {
    margin-bottom: 10px;
    height: 75px;
  }
}
.support .support2 ul li a .img .wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 100px;
}
@media screen and (max-width: 767px) {
  .support .support2 ul li a .img .wrap img {
    max-width: 75px;
  }
}
.support .support2 ul li a .text {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .support .support2 ul li a .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .support .support2 ul li a .text {
    font-size: 3.7vw;
  }
}
@media screen and (max-width: 360px) {
  .support .support2 ul li a .text {
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 767px) {
  .cta-area .flex .item a .cta-text1 {
    font-size: 20px;
  }
}
.store1 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 800px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .store1 .flex {
    display: block;
  }
}
.store1 .flex .left {
  width: 50%;
  max-width: 330px;
}
@media screen and (max-width: 767px) {
  .store1 .flex .left {
    max-width: 250px;
  }
}
.store1 .flex .left img {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .store1 .flex .left {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.store1 .flex .right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .store1 .flex .right {
    width: 100%;
  }
}
.store1 .flex .right a {
  display: block;
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
  max-width: 540px;
  color: #fff;
  background: #BD1515;
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.store1 .flex .right a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .store1 .flex .right a {
    font-size: 15px;
    padding: 10px;
  }
}
.store1 .flex .right a .flex {
  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;
}
.store1 .flex .right a .flex .arrow {
  width: 33px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .store1 .flex .right a .flex .arrow {
    margin-right: 10px;
  }
}

.store2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .store2 ul li {
    width: calc(33.3333% - 23.3333333333px);
    margin-right: 35px;
  }
  .store2 ul li:nth-child(3n) {
    margin-right: 0;
  }
  .store2 ul li:nth-child(n+4) {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .store2 ul li {
    width: calc(50% - 7.5px);
    margin-right: 15px;
  }
  .store2 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .store2 ul li:nth-child(n+3) {
    margin-top: 15px;
  }
}
.store2 ul li a {
  display: block;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .store2 ul li a {
    padding: 10px;
  }
}
.store2 ul li a:hover {
  opacity: 0.6;
}

.page-mv {
  line-height: 1.5;
  background: #BD1515;
  padding: 120px 0 0px;
}
.page-mv .btn {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .page-mv .btn {
    padding: 0 20px;
  }
}
.page-mv .btn a {
  background: #fff;
  color: #BD1515;
  display: block;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  border-radius: 10px;
  font-size: 16px;
  padding: 10px;
}
.page-mv .btn a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .page-mv {
    padding: 70px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .page-mv .inner {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-mv .bread2 {
    padding: 0 20px;
  }
}
.page-mv .sp-img {
  margin-bottom: 30px;
}
.page-mv .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .page-mv .flex {
    display: block;
  }
}
.page-mv .flex .left {
  width: 450px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .page-mv .flex .left {
    width: 100%;
    margin-bottom: 0;
  }
}
.page-mv .flex .left .main-title {
  color: white;
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page-mv .flex .left .main-title {
    padding: 0 20px;
    font-size: 26px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 370px) {
  .page-mv .flex .left .main-title {
    font-size: 22px;
  }
}
.page-mv .flex .left .text {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page-mv .flex .left .text {
    padding: 0 20px;
    font-size: 16px;
  }
}
.page-mv .flex .right {
  margin-left: 60px;
  width: 65vw;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 1100px) {
  .page-mv .flex .right {
    margin-right: initial;
    margin-left: 0;
    width: 100%;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .page-mv .flex .right {
    margin-bottom: 0;
  }
}

.bread2 a,
.bread2 span {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .jal p {
    font-size: 16px;
  }
}
.jal .jal-img {
  max-width: 400px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .jal .jal-img {
    max-width: 100%;
    margin-top: 20px;
  }
}

.feature {
  line-height: 1.5;
}
.feature ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.feature ul li {
  width: 32%;
  border-radius: 30px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 40px 25px;
}
@media screen and (max-width: 767px) {
  .feature ul li {
    border-radius: 10px;
    padding: 20px 10px;
  }
}
.feature ul li .img {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .feature ul li .img {
    margin-bottom: 10px;
  }
}
.feature ul li .img-wrap {
  height: 115px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .feature ul li .img-wrap {
    height: 70px;
  }
}
.feature ul li .img-wrap img {
  width: auto;
  height: 115px;
}
@media screen and (max-width: 767px) {
  .feature ul li .img-wrap img {
    height: 70px;
  }
}
.feature ul li .title {
  font-size: 26px;
  color: #BD1515;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  height: 68px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .feature ul li .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .feature ul li .title {
    font-size: 14px;
    height: 38px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .feature ul li .title {
    font-size: 3.2vw;
  }
}
.feature ul li .title .title-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .feature ul li .text {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}

#id1,
#other {
  position: relative;
  top: -110px;
}
@media screen and (max-width: 767px) {
  #id1,
  #other {
    top: -60px;
  }
}

.airport2 {
  line-height: 1.5;
}
.airport2 h2 {
  color: #BD1515;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #BD1515;
  padding-bottom: 5px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .airport2 h2 {
    margin-bottom: 20px;
  }
}
.airport2 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .airport2 .flex {
    margin-bottom: 20px;
    display: block;
  }
}
.airport2 .flex .item {
  border: 1px solid #BD1515;
  border-radius: 15px;
  overflow: hidden;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .airport2 .flex .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .airport2 .flex .item:last-child {
    margin-bottom: 0;
  }
}
.airport2 .flex .item .heading {
  text-align: center;
  font-family: "Oswald", sans-serif;
  color: #fff;
  background: #BD1515;
  font-size: 28px;
  font-weight: 500;
  padding: 5px 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .airport2 .flex .item .heading {
    font-size: 22px;
  }
}
.airport2 .flex .item .bottom {
  padding: 30px 35px;
}
@media screen and (max-width: 767px) {
  .airport2 .flex .item .bottom {
    padding: 15px 20px;
  }
}
.airport2 .flex .item .bottom .text {
  color: #BD1515;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .airport2 .flex .item .bottom .text {
    font-size: 16px;
  }
}
.airport2 .flex .item .bottom .img {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .airport2 .flex .item .bottom .img {
    display: none;
  }
}
.airport2 ol {
  list-style: auto;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .airport2 ol {
    padding-left: 15px;
  }
}
.airport2 ol li {
  list-style: auto;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .airport2 ol li {
    margin-bottom: 20px;
  }
}
.airport2 ol li:last-child {
  margin-bottom: 0px;
}
.airport2 ol li a {
  color: #4AA0FF;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.airport2 ol li a:hover {
  opacity: 0.6;
}
.airport2 .gray-box {
  border-radius: 3px;
  padding: 40px;
  background: #FAF8F8;
}
@media screen and (max-width: 767px) {
  .airport2 .gray-box {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .airport2 .gray-box {
    font-size: 14px;
  }
}
.airport2 .title {
  text-align: center;
  color: #BD1515;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .airport2 .title {
    margin-bottom: 20px;
  }
}
.airport2 .text2 {
  font-size: 18px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .airport2 .text2 {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.airport2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .airport2 ul {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .airport2 ul li {
    width: calc(50% - 17.5px);
    margin-right: 35px;
  }
  .airport2 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .airport2 ul li:nth-child(n+3) {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .airport2 ul li {
    margin-bottom: 20px;
  }
  .airport2 ul li:last-child {
    margin-bottom: 0;
  }
}
.airport2 ul li a {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 30px 20px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .airport2 ul li a {
    padding: 20px 20px;
  }
}
.airport2 ul li a:hover {
  opacity: 0.6;
}
.airport2 ul li a .arrow {
  width: 11px;
}
.airport2 ul li a .arrow img {
  vertical-align: middle;
}
.airport2 ul li a .left {
  padding-right: 10px;
}
.airport2 ul li a .text-heading {
  color: #BD1515;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .airport2 ul li a .text-heading {
    font-size: 16px;
  }
}
@media screen and (max-width: 360px) {
  .airport2 ul li a .text-heading {
    font-size: 15px;
  }
}
.airport2 ul li a .text-bottom {
  color: #272727;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .airport2 ul li a .text-bottom {
    font-size: 14px;
  }
}

.page-mv2 {
  position: relative;
  line-height: 1.5;
}
.page-mv2 .contents {
  position: absolute;
  top: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
}
.page-mv2 .contents .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 750px;
  margin: 0 auto;
}
.page-mv2 .contents .flex .left {
  width: 50%;
  color: #fff;
}
.page-mv2 .contents .flex .left .en {
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page-mv2 .contents .flex .left .en {
    font-size: 32px;
  }
}
@media screen and (max-width: 360px) {
  .page-mv2 .contents .flex .left .en {
    font-size: 26px;
  }
}
.page-mv2 .contents .flex .left .ja {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page-mv2 .contents .flex .left .ja {
    font-size: 12px;
  }
}
.page-mv2 .contents .flex .right {
  width: 50%;
  max-width: 312px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-mv2 .contents .flex .right {
    max-width: 162px;
  }
}

.patop0 {
  padding-top: 0;
}

.red-bottom-section {
  text-align: center;
  line-height: 1.5;
  padding: 50px 0 60px;
  color: #fff;
  font-size: 20px;
  background: #BD1515;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .red-bottom-section {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .red-bottom-section {
    font-size: 16px;
    text-align: left;
    padding: 20px 0 30px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1000px) {
  .is-pc2 {
    display: none;
  }
}
.h1-main-title2 {
  font-size: 42px;
  font-weight: 500;
  color: #BD1515;
}
@media screen and (max-width: 767px) {
  .h1-main-title2 {
    font-size: 22px;
  }
}

.lineup {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .lineup {
    padding-bottom: 100px;
  }
}
.lineup ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .lineup ul li {
    width: calc(33.333% - 33.3333333333px);
    margin-right: 50px;
  }
  .lineup ul li:nth-child(3n) {
    margin-right: 0;
  }
  .lineup ul li:nth-child(n+4) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .lineup ul li {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .lineup ul li:nth-child(2n) {
    margin-right: 0;
  }
  .lineup ul li:nth-child(n+3) {
    margin-top: 40px;
  }
}
.lineup ul li .ex {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .lineup ul li .ex {
    font-size: 18px;
  }
}
@media screen and (max-width: 1100px) {
  .lineup ul li .ex {
    font-size: 15px;
  }
}
@media screen and (max-width: 900px) {
  .lineup ul li .ex {
    font-size: 11px;
  }
}
.lineup ul li .box {
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.lineup ul li .heading {
  color: #fff;
}
.lineup ul li .heading .title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  background: #BD1515;
  color: #fff;
  padding: 5px 0;
}
.lineup ul li .bottom {
  padding: 20px 20px 40px;
}
.lineup ul li .img {
  max-width: 180px;
  margin: 0 auto 10px;
}
.lineup ul li .row {
  max-width: 220px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #8E8E8E;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lineup ul li .row .dt {
  font-size: 16px;
  color: #707070;
}
.lineup ul li .row .dd {
  font-size: 24px;
  font-weight: bold;
}
.lineup ul li .btn {
  max-width: 220px;
  margin: 30px auto 0;
}
.lineup ul li .btn a {
  color: #BD1515;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  border: 1px solid #BD1515;
  font-size: 18px;
  font-weight: 600;
  border-radius: 20px;
  padding: 5px 10px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .lineup ul li .btn a {
    font-size: 16px;
  }
}
.lineup ul li .btn a:hover {
  opacity: 0.6;
}
.lineup ul.sp .title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 0px;
  color: #272727;
}
.lineup ul.sp .img {
  width: 80%;
}

@media screen and (max-width: 370px) {
  .h1-main-title2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 360px) {
  .h1-main-title2 {
    font-size: 17px;
  }
}
.topBottom-section {
  background: #FAFAFA;
}
.topBottom-section .btn a {
  color: #272727;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topBottom-section .btn a:hover {
  opacity: 0.6;
}
.topBottom-section .btn .flex {
  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;
}
.topBottom-section .btn .flex .text {
  font-size: 16px;
  font-weight: 500;
}
.topBottom-section .btn .flex .icon {
  width: 22px;
  margin-left: 15px;
  position: relative;
  top: -2px;
}
.topBottom-section .btn .flex .icon img {
  vertical-align: middle;
}
.topBottom-section .wrapper {
  max-width: 400px;
  margin: 0 auto;
}
.topBottom-section .wrapper .left {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .topBottom-section .wrapper .left {
    display: none;
  }
}
.topBottom-section .wrapper .right {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .topBottom-section .wrapper .right {
    margin-bottom: 20px;
  }
}
.topBottom-section .wrapper .right a {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 540px;
  color: #fff;
  background: #BD1515;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.topBottom-section .wrapper .right a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .topBottom-section .wrapper .right a {
    font-size: 15px;
    padding: 10px;
  }
}
.topBottom-section .wrapper .right a .flex {
  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;
}
.topBottom-section .wrapper .right a .flex .arrow {
  width: 33px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .topBottom-section .wrapper .right a .flex .arrow {
    margin-right: 10px;
  }
}

.topLineup {
  background: #BD1515;
  line-height: 1.5;
}
.topLineup .h1-main-title .en {
  color: #fff;
}
.topLineup .h1-main-title .ja2 {
  margin-top: 0;
  color: #fff;
}
.topLineup .pro-conduct {
  display: none;
}
.topLineup .pro-conduct.active2 {
  display: block;
}
.topLineup .category {
  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;
}
.topLineup .category .item {
  width: 24.999%;
  background: #fff;
  border-radius: 15px 15px 0 0;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  color: #BD1515;
  font-weight: 500;
  line-height: 1;
  padding: 12px 0;
  -webkit-box-shadow: 3px 0px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 0px 3px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .topLineup .category .item {
    width: calc(50% - 2.5px);
    margin-right: 5px;
    font-size: 14px;
    border-radius: 4px;
  }
  .topLineup .category .item:nth-child(2n) {
    margin-right: 0;
  }
  .topLineup .category .item:nth-child(n+3) {
    margin-top: 5px;
  }
}
.topLineup .category .item.active {
  background: #9E1919;
  color: #fff;
}
.topLineup .pro-conduct {
  background: #9E1919;
  color: #fff;
  padding: 50px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .topLineup .pro-conduct {
    background: transparent;
    padding: 0;
    margin-top: 20px;
  }
}
.topLineup .pro-conduct .flex {
  max-width: 800px;
  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;
}
.topLineup .pro-conduct .flex .left {
  width: 40%;
  margin-right: 10px;
}
.topLineup .pro-conduct .flex .left .wrap1 {
  max-width: 225px;
  margin: 0 auto;
}
.topLineup .pro-conduct .flex .left .wrap2 {
  max-width: 300px;
  margin: 0 auto;
}
.topLineup .pro-conduct .flex .right {
  width: 60%;
  text-align: center;
}
.topLineup .pro-conduct .flex .right .title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .topLineup .pro-conduct .flex .right .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.topLineup .pro-conduct .flex .right .text {
  max-width: 518px;
  margin: 0 auto 40px;
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .topLineup .pro-conduct .flex .right .text {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .topLineup .pro-conduct .flex .right .text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.topLineup .btn {
  text-align: center;
}
.topLineup .btn a {
  background: url(../img/gold.png) no-repeat center center/cover;
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 15px 0;
  text-align: center;
  max-width: 260px;
  border-radius: 10px;
  color: #272727;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .topLineup .btn a {
    padding: 10px 0;
  }
}
.topLineup .btn a:hover {
  opacity: 0.6;
}

.top-form select {
  pointer-events: none;
}
.top-form .item {
  cursor: pointer;
}
.bg {
  position: fixed;
  opacity: 0;
  top: 0;
  left: -1000%;
  z-index: -2;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0s;
  transition: 0s;
  display: none;
}
.bg.active {
  -webkit-transition: 0s;
  transition: 0s;
  display: block;
  opacity: 1;
  z-index: 10000;
  left: 0;
}

#modal1 {
  opacity: 0;
  z-index: -2;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: -1000%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 40px;
  height: 500px;
  border-radius: 20px;
  -webkit-transition: 0s;
  transition: 0s;
}
@media screen and (max-width: 767px) {
  #modal1 {
    width: 90%;
    height: 420px;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  #modal1 .inner {
    padding: 0;
  }
}
#modal1.active {
  -webkit-transition: 0s;
  transition: 0s;
  z-index: 10001;
  opacity: 1;
  left: 50%;
}
#modal1 .title {
  margin-bottom: 20px;
}
#modal1 .title .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#modal1 .title .flex .icon {
  max-width: 42px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #modal1 .title .flex .icon {
    max-width: 35px;
    margin-right: 10px;
    position: relative;
    top: -5px;
  }
}
#modal1 .title .flex .text {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #modal1 .title .flex .text {
    font-size: 16px;
  }
}
#modal1 .box1 {
  border-radius: 10px;
  border: 1px solid #DBDBDB;
  overflow: hidden;
}
#modal1 .button {
  line-height: 1;
  background: #F7F7F7;
  padding: 20px;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #modal1 .button {
    padding: 10px;
    font-size: 14px;
  }
}
#modal1 .button.active {
  background: #fff;
  color: #BD1515;
}
#modal1 .flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#modal1 .flex1 .left {
  width: 330px;
}
#modal1 .flex1 .right {
  width: calc(100% - 330px);
  overflow: auto;
  height: 288px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  #modal1 .flex1 .right {
    height: 220px;
  }
}
#modal1 .area {
  display: none;
}
#modal1 .area.open {
  display: block;
}
#modal1 .area ul {
  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;
}
@media screen and (max-width: 767px) {
  #modal1 .area ul {
    display: block;
  }
}
#modal1 .area ul li {
  width: 47%;
  border-bottom: 1px solid #DEDEDE;
  font-size: 18px;
  margin-bottom: 10px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #modal1 .area ul li {
    font-size: 14px;
    width: 100%;
    line-height: 1.3;
    padding-bottom: 4px;
  }
}
#modal1 .area ul li input {
  opacity: 0;
  position: absolute;
  left: -1000%;
}
#modal1 .area ul li input:checked + span {
  color: #BD1515;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #modal1 .button {
    line-height: 1.3;
  }
  #modal1 .title .flex .text {
    margin-bottom: 10px;
  }
}
#modal1 .area ul li a {
  color: #272727;
}

#modal2 {
  opacity: 0;
  position: fixed;
  top: 50%;
  left: -1000%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -2;
  background: #fff;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 40px;
  height: 400px;
  border-radius: 20px;
  -webkit-transition: 0s;
  transition: 0s;
}
@media screen and (max-width: 767px) {
  #modal2 {
    width: 90%;
    padding: 20px 20px;
    height: auto;
  }
}
#modal2.active {
  -webkit-transition: 0s;
  transition: 0s;
  z-index: 10001;
  opacity: 1;
  left: 50%;
}
#modal2 .title {
  margin-bottom: 20px;
}
#modal2 .title .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#modal2 .title .flex .icon {
  max-width: 42px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #modal2 .title .flex .icon {
    max-width: 30px;
    margin-right: 10px;
    position: relative;
    top: -3px;
  }
}
#modal2 .title .flex .text {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #modal2 .title .flex .text {
    font-size: 16px;
  }
}

.contact .checkbox {
  text-align: center;
}

.contact label {
  display: block;
  margin-bottom: 7px;
}

.product-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .product-ul li {
    width: calc(33.333% - 20px);
    margin-right: 30px;
  }
  .product-ul li:nth-child(3n) {
    margin-right: 0;
  }
  .product-ul li:nth-child(n+4) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .product-ul li {
    width: calc(50% - 10px);
    margin-right: 20px !important;
  }
  .product-ul li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .product-ul li:nth-child(n+3) {
    margin-top: 40px;
  }
}
.product-ul li a {
  color: #272727;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-ul li a:hover {
  opacity: 0.6;
}
.product-ul li .img {
  margin-bottom: 10px;
}
.product-ul li .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .product-ul li .title {
    font-size: 16px;
  }
}
.product-ul li .price {
  font-size: 22px;
  font-weight: bold;
  color: #BD1515;
}
@media screen and (max-width: 767px) {
  .product-ul li .price {
    font-size-adjust: 18px;
  }
}
.product-ul .category-list {
  line-height: 1;
}
.product-ul .category1 .category-item {
  background: #BD1515;
  color: #fff;
  font-weight: 500;
  border-radius: 10px;
  padding: 5px 10px;
  line-height: 1;
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.product-ul .category2 .category-item {
  background: #BD1515;
  color: #fff;
  font-weight: 500;
  border-radius: 10px;
  padding: 5px 10px;
  line-height: 1;
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.product-ul .category3 .category-item {
  background: #BD1515;
  color: #fff;
  font-weight: 500;
  border-radius: 10px;
  padding: 5px 10px;
  line-height: 1;
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.nav-links {
  text-align: center;
  margin-top: 60px;
}
.nav-links span {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  background: #BD1515;
  font-size: 18px;
  padding: 6px 10px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .nav-links span {
    font-size: 14px;
  }
}
.nav-links a {
  color: #272727;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 18px;
  padding: 6px 10px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .nav-links a {
    font-size: 14px;
  }
}
.nav-links a:hover {
  color: #BD1515;
}
@media screen and (max-width: 767px) {
  .nav-links {
    margin-top: 30px;
  }
}

.product .keyword {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .product .keyword {
    font-size: 14px;
  }
}
.product .post-result {
  font-weight: 500;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .product .post-result {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  #modal1 .flex1 .left {
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  #modal1 .flex1 .right {
    width: calc(100% - 130px);
  }
}

#modal2 .flex2 {
  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: 767px) {
  #modal2 .flex2 {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #modal2 .flex2 .item {
    width: 46%;
  }
  #modal2 .flex2 .item:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #modal2 .flex2 .item {
    width: 100%;
    margin-bottom: 15px;
  }
}
#modal2 .flex2 .item select {
  padding: 20px 20px 20px 20px;
  border-radius: 15px;
  border: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: 500;
  font-size: 18px;
  color: #8E8E8E;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #modal2 .flex2 .item select {
    padding: 10px;
  }
}
#modal2 .title-add {
  font-size: 14px;
  font-weight: 500;
}

.about-mv {
  text-align: center;
}
.about-mv .flex {
  display: block;
}
.about-mv .flex .left {
  width: 100% !important;
}

.about1 {
  overflow: hidden;
}
.about1 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .about1 .flex {
    display: block;
    margin-bottom: 50px;
  }
}
.about1 .flex:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.about1 .flex .title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .about1 .flex .title {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .about1 .flex .text {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .about1 .flex .img {
    width: 40%;
  }
  .about1 .flex .contents {
    width: 55%;
  }
}
.about1 .img2 {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about1 .img2 {
    overflow-x: auto;
  }
  .about1 .img2 .wrap {
    width: 733px;
    overflow-x: auto;
  }
}

.about2 {
  background: #BD1515;
  color: #fff;
}
.about2 .section-title-about {
  text-align: center;
  font-size: 28px;
  margin-bottom: 60px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .about2 .section-title-about {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
.about2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about2 ul {
    display: block;
  }
}
.about2 ul li {
  background: #fff;
  padding: 20px 30px 30px;
  border-radius: 30px;
  color: #272727;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .about2 ul li {
    padding: 20px 20px;
  }
}
@media screen and (min-width: 768px) {
  .about2 ul li {
    width: calc(50% - 12.5px);
    margin-right: 25px;
  }
  .about2 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .about2 ul li:nth-child(n+3) {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .about2 ul li {
    margin-bottom: 20px;
  }
  .about2 ul li:last-child {
    margin-bottom: 0;
  }
}
.about2 ul .merit {
  width: 65px;
  margin: 0 auto 10px;
}
.about2 ul .title {
  font-size: 20px;
  font-weight: 700;
  color: #BD1515;
  text-align: center;
}
.about2 ul .text22 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .about2 ul .text22 {
    margin-top: 15px;
    display: none;
  }
}
.about2 .arrow {
  width: 15px;
  margin: 5px auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about2 .arrow img {
  vertical-align: middle;
}
.about2 .arrow.action {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.buy-btn {
  margin-right: 30px;
}
@media screen and (max-width: 1000px) {
  .buy-btn {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .buy-btn {
    margin-right: 15px;
  }
}
.buy-btn .buy-btn-text {
  color: #fff;
  cursor: pointer;
  background: #BD1515;
  border: 1px solid #BD1515;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .buy-btn .buy-btn-text {
    font-size: 11px;
    padding: 5px 25px;
  }
}
.buy-btn .buy-btn-text:hover {
  opacity: 0.6;
}

.buy-contents {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 28px;
  display: none;
}
@media screen and (max-width: 767px) {
  .buy-contents {
    padding-top: 18px;
  }
}

.buy-contents-box {
  background: white;
  border-radius: 20px;
  padding: 20px 10px;
  width: 131.25px;
}
@media screen and (max-width: 767px) {
  .buy-contents-box {
    padding: 10px;
    width: 94.3px;
  }
}

.buy-link {
  text-align: center;
}
.buy-link a {
  padding: 10px 0;
  color: #8E8E8E;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .buy-link a {
    font-size: 12px;
    padding: 5px 0;
  }
}
.buy-link a:hover {
  color: #BD1515;
}

.header .buy-btn .buy-contents {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header .buy-contents2 {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 40px;
}

.qa .qa-row {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .qa .qa-row {
    margin-bottom: 50px;
  }
}
.qa .qa-row-item {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .qa .qa-row-item {
    margin-bottom: 30px;
  }
}
.qa .parent-title1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #BD1515;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .qa .parent-title1 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.qa .parent-title2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .qa .parent-title2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.mv .contents .text {
  line-height: 1.1;
  font-size: 72px;
  color: #fff;
  text-shadow: 0 5px 1px #272727;
  font-family: sans-serif;
  font-weight: 700;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .mv .contents .text {
    text-shadow: 0 3px 1px #272727;
    font-size: 34px;
  }
}

@media screen and (max-width: 767px) {
  .mv-bottom-news .right .title {
    line-height: 1.5;
  }
}
body,
html {
  overflow-x: hidden;
}

.cta-area .flex .item {
  border-radius: 10px;
  overflow: hidden;
}

.page-mv2 .contents .flex .right .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-mv2 .contents .flex .right .flex img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .page-mv2 .contents .flex .right .flex img {
    width: 40%;
  }
}
.page-mv2 .contents .flex .right .flex img:nth-child(2) {
  position: relative;
  left: -10%;
  z-index: 2;
}
.page-mv2 .contents .flex .right .flex img:nth-child(3) {
  position: relative;
  left: -20%;
  z-index: 3;
}

.topLineup .pro-conduct .flex {
  max-width: 900px;
}

.topLineup .pro-conduct .flex .left .wrap1 {
  max-width: 250px;
}
.topLineup .pro-conduct .flex .left .wrap1 .flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topLineup .pro-conduct .flex .left .wrap1 .flex2 img {
  width: 40%;
}
@media screen and (max-width: 1000px) {
  .topLineup .pro-conduct .flex .left .wrap1 .flex2 img {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .topLineup .pro-conduct .flex .left .wrap1 .flex2 img {
    width: 30%;
  }
}
.topLineup .pro-conduct .flex .left .wrap1 .flex2 img:nth-child(1) {
  -webkit-transform: rotate(-15deg) translate(10%, 10%);
          transform: rotate(-15deg) translate(10%, 10%);
  position: relative;
  z-index: 1;
}
.topLineup .pro-conduct .flex .left .wrap1 .flex2 img:nth-child(2) {
  position: relative;
  z-index: 2;
}
.topLineup .pro-conduct .flex .left .wrap1 .flex2 img:nth-child(3) {
  -webkit-transform: rotate(15deg) translate(-10%, 10%);
          transform: rotate(15deg) translate(-10%, 10%);
  position: relative;
  z-index: 3;
}

.about1 .flex .img img {
  border-radius: 10px;
}

.lineup ul li .img {
  text-align: center;
}
.lineup ul li .img img {
  width: auto;
  height: 220px;
}

@media screen and (max-width: 767px) {
  .lineup ul.sp .img {
    text-align: center;
  }
  .lineup ul.sp .img img {
    width: auto;
    height: 45vw;
  }
}
.pro-main-search {
  margin-bottom: 60px;
  margin-left: auto;
  -webkit-text-emphasis: right;
          text-emphasis: right;
}
@media screen and (max-width: 767px) {
  .pro-main-search {
    margin-bottom: 30px;
  }
}
.pro-main-search form {
  text-align: right;
}
.pro-main-search select {
  max-width: 200px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  padding: 5px;
}

.pro-main-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: 767px) {
  .pro-main-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.pro-main-flex .pro-main-flex-left-row {
  padding-bottom: 10px;
  padding-top: 15px;
}
.pro-main-flex .pro-main-flex-left-row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.pro-main-flex .pro-main-flex-left-row:first-child {
  padding-top: 0;
}
.pro-main-flex .pro-main-flex-left {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .pro-main-flex .pro-main-flex-left {
    width: 100%;
    margin-top: 40px;
  }
}
.pro-main-flex .pro-main-flex-left a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pro-main-flex .pro-main-flex-left .parent {
  line-height: 1.3;
  border-bottom: 1px solid #272727;
  margin-bottom: 5px;
  font-weight: bold;
  padding-bottom: 4px;
}
.pro-main-flex .pro-main-flex-left .parent a {
  color: #272727;
}
@media screen and (max-width: 767px) {
  .pro-main-flex .pro-main-flex-left .parent a {
    font-size: 14px;
  }
}
.pro-main-flex .pro-main-flex-left .parent a:hover {
  color: #BD1515;
}
.pro-main-flex .pro-main-flex-left ul {
  padding-left: 15px;
}
.pro-main-flex .pro-main-flex-left ul li a {
  color: #272727;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .pro-main-flex .pro-main-flex-left ul li a {
    font-size: 14px;
  }
}
.pro-main-flex .pro-main-flex-left ul li a:hover {
  color: #BD1515;
}
.pro-main-flex .pro-main-flex-right {
  width: calc(100% - 300px);
}
@media screen and (max-width: 767px) {
  .pro-main-flex .pro-main-flex-right {
    width: 100%;
  }
}

.wixui-rich-text__text {
  margin-top: 20px;
}

.wixui-button {
  color: #272727;
  text-decoration: underline;
  margin-top: 20px;
  display: inline-block;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wixui-button:hover {
  color: #BD1515 !important;
}

.activation .main-box {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .activation .main-box {
    margin-top: 50px;
  }
}
.activation .V5AUxf {
  margin-bottom: 60px;
}
.activation .V5AUxf a {
  color: #272727;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .activation .V5AUxf {
    margin-bottom: 30px;
  }
}
input[type=date] {
  border-radius: 3px;
  background: #F2F2F2;
  padding: 10px;
  border: none;
  max-width: 150px;
}

.thanks p {
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .thanks p {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .wixui-rich-text__text {
    font-size: 14px !important;
  }
  .activation .main-box {
    margin-top: 10px;
  }
}
.wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
  display: block;
  width: 100%;
  margin-top: 10px;
}
.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  display: block;
  position: relative;
  padding-left: 20px;
}
.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 18px;
  height: 18px;
  background: #F2F2F2;
  border-radius: 50%;
}
.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2.5px;
  width: 13px;
  height: 13px;
  background: #BD1515;
  border-radius: 50%;
  opacity: 0;
}
.wpcf7-radio .wpcf7-list-item input {
  opacity: 0;
  position: absolute;
  left: -1000%;
}
.wpcf7-radio .wpcf7-list-item input:checked + span::after {
  opacity: 1;
}

.wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  display: block;
  width: 100%;
  margin-top: 10px;
}
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  display: block;
  position: relative;
  padding-left: 20px;
}
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 18px;
  height: 18px;
  background: #F2F2F2;
}
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  left: 2.5px;
  width: 13px;
  height: 5px;
  border-bottom: 3px solid #BD1515;
  border-left: 3px solid #BD1515;
  opacity: 0;
}
.wpcf7-checkbox .wpcf7-list-item input {
  opacity: 0;
  position: absolute;
  left: -1000%;
}
.wpcf7-checkbox .wpcf7-list-item input:checked + span::after {
  opacity: 1;
}

.contact .checkbox .wpcf7-list-item {
  margin-left: 0;
  width: 100%;
  margin-top: 10px;
}
.contact .checkbox .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  padding-left: 20px;
}
.contact .checkbox .wpcf7-list-item .wpcf7-list-item-label::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 18px;
  height: 18px;
  background: #F2F2F2;
}
.contact .checkbox .wpcf7-list-item .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  left: 2.5px;
  width: 13px;
  height: 5px;
  border-bottom: 3px solid #BD1515;
  border-left: 3px solid #BD1515;
  opacity: 0;
}
.contact .checkbox .wpcf7-list-item input {
  opacity: 0;
  position: absolute;
  left: -1000%;
}
.contact .checkbox .wpcf7-list-item input:checked + span::after {
  opacity: 1;
}

.buy-contents-box {
  width: 200px;
}

.header .buy-btn .buy-contents-box {
  width: 200px;
}

.mv-bottom-news {
  padding: 10px 0;
}

@media screen and (min-width: 768px) {
  .mv .contents {
    white-space: nowrap;
  }
  .lineup ul li .row .dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .mv .contents {
    white-space: initial;
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .mv .contents {
    white-space: initial;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .mv-bottom-news .right .title {
    font-size: 14px;
  }
  .mv-bottom-news .left {
    font-size: 16px;
  }
  .mv-bottom-news .left {
    width: initial;
    white-space: nowrap;
    margin-right: 20px;
  }
}
.mv .contents {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mv .contents .text {
  text-shadow: 3px 3px 7px #272727;
  width: 100%;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 10px;
}
@media screen and (max-width: 1200px) {
  .mv .contents .text {
    font-size: 50px;
  }
}
@media screen and (max-width: 900px) {
  .mv .contents .text {
    font-size: 30px;
  }
}
.mv .contents .text .heading-span {
  font-size: 40%;
  display: block;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.mv .contents .text .span-logo {
  display: block;
  width: 32%;
}
.mv .contents .text .span-logo img {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .mv .contents .text {
    letter-spacing: 4px;
  }
}

.add-icon2025 {
  width: 24px;
  min-width: 24px;
  margin-right: 20px;
}
.add-icon2025 a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.add-icon2025 a:hover {
  opacity: 0.6;
}

.header .header-right .search-btn {
  width: 22px;
  min-width: 22px;
}

@media screen and (max-width: 767px) {
  .header .header-right .buy-btn .buy-btn-text {
    width: 20px;
    background: transparent;
    padding: 0;
    border: none;
  }
}
.drawer-icon {
  top: 30px;
  right: 15px;
  z-index: 300;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
@media screen and (min-width: 768px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-active .drawer-icon-bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drawer-icon.is-active .drawer-icon-bar2 {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drawer-icon.is-active .drawer-icon-bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon-bars {
  width: 20px;
  height: 16px;
  display: block;
  position: relative;
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  width: 22px;
  height: 2px;
  background: #272727;
  top: 0;
  left: 0;
}

.drawer-icon-bar1 {
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon-bar2 {
  top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon-bar3 {
  top: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 250;
  display: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.drawer-content.is-active {
  display: block;
}

.drawer-content {
  overflow-y: auto;
}

.drawer-icon-nav {
  position: absolute;
  top: 80px;
  left: 0%;
  padding: 0 20px 60px;
  width: 100%;
}
.drawer-icon-nav ul {
  display: block !important;
}
.drawer-icon-nav ul li {
  margin-bottom: 15px;
}
.drawer-icon-nav ul li a {
  display: block;
  color: #272727;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 1.3;
}
.drawer-icon-nav ul li .no-a {
  margin-bottom: 5px;
  pointer-events: none;
}
.drawer-icon-nav ul li .child {
  padding-left: 15px;
}
.drawer-icon-nav ul li .child .sub-list {
  margin-bottom: 5px;
}
.drawer-icon-nav ul li span {
  width: 20px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .header .header-right .buy-btn .buy-btn-text {
    width: 24px;
    margin-right: 20px;
  }
  .header .header-right .buy-btn {
    margin-right: 0;
  }
  .header .header-right .buy-btn .buy-btn-text {
    width: 22px;
    min-width: 22px;
    margin-right: 10px;
  }
  .header .header-right .buy-btn .buy-btn-text img {
    vertical-align: middle;
  }
  .add-icon2025 {
    width: 20px;
    min-width: 20px;
    margin-right: 15px;
  }
  .add-icon2025-f {
    width: 18px;
    min-width: 18px;
    margin-right: 10px;
  }
  .header .header-right .search-btn {
    min-width: 20px;
    width: 20px;
    margin-right: 10px;
  }
  .header .header-right .search-btn {
    display: none;
  }
  .lang-contents-box-drawer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lang-contents-box-drawer .lang-link a {
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #272727;
    line-height: 1.3;
  }
  .search-flex input[type=text] {
    padding: 5px;
    font-size: 14px;
  }
  .search-flex input[type=submit] {
    padding: 5px;
    background: #BD1515;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
  }
}
.kettei {
  display: block;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .kettei {
    margin-top: 30px;
  }
}
.kettei .kettei-wrap {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #BD1515;
  color: #fff;
  font-size: 16px;
  padding: 10px 40px;
  border-radius: 10px;
  line-height: 1;
}
.kettei .kettei-wrap:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  #modal2 .flex2 .item select {
    font-size: 14px;
  }
}
.mv-bottom-news .left {
  width: initial;
  margin-right: 20px;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .topLineup .pro-conduct .flex .left {
    width: 400px;
  }
  .topLineup .pro-conduct .flex .right {
    width: calc(100% - 450px) !important;
  }
  .topLineup .pro-conduct .flex .left .wrap1 {
    width: 100%;
    max-width: initial !important;
  }
}
@media screen and (min-width: 768px) {
  .topLineup .pro-conduct .flex .right {
    width: 50%;
    text-align: center;
  }
}
#pro-conduct3 .left img {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

#pro-conduct4 .left .wrap {
  text-align: center;
}
#pro-conduct4 .left img {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  max-width: 250px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .header .header-right ul li {
    margin-right: 0;
  }
  .header .header-right ul li {
    border-bottom: 0.3px solid #272727;
    padding-bottom: 10px;
  }
  .lang-contents-box-drawer {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .drawer-icon-nav ul li .no-a {
    margin-bottom: 7px;
  }
  .drawer-icon-nav ul li .child {
    padding-left: 33px;
  }
  .topLineup .pro-conduct .flex {
    min-height: 280px;
  }
}
@media screen and (min-width: 768px) {
  .topLineup .pro-conduct .flex {
    min-height: 300px;
  }
}
@media screen and (max-width: 900px) {
  .topLineup .pro-conduct .flex .right .text {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .topLineup .pro-conduct .flex .right .text {
    text-align: left;
  }
}
.qa .wrapper {
  display: none;
}

.parent-title1 {
  position: relative;
  cursor: pointer;
}
.parent-title1::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 2px;
  background: #BD1515;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
.parent-title1::before {
  position: absolute;
  top: 50%;
  right: 29px;
  width: 2px;
  height: 20px;
  background: #BD1515;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.parent-title1.active::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 0px;
}

.parent-title2 {
  position: relative;
  cursor: pointer;
}
.parent-title2::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 2px;
  background: #272727;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
.parent-title2::before {
  position: absolute;
  top: 50%;
  right: 29px;
  width: 2px;
  height: 20px;
  background: #272727;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.parent-title2.active::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 0px;
}

.qa-wrap {
  display: none;
}

@media screen and (max-width: 767px) {
  .qa .parent-title1 {
    font-size: 20px;
  }
}
.pro-main-flex .pro-main-flex-left .parent {
  position: relative;
  cursor: pointer;
}
.pro-main-flex .pro-main-flex-left .parent .icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pro-main-flex .pro-main-flex-left .parent .icon::after {
  position: absolute;
  top: 46%;
  right: 5px;
  width: 15px;
  height: 2px;
  background: #272727;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
.pro-main-flex .pro-main-flex-left .parent .icon::before {
  position: absolute;
  top: 46%;
  right: 11.5px;
  width: 2px;
  height: 15px;
  background: #272727;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pro-main-flex .pro-main-flex-left .parent.active .icon::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 0px;
}

.pro-main-flex .pro-main-flex-left .parent + div {
  display: none;
}

.pro-main-flex .pro-main-flex-left-row {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .mv .contents .text {
    font-size: 77px;
    letter-spacing: 22px;
  }
}
.mv .contents .text .heading-span {
  width: 32%;
}

@media screen and (min-width: 768px) {
  .mv .contents .text {
    font-size: 77px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 1200px) {
  .mv .contents .text {
    font-size: 57px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 900px) {
  .mv .contents .text {
    font-size: 40px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .mv .contents .text .span-logo {
    display: block;
    width: 180px;
  }
}
.cate-btn {
  text-align: center;
  padding: 10px 5px;
  line-height: 1;
  border: 1px solid #272727;
  margin-bottom: 20px;
}

.cate-contents {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}
.cate-contents .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.cate-contents.open {
  right: 0;
}

.cate-contents {
  padding: 40px 20px;
}

.header .header-right .buy-btn .buy-btn-text {
  position: relative;
  top: 1px;
}

.pageBute {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pageBute {
    margin-top: 30px;
  }
}
.pageBute a, .pageBute span {
  margin: 0 10px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .pageBute a, .pageBute span {
    font-size: 15px;
  }
}
.pageBute .current {
  color: #BD1515;
}
.pageBute a {
  color: #272727;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pageBute a:hover {
  opacity: 0.6;
}

.form-result {
  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;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .form-result {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.form-result li {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .form-result li {
    padding: 0px;
  }
}
.form-result .unselected {
  color: #272727;
  position: relative;
  top: -2px;
}
.form-result .selected {
  color: #BD1515;
  font-weight: 500;
  position: relative;
  top: 1px;
}
.pro-main-flex .pro-main-flex-left-row:first-child .icon {
  display: none !important;
}

.pro-main-flex .pro-main-flex-left .parent a {
  margin-right: 20px;
}

#pro-conduct3 .left img {
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .topLineup .pro-conduct .flex .left .wrap1 .flex2 img {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .topLineup .btn a {
    margin-top: 35px;
  }
  .topLineup .pro-conduct .flex {
    display: block;
  }
  .topLineup .pro-conduct .flex .left .wrap1 {
    max-width: initial;
    width: 80%;
    margin: 0 auto 20px;
  }
  .topLineup .pro-conduct .flex .left .wrap {
    max-width: initial;
    width: 50%;
    margin: 35px auto 20px;
  }
  .topLineup .pro-conduct .flex .left {
    margin: 0;
    width: 100%;
  }
  .topLineup .pro-conduct .flex .right {
    margin: 0;
    width: 100%;
  }
  .topLineup .pro-conduct .flex .right .text {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .red-bottom-section {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .cate-btn {
    position: relative;
  }
  .cate-btn::after {
    position: absolute;
    content: "";
    background: url(../img/arrow0701.png) no-repeat center center/cover;
    top: 55%;
    right: 4px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    line-height: 1;
    width: 16px;
    height: 16px;
  }
}
.lineup ul li .img img {
  width: 100%;
  height: auto;
}

#comp-m88guk4p .style-m9ktozcx__root {
  -webkit-transition: all 0.2s ease, visibility 0s;
  transition: all 0.2s ease, visibility 0s;
  padding: 3px;
  border-radius: 50px;
  border: 0px solid rgb(63, 118, 82);
  background: rgb(238, 45, 19);
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 20px;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}
#comp-m88guk4p .style-m9ktozcx__root:hover {
  color: #fff !important;
  opacity: 0.6;
}

#comp-m8ci4iw7 .style-m9ktnpn4__root {
  -webkit-transition: all 0.2s ease, visibility 0s;
  transition: all 0.2s ease, visibility 0s;
  padding: 3px;
  border-radius: 50px;
  background: #3F7652;
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 15px;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}
#comp-m8ci4iw7 .style-m9ktnpn4__root:hover {
  color: #fff !important;
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .top-form .flex .item::before {
    right: 10px;
  }
}
.lineup ul li .box {
  height: 100%;
}

.lineup ul li .bottom {
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .kaigai-sim ul li:nth-child(2) .img {
    margin-bottom: 44px;
  }
  .kaigai-sim ul li:nth-child(5) .img {
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 767px) {
  .kaigai-sim ul li:nth-child(2) .img {
    margin-bottom: 44px;
  }
  .kaigai-sim ul li:nth-child(5) .img {
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 767px) {
  .lineup ul li .ex {
    margin-bottom: 10px;
  }
  .lineup ul li .bottom {
    padding: 15px 12px 0;
  }
  .lineup ul li .btn a {
    font-size: 14px;
  }
  .lineup ul li .ex {
    font-size: 10px;
    margin-bottom: 5px;
    white-space: nowrap;
  }
  .lineup ul li .heading .title {
    font-size: 14px;
  }
  .lineup ul li .btn a {
    font-size: 13px;
  }
  .lineup ul li .row .dd {
    font-size: 13px;
  }
  .lineup ul li .row .dt {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .product-ul li {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    height: 100px;
    margin-top: 0;
  }
  .product-ul li.hidden {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    height: 100px;
  }
  .product-ul li.visible {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .product-ul li {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    height: 1px;
    margin-top: 0;
  }
  .product-ul li.hidden {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    height: 1px;
  }
  .product-ul li.visible {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    height: 100%;
  }
}


.tab-content {
    display: none; /* デフォルトで非表示 */
}

.tab-content.active {
    display: block; /* activeクラスで表示 */
}

.tab-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.tab-btn {
    font-size: 16px; /* スマホでも読みやすいサイズ */
    font-weight: bold;
    padding: 10px 20px; /* パディングを調整 */
    margin: 5px; /* マージンを調整 */
    background-color: #f4f4f4;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    border-radius: 10px;
}

.tab-btn.active {
    background-color: #BD1515;
    color: #fff;
}

/* スマートフォン画面でも横並び */
@media screen and (max-width: 414px) {
    .tab-header {
        display: flex;
        flex-direction: row; /* 横並びに */
        justify-content: center;
        align-items: center;
        flex-wrap: wrap; /* 折り返し可能に */
    }

    .tab-btn {
        font-size: 14px; /* 少し小さめに */
        padding: 8px 15px; /* さらに小さく */
        margin: 5px; /* 余白を維持 */
    }

    .tab-btn.active {
        background-color: #BD1515 !important;
        color: #fff !important;
    }
}
