@charset "UTF-8";
/* Scss Document */
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* -----------------------------------------------------------
 =reset and default css
----------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
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;
}

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

.mgT10 {
  margin-top: 10px;
}

.mgT15 {
  margin-top: 15px;
}

.mgT20 {
  margin-top: 20px;
}

.mgT25 {
  margin-top: 25px;
}

.mgt30 {
  margin-top: 30px;
}

.mgt35 {
  margin-top: 35px;
}

.mgT40 {
  margin-top: 40px;
}

.mgT50 {
  margin-top: 50px;
}

.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: #f2ece7;
  color: #000;
  font-size: 16px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  body {
    background-color: #fff;
  }
}

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

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;
  background-color: #e88b85;
  background-image: url(../images/bg-pc-bottom.svg);
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: auto min(12.2vh, 86px);
}
@media screen and (max-width: 768px) {
  .pc-view {
    display: none;
  }
}
@media screen and (min-width: 1750px) {
  .pc-view {
    width: calc(100% - 680px);
  }
}

.pc-view__inner {
  text-align: center;
}

.pc-view__img img {
  padding: 60px 20px 86px;
  max-height: 98vh;
  width: auto;
}

.pc-view__title {
  margin-top: 60px;
  padding-inline: 5.85vw;
  text-align: center;
}
@media screen and (max-height: 740px) {
  .pc-view__title {
    margin-top: 30px;
  }
}

.pc-view__title img {
  width: 100%;
  max-width: 970px;
}
@media screen and (max-height: 740px) {
  .pc-view__title img {
    height: 52vh;
  }
}

.pc-view__bnr {
  margin-top: 50px;
  padding-inline: 20px;
  display: grid;
  grid-template-columns: 39.5% 28.7% 29.6%;
  gap: 10px;
  align-items: center;
  max-width: 920px;
  margin-inline: auto;
}
@media screen and (max-height: 740px) {
  .pc-view__bnr {
    margin-top: 20px;
    width: auto;
    grid-template-columns: repeat(3, auto);
    justify-content: center;
  }
}

@media screen and (max-height: 740px) {
  .pc-view__bnr img {
    height: 20vh;
    width: auto;
  }
}

.sp-view {
  position: relative;
  z-index: 10;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .sp-view {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    margin: 0 0 0 auto;
    width: 40%;
  }
}
@media screen and (min-width: 1750px) {
  .sp-view {
    width: 680px;
  }
}

/* -----------------------------------------------------------
 =header, glovalnavi
----------------------------------------------------------- */
.head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #ce141d;
  padding: 10px 25px 10px 15px;
}

.head__logo {
  width: 150px;
}

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

.head__btn img {
  width: 20px;
}
@media screen and (max-width: 768px) {
  .head__btn img {
    width: 30px;
  }
}

.mv {
  background-color: #e88b85;
}

.mv__mv {
  padding: 25px 25px 0 25px;
}

.mv__text {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  margin: 5px 10px 0 0;
}

.mv__title {
  margin-top: 25px;
}

/* -----------------------------------------------------------
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;
}

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

.moa-cafe__inner img {
  width: 100%;
}

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

.kids-land__inner img {
  width: 100%;
}

.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: 25px;
}

.store__inner img {
  width: 100%;
}

/* -----------------------------------------------------------
fix-link
----------------------------------------------------------- */
.fix-link {
  position: fixed;
  left: 20px;
  bottom: 10px;
  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;
  }
}

.fix-link__items a {
  width: 180px;
}
@media screen and (max-height: 740px) {
  .fix-link__items a {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .fix-link__items a {
    width: 100%;
  }
}

.fix-link__items a:hover {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .fix-link__items a img {
    width: 100%;
  }
}

/* *-------------------------------------------------------------------
 パンくずナビ
-------------------------------------------------------------------* */
.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;
  display: none;
  z-index: 10000;
  background-color: rgba(153, 153, 153, 0.7);
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .nav-wrap {
    display: none;
  }
}
.nav-wrap .nav {
  height: 100%;
  width: 100%;
  margin: 100px auto 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .nav-wrap .nav {
    width: 1024px;
    margin: 200px auto 0;
  }
}
.nav-wrap li {
  display: block;
  margin: 0 0 1em 20px;
  padding: 0.5em 0;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .nav-wrap li {
    margin: 0 0 2em 100px;
  }
}
.nav-wrap li a {
  color: #fff;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .nav-wrap li a {
    font-size: 40px;
  }
}

