@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&family=Noto+Sans+JP:wght@100..900&family=Outfit&display=swap');
@charset "UTF-8";
/*--------------------------
color
---------------------------*/
@media (prefers-reduced-motion: reduce) {
  .index_list a {
    -webkit-transition: none !important;
    transition: none !important;
  }
  .index_list a[target=_blank]::after {
    -webkit-transition: none !important;
    transition: none !important;
  }
}
/*----------------------------------------
Reset
----------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

button {
  padding: 0;
  border: none;
  background: transparent;
}

/*--------------------------
Tag Default
---------------------------*/
html {
  font-size: 62.5%;
  line-height: 1.6;
  height: 100%;
}
:root {
	--link: #cf1225;
	--bk: #222222;
	--purple: #692755;
	--purple2: #ba85af;
	--purple3: #f7d8db;
  --purple4: #e8d6e4;
	--cream: #f8faf4;
	--cream2: #fafcf8;
	--yellow: #ffee16;
	--portas: #cf1225;
	--fs14: clamp(1.3rem, 1.07vw, 1.4rem);
	--fs16: clamp(1.4rem, 1.23vw, 1.6rem);
	--fs18: clamp(1.5rem, 1.38vw, 1.8rem);
	--fs20: clamp(1.5rem, 1.53vw, 2rem);
	--fs22: clamp(1.5rem, 1.69vw, 2.2rem);
	--fs24: clamp(1.8rem, 1.84vw, 2.4rem);
	--fs26: clamp(1.8rem, 2vw, 2.6rem);
	--fs27: clamp(1.8rem, 2.08vw, 2.7rem);
	--fs28: clamp(1.8rem, 2.15vw, 2.8rem);
	--fs30: clamp(1.7rem, 2.3vw, 3rem);
	--fs32: clamp(2rem, 2.46vw, 3.2rem);
	--fs34: clamp(2rem, 2.61vw, 3.4rem);
	--fs36: clamp(2rem, 2.76vw, 3.6rem);
	--fs38: clamp(2rem, 2.92vw, 3.8rem);
	--fs40: clamp(2rem, 3.07vw, 4rem);
	--fs48: clamp(2rem,3.69vw, 4.8rem);
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #fff;
  font-size: var(--fs16);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  max-width: 100vw;
  min-width: 350px;
  width: 100%;
  overflow-x: hidden;
}

a {
  color: #333333;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  line-height: 1.68;
}
@media only screen and (max-width: 768px) {
  p {
    line-height: 1.5;
  }
}

.dotted {
  position: relative;
  padding: 0 0 0 clamp(1rem, 0.964rem + 0.18vw, 1.125rem);
}
.dotted::before {
  position: absolute;
  content: "・";
  left: 0;
}

.sp_none {
  display: block;
}
@media only screen and (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}

.pc_none {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pc_none {
    display: block !important;
  }
}

.single p {
  font-size: clamp(0.875rem, 0.76rem + 0.57vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 2px;
}
@media only screen and (max-width: 768px) {
  .single p {
    letter-spacing: normal;
  }
}

.container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.animation {
  opacity: 0;
  will-change: transform;
}

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

#box_notice {
	width: min(100vw, 1300px);
	max-width: 100%;
	margin: min(4.61vw, 60px) auto;
  padding-left: 10px;
}
.notice {
  text-indent: -1em !important;
  margin-left: 1em !important;
  font-weight: 500!important;
  font-size: var(--fs16) !important;
  color: var(--portas)!important;
}
/* -------------------------
  Fade base
-------------------------- */
@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.fade {
  -webkit-animation-name: fade;
          animation-name: fade;
}

/* -------------------------
  Fade In types
-------------------------- */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

/* -------------------------
  Zoom In / Out
-------------------------- */
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

/*--------------------------
header
---------------------------*/
#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 50px;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (max-width: 980px) {
  #header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 60px;
    padding: 0 20px;
  }
  #header .hd_logo {
    width: 120px;
  }
}

/* -------------------------------------------
footer
---------------------------------------------*/
#footer {
  text-align: center;
  padding: 20px 5%;
  border-top: 1px solid #b8b8b8;
}
#footer #ft_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 40px;
}
#footer #ft_nav ul li a {
  display: inline-block;
  font-size: 14px;
  color: #333333;
  line-height: 1.75;
}
#footer #ft_nav ul li a:hover {
  color: #ff0000;
}
#footer .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 60px;
  margin: 30px 0 60px;
}
@media only screen and (max-width: 768px) {
  #footer .link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#footer .link li a {
  display: inline-block;
}
#footer .link li a img {
  width: 180px;
}

/* -------------------------------------------
page-top
---------------------------------------------*/
#page-top {
  position: fixed;
  display: block;
  bottom: 25px;
  right: 2.5%;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  #page-top {
    bottom: 0.75%;
  }
}
#page-top a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: clamp(60px, 6.15vw, 80px);
  height: clamp(60px, 6.15vw, 80px);
  background: var(--purple);
  border-radius: 50%;
}
#page-top a::before {
  content: "";
  display: block;
  width: clamp(13px, 1vw, 10vw);
  height: clamp(13px, 1vw, 10vw);
  margin: 5px 0 0;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (max-width: 768px) {
  #page-top a::before {
    font-size: 48px;
  }
}
#page-top a:hover {
  opacity: 0.7;
}
