@charset "UTF-8";
/*
A modern CSS reset 2023 / 9 / 18
https://github.com/Andy-set-studio/modern-css-reset
*/
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

/**  base  **/
@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  100% {
    opacity: 0;
  }
}
@keyframes clipPath {
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes clipPathCircle {
  100% {
    -webkit-clip-path: circle(100% at 50% 50%);
            clip-path: circle(100% at 50% 50%);
  }
}
p,
ul,
ol,
h1,
h2,
h3,
figure,
dl,
dd,
button {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

img,
video {
  max-width: 100%;
  vertical-align: bottom;
  line-height: 1;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a {
  color: currentColor;
  text-decoration: none;
}
@media (hover: hover) {
  a:hover {
    color: currentColor;    
    opacity: 0.5;
  }
}

[x-cloak],
[v-cloak] {
  display: none !important;
}

*:focus {
  outline: none;
}

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

.device-pc {
  display: none;
}
@media (min-width: 601px) {
  .device-pc {
    display: block;
  }
}

@media (min-width: 601px) {
  br {
    display: block;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Koburina Gothic W3 JIS2004", sans-serif;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;   
  color: #000;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.7px;
}
img {
  display: block;
}
small {
  font-size: 80%;
}
@media screen and (max-width: 576px) {
  br:not(.sp) {
    display: none;
  }
  .detail br:not(.sp) {
    display: inherit;
  }
  .rmn-page-title br {
    display: inherit;
  }
}
/* ------------------------------------------
Header
------------------------------------------ */
header {
  width: calc(100% - 20px);  
  border-radius: 50px;
  background: rgba(0 ,0, 0, 0.72);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); 
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 10px 16px 10px;
  height: 46px;
  padding-top: 4px;
  padding-left: 5.89vw;
  padding-right: 8.97vw;
  z-index: 10;
  position: fixed;
}
header ul {
  display: flex;
  align-items: flex-end;
  gap: 6.15vw;  
}
header ul li a {
  font-size: 10px;
  color: #fff !important;
}
header ul li a p {
  display: flex;
  justify-content: center;  
}
@media (min-width: 601px) {
  header {
    width: auto;
    height: 54px;
    top: 10px;
    right: 5px;
    padding-top: 0;
    padding-left: 43px;
    padding-right: 32px;
    gap: 36px;
  }
  header ul {
    gap: 29px;
  }
  header ul li a {
    display: flex;
    gap: 6px;    
    font-size: 13px;
  }  
}
/* ------------------------------------------
Footer
------------------------------------------ */
footer {
  background-color: #545454;  
  color: #fff;
  padding: 70px 9.25vw;
}
footer a {
  color: #fff;
}
footer .link {
  grid-area: link;
}
footer .footer-share {
  display: flex;
}
footer .faq {
  font-size: 14px;
  padding: 1em 0 2em;
}

footer ul + ul, footer .copyright {
  margin-top: 48px;
}
footer .home { 
  font-family: "Montserrat", sans-serif;  
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.08px;
  grid-area: home;
}
footer .home li + li { 
  margin-top: 26px;
}
footer .policy { 
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.65px;
  grid-area: policy;
}
footer .policy li + li { 
  margin-top: 11px;
}
footer .copyright {
  font-family: "Montserrat", sans-serif;  
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.08px;
  grid-area: copyright;
  margin-top: 100px;
  text-align: center;
}
@media (min-width: 601px) {
  footer { 
    padding: 60px 10.5vw;
  }
  footer .inner {
    display: grid;
    gap: 60px;
    grid-template-areas: ". home"
                          "link policy"
                          "copyright policy";
  } 
  footer .footer-share {
    gap: 72px;
  }
  footer .faq {
    padding-bottom: 0;
  }
  footer ul + ul, footer .copyright {
    margin-top: initial;
    text-align: left;
  }
}
@media (max-width: 834px) {
  footer .footer-share {
    gap: 42px;
  }  
}
@media (max-width: 600px) {
  footer .footer-share {
    gap: 16.66vw;
  }  
}