@charset "UTF-8";
.contents_inner {
  max-width: 1000px;
  margin: 0px auto;
}

#fv {
  overflow: hidden;
  position: relative;
  padding: 0px 5vw 60px 5vw;
  height: 95vh;
  height: 95svh;
}
@media screen and (min-width: 414px) {
  #fv {
    padding: 0px 5vw 40px 5vw;
  }
}
@media screen and (min-width: 640px) {
  #fv {
    padding: 0px 30px 50px 30px;
    height: 110vw;
  }
}
@media screen and (min-width: 768px) {
  #fv {
    height: 85vw;
  }
}
@media screen and (min-width: 1080px) {
  #fv {
    padding: 0px 40px 70px 40px;
    height: 800px;
  }
}
@media screen and (min-width: 1480px) {
  #fv {
    padding: 0px 40px 90px 40px;
    height: 860px;
  }
}
#fv .contents_inner {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
#fv .fv_inner {
  position: relative;
  z-index: 22;
  max-width: 1200px;
  margin: 0px auto;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.fv_overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.fv_overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fv_symbol {
  position: absolute;
  top: 75px;
  right: -5vw;
  width: 92vw;
  height: 92vw;
  z-index: 11;
}
@media screen and (min-width: 768px) {
  .fv_symbol {
    width: 60vw;
    height: 60vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1080px) {
  .fv_symbol {
    width: 575px;
    height: 575px;
  }
}
@media screen and (min-width: 1280px) {
  .fv_symbol {
    right: 0px;
    width: 625px;
    height: 625px;
  }
}
@media screen and (min-width: 1480px) {
  .fv_symbol {
    right: auto;
    left: 50%;
    width: 725px;
    height: 725px;
    margin-left: 95px;
    margin-top: -60px;
  }
}

.fv_symbol_layer {
  position: absolute;
  left: 0px;
  top: 0px;
}
.fv_symbol_layer img {
  width: 100%;
  height: auto;
}

@keyframes circlemove {
  0% {
    top: 0px;
  }
  100% {
    top: 65%;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.fv_scroll {
  margin-top: 50px;
  position: absolute;
  bottom: 5vw;
  margin-left: 2px;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .fv_scroll {
    transform: translateX(-50%);
    left: 50%;
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .fv_scroll {
    display: flex;
    gap: 0px 5px;
    right: 0vw;
    bottom: 5px;
  }
}
@media screen and (min-width: 1080px) {
  .fv_scroll {
    right: 0px;
    bottom: 0px;
  }
}
@media screen and (min-width: 1480px) {
  .fv_scroll {
    right: -40px;
  }
}
.fv_scroll .line {
  position: relative;
  height: 90px;
  width: 1px;
  background-color: #0C1C96;
  margin: 0px auto;
}
@media screen and (max-width: 767px) {
  .fv_scroll .line {
    height: 55px;
  }
}
@media screen and (min-width: 1080px) {
  .fv_scroll .line {
    height: 105px;
  }
}
.fv_scroll .line .arrow {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}
.fv_scroll .line .triangle {
  display: block;
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #0C1C96 100%);
  height: 18.1865334795px;
  width: 23px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.fv_scroll .line .triangle._top {
  position: absolute;
  left: 0px;
  top: -10px;
}
.fv_scroll .en {
  color: #0C1C96;
  font-size: min(3.0769230769vw, 1.3rem);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .fv_scroll .en {
    font-size: 1.3rem;
    writing-mode: vertical-rl;
    writing-mode: vertical-rl; /* Chrome */
    white-space: nowrap;
    text-align: left;
  }
}

.fv_title .sub, .fv_title .title {
  color: #0C1C96;
  display: block;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.08em;
}
.fv_title .sub {
  font-size: min(4.6153846154vw, 1.8rem);
  margin-bottom: 0.3em;
}
@media screen and (min-width: 768px) {
  .fv_title .sub {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1080px) {
  .fv_title .sub {
    font-size: 2rem;
  }
}
.fv_title .sub .label {
  position: relative;
  display: inline-block;
  width: 68px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin: 0px 0.2em;
}
@media screen and (min-width: 768px) {
  .fv_title .sub .label {
    width: 58px;
    height: 24px;
    line-height: 24px;
    top: 4px;
  }
}
@media screen and (min-width: 1080px) {
  .fv_title .sub .label {
    width: 74px;
    height: 32px;
    line-height: 32px;
  }
}
.fv_title .sub .text {
  position: relative;
  z-index: 11;
  display: inline-block;
  color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 768px) {
  .fv_title .sub .text {
    display: none;
  }
}
.fv_title .sub .overlay, .fv_title .sub .bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.fv_title .sub .overlay {
  z-index: 11;
  background-image: url(../../img/top/fv_label_text_o.png);
  background-size: cover;
}
.fv_title .sub .bg {
  background-image: url(../../img/top/fv_label_text.svg);
  background-size: cover;
}
.fv_title .title {
  color: #0C1C96;
  font-size: min(9.7435897436vw, 4rem);
}
@media screen and (min-width: 768px) {
  .fv_title .title {
    font-size: 4.2rem;
  }
}
@media screen and (min-width: 1080px) {
  .fv_title .title {
    font-size: 5rem;
  }
}

.fv_counter {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv_counter {
    height: 100%;
  }
}

.fv_counter_number {
  position: relative;
  writing-mode: vertical-rl;
  writing-mode: vertical-rl; /* Chrome */
  white-space: nowrap;
  vertical-align: middle;
  font-size: 48vw;
  line-height: 0.8em;
  color: #fff;
  padding-top: 0.6em;
  letter-spacing: 0.03em;
  font-feature-settings: normal;
  margin-left: auto;
}
@media screen and (min-width: 640px) {
  .fv_counter_number {
    font-size: 48vw;
  }
}
@media screen and (min-width: 768px) {
  .fv_counter_number {
    padding-top: 0.5em;
    height: 100%;
    text-align: right;
    font-size: 36vw;
  }
}
@media screen and (min-width: 1080px) {
  .fv_counter_number {
    font-size: 32rem;
  }
}
@media screen and (min-width: 1480px) {
  .fv_counter_number {
    font-size: 35.2rem;
  }
}
.fv_counter_number .digits {
  display: inline-block;
  height: 0.625em;
  text-align: center;
}
.fv_counter_number .number + .number {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.fv_counter_number:before {
  content: "";
  width: 20px;
  height: 0.2em;
  background-color: #F7F7F7;
  position: absolute;
  top: 0.3em;
  left: 50%;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .fv_counter_number:before {
    top: 0.35em;
    height: 0.35em;
  }
}
@media screen and (min-width: 1080px) {
  .fv_counter_number:before {
    width: 30px;
    height: 0.25em;
    margin-left: 5px;
  }
}
@media screen and (min-width: 1480px) {
  .fv_counter_number:before {
    top: 0.25em;
  }
}

.fv_fixed_text {
  position: absolute;
  left: -0.1em;
  bottom: -0.25em;
  font-size: 34.358974359vw;
  line-height: 0.9em;
  color: #F7F7F7;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .fv_fixed_text {
    font-size: 15vw;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1080px) {
  .fv_fixed_text {
    font-size: 17vw;
  }
}
@media screen and (min-width: 1480px) {
  .fv_fixed_text {
    font-size: 24rem;
    bottom: -0.28em;
  }
}
@media screen and (min-width: 768px) {
  .fv_fixed_text br {
    display: none;
  }
}

.fv_background_layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#fv .fv_background {
  transition: all 1s ease-in-out;
}
#fv .fv_background_layer {
  transition: all 1s ease-in-out;
}
#fv .fv_counter_number:before {
  transition: all 1s ease-in-out;
}
#fv .fv_counter_number .number {
  transition: all 0.9s ease-in-out;
}
#fv .fv_title {
  transition: all 1s ease-in-out;
}
#fv .fv_title .label {
  transition: all 1s ease-in-out;
}
#fv .fv_title .overlay {
  transition: all 1s ease-in-out;
}

