@charset "UTF-8";
* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  box-sizing: border-box;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

html {
	font-size: 62.5%;
	width: 100%;
	height: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  width: 100%;
  height: 100%;
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 1;
	position: relative;
	text-size-adjust: 100%;
	font-smoothing: antialiased;
}

article,
aside,
dialog,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

hr {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

@media print, screen and (min-width:769px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
body {
  overflow: auto;
  color: #404040;
}
body.is-hidden {
  overflow-y: hidden;
}

a {
  color: #404040;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    text-decoration: none;
  }
}
a .icon-filter_none::before {
  display: inline-block;
}

sup {
  vertical-align: super;
}

input,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  max-width: 100%;
}

@media screen and (max-width:768px) {
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
}

input::-moz-placeholder {
  opacity: 0.5;
}

input::placeholder {
  opacity: 0.5;
}

button,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[id] {
  scroll-margin-top: 100px;
}
@media screen and (max-width:768px) {
  [id] {
    scroll-margin-top: 80px;
  }
}

@media screen and (max-width:768px) {
  .pc {
    display: none !important;
  }
}
@media print, screen and (min-width:769px) {
  .pc {
    display: block;
  }
}

@media screen and (max-width:768px) {
  .sp {
    display: block;
  }
}
@media print, screen and (min-width:769px) {
  .sp {
    display: none !important;
  }
}

.br_pc {
  display: block;
}
@media screen and (max-width:768px) {
  .br_pc {
    display: none;
  }
}

.br_md {
  display: none;
}
@media screen and (max-width:1024px) {
  .br_md {
    display: block;
  }
}

.br_sp {
  display: none;
}
@media screen and (max-width:768px) {
  .br_sp {
    display: block;
  }
}

.is-fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s, transform 0.8s;
}

.is-fade.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}

.is-pop {
  opacity: 0;
}

.is-pop.is-inview {
  opacity: 1;
  animation: pop 0.6s ease-out forwards;
}

@keyframes pop {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.is-pop02 {
  opacity: 0;
}

.is-pop02.is-inview {
  opacity: 1;
  animation: pop02 0.6s ease-in forwards;
}

@keyframes pop02 {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
		transform: scale(1);
  }
}

/* .opacity */
.opacity {
  transition: all 0.3s;
}

.opacity:hover {
  opacity: 0.7;
}

/* .c_btn */
.c_btn {
  font-size: clamp(1rem, 0.897rem + 0.21vw, 1.125rem);
  font-weight: 600;
  width: min(320px, 90%);
  height: 60px;
  padding: 0 40px;
  margin: 0 auto;
  color: #fff;
  background: #404040;
  border-radius: 60px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  transition: all 0.3s;
}

.c_btn:hover {
  background: #1C8AF2;
}
.c_btn:hover::after {
  right: 20px;
}

.c-error {
  width: min(800px, 90%);
  margin: 0 auto 200px;
}
.c-error .c_txt {
  text-align: center;
  margin-bottom: 80px;
}

.bg-red {
	background: #DD0004;
	margin: 0 auto;
	padding: 0 25px;
	width: 100%;
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
	.bg-red {    
		padding: 0 10px;
  }
}

@media screen and (max-width:768px) {
	.bg-red {
    background: none;
		padding: 0 10px;
		max-width: 375px;
  }
}

.bg-blue {
	background: #9EC6DF;
	margin: 0 auto;
	padding: 54px 25px 60px;
	width: 100%;
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
	.bg-blue {		
		padding: 54px 10px 60px;
  }
}

@media screen and (max-width:768px) {
	.bg-blue {
		padding: 41px 18px;
		margin: 0;
		width: 100%;
  }
}

.l-contents {
  width: 100%;
  height: 100%;
  position: relative;
	font-size: 2.0rem;
}

@media screen and (max-width:768px) {
  .l-contents {
    font-size: 1.4rem;
		background: url("../img/top/bg_special.png") 0 0 repeat;
		background-size: 100%;
  }
}

.l-contents::before {
  content: "";
	background: url("../img/top/bg_visual.png") no-repeat center center/cover;
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.l-contents::before {
		width: 100%;
  	height: 130%;
		top: 0;
	}
}

