@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* -----------------------------------------------------------
 =reset and default css
----------------------------------------------------------- */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
code,
del,
em,
img,
q,
small,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

html {
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 62.5%; /* 10px */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

section {
  clear: both;
}

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

/* list --------------- */
nav ul,
#header ul,
#sidebar ul,
aside ul {
  list-style: none;
}

.inline li {
  display: inline;
}

ol {
  margin-left: 1.8em;
}

/* float --------------- */
.ib {
  display: inline-block;
}

.fLeft {
  float: left;
}

.fRight {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

.clearfix {
  overflow: hidden;
}

.overAuto {
  overflow: auto;
}

/* table --------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* alignment --------------- */
.tCenter {
  text-align: center !important;
}

.tLeft {
  text-align: left !important;
}

.tRight {
  text-align: right !important;
}

.vTop {
  vertical-align: top;
}

.vMid {
  vertical-align: middle;
}

.vBtm {
  vertical-align: bottom;
}

/* break --------------- */
.nowrap {
  white-space: nowrap;
}

.brUrl {
  word-wrap: break-word;
}

.brSp {
  display: block;
}

@media screen and (min-width: 769px) {
  .brSp {
    display: none;
  }
}
/* image --------------- */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

.imgL {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.imgR {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
}

p.akari image img {
  width: 100%;
}

/* space --------------- */
.mgR0 {
  margin-right: 0 !important;
}

.mgR05 {
  margin-right: 5px;
}

.mgR10 {
  margin-right: 10px;
}

.mgR15 {
  margin-right: 15px;
}

.mgR20 {
  margin-right: 20px;
}

.mgR25 {
  margin-right: 25px;
}

.mgR30 {
  margin-right: 30px;
}

.mgT0 {
  margin-top: 0 !important;
}

.mgT05 {
  margin-top: 5px !important;
}

.mgT10 {
  margin-top: 10px !important;
}

.mgT15 {
  margin-top: 15px !important;
}

.mgT20 {
  margin-top: 20px !important;
}

.mgT25 {
  margin-top: 25px !important;
}

.mgT30 {
  margin-top: 30px !important;
}

.mgT35 {
  margin-top: 35px !important;
}

.mgT40 {
  margin-top: 40px !important;
}

.mgT50 {
  margin-top: 50px !important;
}

.mgB_1 {
  margin-bottom: 12.5px;
}
@media screen and (min-width: 768px) {
  .mgB_1 {
    margin-bottom: 25px !important;
  }
}

.mgB_2 {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .mgB_2 {
    margin-bottom: 50px !important;
  }
}

.mgB_3 {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .mgB_3 {
    margin-bottom: 75px !important;
  }
}

.mgB_4 {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .mgB_4 {
    margin-bottom: 100px !important;
  }
}

.mgL0 {
  margin-left: 0;
}

.mgL05 {
  margin-left: 5px;
}

.mgL10 {
  margin-left: 10px;
}

.mgL15 {
  margin-left: 15px;
}

.mgL20 {
  margin-left: 20px;
}

.mgL25 {
  margin-left: 25px;
}

.mgL30 {
  margin-left: 30px;
}

.pdT0 {
  padding-top: 0;
}

.pdT05 {
  padding-top: 5px;
}

.pdT08 {
  padding-top: 8px;
}

.pdT10 {
  padding-top: 10px !important;
}

.pdT15 {
  padding-top: 15px !important;
}

.pdT20 {
  padding-top: 20px !important;
}

.pdT25 {
  padding-top: 25px !important;
}

.pdT30 {
  padding-top: 30px;
}

.pdT40 {
  padding-top: 40px;
}

.pdR20 {
  padding-right: 20px;
}

.pdR25 {
  padding-right: 25px;
}

.pdR30 {
  padding-right: 30px;
}

.pdB0 {
  padding-bottom: 0px !important;
}

.pdB20 {
  padding-bottom: 20px;
}

.indent {
  margin-left: 1em;
}

.notes {
  padding-left: 1em;
  font-size: 1.2rem;
  text-indent: -1em;
}

/* text --------------- */
.txt11 {
  font-size: 1.1rem;
}

.txt12 {
  font-size: 1.2rem;
}

.txt13 {
  font-size: 1.3rem;
}

.txt14 {
  font-size: 1.4rem;
}

.txt15 {
  font-size: 1.5rem;
}

.txt16 {
  font-size: 1.6rem;
}

.txt17 {
  font-size: 1.7rem;
}

.txt18 {
  font-size: 1.8rem;
}

.txt20 {
  font-size: 2rem !important;
}

.txt16-20 {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .txt16-20 {
    font-size: 2rem;
  }
}

.txt22 {
  font-size: 2.2rem;
}

.txt24 {
  font-size: 2.4rem;
}

.txt25 {
  font-size: 2.4rem;
}

.txt26 {
  font-size: 2.6rem;
}

.txt26-30 {
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) {
  .txt26-30 {
    font-size: 3rem;
  }
}

.txt28 {
  font-size: 2.8rem;
}

.txt30 {
  font-size: 3rem;
}

.txt36 {
  font-size: 3.6rem;
}

.txtmin {
  font-family: serif;
}

.lh10 {
  line-height: 1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.b {
  font-weight: bold;
}

.lh15 {
  line-height: 1.5;
}

.normal {
  font-weight: normal;
}

address {
  font-style: normal;
}

sub,
sup {
  font-size: 1rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.txtCL {
  text-align: left;
}

@media screen and (min-width: 769px) {
  .txtCL {
    text-align: center;
  }
}
.br-sp {
  display: none;
}

.br-pc {
  display: block;
}

@media screen and (max-width: 769px) {
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
}
/* -----------------------------------------------------------
 汎用
----------------------------------------------------------- */
.mobileHidden,
.mobileHiddenB {
  display: none;
}

.desktopHidden {
  display: block;
}

.desktopHiddeni {
  display: inline;
}

@media screen and (min-width: 769px) {
  .desktopHidden {
    display: none;
  }
  .desktopHiddeni {
    display: none;
  }
  .mobileHidden {
    display: inline;
  }
  .mobileHiddenB {
    display: block;
  }
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :common.css
 style info :共通読み込み用
=================================================================== */
/* -----------------------------------------------------------
 =common css
----------------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  line-height: 1;
  font-family: "MFW-PA1GothicStdN-Medium";
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  body {
    background-color: #fff;
  }
}

/* default link color
----------------------------------------------------------- */
a {
  color: #2962ff;
  text-decoration: none;
  transition: all 0.3s;
}

a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.red {
  color: #f00;
}

.l-wrapper {
  position: relative;
  overflow: hidden;
}

.pc-view {
  position: fixed;
  width: 60%;
  height: 100vh;
  left: 0;
  top: 0;
}
@media screen and (min-width: 1750px) {
  .pc-view {
    width: calc(100% - 680px);
  }
}

.pc-view-left {
  position: fixed;
  width: calc(50% - 180px);
  height: 100vh;
  left: 0;
  top: 0;
  background-color: #d96e3f;
  padding-top: 3vw;
  padding-left: 5vw;
}
@media screen and (max-width: 768px) {
  .pc-view-left {
    display: none;
  }
}

.pc-view-left__inner {
  height: 100vh;
  position: relative;
}

.pc-view-left__inner::after {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/top/bg-pc-right.jpg);
  background-position: top 300px center;
  top: 200px;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.pc-view-right {
  position: fixed;
  width: calc(50% - 180px);
  height: 100vh;
  right: 0;
  top: 0;
  background-color: #d96e3f;
  padding-top: 8.5vw;
  padding-right: 5vw;
}
@media screen and (max-width: 1280px) {
  .pc-view-right {
    padding-top: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .pc-view-right {
    display: none;
  }
}

.pc-view-right__inner {
  background: url(../images/top/bg-pc-right.jpg);
  background-size: 250%;
  height: 100vh;
}

.pc-view-right__wrap {
  padding-block: 50px 50px;
  width: 180px;
  margin-inline: auto;
}

.pc-view-right__wrap li {
  display: block;
  border-bottom: 3px dotted #143a4c;
  text-align: center;
  padding-block: 0.5rem;
  font-size: 23px;
  font-weight: 400;
  color: #000;
  text-align: center;
  font-family: "MFW-PA1GothicStdN-Bold";
  line-height: 1;
  letter-spacing: 0;
  position: relative;
}

.pc-view-right__wrap li:nth-child(2),
.pc-view-right__wrap li:nth-child(3),
.pc-view-right__wrap li:nth-child(4) {
  border-bottom: none;
}

.pc-view-right__wrap li.active::after {
  content: "●";
  position: absolute;
  top: 40%;
  left: -30px;
  font-size: 13px;
}

.pc-view-right__wrap li.nav__top {
  padding-block: 20px;
}

.pc-view-right__wrap li.nav__shop {
  padding-block: 20px;
}

.pc-view-right__wrap li a {
  color: #000;
}

.pc-view-right__wrap .top-footer__sns {
  margin-top: 15px;
  grid-template-columns: 40px 40px 40px;
}

.pc-view-right__wrap .top-footer__sns li {
  border-bottom: none;
}

.sp-view {
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 410px;
  background-color: #fff;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .sp-view {
    border-right: 25px solid #5a3101;
    border-left: 25px solid #5a3101;
    box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.6);
  }
}
@media screen and (max-width: 768px) {
  .sp-view {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .sp-view--top {
    padding-bottom: 0;
  }
}

/* -----------------------------------------------------------
 =header, glovalnavi
----------------------------------------------------------- */
.head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #d96e3f;
  width: 360px;
  height: 43px;
  padding-inline: 18px;
  position: fixed;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .head {
    width: 100%;
  }
}

.head__logo {
  width: 150px;
}

.head__btn {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
}

.head__btn img {
  width: 30px;
}

.head__hm {
  display: none;
}
@media screen and (max-width: 768px) {
  .head__hm {
    display: block;
  }
}

/* -----------------------------------------------------------
section
----------------------------------------------------------- */
.section-title {
  font-size: 25px;
  font-weight: 700;
  color: #000;
  text-align: center;
  font-family: "MFW-PA1GothicStdN-Bold";
  line-height: 1;
  letter-spacing: 0.2em;
  margin-top: -13px;
  position: relative;
}

.section-title--page {
  margin-top: 0;
  z-index: 2;
}

.section-title span {
  display: inline-block;
  position: relative;
  padding-inline: 5px;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  text-align: center;
  font-family: "MFW-PA1GothicStdN-Bold";
  line-height: 1;
  letter-spacing: 0.1em;
}

.section-title span::after {
  position: absolute;
  content: "";
  display: inline-block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: -1;
}

.pickup1 .section-title span::after {
  background-color: #ddc58f;
}

.pickup2 .section-title span::after {
  background-color: #e09245;
}

.pickup3 .section-title span::after {
  background-color: #839dc4;
}

.pickup4 .section-title span::after {
  background-color: #7dba73;
}

.section-title h2 {
  margin-top: 6px;
}

/* -----------------------------------------------------------
moa-cafe
----------------------------------------------------------- */
.moa-cafe__inner {
  background-color: #d96e3f;
  margin-top: -13px;
  padding-block: 30px 40px;
  padding-inline: 20px;
}

/* -----------------------------------------------------------
kids-land
----------------------------------------------------------- */
.kids-land__inner {
  background-color: #d99e3f;
  margin-top: -13px;
  padding-block: 40px 40px;
  padding-inline: 20px;
}

.kids-land__text {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Regular";
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
}

.kids-land__image {
  margin-top: 15px;
}

/* -----------------------------------------------------------
store
----------------------------------------------------------- */
.store__inner {
  background-color: #b29058;
  margin-top: -13px;
  padding-block: 30px 30px;
  padding-inline: 20px;
}

/* -----------------------------------------------------------
fix-link
----------------------------------------------------------- */
.fix-link {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .fix-link {
    left: inherit;
    bottom: 0;
    background-color: #fff;
  }
}

.fix-link__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .fix-link__items {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.nukumori-link {
  position: fixed;
  right: 12px;
  top: 32px;
  z-index: 100;
}
.nukumori-link img {
  width: min(17.578125vw, 180px);
}
@media screen and (max-width: 768px) {
  .nukumori-link img {
    width: 116px;
  }
}

/* *-------------------------------------------------------------------
 パンくずナビ
-------------------------------------------------------------------* */
.breadlist a {
  color: #000;
}

/* -----------------------------------------------------------
 =main
----------------------------------------------------------- */
/* -----------------------------------------------------------
 基本ボックス
----------------------------------------------------------- */
.inner {
  width: calc(100% - 40px);
  margin: 0 20px;
}
@media screen and (max-width: 1024px) {
  .inner {
    width: 94%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 0;
  }
}

/*ボタン*/
/*アコーディオン*/
.js-aclink {
  cursor: pointer;
  background: url(../images/yaji@3x.png) no-repeat right 12px center;
  background-size: 26px;
  background-color: #999;
}
.js-aclink.js-ac {
  background: url(../images/yaji180@3x.png) no-repeat right 12px center;
  background-size: 26px;
  background-color: #999;
}

/* -----------------------------------------------------------
 =pagetop
----------------------------------------------------------- */
.pagetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 10;
  width: 45px;
}
@media screen and (max-width: 768px) {
  .pagetop {
    bottom: 100px;
  }
}

/* -----------------------------------------------------------
 =footer
----------------------------------------------------------- */
footer {
  font-size: 16px;
}

/*ロゴ、電話番号エリア*/
#footer {
  margin: 0 2%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer {
    width: 1024px;
    margin: 0 auto;
  }
}

#fLogo {
  margin-bottom: 10px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #fLogo {
    line-height: 1.8;
  }
}
#fLogo img {
  width: 50%;
  margin: 10px;
}
@media screen and (min-width: 768px) {
  #fLogo img {
    width: 350px;
  }
}

