@charset "UTF-8";

/* =====================
  common
===================== */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  color: #6e3c0c;
  font-size: clamp(1.5rem, calc(100vw / 1440 * 18), 1.8rem);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1;
  animation: wrapperFade 4s ease 0s 1 normal;
  -webkit-animation: wrapperFade 4s ease 0s 1 normal;
  text-align: left;
  background-color: #f8f8f8;
  overflow-x: hidden;
}

@keyframes wrapperFade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

main {
  overflow-x: hidden;

}

.container {
  max-width: 1280px;
  margin: auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.container_inner {
  max-width: 980px;
  margin: auto;
}

.t-lead {
  letter-spacing: 0.1em;
  line-height: 1.8em;
}

.sp {
  display: block;
}

@media (min-width: 468px) {
  .tab {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media print {
  .aos-init {
    opacity: 1;
  }
}

.scroller {}

.scroller::-webkit-scrollbar {
  width: 5px;
  background-color: #ECECEC;
  border-radius: 12px;
  scrollbar-width: thin;
}

.scroller::-webkit-scrollbar-thumb {
  background: #D71718;
  width: 6px;
  border-radius: 12px;
}

@keyframes wrapperFade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {}

@media screen and (min-width: 1480px) {}





/* =====================
  h
===================== */

h1 {}

h2 {
  font-size: clamp(2.8rem, calc(100vw / 1440 * 48), 4.8rem);
  line-height: 1.2em;
}

h2.cmn_title span {
  color: #ef4a5f;
  font-size: clamp(2.6rem, calc(100vw / 1440 * 60), 6rem);
}

h3 {
  font-size: clamp(2rem, calc(100vw / 1440 * 32), 3.2rem);
  line-height: 1.2em;
}

h4 {
  font-size: clamp(1.8rem, calc(100vw / 1440 * 24), 2.4rem);
  line-height: 1.2em;
}

h5 {
  font-size: clamp(1.6rem, calc(100vw / 1440 * 22), 2.2rem);
  line-height: 1.2em;
}

@media screen and (min-width: 768px) {}

@media screen and (min-width: 1480px) {}





/* =====================
  layout
===================== */
.container {
  max-width: 1180px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .container {
    padding: 0 40px;
  }
}

@media screen and (min-width: 1480px) {}





/* =====================
  text / font
===================== */
.t-lead {
  line-height: 1.8em;
}

.note {
  font-size: clamp(1rem, calc(100vw / 1440 * 14), 1.4rem);
  line-height: 1.1em;
}

.t-color-red {
  color: #dc0035;
}

.t-color-pink {
  color: #ef4a5f;
}

.t-color-purple {
  color: #8a3451;
}

.t-bold {
  font-weight: 700;
}

.cmn_title {
  text-align: center;
  line-height: 1.4em;
}

@media screen and (min-width: 768px) {}

@media screen and (min-width: 1480px) {}





/* =====================
  links
===================== */
a {
  color: #6e3c0c;
  transition: 0.6s;
}

@media screen and (min-width: 768px) {}





/* =====================
  other
===================== */

.pc {
  display: none;
}

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

  .pc {
    display: block;
  }
}





/* =====================
  header
===================== */
header {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 20px;
  z-index: 99999;
  box-sizing: border-box;
	/* margin-top: 150px; */
}

.header_logo {
  width: 150px;
}

.header_sudo-jam {
  display: block;
  color: #4F311F;
  padding: 12px 16px;
  border-radius: 999px;
  font-size: clamp(1.2rem, calc(100vw / 1440 * 16), 1.6rem);
  font-weight: 800;
  letter-spacing: 0;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  box-sizing: border-box;
}

.header_sudo-jam:hover {
  background-color: #fff;
}

@media (min-width: 1200px) {
  .header_logo {
    width: 304px;
  }
  header {
    padding: 30px 35px;
  }
  .header_sudo-jam {
    max-width: 280px;
    width: 100%;
  }
}





/* =====================
　footer
=====================*/
footer {
  padding-top: 100px;
  background-color: #fff;
}

footer .entry {
  position: fixed;
  bottom: 2%;
  right: 50%;
  transform: translateX(50%);
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 320px;
  width: 80%;
  height: 40px;
  font-size: clamp(1.6rem, calc(100vw / 1440 * 18), 1.8rem);
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.2em;
  border-radius: 30px;
  background-color: #E30663;
  border: 4px solid #E30663;
  z-index: 999;
  animation: entry_bnr 2s linear infinite alternate;
}

@keyframes entry_bnr {
  0% {
    transform: translateX(50%) scale(1.05);
  }

  100% {
    transform: translateX(50%) scale(1);
  }
}

footer .entry:hover {
  color: #E30663;
  background-color: #fff;
  border: 4px solid #E30663;
}

footer address {
  padding: 102px 0 20px;
  font-size: clamp(1rem, calc(100vw / 1440 * 12), 1.2rem);
  text-align: center;
  font-style: normal;
  letter-spacing: 0;
}

.footer_link {
  text-align: center;
  padding: 0 20px;
}

.footer_link_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-gap: 20px;
  margin-top: 20px;
}

.footer_link .item {
  max-width: clamp(320px, calc(100vw / 1440 * 378), 378px);
  width: 100%;
}

.footer_link .bnr {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: clamp(320px, calc(100vw / 1440 * 378), 378px);
  width: 100%;
  height: 54px;
  font-size: clamp(1.6rem, calc(100vw / 1440 * 20), 2rem);
  border-radius: 54px;
}

.footer_link_sudojam a {
  width: 100%;
  margin: auto;
  color: #fff;
  background-color: #ef1963;
  border: 2px solid #ef1963;
}

.footer_link_sudojam a:hover {
  color: #ef1963;
  background-color: #fff;
}

.footer_link_instagram {
  color: #1a110f;
  border: 2px solid #1a110f;
}

.footer_link_instagram:hover {
  color: #fff;
  background-color: #1a110f;
}

.footer_link_instagram::before {
  content: "";
  background: url(../images/icon_instagram.svg) top center no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-left: 0.8em;
  margin-right: 0.4em;
  transition: 0.5s;
}

.footer_link_instagram:hover::before {
  background: url(../images/icon_instagram_white.svg) top center no-repeat;
}

.footer_link_line {
  color: #1a110f;
  border: 2px solid #1a110f;
}

.footer_link_line:hover {
  color: #fff;
  background-color: #1a110f;
}

.footer_link_line::before {
  content: "";
  background: url(../images/icon_line.svg) top center no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-left: 0.8em;
  margin-right: 0.4em;
  transition: 0.5s;
}

.footer_link_line:hover::before {
  background: url(../images/icon_line_white.svg) top center no-repeat;
}

.footer_link_sudonoen {
  display: block;
  max-width: 180px;
  margin: 40px auto 0;
}

@media (min-width: 768px) {
  footer {}

  footer .entry {
    right: 2%;
    transform: translateX(0);
    width: clamp(120px, calc(100vw / 1440 * 160), 160px);
    height: clamp(120px, calc(100vw / 1440 * 160), 160px);
    border-radius: 50%;
  }

  @keyframes entry_bnr {
    0% {
      transform: translateX(0%) scale(1.05);
    }

    100% {
      transform: translateX(0%) scale(1);
    }
  }

  .footer_link {
    text-align: center;
  }

  .footer_link_list {
    flex-direction: row;
    margin-top: 40px;
  }

  .footer_link .bnr {}

  .footer_link_sudonoen {
    max-width: 220px;
    margin: 90px auto 0;
  }
}

@media screen and (min-width: 1480px) {}



/* =====================
  remodal
===================== */

.remodal {
  position: relative;
  max-width: 820px;
  margin: 0;
  padding: 0;
  background: none;
}

.remodal-wrapper {}

.remodal-cancel {
  min-width: auto;
  padding: 0;
  margin-top: 20px;
  background: none;
  font-size: 1.8rem;
  transition: 0.5s;
}

.remodal-cancel:hover {
  opacity: 0.1;
  background: none;
}

.remodal-title {
  text-align: center;
}

.remodal-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-gap: clamp(12px, calc(100vw / 1440 * 20), 20px);
  margin-top: 24px;
}

