@charset "UTF-8";
/* CSS Document */

/*
Theme Name: スポーツX old
*/

html,
body {
  width: 100%;
  color: #1a1a1a;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  overflow-x: hidden;
}

.sp {
  display: none;
}

header {
  padding: 300px 0 200px;
}

h1 {
  margin: 0 auto;
  display: table;
}

h2 {
  text-align: center;
  letter-spacing: 0.14em;
  line-height: 1;
  color: #de0614;
  margin-bottom: 100px;
}

h2 span {
  display: block;
  font-size: 45px;
  letter-spacing: 0.22em;
  margin-top: 30px;
  font-family: lato, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.top-read-area {
  color: #de0614;
  width: max-content;
  margin: 0 auto;
  font-size: 19px;
  line-height: 2.6;
  letter-spacing: 0.14em;
  text-shadow: 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff,
    0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff;
}

.top-read-area p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.top-read-area p font {
  transform: translateX(0.1em);
  display: inline-block;
}

@media (max-width: 1024px) {
  .top-read-area {
    font-size: 1.8vw;
  }
}

.top-icatch-area {
  margin-top: -200px;
  position: relative;
  z-index: -1;
  line-height: 0;
}

.top-icatch-area .copy-wrap {
  width: 90%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0px 0px 3px #555, 0px 0px 3px #555;
}

.top-icatch-area .copy-wrap h2 {
  color: #fff;
  margin-bottom: 30px;
}

.top-icatch-area .copy-wrap .copy {
  font-size: 2.2vw;
  line-height: 2;
  letter-spacing: 0.22em;
}

.top-slider .slick-track .slick-slide {
  line-height: 0;
}

.slider {
  width: 100%;
  height: 100vh;
}

.top-slider {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.top-slider.slick-initialized {
  opacity: 1;
}

.top-icatch-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.top-arc-area {
  background: #de0614;
  color: #fff;
  padding: 200px 0;
}

.top-arc-area h2 {
  color: #fff;
}

.top-arc-area .inner {
  width: 75%;
  max-width: 1150px;
  margin: 0 auto;
}

.top-arc-area .arc-wrap {
  flex-flow: row-reverse;
  align-items: flex-start;
  display: none;
  position: relative;
}

.top-arc-area .arc-wrap.active {
  display: flex;
  opacity: 0;
  animation: fadeIn 0.3s ease 0.2s 1 forwards;
  -webkit-animation: fadeIn 0.3s ease 0.2s 1 forwards;
}

.top-arc-area .thumb-wrap {
  width: 50%;
  border-radius: 40px;
  overflow: hidden;
  line-height: 0;
}

.top-arc-area .thumb-wrap img {
  width: 100%;
}

.top-arc-area .text-wrap {
  width: 40%;
  padding-top: 3vw;
  line-height: 2;
  letter-spacing: 0.14em;
}

.top-arc-area .text-wrap h3 {
  font-size: 24px;
  letter-spacing: 0.22em;
  margin-bottom: 55px;
}

.arc-wrap .next-link {
  width: 80px;
  height: 80px;
  position: absolute;
  right: -10vw;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.arc-wrap .next-link:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 100%;
  position: absolute;
  transition: 0.3s ease;
}

.arc-wrap .next-link:hover:before {
  background: rgba(255, 255, 255, 1);
}

.arc-wrap .next-link:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.3s ease;
}

.arc-wrap .next-link:hover:after {
  border-top: 1px solid #de0614;
  border-right: 1px solid #de0614;
}

.arc-wrap .prev-link {
  width: 80px;
  height: 80px;
  position: absolute;
  left: -10vw;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.arc-wrap .prev-link:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 100%;
  position: absolute;
  transition: 0.3s ease;
}

.arc-wrap .prev-link:hover:before {
  background: rgba(255, 255, 255, 1);
}

.arc-wrap .prev-link:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: 0.3s ease;
}

.arc-wrap .prev-link:hover:after {
  border-top: 1px solid #de0614;
  border-left: 1px solid #de0614;
}