#fv._original .fv_title .bg {
  opacity: 0;
}
#fv._original .fv_overlay {
  opacity: 0;
}
#fv:not(._original) .fv_title .label {
  color: rgba(0, 0, 0, 0);
}
#fv:not(._original) .fv_title .overlay {
  opacity: 0;
}

#fv .fv_symbol_layer {
  transform: rotate(-360deg);
}
#fv .fv_symbol_layer img {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
#fv._original ._original {
  opacity: 1;
  transform: rotate(0deg);
  transition: all 1s ease-in-out;
  transition-delay: 0.3s;
}
#fv._original ._original img {
  opacity: 1;
  transition: all 1s ease-in-out;
}
#fv._co2 ._co2 {
  opacity: 1;
  transform: rotate(0deg);
  transition: all 1s ease-in-out;
  transition-delay: 0.3s;
}
#fv._co2 ._co2 img {
  opacity: 1;
  transition: all 1s ease-in-out;
}
#fv._oxygen ._oxygen {
  opacity: 1;
  transform: rotate(0deg);
  transition: all 1s ease-in-out;
  transition-delay: 0.3s;
}
#fv._oxygen ._oxygen img {
  opacity: 1;
  transition: all 1s ease-in-out;
}
#fv._argon ._argon {
  opacity: 1;
  transform: rotate(0deg);
  transition: all 1s ease-in-out;
  transition-delay: 0.3s;
}
#fv._argon ._argon img {
  opacity: 1;
  transition: all 1s ease-in-out;
}
#fv._nitrogen ._nitrogen {
  opacity: 1;
  transform: rotate(0deg);
  transition: all 1s ease-in-out;
  transition-delay: 0.3s;
}
#fv._nitrogen ._nitrogen img {
  opacity: 1;
  transition: all 1s ease-in-out;
}
#fv._hydrogen ._hydrogen {
  opacity: 1;
  transform: rotate(0deg);
  transition: all 1s ease-in-out;
  transition-delay: 0.3s;
}
#fv._hydrogen ._hydrogen img {
  opacity: 1;
  transition: all 1s ease-in-out;
}
#fv._helium ._helium {
  opacity: 1;
  transform: rotate(0deg);
  transition: all 1s ease-in-out;
  transition-delay: 0.3s;
}
#fv._helium ._helium img {
  opacity: 1;
  transition: all 1s ease-in-out;
}

