@font-face {
  font-family: "Adobe Handwriting";
  src: url("./fonts/AdobeHandwriting-Ernie.ttf") format("truetype");
}
@font-face {
  font-family: "Bahnschrift";
  src: url("./fonts/BAHNSCHRIFT.TTF") format("truetype");
}
html,
body {
  margin: 0;
  padding: 0;
  background: #fff;
  line-height: 1.5;
  font-family: "Yu Mincho", sans-serif;
  font-style: normal;
}
@media screen and (max-width: 1900px) {
  html,
  body {
    font-size: 0.0520833333vw;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 0.1333333333vw;
  }
}

* {
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.3s ease-in-out;
}

a {
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  display: block;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
  line-height: 1;
}

ul,
li,
ol,
li {
  list-style: none;
}

ul,
ol {
  margin: auto;
  padding: 0;
}

figure,
table {
  margin: auto;
}

svg * {
  transition: all 0.3s ease-in-out;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.arc {
  font-family: "Archivo Narrow", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
}

.lato {
  font-family: "Lato", serif;
  font-weight: bold;
  font-style: normal;
}

.roboto {
  font-family: "Roboto Condensed", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.zen_kaku {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
}

.deco {
  font-family: "Adobe Handwriting", serif;
  font-weight: 400;
  font-style: normal;
}

.bahn {
  font-family: "Bahnschrift", serif;
  font-weight: bold;
  font-style: normal;
}

.hina {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

h2 {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1900px) {
  h2 {
    font-size: 60rem;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 64rem;
  }
}

p {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 1900px) {
  p {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 24rem;
  }
}

.f_21 {
  font-size: 21px;
  font-weight: 400;
}
@media screen and (max-width: 1900px) {
  .f_21 {
    font-size: 21rem;
  }
}
@media screen and (max-width: 768px) {
  .f_21 {
    font-size: 26rem;
  }
}

.f_sm {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 1900px) {
  .f_sm {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .f_sm {
    font-size: 24rem;
  }
}

.f_md {
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 1900px) {
  .f_md {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .f_md {
    font-size: 30rem;
  }
}

.f_lg {
  font-size: 36px;
  font-weight: 400;
  font-weight: bold;
}
@media screen and (max-width: 1900px) {
  .f_lg {
    font-size: 36rem;
  }
}
@media screen and (max-width: 768px) {
  .f_lg {
    font-size: 44rem;
  }
}

.f_ttl {
  font-size: 60px;
  font-weight: bold;
}
@media screen and (max-width: 1900px) {
  .f_ttl {
    font-size: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .f_ttl {
    font-size: 54rem;
  }
}

.desc {
  margin: auto;
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  .desc {
    margin-top: 50rem;
  }
}

.hina {
  font-size: 42px;
  font-weight: normal;
}
@media screen and (max-width: 1900px) {
  .hina {
    font-size: 42rem;
  }
}
@media screen and (max-width: 768px) {
  .hina {
    font-size: 48rem;
  }
}

.fade-letter {
  opacity: 0;
  display: inline-block;
  color: #fff;
}

main {
  max-width: 1920px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1900px) {
  main {
    max-width: 100%;
  }
}

body {
  background-image: url("../img/ptn_1.png");
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-clip: border-box;
  padding: 0;
  margin: 0;
  backface-visibility: hidden;
  image-rendering: pixelated;
}

.container {
  position: relative;
  z-index: 10;
  width: 100%;
}

section {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  section {
    padding: 80rem 40rem;
  }
}

header {
  padding-top: 25px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
@media screen and (max-width: 1900px) {
  header {
    padding-top: 25rem;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding-top: 0;
  }
}
header .contain {
  background-color: #1A1A1A;
  width: 100%;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1900px) {
  header .contain {
    padding: 25rem;
  }
}
@media screen and (max-width: 768px) {
  header .contain {
    padding: 15rem 30rem;
  }
}
header .contain .logo {
  width: 187px;
}
@media screen and (max-width: 1900px) {
  header .contain .logo {
    width: 187rem;
  }
}
@media screen and (max-width: 768px) {
  header .contain .logo {
    width: 250rem;
  }
}
header .contain .link-div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
  margin-right: 250px;
}
@media screen and (max-width: 1900px) {
  header .contain .link-div {
    gap: 40rem;
    margin-right: 250rem;
  }
}
header .contain .link-div .page_links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 1900px) {
  header .contain .link-div .page_links {
    gap: 30rem;
  }
}
header .contain .link-div .page_links .link {
  color: #fff;
  position: relative;
}
header .contain .link-div .page_links .link span {
  display: block;
  line-height: 2;
}
header .contain .link-div .page_links .link::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
header .contain .link-div .page_links .link:hover::after {
  width: 100%;
}
header .contain .link-div .social_links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1900px) {
  header .contain .link-div .social_links {
    gap: 20rem;
  }
}
header .contain .link-div .social_links .link {
  width: -moz-fit-content;
  width: fit-content;
}
header .contain .link-div .social_links .link svg {
  width: 43px;
  height: 43px;
}
@media screen and (max-width: 1900px) {
  header .contain .link-div .social_links .link svg {
    width: 43rem;
    height: 43rem;
  }
}
header .contain .link-div .social_links .link:hover svg path[fill=white] {
  fill: wheat;
}
@media screen and (max-width: 768px) {
  header .contain .link-div {
    display: none;
  }
}
header .contain .fixed_btn {
  position: fixed;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  right: 0;
  z-index: 500;
  background-color: #C1272D;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
  padding: 50px 15px 100px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 1900px) {
  header .contain .fixed_btn {
    padding: 50rem 15rem 100rem;
  }
}
@media screen and (max-width: 768px) {
  header .contain .fixed_btn {
    top: unset;
    bottom: 0;
    width: 100%;
    flex-direction: column;
    align-items: center;
    -webkit-clip-path: unset;
            clip-path: unset;
    padding: 30rem;
  }
}
header .contain .fixed_btn:hover {
  background-color: white;
}
header .contain .fixed_btn:hover span {
  color: #C1272D;
}
header .contain .fixed_btn span {
  writing-mode: vertical-lr;
  color: white;
}
@media screen and (max-width: 768px) {
  header .contain .fixed_btn span {
    writing-mode: unset;
    text-align: center;
  }
}
header .contain .fixed_btn span .normal {
  writing-mode: horizontal-tb;
}
header .contain .hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  header .contain .hamburger {
    display: block;
    position: relative;
    z-index: 15;
    width: 55rem;
    height: 55rem;
    cursor: pointer;
  }
}
header .contain .hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  transition: all 0.3s ease-in-out;
}
header .contain .hamburger span.bar1 {
  transform: translateY(-15px);
}
@media screen and (max-width: 1900px) {
  header .contain .hamburger span.bar1 {
    transform: translateY(-15rem);
  }
}
header .contain .hamburger span.bar3 {
  transform: translateY(15px);
}
@media screen and (max-width: 1900px) {
  header .contain .hamburger span.bar3 {
    transform: translateY(15rem);
  }
}
header .contain .hamburger.is_open .bar1 {
  transform: translateY(0) rotate(405deg);
}
header .contain .hamburger.is_open .bar3 {
  transform: translateY(0) rotate(495deg);
}
header .contain .hamburger.is_open .bar2 {
  display: none;
}
header .contain .sp_menu {
  display: none;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #1A1A1A;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
header .contain .sp_menu.is_open {
  display: flex;
}
header .contain .sp_menu .page_links {
  padding: 50rem 100rem;
  width: 100%;
}
header .contain .sp_menu .page_links .link {
  padding: 30rem 50rem;
  width: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}
header .contain .sp_menu .page_links .link span {
  display: block;
}
header .contain .sp_menu .page_links .link:hover {
  background-color: #f6f6f6;
  color: #1A1A1A;
}
header .contain .sp_menu .social_links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50rem;
  margin-top: 70rem;
}
header .contain .sp_menu .social_links .link {
  width: -moz-fit-content;
  width: fit-content;
}
header .contain .sp_menu .social_links .link svg {
  width: 70rem;
  height: 70rem;
}
header .contain .sp_menu .social_links .link:hover svg path[fill=white] {
  fill: wheat;
}

footer {
  position: relative;
  background-color: #333;
}
footer .container {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1900px) {
  footer .container {
    max-width: 1100rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container {
    max-width: 100%;
  }
}
footer .container .footer_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 100px;
}
@media screen and (max-width: 1900px) {
  footer .container .footer_main {
    padding-top: 100rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .footer_main {
    flex-direction: column;
    justify-content: center;
    gap: 70rem;
  }
}
footer .container .footer_main .logo_div .logo {
  width: 300px;
}
@media screen and (max-width: 1900px) {
  footer .container .footer_main .logo_div .logo {
    width: 300rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .footer_main .logo_div .logo {
    width: 350rem;
    margin: auto;
  }
}
footer .container .footer_main .logo_div .address {
  margin-top: 30px;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  footer .container .footer_main .logo_div .address {
    margin-top: 30rem;
  }
}
footer .container .footer_main .footer_links {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 50px;
}
@media screen and (max-width: 1900px) {
  footer .container .footer_main .footer_links {
    gap: 50rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .footer_main .footer_links {
    gap: 30rem;
  }
}
footer .container .footer_main .footer_links .column li a {
  color: #fff;
  position: relative;
  padding: 13px 5px;
}
@media screen and (max-width: 1900px) {
  footer .container .footer_main .footer_links .column li a {
    padding: 13rem 5rem;
  }
}
footer .container .footer_main .footer_links .column li a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
footer .container .footer_main .footer_links .column li a:hover::after {
  width: 100%;
}
footer .container .footer_below {
  margin-top: 40px;
  padding: 30px 0;
}
@media screen and (max-width: 1900px) {
  footer .container .footer_below {
    margin-top: 40rem;
    padding: 30rem 0;
  }
}
@media screen and (max-width: 768px) {
  footer .container .footer_below {
    margin-top: 70rem;
  }
}
footer .container .footer_below .f_sm {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
}
footer .page_top {
  position: absolute;
  bottom: 55px;
  right: 65px;
  width: 140px;
}
@media screen and (max-width: 1900px) {
  footer .page_top {
    width: 140rem;
    bottom: 55rem;
    right: 65rem;
  }
}
@media screen and (max-width: 768px) {
  footer .page_top {
    bottom: 80rem;
  }
}
footer .page_top .wrap {
  position: relative;
}
footer .page_top .wrap img {
  animation: rotate 5s infinite;
  animation-timing-function: linear;
}
footer .page_top .wrap svg {
  width: 25px;
  height: 20px;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1900px) {
  footer .page_top .wrap svg {
    width: 25rem;
    height: 20rem;
  }
}
footer .page_top .wrap:hover svg {
  transform: scale(1.2);
}
footer .page_top .wrap:hover svg path {
  fill: wheat;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}
#t_fv {
  position: relative;
  z-index: 5;
}
#t_fv .contain .main-slider {
  width: 1680px;
  height: 815px;
  margin: auto;
  margin-right: 0;
  margin-top: 140px;
  position: relative;
}
@media screen and (max-width: 1900px) {
  #t_fv .contain .main-slider {
    margin-top: 140rem;
    width: 1680rem;
    height: 815rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv .contain .main-slider {
    width: 100%;
    margin-top: 105rem;
  }
}
#t_fv .contain .main-slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  z-index: 0;
}
#t_fv .contain .main-slider .slide.active {
  opacity: 1;
  z-index: 5;
}
#t_fv .contain .fv_txt {
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  #t_fv .contain .fv_txt {
    top: 200rem;
  }
}
#t_fv .contain .fv_txt h1 {
  position: relative;
  top: 120px;
}
@media screen and (max-width: 1900px) {
  #t_fv .contain .fv_txt h1 {
    top: 120rem;
  }
}
#t_fv .contain .fv_txt h1 p {
  background-color: #fff;
  padding: 5px 40px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1900px) {
  #t_fv .contain .fv_txt h1 p {
    padding: 5rem 40rem;
  }
}
#t_fv .contain .fv_txt h1 p:nth-child(2) {
  margin-top: 50px;
  margin-left: 90px;
}
@media screen and (max-width: 1900px) {
  #t_fv .contain .fv_txt h1 p:nth-child(2) {
    margin-top: 50rem;
    margin-left: 90rem;
  }
}
#t_fv .contain .fv_txt .deco {
  position: relative;
  top: 160px;
  left: 40px;
  font-size: 140px;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  #t_fv .contain .fv_txt .deco {
    top: 160rem;
    left: 40rem;
    font-size: 140rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv .contain .fv_txt .deco {
    font-size: 100rem;
  }
}
#t_fv .contain .scroll-div {
  padding: 30px 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  margin-right: 300px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1900px) {
  #t_fv .contain .scroll-div {
    padding: 30rem 0;
    margin-right: 300rem;
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv .contain .scroll-div {
    padding: 0;
    margin-right: 150rem;
    margin-top: -50rem;
  }
}
#t_fv .contain:hover span {
  color: #C1272D;
}
#t_fv .contain:hover svg path {
  stroke: #C1272D;
}
#t_fv .contain span {
  font-size: 48px;
  font-weight: bold;
}
@media screen and (max-width: 1900px) {
  #t_fv .contain span {
    font-size: 48rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv .contain span {
    font-size: 54rem;
  }
}
#t_fv .contain svg {
  width: 43px;
  height: 15px;
  transition: all 0.3s ease-in-out;
  animation: slide_down 2s infinite;
}
@media screen and (max-width: 1900px) {
  #t_fv .contain svg {
    width: 43rem;
    height: 15rem;
  }
}