.l-contents::after {
	content: "";
	width: 1024px;
	height: 988px;
	display: block;
	background: url("../img/top/img_visual_bg.png") center -120px no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	transform: translate(-50% , 0);
	aspect-ratio: 1024 / 988;
}

@media only screen and (min-width: 1024px) and (max-width: 1395px) {
	.l-contents::after {
		width: 580px;
		height: 530px;
    aspect-ratio: 580 / 530;
		background: url("../img/top/img_visual_bg.png") center -60px no-repeat;
		background-size: cover;
	}
}

@media screen and (max-width:768px) {
	.l-contents::before {
		background: url("../img/top/bg_visual.png") no-repeat center center/cover;
		position: absolute;
		z-index: 0;
  }
	
	.l-contents::after {
		display: none;
	}
}

.l-contents-center .mb05 {
  margin-bottom: 5px;
}
.l-contents-center .mb10 {
  margin-bottom: 10px;
}
.l-contents-center .mb20 {
  margin-bottom: 20px;
}
.l-contents-center .mb30 {
  margin-bottom: 30px;
}
.l-contents-center .bg_blue {
  background: rgba(0, 139, 213, 1);
}
.l-contents-center .bg_transparent {
  background: transparent;
}

.l-contents__wrapper {
  width: min(1340px, 90%);
  height: 100%;
  display: flex;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-contents__wrapper {
    width: min(700px, 100%);
  }
}
@media screen and (max-width:768px) {
	.l-contents__wrapper {
    width: 100%;
  }
}

.l-contents-left {
  width: 345px;
  display: block;
}
@media screen and (max-width:1200px) {
  .l-contents-left {
    width: 300px;
  }
}
@media screen and (max-width:1024px) {
	.l-contents-left {
    position: absolute;
		top: 48px;
		right: 8px;
		width: 40px;
  }
}
.l-contents-left__inner {
  position: fixed;
  top: 0;
  width: 160px;
  padding-top: 12%;
  margin: 0 1% 0 calc(345px - 1% - 160px);
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .l-contents-left__inner {
    margin: 0 1%;
  }
}

@media screen and (max-width:1024px) {
	.l-contents-left__inner {
    position: relative;
		margin: 0;
		padding-top: 0;
		width: 40px;
  }
}

/* .l-contents-center */
.l-contents-center {
  flex: 1;
  overflow: hidden;
	position: relative;
	z-index: 1;
}

@media screen and (max-width:768px) {
	.l-contents-center.is-animation::after {
		content: "";
		background: url("../img/top/bg_contents_sp.png") no-repeat center center/cover;
		position: fixed;
		top: 40px;
		left: 0;
		width: 100%;
		height: 100dvh;
		z-index: -1;
  }
}

/* .l-contents-right */
.l-contents-right {
  padding-top: 14%;
  flex-shrink: 0;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: auto;
  z-index: 3;
}
@media screen and (max-width:1024px) {
  .l-contents-right {
    z-index: 6;
    overflow: unset;
  }
}
.l-contents-right-nav {
  width: 345px;
  transition: all 0.3s;
}
@media screen and (max-width:1200px) {
  .l-contents-right-nav {
    width: 300px;
  }
}
@media screen and (max-width:1024px) {
  .l-contents-right-nav {
    display: none;
  }
}
.l-contents-right-nav__ttl {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 10px;
  color: #000;
}
.l-contents-right-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 8px;
}
.l-contents-right-nav__list:first-of-type {
  margin-bottom: 20px;
}
.l-contents-right-nav__list .l-contents-right-nav__item {
  width: 100%;
  text-align: center;
}
.l-contents-right-nav__link {
  color: #000;
  padding: 12px 10px;
  display: inline-flex;
	justify-content: center;
	align-items: center;
  transition: all 0.3s;
	border: 1px solid #000;
  background: #fff;
  border-radius: 4px;
  position: relative;
	width: 100%;
}

@media screen and (max-width:768px) {
	.l-contents-right-nav__link {
    font-size: 2.0rem;
  }
}

.l-contents-right-nav__link:hover {
  background: #000;
	color: #fff;
}
.l-contents-right-nav__link .__ico {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0, -50%);
	font-size: 1.2rem;
}
@media screen and (max-width:768px) {
	.l-contents-right-nav__link .__ico {
    font-size: 0.9rem;
  }
}