.arc-nav {
  max-width: 790px;
  border: 1px solid #fff;
  border-radius: 40px;
  overflow: hidden;
  margin: 75px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.arc-nav li {
  display: block;
  width: 25%;
  text-align: center;
  padding: 10px;
  transition: 0.3s ease;
  cursor: pointer;
}

.arc-nav li:hover,
.arc-nav li.current {
  background: #fff;
  color: #de0614;
}

.top-base-area {
  padding: 150px 0 200px;
  margin-top: 50px;
}

.top-base-area .inner {
  width: 90%;
  max-width: 1250px;
  margin: 0 auto;
  position: relative;
}

.top-base-area .text-wrap {
  max-width: 800px;
  margin: 0 auto;
}

.top-base-area .text-wrap h3 {
  font-size: 19px;
  margin-bottom: 15px;
  line-height: 1;
}

.top-base-area .text-wrap h3:before {
  content: "●";
  display: inline-block;
  color: #ec610d;
  font-size: 12px;
  margin-right: 5px;
  transform: translateY(-3px);
}

.top-base-area .text-wrap div:last-child h3:before {
  color: #04a0db;
}

.top-base-area .text-wrap div {
  width: 40%;
}

.top-base-area .text-wrap div:last-child {
  width: 50%;
}

.map-wrap {
  position: relative;
}

.top-base-area .popup-jp {
  width: 44%;
  position: absolute;
  padding: 30px 70px;
  background: rgb(255, 255, 255, 0.9);
  border: 3px solid #de0614;
  border-radius: 40px;
  position: absolute;
  top: 3.1%;
  right: 7%;
  z-index: 2;
}

/*
.top-base-area .popup-jp:before{
	content: "";
	display: block;
	width: 14%;
	height: 3px;
	background: #de0614;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-100% , -50%);
}
*/

.top-base-area .popup-jp .popup-close {
  position: absolute;
  top: 25px;
  left: 25px;
  color: #de0614;
  font-size: 19px;
  font-family: lato, sans-serif;
  font-weight: 300;
  font-style: normal;
  cursor: pointer;
}

.top-base-area .popup-jp .popup-close:after {
  content: "×";
  display: inline-block;
  margin-left: 10px;
  font-size: 22px;
}

.marker-jp {
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 100%;
  background: #de0614;
  position: absolute;
  top: 42%;
  left: 44.5%;
  cursor: pointer;
}

.top-com-area {
  padding: 200px 0;
  background: #f0efea url(../img/top/bg_com.svg) no-repeat -200px 200px;
}

.top-com-area .inner {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}

.top-com-area table {
  width: 100%;
}

.top-com-area table th {
  white-space: nowrap;
}

.top-com-area table th,
.top-com-area table td {
  padding: 20px;
  border-bottom: 1px solid #989898;
}

.top-message-area {
  padding: 100px 0px 200px 0px;
  margin-top: 100px;
}

.top-message-area .inner {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}

.top-message-area .profile-wrap {
  margin-bottom: 50px;
}

.top-message-area .profile-wrap .thumb-wrap {
  width: 50%;
  border-radius: 30px;
  overflow: hidden;
  line-height: 0;
}

.top-message-area .profile-wrap .text-wrap {
  width: 40%;
  position: relative;
}

.top-message-area .profile-wrap .text-wrap .text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.top-message-area .profile-wrap .text-wrap .text h3 {
  font-size: 30px;
  letter-spacing: 0.14em;
  margin-bottom: 25px;
}

.top-message-area .profile-wrap .text-wrap .text h3 span {
  display: block;
  font-size: 15px;
  letter-spacing: 0.04em;
  font-family: lato, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.top-message-area .profile-wrap .text-wrap .text .cat {
  font-size: 19px;
  letter-spacing: 0.14em;
}

.top-message-area .message-wrap h4 {
  font-size: 30px;
  letter-spacing: 0.14em;
  margin-bottom: 40px;
}

.top-message-area .message-wrap p {
  line-height: 2;
}

.book-wrap {
  background: #f6f6ec;
  padding: 40px 0;
  margin-top: 50px;
}

.book-wrap .inner {
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
  align-items: center;
}

.book-wrap .inner .thumb-wrap {
  width: 20%;
}

.book-wrap .inner .text-wrap {
  width: 70%;
}

.book-wrap .inner .text-wrap h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

.book-wrap .buy-btn {
  display: table;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 5px;
  line-height: 1;
  background: #232f3e;
  color: #fff;
  margin-top: 10px;
}

.top-int-area {
  padding: 100px 0 200px;
  margin-top: -100px;
}

.top-int-area .int-list {
  transform: translateX(100px);
}

.top-int-area .int-wrap {
  padding: 0 5%;
}

.top-int-area .int-wrap .thumb-wrap {
  border-radius: 30px;
  overflow: hidden;
  line-height: 0;
  margin-bottom: 25px;
  position: relative;
  padding-top: 100%;
}

.top-int-area .int-wrap .thumb-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.top-int-area .int-wrap .text-wrap .profile {
  width: 30%;
}

.top-int-area .int-wrap .text-wrap h4 {
  width: 60%;
}

.top-int-area .int-wrap .text-wrap h3 {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.2;
  white-space: nowrap;
}

.top-int-area .int-wrap .text-wrap h3 span {
  display: block;
  font-size: 13px;
  font-family: lato, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-top: 5px;
}

.top-int-area .int-wrap .text-wrap .cat {
  font-size: 13px;
}

.foot-contact-wrap {
  padding: 200px 0;
  background: #f0efea;
}

.foot-contact-wrap h2 {
  font-size: 24px;
  color: #111;
  margin-bottom: 50px;
}

.foot-contact-wrap a.btn-contact {
  display: table;
  background: #de0614;
  color: #fff;
  width: 90%;
  max-width: 960px;
  text-align: center;
  margin: 0 auto;
  padding: 40px;
  border-radius: 20px;
  line-height: 1;
}

.foot-contact-wrap a.btn-contact span {
  display: block;
  font-size: 45px;
  letter-spacing: 0.22em;
  margin-top: 15px;
  font-family: lato, sans-serif;
  font-weight: 300;
  font-style: normal;
}

footer {
  padding: 200px 0;
  text-align: center;
  color: #de0614;
}

footer h1 {
  margin-bottom: 70px;
}

footer ul {
  margin-bottom: 30px;
  line-height: 1;
}

footer li {
  display: inline-block;
  margin: 0 20px;
}

footer .copyright {
  font-size: 12px;
  margin-top: 75px;
  font-family: lato, sans-serif;
  font-weight: 300;
  font-style: normal;
}

/*
=============
PAGE
=============
*/

header.page {
  padding: 30px 0;
}

header.page h1 {
  max-width: 380px;
}

.page-title {
  text-align: center;
  color: #de0614;
  font-size: 45px;
  letter-spacing: 0.22em;
  height: 360px;
  position: relative;
  background: #000;
}

.page-title h2 {
  text-align: center;
  color: #de0614;
  font-size: 45px;
  letter-spacing: 0.22em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: lato, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.page-contents-wrap {
  border-bottom: 1px solid #de0614;
}

/*
=============
RECRUIT
=============
*/

.page-title.recruit {
  background: url(../img/page/recruit_icatch.jpg) no-repeat center center;
  background-size: cover;
}

.recruit-contents-wrap h3 {
  text-align: center;
  font-size: 30px;
  width: 90%;
  margin: 0 auto 75px;
  letter-spacing: 0.14em;
  color: #de0614;
}

.recruit-read-area {
  padding: 200px 0;
  color: #de0614;
}

.recruit-read-area .read {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 auto;
  line-height: 3;
  letter-spacing: 0.14em;
}

.recruit-cul-area {
  padding: 200px 0;
  background: #f0efea;
}

.recruit-cul-area .inner {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}

.recruit-cul-area dl {
  margin-bottom: 75px;
  padding-left: 100px;
  position: relative;
}

.recruit-cul-area dl:before {
  content: "1.";
  display: block;
  font-size: 57px;
  color: #de0614;
  position: absolute;
  top: -12%;
  left: 0;
  font-family: lato, sans-serif;
  font-weight: 300;
  font-style: italic;
}

.recruit-cul-area dl:nth-of-type(2):before {
  content: "2.";
}

.recruit-cul-area dl:nth-of-type(3):before {
  content: "3.";
}

.recruit-cul-area dl:nth-of-type(3) {
  margin-bottom: 0;
}

.recruit-cul-area dl dt {
  font-size: 24px;
  margin-bottom: 20px;
}

.recruit-job-area {
  padding: 200px 0;
}

.recruit-job-area .inner {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}

.recruit-job-area .job-wrap:after {
  content: "";
  display: block;
  width: 32%;
}

.recruit-job-area .job {
  width: 32%;
  line-height: 0;
  margin-bottom: 25px;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.recruit-job-area .job h4 {
  text-align: center;
  color: #fff;
  font-size: 19px;
  letter-spacing: 0.14em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.5;
  width: max-content;
}

.recruit-job-area a.btn-contact {
  display: table;
  background: #de0614;
  color: #fff;
  width: 100%;
  text-align: center;
  margin: 50px auto 0;
  padding: 40px;
  border-radius: 20px;
  line-height: 1;
}

.recruit-job-area a.btn-contact span {
  display: block;
  font-size: 40px;
  letter-spacing: 0.14em;
  margin-top: 15px;
  font-family: lato, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.recruit-detail-area {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 150px 0 0;
}

.recruit-detail-area h3 {
  color: #111;
}

.recruit-detail-area dt {
  background: #111;
  color: #fff;
  text-align: center;
  font-size: 19px;
  padding: 10px;
  line-height: 1;
  margin-bottom: 25px;
}

.recruit-detail-area dd {
  margin-bottom: 50px;
  line-height: 2;
}

.recruit-job-area.single {
  padding-top: 100px;
}

.recruit-job-area .note {
  width: 90%;
  text-align: center;
  font-size: 19px;
  color: #de0614;
  margin: 0 auto 40px;
}

/*
=============
INTERVIEW
=============
*/

.int-icatch-area {
  height: 80vh;
  background: url(../img/page/interview_icatch.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 100px;
}

.int-icatch-area .inner {
  width: 90%;
  max-width: 1530px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.int-icatch-area .profile-wrap {
  background: #fff;
  border-radius: 30px;
  display: table;
  position: absolute;
  bottom: 20%;
  padding: 50px 75px;
}

.int-icatch-area .profile-wrap .title {
  color: #de0614;
  font-size: 30px;
  letter-spacing: 0.14em;
  margin-bottom: 30px;
  font-family: lato, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.int-icatch-area .profile-wrap h2 {
  color: #111;
  text-align: left;
  font-size: 2.2vw;
  line-height: 1;
  margin-bottom: 25px;
}

.int-icatch-area .profile-wrap h2 span {
  font-size: 15px;
  margin-top: 15px;
  font-family: lato, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.int-icatch-area .profile-wrap .cat {
  font-size: 24px;
  margin-top: 15px;
}

h3.int-copy {
  font-size: 37px;
  color: #de0614;
  line-height: 2;
  letter-spacing: 0.14em;
  width: 90%;
  max-width: 1530px;
  margin: 0 auto;
}

.int-detail-wrap {
  width: 90%;
  max-width: 1530px;
  margin: 0 auto;
  position: relative;
  padding: 150px 0 200px;
}

.int-detail-wrap .text-wrap {
  width: 40%;
}

.int-detail-wrap .text-wrap table.carrier {
  width: 100%;
  margin-bottom: 100px;
}

.int-detail-wrap .text-wrap table.carrier th {
  white-space: nowrap;
  padding-right: 20px;
  padding-bottom: 10px;
}

.int-detail-wrap .text-wrap table.carrier td {
  padding-bottom: 10px;
}

.int-detail-wrap .text-wrap .int {
  margin-bottom: 100px;
}

.int-detail-wrap .text-wrap .int h4 {
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 2px solid #111;
}

.int-detail-wrap .text-wrap .int p {
  line-height: 2;
}

.int-detail-wrap .thumb-wrap {
  width: 50%;
  line-height: 0;
  border-radius: 30px;
  overflow: hidden;
}

.int-detail-wrap .thumb-wrap img {
  display: block;
}

/*
=============
CONTACT
=============
*/

.page-title.contact {
  background: url(../img/page/contact_icatch.jpg) no-repeat center center;
  background-size: cover;
}

.form-wrap {
  width: 90%;
  max-width: 780px;
  margin: 0 auto;
  padding: 200px 0;
}

.form-wrap .read {
  text-align: center;
  margin-bottom: 75px;
  line-height: 2.2;
}

.form-wrap .red {
  color: #de0614;
}

.form-wrap table {
  width: 100%;
}

.form-wrap table th .red {
  margin-left: 10px;
  font-size: 12px;
}

.form-wrap table th {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  font-weight: bold;
}

.form-wrap table td {
  display: block;
  width: 100%;
  padding-bottom: 40px;
  text-align: left;
}

.form-wrap .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  padding: 1em;
  line-height: 1.85714;
  letter-spacing: 0.1em;
  border: 2px solid #d93535;
  border-radius: 10px;
  margin-top: 0;
  transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  outline: none;
  -webkit-appearance: none;
}

input[type="submit"] {
  width: 100%;
  padding: 15px;
  background: #de0614;
  border-radius: 10px;
  color: #fff;
  font-size: 19px;
  letter-spacing: 0.16em;
  -webkit-appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.2s ease-in;
  text-align: center;
  display: block;
}

input[type="submit"].wpcf7-submit {
  width: 49%;
}

input[type="button"] {
  width: 49%;
  padding: 15px;
  background: #abacb0;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  -webkit-appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.2s ease-in;
  text-align: center;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  border: 2px solid #d93535;
  font-weight: bold;
}

select::-ms-expand {
  　display: none;
}

td span.select {
  display: block;
  position: relative;
  width: 80%;
  max-width: 300px;
}

td span.select:after {
  width: 10px;
  height: 10px;
  border-top: 2px solid #d93535;
  border-right: 2px solid #d93535;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(135deg);
}

.custom-wpcf7c-confirmed td span.select:after {
  display: none;
}

td span.address {
  display: block;
  margin-top: 15px;
}

span.wpcf7-list-item {
  position: relative;
  flex-basis: 50%;
  margin: 0;
  margin-right: 10px;
}

.wpcf7-list-item-label {
  color: #333;
  cursor: pointer;
  font-size: 13px;
}

input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.wpcf7-list-item-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #de0614;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  top: -0.2em;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

input[type="radio"]:checked + .wpcf7-list-item-label:before {
  background-color: #de0614;
  box-shadow: inset 0 0 0 2px #fff;
}

.custom-wpcf7c-confirmed input[type="radio"] {
  opacity: 1;
  position: static;
  margin-right: 5px;
}

.custom-wpcf7c-confirmed .wpcf7-list-item-label:before {
  display: none;
}

.confirm {
  text-align: center;
  margin: 0 0 40px;
  padding-top: 80px;
  font-weight: 700;
  font-size: 16px;
}

.conf-text {
  text-align: center;
  font-size: 19px;
  margin-bottom: 50px;
  padding-top: 75px;
}
.wpcf7c-conf {
  background: none !important;
  border: none !important;
  color: #999 !important;
}

.ajax-loader,
div.wpcf7-mail-sent-ok,
.wpcf7 form .wpcf7-response-output,
.wpcf7-spinner {
  display: none !important;
}

.info-wrap {
  text-align: center;
  margin: 75px auto 200px;
  width: 90%;
  line-height: 2.2;
  font-weight: bold;
}

.info-wrap a {
  color: #d93535;
  display: block;
  margin-top: 40px;
  text-decoration: underline;
}

/* ----------------------------------------------------------------

　　open_menu

----------------------------------------------------------------- */

.open-menu-btn-wrap {
  display: block;
  position: fixed;
  z-index: 100;
  width: 26px;
  height: 20px;
  top: 60px;
  right: 5%;
  cursor: pointer;
  z-index: 999;
}

.open-menu-btn {
  display: block;
  border: none;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 2em;
}

.open-menu-btn .toggle {
  display: block;
  background: #c90411;
  width: 100%;
  height: 2px;
  position: absolute;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.open .open-menu-btn .toggle {
  background: #fff;
}

.open-menu-btn .toggle:nth-child(1) {
  top: 0;
}

.open-menu-btn .toggle:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.open-menu-btn .toggle:nth-child(3) {
  bottom: 0;
}

.open .open-menu-btn .toggle:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.open .open-menu-btn .toggle:nth-child(2) {
  opacity: 0;
}

.open .open-menu-btn .toggle:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

.open-menu-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: #de0614;
  top: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 998;
  pointer-events: none;
}

.open .open-menu-bg,
.open .open-menu-wrap {
  opacity: 1;
  pointer-events: inherit;
}

.open-menu-wrap {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 998;
  pointer-events: none;
  flex-flow: row-reverse;
}

.open-menu-wrap .thumb-wrap {
  width: 45%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.open-menu-wrap .thumb-wrap h1 {
  position: absolute;
  top: 60px;
  left: 5%;
  width: 200px;
}

.open-menu-wrap .thumb-wrap .thumb {
  width: 100%;
  height: 100%;
}

.open-menu-wrap .thumb-wrap .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.open-menu-wrap .open-menu {
  position: relative;
  width: 55%;
  height: 100%;
}

.open-menu-wrap .open-menu .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
}

.open-menu-wrap .open-menu ul {
  margin: 0 55px;
}

.open-menu-wrap .open-menu li {
  font-size: 24px;
  color: #fff;
  margin-bottom: 25px;
}

.open-menu-wrap .open-menu li a {
  display: block;
}

.open-menu-wrap .open-menu li a:before {
  content: "-";
  display: inline-block;
  margin-right: 10px;
}

.open-menu-wrap .open-menu ul:first-child li a:before,
.open-menu-wrap .open-menu li.contact a:before {
  display: none;
}

.open-menu-wrap .open-menu li.contact {
  border: 1px solid #fff;
  border-radius: 40px;
  text-align: center;
}