#top_news {
  overflow: hidden;
  background-color: #fff;
}
@media screen and (min-width: 1080px) {
  #top_news {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1180px) {
  #top_news {
    padding-bottom: 160px;
  }
}

.post_news {
  padding: 15px 0px;
}
.post_news + .post_news {
  border-top: 1px solid #939393;
}
@media screen and (min-width: 768px) {
  .post_news {
    padding: 15px 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 10px;
  }
}
.post_news .info {
  display: flex;
  align-items: center;
  gap: 0px 10px;
}
@media screen and (min-width: 768px) {
  .post_news .info {
    line-height: 1em;
    width: 180px;
  }
}
.post_news .date {
  color: #939393;
  padding: 0.5em 0px 0.3em 0px;
  line-height: 1em;
  min-width: 72px;
}
@media screen and (min-width: 768px) {
  .post_news .date {
    min-width: 83px;
  }
}
.post_news .cat {
  line-height: 1em;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 5px;
  flex: 1;
}
.post_news .cat .cat_cell {
  display: inline-block;
  line-height: 1em;
  color: #fff;
  font-size: min(3.0769230769vw, 1.4rem);
  padding: 0.4em 0.8em;
  border-radius: 80px;
  transition: all 0.2s ease-in-out;
  background-color: #999;
  text-align: center;
  min-width: 70px;
}
@media screen and (min-width: 768px) {
  .post_news .cat .cat_cell {
    font-size: 1.3rem;
    min-width: auto;
    width: 100%;
  }
}
.post_news .cat .cat_cell._information {
  background-color: #14D029;
}
.post_news .cat .cat_cell._book {
  background-color: #0C1C96;
}
.post_news .cat .cat_cell._important {
  background-color: #B40000;
}
.post_news .cat .cat_cell._industry {
  background-color: #a23ecd;
}
@media screen and (min-width: 768px) {
  .post_news .title {
    flex: 1;
  }
}
.post_news .title a {
  color: #2B2B2B;
  transition: all 0.2s ease-in-out;
}
@media (any-hover: hover) {
  .post_news .title a:hover {
    color: #14D029;
  }
}

