@charset "UTF-8";
/*
 * 変数
 */
/*
 * ブレークポイント
 */
/*
 * 480pxより広くなったら改行なくす
 */
@media (min-width: 520px) {
  .br_sp {
    display: none;
  }
}

/*
 * 480pxより狭くなったら改行なくす
 */
@media (max-width: 520px) {
  .sp_br {
    display: none !important;
  }
}

/*
 * 780pxより狭くなったら改行なくす
 */
@media (max-width: 1024px) {
  .pc_br {
    display: none;
  }
}

/*
 * 780pxより狭くなったら改行
 */
@media (min-width: 1024px) {
  .tab_br {
    display: none;
  }
}

/*
 * トランジション
 */
input[type=submit], input[type=button] {
  line-height: 1;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/*
 * トップ部分
 */
.loaded {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 4px;
  border-color: white rgba(0, 0, 0, 0.062745098) rgba(0, 0, 0, 0.062745098);
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  animation-name: spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.main-top {
  height: 100vh;
  position: relative;
}
.main-top-inner {
  text-align: center;
  width: 94%;
  margin-left: auto;
  height: inherit;
}
.main-top-inner video {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 1024px) {
  .main-top {
    height: 85vh;
  }
}

.top-catch {
  width: 31%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.top-catch img {
  margin-bottom: 5%;
}
.top-catch img:first-of-type {
  max-width: 400px;
}
.top-catch img:nth-of-type(2) {
  width: 80%;
  max-width: 321px;
}
.top-catch img:last-of-type {
  max-width: 400px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .top-catch {
    align-items: center;
    width: 41%;
  }
}
@media (max-width: 520px) {
  .top-catch {
    width: 53%;
  }
}

#videoCont {
  width: 100%;
  object-fit: cover;
  height: 100%;
  z-index: -1;
  position: relative;
}

.mv-catch {
  position: absolute;
  color: white;
  writing-mode: vertical-rl;
  white-space: pre;
  top: 161px;
  right: 5.5%;
  text-align: justify;
}
@media (max-width: 520px) {
  .mv-catch {
    top: 23%;
    right: 3.5%;
    left: auto;
    padding-bottom: 20%;
    width: 94%;
  }
}
.mv-catch .catch-rl {
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.8em;
  overflow: hidden;
  margin-left: 3%;
}
@media (max-width: 520px) {
  .mv-catch .catch-rl {
    display: none;
  }
}
.mv-catch .catch-rl-sp {
  display: none;
  font-weight: bold;
  font-size: 1.85em;
  overflow: hidden;
  margin-left: 3%;
  line-height: 1.5;
}
@media (max-width: 520px) {
  .mv-catch .catch-rl-sp {
    display: flex;
    flex-direction: column;
    right: 5px;
    position: absolute;
  }
}
.mv-catch .catch-sub-rl {
  opacity: 0;
  animation: tr-sub 1s cubic-bezier(0.69, 0.03, 0.2, 1) 3.5s forwards;
  font-size: 1.15em;
  line-height: 2;
}
@media (max-width: 520px) {
  .mv-catch .catch-sub-rl {
    font-size: 1em;
    line-height: 1.7;
    position: absolute;
    left: 9%;
    right: auto;
  }
}
@keyframes tr-sub {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

.mv-catch.bl {
  color: #1F1F1F;
}

.sub-main-area {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  padding-top: 1%;
  height: 20vh;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.56, 0.98);
}
@media (max-width: 1024px) {
  .sub-main-area {
    height: 16vh;
    margin-bottom: -1%;
  }
}
@media (max-width: 520px) {
  .sub-main-area {
    height: 19vh;
  }
}
.sub-main-area .bgwrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.sub-main-area .main-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #E30013;
}

.top-info-btn {
  position: absolute;
  background-color: white;
  border-radius: 50%;
  width: 165px;
  height: 165px;
  right: 12px;
  bottom: 160px;
  z-index: 2;
  padding: 20px 0 15px;
  animation: fadeIn 0.5s ease 5s 1 normal backwards;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .top-info-btn {
    padding: 14px 0 12px;
    width: 145px;
    height: 145px;
    bottom: 172px;
  }
}
@media (max-width: 520px) {
  .top-info-btn {
    padding: 13px 0 3px;
    width: 120px;
    height: 120px;
    bottom: 130px;
    font-weight: 500;
    animation: fadeIn 0.5s ease 6s 1 normal backwards;
  }
}
.top-info-btn:hover {
  bottom: 155px;
}
.top-info-btn a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top-info-btn a .top-btn-logo {
  width: 55px;
}
@media (max-width: 1024px) {
  .top-info-btn a .top-btn-logo {
    width: 48px;
  }
}
@media (max-width: 520px) {
  .top-info-btn a .top-btn-logo {
    width: 40px;
  }
}
.top-info-btn a p {
  line-height: 1.2;
  margin: 8px 0;
  font-size: 15px;
}
@media (max-width: 1024px) {
  .top-info-btn a p {
    margin: 8px 0 3px;
  }
}
@media (max-width: 520px) {
  .top-info-btn a p {
    font-size: 13px;
  }
}
.top-info-btn a .top-btn-arrow {
  height: 48px;
}
@media (max-width: 1024px) {
  .top-info-btn a .top-btn-arrow {
    height: 42px;
  }
}
@media (max-width: 520px) {
  .top-info-btn a .top-btn-arrow {
    height: 35px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.info {
  background: #E30013;
  padding-top: 10%;
  padding-bottom: 10%;
}
.info-inner {
  background-color: white;
  border-radius: 10px;
  width: 80%;
  margin: 0 auto;
  padding: 5% 8%;
}
@media (max-width: 520px) {
  .info-inner {
    padding: 10% 9%;
  }
}
.info-inner-tit {
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 520px) {
  .info-inner-tit {
    flex-direction: column;
  }
}
.info-inner-tit img {
  width: 50px;
  margin-right: 15px;
}
@media (max-width: 520px) {
  .info-inner-tit img {
    width: 58px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.info-inner-txt {
  text-align: justify;
  line-height: 1.6;
  font-size: 16px;
}
@media (max-width: 520px) {
  .info-inner-txt {
    font-size: 12px;
  }
}
.info-inner .info-con-btn {
  text-align: center;
}
.info-inner .info-con-btn button {
  display: inline-block;
  width: 30%;
  margin-top: 5%;
  border: 1px solid #009FE8;
}
.info-inner .info-con-btn button a {
  overflow: hidden;
  pointer-events: auto;
  cursor: pointer;
  border: none;
  margin: 0;
  position: relative;
  display: inline-block;
  color: #1F1F1F;
}
.info-inner .info-con-btn button a .ovf {
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.info-inner .info-con-btn button a .ovf span {
  display: inline-block;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.25, 0.26, 0.17, 1);
}
.info-inner .info-con-btn button a .ovf::after {
  content: attr(data-text);
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: none;
  transform-origin: 100% 50%;
  transform: translate3d(0, 120%, 0);
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.25, 0.26, 0.17, 1);
  text-align: center;
  display: inline-block;
}
.info-inner .info-con-btn button a:hover .ovf-in {
  transform: translate3d(0, -120%, 0);
}
.info-inner .info-con-btn button a:hover .ovf::after {
  transform: translate3d(0, 0, 0);
}
@media (max-width: 520px) {
  .info-inner .info-con-btn button {
    width: 80%;
    margin-top: 10%;
  }
}
.info-inner .info-con-btn button a {
  color: #009FE8;
  background: white;
  padding: 4% 0;
  display: inline-block;
  width: 100%;
  font-family: "M PLUS 1p";
}

.logo-wrap {
  margin-left: 7%;
  width: 90%;
  opacity: 1;
}
.logo-wrap .mainlogo img {
  margin-top: -5vw;
  width: 85%;
  max-width: 1000px;
}
@media (max-width: 1024px) {
  .logo-wrap .mainlogo img {
    max-width: 780px;
  }
}
.logo-wrap .sublogo {
  padding: 1% 0;
}
.logo-wrap .sublogo img {
  width: 100%;
  max-width: 700px;
}
@media (max-width: 520px) {
  .logo-wrap {
    margin-left: 5%;
  }
}

.main-block {
  width: 90%;
  margin: 0 auto;
  margin-top: 4%;
  max-width: 1280px;
}
@media (max-width: 1024px) {
  .main-block {
    margin-top: 7%;
  }
}
@media (max-width: 520px) {
  .main-block {
    margin-top: 13%;
  }
}

.main-tit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.main-tit h2 {
  font-size: 2em;
  line-height: 1;
}
.main-tit .red {
  color: #E30013;
}

.info-block {
  background: #E30013;
  text-align: center;
  padding-top: 4%;
  padding-bottom: 2%;
}
.info-block .off-info {
  display: inline-block;
  background: white;
  padding: 2%;
}

.video-tit {
  padding-bottom: 6%;
}
.video-tit h2 {
  font-size: 2em;
  line-height: 1;
}
.video-tit span {
  font-size: 0.9em;
  display: inline-block;
  margin-bottom: 4%;
}
@media (max-width: 1024px) {
  .video-tit span {
    margin-bottom: 2%;
  }
}
.video-tit::after {
  content: "";
  width: 13%;
  height: 1px;
  background-color: white;
  display: block;
}
@media (max-width: 1024px) {
  .video-tit {
    padding-bottom: 4%;
  }
}
@media (max-width: 520px) {
  .video-tit {
    padding-bottom: 8%;
  }
}

.video-block {
  width: 100%;
  background-color: #E30013;
  max-width: none;
  margin-top: 0;
  color: white;
}

.video-block-inner {
  display: flex;
  width: 90%;
  margin: 0 auto;
  max-width: 1280px;
  padding-top: 6%;
  padding-bottom: 5%;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .video-block-inner {
    flex-direction: column;
    align-items: center;
    padding-bottom: 9%;
  }
}
@media (max-width: 520px) {
  .video-block-inner {
    padding-bottom: 18%;
    padding-top: 15%;
    width: 97%;
  }
}

.video-flex-box {
  width: 50%;
}
@media (max-width: 1024px) {
  .video-flex-box {
    width: 90%;
  }
}

.video-text-block-p > p {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 6%;
}
@media (max-width: 1024px) {
  .video-text-block-p > p {
    margin-bottom: 9%;
  }
}
@media (max-width: 520px) {
  .video-text-block-p > p {
    font-size: 1.2em;
  }
}
.video-text-block-p span {
  line-height: 2;
}
@media (max-width: 520px) {
  .video-text-block-p span {
    line-height: 1.5;
    display: inline-block;
  }
}
@media (max-width: 1024px) {
  .video-text-block {
    margin-bottom: 3%;
  }
}
@media (max-width: 520px) {
  .video-text-block {
    margin-bottom: 7%;
  }
}

.video-youtube-block {
  aspect-ratio: 16/9;
  opacity: 0;
}
.video-youtube-block iframe {
  width: 100%;
  height: 100%;
}

.price-block-inner {
  display: flex;
  justify-content: center;
  align-items: end;
  margin-top: -2%;
}
@media (max-width: 1024px) {
  .price-block-inner {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 6%;
  }
}
@media (max-width: 520px) {
  .price-block-inner {
    margin-top: 12%;
  }
}

.price-block-flex {
  width: 50%;
}
@media (max-width: 1024px) {
  .price-block-flex {
    width: 90%;
    margin-top: -5%;
  }
}

.price-block-image {
  z-index: 1;
}
.price-block-image img {
  width: 105%;
}
@media (max-width: 1024px) {
  .price-block-image img {
    width: 100%;
  }
}

.price-block-text {
  border: 1px solid #009FE8;
  padding: 2%;
  width: 40%;
}
@media (max-width: 1024px) {
  .price-block-text {
    width: 90%;
    padding: 4%;
  }
}
@media (max-width: 520px) {
  .price-block-text {
    width: 100%;
    padding: 10% 4%;
  }
}
.price-block-text-top {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.price-block-text-top img {
  max-width: 200px;
  width: 90%;
}
@media (max-width: 520px) {
  .price-block-text-top img {
    width: 47%;
  }
}
.price-block-text-top .one-kaitori {
  display: flex;
  align-items: center;
  margin: 6% 0 4%;
  justify-content: center;
}
.price-block-text-top .one-kaitori-span {
  color: white;
  background-color: #1F1F1F;
  padding: 4px 8px 3px 8px;
  font-weight: bold;
  font-size: 1.55em;
  margin-right: 15px;
}
@media (max-width: 520px) {
  .price-block-text-top .one-kaitori-span {
    width: 50%;
    padding: 12px 5px 10px 5px;
    font-size: 1.4em;
    margin-right: 11px;
  }
}
.price-block-text-top .one-kaitori span {
  display: inline-block;
}
.price-block-text-top .one-kaitori p {
  font-size: 1.3em;
  font-weight: bold;
  text-align: justify;
  line-height: 1;
}
@media (max-width: 520px) {
  .price-block-text-top .one-kaitori p {
    font-size: 1.35em;
  }
}
.price-block-text-num {
  font-weight: bold;
  width: 90%;
  margin: 0 auto;
  margin-top: 3%;
}
.price-block-text-num img {
  width: 100%;
}
@media (max-width: 520px) {
  .price-block-text-num {
    margin-top: 7%;
  }
}
.price-block-text-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto;
  margin-top: 4%;
}
@media (max-width: 520px) {
  .price-block-text-bottom {
    margin-top: 6%;
  }
}
.price-block-text-bottom div {
  width: 42%;
  border: 1px solid;
  text-align: center;
  margin-bottom: 10px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.price-block-text-bottom div span {
  display: block;
  font-size: 0.6em;
}
@media (max-width: 1024px) {
  .price-block-text-bottom div {
    width: 44%;
    height: 60px;
  }
  .price-block-text-bottom div span {
    font-size: initial;
  }
}
@media (max-width: 520px) {
  .price-block-text-bottom div {
    width: 100%;
    height: 55px;
  }
  .price-block-text-bottom div span {
    font-size: 0.7em;
  }
}

.product-tit {
  width: 16%;
}
@media (max-width: 520px) {
  .product-tit {
    width: 100%;
    margin-bottom: 6%;
  }
}

.product-block {
  display: flex;
  align-items: flex-start;
  margin-top: 7%;
}
.product-block-inner {
  width: 84%;
}
@media (max-width: 1024px) {
  .product-block-inner {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .product-block {
    flex-direction: column;
  }
}
@media (max-width: 520px) {
  .product-block {
    margin-top: 19%;
  }
}

.product-inner-box {
  display: flex;
  padding-top: 4%;
  justify-content: space-between;
  margin-bottom: 5%;
}
@media (max-width: 520px) {
  .product-inner-box {
    padding-top: 8%;
    margin-bottom: 11%;
  }
  .product-inner-box:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}

.product-inner-text {
  width: 50%;
  display: flex;
}
@media (max-width: 520px) {
  .product-inner-text {
    width: 15%;
  }
}
.product-inner-text > p {
  font-weight: bold;
  margin-left: 5%;
  font-size: 1.2em;
}
@media (max-width: 520px) {
  .product-inner-text > p {
    display: none;
  }
}
.product-inner-text-flex {
  margin-left: 5%;
}
.product-inner-text-flex p {
  font-weight: bold;
  font-size: 1.2em;
  display: inline-block;
  margin-bottom: 5%;
}
.product-inner-text-flex span {
  font-size: 0.85em;
  display: inline-block;
}
@media (max-width: 520px) {
  .product-inner-text-flex {
    display: none;
  }
}

.sp-pr-text {
  display: none;
  font-weight: bold;
  font-size: 1.2em;
  visibility: hidden;
}
@media (max-width: 520px) {
  .sp-pr-text {
    display: inline-block;
    margin-bottom: 7%;
    visibility: visible;
  }
}

.sp-pr-span {
  display: none;
  font-size: 0.85em;
  visibility: hidden;
}
@media (max-width: 520px) {
  .sp-pr-span {
    display: inline-block;
    margin-top: 3%;
    visibility: visible;
    line-height: 1.8;
  }
}

.product-inner-number {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-inner-number .border {
  height: 100%;
  width: 2px;
  background-color: #E30013;
}

.product-inner-image {
  width: 43%;
}
.product-inner-image img {
  width: 100%;
}
@media (max-width: 520px) {
  .product-inner-image img {
    margin-bottom: 5%;
  }
}
@media (max-width: 520px) {
  .product-inner-image {
    width: 80%;
  }
}

.size-block {
  display: flex;
  width: 100%;
  max-width: none;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .size-block {
    justify-content: end;
  }
}

.size-tit {
  width: 27%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 3%;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .size-tit {
    width: 25%;
    position: absolute;
    left: 0;
    margin-top: 9%;
    align-items: flex-start;
  }
}
@media (max-width: 520px) {
  .size-tit {
    width: 36%;
  }
}
.size-tit-jp {
  position: relative;
  color: white;
  text-align: end;
  padding-right: 13%;
  font-weight: bold;
  font-size: 1.2em;
}
.size-tit-jp p {
  z-index: 1;
  position: relative;
}
@media (max-width: 1024px) {
  .size-tit-jp p {
    padding: 8%;
  }
}
@media (max-width: 520px) {
  .size-tit-jp p {
    padding: 4%;
  }
}
.size-tit-jp::after {
  content: "";
  width: 281%;
  height: 135%;
  background-color: #E30013;
  display: inline-block;
  position: absolute;
  z-index: 0;
  top: -6px;
  right: -19%;
}
.size-tit-en {
  writing-mode: vertical-rl;
  font-size: 6em;
  margin-top: 5%;
  color: #FEF9F8;
  margin-right: 13%;
}
@media (max-width: 520px) {
  .size-tit-en {
    font-size: 5em;
  }
}

.size-block-wrap {
  width: 70%;
  background-color: #FAF9FA;
  padding: 3% 0 6% 6%;
}
@media (max-width: 1024px) {
  .size-block-wrap {
    width: 86%;
    padding: 17% 0 9% 5%;
  }
}
@media (max-width: 520px) {
  .size-block-wrap {
    padding: 27% 0 14% 5%;
  }
}

.size-block-inner {
  width: 90%;
  max-width: 900px;
}
@media (max-width: 1024px) {
  .size-block-inner {
    width: 96%;
  }
}
@media (max-width: 520px) {
  .size-block-inner {
    width: 95%;
  }
}
.size-block-inner-text {
  margin-bottom: 7%;
}
.size-block-inner-text-tit {
  font-weight: bold;
  color: #E30013;
  font-size: 1.5em;
  margin-bottom: 4%;
}
@media (max-width: 520px) {
  .size-block-inner-text-tit {
    margin-bottom: 7%;
  }
}
.size-block-inner-text span {
  display: block;
}
@media (max-width: 520px) {
  .size-block-inner-text {
    margin-bottom: 12%;
  }
}
.size-block-inner-image {
  display: flex;
  justify-content: center;
  margin-bottom: 3%;
}
@media (max-width: 520px) {
  .size-block-inner-image {
    margin-bottom: 10%;
    flex-wrap: wrap;
  }
}
.size-block-inner-image > div {
  text-align: center;
  margin-right: 2%;
  margin-bottom: 3%;
  background: white;
  padding: 4%;
}
@media (max-width: 520px) {
  .size-block-inner-image > div {
    padding: 8%;
  }
}
.size-block-inner-image > div .size-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 11%;
  margin-bottom: 11%;
  border-bottom: 1px dashed #ccc;
}
.size-block-inner-image > div .size-box:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.size-block-inner-image > div .size-baloon {
  position: relative;
  display: inline-block;
  margin: 0 0 2.5em 0;
  padding: 9px 36px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: white;
  border: 2px solid;
}
.size-block-inner-image > div .size-baloon:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.size-block-inner-image > div .size-baloon:after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}
.size-block-inner-image > div .size-baloon p {
  margin: 0;
  padding: 0;
}
.size-block-inner-image > div .size-bl {
  background-color: #1F1F1F;
  color: white;
  border-radius: 1em;
  display: inline-block;
  padding: 3px 8px 1px;
  margin: 19px 0 4px;
}
@media (max-width: 1024px) {
  .size-block-inner-image > div .size-s {
    width: 70%;
  }
  .size-block-inner-image > div .size-m {
    width: 87%;
  }
  .size-block-inner-image > div .size-l {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .size-block-inner-image > div {
    width: 100%;
  }
  .size-block-inner-image > div img {
    max-width: 100%;
  }
  .size-block-inner-image > div .xs-img {
    max-width: 116px;
  }
  .size-block-inner-image > div .s-img {
    max-width: 134px;
  }
  .size-block-inner-image > div .m-img {
    max-width: 162px;
  }
  .size-block-inner-image > div .l-img {
    max-width: 208px;
  }
  .size-block-inner-image > div .xl-img {
    max-width: 260px;
  }
}
.size-block-inner-movie {
  aspect-ratio: 16/9;
  text-align: center;
}
.size-block-inner-movie p {
  margin-top: 2%;
}
@media (max-width: 520px) {
  .size-block-inner-movie p {
    text-align: justify;
  }
}
.size-block-inner-movie iframe {
  width: 100%;
  height: 100%;
}

.speaker-block {
  display: flex;
  width: 100%;
  max-width: none;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .speaker-block {
    justify-content: end;
  }
}

.speaker-tit {
  width: 27%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 3%;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .speaker-tit {
    width: 25%;
    position: absolute;
    left: 0;
    margin-top: 9%;
    align-items: flex-start;
  }
}
@media (max-width: 520px) {
  .speaker-tit {
    width: 36%;
  }
}
.speaker-tit-jp {
  position: relative;
  color: white;
  text-align: end;
  padding-right: 13%;
  font-weight: bold;
  font-size: 1.2em;
}
.speaker-tit-jp p {
  z-index: 1;
  position: relative;
}
@media (max-width: 1024px) {
  .speaker-tit-jp p {
    padding: 8%;
  }
}
@media (max-width: 520px) {
  .speaker-tit-jp p {
    padding: 4%;
  }
}
.speaker-tit-jp::after {
  content: "";
  width: 281%;
  height: 135%;
  background-color: #E30013;
  display: inline-block;
  position: absolute;
  z-index: 0;
  top: -6px;
  right: -19%;
}
.speaker-tit-en {
  writing-mode: vertical-rl;
  font-size: 6em;
  margin-top: 5%;
  color: #FEF9F8;
  margin-right: 13%;
}
@media (max-width: 520px) {
  .speaker-tit-en {
    font-size: 5em;
  }
}

.speaker-block-wrap {
  width: 70%;
  padding: 2% 0 6% 6%;
}
@media (max-width: 1024px) {
  .speaker-block-wrap {
    width: 86%;
    padding: 17% 0 9% 5%;
  }
}
@media (max-width: 520px) {
  .speaker-block-wrap {
    padding: 27% 0 14% 5%;
  }
}

.speaker-block-inner {
  display: flex;
  align-items: end;
  width: 90%;
  max-width: 900px;
}
@media (max-width: 1024px) {
  .speaker-block-inner {
    width: 96%;
  }
}
@media (max-width: 520px) {
  .speaker-block-inner {
    width: 95%;
    flex-direction: column;
    align-items: center;
  }
}

.speaker-text {
  width: 60%;
  max-width: 500px;
}
@media (max-width: 1024px) {
  .speaker-text {
    width: 75%;
    max-width: 430px;
  }
}
@media (max-width: 520px) {
  .speaker-text {
    width: 100%;
  }
}
.speaker-text-tit {
  color: #E30013;
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: bold;
}
@media (max-width: 520px) {
  .speaker-text-tit {
    font-size: clamp(1rem, 0.036rem + 4.29vw, 1.188rem);
  }
}
.speaker-text-txt span {
  font-size: 19px;
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 520px) {
  .speaker-text-txt span {
    font-size: 16px;
  }
}
.speaker-text-txt p {
  display: flex;
  align-items: center;
  font-size: clamp(0.875rem, -0.271rem + 1.67vw, 1rem);
}
@media (max-width: 520px) {
  .speaker-text-txt p {
    font-size: clamp(0.688rem, 0.045rem + 2.86vw, 0.813rem);
  }
}
.speaker-text-txt p::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  margin-right: 4px;
  margin-top: -1px;
  background-color: #333;
}
@media (max-width: 520px) {
  .speaker-text-txt p::before {
    margin-right: 2px;
    width: 8px;
    height: 8px;
  }
}

.speaker-image {
  width: 40%;
  max-width: 340px;
}
@media (max-width: 520px) {
  .speaker-image {
    width: 80%;
    margin-top: 7%;
  }
}
.speaker-image img {
  width: 100%;
}

.contact-tit span {
  font-size: 0.8em;
}

.contact-block {
  width: 100%;
  max-width: none;
  background-color: #E30013;
}
.contact-block-inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1280px;
  color: white;
  padding: 3% 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .contact-block-inner {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .contact-block-inner {
    flex-direction: column;
    width: 90%;
    padding: 10% 0;
  }
}
.contact-block-inner .contact-flex {
  width: 29%;
}
.contact-block-inner .contact-flex-tit p {
  font-size: 0.9em;
  margin-top: 7px;
}
@media (max-width: 520px) {
  .contact-block-inner .contact-flex {
    width: 100%;
  }
}
.contact-block-inner .c-f-tit {
  border-right: 1px solid;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1024px) {
  .contact-block-inner .c-f-tit {
    margin-left: 2%;
  }
}
@media (max-width: 520px) {
  .contact-block-inner .c-f-tit {
    border: none;
  }
}
.contact-block-inner .c-f-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.contact-block-inner .c-f-tel p.num {
  font-size: 2.5em;
}
.contact-block-inner .c-f-tel span {
  display: block;
}
@media (max-width: 520px) {
  .contact-block-inner .c-f-tel {
    margin: 8% 0;
    border-top: 1px solid;
    padding-top: 9%;
    border-bottom: 1px solid;
    padding-bottom: 9%;
  }
}
.contact-block-inner .c-f-mail {
  border-left: 1px solid;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.contact-block-inner .c-f-mail button {
  display: inline-block;
  width: 80%;
  margin-top: 5%;
}
.contact-block-inner .c-f-mail button a {
  overflow: hidden;
  pointer-events: auto;
  cursor: pointer;
  border: none;
  margin: 0;
  position: relative;
  display: inline-block;
  color: #1F1F1F;
}
.contact-block-inner .c-f-mail button a .ovf {
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.contact-block-inner .c-f-mail button a .ovf span {
  display: inline-block;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.25, 0.26, 0.17, 1);
}
.contact-block-inner .c-f-mail button a .ovf::after {
  content: attr(data-text);
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: none;
  transform-origin: 100% 50%;
  transform: translate3d(0, 120%, 0);
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.25, 0.26, 0.17, 1);
  text-align: center;
  display: inline-block;
}
.contact-block-inner .c-f-mail button a:hover .ovf-in {
  transform: translate3d(0, -120%, 0);
}
.contact-block-inner .c-f-mail button a:hover .ovf::after {
  transform: translate3d(0, 0, 0);
}
.contact-block-inner .c-f-mail button a {
  background: white;
  padding: 7% 0;
  display: inline-block;
  width: 100%;
  font-family: "M PLUS 1p";
}
@media (max-width: 520px) {
  .contact-block-inner .c-f-mail {
    border: none;
  }
}

/*# sourceMappingURL=frontpage.css.map */
