@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Opti&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #000;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}

.inner_main {
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

.kitte {
  width: 196px;
  height: 70px;
  background-image: url("../image/content/items/tiket-item.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  transform: rotate(-5deg);
  margin: 80px auto 0;
  z-index: 1;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  filter: drop-shadow(rgba(0, 0, 0, 0.5490196078) 0px 0px 5px);
}
.kitte span {
  width: 100%;
  margin-right: 13px;
  height: 35px;
  color: #0098e1;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
  line-height: 35px;
  border-top: 1px solid #0098e1;
  border-bottom: 1px solid #0098e1;
}
.kitte div {
  width: 1px;
  height: 62px;
  border-left: 1px dashed #0098e1;
}

.badge {
  height: min(7.436vw, 29px);
  width: min(13.59vw, 53px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background-color: #fff100;
  color: #0098e1;
  font-size: 14px;
  font-size: min(3.59vw, 14px);
  font-weight: 700;
}

@media screen and (width >= 390px) {
  #PC_BACKGROUND {
    width: 100%;
    height: 100vh;
    background-image: url("../image/pc/back.jpg");
    background-size: cover;
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0098e1;
}
@media screen and (width >= 390px) {
  header {
    display: none;
  }
}
@media screen and (width >= 390px) and (width <= 950px) {
  header {
    display: flex;
  }
}

.pc_content {
  display: none;
}
.pc_content-container {
  width: 100%;
}
@media screen and (width >= 390px) {
  .pc_content {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow-x: hidden;
  }
  .pc_content-container {
    display: flex;
    overflow: hidden;
    width: 100%;
  }
}
@media screen and (width >= 390px) and (width >= 1513px) {
  .pc_content-container {
    justify-content: flex-end;
  }
}
@media screen and (width >= 390px) and (width >= 390px) and (width <= 950px) {
  .pc_content-container {
    justify-content: center;
  }
}
@media screen and (width >= 390px) {
  .pc_content-container .fix-items {
    position: relative;
  }
}
@media screen and (width >= 390px) and (width >= 1513px) {
  .pc_content-container .fix-items.item-left {
    width: calc(100% - 627px);
  }
  .pc_content-container .fix-items.item-right {
    width: 237px;
  }
}
@media screen and (width >= 390px) {
  .pc_content-container .fix-items .pc_content {
    position: fixed;
  }
}
@media screen and (width >= 390px) and (width >= 1513px) {
  .pc_content-container .fix-items .pc_content.lefts {
    width: calc(100% - 627px);
  }
  .pc_content-container .fix-items .pc_content.lefts::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (width >= 390px) {
  .pc_content .lefts__logo {
    margin-left: min(48px, 3.175vw);
    margin-top: min(48px, 3.175vw);
    width: min(589.334px, 38.955vw);
    height: auto;
    z-index: 1;
  }
}
@media screen and (width >= 390px) and (width >= 2100px) {
  .pc_content .lefts__logo {
    width: 38vw;
  }
}
@media screen and (width >= 390px) {
  .pc_content .lefts__contentBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: -webkit-fill-available;
    align-items: center;
  }
  .pc_content .lefts__topImage {
    max-width: 916px;
    width: min(916px, 60.582vw);
    height: auto;
    margin-left: -10px;
    margin-top: -20px;
  }
}
@media screen and (width >= 390px) and (width >= 390px) and (width <= 1400px) {
  .pc_content .lefts__topImage {
    width: 700px;
  }
}
@media screen and (width >= 390px) and (width >= 390px) and (width <= 1200px) {
  .pc_content .lefts__topImage {
    width: 590px;
  }
}
@media screen and (width >= 390px) and (width >= 390px) and (width <= 1000px) {
  .pc_content .lefts__topImage {
    width: 460px;
  }
}
@media screen and (width >= 390px) and (width >= 1513px) {
  .pc_content .lefts__topImage {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (width >= 390px) {
  .pc_content .lefts__textBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateX(-7px);
    margin-top: min(-147px, -9.722vw);
  }
}
@media screen and (width >= 390px) and (width >= 390px) and (width <= 1200px) {
  .pc_content .lefts__textBox {
    margin-top: 0;
  }
}
@media screen and (width >= 390px) and (width >= 1513px) {
  .pc_content .lefts__textBox {
    margin-top: -13.722vw;
  }
}
@media screen and (width >= 390px) {
  .pc_content .lefts__textBox p {
    color: #fff;
    text-align: center;
    text-shadow: 3.617px 3.617px 5.426px rgba(0, 0, 0, 0.5);
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: min(42.57px, 2.815vw);
    font-weight: 800;
    height: 64px;
    line-height: 64px;
  }
}
@media screen and (width >= 390px) and (width >= 390px) and (width <= 1200px) {
  .pc_content .lefts__textBox p {
    font-size: 30px;
  }
}
@media screen and (width >= 390px) and (width >= 2100px) {
  .pc_content .lefts__textBox p {
    font-size: 2.5vw;
  }
}
@media screen and (width >= 390px) {
  .pc_content .lefts__textBox h2 img {
    margin-top: 14px;
    margin-bottom: 9px;
    width: min(626px, 41.402vw);
    height: auto;
  }
}
@media screen and (width >= 390px) and (width >= 2100px) {
  .pc_content .lefts__textBox h2 img {
    width: 41vw;
  }
}
@media screen and (width >= 390px) {
  .pc_content .lefts__products {
    width: min(533px, 35.251vw);
    height: auto;
    margin: 0 auto;
    margin-top: 21px;
  }
}
@media screen and (width >= 390px) and (width >= 390px) and (width <= 1200px) {
  .pc_content .lefts__products {
    width: 330px;
  }
}
@media screen and (width >= 390px) and (width >= 2100px) {
  .pc_content .lefts__products {
    width: 35vw;
  }
}
@media screen and (width >= 390px) {
  .pc_content.rights {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-left: 47px;
  }
}
@media screen and (width >= 390px) and (width >= 1513px) {
  .pc_content.rights {
    width: 237px;
  }
}
@media screen and (width >= 390px) and (width >= 390px) and (width <= 1200px) {
  .pc_content.rights {
    padding-left: 20px;
  }
}
@media screen and (width >= 390px) {
  .pc_content .rights__list {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .pc_content .rights__list li {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
  }
}
@media screen and (width >= 390px) and (width >= 390px) and (width <= 1200px) {
  .pc_content .rights__list li {
    font-size: 12px;
  }
}
@media screen and (width >= 390px) {
  .pc_content .rights__list li a {
    color: #fff;
    display: flex;
    align-items: center;
  }
  .pc_content .rights__list li img {
    margin-right: 8px;
    width: 12px;
    height: 12px;
  }
}
@media screen and (width >= 390px) and (width <= 950px) {
  .pc_content {
    display: none;
  }
}

.contain {
  width: 100%;
  max-width: 390px;
  background-color: #0098e1;
  overflow: hidden;
  padding-bottom: 15px;
}
@media screen and (width >= 390px) {
  .contain {
    transform: translateX(-10px);
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.4);
    margin-left: min(906px, 60vw);
  }
}
@media screen and (width >= 390px) and (width <= 1400px) {
  .contain {
    margin-left: min(690px, 49.286vw);
  }
}
@media screen and (width >= 390px) and (width <= 1000px) {
  .contain {
    margin-left: min(450px, 45vw);
  }
}
@media screen and (width >= 390px) and (width <= 950px) {
  .contain {
    margin-left: 0;
    transform: unset;
  }
}
@media screen and (width >= 1513px) {
  .contain {
    margin-left: 0;
    transform: unset;
  }
}

.keyvisual {
  width: 100%;
  background-image: url("../image/kyImg/KV.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 413px;
}
@media screen and (width >= 390px) {
  .keyvisual {
    margin-top: -30px;
  }
}
@media screen and (width >= 390px) and (width <= 950px) {
  .keyvisual {
    margin-top: 0px;
  }
}
.keyvisual__content {
  height: 450px;
  position: relative;
  z-index: 1;
}
.keyvisual__content div {
  position: relative;
}
.keyvisual__content div:nth-child(1) {
  height: 173px;
}
.keyvisual__content div:nth-child(1) img:nth-child(1) {
  top: 48px;
  left: 0px;
}
.keyvisual__content div:nth-child(1) img:nth-child(2) {
  top: 43px;
  left: calc(50% + 7px);
  transform: translateX(-50%);
}
.keyvisual__content div:nth-child(1) img:nth-child(3) {
  top: 47px;
  left: 48px;
  width: 58px;
}
.keyvisual__content div:nth-child(1) img:nth-child(4) {
  top: 0px;
  left: 112px;
  width: 57px;
}
.keyvisual__content div:nth-child(1) img:nth-child(5) {
  bottom: 16px;
  left: 158px;
}
.keyvisual__content div:nth-child(1) img:nth-child(7) {
  bottom: 12px;
  right: 125px;
  width: 56px;
}
.keyvisual__content div:nth-child(1) img:nth-child(6) {
  bottom: 22px;
  right: 84px;
}
.keyvisual__content div:nth-child(1) img:nth-child(8) {
  top: 19px;
  right: 39px;
  width: 46px;
}
.keyvisual__content div:nth-child(1) img:nth-child(9) {
  bottom: 19px;
  right: 9px;
}
.keyvisual__content div:nth-child(1) img:nth-child(10) {
  bottom: 0px;
  left: 11px;
}
.keyvisual__content div:nth-child(2) {
  height: 145px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.keyvisual__content div:nth-child(2) h2,
.keyvisual__content div:nth-child(2) h3 {
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 23.536px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.keyvisual__content div:nth-child(2) img:nth-of-type(1) {
  top: 30px;
  right: 10px;
}
.keyvisual__content div:nth-child(2) img:nth-of-type(2) {
  bottom: 47px;
  left: 0;
}
.keyvisual__content div:nth-child(2) img:nth-of-type(3) {
  bottom: 14px;
  left: 89px;
}
.keyvisual__content div:nth-child(2) img:nth-of-type(4) {
  bottom: 18px;
  right: 8px;
}
.keyvisual__content div:nth-child(2) img.keyvisual__content-title {
  position: unset;
  margin-top: 8px;
  margin-bottom: 5px;
  background-color: unset;
}
.keyvisual__content div:nth-child(3) {
  height: 132px;
}
.keyvisual__content div:nth-child(3) img:nth-child(1) {
  top: -18px;
  left: 45px;
  width: 52px;
}
.keyvisual__content div:nth-child(3) img:nth-child(2) {
  top: -31px;
  right: 43px;
  width: 51px;
}
.keyvisual__content div:nth-child(3) img:nth-child(3) {
  bottom: 0;
  left: calc(50% + 3px);
  transform: translateX(-50%);
  width: 88px;
}
.keyvisual__content div:nth-child(3) img:nth-child(4) {
  top: -13px;
  left: 16px;
}
.keyvisual__content div:nth-child(3) img:nth-child(5) {
  top: -16px;
  left: 70px;
}
.keyvisual__content div:nth-child(3) img:nth-child(6) {
  bottom: -3px;
  left: 2px;
}
.keyvisual__content div:nth-child(3) img:nth-child(7) {
  top: 20px;
  right: 96px;
}
.keyvisual__content div:nth-child(3) img:nth-child(8) {
  bottom: -4.8px;
  right: 93px;
}
.keyvisual__content div:nth-child(3) img:nth-child(9) {
  right: 0;
  bottom: -26px;
}
.keyvisual__content img {
  position: absolute;
}

.period {
  padding-top: 66px;
  position: relative;
}
.period__inner-head {
  position: relative;
}
.period__date {
  display: flex;
  align-items: end;
  gap: 8px;
  margin-top: 24px;
}
.period__date div {
  transform: translateY(3px);
}
.period__date img {
  width: 193px;
  width: min(49vw, 193px);
  height: 29.054px;
  flex-shrink: 0;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
}
.period__date p {
  color: #fff100;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-size: min(4.615vw, 18px);
  font-weight: 700;
}
.period__date:nth-of-type(2) {
  margin-top: 23px;
}
.period__small {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  list-style-type: none;
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-shadow: 0 0 10px #fff;
}
.period__small li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.3;
}
.period__small li::before {
  content: "※";
  position: absolute;
  left: 0;
}
.period__small.change-style {
  color: #fff;
  text-shadow: none;
  padding: 0 8px;
}
.period__backimage {
  position: absolute;
  top: -163px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.period__makertext {
  color: #0098e1;
  font-size: min(4.615vw, 18px);
  font-weight: 900;
  line-height: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;

  position: relative;
}
.period__makertext span {
  background-color: #fff100;
  margin-top: 8px;
  position: relative;
  z-index: 1;
}
.period__makertext img {
  position: absolute;
}
.period__makertext img.period__makertext-background {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 314px;
}
.period__makertext img:nth-of-type(2) {
  top: 365px;
  right: 26px;
}
.period__inner-foot {
  padding: 0 16px;
  position: relative;
  z-index: 1;
  margin-top: 32px;
  background-color: #01b7ff;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.period__inner-foot h2 {
  color: #fff100;
  text-align: center;
  font-size: min(6.154vw, 24px);
  font-weight: 900;
  margin-top: 10px;
  line-height: 36px;
}
.period__date_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-bottom: 24px;
}
.period__date_container::after,
.period__date_container::before {
  content: "";
  width: 24px;
  height: 100%;
  display: block;
  position: absolute;
}
.period__date_container::after {
  left: 0;
  top: 0;
  border-left: 2px solid #fff100;
  border-bottom: 2px solid #fff100;
  border-top: 2px solid #fff100;
}
.period__date_container::before {
  right: 0;
  top: 0;
  border-right: 2px solid #fff100;
  border-bottom: 2px solid #fff100;
  border-top: 2px solid #fff100;
}
.period__date_container .period__item_img {
  position: absolute;
}
.period__date_container .period__item_img.no1 {
  top: 152px;
  right: 24px;
}
.period__date_container .period__item_img.no2 {
  top: 161px;
  left: 8px;
}
.period__date_container .period__item_img.no3 {
  top: 115px;
  left: 85px;
}
.period__date_container .period__item_img.no4 {
  bottom: 58px;
  left: 20px;
}
.period__date_container .period__item_img.no5 {
  bottom: 33px;
  right: -16px;
}
.period__date_container .period__item_img.no6 {
  bottom: 33px;
  right: -16px;
}
.period__date_container .period__item_img.no6 {
  top: -32px;
  left: -3px;
  z-index: 1;
}
.period__date_container .period__item_img.no7 {
  top: -40px;
  left: 30px;
  z-index: 1;
}
.period__date_container .period__item_img.no8 {
  top: 122px;
  right: 25px;
  z-index: 1;
}
.period__date_container .period__item_img.no9 {
  bottom: 228px;
  right: 25px;
  z-index: 1;
}
.period__date_container-stringsvg {
  margin-top: 12px;
  transform: rotate(-3.2deg);
}
.period__foot-text {
  color: #fff100;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: 4px;
  line-height: 24px;
}
.period__foot-data {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  margin-top: 16px;
}
.period__foot-data span {
  border-radius: 30px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 12px;
  width: 64px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.period__ticketblock {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 34px;
}
.period__ticketblock.secound {
  display: grid;
  grid-template-columns: repeat(2, 132px);
  grid-template-rows: repeat(2, 132px);
  gap: 8px;
  justify-content: center;
  align-content: start;
}
.period__ticketblock.secound .period__ticket_img:nth-child(1) {
  grid-column: 1;
  grid-row: 2;
}
.period__ticketblock.secound .period__ticket_img:nth-child(2) {
  grid-column: 1/3;
  grid-row: 1;
  justify-self: center;
}
.period__ticketblock.secound .period__ticket_img:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}
.period__ticketblock.secound .period__ticket_img:nth-child(4) {
  grid-column: 1;
  grid-row: 3;
}
.period__ticketblock.secound .period__ticket_img:nth-child(5) {
  grid-column: 2;
  grid-row: 3;
}
.period__ticketblock .period__ticket_img {
  position: relative;
  width: 99px;
}
.period__ticketblock.secound .period__ticket_img {
  width: 132px;
}
.period__ticketblock .period__ticket_img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-13deg);
  width: 79px;
  height: 32px;
  display: block;
  background-image: url("../image/content/items/Sample.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.period__ticketblock.secound .period__ticket_img::after {
  content: none;
}
.period__ticketblock img {
  width: 100%;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

.products {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 53px;
  background-color: #01b7ff;
  position: relative;
}
.products__backgroundImage {
  position: absolute;
  top: 53px;
  left: 50%;
  transform: translateX(-50%);
}
.products__contain {
  position: relative;
}
.products__images {
  display: flex;
  gap: 3px;
  justify-content: center;
  margin-top: 40px;
}
.products__images img {
  width: 54px;
  height: auto;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.products__images img.icetowel {
  width: 179px;
}
.products__title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto;
  margin-top: 23px;
  display: flex;
  justify-content: center;
  text-shadow: 0px 0px 10px #fff;
  line-height: 1.5;
}
.mt-thin {
  margin-top: 0px;
}
.products__title-caution {
  text-align: center;
  margin-top: 0;
}
.products__text {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  margin-top: 3px;
  text-align: center;
  text-shadow: 0px 0px 10px #fff;
}
.products__yellow-btn {
  width: 242px;
  height: 40px;
  background-color: #fff100;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #01b7ff;
  transform: skewX(-15deg);
  position: relative;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  margin-top: 16px;
}
.products__yellow-btn span {
  font-weight: 500;
  font-size: 16px;
  transform: skewX(10deg);
}
.products__yellow-btn svg {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.products__yellow-btn:hover svg {
  transition: 0.3s;
  transform: translate(10px, -50%);
}
.products__item_img {
  position: absolute;
}
.products__item_img.no1 {
  top: 0;
  right: 120px;
}
.products__item_img.no2 {
  top: 43px;
  right: 40px;
}
.products__item_img.no3 {
  top: -8px;
  left: 0;
}
.products__item_img.no4 {
  top: 568px;
  left: 39px;
}
.products__item_img.no5 {
  top: 579px;
  right: 31px;
}
.products__item_img.no6 {
  top: 655px;
  right: 0;
}
.products__item_img.no7 {
  top: 775px;
  left: 57px;
}
.products__item_img.no8 {
  bottom: 79px;
  right: 39px;
}
.products__item_img.no9 {
  bottom: -70px;
  right: 24px;
}
.products__item_img.no10 {
  bottom: -60px;
  left: 24px;
}

.store {
  position: relative;
  padding: 0 24px;
  padding-top: 63px;
}
.store__text {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px; /* 177.778% */
  margin-top: 17px;
  text-shadow: 0px 0px 10px #fff;
}
.store__text-span {
  font-size: 16px;
}
.store__box {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.store__box img {
  width: 100%;
  height: auto;
}

.story {
  padding: 0 24px;
  position: relative;
  margin-top: 48px;
}
.story__contain {
  background-color: #000;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}
.story__contain .story__yellow-box {
  width: 170px;
  height: 170px;
  position: absolute;
}
.story__contain .story__yellow-box:nth-of-type(1) {
  border-top: 4px solid #fff100;
  border-left: 4px solid #fff100;
  top: -2px;
  left: -2px;
}
.story__contain .story__yellow-box:nth-of-type(2) {
  border-bottom: 4px solid #fff100;
  border-right: 4px solid #fff100;
  bottom: -2px;
  right: -2px;
}
.story img {
  width: 100%;
  height: auto;
}
.story__discription {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.story__discription p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px; /* 200% */
}
.story__discription p:last-child::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  vertical-align: middle;
  background-color: #fff;
}
.story__discription p span {
  color: #fff100;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.share {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
}
.share__title {
  color: #fff;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
}
.share__box {
  display: flex;
  gap: 24px;
  margin-top: 16px;
}
.share__box a {
  width: 48px;
  aspect-ratio: 1/1;
}
.share__box a img {
  width: 100%;
  height: 100%;
}
.share__box a:hover {
  opacity: 0.8;
}

.other {
  padding: 0 24px;
  margin-top: 48px;
}
.other__contain {
  background-color: #fff;
  padding: 24px 16px;
}
.other__content {
  font-size: 14px;
  color: #000;
}
.other__content:nth-of-type(2),
.other__content:nth-of-type(3) {
  margin-top: 24px;
}
.other__content h2 {
  width: 160px;
  height: 32px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid #000;
  margin: 0 auto;
}
.other__content div {
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
.other__content ul {
  margin-top: 8px;
}
.other__content ul li {
  position: relative;
  padding-left: 1.2em;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
.other__content ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.other__content-contact {
  display: flex;
  max-width: 310px;
  width: 100%;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 2px solid #0098e1;
  color: #0098e1;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 24px;
  background-color: #fff;
  transition: all 0.3s;
}
.other__content-contact:hover {
  background-color: #0098e1;
  color: #fff;
}
.other__content-contact_text {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  margin-top: 16px;
}

footer {
  display: flex;
  flex-direction: column;
}
footer img:nth-child(1) {
  width: 207px;
  margin: 0 auto;
  margin-top: 64px;
}
footer img:nth-child(2) {
  width: 106px;
  margin: 0 auto;
  margin-top: 40px;
}
footer small {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
footer small:nth-of-type(1) {
  margin-top: 48px;
  margin-bottom: 8px;
} /*# sourceMappingURL=style.css.map */
