/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  color: #000;
  --color-red: #C92A1D;
  --color-blue: #005BAB;
  --color-beige: #FFF9ED;
  --color-pink: #E93E73;
  --color-lightpink: #FFF3F7;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

a {
  cursor: pointer;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.main {
  background-color: var(--color-beige);
  overflow: hidden;
}

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

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

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.inner {
  width: 1000px;
  max-width: 100%;
  padding: 0 5.1282051282vw;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .inner {
    padding: 0 min(5.1282051282vw, 1.25rem);
  }
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: left;
}

.icon-plus {
  margin: -4.1025641026vw auto 0;
  text-align: center;
}
@media (min-width: 769px) {
  .icon-plus {
    margin: max(-3.2vw, -2rem) auto 0;
  }
}
.icon-plus img {
  width: 13.8461538462vw;
  height: auto;
}
@media (min-width: 769px) {
  .icon-plus img {
    width: min(25.641025641vw, 6.25rem);
  }
}

.section {
  padding: 8.2051282051vw 0;
}
@media (min-width: 769px) {
  .section {
    padding: min(20.5128205128vw, 5rem) 0;
  }
}
.section_wrapper01 {
  background: url(../img/bg_sec01_sp.png) no-repeat center top/100vw auto, linear-gradient(#92DFF7, #D7F7FF);
}
@media (min-width: 769px) {
  .section_wrapper01 {
    background: url(../img/bg_sec01_pc.png) no-repeat center top/cover, linear-gradient(#92DFF7, #D7F7FF);
  }
}
.section_wrapper01 .section_container {
  background: var(--color-lightpink);
  border-color: #fff;
}
.section_wrapper02 {
  padding: 5.1282051282vw 0;
  background: url(../img/bg_sec02_sp.png) no-repeat center bottom/100vw auto, linear-gradient(#B6EDFF, #87DBFB);
}
@media (min-width: 769px) {
  .section_wrapper02 {
    padding: min(5.1282051282vw, 1.25rem) 0;
    background: url(../img/bg_sec02_top_pc.png) no-repeat center top/1920px auto, url(../img/bg_sec02_bottom_pc.png) no-repeat center bottom/1920px auto, linear-gradient(#B6EDFF, #87DBFB);
  }
}
.section_wrapper02 .section {
  padding: 4.1025641026vw 0;
}
@media (min-width: 769px) {
  .section_wrapper02 .section {
    padding: min(10.2564102564vw, 2.5rem) 0;
  }
}
.section_wrapper02 .section_container {
  padding-top: 0;
  border: none;
  background: #fff;
}
.section_container {
  position: relative;
  padding: 6.1538461538vw 4.1025641026vw;
  border: 2px solid var(--color-red);
  border-radius: 1.25rem;
  background: #fff;
}
@media (min-width: 769px) {
  .section_container {
    padding: min(13.8461538462vw, 3.375rem) min(16.4102564103vw, 4rem);
    border: 4px solid var(--color-red);
    border-radius: 1.875rem;
  }
}
.section_heading {
  padding: 4.1025641026vw;
  margin: 0 -4.1025641026vw;
  border-radius: 1rem 1rem 0 0;
  background: var(--color-blue);
  overflow: hidden;
  text-align: center;
}
@media (min-width: 769px) {
  .section_heading {
    margin: 0 max(-16.4102564103vw, -4rem);
    padding: min(6.1538461538vw, 1.5rem);
  }
}
.section_heading img {
  width: auto;
  max-height: 5.2vw;
}
@media (min-width: 769px) {
  .section_heading img {
    max-height: min(13.8461538462vw, 3.375rem);
  }
}
.section_button {
  margin-top: 4.1025641026vw;
}
@media (min-width: 769px) {
  .section_button {
    max-width: 700px;
    margin: 1.5em auto 0;
  }
}
.section_button a {
  position: relative;
  display: block;
  padding: 1em;
  border: 2px solid var(--color-blue);
  border-radius: 4em;
  background: #fff;
  box-shadow: 0 0.25em 0 #013464;
  color: var(--color-blue);
  font-size: 4.1025641026vw;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: transform 0.15s;
}
@media (min-width: 769px) {
  .section_button a {
    padding: 0.75em;
    border-width: 4px;
    font-size: min(8.2051282051vw, 2rem);
  }
}
.section_button a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.75em;
  width: 0.75em;
  height: 0.75em;
  background: url(../img/img_icon_arrow_blue.svg) no-repeat center/contain;
  transform: translateY(-50%);
}
@media (min-width: 769px) {
  .section_button a::after {
    width: 0.75em;
    height: 0.75em;
  }
}
.section_button a:hover {
  transform: translateY(0.25em);
}
.section_button.shop_button a {
  background: var(--color-pink);
  border: none;
  box-shadow: 0 0.25em 0 #670006;
  color: #fff;
}
.section_button.shop_button a::after {
  background: url(../img/img_icon_arrow_white.svg) no-repeat center/contain;
}

.key-visual {
  padding: 0 0 5rem;
  background: url(../img/bg_kv_sp.jpg) no-repeat center bottom/cover;
  text-align: center;
}
@media (min-width: 769px) {
  .key-visual {
    padding: 2.5rem 0 5rem;
    background: url(../img/bg_kv_pc.jpg) repeat-x center bottom/cover;
  }
}
.key-visual .inner {
  padding: 0;
}
@media (min-width: 769px) {
  .key-visual .inner {
    padding: 0 1.25rem;
  }
}
.key-visual_amex {
  margin-bottom: 2rem;
}
.key-visual_title {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.key-visual_title img {
  padding-left: 1%;
}
@media (min-width: 769px) {
  .key-visual_title img {
    padding: 0;
  }
}
.key-visual_title a {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 70%;
  height: 25%;
  transform: translateX(-50%);
}
@media (min-width: 769px) {
  .key-visual_title a {
    left: 52%;
    width: 60%;
    height: 40%;
  }
}
.key-visual_benefits {
  padding: 0 5%;
}
@media (min-width: 769px) {
  .key-visual_benefits {
    margin-top: -3%;
    padding: 0 8%;
  }
}
.key-visual_notice {
  display: block;
  padding: 0 1.25rem;
  margin-top: -1em;
  margin-bottom: 2em;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .key-visual_notice {
    padding-right: 6rem;
    font-size: min(1.4vw, 14px);
    text-align: right;
  }
}

.fixed_app-download {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.75);
  padding: 0 0 0.625rem;
}
.fixed_app-download .app-download_title {
  padding: 0 5%;
  margin-top: 0.25rem;
}
.fixed_app-download .app-download_button {
  padding: 0;
}
@media (min-width: 769px) {
  .fixed_app-download .app-download_button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    background: none;
  }
}
.fixed_app-download .app-download_button_wrapper {
  width: 100%;
  flex-direction: row;
  gap: 0.625rem;
  margin: 0;
}
@media (min-width: 769px) {
  .fixed_app-download .app-download_button_wrapper {
    width: 50%;
  }
}
@media (min-width: 769px) {
  .fixed_app-download .app-download_button_title {
    flex: 1;
    margin: 0;
  }
}
.fixed_app-download .app-download_button_item {
  flex: 1;
}
@media (min-width: 769px) {
  .fixed_app-download .inner {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
    box-sizing: border-box;
    background: url(../img/img_app-download_bg01_pc.svg) no-repeat bottom left 2%/94px auto, url(../img/img_app-download_bg02_pc.svg) no-repeat bottom right 2%/94px auto;
  }
}

.sale {
  padding-top: 25.641025641vw;
}
@media (min-width: 769px) {
  .sale {
    padding-top: min(18vw, 11.25rem);
  }
}
.sale .section_container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15.3846153846vw;
  height: 15.3846153846vw;
  background: url(../img/img_sakura_01.svg) no-repeat center/contain;
  transform: translate(-10%, -135%);
}
@media (min-width: 769px) {
  .sale .section_container::before {
    width: min(16vw, 10rem);
    height: min(16vw, 10rem);
    transform: translate(-20%, -10%);
  }
}
.sale .section_container::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15.3846153846vw;
  height: 15.3846153846vw;
  background: url(../img/img_sakura_02.svg) no-repeat center/contain;
  transform: translate(20%, 30%);
}
@media (min-width: 769px) {
  .sale .section_container::after {
    width: min(16vw, 10rem);
    height: min(16vw, 10rem);
    transform: translate(30%, 30%);
  }
}
.sale_title {
  margin-top: -20.5128205128vw;
  margin-bottom: 4.1025641026vw;
  text-align: center;
}
@media (min-width: 769px) {
  .sale_title {
    width: 77%;
    margin: 0 auto;
    margin-top: max(-15vw, -9.375rem);
    margin-bottom: min(3vw, 1.875rem);
  }
}
.sale_title img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.sale_catch {
  margin: 1rem 0;
  text-align: center;
}
@media (min-width: 769px) {
  .sale_catch {
    width: 86.5%;
    margin: 2rem auto;
  }
}
.sale_catch img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.sale_schedule {
  margin: 1rem 0 0;
}
@media (min-width: 769px) {
  .sale_schedule {
    margin: 2rem 0 0;
  }
}
.sale_banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.0512820513vw;
}
@media (min-width: 769px) {
  .sale_banner {
    flex-direction: row;
    gap: 3.0769230769vw;
  }
}
.sale_subtext {
  line-height: 1.75;
}
.sale_subtext01 {
  font-size: 4.6153846154vw;
  font-weight: 900;
}
@media (min-width: 769px) {
  .sale_subtext01 {
    font-size: min(3.6vw, 2.25rem);
    line-height: 1.5;
  }
}
.sale_subtext02 {
  font-size: 3.8461538462vw;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 769px) {
  .sale_subtext02 {
    font-size: min(2vw, 1.25rem);
  }
}
.sale_subtext02 span {
  display: inline-block;
  text-align: left;
}