#fTel {
  margin-bottom: 15px;
  line-height: 1.3;
}

/*最下部エリア*/
#footerCopy {
  background: #999;
  color: #fff;
  line-height: 1.4;
  padding: 10px;
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :navi.css
 style info :ナビゲーション読み込み用
=================================================================== */
/* -----------------------------------------------------------
 =glovalnavi 
----------------------------------------------------------- */
nav {
  margin: 0;
}

/* ハンバーガーメニュー */
.nav-pc-wrap {
  display: none;
}

.nav-wrap.open {
  display: block;
}

.nav-wrap.close {
  display: none;
}

.content {
  padding: 20px;
}

.nav-wrap {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  background: url(../images/bg-hm.jpg);
  background-position: top center;
  background-size: 100%;
  width: 100%;
  height: 100vh;
  transform: translateY(-100%); /* 画面上に隠す（初期） */
  opacity: 1; /* フェードも併用 */
  transition: transform 0.5s ease, opacity 0.4s ease;
  will-change: transform, opacity; /* モバイルでも滑らかに */
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .nav-wrap {
    display: none;
  }
}
.nav-wrap .nav {
  height: 100%;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.nav-wrap li {
  display: block;
  border-bottom: 3px dotted #143a4c;
  text-align: center;
  padding-block: 0.5rem;
  font-size: 2.2rem;
  font-weight: 400;
  color: #000;
  text-align: center;
  font-family: "MFW-PA1GothicStdN-Bold";
  line-height: 1;
  letter-spacing: 0;
}
.nav-wrap li.nav__top {
  padding-block: 2rem;
}
.nav-wrap li.nav__shop {
  padding-block: 3rem;
}
.nav-wrap li a {
  color: #000;
}

/* 開くとき */
.nav-wrap.open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.nav-wrap__inner {
  padding: 5rem 7rem;
}

.nav-wrap .top-footer__sns li {
  border-bottom: none;
}

@media screen and (min-width: 768px) {
  .nav-pc-wrap {
    display: block;
    width: 60%;
  }
  .nav-pc-wrap ul {
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
  }
  .nav-pc-wrap ul li {
    list-style-type: none;
    flex-grow: 1;
    text-align: center;
    margin: 0;
  }
  .nav-pc-wrap ul li a {
    color: #000;
    font-size: 16px;
  }
  .nav-pc-wrap ul li + li {
    border-left: 1px solid #000;
  }
}
/*メニューボタン*/
.nav-button-wrap {
  position: fixed;
  right: 18px;
  top: 13px;
  z-index: 15000;
}

.nav-button,
.nav-button span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  cursor: pointer;
}