@keyframes slide_down {
  100% {
    transform: translateY(5px);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
#cta .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  #cta .container {
    grid-template-columns: 1fr;
  }
}
#cta .container .column {
  width: 100%;
}
#cta .container .column.red {
  background-color: #C1272D;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #cta .container .column.red {
    padding: 50rem;
  }
}
#cta .container .column.red .tel_div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#cta .container .column.red .tel_div .tel {
  display: flex;
  align-items: center;
  justify-content: center;
}
#cta .container .column.red .tel_div .tel .bahn {
  font-size: 65px;
  font-weight: bold;
  margin-bottom: -5px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1900px) {
  #cta .container .column.red .tel_div .tel .bahn {
    font-size: 65rem;
    margin-bottom: -5rem;
  }
}
#cta .container .column.red .tel_div .tel svg {
  width: 35px;
  height: 48px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1900px) {
  #cta .container .column.red .tel_div .tel svg {
    width: 35rem;
    height: 48rem;
  }
}
#cta .container .column.red .tel_div .tel:hover .bahn {
  color: wheat;
}
#cta .container .column.red .tel_div .tel:hover svg path {
  fill: wheat;
}
#cta .container .column.red .mail_div {
  width: 435px;
  margin: 0 auto;
  margin-top: 50px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 50px;
  border: 1px solid #fff;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  #cta .container .column.red .mail_div {
    margin-top: 50rem;
    width: 435rem;
    padding: 30rem 50rem;
  }
}
#cta .container .column.red .mail_div svg#mail {
  width: 48px;
  height: 32px;
}
@media screen and (max-width: 1900px) {
  #cta .container .column.red .mail_div svg#mail {
    width: 48rem;
    height: 32rem;
  }
}
#cta .container .column.red .mail_div svg#arw {
  width: 9px;
  height: 16px;
}
@media screen and (max-width: 1900px) {
  #cta .container .column.red .mail_div svg#arw {
    width: 9rem;
    height: 16rem;
  }
}
#cta .container .column.red .mail_div:hover {
  background-color: #fff;
  color: #C1272D;
}
#cta .container .column.red .mail_div:hover svg path {
  fill: #C1272D;
  stroke: #C1272D;
}
#cta .container .column.blue {
  background-color: #2E3192;
  color: #fff;
  text-align: center;
  padding: 75px;
}
@media screen and (max-width: 1900px) {
  #cta .container .column.blue {
    padding: 75rem;
  }
}
@media screen and (max-width: 768px) {
  #cta .container .column.blue {
    padding: 50rem;
  }
}
#cta .container .column.blue .social_list {
  width: 650px;
  margin: auto;
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
@media screen and (max-width: 1900px) {
  #cta .container .column.blue .social_list {
    width: 650rem;
    gap: 25rem;
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  #cta .container .column.blue .social_list {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
#cta .container .column.blue .social_list a {
  border-radius: 10px;
  background-color: #fff;
  padding: 42px 48px;
}
@media screen and (max-width: 1900px) {
  #cta .container .column.blue .social_list a {
    padding: 42rem 48rem;
    border-radius: 10rem;
  }
}
#cta .container .column.blue .social_list a .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1900px) {
  #cta .container .column.blue .social_list a .ttl {
    gap: 20rem;
  }
}
#cta .container .column.blue .social_list a .ttl img {
  width: 40px;
}
@media screen and (max-width: 1900px) {
  #cta .container .column.blue .social_list a .ttl img {
    width: 40rem;
  }
}
#cta .container .column.blue .social_list a .img {
  margin-top: 30px;
}
@media screen and (max-width: 1900px) {
  #cta .container .column.blue .social_list a .img {
    margin-top: 30rem;
  }
}