.schedule_title {
  margin-top: -10.2564102564vw;
}
@media (min-width: 769px) {
  .schedule_title {
    margin-top: max(-9vw, -5.625rem);
  }
}
@media (min-width: 769px) {
  .schedule .section_container::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/img_sakura_01.svg) no-repeat center/contain;
    transform: translate(-10%, 20%);
    width: min(16vw, 10rem);
    height: min(16vw, 10rem);
    transform: translate(40%, -20%);
  }
}
.schedule .section_container::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15.3846153846vw;
  height: 15.3846153846vw;
  background: url(../img/img_sakura_03.svg) no-repeat center/contain;
  transform: translate(-10%, 20%);
}
@media (min-width: 769px) {
  .schedule .section_container::after {
    top: 0;
    bottom: unset;
    width: min(9vw, 5.625rem);
    height: min(9vw, 5.625rem);
    transform: translate(0, -40%);
  }
}

.app-cp {
  padding-bottom: 15.3846153846vw;
}
@media (min-width: 769px) {
  .app-cp {
    padding-bottom: min(15.3846153846vw, 3.75rem);
  }
}
.app-cp .section_container {
  padding-bottom: 10.2564102564vw;
}
@media (min-width: 769px) {
  .app-cp .section_container {
    padding-bottom: min(10.2564102564vw, 2.5rem);
  }
}
.app-cp .section_container::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 23.0769230769vw;
  height: 23.0769230769vw;
  background: url(../img/img_sakura_04.svg) no-repeat center/contain;
  transform: translate(-15%, 60%);
}
@media (min-width: 769px) {
  .app-cp .section_container::before {
    top: 0;
    bottom: unset;
    width: min(16vw, 10rem);
    height: min(16vw, 10rem);
    background: url(../img/img_sakura_01.svg) no-repeat center/contain;
    transform: translate(-20%, -40%);
  }
}
.app-cp .section_container::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 8.2051282051vw;
  height: 8.2051282051vw;
  background: url(../img/img_sakura_03.svg) no-repeat center/contain;
  transform: translate(10%, 20%);
}
@media (min-width: 769px) {
  .app-cp .section_container::after {
    width: min(9vw, 5.625rem);
    height: min(9vw, 5.625rem);
    transform: translate(40%, 20%);
  }
}
@media (min-width: 769px) {
  .app-cp .section_container {
    padding-left: min(10.2564102564vw, 2.5rem);
    padding-right: min(10.2564102564vw, 2.5rem);
    box-sizing: border-box;
  }
}
.app-cp_title {
  margin-top: -10.2564102564vw;
}
@media (min-width: 769px) {
  .app-cp_title {
    margin-top: max(-9vw, -5.625rem);
  }
}
.app-cp_subtitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  margin-top: 1rem;
  line-height: 1.5;
}
.app-cp_subtitle01 {
  font-size: 4.6153846154vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.75;
}
@media (min-width: 769px) {
  .app-cp_subtitle01 {
    margin: 0 -1rem 0.5em;
    font-size: min(3.6vw, 2.25rem);
    line-height: 1.5;
  }
}
.app-cp_subtitle02 {
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .app-cp_subtitle02 {
    padding-left: min(30.7692307692vw, 7.5rem);
    padding-right: min(30.7692307692vw, 7.5rem);
  }
}
.app-cp_subtitle img {
  width: 100%;
}
.app-cp_text {
  margin-top: 0.5em;
  box-sizing: border-box;
  font-size: 3.5897435897vw;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .app-cp_text {
    padding-left: min(30.7692307692vw, 7.5rem);
    padding-right: min(30.7692307692vw, 7.5rem);
    font-size: min(2vw, 1.25rem);
  }
}