.nav-button {
  z-index: 20000;
  position: relative;
  width: 23px;
  height: 12px;
}

.nav-button span {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.nav-button span:nth-of-type(1) {
  top: 0;
}
.nav-button span:nth-of-type(2) {
  top: 5px;
}
.nav-button span:nth-of-type(3) {
  bottom: 0;
}

.nav-button.active span {
  display: block;
  background-color: #000;
}
.nav-button.active span:nth-of-type(1) {
  transform: translateY(5px) rotate(-30deg);
}
.nav-button.active span:nth-of-type(2) {
  opacity: 0;
}
.nav-button.active span:nth-of-type(3) {
  transform: translateY(-5px) rotate(30deg);
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :top.css
 style info :トップページ読み込み用
=================================================================== */
/* -----------------------------------------------------------
 トップ
----------------------------------------------------------- */
.sp-video video {
  width: 100%;
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-video video {
    display: block;
  }
}

.top-btn {
  padding: 25px 25px 0 25px;
}

.top-btn__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.top-btn--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-btn--sp {
    display: grid;
  }
}

.over {
  transition: opacity 0.2s ease;
}

.top-btn__shop {
  margin-top: 50px;
}

.top-kaikae {
  margin: 25px;
}

.top-original__zeikomi {
  border-top: 2px solid #5da2c9;
  font-size: 10px;
  font-weight: 400;
  color: #000;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  margin: 40px 25px 0 25px;
}

.top-original {
  margin-top: 30px;
}

.top-footer {
  background-color: #c1ac93;
  padding: 25px;
}

.top-footer__sns {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 50px 50px 50px;
  justify-content: center;
  gap: 10px;
}

.top-footer__sns li {
  list-style: none;
}

.top-footer__logo {
  text-align: center;
  border-top: 1px solid #113b4e;
  margin-top: 25px;
  padding-top: 25px;
}

.top-footer__logo img {
  width: 124px;
  padding-bottom: 5px;
}

.top-footer__logo a {
  font-size: 11px;
  font-weight: 400;
  color: #023e64;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Medium";
  line-height: 1;
  letter-spacing: 0.2em;
  margin-top: 10px;
}

.top-footer__copyright {
  font-size: 10px;
  font-weight: 400;
  color: #023e64;
  text-align: center;
  font-family: "MFW-PA1GothicStdN-Regular";
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 20px;
}

/* -----------------------------------------------------------
mv
----------------------------------------------------------- */
.mv {
  background-color: #d96e3f;
  padding-top: 43px;
}

.mv__wrap {
  display: grid;
  grid-template-columns: 80% 20%;
  align-items: end;
}

.mv__copy {
  text-align: center;
}

.mv__copy p {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Medium";
  line-height: 1;
  letter-spacing: 0;
  writing-mode: vertical-rl;
}

/* -----------------------------------------------------------
top-welcome
----------------------------------------------------------- */
.top-welcome__inner {
  background-color: #d99e3f;
  margin-top: -13px;
  padding-block: 30px;
}

.top-welcome__illust {
  text-align: center;
}

.top-welcome__illust img {
  width: 305px;
}

.top-welcome__text {
  font-size: 15px;
  font-weight: 700;
  color: #000;
  text-align: center;
  font-family: "MFW-PA1GothicStdN-Medium";
  line-height: 1.8666666667;
  letter-spacing: 0.1em;
  margin-top: 15px;
}

/* -----------------------------------------------------------
top-pickup
----------------------------------------------------------- */
.top-pickup {
  padding-bottom: 30px;
}

.top-pickup__btns {
  margin-top: 10px;
  padding-inline: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}

/* -----------------------------------------------------------
swiper
----------------------------------------------------------- */
.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper1 {
  margin-top: 10px;
  padding-bottom: 30px;
  position: relative;
}

.swiper-pagination--item1 {
  position: relative;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.swiper-pagination--item1 .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}

.swiper-pagination--item1 .swiper-pagination-bullet-active {
  background-color: #000;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -5px;
  text-align: center;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-next {
  left: 57%;
  transform: translateX(-55%);
  top: inherit;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .swiper-button-next {
    left: 60%;
    transform: translateX(-60%);
    bottom: 5px;
  }
}

.swiper-button-prev {
  left: 43%;
  transform: translateX(-45%);
  top: inherit;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    left: 40%;
    transform: translateX(-40%);
    bottom: 5px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  height: 47px;
  width: 47px;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: 35px;
    width: 35px;
  }
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 80px;
  margin: auto;
  width: 80px;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    height: 47px;
    width: 47px;
  }
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url(../images/swiper-pagination-l.png);
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url(../images/swiper-pagination-r.png);
}