.l-contents-right-nav__list.__flex2 .l-contents-right-nav__item {
  width: 48%;
  text-align: left;
}
.l-contents-right-nav__list.__flex2 .l-contents-right-nav__link {
  font-size: 1.0rem;
  padding: 10px 9px;
	justify-content: space-between;
}
.l-contents-right-nav__list.__flex2 .l-contents-right-nav__link .__ico {
  right: 9px;
	font-size: 1.6rem;
}

/* .l-contents-right-toggle */
.l-contents-right-toggle {
  width: 29px;
  height: 20px;
  position: fixed;
  top: 10px;
  right: 10px;
  display: none;
  cursor: pointer;
  z-index: 6;
}
@media screen and (max-width:1024px) {
  .l-contents-right-toggle {
    display: block;
  }
}
.l-contents-right-toggle__border {
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  transition: all 0.4s;
}
.l-contents-right-toggle__border:first-of-type {
  top: 0;
}
.l-contents-right-toggle__border:nth-of-type(2) {
  top: 9px;
}
.l-contents-right-toggle__border:last-of-type {
  bottom: 0;
}
.l-contents-right-toggle.is-active .l-contents-right-toggle__border:first-of-type {
  top: 9px;
  transform: rotate(45deg);
}
.l-contents-right-toggle.is-active .l-contents-right-toggle__border:nth-of-type(2) {
  display: none;
}
.l-contents-right-toggle.is-active .l-contents-right-toggle__border:last-of-type {
  bottom: 9px;
  transform: rotate(-45deg);
}
.l-contents-right-toggle.is-active + .l-contents-right-nav {
  display: block;
  width: 100%;
  padding: 34px 28px;
  position: fixed;
  top: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #DD0004;
  box-sizing: border-box;
}

.l-footer-top__return {
  width: 82px;
  margin: 0 auto;
  display: block;
}

/* .l-header */
.l-header {
  width: 100%;
  height: 40px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
}
@media screen and (max-width:768px) {
  .l-header {
    justify-content: flex-start;
    padding-left: 10px;
  }
}
.l-header__inner {
  width: 307px;
}
@media screen and (max-width:768px) {
  .l-header__inner {
    width: min(290px, 83%);
  }
}

/*sp nav*/
.l-contents-sp-nav {
  width: 100%;
  margin: 0 auto 60px;
	padding: 0 18px;
  display: none;
}
@media screen and (max-width:1024px) {
  .l-contents-sp-nav {
    display: block;
		padding: 0 25px;
  }
}
.l-contents-sp-nav__ttl {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 10px;
  color: #000;
}
.l-contents-sp-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 8px;
}
.l-contents-sp-nav__list:first-of-type {
  margin-bottom: 20px;
}
.l-contents-sp-nav__list .l-contents-sp-nav__item {
  width: 100%;
}

.l-contents-sp-nav__list .l-contents-sp-nav__item .l-contents-sp-nav__link {
  color: #000;
	padding: 12px 10px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
	border: 1px solid #000;
	background: #fff;
	border-radius: 4px;
	position: relative;
	width: 100%;
	font-size: 2.0rem;
}
.l-contents-sp-nav__list .l-contents-sp-nav__item .l-contents-sp-nav__link:hover {
  background: #000;
	color: #fff;
}
.l-contents-sp-nav__link .__ico {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0, -50%);
	font-size: 0.9rem;
}

.l-contents-sp-nav__list.__flex2 .l-contents-sp-nav__item {
  width: 48%;
  text-align: left;
}

.l-contents-sp-nav__list.__flex2 .l-contents-sp-nav__link {
  font-size: 1.0rem;
  padding: 10px 9px;
	justify-content: space-between;
}
.l-contents-sp-nav__list.__flex2 .l-contents-sp-nav__link .__ico {
  right: 9px;
	font-size: 1.6rem;
}

/* .l-footer */
.l-footer {
  background: #fff;
}

@media screen and (max-width:768px) {
	.l-footer {
		position: relative;
		z-index: 1;
	}
}