.app-download {
  padding: 4.1025641026vw 0 12.3076923077vw;
  background-color: #fff;
}
@media (min-width: 769px) {
  .app-download {
    padding: 0 0 min(12.3076923077vw, 3rem);
  }
}
.app-download .section_container {
  padding: 0;
  border: none;
}
.app-download_heading.sp-only {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5.1282051282vw;
  padding: 2.5641025641vw 5.1282051282vw;
}
.app-download_heading.sp-only .text {
  font-size: 4.6153846154vw;
  line-height: 1.75;
}
.app-download_heading.sp-only .pic {
  width: 23.0769230769vw;
  height: 23.0769230769vw;
}
.app-download_heading.sp-only .pic img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media (min-width: 769px) {
  .app-download_heading.sp-only {
    display: none;
  }
}
@media (min-width: 769px) {
  .app-download_heading.pc-only {
    padding: 1em 0;
    background: var(--color-pink);
    color: #fff;
    font-size: min(8.2051282051vw, 2rem);
    font-weight: 900;
    text-align: center;
  }
}
.app-download_title {
  margin: 0 -5.1282051282vw;
  text-align: center;
}
@media (min-width: 769px) {
  .app-download_title {
    margin: min(5.1282051282vw, 1.25rem) 0 0;
  }
}
.app-download_title img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.app-download_button {
  padding: 0 5.1282051282vw;
}
@media (min-width: 769px) {
  .app-download_button {
    width: 100%;
    padding: 0 20%;
    box-sizing: border-box;
    background: url(../img/img_app-download_bg01_pc.svg) no-repeat center left min(7.6923076923vw, 1.875rem)/contain, url(../img/img_app-download_bg02_pc.svg) no-repeat center right min(7.6923076923vw, 1.875rem)/contain;
  }
}
.app-download_button_title {
  margin: 4.1025641026vw 0 6.1538461538vw;
  text-align: center;
}
@media (min-width: 769px) {
  .app-download_button_title {
    margin: min(6.1538461538vw, 1.5rem) 0 min(8.2051282051vw, 2rem);
  }
}
.app-download_button_title img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.app-download_button_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.5641025641vw;
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .app-download_button_wrapper {
    flex-direction: row;
    width: 100%;
  }
}
.app-download_button_item {
  transition: opacity 0.15s;
}
.app-download_button_item:hover {
  opacity: 0.8;
}
.app-download_button_item img {
  width: 100%;
}