@media screen and (max-width: 768px) {
  #t_s2 {
    padding: 80rem 0;
  }
}
#t_s2 .contain {
  position: relative;
}
@media screen and (max-width: 768px) {
  #t_s2 .contain {
    padding-bottom: 200rem;
  }
}
#t_s2 .contain .bg {
  -webkit-mask-image: url("../img/t_s2_bg-frm.svg");
          mask-image: url("../img/t_s2_bg-frm.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
#t_s2 .contain .dart_pan {
  width: 1000px;
  position: absolute;
  top: -265px;
  left: 0;
  z-index: 5;
}
@media screen and (max-width: 1900px) {
  #t_s2 .contain .dart_pan {
    width: 1000rem;
    top: -265rem;
  }
}
@media screen and (max-width: 768px) {
  #t_s2 .contain .dart_pan {
    width: 58%;
    top: -140rem;
  }
}
#t_s2 .contain .v_txt {
  position: absolute;
  z-index: 5;
  font-size: 68px;
  right: 250px;
  top: 150px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1900px) {
  #t_s2 .contain .v_txt {
    font-size: 68rem;
    right: 250rem;
    top: 150rem;
  }
}
@media screen and (max-width: 768px) {
  #t_s2 .contain .v_txt {
    font-size: 54rem;
    right: 30rem;
    top: 50rem;
  }
}
#t_s2 .contain .v_txt::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 200px;
  bottom: 0;
  left: 25%;
  transform: translateY(70%);
  background-color: #fff;
}
@media screen and (max-width: 1900px) {
  #t_s2 .contain .v_txt::after {
    height: 200rem;
  }
}
#t_s2 .contain .v_txt .hina {
  color: white;
  writing-mode: vertical-rl;
}
#t_s2 .contain .main_txt {
  top: 250px;
  left: 380px;
  width: 675px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.3490196078);
  line-height: 4.5;
  position: absolute;
  z-index: 5;
}
@media screen and (max-width: 1900px) {
  #t_s2 .contain .main_txt {
    top: 250rem;
    left: 380rem;
    width: 675rem;
    padding: 20rem;
  }
}
@media screen and (max-width: 768px) {
  #t_s2 .contain .main_txt {
    width: 90%;
    left: 0;
    position: relative;
    margin: auto;
    margin-top: -200rem;
  }
}
#t_s2 .contain .main_txt p {
  line-height: 1.8;
  color: #fff;
}