.l-footer-top {
  padding: 65px 0 13px;
}
.l-footer-top__blog {
  width: min(420px, 90%);
  margin: 0 auto 36px;
  display: block;
}

@media screen and (max-width:768px) {
	.l-footer-top__blog {
		width: 100%;
		max-width: 300px;
		margin: 0 auto 24px;
	}
}

.l-footer-top__sns {
  width: min(238px, 90%);
  margin: 0 auto 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-footer-top__sns__link {
  width: 89px;
  aspect-ratio: 1;
  transition: all 0.3s;
}
.l-footer-top__sns__link:hover {
  opacity: 0.7;
}
.l-footer-top__txt {
	margin: 40px auto 0;
	text-align: center;
	font-size: 1.4rem;
}
@media screen and (max-width:768px) {
	.l-footer-top__txt {
		font-size: 1.0rem;
		margin: 32px auto 0;
		padding: 0 10px;
		line-height: 16px;
	}
}

.l-footer-bottom {
  background: #393939;
  padding: 20px 0 25px;
}
.l-footer-bottom__catch {
  font-size: 1.2rem;
  line-height: 1.35;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
.l-footer-bottom__info {
  font-size: 0.9rem;
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
}
.l-footer-bottom .__h2 {
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
  color: #fff;
  margin-bottom: 13px;
	font-size: 0.9rem;
}
.l-footer-bottom .__h2 .__sub {
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
}
.l-footer-bottom__copyright {
  font-size: 0.7rem;
  text-align: center;
  color: #fff;
}

/*modal*/
.modal_window {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 999;
}
.modal_window.active {
  opacity: 1;
  pointer-events: auto;
}
.modal_content {
  position: absolute;
  width: min(500px,90%);
  height: 90%;
  margin: auto;
  overflow-y: auto;
  top: 0;
  bottom: 0;
}
@media screen and (max-width:500px) {
  .modal_content {
    height: fit-content;
  }
}
.modal_content img {
  width: 100%;
  height: auto;
}
/*.modal-link {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  padding: 20px 0;
  color: rgba(0, 138, 213, 1);
  background: #fff;
  display: block;
}*/

.modal_close {
  position: absolute;
  top: 1px;
  right: 1px;
  cursor: pointer;
  color: #fff;
  z-index: 1000;
  font-size: 3.5rem;
  font-weight: 200;
	width: 60px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width:768px) {
	.modal_close {
		width: 40px;
		height: 38px;
		font-size: 2.6rem;
  }
}

#modal-fit .modal_close,
#modal-nwgn .modal_close,
#modal-wrv .modal_close,
#modal-vezel .modal_close,
#modal-freed .modal_close,
#modal-stepwgn .modal_close,
#modal-zankure .modal_close,
#modal-nbox .modal_close,
#modal-nboxjoy .modal_close {
	background: #008BD5;
}

#modal-bariho .modal_close {
	background: #F18D25;
}

#modal-rakumaru .modal_close {
	background: #00B300;
}

#modal-nbox-coupon .modal_close,
#modal-step-coupon .modal_close {
	color: #000;
}

.flame_animation {
  position: relative;
  overflow: hidden;
}

.flame_animation::before {
  animation: 2s 0s btn_animation linear infinite;
	background: linear-gradient(to right, rgba(255,255,255,0) 25%, rgba(255,255,255,.6) 50%, rgba(255, 255, 255, 0) 75%);
	content: '';
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transform: skewX(-25deg);
	width: 100%;
  color: #fff;
}

@keyframes btn_animation {
  20% {
		left: 100%;
	}
	100% {
		left: 100%;
	}
}


@media screen and (max-width:415px) {
  .u-xs-min {
    display: none !important;
  }
}

@media print, screen and (min-width:416px) {
  .u-xs-max {
    display: none !important;
  }
}

@media screen and (max-width:768px) {
  .u-sm-min {
    display: none !important;
  }
}

@media print, screen and (min-width:769px) {
  .u-sm-max {
    display: none !important;
  }
}

@media screen and (max-width:1024px) {
  .u-md-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1025px) {
  .u-md-max {
    display: none !important;
  }
}

@media screen and (max-width:1200px) {
  .u-lg-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1201px) {
  .u-lg-max {
    display: none !important;
  }
}