.remodal-list__item {
  width: 100%;
}

.remodal-list__link {
  display: block;
  color: #fff;
  width: 100%;
  padding: clamp(12px, calc(100vw / 1440 * 20), 20px);
  box-sizing: border-box;
}

.remodal-list__link[ color-type="red"] {
  background: #D71718;
}

.remodal-list__link[ color-type="blue"] {
  background: #0C58A6;
}

.remodal-list__link[ color-type="red"]:hover {
  background: #0C58A6;
}

.remodal-list__link[ color-type="blue"]:hover {
  background: #D71718;
}

.remodal-overlay {
  background: rgba(255, 255, 255, 0.96);
}

.remodal-close {
  top: -60px;
  left: initial;
  right: 0;
}

.remodal-close::before,
.remodal-close::after {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background: #333;
}

.remodal-close::before {
  transform: rotate(45deg);
}

.remodal-close::after {
  transform: rotate(-45deg);
}

.remodal-close__txt {
  margin-top: 3.2rem;
  color: #999;
}


@media screen and (min-width: 768px) {
  .remodal {}

  .remodal-cancel {}

  .remodal-cancel:hover {}

  .remodal-title {}

  .remodal-list {
    flex-direction: row;
  }

  .remodal-list__item {
    width: clamp(180px, calc(100vw / 1440 * 200), 200px);
  }

  .remodal-list__link {}

  .remodal-list__link[ color-type="red"] {}

  .remodal-list__link[ color-type="blue"] {}

  .remodal-list__link[ color-type="red"]:hover {}

  .remodal-list__link[ color-type="blue"]:hover {}

  .remodal-overlay {}

  .remodal-close {
    top: -60px;
    left: initial;
    right: 0;
  }

  .remodal-close::before,
  .remodal-close::after {}

  .remodal-close::before {}

  .remodal-close::after {}
}

@media screen and (min-width: 1480px) {}



/* =====================
  accordion
===================== */
.ac-parent {
  position: relative;
  cursor: pointer;
  transition: .5s;
}

.ac-child {
  padding: 2em 1em;
}

.ac-parent:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  /*横線*/
  width: 20px;
  height: 2px;
  background: #D71718;
}

.ac-parent:after {
  content: "";
  position: absolute;
  top: 50%;
  /* 8px+12px-1px(幅2pxの半分) */
  right: 17px;
  transform: translateY(-50%);
  transition: all .3s;
  /*縦線*/
  width: 2px;
  height: 20px;
  background: #D71718;
}

/* 縦線（after）だけ縦回転させる */
.ac-parent.open:after {
  top: 40%;
  transform: rotate(90deg);
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .ac-parent:before {
    right: 32px;
    width: 30px;
    height: 2px;
  }

  .ac-parent:after {
    right: 46px;
    width: 2px;
    height: 30px;
  }

  /* 縦線（after）だけ縦回転させる */
  .ac-parent.open:after {
    top: 25%;
  }
}

@media screen and (min-width: 1480px) {}




/* =====================
  modal-video
===================== */
.modal-video-body {
  max-width: 1300px;
}