#t_s3 .contain {
  padding: 50px 0;
}
@media screen and (max-width: 1900px) {
  #t_s3 .contain {
    padding: 50rem 0;
  }
}
#t_s3 .contain .row {
  max-width: 1480px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1900px) {
  #t_s3 .contain .row {
    max-width: 1480rem;
  }
}
@media screen and (max-width: 768px) {
  #t_s3 .contain .row {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #t_s3 .contain .row:first-child {
    display: flex;
    flex-direction: column-reverse;
  }
}
#t_s3 .contain .row .text {
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 150px;
}
@media screen and (max-width: 1900px) {
  #t_s3 .contain .row .text {
    padding-top: 150rem;
  }
}
@media screen and (max-width: 768px) {
  #t_s3 .contain .row .text {
    margin: auto;
    padding: 0;
    margin-top: 100rem;
  }
}
#t_s3 .contain .row .text .v_txt {
  position: relative;
  font-size: 42px;
  margin-left: 190px;
}
@media screen and (max-width: 1900px) {
  #t_s3 .contain .row .text .v_txt {
    position: relative;
    font-size: 42rem;
    margin-left: 190rem;
  }
}
#t_s3 .contain .row .text .v_txt .hina {
  display: block;
}
#t_s3 .contain .row .text .v_txt .hina:nth-child(2) {
  margin-left: 50px;
}
@media screen and (max-width: 1900px) {
  #t_s3 .contain .row .text .v_txt .hina:nth-child(2) {
    margin-left: 50rem;
  }
}
#t_s3 .contain .row .text .v_txt img {
  width: 195px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-90%, -30%);
}
@media screen and (max-width: 1900px) {
  #t_s3 .contain .row .text .v_txt img {
    width: 195rem;
  }
}
#t_s3 .contain .row .text .btn {
  margin-top: 65px;
  margin-left: 45px;
  margin-bottom: 85px;
}
@media screen and (max-width: 1900px) {
  #t_s3 .contain .row .text .btn {
    margin-top: 65rem;
    margin-left: 45rem;
    margin-bottom: 85rem;
  }
}
@media screen and (max-width: 768px) {
  #t_s3 .contain .row .text .btn {
    margin: 50rem auto;
  }
}
#t_s3 .contain .row .img1 {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #t_s3 .contain .row .img1 {
    position: relative;
    width: 100%;
  }
}
#t_s3 .contain .row .img1 img:first-child {
  width: 705px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1900px) {
  #t_s3 .contain .row .img1 img:first-child {
    width: 705rem;
  }
}
@media screen and (max-width: 768px) {
  #t_s3 .contain .row .img1 img:first-child {
    width: 80%;
    position: relative;
    margin: auto;
  }
}
#t_s3 .contain .row .img1 img:nth-child(2) {
  width: 335px;
  top: 285px;
  right: -130px;
  position: absolute;
}
@media screen and (max-width: 1900px) {
  #t_s3 .contain .row .img1 img:nth-child(2) {
    width: 335rem;
    top: 285rem;
    right: -130rem;
  }
}
@media screen and (max-width: 768px) {
  #t_s3 .contain .row .img1 img:nth-child(2) {
    width: 40%;
    top: unset;
    right: -5%;
    bottom: -18%;
  }
}
#t_s3 .contain .row .img1 img:nth-child(3) {
  width: 330px;
  position: absolute;
  top: 207px;
  right: 637px;
}
@media screen and (max-width: 1900px) {
  #t_s3 .contain .row .img1 img:nth-child(3) {
    width: 330rem;
    top: 207rem;
    right: 637rem;
  }
}
@media screen and (max-width: 768px) {
  #t_s3 .contain .row .img1 img:nth-child(3) {
    width: 34%;
    bottom: 10%;
    right: unset;
    left: -5%;
  }
}
#t_s3 .contain .row .img1 img:nth-child(4) {
  width: 185px;
  position: absolute;
  top: 200px;
  right: 0;
  transform: translateX(100%);
}
@media screen and (max-width: 1900px) {
  #t_s3 .contain .row .img1 img:nth-child(4) {
    width: 185rem;
    top: 200rem;
  }
}
@media screen and (max-width: 768px) {
  #t_s3 .contain .row .img1 img:nth-child(4) {
    width: 25%;
    right: 10%;
    top: 36%;
  }
}
#t_s3 .contain .row .img2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 56px;
}
@media screen and (max-width: 1900px) {
  #t_s3 .contain .row .img2 {
    padding-bottom: 56rem;
  }
}
#t_s3 .contain .row .img2 img:first-child {
  width: 343px;
}
@media screen and (max-width: 1900px) {
  #t_s3 .contain .row .img2 img:first-child {
    width: 343rem;
  }
}
@media screen and (max-width: 768px) {
  #t_s3 .contain .row .img2 img:first-child {
    width: 42%;
  }
}
#t_s3 .contain .row .img2 img:nth-child(2) {
  width: 485px;
}
@media screen and (max-width: 1900px) {
  #t_s3 .contain .row .img2 img:nth-child(2) {
    width: 485rem;
  }
}
@media screen and (max-width: 768px) {
  #t_s3 .contain .row .img2 img:nth-child(2) {
    width: 58%;
  }
}
#t_s3 .contain .row .text2 {
  position: absolute;
  width: 450px;
  top: 97px;
  right: 65px;
}
@media screen and (max-width: 1900px) {
  #t_s3 .contain .row .text2 {
    width: 450rem;
    top: 97rem;
    right: 65rem;
  }
}
@media screen and (max-width: 768px) {
  #t_s3 .contain .row .text2 {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
  }
}
#t_s3 .contain .row .img3 {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 70px;
  width: 100%;
  height: 780px;
}
@media screen and (max-width: 1900px) {
  #t_s3 .contain .row .img3 {
    margin-top: 70rem;
    height: 780rem;
  }
}
#t_s3 .contain .row .img3 img:first-child {
  width: 575px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1900px) {
  #t_s3 .contain .row .img3 img:first-child {
    width: 575rem;
  }
}
@media screen and (max-width: 768px) {
  #t_s3 .contain .row .img3 img:first-child {
    width: 75%;
  }
}
#t_s3 .contain .row .img3 img:nth-child(2) {
  width: 267px;
  position: absolute;
  top: 217px;
  right: 540px;
}
@media screen and (max-width: 1900px) {
  #t_s3 .contain .row .img3 img:nth-child(2) {
    width: 267rem;
    top: 217rem;
    right: 540rem;
  }
}
@media screen and (max-width: 768px) {
  #t_s3 .contain .row .img3 img:nth-child(2) {
    width: 25%;
    right: 440rem;
    top: 280rem;
  }
}
#t_s3 .contain .row .img3 img:nth-child(3) {
  width: 537px;
  position: absolute;
  top: 350px;
  right: -50px;
}
@media screen and (max-width: 1900px) {
  #t_s3 .contain .row .img3 img:nth-child(3) {
    width: 537rem;
    top: 350rem;
    right: -50rem;
  }
}
@media screen and (max-width: 768px) {
  #t_s3 .contain .row .img3 img:nth-child(3) {
    width: 60%;
    top: 300rem;
  }
}
#t_s3 .contain .row .img3 img:nth-child(4) {
  width: 485px;
  position: absolute;
  top: 350px;
  left: 200px;
  z-index: -1;
}
@media screen and (max-width: 1900px) {
  #t_s3 .contain .row .img3 img:nth-child(4) {
    width: 485rem;
    top: 350rem;
    left: 200rem;
  }
}
@media screen and (max-width: 768px) {
  #t_s3 .contain .row .img3 img:nth-child(4) {
    width: 70%;
    left: 0;
    top: 500rem;
  }
}
#t_s3 .contain .row .img3 img:nth-child(5) {
  width: 409px;
  position: absolute;
  top: 540px;
  left: 430px;
}
@media screen and (max-width: 1900px) {
  #t_s3 .contain .row .img3 img:nth-child(5) {
    width: 409rem;
    top: 540rem;
    left: 430rem;
  }
}
@media screen and (max-width: 768px) {
  #t_s3 .contain .row .img3 img:nth-child(5) {
    width: 370rem;
    top: 650rem;
    left: 33%;
  }
}
#t_s3 .contain .row .img3 img:nth-child(6) {
  width: 312px;
  position: absolute;
  top: -70px;
  left: 200px;
}
@media screen and (max-width: 1900px) {
  #t_s3 .contain .row .img3 img:nth-child(6) {
    width: 312rem;
    top: -70rem;
    left: 200rem;
  }
}
@media screen and (max-width: 768px) {
  #t_s3 .contain .row .img3 img:nth-child(6) {
    width: 25%;
    left: 65%;
    top: 470rem;
    rotate: 28deg;
  }
}
#t_s3 .contain .row .img3 img:nth-child(7) {
  width: 196px;
  position: absolute;
  top: 185px;
  right: -100px;
  z-index: -1;
}
@media screen and (max-width: 1900px) {
  #t_s3 .contain .row .img3 img:nth-child(7) {
    width: 196rem;
    top: 185rem;
    right: -100rem;
  }
}
#t_s3 .contain .row .img3 img:nth-child(8) {
  width: 196px;
  position: absolute;
  top: 570px;
  left: 130px;
  z-index: -3;
}
@media screen and (max-width: 1900px) {
  #t_s3 .contain .row .img3 img:nth-child(8) {
    width: 196rem;
    top: 570rem;
    left: 130rem;
  }
}
@media screen and (max-width: 768px) {
  #t_s3 .contain .row .img3 img:nth-child(8) {
    top: 650rem;
    left: -50rem;
  }
}
#t_s3 .contain .row .text3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#t_s3 .contain .row .text3 .v_txt {
  writing-mode: vertical-rl;
  font-size: 40px;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: #C1272D;
  letter-spacing: 3px;
  margin-top: -53px;
  position: relative;
  padding-right: 135px;
}
@media screen and (max-width: 1900px) {
  #t_s3 .contain .row .text3 .v_txt {
    font-size: 40rem;
    letter-spacing: 3px;
    margin-top: -53rem;
    padding-right: 135rem;
  }
}
@media screen and (max-width: 768px) {
  #t_s3 .contain .row .text3 .v_txt {
    padding: 0;
    margin: auto;
    margin-left: 0;
  }
}
#t_s3 .contain .row .text3 .v_txt span:nth-child(2) {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 100px;
}
@media screen and (max-width: 1900px) {
  #t_s3 .contain .row .text3 .v_txt span:nth-child(2) {
    margin-top: 100rem;
  }
}
#t_s3 .contain .row .text3 .v_txt span .white {
  color: #fff;
}
#t_s3 .contain .row .text3 .v_txt img {
  position: absolute;
  width: 445px;
  top: 0;
  left: 0;
  transform: translate(-12%, -50%);
  z-index: -1;
}
@media screen and (max-width: 1900px) {
  #t_s3 .contain .row .text3 .v_txt img {
    width: 445rem;
  }
}
#t_s3 .contain .row .text3 .btn {
  margin: auto;
  margin-top: 390px;
  margin-right: 150px;
}
@media screen and (max-width: 1900px) {
  #t_s3 .contain .row .text3 .btn {
    margin-top: 390rem;
    margin-right: 150rem;
  }
}
@media screen and (max-width: 768px) {
  #t_s3 .contain .row .text3 .btn {
    margin: auto;
    margin-top: 500rem;
  }
}

