@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;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

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 {
    opacity: 0.5;
  }
}

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

*:focus {
  outline: none;
}

.device-pc {
  display: none;
}
@media (min-width: 601px) {
  .device-sp {
    display: none;
  }
}
@media (max-width: 600px) {
  br:not(.sp-br) {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  font-size: 1.5rem;
  line-height: 27px; /* 180% */
  letter-spacing: 0.15px;
  color: #572324;
  background-color: #E7F3E2;
}
body.scroll_rock {
  overflow: hidden;
}

main {
  font-family: "Shuei MaruGo B", sans-serif;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale; 
  margin-top: 100px;
}
main::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(../images/pattern_kumo.gif);
  background-position: -10vw 80px;
  opacity: .4;
  background-size: 300px 126px;
  z-index: -1;
}
main a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: .8em;
  position: relative;
  top: -.2em;
}
#mv .wrapper {
  width: 89.333vw;
  margin: 0 auto;
  padding-bottom: 55px;
}
.mv-image {
  background: #E7F3E2;
  box-shadow: 6px 6px 17px 0px rgba(0, 0, 0, 0.08);
  display: inline-block;
  padding: 5px;  
}
.mv-title {
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
}
#container .wrapper {
  text-align: center;
}
#container .wrapper > div {
  width: 89.333vw;
  margin: 0 auto 30px;
}
#container .image {
  display: inline-block;
  background: #E7F3E2;
  box-shadow: 8px 8px 12px 0px rgba(0, 0, 0, 0.09);  
  padding: 2px;
}
#container .text {
  max-width: 470px;  
  text-align: left;
}
#banner {
  max-width: 740px;
  margin: 10px auto 50px;
  padding-top: 50px;
  border-top: 1px solid #572324;
}
#banner ul {
  max-width: 500px;
  width: 69.333vw;
  margin: 0 auto;
}
#banner ul li + li {
  margin-top: 8px;
}
@media (min-width: 601px) {
  body {
    font-size: 1.6rem;
    line-height: 40px; /* 250% */
    letter-spacing: 0.16px;  
  }  
  main {
    margin-top: 150px;
  }  
  main::before {
    background-size: 521px 251px;
  }
  #mv .wrapper {
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;    
    padding-bottom: 122px;
  }  
  .mv-title {
    width: 30vw;
    margin-bottom: 0;
  }  
  .mv-image {
    background: #FFF;
    padding: 16px;
  }
  .mv-image img {
    max-width: 975px;
    width: 100%;
  }  
  #container .wrapper > div {
    width: initial;
    margin: 0 auto 40px;
  }
  #container .text {
    white-space: nowrap;
  }
  #container .image {
    background: #FFF;
    padding: 10px;
  }
  #container .image img {
    max-width: 600px;
  }
  #container .image.vertical img {
    max-width: 400px;
  }
  #banner {
    margin: 28px auto 100px;
    padding-top: 58px;
  }
  #banner ul li + li {
    margin-top: 16px;
  }  
}
@media (min-width: 1200px) {
  .mv-title {
    width: 20vw;
  }  
}
@media (min-width: 1600px) {
  .mv-title {
    width: 30vw;
  }  
}
/* header */
header {
  position: relative;
  z-index: 1000;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  font-family: "Midashi Go MB1", sans-serif;
  color: #001230;
  line-height: 120%;
  letter-spacing: 0;
}

.header_bar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #E7F3E2;
  height: 6rem;
  box-shadow: 0px 10px 19px 0px rgba(0, 0, 0, 0.08);
  z-index: 1001;
}
@media (min-width: 600px) {
  header {
    line-height: 140%;
  }
  .header_bar {
    height: 8rem;
  }
}
.header_bar img {
  padding: 1.2rem 2.4rem;
  max-height: 100%;
}
.header_bar .btn_header_menu {
  height: 100%;
}
.header_bar .btn_header_menu img {
  width: 8rem;
}

.header_menu {
  position: absolute;
  top: 6rem;
  right: 0;
  width: 60%;
  background-color: #E7F3E2;
  z-index: 1000;
  font-size: 1.5rem;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}
.header_menu.is-open {
  transform: translateX(0);
}
@media (min-width: 600px) {
  .header_menu {
    top: 8rem;
    width: calc(17em + 4.8rem);
  }
}
.header_menu li:not(:last-child) {
  border-bottom: 1px solid #001230;
}
.header_menu a {
  display: block;
  padding: 0.8rem 2.6rem;
}
@media (min-width: 600px) {
  .header_menu a {
    padding: 2rem 2.4rem;
  }
}
.header_menu br {
  display: block;
}
@media (min-width: 600px) {
  .header_menu br {
    display: none;
  }
}
/* footer */
footer {
  font-family: "Midashi Go MB1", sans-serif;
  color: #001230;
  background-color: #E7F3E2;
}
footer .wrapper {
  max-width: 1272px;
  width: 74.666vw;
  margin: 0 auto;
  padding: 50px 0;
  display: grid;
  grid-template-areas: "share""hobo""store""copy"; 
}
footer .footer-share {
  grid-area: share;
  display: flex;
  gap: 25px;
}
footer .footer-share .title {
  margin-right: 5px;
}
footer .footer-hobo {
  grid-area: hobo;
  font-size: 1.6rem;
  line-height: 28px; /* 175% */
  letter-spacing: 0.16px;
  margin-top: 30px;
}
footer .footer-store {
  grid-area: store;
  font-size: 1.2rem;
  line-height: 20px; /* 166.667% */
  letter-spacing: 0.12px;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
footer .footer-store li::after {
  content: "/";
  display: inline-block;
  padding: 0 .5em 0 .2em;
}
footer .footer-store li:last-of-type:after {
  display: none;
}
footer .footer-copy {
  grid-area: copy;
  font-size: 1.4rem;
  line-height: 28px; /* 200% */
  letter-spacing: 0.14px;
  margin-top: 16px;
}
@media (min-width: 601px) {
  footer .wrapper {
    width: 96%;
    padding: 75px 0 100px;
    grid-template-areas: "share hobo .""store hobo copy"; 
    grid-template-columns: 1fr auto auto;
  }  
  footer .footer-share {
    gap: 20px;
  }
  footer .footer-share .title {
    margin-right: 20px;
  }
  footer .footer-store {
    margin-top: 24px;
    font-size: 1.4rem;
    line-height: 28px; /* 200% */
    letter-spacing: 0.14px;
  }
  footer .footer-hobo {
    margin-top: 0;
    font-size: 16px;
    line-height: 28px; /* 175% */
    letter-spacing: 0.16px;
    display: flex;
    flex-wrap: wrap;
    align-self: end;
    width: 10.5em;
    margin-right: 5vw;
  }
  footer .footer-copy {
    margin-top: 0;
    align-self: end;
  }
}
@media (min-width: 1200px) {
  footer .footer-hobo {
    margin-right: 64px;
  }
}