@media screen and (min-width: 1080px) {
  .top_news_layout {
    display: flex;
  }
}

@media screen and (min-width: 1080px) {
  .top_news_title {
    width: 270px;
  }
}

@media screen and (min-width: 1080px) {
  .top_news_content {
    flex: 1;
  }
}
.top_news_content .post_news:first-child {
  padding-top: 0px;
}

.top_news_btn {
  margin-top: 40px;
  text-align: right;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  .top_news_btn {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .top_news_btn .btn_standard {
    max-width: 220px;
  }
}

.top_section_headline {
  position: relative;
}
.top_section_headline .headline_inner {
  position: relative;
  z-index: 11;
  max-width: 1000px;
  margin: 0px auto;
  padding: 30px 0px;
}
@media screen and (min-width: 768px) {
  .top_section_headline .headline_inner {
    padding: 50px 0px;
  }
}
@media screen and (min-width: 1080px) {
  .top_section_headline .headline_inner {
    padding: 5px 0px 40px 0px;
  }
}
.top_section_headline .en {
  color: #0C1C96;
  font-size: min(16.6666666667vw, 6.8rem);
  padding-top: 0.2em;
  line-height: 0.6em;
}
@media screen and (min-width: 768px) {
  .top_section_headline .en {
    font-size: 14rem;
  }
}
@media screen and (min-width: 1080px) {
  .top_section_headline .en {
    font-size: 20rem;
    letter-spacing: -0.01em;
    margin-left: -0.08em;
  }
}
.top_section_headline .title {
  margin-top: 0.5em;
  font-weight: 600;
  font-size: min(3.8461538462vw, 1.6rem);
}
@media screen and (min-width: 768px) {
  .top_section_headline .title {
    margin-top: 0.8em;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1080px) {
  .top_section_headline .title {
    margin-top: 10px;
    font-size: 2rem;
  }
}
.top_section_headline .bg {
  position: absolute;
  right: -5vw;
  top: 0px;
  height: 100%;
  width: 80%;
}
@media screen and (min-width: 1080px) {
  .top_section_headline .bg {
    width: 75%;
  }
}
.top_section_headline .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.top_section_headline .bg:before {
  content: "";
  width: 100%;
  height: calc(100% + 3px);
  position: absolute;
  left: -1px;
  top: -1px;
  background: linear-gradient(90deg, #fff 0%, rgba(0, 0, 0, 0) 100%);
}
.top_section_headline .line {
  width: 450px;
  height: 12px;
  border-radius: 80px;
  position: absolute;
  left: 545px;
  bottom: -5px;
  background: linear-gradient(90deg, #14D029 0%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 1079px) {
  .top_section_headline .line {
    display: none;
  }
}

.top_section_headline._white .en, .top_section_headline._white .title {
  color: #fff;
}
.top_section_headline._white .bg:before {
  background: linear-gradient(90deg, #0C1C96 0%, rgba(0, 0, 0, 0) 100%);
}

.top_section_layout {
  padding: 30px 0px 40px 0px;
  max-width: 1000px;
  margin: 0px auto;
}
@media screen and (min-width: 1080px) {
  .top_section_layout {
    display: flex;
    padding: 80px 0px 70px 0px;
  }
}

.top_section_title {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .top_section_title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1080px) {
  .top_section_title {
    width: 550px;
    margin-bottom: 0px;
  }
}
.top_section_title .title {
  font-size: min(7.6923076923vw, 3.4rem);
  font-weight: 700;
  line-height: 1.3em;
}
@media screen and (min-width: 768px) {
  .top_section_title .title {
    font-size: 4.2rem;
    line-height: 1.4em;
  }
}
@media screen and (min-width: 1080px) {
  .top_section_title .title {
    font-size: 5.8rem;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 1080px) {
  .top_section_content {
    width: 450px;
  }
}
.top_section_content .subtitle {
  position: relative;
  font-size: min(4.6153846154vw, 2rem);
  font-weight: 700;
  line-height: 1.6em;
  padding-left: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .top_section_content .subtitle {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1080px) {
  .top_section_content .subtitle {
    margin-bottom: 20px;
    padding-left: 20px;
    letter-spacing: 0.08em;
  }
}
.top_section_content .subtitle:before {
  content: "";
  height: calc(100% - 0.5em);
  width: 3px;
  background-color: #0C1C96;
  position: absolute;
  left: 0px;
  top: 0.4em;
}
.top_section_content .intro_text {
  line-height: 2.1em;
}
@media screen and (min-width: 1080px) {
  .top_section_content .intro_text {
    font-size: 1.6rem;
    line-height: 1.8em;
  }
}
.top_section_content .top_section_btn {
  margin-top: 20px;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  .top_section_content .top_section_btn {
    text-align: right;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1080px) {
  .top_section_content .top_section_btn {
    margin-top: 45px;
  }
}
@media screen and (min-width: 768px) {
  .top_section_content .btn_standard {
    max-width: 300px;
  }
}

.top_section_layout._white .top_section_title {
  color: #fff;
}
.top_section_layout._white .subtitle {
  color: #fff;
}
.top_section_layout._white .subtitle:before {
  background-color: #fff;
}
.top_section_layout._white .intro_text {
  color: #fff;
}

#top_business {
  background-color: #fff;
  padding-top: 0px;
  overflow: hidden;
}
@media screen and (min-width: 1180px) {
  #top_business {
    padding-bottom: 160px;
  }
}
#top_business .contents_inner {
  max-width: 100%;
}
@media screen and (min-width: 1180px) {
  #top_business .top_section_layout {
    padding-bottom: 100px;
  }
}

.top_business_content {
  background-color: #EAEAEA;
  padding: 40px 7vw;
  border-radius: 10px;
  max-width: 1000px;
  margin: 0px auto;
}
@media screen and (min-width: 768px) {
  .top_business_content {
    border-radius: 40px;
    padding: 40px 30px;
    display: flex;
    gap: 0px 6%;
  }
}
@media screen and (min-width: 1080px) {
  .top_business_content {
    padding: 70px 70px;
    gap: 0px 7%;
  }
}

@media screen and (min-width: 768px) {
  .top_business_box {
    width: 47%;
  }
}
@media screen and (min-width: 1080px) {
  .top_business_box {
    width: 46.5%;
  }
}
@media screen and (max-width: 767px) {
  .top_business_box + .top_business_box {
    margin-top: 35px;
  }
}

.top_business_box_title {
  position: relative;
  margin-bottom: 15px;
}
.top_business_box_title .title {
  font-weight: 700;
  font-size: min(5.641025641vw, 2.4rem);
  line-height: 1.2em;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .top_business_box_title .title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1080px) {
  .top_business_box_title .title {
    font-size: 3rem;
    margin-bottom: 15px;
  }
}
.top_business_box_title .en {
  position: relative;
  color: #14D029;
  line-height: 1.4em;
  padding-left: 10px;
}
@media screen and (min-width: 1080px) {
  .top_business_box_title .en {
    padding-left: 13px;
    line-height: 1.3em;
  }
}
.top_business_box_title .en:before {
  content: "";
  width: 3px;
  height: 100%;
  border-radius: 80px;
  position: absolute;
  left: 0px;
  top: 0.05em;
  background: linear-gradient(180deg, #14D029 0%, rgba(0, 0, 0, 0) 100%);
}
.top_business_box_title .icon {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -30px;
}
@media screen and (min-width: 1080px) {
  .top_business_box_title .icon {
    width: 80px;
    height: 80px;
    margin-top: -40px;
  }
}
.top_business_box_title .icon img {
  width: 100%;
}

@media screen and (min-width: 1080px) {
  .top_business_box_intro .text {
    line-height: 1.7em;
    letter-spacing: 0.08em;
  }
}

.top_business_box_btn {
  line-height: 1em;
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .top_business_box_btn {
    margin-top: 45px;
  }
}
.top_business_box_btn .btn_standard {
  max-width: 100%;
}

#top_about {
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1180px) {
  #top_about {
    padding-bottom: 160px;
    padding-top: 160px;
  }
}
#top_about .contents_inner {
  position: relative;
  z-index: 11;
  max-width: 100%;
}
#top_about .top_section_layout {
  padding-bottom: 0px;
}
@media screen and (min-width: 768px) {
  #top_about .top_section_content .btn_standard {
    max-width: 360px;
  }
}
@media screen and (min-width: 1080px) {
  #top_about .top_section_headline .en {
    margin-left: -0.03em;
  }
}
#top_about:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: linear-gradient(90deg, #F5F5F5 0%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (min-width: 768px) {
  #top_about:before {
    width: 50%;
  }
}
@media screen and (min-width: 1180px) {
  #top_about:before {
    width: 30%;
  }
}