.btn {
  width: 335px;
  border: 1px solid #000;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1900px) {
  .btn {
    width: 335rem;
    padding: 20rem;
  }
}
.btn svg {
  width: 10px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1900px) {
  .btn svg {
    width: 10rem;
    height: 24rem;
    right: 15rem;
  }
}
.btn:hover {
  background-color: #231815;
  color: #fff;
}
.btn:hover svg path {
  stroke: #fff;
}
.btn.btn_white {
  border: 1px solid #fff;
  background-color: #fff;
  color: #000;
}
.btn.btn_white svg path {
  stroke: #000;
}
.btn.btn_white:hover {
  background-color: #231815;
  border: 1px solid #231815;
  color: #fff;
}
.btn.btn_white:hover svg path {
  stroke: #fff;
}
.btn.btn_bg-black {
  border: 1px solid #fff;
  color: #fff;
}
.btn.btn_bg-black svg path {
  stroke: #fff;
}
.btn.btn_bg-black:hover {
  background-color: #fff;
  color: #000;
}
.btn.btn_bg-black:hover svg path {
  stroke: #000;
}

.promo {
  width: 1100px;
  margin: auto;
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  .promo {
    width: 1100rem;
    margin: auto;
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .promo {
    width: 100%;
    margin-top: 100rem;
  }
}

@media screen and (max-width: 768px) {
  #t_s4 {
    padding: 80rem 0;
  }
}
#t_s4 .contain {
  width: 1737px;
  margin: auto;
  margin-top: 350px;
  position: relative;
}
@media screen and (max-width: 1900px) {
  #t_s4 .contain {
    width: 1737rem;
    margin-top: 350rem;
  }
}
@media screen and (max-width: 768px) {
  #t_s4 .contain {
    width: 100%;
    margin-top: 200rem;
  }
}
#t_s4 .contain .bg {
  position: absolute;
  top: 250px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1900px) {
  #t_s4 .contain .bg {
    top: 250rem;
  }
}
@media screen and (max-width: 768px) {
  #t_s4 .contain .bg {
    top: 170rem;
  }
  #t_s4 .contain .bg img {
    height: 600rem;
  }
}
#t_s4 .contain .main_img {
  width: 745px;
  margin: auto;
  margin-top: -250px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1900px) {
  #t_s4 .contain .main_img {
    width: 745rem;
    margin-top: -250rem;
  }
}
@media screen and (max-width: 768px) {
  #t_s4 .contain .main_img {
    width: 70%;
  }
}
#t_s4 .contain .text {
  width: 640px;
  margin: auto;
  padding: 30px 80px;
  background-color: #fff;
  text-align: center;
  margin-top: -120px;
  position: relative;
  z-index: 55;
  line-height: 2;
}
@media screen and (max-width: 1900px) {
  #t_s4 .contain .text {
    width: 640rem;
    padding: 30rem 80rem;
    margin-top: -120rem;
  }
}
@media screen and (max-width: 768px) {
  #t_s4 .contain .text {
    width: 70%;
    padding: 40rem;
  }
}
#t_s4 .contain .btn {
  margin: auto;
  margin-top: 100px;
}
@media screen and (max-width: 1900px) {
  #t_s4 .contain .btn {
    margin-top: 100rem;
  }
}
#t_s4 .contain .v_txt {
  font-size: 42px;
  position: absolute;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  writing-mode: vertical-lr;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 900px;
  color: #fff;
  letter-spacing: 2px;
  margin-top: 300px;
  z-index: 10;
}
@media screen and (max-width: 1900px) {
  #t_s4 .contain .v_txt {
    font-size: 42rem;
    gap: 900rem;
    margin-top: 300rem;
  }
}
@media screen and (max-width: 768px) {
  #t_s4 .contain .v_txt {
    gap: 620rem;
    margin-top: 250rem;
  }
}
#t_s4 .contain .v_txt .hina {
  display: block;
}
#t_s4 .slider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 300px;
  position: absolute;
  top: 500px;
  z-index: 0;
  left: 0;
}
@media screen and (max-width: 1900px) {
  #t_s4 .slider {
    top: 500rem;
  }
}
@media screen and (max-width: 768px) {
  #t_s4 .slider {
    top: 300rem;
  }
}
#t_s4 .slider .wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
  width: -moz-fit-content;
  width: fit-content;
  animation: h_slide 5s infinite linear;
}
#t_s4 .slider .wrapper img:first-child {
  width: 324px;
  margin-top: 75px;
}
@media screen and (max-width: 1900px) {
  #t_s4 .slider .wrapper img:first-child {
    width: 324rem;
    margin-top: 75rem;
  }
}
#t_s4 .slider .wrapper img:nth-child(2) {
  width: 280px;
  margin-top: 165px;
}
@media screen and (max-width: 1900px) {
  #t_s4 .slider .wrapper img:nth-child(2) {
    width: 280rem;
    margin-top: 165rem;
  }
}
#t_s4 .slider .wrapper img:nth-child(3) {
  width: 324px;
}
@media screen and (max-width: 1900px) {
  #t_s4 .slider .wrapper img:nth-child(3) {
    width: 324rem;
  }
}
#t_s4 .slider .wrapper img:nth-child(4) {
  width: 280px;
  margin-top: 55px;
  margin-left: 300px;
}
@media screen and (max-width: 1900px) {
  #t_s4 .slider .wrapper img:nth-child(4) {
    width: 280rem;
    margin-top: 55rem;
    margin-left: 300rem;
  }
}
#t_s4 .slider .wrapper img:nth-child(5) {
  width: 324px;
  margin-top: 100px;
}
@media screen and (max-width: 1900px) {
  #t_s4 .slider .wrapper img:nth-child(5) {
    width: 324rem;
    margin-top: 100rem;
  }
}
#t_s4 .slider .wrapper img:nth-child(6) {
  width: 280px;
  margin-top: 35px;
}
@media screen and (max-width: 1900px) {
  #t_s4 .slider .wrapper img:nth-child(6) {
    width: 280rem;
    margin-top: 35rem;
  }
}