@media (min-width: 769px) {
  .shop .section_container {
    padding-left: min(30.7692307692vw, 7.5rem);
    padding-right: min(30.7692307692vw, 7.5rem);
  }
}
@media (min-width: 769px) {
  .shop_heading {
    margin: 0 max(-30.7692307692vw, -7.5rem);
  }
}
.shop_title {
  width: 90%;
  margin: 6.1538461538vw auto;
  text-align: center;
}
@media (min-width: 769px) {
  .shop_title {
    width: auto;
    margin: min(8.2051282051vw, 2rem) max(-14.358974359vw, -3.5rem);
  }
}
.shop_title img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media (min-width: 769px) {
  .shop_map {
    width: 70%;
    margin: 0 auto;
  }
}
.shop_subtext {
  margin: 1em 0;
  font-size: 3.8461538462vw;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 769px) {
  .shop_subtext {
    font-size: min(8.2051282051vw, 2rem);
    text-align: center;
    word-break: keep-all;
  }
}

.movie_title {
  width: 85%;
  margin: 1rem auto;
  text-align: center;
}
@media (min-width: 769px) {
  .movie_title {
    width: auto !important;
    margin: min(8.2051282051vw, 2rem) max(-8.2051282051vw, -2rem);
  }
}
.movie_title img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.movie_container:not(:last-of-type) {
  margin-bottom: 6.1538461538vw;
}
@media (min-width: 769px) {
  .movie_container:not(:last-of-type) {
    margin-bottom: min(20.5128205128vw, 5rem);
  }
}
.movie .y-shirt .movie_title {
  width: 85%;
}
.movie .sneaker .movie_title {
  width: 66%;
}
.movie .futon .movie_title {
  width: 85%;
}
@media (min-width: 769px) {
  .movie .futon .movie_title {
    margin: min(8.2051282051vw, 2rem) max(-4.1025641026vw, -1rem);
  }
}