@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: 20px;
  top: 20px;
  z-index: 15000;
  background: #999;
  padding: 8px 8px 20px 8px;
}
@media screen and (min-width: 768px) {
  .nav-button-wrap {
    display: none;
    right: 50px;
    top: 50px;
    padding: 10px 10px 30px 10px;
  }
}

.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: 40px;
  height: 27px;
}
@media screen and (min-width: 768px) {
  .nav-button {
    width: 60px;
    height: 35px;
  }
}
.nav-button:after {
  content: "MENU";
  color: #fff;
  position: absolute;
  top: 32px;
  font-size: 12px;
  font-weight: bold;
  left: 0;
}
@media screen and (min-width: 768px) {
  .nav-button:after {
    top: 43px;
    font-size: 14px;
    left: 5px;
  }
}
.nav-button.active:after {
  content: "CLOSE";
  color: #fff;
  left: -1px;
}
@media screen and (min-width: 768px) {
  .nav-button.active:after {
    left: 2px;
  }
}

.nav-button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .nav-button span {
    height: 7px;
  }
}
.nav-button span:nth-of-type(1) {
  top: 0;
}
.nav-button span:nth-of-type(2) {
  top: 11px;
}
@media screen and (min-width: 768px) {
  .nav-button span:nth-of-type(2) {
    top: 14px;
  }
}
.nav-button span:nth-of-type(3) {
  bottom: 0;
}

.nav-button.active span {
  background-color: #fff;
}
.nav-button.active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(14px) rotate(-45deg);
    transform: translateY(14px) rotate(-45deg);
  }
}
.nav-button.active span:nth-of-type(2) {
  opacity: 0;
}
.nav-button.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
  }
}

/* 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 20px 0 20px;
}
@media screen and (max-width: 768px) {
  .top-btn {
    padding: 25px 20px 0 20px;
  }
}

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

.top-btn__item {
  position: relative;
  display: block;
}

.top-btn__item span {
  position: absolute;
  top: -10px;
  right: -10px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.top-btn__item span img {
  width: 125px;
}

@media (min-width: 1100px) {
  .top-btn__item span img {
    width: 200px;
  }
}
/* --- PC hover時 --- */
@media (min-width: 768px) {
  .top-btn__item:hover span {
    opacity: 1;
    transform: translateY(0);
  }
}
/* --- SP スクロールイン時 --- */
@media (max-width: 767px) {
  .top-btn__item span.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
  .top-btn__item:hover {
    opacity: 1;
  }
}
.over {
  transition: opacity 0.2s ease;
}

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

.top-curtain {
  padding: 20px 15px 40px;
}

/* -----------------------------------------------------------
campaign
----------------------------------------------------------- */
.modal {
  display: none;
}

.modaal-container {
  background: transparent;
}

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

/* -----------------------------------------------------------
top-footer
----------------------------------------------------------- */
.top-footer {
  background-color: #c1ac93;
  padding: 25px;
}
@media screen and (max-width: 768px) {
  .top-footer {
    padding: 25px 25px 100px;
  }
}

.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: 12px;
  font-weight: bold;
  color: #000;
}

.top-footer__copyright {
  margin-top: 10px;
  text-align: center;
  color: #000;
  font-size: 11px;
}

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

 file name  :page.css
 style info :各ページ読み込み用
=================================================================== */
.bread-link {
  background-color: #ce141d;
  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;
}

.cate-item__goods img:hover {
  opacity: 1;
}

.cate-item__goods map:hover {
  opacity: 1;
}

.cate-item__goods area:hover {
  opacity: 1;
}/*# sourceMappingURL=styles.css.map */