.top_about_content {
  margin-block-start: 60px;
}
@media screen and (min-width: 768px) {
  .top_about_content {
    margin-block-start: 80px;
  }
}
@media screen and (min-width: 1080px) {
  .top_about_content {
    margin-block-start: 100px;
  }
}

/* ======================================================
	splide
========================================================= */
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

/* ======================================================
	上書きスタイル
========================================================= */
.splide__arrow--prev {
  left: 0vw;
  margin-left: -10px;
}
@media screen and (min-width: 768px) {
  .splide__arrow--prev {
    left: 0px;
  }
}
@media screen and (min-width: 1480px) {
  .splide__arrow--prev {
    left: -20px;
  }
}

.splide__arrow--next {
  right: 0vw;
  margin-right: -10px;
}
@media screen and (min-width: 768px) {
  .splide__arrow--next {
    right: 0px;
  }
}
@media screen and (min-width: 1480px) {
  .splide__arrow--next {
    right: -20px;
  }
}

.splide__arrow {
  background-color: #EAEAEA;
  opacity: 1;
  height: 30px;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .splide__arrow {
    height: 40px;
    width: 40px;
  }
}
@media screen and (min-width: 1180px) {
  .splide__arrow {
    height: 50px;
    width: 50px;
  }
}
.splide__arrow svg {
  width: 12px;
  height: 12px;
}
@media screen and (min-width: 768px) {
  .splide__arrow svg {
    width: 15px;
    height: 15px;
  }
}
@media screen and (min-width: 1180px) {
  .splide__arrow svg {
    width: 16px;
    height: 16px;
  }
}
.splide__arrow svg path {
  fill: #939393;
}

