@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
/* CSS Document */
/*-------------------------------------------------------------------------------------------------*/
/* リセット
 ------------------------------------------*/
body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-family: "Zen Old Mincho", serif;
  font-weight: 800;
  box-sizing: border-box;
  color: #3D2956;
}

.ma20 {
  margin-top: 20px;
}

small {
  font-size: 80%;
  font-weight: bold;
  display: block;
  line-height: 1.7;
}
@media screen and (max-width: 736px) {
  small {
    font-weight: normal;
  }
}
small.space {
  margin: 1vh 0 0 0;
}

br.pc {
  display: block;
}
@media screen and (max-width: 736px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}
@media screen and (max-width: 736px) {
  br.sp {
    display: block;
  }
}

a {
  color: #333333;
  text-decoration: none;
  outline: none;
  border: none;
}

a:hover {
  text-decoration: none;
}

a img, img {
  border: 0;
}

blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, p, pre, span, td, th, ul {
  margin: 0;
  padding: 0;
}

abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, em, th, strong, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 100%;
}

* + html code, kbd, pre, samp, tt {
  font-size: 108%;
}

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

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

q:before, q:after {
  content: "";
}

button, fieldset, form, input, label, legend, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; /*table-layout:fixed;*/
}

table td {
  vertical-align: top;
}

.right {
  float: right;
}

.left {
  float: left;
}

.mb50 {
  margin-bottom: 50px;
}