/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-slide a img {
  transition: transform 0.3s ease;
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :page.css
 style info :各ページ読み込み用
=================================================================== */
/* -----------------------------------------------------------
page-head
----------------------------------------------------------- */
.page-head {
  padding-block: 43px 15px;
}

.page-head__title-en {
  font-size: 25px;
  font-weight: 700;
  color: #000;
  text-align: center;
  font-family: "MFW-PA1GothicStdN-Bold";
  line-height: 1;
  letter-spacing: 0.2em;
  margin-top: 22px;
}

.page-head__title {
  font-size: 12px;
  font-weight: 700;
  color: #000;
  text-align: center;
  font-family: "MFW-PA1GothicStdN-Bold";
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 8px;
}

.page-head__mv {
  margin-top: 12px;
  padding-inline: 42px;
}

.page-head__text {
  margin-top: 24px;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  text-align: center;
  font-family: "MFW-PA1GothicStdN-Medium";
  line-height: 1.8666666667;
  letter-spacing: 0.1em;
}

.page-head__text2 {
  margin-top: 5px;
  font-size: 10px;
  font-weight: 700;
  color: #000;
  text-align: center;
  font-family: "MFW-PA1GothicStdN-Medium";
  line-height: 2;
  letter-spacing: 0;
}

/* -----------------------------------------------------------
page-section
----------------------------------------------------------- */
.page-section__mv {
  margin-top: -13px;
}

.page-section__mv {
  position: relative;
}

.page-section__mv-plus {
  width: 45px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: inline-block;
}

.page-section__mv-plus img {
  display: block; /* 余白対策 */
  transform-origin: 50% 50%;
  animation: spin-stop 10s ease-in-out infinite;
}

@keyframes spin-stop {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(180deg);
  } /* 0.5秒で回転 */
  50% {
    transform: rotate(180deg);
  } /* 4.5秒間ストップ */
  55% {
    transform: rotate(360deg);
  } /* 0.5秒で回転 */
  100% {
    transform: rotate(360deg);
  } /* 4.5秒間ストップ */
}
/* -----------------------------------------------------------
modal
----------------------------------------------------------- */
.modal {
  display: none;
}