#top_product {
  overflow: hidden;
  background-color: #0C1C96;
}
@media screen and (min-width: 1180px) {
  #top_product {
    padding-bottom: 160px;
    padding-top: 160px;
  }
}
#top_product .contents_inner {
  position: relative;
  z-index: 11;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #top_product .top_section_layout {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  #top_product .top_section_layout {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1080px) {
  #top_product .top_section_layout {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  #top_product .top_section_layout .btn_standard {
    max-width: 190px;
  }
}

.c_latest_content {
  padding: 40px 5vw;
  background-color: #fff;
  border-radius: 20px;
  max-width: 1000px;
  margin: 0px auto;
}
@media screen and (min-width: 1080px) {
  .c_latest_content {
    border-radius: 40px;
    padding: 50px 110px;
  }
}
@media screen and (min-width: 1080px) {
  .c_latest_content .splide__arrow--prev {
    left: 30px;
  }
}
@media screen and (min-width: 1080px) {
  .c_latest_content .splide__arrow--next {
    right: 30px;
  }
}

@media screen and (min-width: 768px) {
  .c_latest_slide_inner {
    display: flex;
    gap: 0px 5%;
  }
}
@media screen and (min-width: 1080px) {
  .c_latest_slide_inner {
    gap: 0px 35px;
  }
}