@keyframes h_slide {
  100% {
    transform: translate(-120%);
  }
}
#t_service {
  margin-top: 150px;
}
@media screen and (max-width: 1900px) {
  #t_service {
    margin-top: 150rem;
  }
}
@media screen and (max-width: 768px) {
  #t_service {
    margin-top: 0;
  }
}
#t_service .contain {
  max-width: 1100px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1900px) {
  #t_service .contain {
    max-width: 1100rem;
  }
}
@media screen and (max-width: 768px) {
  #t_service .contain {
    max-width: 100%;
  }
}
#t_service .contain .service_list {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
@media screen and (max-width: 1900px) {
  #t_service .contain .service_list {
    margin-top: 70rem;
    gap: 25rem;
  }
}
@media screen and (max-width: 768px) {
  #t_service .contain .service_list {
    grid-template-columns: 1fr;
    width: 80%;
    margin: auto;
    margin-top: 70rem;
  }
}
#t_service .contain .additions {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#t_service .contain .additions .frm1 {
  width: 196px;
  position: absolute;
  top: 200px;
  left: -115px;
  z-index: -1;
}
@media screen and (max-width: 1900px) {
  #t_service .contain .additions .frm1 {
    width: 196rem;
    top: 200rem;
    left: -115rem;
  }
}
@media screen and (max-width: 768px) {
  #t_service .contain .additions .frm1 {
    left: -30rem;
  }
}
#t_service .contain .additions .frm2 {
  width: 326px;
  position: absolute;
  top: 275px;
  right: -240px;
  z-index: -1;
}
@media screen and (max-width: 1900px) {
  #t_service .contain .additions .frm2 {
    width: 326rem;
    top: 275rem;
    right: -240rem;
  }
}
@media screen and (max-width: 768px) {
  #t_service .contain .additions .frm2 {
    top: 1300rem;
    right: -100rem;
  }
}
#t_service .contain .additions .arw {
  width: 250px;
  top: 50px;
  left: -83px;
  position: absolute;
}
@media screen and (max-width: 1900px) {
  #t_service .contain .additions .arw {
    width: 250rem;
    top: 50rem;
    left: -83rem;
  }
}
@media screen and (max-width: 768px) {
  #t_service .contain .additions .arw {
    width: 200rem;
    left: 0;
    top: 70rem;
  }
}