/* クリア
 ------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

body img {
  vertical-align: bottom;
}
body a {
  opacity: 1;
  transition: 0.2s;
}
body a:hover {
  opacity: 0.8;
}
body section {
  padding: 80px 0;
}
body section .box {
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  body section .box {
    width: 90%;
  }
}

header .header-logo {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
}
header .header-logo a {
  display: block;
}
header .header-logo a img {
  width: 100px;
}
header .menu-icon {
  font-size: 30px;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 0;
  z-index: 100;
  padding: 10px 50px 10px 30px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  background-color: #A52FB2;
  transition: 0.3s;
}
@media screen and (max-width: 736px) {
  header .menu-icon {
    padding-right: 30px;
  }
}
header .menu-icon.hide {
  right: -120px;
}
header .menu-icon img {
  width: 40px;
}
header .menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(61, 41, 86, 0.8);
  z-index: 10;
  opacity: 0;
  transition: opacity 0.5s ease;
}
header nav {
  width: 630px;
  background: #A52FB2;
  background-image: url(../img/bg-gradation.png);
  position: fixed;
  top: 5%;
  right: -660px;
  z-index: 30;
  height: 90%;
  overflow-y: auto;
  transition: right 0.3s;
  border-radius: 120px;
  padding: 50px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  margin-right: 30px;
}
@media screen and (max-width: 736px) {
  header nav {
    width: 100%;
    border-radius: 0;
    margin-right: 0;
    height: 100%;
    top: 0;
  }
}
header nav .menu-close {
  display: none;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 50;
  opacity: 0;
}
@media screen and (max-width: 736px) {
  header nav .menu-close {
    top: 30px;
    right: 30px;
  }
}
header nav .menu-close img {
  width: 120px;
  cursor: pointer;
}
@media screen and (max-width: 736px) {
  header nav .menu-close img {
    width: 80px;
  }
}
header nav h2.logo {
  text-align: center;
  margin-bottom: 50px;
}
header nav h2.logo img {
  width: 160px;
}
@media screen and (max-width: 736px) {
  header nav h2.logo img {
    width: 50%;
  }
}
header nav ul li a {
  text-align: center;
  font-size: 56px;
  font-weight: 400;
  color: #EBE9E1;
  display: block;
}
@media screen and (max-width: 736px) {
  header nav ul li a {
    font-size: 30px;
  }
}
header nav .banner-shop {
  margin: 50px auto 0;
  width: 70%;
  max-width: 300px;
}
header nav .banner-shop a {
  display: block;
}
header nav .banner-shop a img {
  width: 100%;
}

#float-banner {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 2;
}
@media screen and (max-width: 736px) {
  #float-banner {
    display: none;
  }
}
#float-banner .box a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 70px 15px 50px;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
  font-weight: 100;
  color: #EBE9E1;
  background-color: #A52FB2;
  border-radius: 100px;
  z-index: 1;
  position: relative;
  box-shadow: 0px 0px 15px -5px #777777;
}
#float-banner .box a::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/icon-arrow-wh.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: auto;
  height: 16px;
  aspect-ratio: 13/23;
}

#float-banner02,
#float-banner03 {
  position: fixed;
  bottom: 300px;
  right: 30px;
  z-index: 2;
  width: 250px;
}
@media screen and (max-width: 736px) {
  #float-banner02,
  #float-banner03 {
    display: none;
  }
}
#float-banner02 .box,
#float-banner03 .box {
  position: relative;
}
#float-banner02 .box button.close,
#float-banner03 .box button.close {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 1;
  color: #333;
  font-size: 16px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
#float-banner02 .box a,
#float-banner03 .box a {
  width: 100%;
}
#float-banner02 .box a img,
#float-banner03 .box a img {
  width: 100%;
}

#float-banner03 {
  bottom: 30px;
}
#float-banner03 .box {
  position: relative;
}
#float-banner03 .box button.close {
  color: #fff;
}

footer {
  background-color: #EBE9E1;
  background-image: url(../img/bg-noise.svg);
  padding-top: 80px;
}
footer h2.logo {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 736px) {
  footer h2.logo img {
    width: 50%;
  }
}
footer nav {
  margin-bottom: 30px;
}
footer nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer nav ul li {
  margin-right: 20px;
}
@media screen and (max-width: 736px) {
  footer nav ul li {
    margin: 0;
    width: 30%;
    text-align: center;
  }
}
footer nav ul li a {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 736px) {
  footer nav ul li a {
    font-size: 12px;
  }
}
footer small.en {
  text-align: center;
}
footer .logo-ryushodo {
  text-align: center;
  padding: 30px 0 50px;
  margin-top: 20px;
  border-top: 1px solid #A52FB2;
}
footer .logo-ryushodo img {
  height: 70px;
}

.fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

small.en {
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
  font-weight: 100;
  display: block;
  color: #888;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}
@media screen and (max-width: 736px) {
  small.en {
    font-size: 10px;
  }
}

h2.title {
  font-size: 70px;
  font-weight: bold;
}
@media screen and (max-width: 736px) {
  h2.title {
    font-size: 40px;
  }
}

p {
  letter-spacing: 0.1em;
  line-height: 1.7em;
}

header .header-logo {
  display: none;
}

.loop-horizontal {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  padding: 10px 0;
}
@media screen and (max-width: 736px) {
  .loop-horizontal {
    padding: 2px 0;
  }
}
.loop-horizontal span {
  animation: scroll-left 10s linear infinite;
  margin-right: 1em;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
  font-weight: 100;
  color: #A52FB2;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-800%);
  }
}

main#home {
  background-color: #EBE9E1;
  background-image: url(../img/bg-noise.svg);
}
main#home #mv {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 0;
}
main#home #mv .box {
  position: relative;
  width: 100%;
}
main#home #mv .box small.en {
  position: absolute;
  top: 50px;
  left: 100px;
  color: #EBE9E1;
  z-index: 1;
}
@media screen and (max-width: 736px) {
  main#home #mv .box small.en {
    position: relative;
    color: #3D2956;
    top: 0;
    left: 0;
    width: 90%;
    margin: 0 auto;
  }
}
main#home #mv .box .title-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 736px) {
  main#home #mv .box .title-box {
    top: 40%;
  }
}
main#home #mv .box .title-box h1.logo {
  width: 300px;
}
@media screen and (max-width: 736px) {
  main#home #mv .box .title-box h1.logo {
    width: 100%;
  }
}
main#home #mv .box .title-box h1.logo img {
  width: 100%;
}
main#home #mv .box .mv-slide {
  padding-top: 200px;
  width: 100%;
  padding: 20px;
}
@media screen and (max-width: 736px) {
  main#home #mv .box .mv-slide {
    padding: 10px;
  }
}
main#home #mv .box .mv-slide ul li img {
  width: 100%;
}
@media screen and (max-width: 736px) {
  main#home #mv .box .mv-slide ul li img {
    height: 90vh;
  }
}
main#home #mv .box .mv-slide ul li.pc img {
  display: block;
}
@media screen and (max-width: 736px) {
  main#home #mv .box .mv-slide ul li.pc img {
    display: none !important;
  }
}
main#home #mv .box .mv-slide ul li.sp img {
  display: none;
}
@media screen and (max-width: 736px) {
  main#home #mv .box .mv-slide ul li.sp img {
    display: block;
  }
}
main#home #newsletter {
  padding: 0;
  position: relative;
  z-index: 100;
}
main#home #newsletter .box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(61, 41, 86, 0.8);
}
main#home #newsletter .box .inner-box {
  position: relative;
  width: auto;
  height: 80%;
  aspect-ratio: 1/1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  max-height: 700px;
}
@media screen and (max-width: 736px) {
  main#home #newsletter .box .inner-box {
    padding: 10px;
    height: auto;
  }
}
main#home #newsletter .box .inner-box .close {
  position: absolute;
  top: -40px;
  right: 0px;
  z-index: 1;
  color: #fff;
  font-size: 30px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 736px) {
  main#home #newsletter .box .inner-box .close {
    top: -30px;
    right: 10px;
  }
}
main#home #newsletter .box .inner-box img {
  width: 100%;
  height: auto;
}
main#home #newsletter .box .inner-box h2 {
  width: 90%;
  color: #EBE9E1;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px dashed #EBE9E1;
}
@media screen and (max-width: 736px) {
  main#home #newsletter .box .inner-box h2 {
    font-size: 30px;
  }
}
main#home #newsletter .box .inner-box p {
  color: #EBE9E1;
  text-align: center;
  font-size: 15px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
  font-weight: 400;
  padding-bottom: 50px;
}
@media screen and (max-width: 736px) {
  main#home #newsletter .box .inner-box p {
    font-size: 14px;
  }
}
main#home #newsletter .box .inner-box .btn-box {
  text-align: center;
}
main#home #newsletter .box .inner-box .btn-box a {
  color: #06C755;
  font-size: 15px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
  text-align: center;
  padding: 20px 50px;
  background-color: #EBE9E1;
  border: 1px solid #EBE9E1;
  border-radius: 100px;
}
@media screen and (max-width: 736px) {
  main#home #newsletter .box .inner-box .btn-box a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) {
  main#home #concept {
    padding-bottom: 160px;
    overflow: hidden;
    padding-top: 0;
  }
}
@media screen and (max-width: 736px) {
  main#home #concept {
    padding-bottom: 0;
  }
}
main#home #concept .box {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  border: 1px solid #A52FB2;
}
@media screen and (max-width: 1440px) {
  main#home #concept .box {
    max-width: 1000px;
    width: 90%;
  }
}
main#home #concept .box .concept-header {
  width: 100%;
  border-bottom: 1px solid #A52FB2;
}
main#home #concept .box .inner-box {
  display: flex;
  flex-wrap: wrap;
}
main#home #concept .box .inner-box .concept-img {
  width: 60%;
  padding: 15px;
  border-right: 1px solid #A52FB2;
}
@media screen and (max-width: 736px) {
  main#home #concept .box .inner-box .concept-img {
    width: 100%;
    border-right: none;
  }
}
main#home #concept .box .inner-box .concept-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
main#home #concept .box .inner-box .concept-text {
  width: 40%;
}
@media screen and (max-width: 736px) {
  main#home #concept .box .inner-box .concept-text {
    width: 100%;
  }
}
main#home #concept .box .inner-box .concept-text .concept-title {
  border-bottom: 1px solid #A52FB2;
}
main#home #concept .box .inner-box .concept-text .concept-title h2.title {
  font-size: 70px;
  font-weight: bold;
  padding: 0 0 10px 20px;
}
@media screen and (max-width: 1440px) {
  main#home #concept .box .inner-box .concept-text .concept-title h2.title {
    font-size: 60px;
  }
}
@media screen and (max-width: 1024px) {
  main#home #concept .box .inner-box .concept-text .concept-title h2.title {
    font-size: 40px;
  }
}
@media screen and (max-width: 736px) {
  main#home #concept .box .inner-box .concept-text .concept-title h2.title {
    padding: 0 0 0 20px;
    border-top: 1px solid #A52FB2;
  }
}
main#home #concept .box .inner-box .concept-text .concept-content {
  padding: 0 20px 20px;
}
@media screen and (max-width: 736px) {
  main#home #concept .box .inner-box .concept-text .concept-content {
    padding-bottom: 50px;
  }
}
main#home #concept .box .inner-box .concept-text .concept-content h3 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 30px;
}
@media screen and (max-width: 1440px) {
  main#home #concept .box .inner-box .concept-text .concept-content h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 736px) {
  main#home #concept .box .inner-box .concept-text .concept-content h3 {
    font-size: 20px;
  }
}
main#home #concept .box .inner-box .concept-text .concept-content small.en {
  margin-top: 20px;
}
main#home #concept .box .inner-box .concept-text .concept-content p {
  font-size: 15px;
  font-weight: 100;
  margin-top: 50px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
}
@media screen and (max-width: 736px) {
  main#home #concept .box .inner-box .concept-text .concept-content p {
    font-size: 12px;
    margin-top: 30px;
  }
}
main#home #concept .box .loop-circle {
  position: absolute;
  bottom: -130px;
  right: -60px;
}
@media screen and (max-width: 736px) {
  main#home #concept .box .loop-circle {
    display: none;
  }
}
main#home #concept .box .loop-circle img {
  animation: rotate-image 10s linear infinite;
}
@keyframes rotate-image {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 736px) {
  main#home #what {
    padding-bottom: 0;
  }
}
main#home #what .box {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  background-color: rgba(165, 47, 178, 0.9);
  background-image: url(../img/bg-noise.svg);
  outline: 1px solid #EBE9E1;
  outline-offset: -10px;
  padding: 50px;
}
@media screen and (max-width: 1440px) {
  main#home #what .box {
    max-width: 1000px;
  }
}
@media screen and (max-width: 736px) {
  main#home #what .box {
    padding: 30px;
  }
}
main#home #what .box::before {
  content: "ANKOand";
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%) rotate(-90deg);
  color: #EBE9E1;
  font-size: 14px;
  font-weight: 100;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
}
@media screen and (max-width: 736px) {
  main#home #what .box::before {
    display: none;
  }
}
main#home #what .box::after {
  content: "ANKOand";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(90deg);
  color: #EBE9E1;
  font-size: 14px;
  font-weight: 100;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
}
@media screen and (max-width: 736px) {
  main#home #what .box::after {
    display: none;
  }
}
main#home #what .box h2 {
  font-size: 30px;
  color: #EBE9E1;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  main#home #what .box h2 {
    font-size: 20px;
    margin: 10px 0 0;
  }
}
main#home #what .box small.en {
  color: #EBE9E1;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 736px) {
  main#home #what .box small.en {
    text-align: left;
  }
}
main#home #what .box p {
  width: 80%;
  font-size: 15px;
  color: #EBE9E1;
  margin-top: 30px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
  font-weight: 100;
}
@media screen and (max-width: 736px) {
  main#home #what .box p {
    width: auto;
    font-size: 12px;
    margin: 20px 0;
  }
}
main#home #detail {
  background-image: url(../img/bg-line.svg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -200px;
}
@media screen and (max-width: 736px) {
  main#home #detail {
    margin-top: 0;
    padding-bottom: 50px;
  }
}
main#home #detail .box {
  max-width: 1200px;
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 400px 0 240px;
  overflow: hidden;
}
@media screen and (max-width: 736px) {
  main#home #detail .box {
    width: 100%;
    flex-wrap: wrap;
    padding: 0;
  }
}
main#home #detail .box .detail-title-pc {
  position: absolute;
  top: 160px;
  left: 80px;
}
@media screen and (max-width: 736px) {
  main#home #detail .box .detail-title-pc {
    display: none;
  }
}
main#home #detail .box .detail01 {
  width: 800px;
}
@media screen and (max-width: 736px) {
  main#home #detail .box .detail01 {
    display: none;
  }
}
main#home #detail .box .detail02 {
  position: absolute;
  top: 160px;
  right: 0;
  width: 320px;
  background-color: #aaa;
}
@media screen and (max-width: 736px) {
  main#home #detail .box .detail02 {
    display: none;
  }
}
main#home #detail .box .detail03 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 320px;
  background-color: #aaa;
}
@media screen and (max-width: 736px) {
  main#home #detail .box .detail03 {
    display: none;
  }
}
main#home #detail .box .detail01-sp {
  display: none;
}
@media screen and (max-width: 736px) {
  main#home #detail .box .detail01-sp {
    display: block;
    position: static;
    width: 100%;
  }
}
main#home #detail .box .detail02-sp {
  display: none;
}
@media screen and (max-width: 736px) {
  main#home #detail .box .detail02-sp {
    display: block;
    position: static;
    width: 90%;
  }
}
main#home #detail .box .detail03-sp {
  display: none;
}
@media screen and (max-width: 736px) {
  main#home #detail .box .detail03-sp {
    display: block;
    position: static;
    width: 90%;
    margin: 20px 0;
  }
}
main#home #detail .box .text01 {
  position: absolute;
  top: 160px;
  right: 370px;
  width: 460px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
  font-weight: 100;
}
@media screen and (max-width: 736px) {
  main#home #detail .box .text01 {
    position: static;
    width: 90%;
    margin: 20px 0;
    font-size: 12px;
  }
}
main#home #detail .box .text02 {
  position: absolute;
  bottom: 0;
  left: 370px;
  width: 460px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
  font-weight: 100;
}
@media screen and (max-width: 736px) {
  main#home #detail .box .text02 {
    position: static;
    width: 90%;
    font-size: 12px;
  }
}
main#home #lineup {
  padding-top: 0;
}
main#home #lineup .lineup-header {
  width: 100%;
  border-top: 1px solid #A52FB2;
  border-bottom: 1px solid #A52FB2;
}
main#home #lineup .lineup-header span {
  color: #A52FB2;
  text-align: center;
}
main#home #lineup .box {
  border-right: 1px solid #A52FB2;
  border-bottom: 1px solid #A52FB2;
  border-left: 1px solid #A52FB2;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  main#home #lineup .box {
    max-width: 1000px;
  }
}
@media screen and (max-width: 736px) {
  main#home #lineup .box {
    width: 100%;
    border: none;
  }
}
main#home #lineup .box .title-box {
  border-bottom: 1px solid #A52FB2;
}
main#home #lineup .box .title-box h2.title {
  font-size: 70px;
  font-weight: bold;
  padding: 0 0 10px 20px;
}
@media screen and (max-width: 736px) {
  main#home #lineup .box .title-box h2.title {
    font-size: 40px;
  }
}
main#home #lineup .box .heading-box {
  display: flex;
  border-bottom: 1px solid #A52FB2;
  position: relative;
}
main#home #lineup .box .heading-box::before {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: #A52FB2;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
main#home #lineup .box .heading-box .text {
  width: 60%;
}
@media screen and (max-width: 736px) {
  main#home #lineup .box .heading-box .text {
    width: 100%;
  }
}
main#home #lineup .box .heading-box .text .heading-title {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #A52FB2;
}
main#home #lineup .box .heading-box .text .heading-title span.num {
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: -0.05em;
  border-right: 1px solid #A52FB2;
}
@media screen and (max-width: 736px) {
  main#home #lineup .box .heading-box .text .heading-title span.num {
    width: 80px;
    height: 80px;
    font-size: 30px;
    letter-spacing: normal;
  }
}
main#home #lineup .box .heading-box .text .heading-title h3 {
  font-size: 30px;
  font-weight: bold;
  padding-left: 20px;
}
@media screen and (max-width: 736px) {
  main#home #lineup .box .heading-box .text .heading-title h3 {
    font-size: 20px;
  }
}
main#home #lineup .box .heading-box .text .heading-title h3 small.en {
  margin-top: 5px;
}
main#home #lineup .box .heading-box .text .heading-title h3 small.red {
  color: #D10000;
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 736px) {
  main#home #lineup .box .heading-box .text .heading-title h3 small.red {
    font-size: 12px;
    margin-top: 5px;
  }
}
main#home #lineup .box .heading-box .text .heading-content {
  padding: 30px;
}
@media screen and (max-width: 736px) {
  main#home #lineup .box .heading-box .text .heading-content {
    padding: 20px 0 0;
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
}
main#home #lineup .box .heading-box .text .heading-content img.sp {
  display: none;
}
@media screen and (max-width: 736px) {
  main#home #lineup .box .heading-box .text .heading-content img.sp {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}
main#home #lineup .box .heading-box .text .heading-content img.icon-new {
  display: none;
}
@media screen and (max-width: 736px) {
  main#home #lineup .box .heading-box .text .heading-content img.icon-new {
    display: block;
    width: 80px;
    height: auto;
    position: absolute;
    top: -20px;
    right: -10px;
  }
}
main#home #lineup .box .heading-box .text .heading-content p {
  font-size: 15px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
  font-weight: 100;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  line-height: 1.7em;
}
@media screen and (max-width: 736px) {
  main#home #lineup .box .heading-box .text .heading-content p {
    font-size: 12px;
  }
}
main#home #lineup .box .heading-box .text .heading-content dl {
  display: flex;
}
main#home #lineup .box .heading-box .text .heading-content dl dt {
  width: 5em;
  margin-right: 2em;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
  font-weight: 100;
}
@media screen and (max-width: 736px) {
  main#home #lineup .box .heading-box .text .heading-content dl dt {
    font-size: 10px;
  }
}
main#home #lineup .box .heading-box .text .heading-content dl dd {
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
  font-weight: 100;
}
@media screen and (max-width: 736px) {
  main#home #lineup .box .heading-box .text .heading-content dl dd {
    font-size: 10px;
  }
}
main#home #lineup .box .heading-box .text .heading-content table {
  margin-top: 10px;
  width: 100%;
}
@media screen and (max-width: 736px) {
  main#home #lineup .box .heading-box .text .heading-content table {
    margin-bottom: 50px;
  }
}
main#home #lineup .box .heading-box .text .heading-content table th {
  font-size: 12px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
  font-weight: 100;
  background-color: #D9D7CE;
  border: 1px solid #888;
  padding: 10px 20px;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  main#home #lineup .box .heading-box .text .heading-content table th {
    padding: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  main#home #lineup .box .heading-box .text .heading-content table th {
    padding: 5px;
  }
}
@media screen and (max-width: 736px) {
  main#home #lineup .box .heading-box .text .heading-content table th {
    padding: 5px 10px;
  }
}
main#home #lineup .box .heading-box .text .heading-content table td {
  font-size: 12px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
  font-weight: 100;
  border: 1px solid #888;
  padding: 10px 20px;
  text-align: center;
  vertical-align: middle;
}
main#home #lineup .box .heading-box .text .heading-content table.pc {
  display: table;
}
@media screen and (max-width: 736px) {
  main#home #lineup .box .heading-box .text .heading-content table.pc {
    display: none;
  }
}
main#home #lineup .box .heading-box .text .heading-content table.sp {
  display: none;
}
@media screen and (max-width: 736px) {
  main#home #lineup .box .heading-box .text .heading-content table.sp {
    display: table;
  }
}
main#home #lineup .box .heading-box .img {
  width: 40%;
  padding: 15px;
  border-left: 1px solid #A52FB2;
  position: relative;
}
@media screen and (max-width: 736px) {
  main#home #lineup .box .heading-box .img {
    display: none;
  }
}
main#home #lineup .box .heading-box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main#home #lineup .box .heading-box .img img.icon-new {
  height: auto;
  width: 100px;
  position: absolute;
  top: -40px;
  right: -20px;
  z-index: 1;
}
@media screen and (max-width: 736px) {
  main#home #lineup .box .heading-box .img img.icon-new {
    display: none;
  }
}
main#home #lineup .box .heading-box02 {
  border-top: 1px solid #A52FB2;
}
main#home #lineup .box .content-box {
  max-width: 1000px;
  width: 90%;
  margin: 50px auto 0;
}
main#home #lineup .box .content-box ul.single {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main#home #lineup .box .content-box ul.single li {
  width: 46%;
}
@media screen and (max-width: 736px) {
  main#home #lineup .box .content-box ul.single li {
    width: 100%;
  }
}
main#home #lineup .box .content-box ul.single li .img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 736px) {
  main#home #lineup .box .content-box ul.single li .img {
    margin-bottom: 20px;
  }
}
main#home #lineup .box .content-box ul.single li .img img {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 80px;
  transition: none;
}
@media screen and (max-width: 736px) {
  main#home #lineup .box .content-box ul.single li .img img {
    margin-top: 0;
    transition: 1s;
  }
}
main#home #lineup .box .content-box ul.single li .img img.icon-new {
  height: auto;
  width: 100px;
  position: absolute;
  top: -40px;
  right: 0px;
  z-index: 1;
}
@media screen and (max-width: 736px) {
  main#home #lineup .box .content-box ul.single li .img img.icon-new {
    top: 0;
  }
}
main#home #lineup .box .content-box ul.single li h3 {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 736px) {
  main#home #lineup .box .content-box ul.single li h3 {
    font-size: 15px;
  }
}
main#home #lineup .box .content-box ul.single li p {
  font-size: 15px;
  font-weight: 100;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  main#home #lineup .box .content-box ul.single li p {
    font-size: 12px;
    margin-top: 10px;
  }
}
main#home #lineup .box .content-box ul.single li span.price {
  font-size: 15px;
  font-weight: 100;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
  margin-top: 20px;
  display: block;
}
@media screen and (max-width: 736px) {
  main#home #lineup .box .content-box ul.single li span.price {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
    font-size: 12px;
  }
}
main#home #lineup .box .content-box ul.single li:nth-of-type(even) {
  margin-top: 300px;
}
@media screen and (max-width: 736px) {
  main#home #lineup .box .content-box ul.single li:nth-of-type(even) {
    margin-top: 50px;
  }
}
main#home #lineup .box .content-box ul.single li:nth-of-type(3),
main#home #lineup .box .content-box ul.single li:nth-of-type(5) {
  margin-top: -200px;
}
@media screen and (max-width: 736px) {
  main#home #lineup .box .content-box ul.single li:nth-of-type(3),
  main#home #lineup .box .content-box ul.single li:nth-of-type(5) {
    margin-top: 50px;
  }
}
main#home #lineup .box .content-box ul.set {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 200px 0;
}
@media screen and (max-width: 736px) {
  main#home #lineup .box .content-box ul.set {
    margin: 100px 0 0;
  }
}
main#home #lineup .box .content-box ul.set li {
  width: 46%;
  position: relative;
}
@media screen and (max-width: 736px) {
  main#home #lineup .box .content-box ul.set li {
    width: 100%;
    margin-bottom: 100px;
  }
}
main#home #lineup .box .content-box ul.set li span.num {
  font-size: 26px;
  color: #A52FB2;
  position: absolute;
  top: -120px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 736px) {
  main#home #lineup .box .content-box ul.set li span.num {
    font-size: 20px;
    top: -70px;
  }
}
main#home #lineup .box .content-box ul.set li span.num::first-letter {
  font-size: 126px;
}
@media screen and (max-width: 736px) {
  main#home #lineup .box .content-box ul.set li span.num::first-letter {
    font-size: 70px;
  }
}
main#home #lineup .box .content-box ul.set li span.num .large {
  font-size: 126px;
  color: #A52FB2;
}
@media screen and (max-width: 736px) {
  main#home #lineup .box .content-box ul.set li span.num .large {
    font-size: 70px;
  }
}
main#home #lineup .box .content-box ul.set li img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
main#home #lineup .box .content-box ul.set li span.note {
  font-size: 13px;
  position: relative;
  top: -30px;
  right: 0;
  display: block;
  text-align: right;
}
main#home #lineup .box .content-box ul.set li p {
  font-size: 15px;
  font-weight: 100;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  main#home #lineup .box .content-box ul.set li p {
    font-size: 12px;
    margin-top: 10px;
  }
}
main#home #lineup .box .content-box ul.set li h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 30px 0 10px;
}
@media screen and (max-width: 736px) {
  main#home #lineup .box .content-box ul.set li h3 {
    font-size: 15px;
  }
}
main#home #lineup .box .content-box ul.set li .flavor {
  background-color: #F2F0EB;
  padding: 15px;
  font-size: 17px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
  font-weight: 100;
  margin: 20px 0;
}
@media screen and (max-width: 736px) {
  main#home #lineup .box .content-box ul.set li .flavor {
    font-size: 12px;
  }
}
main#home #lineup .box .content-box ul.set li .price {
  font-size: 15px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
  font-weight: 100;
}
@media screen and (max-width: 736px) {
  main#home #lineup .box .content-box ul.set li .price {
    font-size: 12px;
  }
}
main#home #lineup .box .content-box ul.set li:nth-of-type(3),
main#home #lineup .box .content-box ul.set li:nth-of-type(4) {
  margin-top: 120px;
}
@media screen and (max-width: 736px) {
  main#home #lineup .box .content-box ul.set li:nth-of-type(3),
  main#home #lineup .box .content-box ul.set li:nth-of-type(4) {
    margin-top: 0px;
  }
}
main#home #lineup .box .content-box.single-only {
  margin-bottom: 160px;
}
main#home #campaign {
  background-image: url(../img/bg-dot.svg);
  background-size: cover;
}
main#home #campaign .box {
  max-width: 900px;
  margin: 0 auto;
}
main#home #campaign .box .title-box {
  margin-bottom: 30px;
}
main#home #campaign .box .title-box h2.title {
  text-align: center;
}
main#home #campaign .box .inner-box {
  text-align: center;
}
main#home #campaign .box .inner-box p {
  display: inline-block;
  text-align: left;
}
main#home #campaign .box .inner-box .img-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
main#home #campaign .box .inner-box .img-box img {
  width: 48%;
}
main#home #shop {
  border-top: 1px solid #A52FB2;
}
main#home #shop .box {
  max-width: 900px;
  margin: 0 auto;
}
main#home #shop .box .inner-box ul li {
  border-top: 1px dashed #A52FB2;
  margin-top: 50px;
  padding-top: 50px;
}
@media screen and (max-width: 736px) {
  main#home #shop .box .inner-box ul li {
    margin-top: 30px;
    padding-top: 20px;
  }
}
main#home #shop .box .inner-box ul li .title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 736px) {
  main#home #shop .box .inner-box ul li .title-box {
    flex-direction: column;
  }
}
main#home #shop .box .inner-box ul li .title-box .img-box {
  width: 40%;
}
@media screen and (max-width: 736px) {
  main#home #shop .box .inner-box ul li .title-box .img-box {
    width: 100%;
  }
}
main#home #shop .box .inner-box ul li .title-box .img-box iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #f7f7f7;
}
main#home #shop .box .inner-box ul li .title-box .text-box {
  width: 65%;
}
@media screen and (max-width: 736px) {
  main#home #shop .box .inner-box ul li .title-box .text-box {
    width: 100%;
    margin-bottom: 20px;
  }
}
main#home #shop .box .inner-box ul li .title-box .text-box h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  main#home #shop .box .inner-box ul li .title-box .text-box h3 {
    font-size: 20px;
  }
}
main#home #shop .box .inner-box ul li .title-box .text-box dl {
  display: flex;
  width: 100%;
  font-size: 16px;
  margin-bottom: 10px;
}
main#home #shop .box .inner-box ul li .title-box .text-box dl dt {
  width: 5em;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-right: 1em;
}
@media screen and (max-width: 736px) {
  main#home #shop .box .inner-box ul li .title-box .text-box dl dt {
    font-size: 14px;
  }
}
main#home #shop .box .inner-box ul li .title-box .text-box dl dd {
  width: calc(100% - 5em);
  font-size: 16px;
  font-weight: 100;
}
@media screen and (max-width: 736px) {
  main#home #shop .box .inner-box ul li .title-box .text-box dl dd {
    font-size: 14px;
  }
}
main#home #shop .box .inner-box ul li .item-box {
  background-color: #E3E1D8;
  padding: 30px 30px 0;
  margin: 30px auto 80px;
  background-image: url(../img/bg-noise.svg);
}
@media screen and (max-width: 736px) {
  main#home #shop .box .inner-box ul li .item-box {
    background-color: transparent;
    padding: 0;
  }
}
main#home #shop .box .inner-box ul li .item-box h4 {
  font-size: 15px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
  font-weight: 100;
  margin-bottom: 20px;
}
main#home #shop .box .inner-box ul li .item-box .figure-box {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 736px) {
  main#home #shop .box .inner-box ul li .item-box .figure-box {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
main#home #shop .box .inner-box ul li .item-box .figure-box figure {
  width: 22%;
  margin-right: 3%;
  margin-bottom: 30px;
}
main#home #shop .box .inner-box ul li .item-box .figure-box figure:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 736px) {
  main#home #shop .box .inner-box ul li .item-box .figure-box figure {
    width: 48%;
    margin-right: 0;
  }
}
main#home #shop .box .inner-box ul li .item-box .figure-box figure img {
  width: 160px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 736px) {
  main#home #shop .box .inner-box ul li .item-box .figure-box figure img {
    width: 100%;
  }
}
main#home #shop .box .inner-box ul li .item-box .figure-box figure figcaption {
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
  font-weight: 100;
}
main#home #event {
  background-image: url(../img/bg-dot.svg);
  background-size: contain;
  border-top: 1px solid #A52FB2;
}
main#home #event .box {
  max-width: 900px;
  margin: 0 auto;
}
main#home #event .box .title-box {
  position: relative;
}
@media screen and (max-width: 736px) {
  main#home #event .box .title-box h2.title {
    font-size: 30px;
  }
}
main#home #event .box .title-box .limited {
  position: absolute;
  top: -30px;
  right: 0;
  color: #EBE9E1;
  background-image: url(../img/limited.svg);
  background-size: cover;
  width: 190px;
  height: 190px;
}
@media screen and (max-width: 736px) {
  main#home #event .box .title-box .limited {
    width: 70px;
    height: 70px;
    top: 0;
  }
}
main#home #event .box .event-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}
@media screen and (max-width: 736px) {
  main#home #event .box .event-tabs {
    margin-top: 50px;
    border: 1px solid #A52FB2;
    border-radius: 5px;
    padding: 10px 10px 0;
    background-color: #E6E3DA;
  }
}
main#home #event .box .event-tabs button.tab {
  width: 24%;
  background-color: #D9D7CE;
  color: #888;
  border: none;
  border-radius: 100px;
  text-align: center;
  font-size: 20px;
  font-weight: 100;
  padding: 10px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 736px) {
  main#home #event .box .event-tabs button.tab {
    width: 48%;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
main#home #event .box .event-tabs button.tab span {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 100;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
  color: #888;
}
@media screen and (max-width: 736px) {
  main#home #event .box .event-tabs button.tab span {
    font-size: 10px;
  }
}
main#home #event .box .event-tabs button.tab span.num {
  position: absolute;
  top: 0;
  right: 0;
  background: #3D2956;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
main#home #event .box .event-tabs button.tab.active {
  background-color: #A52FB2;
  color: #EBE9E1;
}
main#home #event .box .event-tabs button.tab.active span {
  color: #EBE9E1;
}
main#home #event .box .event-list {
  border-top: 1px dashed #A52FB2;
  margin-top: 50px;
  padding-top: 50px;
}
@media screen and (max-width: 736px) {
  main#home #event .box .event-list {
    border: none;
    margin-top: 10px;
    padding-top: 10px;
  }
}
main#home #event .box .event-list .event-item .item-title {
  display: flex;
  align-items: center;
  padding-left: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  main#home #event .box .event-list .event-item .item-title {
    flex-wrap: wrap;
    padding-left: 0;
  }
}
main#home #event .box .event-list .event-item .item-title h3 {
  font-size: 30px;
  font-weight: bold;
  color: #A52FB2;
  margin-right: 20px;
}
main#home #event .box .event-list .event-item .item-title p.date {
  color: #A52FB2;
}
@media screen and (max-width: 736px) {
  main#home #event .box .event-list .event-item .item-title p.date {
    font-size: 14px;
  }
}
main#home #event .box .event-list .event-item .name {
  font-size: 15px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
  font-weight: 100;
  padding-left: 30px;
}
@media screen and (max-width: 736px) {
  main#home #event .box .event-list .event-item .name {
    padding-left: 0;
  }
}
main#home #event .box .event-list .event-item .address, main#home #event .box .event-list .event-item .time {
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
  font-weight: 100;
  padding-left: 30px;
}
@media screen and (max-width: 736px) {
  main#home #event .box .event-list .event-item .address, main#home #event .box .event-list .event-item .time {
    padding-left: 0;
  }
}
main#home #event .box .event-list .event-item .item-box {
  background-color: #E3E1D8;
  padding: 30px 30px 0;
  margin: 30px auto 80px;
  background-image: url(../img/bg-noise.svg);
}
@media screen and (max-width: 736px) {
  main#home #event .box .event-list .event-item .item-box {
    background-color: transparent;
    padding: 0;
  }
}
main#home #event .box .event-list .event-item .item-box h4 {
  font-size: 15px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
  font-weight: 100;
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  main#home #event .box .event-list .event-item .item-box h4 {
    display: none;
  }
}
main#home #event .box .event-list .event-item .item-box .figure-box {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 736px) {
  main#home #event .box .event-list .event-item .item-box .figure-box {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
main#home #event .box .event-list .event-item .item-box .figure-box figure {
  width: 22%;
  margin-right: 3%;
  margin-bottom: 30px;
}
main#home #event .box .event-list .event-item .item-box .figure-box figure:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 736px) {
  main#home #event .box .event-list .event-item .item-box .figure-box figure {
    width: 48%;
    margin-right: 0;
  }
}
main#home #event .box .event-list .event-item .item-box .figure-box figure img {
  width: 160px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 736px) {
  main#home #event .box .event-list .event-item .item-box .figure-box figure img {
    width: 100%;
  }
}
main#home #event .box .event-list .event-item .item-box .figure-box figure figcaption {
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
  font-weight: 100;
}
main#home #event .box .btn-box {
  display: flex;
  justify-content: center;
}
main#home #event .box .btn-box a {
  border: 1px solid #A52FB2;
  padding: 15px 50px;
  color: #A52FB2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  border-radius: 100px;
}
main#home #event .box .btn-box a:hover {
  opacity: 1;
  background-color: #A52FB2;
  color: #EBE9E1;
}
main#home #event .box .archive-box {
  display: block;
  background-color: #E3E1D8;
  padding: 80px;
  margin: 80px auto;
  background-image: url(../img/bg-noise.svg);
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  main#home #event .box .archive-box {
    flex-wrap: wrap;
    padding: 20px 15px;
  }
}
main#home #event .box .archive-box .title-box {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 736px) {
  main#home #event .box .archive-box .title-box {
    width: 100%;
  }
}
main#home #event .box .archive-box .title-box h4 {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 736px) {
  main#home #event .box .archive-box .title-box h4 {
    margin-bottom: 20px;
    text-align: center;
  }
}
main#home #event .box .archive-box .contents-box {
  width: 100%;
}
@media screen and (max-width: 736px) {
  main#home #event .box .archive-box .contents-box {
    width: 100%;
  }
}
main#home #event .box .archive-box .contents-box ul li {
  display: flex;
  padding: 20px 30px;
  border-bottom: 1px solid #A52FB2;
}
@media screen and (max-width: 736px) {
  main#home #event .box .archive-box .contents-box ul li {
    flex-wrap: wrap;
    padding: 20px 10px;
  }
}
main#home #event .box .archive-box .contents-box ul li span.date {
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
  font-weight: 100;
  width: 14em;
}
@media screen and (max-width: 736px) {
  main#home #event .box .archive-box .contents-box ul li span.date {
    width: 100%;
    margin-bottom: 5px;
  }
}
main#home #event .box .archive-box .contents-box ul li h5 {
  font-size: 14px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
  padding: 0 20px;
  width: 7em;
}
@media screen and (max-width: 736px) {
  main#home #event .box .archive-box .contents-box ul li h5 {
    width: 5em;
    padding: 0;
  }
}
main#home #event .box .archive-box .contents-box ul li p {
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
  letter-spacing: normal;
  line-height: normal;
  flex: 1;
}
@media screen and (max-width: 736px) {
  main#home #event .box .archive-box .contents-box ul li p {
    width: 100%;
  }
}
main#home #event .box .archive-box .contents-box ul li:first-of-type {
  border-top: 1px solid #A52FB2;
}
main#home #instagram {
  background-image: url(../img/bg-dot.svg);
  background-size: cover;
}
main#home #instagram .box {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
main#home #instagram .box .title-box {
  margin-bottom: 30px;
}
main#home #instagram .box .title-box h2.title {
  text-align: center;
}
main#home #news-banner {
  background-image: url(../img/bg-dot.svg);
  padding-bottom: 0px;
}
@media screen and (max-width: 736px) {
  main#home #news-banner {
    padding-bottom: 0px;
    background-size: auto;
  }
}
main#home #news-banner .box {
  max-width: 1000px;
  margin: 0 auto;
  border: 1px solid #A52FB2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px;
}
@media screen and (max-width: 1440px) {
  main#home #news-banner .box {
    width: 90%;
  }
}
@media screen and (max-width: 736px) {
  main#home #news-banner .box {
    padding: 20px 0 40px;
  }
}
main#home #news-banner .box .text {
  margin-right: 80px;
}
@media screen and (max-width: 736px) {
  main#home #news-banner .box .text {
    margin-right: 0;
  }
}
main#home #news-banner .box .text h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #A52FB2;
}
@media screen and (max-width: 736px) {
  main#home #news-banner .box .text h2 {
    font-size: 20px;
    text-align: center;
  }
}
main#home #news-banner .box .text p {
  font-size: 15px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
  font-weight: 100;
  margin-bottom: 10px;
  color: #A52FB2;
}
@media screen and (max-width: 736px) {
  main#home #news-banner .box .text p {
    font-size: 12px;
    text-align: center;
  }
}
main#home #news-banner .box .text .btn-box {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 736px) {
  main#home #news-banner .box .text .btn-box {
    text-align: center;
    margin-top: 30px;
    justify-content: center;
  }
}
main#home #news-banner .box .text .btn-box a {
  color: #EBE9E1;
  font-size: 15px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
  text-align: center;
  padding: 20px 50px;
  background-color: #06C755;
  border-radius: 100px;
  margin-right: 30px;
}
@media screen and (max-width: 736px) {
  main#home #news-banner .box .text .btn-box a {
    width: 90%;
    font-size: 12px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
main#home #news-banner .box .text .btn-box a:last-child {
  margin: 0;
}
main#home #news-banner .box .img {
  text-align: center;
}
@media screen and (max-width: 736px) {
  main#home #news-banner .box .img {
    display: none;
  }
}
main#home #news-banner .box .img img {
  height: 240px;
}
main#home #lineec {
  background-image: url(../img/bg-dot.svg);
  padding-bottom: 160px;
}
@media screen and (max-width: 736px) {
  main#home #lineec {
    padding-bottom: 50px;
    background-size: auto;
  }
}
main#home #lineec .box {
  max-width: 1000px;
  margin: 0 auto;
  border: 1px solid #A52FB2;
  padding: 50px;
  background-color: #EDE0F3;
  background-image: url(../img/bg-noise.svg);
}
@media screen and (max-width: 1440px) {
  main#home #lineec .box {
    width: 90%;
  }
}
@media screen and (max-width: 736px) {
  main#home #lineec .box {
    padding: 20px 10px 40px;
  }
}
main#home #lineec .box h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #A52FB2;
}
@media screen and (max-width: 736px) {
  main#home #lineec .box h2 {
    font-size: 20px;
    text-align: center;
  }
}
main#home #lineec .box .lineec-inner-box {
  height: 400px;
  overflow: hidden;
  transition: height 0.3s;
}
main#home #lineec .box .lineec-inner-box.open {
  height: auto;
}
main#home #lineec .box h3 {
  font-size: 20px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
  margin-top: 50px;
  margin-bottom: 30px;
  color: #A52FB2;
  border-bottom: 1.5px solid #A52FB2;
  padding-bottom: 10px;
}
main#home #lineec .box p {
  font-size: 15px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  main#home #lineec .box p {
    font-size: 14px;
    text-align: left;
  }
}
main#home #lineec .box ol li {
  font-size: 18px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
  font-weight: 600;
  margin-bottom: 60px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 736px) {
  main#home #lineec .box ol li {
    font-size: 16px;
  }
}
main#home #lineec .box ol li figure {
  width: 100%;
  margin: 10px 0 20px;
}
main#home #lineec .box ol li figure img {
  display: block;
  margin: 30px auto 60px;
  width: 80%;
  height: auto;
  max-width: 400px;
  border: 1px solid #ccc;
}
main#home #lineec .box .more-btn {
  color: #333;
  font-weight: bold;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 100px 0 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(237, 224, 243) 50%);
  cursor: pointer;
  text-align: center;
}
main#home #lineec .box .more-btn span {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 10px;
  background-color: #A52FB2;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
  color: #EBE9E1;
  transition: 0.3s;
}
main#home #lineec .box .btn-box {
  margin-top: 20px;
  margin-left: 30px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 736px) {
  main#home #lineec .box .btn-box {
    text-align: center;
    margin-top: 30px;
    margin-left: 0;
    justify-content: center;
  }
}
main#home #lineec .box .btn-box a {
  color: #EBE9E1;
  font-size: 15px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
  text-align: center;
  padding: 20px 50px;
  background-color: #06C755;
  border-radius: 100px;
  margin-right: 30px;
}
@media screen and (max-width: 736px) {
  main#home #lineec .box .btn-box a {
    width: 90%;
    font-size: 12px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
main#home #lineec .box .btn-box a:last-child {
  margin: 0;
}
main#home #news {
  background-color: #A52FB2;
  background-image: url(../img/bg-gradation.png);
  width: 95%;
  margin: 0 auto 160px;
}
@media screen and (max-width: 736px) {
  main#home #news {
    padding-top: 0;
    width: 100%;
    margin: 0 auto 80px;
  }
}
main#home #news .box {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  main#home #news .box {
    width: 90%;
  }
}
main#home #news .box .title-box {
  padding-top: 50px;
}
main#home #news .box .title-box h2.title {
  color: #EBE9E1;
}
main#home #news .box .inner-box {
  margin-top: 50px;
}
@media screen and (max-width: 736px) {
  main#home #news .box .inner-box {
    margin-top: 0;
  }
}
main#home #news .box .inner-box ul li {
  padding: 30px 0;
  border-bottom: 1px dashed #EBE9E1;
}
@media screen and (max-width: 736px) {
  main#home #news .box .inner-box ul li {
    flex-wrap: wrap;
  }
}
main#home #news .box .inner-box ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
main#home #news .box .inner-box ul li a .img {
  width: 30%;
  margin-right: 30px;
}
@media screen and (max-width: 736px) {
  main#home #news .box .inner-box ul li a .img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
main#home #news .box .inner-box ul li a .img img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 736px) {
  main#home #news .box .inner-box ul li a .text {
    width: 100%;
  }
}
main#home #news .box .inner-box ul li a .text p {
  font-size: 15px;
  color: #EBE9E1;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
  font-weight: 100;
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  main#home #news .box .inner-box ul li a .text p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
main#home #news .box .inner-box ul li a .text span.date {
  font-size: 14px;
  color: #EBE9E1;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
  font-weight: 100;
}
@media screen and (max-width: 736px) {
  main#home #news .box .inner-box ul li a .text span.date {
    font-size: 12px;
  }
}
main#home #news .box .inner-box .btn-box {
  margin-top: 80px;
  text-align: center;
}
main#home #news .box .inner-box .btn-box a {
  color: #EBE9E1;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 20px 50px;
  border-radius: 100px;
  border: 1px solid #EBE9E1;
}
main#home #news .box .inner-box .btn-box a:hover {
  opacity: 1;
  background-color: #EBE9E1;
  color: #A52FB2;
}
main#home #faq {
  margin-bottom: 80px;
}
@media screen and (max-width: 736px) {
  main#home #faq {
    margin-bottom: 0;
  }
}
main#home #faq .box {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  main#home #faq .box {
    width: 90%;
  }
}
main#home #faq .box .inner-box h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 50px 0 20px;
}
@media screen and (max-width: 736px) {
  main#home #faq .box .inner-box h3 {
    font-size: 15px;
  }
}
main#home #faq .box .inner-box dl {
  border-bottom: 1px solid #A52FB2;
}
main#home #faq .box .inner-box dl dt {
  display: flex;
  font-size: 15px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
  padding: 20px;
  font-weight: 100;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 736px) {
  main#home #faq .box .inner-box dl dt {
    font-size: 12px;
    padding: 20px 20px 20px 0;
  }
}
main#home #faq .box .inner-box dl dt::after {
  content: "";
  background-image: url(../img/icon-plus.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}
@media screen and (max-width: 736px) {
  main#home #faq .box .inner-box dl dt::after {
    right: 0;
  }
}
main#home #faq .box .inner-box dl dt.active::after {
  background-image: url("../img/icon-minus.svg");
}
main#home #faq .box .inner-box dl dt span {
  margin-right: 10px;
}
@media screen and (max-width: 736px) {
  main#home #faq .box .inner-box dl dt span {
    font-size: 15px;
  }
}
main#home #faq .box .inner-box dl dd {
  display: none;
  font-size: 15px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
  padding-left: 20px;
  padding: 20px;
  border-top: 1px dashed #A52FB2;
  font-weight: 100;
}
@media screen and (max-width: 736px) {
  main#home #faq .box .inner-box dl dd {
    font-size: 12px;
    padding-left: 0;
  }
}
main#home #faq .box .inner-box dl dd span {
  color: #A52FB2;
  margin-right: 10px;
}
@media screen and (max-width: 736px) {
  main#home #faq .box .inner-box dl dd span {
    font-size: 15px;
  }
}
main#home #faq .box .inner-box .btn-box {
  margin-top: 80px;
  text-align: center;
}
main#home #faq .box .inner-box .btn-box a {
  color: #A52FB2;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 20px 50px;
  border-radius: 100px;
  border: 1px solid #A52FB2;
}
main#home #faq .box .inner-box .btn-box a:hover {
  opacity: 1;
  background-color: #A52FB2;
  color: #EBE9E1;
}
main#home #footer-bg {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
main#home #footer-bg img {
  width: 100%;
  height: 190%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 736px) {
  main#home #footer-bg {
    position: static;
    height: 200px;
  }
}/*# sourceMappingURL=top.css.map */