.modal__inner {
  padding-block: 42px;
}

.pickup1 .modal__inner {
  background-color: #ddc58f;
}

.pickup2 .modal__inner {
  background-color: #e09245;
}

.pickup3 .modal__inner {
  background-color: #839dc4;
}

.pickup4 .modal__inner {
  background-color: #7db973;
}

.modal__mv {
  margin-inline: 42px;
}

.modal__title-en {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: center;
  font-family: "MFW-PA1GothicStdN-Bold";
  line-height: 1;
  letter-spacing: 0.2em;
  margin-top: 22px;
}

.modal__title {
  font-size: 12px;
  font-weight: 700;
  color: #000;
  text-align: center;
  font-family: "MFW-PA1GothicStdN-Bold";
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 8px;
}

.modal__sets {
  margin-top: 25px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}

.modal__point {
  font-size: 15px;
  font-weight: 700;
  color: #000;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Medium";
  line-height: 1.8666666667;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-inline: 42px;
}

.modal__set figure {
  margin-top: 5px;
  margin-inline: 42px;
}

.modal__point::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
}

.modal__copy {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: center;
  font-family: "MFW-PA1GothicStdN-Medium";
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 13px;
}

.modal__text {
  font-size: 15px;
  font-weight: 700;
  color: #000;
  text-align: center;
  font-family: "MFW-PA1GothicStdN-Medium";
  line-height: 1.8666666667;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

.modaal-inner-wrapper {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .modaal-container {
    width: 360px;
  }
}

.modaal-content-container {
  padding: 0;
}

/* -----------------------------------------------------------
goods
----------------------------------------------------------- */
.goods {
  padding: 25px 20px;
}

.goods__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.goods__wrap--color {
  grid-template-columns: 42% 1fr;
  gap: 28px;
}

.goods__wrap--narrow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.goods__wrap + .goods__wrap {
  border-top: 2px dotted #707070;
  margin-top: 20px;
  padding-top: 20px;
}

.goods__name {
  font-size: 15px;
  font-weight: 700;
  color: #000;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Medium";
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

.goods__price + .goods__name,
.goods__dot {
  border-top: 2px dotted #707070;
  margin-top: 10px;
  padding-top: 10px;
}

.goods__spec {
  font-size: 11px;
  font-weight: 700;
  color: #000;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Medium";
  line-height: 1.3636363636;
  letter-spacing: 0.1em;
  margin-top: 3px;
  word-break: break-all;
}

.goods__price {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Medium";
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 2px;
}

.goods__price span {
  font-size: 10px;
}

.goods__btn {
  margin-top: 10px;
  text-align: center;
}

.btn {
  display: inline-block;
  border-radius: 20px;
  padding: 5px 7px;
  background-color: #000;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "MFW-PA1GothicStdN-Bold";
  line-height: 1;
  letter-spacing: 0.05em;
}

.btn--shop {
  background-color: #ba0000;
}

.goods__color-title {
  font-size: 12px;
  font-weight: 700;
  color: #000;
  text-align: center;
  font-family: "MFW-PA1GothicStdN-Bold";
  line-height: 1;
  letter-spacing: 0.05em;
}

.goods__colors {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.goods__color {
  display: grid;
  grid-template-columns: 59px 1fr;
  gap: 7px;
  align-items: center;
}

.goods__color-name {
  font-size: 11px;
  font-weight: 700;
  color: #000;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Medium";
  line-height: 1.3636363636;
  letter-spacing: 0.1em;
}

.goods__color-btn {
  margin-top: 6px;
}

.line-osusume {
  margin-block: 12px;
}

.btn-backtop {
  margin-block: 50px;
  text-align: center;
}

.btn-backtop a {
  display: inline-block;
  border-radius: 10px;
  padding: 5px 32px;
  background-color: #000;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "MFW-PA1GothicStdN-Bold";
  line-height: 1;
  letter-spacing: 0.05em;
}

/* -----------------------------------------------------------

----------------------------------------------------------- */
.bread-link {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 0.4em 0.4em;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .bread-link {
    font-size: 12px;
  }
}

.bread-link a {
  color: #fff;
}

.item {
  margin-top: 15px;
}

.item:not(:first-of-type) {
  margin-top: 30px;
}

.item-left {
  padding-right: 25px;
}

.item-center {
  padding: 0 25px;
}

.item-right {
  padding-left: 25px;
}

.osusume {
  margin-top: 15px;
  margin-bottom: 10px;
}

.item-warp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.page-footer {
  margin-top: 30px;
}

.banner-randoseru {
  margin-top: 25px;
}

.img-block__title {
  margin-top: 20px;
}

.fit-reason {
  padding: 25px;
}

.backtop-link {
  text-align: center;
  margin-bottom: 30px;
}

.backtop-link img {
  width: 250px;
}

.fot-backtop {
  display: none;
  position: fixed;
  bottom: 70px;
  z-index: 10;
  width: 45px;
}
@media screen and (min-width: 768px) {
  .fot-backtop {
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .fot-backtop {
    left: 10px;
    bottom: 100px;
  }
}

.cation-text {
  margin-top: 20px;
  font-size: 13px;
  padding-inline: 25px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .cation-text {
    font-size: 12px;
  }
}

.btn-home {
  margin-top: 20px;
  padding-inline: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: center;
}

.btn-living {
  margin-top: 20px;
  padding-inline: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  align-items: center;
}

.btn-onlineshop {
  padding: 25px 25px 0;
}/*# sourceMappingURL=styles.css.map */