.ttl_div {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
}
.ttl_div .jp {
  margin-top: -50px;
}
@media screen and (max-width: 1900px) {
  .ttl_div .jp {
    margin-top: -50rem;
  }
}
.ttl_div .deco {
  font-size: 100px;
}
@media screen and (max-width: 1900px) {
  .ttl_div .deco {
    font-size: 100rem;
  }
}

#t_s6 {
  padding: 120px 0;
}
@media screen and (max-width: 1900px) {
  #t_s6 {
    padding: 120rem 0;
  }
}
@media screen and (max-width: 768px) {
  #t_s6 {
    padding: 80rem 40rem;
  }
}
#t_s6 .contain .row {
  width: 1270px;
  margin: auto;
  transform: translateX(6%);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1900px) {
  #t_s6 .contain .row {
    width: 1270rem;
  }
}
@media screen and (max-width: 768px) {
  #t_s6 .contain .row {
    transform: unset;
    width: 100%;
    flex-direction: column-reverse;
  }
}
#t_s6 .contain .row .text {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  #t_s6 .contain .row .text {
    margin-top: 70rem;
  }
}
#t_s6 .contain .row .text .f_lg span.red {
  color: #C1272D;
}
#t_s6 .contain .row .text .f_lg span.blue {
  color: #2E3192;
}
#t_s6 .contain .row .text .f_sm {
  width: 930px;
  padding: 30px 40px;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1900px) {
  #t_s6 .contain .row .text .f_sm {
    width: 930rem;
    padding: 30rem 40rem;
  }
}
@media screen and (max-width: 768px) {
  #t_s6 .contain .row .text .f_sm {
    width: 100%;
  }
}
#t_s6 .contain .row .img {
  width: 825px;
  margin-left: -480px;
  position: relative;
}
@media screen and (max-width: 1900px) {
  #t_s6 .contain .row .img {
    width: 825rem;
    margin-left: -480rem;
  }
}
@media screen and (max-width: 768px) {
  #t_s6 .contain .row .img {
    width: 100%;
    margin: auto;
  }
}
#t_s6 .contain .row .img img:nth-child(2) {
  width: 165px;
  position: absolute;
  right: 0;
  top: 160px;
}
@media screen and (max-width: 1900px) {
  #t_s6 .contain .row .img img:nth-child(2) {
    width: 165rem;
    top: 160rem;
  }
}
#t_s6 .contain .row:nth-child(2) {
  transform: translateX(-6%);
  flex-direction: row-reverse;
  margin-top: 115px;
}
@media screen and (max-width: 1900px) {
  #t_s6 .contain .row:nth-child(2) {
    margin-top: 115rem;
  }
}
@media screen and (max-width: 768px) {
  #t_s6 .contain .row:nth-child(2) {
    transform: unset;
    flex-direction: column-reverse;
    margin-top: 80rem;
  }
}
#t_s6 .contain .row:nth-child(2) .img {
  margin-left: unset;
  margin-right: -500px;
}
@media screen and (max-width: 1900px) {
  #t_s6 .contain .row:nth-child(2) .img {
    margin-right: -500rem;
  }
}
@media screen and (max-width: 768px) {
  #t_s6 .contain .row:nth-child(2) .img {
    margin: auto;
  }
}
#t_s6 .contain .row:nth-child(2) .text .f_lg {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-right: 0;
}
#t_s6 .contain .btn {
  margin: auto;
  margin-top: 70px;
  margin-right: 390px;
}
@media screen and (max-width: 1900px) {
  #t_s6 .contain .btn {
    margin-top: 70rem;
    margin-right: 390rem;
  }
}
@media screen and (max-width: 768px) {
  #t_s6 .contain .btn {
    margin: auto;
    margin-top: 70rem;
  }
}

#t_reviews {
  display: none;
}

#t_store .contain .main {
  padding-left: 1000px;
  position: relative;
}
@media screen and (max-width: 1900px) {
  #t_store .contain .main {
    padding-left: 1000rem;
  }
}
@media screen and (max-width: 768px) {
  #t_store .contain .main {
    padding: 0;
  }
}
#t_store .contain .main .text .ttl_div {
  margin-left: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #t_store .contain .main .text .ttl_div {
    margin: auto;
  }
}
#t_store .contain .main .text .ttl_div span {
  display: block;
}
#t_store .contain .main .text .ttl_div .frm {
  width: 196px;
  margin-left: 20px;
}
@media screen and (max-width: 1900px) {
  #t_store .contain .main .text .ttl_div .frm {
    width: 196rem;
    margin-left: 20rem;
  }
}
#t_store .contain .main .text p.f_sm {
  width: 513px;
}
@media screen and (max-width: 1900px) {
  #t_store .contain .main .text p.f_sm {
    width: 513rem;
  }
}
@media screen and (max-width: 768px) {
  #t_store .contain .main .text p.f_sm {
    width: 100%;
  }
}
#t_store .contain .main .img_div {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #t_store .contain .main .img_div {
    position: relative;
    width: 100%;
    height: auto;
  }
}
#t_store .contain .main .img_div .img {
  position: relative;
}
@media screen and (max-width: 768px) {
  #t_store .contain .main .img_div .img {
    margin-top: 70rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
#t_store .contain .main .img_div .img img:first-child {
  width: 308px;
  position: absolute;
  top: -50px;
  left: 250px;
}
@media screen and (max-width: 1900px) {
  #t_store .contain .main .img_div .img img:first-child {
    width: 308rem;
    top: -50rem;
    left: 250rem;
  }
}
@media screen and (max-width: 768px) {
  #t_store .contain .main .img_div .img img:first-child {
    position: relative;
    left: 0;
    top: 0;
  }
}
#t_store .contain .main .img_div .img img:nth-child(2) {
  width: 308px;
  position: absolute;
  top: 20px;
  left: 600px;
}
@media screen and (max-width: 1900px) {
  #t_store .contain .main .img_div .img img:nth-child(2) {
    width: 308rem;
    top: 20rem;
    left: 600rem;
  }
}
@media screen and (max-width: 768px) {
  #t_store .contain .main .img_div .img img:nth-child(2) {
    position: relative;
    left: unset;
    right: 0;
    top: 0;
  }
}
#t_store .contain .main .img_div .img img:nth-child(3) {
  width: 325px;
  position: absolute;
  left: 100px;
  top: 280px;
  z-index: -1;
}
@media screen and (max-width: 1900px) {
  #t_store .contain .main .img_div .img img:nth-child(3) {
    width: 325rem;
    left: 100rem;
    top: 280rem;
  }
}
#t_store .contain .main .img_div .btn {
  position: absolute;
  top: 475px;
  left: 350px;
}
@media screen and (max-width: 1900px) {
  #t_store .contain .main .img_div .btn {
    top: 475rem;
    left: 350rem;
  }
}
@media screen and (max-width: 768px) {
  #t_store .contain .main .img_div .btn {
    position: relative;
    top: unset;
    left: unset;
    margin: auto;
    margin-top: 70rem;
  }
}

