@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
body {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  margin: 0;
}

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

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 800;
  line-height: 1;
}

.global_head {
  margin: 0;
}

.wrap {
  position: relative;
  overflow: hidden;
}

.content {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .content {
    width: calc(100% - 30px);
    padding: 15px 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .content {
    width: 93%;
    max-width: 1200px;
    padding: 50px 0;
  }
}

h1 {
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 1.8rem;
    line-height: 1;
  }
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: clamp(1rem, 5vw, 5rem);
    line-height: 1.2;
  }
}
h1 p {
  margin: 0;
}

h2 {
  background-color: #e60012;
  text-align: center;
  color: #fff;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 1.7rem;
    padding: 10px 10px;
  }
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: clamp(1rem, 4vw, 5rem);
    padding: 15px;
  }
}
h2 span {
  color: #fff100;
}

.btn.btn-red {
  background-color: #e60012;
  transition: 0.3s;
}
.btn.btn-red:hover {
  background-color: #f22727;
}
.btn.btn-black {
  background-color: #231815;
  transition: 0.3s;
}
.btn.btn-black:hover {
  background-color: #443733;
}
.btn a {
  color: #fff;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 0 10px 10px;
  line-height: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .btn a {
    font-size: 1.5rem;
    min-height: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .btn a {
    font-size: clamp(1rem, 5vw, 3.5rem);
    min-height: 120px;
  }
}
.btn a span {
  display: block;
  line-height: 0.95;
}
@media only screen and (max-width: 767px) {
  .btn a span {
    width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 768px) {
  .btn a span {
    width: calc(100% - 120px);
  }
}
.btn a::after {
  content: "";
  background: url(../img/img_click.png) no-repeat top left/contain;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .btn a::after {
    width: 50px;
    height: 50px;
    right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .btn a::after {
    width: 100px;
    height: 100px;
  }
}

.chart {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .chart {
    margin: 10px 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .chart {
    margin: 180px 0 40px;
  }
}
.chart h2 {
  position: relative;
  background-color: transparent;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .chart h2 {
    padding: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .chart h2 {
    padding: 0 0 30px;
  }
}
.chart h2::before {
  content: "";
  background: url(../img/chart_line.png) no-repeat top center/contain;
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .chart h2::before {
    bottom: -20px;
  }
}
@media only screen and (min-width: 768px) {
  .chart h2::before {
    bottom: -40px;
  }
}
.chart h2::after {
  content: "";
  background: url(../img/chart_bg.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .chart h2::after {
    width: 500px;
    height: 500px;
  }
}
@media only screen and (min-width: 768px) {
  .chart h2::after {
    width: 980px;
    height: 980px;
  }
}
@media only screen and (max-width: 767px) {
  .chart h3 {
    margin: 20px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .chart h3 {
    margin: 180px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .chart__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .chart__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 50px;
  }
}
.chart__box {
  background: url(../img/box_bg.png) no-repeat center/contain;
  color: #e60012;
  border-radius: 50%;
  -webkit-text-stroke: 5px #fff;
  text-stroke: 5px #fff;
  paint-order: stroke;
  font-weight: 800;
  display: grid;
  place-content: center;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .chart__box {
    width: 160px;
    height: 160px;
    font-size: 1.2rem;
    line-height: 1.1;
    padding: 20px 25px;
  }
}
@media only screen and (min-width: 768px) {
  .chart__box {
    font-size: clamp(1rem, 3vw, 3rem);
    line-height: 1;
    padding: 120px 15% 100px;
  }
}
.chart__box img {
  filter: drop-shadow(0 0 2px white);
}
.chart__box.box_01::before, .chart__box.box_02::before {
  content: "";
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .chart__box.box_01::before, .chart__box.box_02::before {
    background: url(../img/arrow-sp.png) no-repeat top left/contain;
    width: 45px;
    height: 39px;
  }
}
@media only screen and (min-width: 768px) {
  .chart__box.box_01::before, .chart__box.box_02::before {
    background: url(../img/arrow.png) no-repeat top left/contain;
    width: 80px;
    height: 70px;
    top: 20%;
    right: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .chart__box.box_01::before {
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 768px) {
  .chart__box.box_01::before {
    transform: translateY(-50%) rotate(-30deg);
  }
}
@media only screen and (min-width: 768px) {
  .chart__box.box_02 {
    top: -150px;
  }
}
@media only screen and (max-width: 767px) {
  .chart__box.box_02::before {
    bottom: 10px;
    left: 45px;
    transform: rotate(120deg);
  }
}
@media only screen and (min-width: 768px) {
  .chart__box.box_02::before {
    top: 52%;
    right: -120px;
    transform: translateX(-50%) rotate(30deg);
  }
}
@media only screen and (max-width: 767px) {
  .chart__box.box_03 {
    top: -15px;
  }
}
@media only screen and (min-width: 768px) {
  .chart__box.box_05 {
    bottom: -150px;
  }
}
@media only screen and (max-width: 767px) {
  .chart__box.box_06 {
    top: -15px;
  }
}
.chart__catch {
  text-align: center;
  line-height: 1.2;
  font-weight: 800;
}
@media only screen and (max-width: 767px) {
  .chart__catch {
    font-size: 1.8rem;
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .chart__catch {
    font-size: clamp(1rem, 5vw, 3.5rem);
    margin: 0 0 40px;
  }
}
.chart__catch img {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .chart__catch img {
    margin: 3px auto;
    width: 300px;
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .chart__catch img {
    margin: 0 10px;
    width: 35%;
    top: -7px;
  }
}

@media only screen and (min-width: 768px) {
  .intro {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .intro__img {
    margin: 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .intro__img {
    margin: 30px 0;
  }
}
.intro .intro__text p {
  font-weight: 600;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .intro .intro__text p {
    font-size: 2rem;
    line-height: 1.3;
  }
}

.desc {
  margin: 0 0 20px;
}
.desc h3 {
  border: 3px solid #000;
  display: grid;
  padding: 10px 15px;
}
@media only screen and (min-width: 768px) {
  .desc h3 {
    grid-template-columns: 1fr 0.2fr;
    align-items: center;
  }
}
.desc h3 p {
  margin: 0;
  text-align: center;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .desc h3 p {
    font-size: 1.2rem;
    line-height: 1.2;
    order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .desc h3 p {
    font-size: 3.3rem;
  }
}
.desc h3 p span {
  display: block;
  font-weight: 800;
}
@media only screen and (max-width: 767px) {
  .desc h3 p span {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .desc h3 p span {
    font-size: 5.4rem;
    margin: 0 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .desc h3 .img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .desc__intro {
    margin: 30px 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .desc__intro {
    margin: 40px 0 30px;
  }
}
.desc__intro_text p {
  font-weight: 600;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .desc__intro_text p {
    font-size: 3rem;
    line-height: 1.3;
  }
}
.desc .shop-list {
  background-color: #05294b;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .desc .shop-list {
    margin: 20px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .desc .shop-list {
    margin: 30px 0 0;
    transition: 0.3s;
  }
  .desc .shop-list:hover {
    background-color: #133f69;
  }
}
.desc .shop-list::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .desc .shop-list::before {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 10px;
    height: 10px;
    right: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .desc .shop-list::before {
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    width: 25px;
    height: 25px;
    right: 50px;
  }
}
.desc .shop-list a {
  color: #fff;
  display: block;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  .desc .shop-list a {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .desc .shop-list a {
    font-size: 3.5rem;
    padding: 25px 0;
  }
  .desc .shop-list a::after {
    content: "";
    background: url(../img/icon_shio-list.png) no-repeat top left/contain;
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-left: 10px;
  }
}
.desc h4 {
  color: #fff;
  background-color: #e60012;
  padding: 10px 15px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .desc h4 {
    margin: 0 0 10px;
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) {
  .desc h4 {
    margin: 0;
    font-size: clamp(16px, 5vw, 2.7rem);
  }
}
.desc h5 {
  color: #e60012;
}
@media only screen and (max-width: 767px) {
  .desc h5 {
    font-size: 2rem;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .desc h5 {
    font-size: clamp(16px, 5vw, 4.5rem);
    margin: 0 0 20px;
  }
}
.desc h5 span {
  font-family: "Anton";
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .desc h5 span {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .desc h5 span {
    margin-right: 10px;
  }
}
.desc .flow__item {
  border-bottom: 3px solid #000;
}
@media only screen and (max-width: 767px) {
  .desc .flow__item {
    padding: 20px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .desc .flow__item {
    padding: 30px 25px;
  }
}
.desc .flow__item p {
  margin: 0;
  font-weight: 600;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .desc .flow__item p {
    font-size: 2rem;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 767px) {
  .desc .flow__item .flow__img {
    width: 130px;
    margin: 20px auto 0;
  }
}
.desc .flow__item:nth-of-type(1) .flow__grid::before, .desc .flow__item:nth-of-type(1) .flow__grid::after {
  content: "";
  position: absolute;
  background-color: #e60012;
}
.desc .flow__item:nth-of-type(1) .flow__grid::before {
  top: 0;
}
@media only screen and (max-width: 767px) {
  .desc .flow__item:nth-of-type(1) .flow__grid::before {
    width: 15px;
    height: 95%;
    left: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .desc .flow__item:nth-of-type(1) .flow__grid::before {
    width: 35px;
    height: 70%;
    left: 16px;
  }
}
.desc .flow__item:nth-of-type(1) .flow__grid::after {
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .desc .flow__item:nth-of-type(1) .flow__grid::after {
    width: 30px;
    height: 20px;
    left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .desc .flow__item:nth-of-type(1) .flow__grid::after {
    width: 71px;
    height: 60px;
    left: -2.5px;
  }
}
@media only screen and (min-width: 768px) {
  .desc .flow__item:nth-of-type(1) .flow__img {
    width: 200px;
  }
}
.desc .flow__item:nth-of-type(2) .flow__grid {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .desc .flow__item:nth-of-type(2) .flow__img {
    width: 200px;
    height: auto;
  }
}
.desc .flow__item:nth-of-type(3) {
  text-align: center;
  color: #e60012;
  font-weight: 800;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .desc .flow__item:nth-of-type(3) {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .desc .flow__item:nth-of-type(3) {
    font-size: clamp(16px, 5vw, 4.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .desc .flow__item:nth-of-type(3) img {
    max-width: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .desc .flow__item:nth-of-type(3) img {
    width: 1000px;
  }
}
.desc .flow__grid {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .desc .flow__grid {
    margin: 0 0 15px;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .desc .flow__grid {
    margin: 0 0 20px;
    padding-left: 100px;
    display: flex;
    gap: 0 30px;
  }
}

.banner {
  display: grid;
}
@media only screen and (max-width: 767px) {
  .banner {
    gap: 10px 0;
    margin: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .banner {
    grid-template-columns: 1fr 0.8fr;
    gap: 0 20px;
    margin: 0 25px 20px;
  }
}

.moushikomi {
  min-height: 70vh;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .moushikomi {
    border: 3px solid #000;
    max-width: 950px;
    margin: 0 auto;
    padding: 50px;
  }
}
.moushikomi h2 {
  background: #e60012;
  color: #fff;
  line-height: 1;
  padding: 13px 15px;
  letter-spacing: 0.05rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .moushikomi h2 {
    margin: 0 0 25px;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .moushikomi h2 {
    margin: 0 0 30px;
    font-size: 2rem;
  }
}
.moushikomi ul {
  margin: 0 0 20px 20px;
  padding: 0;
}
.moushikomi ul li {
  margin: 0 0 5px;
}
.moushikomi ul li:last-child {
  margin: 0;
}
.moushikomi .form textarea {
  border: 1px solid #ddd;
}
.moushikomi .form .mini {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .moushikomi .form .mini {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) {
  .moushikomi .form .mini {
    width: 15%;
  }
}
.moushikomi .form .short {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .moushikomi .form .short {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) {
  .moushikomi .form .short {
    width: 20%;
  }
}
.moushikomi .form .long {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .moushikomi .form .long {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .moushikomi .form .long {
    width: 70%;
  }
}
.moushikomi .form .max {
  width: 100%;
  box-sizing: border-box;
}
.moushikomi .form input,
.moushikomi .form select,
.moushikomi .form textarea {
  font-size: 1rem;
}
.moushikomi .form select,
.moushikomi .form textarea {
  padding: 5px;
  box-sizing: border-box;
}
.moushikomi .form input[type=email],
.moushikomi .form input[type=text],
.moushikomi .form textarea {
  border: 1px solid #bbb;
  padding: 13px;
  box-sizing: border-box;
  width: 100%;
}
.moushikomi .form textarea {
  height: 150px;
}
.moushikomi .form input[type=button],
.moushikomi .form input[type=submit] {
  -webkit-appearance: none;
  border: 0;
  background-color: #eee;
  margin: 20px 0 0;
  line-height: 50px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .moushikomi .form input[type=button],
  .moushikomi .form input[type=submit] {
    width: 100%;
    height: 60px;
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .moushikomi .form input[type=button],
  .moushikomi .form input[type=submit] {
    width: calc(50% - 20px);
    height: 70px;
    font-size: 1.6rem;
    transition: 0.3s;
  }
  .moushikomi .form input[type=button]:hover,
  .moushikomi .form input[type=submit]:hover {
    background-color: #f1f1f1;
  }
}
.moushikomi .form input[type=button]:first-child,
.moushikomi .form input[type=submit]:first-child {
  background-color: #e60012;
  color: #fff;
  transition: 0.3s;
}
.moushikomi .form input[type=button]:first-child:hover,
.moushikomi .form input[type=submit]:first-child:hover {
  background-color: #f22727;
}
.moushikomi .form em {
  font-style: normal;
  background-color: #cc0000;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
  margin: 0 10px 0 0;
  padding: 2px 5px;
}
.moushikomi .form table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  border-spacing: show;
}
.moushikomi .form tr {
  border-bottom: 1px solid #eee;
}
.moushikomi .form tr:first-child {
  border-top: 1px solid #eee;
}
@media only screen and (max-width: 767px) {
  .moushikomi .form th,
  .moushikomi .form td {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .moushikomi .form th,
  .moushikomi .form td {
    vertical-align: middle;
    padding: 12px 0;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .moushikomi .form th {
    text-align: left;
    margin: 0 0 5px;
    padding: 15px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .moushikomi .form th {
    width: 35%;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .moushikomi .form td {
    text-align: left;
    padding: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .moushikomi .form td {
    width: 65%;
    text-align: left;
  }
}
.moushikomi .form .clip p {
  margin: 0 0 0 0;
}
.moushikomi .form .clip input {
  display: block;
  margin: 0 0 5px 0;
}
.moushikomi .form .submit {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 10px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .moushikomi .form .submit {
    gap: 0 20px;
  }
}

.complete h3 {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .complete h3 {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .complete h3 {
    font-size: 1.8rem;
    margin: 0 0 20px;
  }
}
.complete p {
  margin: 0;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .complete p {
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .complete p {
    font-size: 1.1rem;
  }
}
.complete__back {
  background-color: #e60012;
  line-height: 50px;
  font-weight: 600;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .complete__back {
    width: 100%;
    height: 60px;
    font-size: 1.1rem;
    margin: 20px auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .complete__back {
    width: calc(50% - 20px);
    height: 70px;
    font-size: 1.6rem;
    margin: 40px auto 0;
    transition: 0.3s;
  }
  .complete__back:hover {
    background-color: #f22727;
  }
}
.complete__back a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lang {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .lang {
    margin: 30px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .lang {
    position: absolute;
    z-index: 99;
    top: 20px;
    right: 20px;
  }
}
.lang__wrapper {
  position: relative;
}
.lang__ttl {
  position: relative;
  background-color: #fff;
  height: 37px;
  padding: 0 10px;
  border-radius: 99px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1;
  border: 1px solid #000;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .lang__ttl {
    width: 140px;
    height: 37px;
    padding: 0 10px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .lang__ttl {
    width: 130px;
    font-size: 0.8rem;
    margin-right: 9px;
  }
}
.lang__ttl::before, .lang__ttl::after {
  content: "";
}
.lang__ttl::before {
  background: url(../img/icon-lang.png) no-repeat top left/contain;
  width: 13px;
  height: 13px;
  margin-right: 8px;
}
.lang__ttl::after {
  width: 5px;
  height: 5px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  top: 50%;
  right: 13px;
  transform: translateY(-50%) rotate(135deg);
  position: absolute;
  transition: 0.3s;
}
.lang__ttl.arrow-open::after {
  transform: translateY(-50%) rotate(315deg);
  margin-top: 2px;
}
.lang__content {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 45px;
  z-index: 1;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .lang__content {
    padding: 10px 0 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 768px) {
  .lang__content {
    padding: 10px 0 0;
    right: 0;
  }
}
.lang__content::before, .lang__content::after {
  content: "";
  display: block;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.lang__content::before {
  background-color: #fff;
  width: 15px;
  height: 10px;
  z-index: 2;
  top: 2px;
}
.lang__content::after {
  background-color: #000;
  width: 16px;
  height: 10px;
  z-index: 1;
  top: 1px;
}
.lang__content.lang-open {
  opacity: 1;
  pointer-events: auto;
}
.lang__content-wrraper {
  background-color: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  border-radius: 7px;
  display: grid;
  gap: 6px 0;
  width: 150px;
}
@media only screen and (max-width: 767px) {
  .lang__content-wrraper {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .lang__content-wrraper {
    padding: 25px 0;
  }
}
.lang__item {
  text-align: center;
  font-size: 0.8rem;
  font-weight: 500;
}
.lang a {
  color: #000;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .lang a:hover::after {
    width: 100%;
  }
}
.lang a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: 0.3s;
}
.lang .lang-selected a {
  pointer-events: none;
}
.lang .lang-selected a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

.btnflex {
  display: flex;
}

.buttttn {
  margin: 10px;
  width: 50%;
}
.buttttn.btn-red {
  background-color: #e60012;
  transition: 0.3s;
}
.buttttn.btn-red:hover {
  background-color: #f22727;
}
.buttttn.btn-blk {
  background-color: #000000;
  transition: 0.3s;
}
.buttttn.btn-blk:hover {
  background-color: #1f1f1f;
}
.buttttn a {
  color: #fff;
  font-weight: bold;
  max-width: fit-content;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 0 10px 10px;
  margin: 0 auto;
  line-height: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .buttttn a {
    font-size: 1.5rem;
    min-height: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .buttttn a {
    font-size: 2.5rem;
    min-height: 120px;
  }
}

.temsbtn {
  margin: 50px auto 10px;
}
.temsbtn.btn-red {
  background-color: #e60012;
  transition: 0.3s;
}
.temsbtn.btn-red:hover {
  background-color: #f22727;
}
.temsbtn.btn-blk {
  background-color: #000000;
  transition: 0.3s;
}
.temsbtn.btn-blk:hover {
  background-color: #1f1f1f;
}
.temsbtn a {
  color: #fff;
  font-weight: bold;
  max-width: fit-content;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 0 10px 10px;
  margin: 0 auto;
  line-height: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .temsbtn a {
    font-size: 1.5rem;
    min-height: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .temsbtn a {
    font-size: 2.5rem;
    min-height: 120px;
  }
}

.terms {
  min-height: 70vh;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .terms {
    border: 3px solid #000;
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    padding: 50px;
  }
}
.terms h2 {
  background: #e60012;
  color: #fff;
  line-height: 1;
  padding: 13px 15px;
  letter-spacing: 0.05rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .terms h2 {
    margin: 0 0 25px;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .terms h2 {
    margin: 0 0 30px;
    font-size: 2rem;
  }
}
.terms h3 {
  background: #1f1f1f;
  color: #fff;
  line-height: 1;
  padding: 13px 15px;
  letter-spacing: 0.05rem;
  font-weight: 700;
  text-align: left;
  font-weight: bolder;
  font-size: 24px;
}
.terms h4 {
  margin-left: 10px;
  text-align: left;
  font-size: 18px;
}
.terms ul {
  margin: 0 0 20px 20px;
  padding: 0;
}
.terms ul li {
  margin: 0 0 5px;
}
.terms ul li:last-child {
  margin: 0;
}/*# sourceMappingURL=style.css.map */