.c_latest_slide {
  position: relative;
  padding-bottom: 85px;
}
@media screen and (min-width: 1080px) {
  .c_latest_slide {
    padding-bottom: 110px;
  }
}
.c_latest_slide .c_latest_slide_btn {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

.c_latest_slide .img {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c_latest_slide .img {
    width: 30%;
  }
}
@media screen and (min-width: 1080px) {
  .c_latest_slide .img {
    width: 192px;
  }
}
.c_latest_slide .img a {
  display: block;
}
@media screen and (max-width: 767px) {
  .c_latest_slide .img img {
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .c_latest_slide .img img {
    width: 100%;
    height: auto;
  }
}
.c_latest_slide .intro {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .c_latest_slide .intro {
    margin-top: 0px;
    flex: 1;
  }
}
.c_latest_slide .name {
  font-size: min(4.6153846154vw, 1.8rem);
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 0.3em;
}
@media screen and (min-width: 768px) {
  .c_latest_slide .name {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1080px) {
  .c_latest_slide .name {
    font-size: 3rem;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
  }
}
.c_latest_slide .textarea {
  position: relative;
  padding-left: 15px;
}
@media screen and (min-width: 1080px) {
  .c_latest_slide .textarea {
    padding-left: 20px;
  }
}
.c_latest_slide .textarea:before {
  content: "";
  height: calc(100% - 0.5em);
  width: 3px;
  background-color: #0C1C96;
  position: absolute;
  left: 0px;
  top: 0.4em;
}
@media screen and (min-width: 1080px) {
  .c_latest_slide .textarea:before {
    top: 0.1em;
  }
}
@media screen and (min-width: 1080px) {
  .c_latest_slide .textarea .text {
    line-height: 1.7em;
  }
}
.c_latest_slide .subtitle {
  font-weight: 700;
  font-size: min(4.1025641026vw, 1.6rem);
  line-height: 1.3em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .c_latest_slide .subtitle {
    font-size: 1.8rem;
  }
}
.c_latest_slide .spec {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #EAEAEA;
  font-size: 1.3rem;
  line-height: 1.6em;
}
@media screen and (min-width: 1080px) {
  .c_latest_slide .spec {
    font-size: 1.4rem;
    line-height: 2em;
  }
}

.c_latest_slide_btn {
  line-height: 1em;
  margin-top: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c_latest_slide_btn {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1080px) {
  .c_latest_slide_btn {
    margin-top: 50px;
  }
}
.c_latest_slide_btn .btn_standard {
  max-width: 100%;
}

#top_recommendation {
  overflow: hidden;
  position: relative;
  background-color: #EAEAEA;
}
@media screen and (min-width: 1180px) {
  #top_recommendation {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
#top_recommendation .contents_inner {
  position: relative;
  z-index: 11;
}
#top_recommendation:before {
  content: "";
  width: 30%;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  background: linear-gradient(270deg, #fff 0%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (min-width: 768px) {
  #top_recommendation:before {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .top_recommendation_fig {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .top_recommendation_fig {
    position: absolute;
  }
}
.top_recommendation_fig img {
  width: 100%;
  height: auto;
}
.top_recommendation_fig._left01 {
  width: 164px;
  left: -50px;
  top: 3%;
}
@media screen and (min-width: 1180px) {
  .top_recommendation_fig._left01 {
    width: 226px;
    top: -92px;
    left: -186px;
  }
}
.top_recommendation_fig._left02 {
  width: 124px;
  left: -90px;
  top: 37%;
}
@media screen and (min-width: 1180px) {
  .top_recommendation_fig._left02 {
    width: 132px;
    top: 191px;
    left: -238px;
  }
}
.top_recommendation_fig._right01 {
  width: 170px;
  right: -40px;
  top: 10%;
}
@media screen and (min-width: 1180px) {
  .top_recommendation_fig._right01 {
    width: 256px;
    top: 229px;
    right: -300px;
  }
}

.top_recommendation_content {
  padding: 40px 5vw;
  background-color: #fff;
  border-radius: 20px;
  max-width: 1000px;
  margin: 0px auto;
}
@media screen and (min-width: 1080px) {
  .top_recommendation_content {
    padding: 50px 110px;
    border-radius: 40px;
  }
}
.top_recommendation_content .splide__arrow--prev {
  left: 15px;
}
@media screen and (min-width: 1080px) {
  .top_recommendation_content .splide__arrow--prev {
    left: 30px;
  }
}
.top_recommendation_content .splide__arrow--next {
  right: 15px;
}
@media screen and (min-width: 1080px) {
  .top_recommendation_content .splide__arrow--next {
    right: 30px;
  }
}

.top_recommendation_slide {
  position: relative;
  padding-bottom: 85px;
}
@media screen and (min-width: 1080px) {
  .top_recommendation_slide {
    padding-bottom: 110px;
  }
}
.top_recommendation_slide .top_recommendation_btn {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top_recommendation_slide {
    display: block;
  }
}
.top_recommendation_slide .img {
  margin-bottom: 15px;
  text-align: center;
  aspect-ratio: 8/6;
}
@media screen and (min-width: 1080px) {
  .top_recommendation_slide .img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.top_recommendation_slide .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top_recommendation_slide .name {
  font-weight: 700;
  font-size: min(4.1025641026vw, 1.6rem);
  line-height: 1.4em;
  min-height: 2.8em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .top_recommendation_slide .name {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1080px) {
  .top_recommendation_slide .textarea .text {
    line-height: 1.75em;
  }
}

.top_recommendation_btn {
  line-height: 1em;
  margin-top: 20px;
}
@media screen and (min-width: 1080px) {
  .top_recommendation_btn {
    margin-top: 45px;
  }
}

#top_sponsor {
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1180px) {
  #top_sponsor {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
#top_sponsor .contents_inner {
  position: relative;
  z-index: 11;
}

@media screen and (min-width: 768px) {
  #top_sponsor .top_sponsor_slider {
    display: flex;
    gap: 0px 2%;
  }
}

@media screen and (min-width: 768px) {
  .top_sponsor_slide {
    width: 32%;
  }
}
.top_sponsor_slide a {
  display: block;
}
.top_sponsor_slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 320/180;
}

/* =============================================
- アニメーション
================================================ */
.fv_title, .fv_title_en, .fv_fig, .fv_bg {
  opacity: 0;
}

.fv_title_line {
  width: 0%;
  overflow: hidden;
}
.fv_title_line img {
  display: block;
  overflow: hidden;
}
.fv_title_line.is_animation {
  width: auto;
}

.top_section_headline .en span {
  display: inline-block;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;
}
.top_section_headline .en span:nth-child(1) {
  transition-delay: 0.15s;
}
.top_section_headline .en span:nth-child(2) {
  transition-delay: 0.3s;
}
.top_section_headline .en span:nth-child(3) {
  transition-delay: 0.45s;
}
.top_section_headline .en span:nth-child(4) {
  transition-delay: 0.6s;
}
.top_section_headline .en span:nth-child(5) {
  transition-delay: 0.75s;
}
.top_section_headline .en span:nth-child(6) {
  transition-delay: 0.9s;
}
.top_section_headline .en span:nth-child(7) {
  transition-delay: 1.05s;
}
.top_section_headline .en span:nth-child(8) {
  transition-delay: 1.2s;
}
.top_section_headline .en span:nth-child(9) {
  transition-delay: 1.35s;
}
.top_section_headline .en span:nth-child(10) {
  transition-delay: 1.5s;
}
.top_section_headline.is_animation .en span {
  transform: translateY(0px);
  opacity: 1;
}