.flow_map {
  width: 1100px;
  margin: auto;
  margin-top: 90px;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .flow_map {
    width: 1100rem;
    margin-top: 90rem;
  }
}
@media screen and (max-width: 768px) {
  .flow_map {
    width: 100%;
  }
}
.flow_map .ttl {
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px;
  position: absolute;
  top: -10px;
  left: -10px;
  background: #603813;
  color: white;
  z-index: 5;
}
@media screen and (max-width: 1900px) {
  .flow_map .ttl {
    padding: 5rem 20rem;
    top: -10rem;
    left: -10rem;
  }
}
.flow_map .img {
  position: relative;
}
.flow_map .img img:nth-child(2) {
  width: 325px;
  position: absolute;
  bottom: -200px;
  right: -50px;
  z-index: -1;
}
@media screen and (max-width: 1900px) {
  .flow_map .img img:nth-child(2) {
    width: 325rem;
    bottom: -200rem;
    right: -50rem;
  }
}

.divider {
  margin-top: 130px;
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 1900px) {
  .divider {
    margin-top: 130rem;
  }
}
@media screen and (max-width: 768px) {
  .divider .bg img {
    height: 700rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.divider p.hina {
  writing-mode: vertical-rl;
  position: absolute;
  display: block;
  letter-spacing: 0;
  left: 0;
  top: 0;
  color: #fff;
}
.divider p.hina:nth-child(3) {
  top: 230px;
  left: 35%;
}
@media screen and (max-width: 1900px) {
  .divider p.hina:nth-child(3) {
    top: 230rem;
  }
}
@media screen and (max-width: 768px) {
  .divider p.hina:nth-child(3) {
    top: 150rem;
    left: 17%;
  }
}
.divider p.hina:nth-child(2) {
  top: 20px;
  left: 60%;
}
@media screen and (max-width: 1900px) {
  .divider p.hina:nth-child(2) {
    top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .divider p.hina:nth-child(2) {
    left: 70%;
  }
}

#t_faq {
  background: url("../img/ptn_2.png") no-repeat center center;
  background-size: cover;
  background-position: center;
}
#t_faq .contain {
  max-width: 1100px;
  margin: auto;
  padding: 70px 0;
}
@media screen and (max-width: 1900px) {
  #t_faq .contain {
    max-width: 1100rem;
    padding: 70rem 0;
  }
}
#t_faq .contain .ttl_div {
  color: #fff;
}
#t_faq .contain .ttl_div span {
  display: block;
}
#t_faq .contain .faq_list .item {
  margin-top: 50px;
  background-color: #fff;
  padding: 30px;
}
@media screen and (max-width: 1900px) {
  #t_faq .contain .faq_list .item {
    margin-top: 50rem;
    padding: 30rem;
  }
}
#t_faq .contain .faq_list .item .q_div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  border-bottom: 1px solid #000;
}
#t_faq .contain .faq_list .item .q_div .red {
  color: #C1272D;
  font-size: 53px;
  line-height: 1;
}
@media screen and (max-width: 1900px) {
  #t_faq .contain .faq_list .item .q_div .red {
    font-size: 53rem;
  }
}
#t_faq .contain .faq_list .item .q_div .f_md {
  margin-left: 50px;
}
@media screen and (max-width: 1900px) {
  #t_faq .contain .faq_list .item .q_div .f_md {
    margin-left: 50rem;
  }
}
#t_faq .contain .faq_list .item .q_div .arw {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1900px) {
  #t_faq .contain .faq_list .item .q_div .arw {
    right: 30rem;
  }
}
#t_faq .contain .faq_list .item .q_div .arw.is_open .bar2 {
  transform: unset;
}
#t_faq .contain .faq_list .item .q_div .arw .bar1,
#t_faq .contain .faq_list .item .q_div .arw .bar2 {
  width: 18px;
  height: 2px;
  position: absolute;
  background-color: #C1272D;
  transition: all 0.3s ease-in-out;
}
#t_faq .contain .faq_list .item .q_div .arw .bar2 {
  transform: rotate(90deg);
}
#t_faq .contain .faq_list .item .a_div {
  padding-top: 20px;
  margin-left: 100px;
  margin-right: 50px;
}
@media screen and (max-width: 1900px) {
  #t_faq .contain .faq_list .item .a_div {
    padding-top: 20rem;
    margin-left: 100rem;
    margin-right: 50rem;
  }
}
#t_faq .contain .btn {
  margin: auto;
  margin-top: 80px;
}
@media screen and (max-width: 1900px) {
  #t_faq .contain .btn {
    margin-top: 80rem;
  }
}

.map {
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 1900px) {
  .map {
    height: 300rem;
  }
}
@media screen and (max-width: 768px) {
  .map {
    height: 500rem;
  }
}
.map iframe {
  width: 100%;
  height: 100%;
}

.fadein {
  opacity: 0;
  transition: all 1s ease-in-out;
}
.fadein.visible {
  opacity: 1;
}

.fadeup {
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateY(70px);
}
.fadeup.visible {
  opacity: 1;
  transform: translateY(0);
}

.fadedown {
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateY(-70px);
}
.fadedown.visible {
  opacity: 1;
  transform: translateY(0);
}

.fadeleft {
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateX(-100px);
}
.fadeleft.visible {
  opacity: 1;
  transform: translateX(0);
}

.faderight {
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateX(100px);
}
.faderight.visible {
  opacity: 1;
  transform: translateX(0);
}/*# sourceMappingURL=top.css.map */