.service_title {
  width: 82%;
  margin: 4.1025641026vw auto;
  text-align: center;
}
@media (min-width: 769px) {
  .service_title {
    width: 88%;
    margin: min(8.2051282051vw, 2rem) auto;
  }
}
.service_title img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.footer {
  background: #005BAB;
  color: #fff;
  padding-bottom: 30.7692307692vw;
}
@media (min-width: 769px) {
  .footer {
    padding-bottom: min(30.7692307692vw, 7.5rem);
  }
}
.footer_wrapper {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: flex-start;
  padding: 8.2051282051vw 0;
}
@media (min-width: 769px) {
  .footer_wrapper {
    flex-direction: row;
    padding: min(8.2051282051vw, 2rem) 0;
  }
}
.footer_left {
  width: 100%;
  text-align: center;
}
@media (min-width: 769px) {
  .footer_left {
    flex: 1;
    text-align: left;
  }
}
.footer_right {
  width: 100%;
}
@media (min-width: 769px) {
  .footer_right {
    width: auto;
  }
}
.footer_sns {
  margin-bottom: 6.1538461538vw;
}
@media (min-width: 769px) {
  .footer_sns {
    margin-bottom: 0;
  }
}
.footer_sns_title {
  margin-bottom: 1em;
  font-size: 4.6153846154vw;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 769px) {
  .footer_sns_title {
    font-size: min(4.6153846154vw, 1.125rem);
  }
}
.footer_sns_list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}
.footer_sns_list_item {
  flex: 1;
  text-align: center;
}
.footer_sns_list_item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
.footer_sns_list_item img {
  width: 11.2820512821vw;
  height: 11.2820512821vw;
}
@media (min-width: 769px) {
  .footer_sns_list_item img {
    width: min(11.2820512821vw, 2.75rem);
    height: min(11.2820512821vw, 2.75rem);
  }
}
.footer_sns_list_item .title {
  margin-top: 1em;
  font-size: 3.8461538462vw;
}
@media (min-width: 769px) {
  .footer_sns_list_item .title {
    font-size: min(3.8461538462vw, 0.9375rem);
  }
}
.footer_logo {
  margin-bottom: 4.1025641026vw;
}
@media (min-width: 769px) {
  .footer_logo {
    margin-bottom: min(4.1025641026vw, 1rem);
  }
}
.footer_logo img {
  width: 58.9743589744vw;
  height: auto;
}
@media (min-width: 769px) {
  .footer_logo img {
    width: min(92.3076923077vw, 22.5rem);
  }
}
.footer_copyright {
  font-size: 3.0769230769vw;
}
@media (min-width: 769px) {
  .footer_copyright {
    font-size: min(3.5897435897vw, 0.875rem);
  }
}
/*# sourceMappingURL=style.css.map */