@charset "UTF-8";
/* Scss Document */
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,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=Roboto:ital,wght@0,100..900;1,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=Roboto:ital,wght@0,100..900;1,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=Roboto:ital,wght@0,100..900;1,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=Roboto:ital,wght@0,100..900;1,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 !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: "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;
  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% - 193px);
  height: 100vh;
  left: 0;
  top: 0;
  background: url(../images/pc-left.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .pc-view-left {
    display: none;
  }
}

.pc-view-right {
  position: fixed;
  width: calc(50% - 193px);
  height: 100vh;
  right: 0;
  top: 0;
  background: url(../images/pc-right.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .pc-view-right {
    display: none;
  }
}

.pc-view-right__inner {
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.pc-view-right__wrap {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px;
  width: 330px;
  margin-inline: 50px 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media screen and (max-width: 1200px) {
  .pc-view-right__wrap {
    margin-inline: 10px 10px;
  }
}

.pc-view-right__title {
  font-size: 20px;
  font-weight: 700;
  color: #ea5529;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .pc-view-right__title {
    font-size: min(1.953125vw, 20px);
  }
}

.nav {
  margin-top: 5px;
}

.nav li {
  display: block;
  text-align: center;
  padding-block: 0.5rem;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .nav li {
    font-size: min(1.5625vw, 16px);
  }
}

.nav li a {
  color: #000;
}

.nav li a span {
  display: inline-block;
  margin-right: 5px;
}

.nav li a img {
  width: 20px;
}

.pc-view-right__btn {
  display: block;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .pc-view-right__qr-text {
    margin-top: 5px;
    font-size: min(1.5625vw, 16px);
    line-height: 1.375;
    padding-left: 20px;
  }
}

.pc-view-right__qr-img {
  margin: 10px auto 0;
  text-align: center;
  width: 120px;
}

.pc-view-right__qr-img img {
  width: 120px;
}

.sp-view {
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 385px;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .sp-view {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .sp-view {
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
  }
}

@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: "Noto Sans JP", sans-serif;
  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: "Noto Sans JP", sans-serif;
  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;
}

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

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

/*ボタン*/
.btn {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 auto;
  display: block;
  transition-duration: 0.3s;
  position: relative;
  background-color: #000;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

a.btn::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  transition-duration: 0.3s;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

a.btn--nolink {
  pointer-events: none;
}

a.btn--nolink::before {
  display: none;
}

@media (hover: hover) {
  .btn:hover::before {
    opacity: 1;
    right: 16px;
    transition-duration: 0.3s;
  }
}
/*アコーディオン*/
.js-aclink {
  cursor: pointer;
  background: url(../images/yaji@3x.png) no-repeat right 12px center;
  background-size: 26px;
  background-color: #ea5529;
}
.js-aclink.js-ac {
  background: url(../images/yaji180@3x.png) no-repeat right 12px center;
  background-size: 26px;
  background-color: #ea5529;
}

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

/* 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;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  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.open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.nav-wrap__inner {
  padding: 5rem 5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

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

/*メニューボタン*/
.nav-button-wrap {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 15000;
  background: #000;
  padding: 8px 8px 8px 8px;
}
@media screen and (min-width: 768px) {
  .nav-button-wrap {
    display: none;
  }
}

.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 {
  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: #fff;
}
.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 :トップページ読み込み用
=================================================================== */
/* -----------------------------------------------------------
共通
----------------------------------------------------------- */
.s-text {
  font-size: 13px;
  font-weight: 400;
  color: #000;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6923076923;
  letter-spacing: 0;
}

/* -----------------------------------------------------------
concept
----------------------------------------------------------- */
.concept__inner {
  padding-block: 30px;
}

.concept__text {
  margin-top: 20px;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  line-height: 1.875;
}

/* -----------------------------------------------------------
onsen
----------------------------------------------------------- */
.onsen {
  background-color: #fef4ea;
  padding-block: 30px;
}

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

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

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

.cm__youtube {
  margin-top: 15px;
}

.cm__youtube iframe {
  width: 100%;
  height: 210px;
}

/* -----------------------------------------------------------
rally
----------------------------------------------------------- */
.rally {
  padding-block: 30px;
}

.rally__text {
  margin-top: 20px;
  text-align: center;
}

.rally__text span {
  font-size: 11px;
}

.rally__image {
  margin-top: 30px;
}

/* -----------------------------------------------------------
howto
----------------------------------------------------------- */
.howto {
  padding-block: 30px;
  background-color: #ea5529;
}

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

/* -----------------------------------------------------------
detail
----------------------------------------------------------- */
.detail {
  padding-block: 20px 30px;
}

.detail__hosoku {
  font-size: 11px;
  text-indent: -11px;
  padding-left: 11px;
}

.detail__title {
  margin-top: 20px;
  margin-bottom: 20px;
}

.detail__notes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.detail__sub-title {
  font-weight: bold;
  font-size: 15px;
}

.detail__sub-title2 {
  font-weight: bold;
}

/* -----------------------------------------------------------
top-footer
----------------------------------------------------------- */
.top-footer__title {
  background-color: #ea5529;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  padding-block: 12px;
}

.top-footer__links li {
  list-style: none;
  border-top: 1px solid #fff;
}

.top-footer__links li a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.8;
  letter-spacing: 0;
  background-color: #fdeedf;
  position: relative;
  padding-left: 20px;
}

.top-footer__links li a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  transition-duration: 0.3s;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.top-footer__links li .top-footer__nolink {
  pointer-events: none;
}

.top-footer__links li .top-footer__nolink::before {
  display: none;
}

.top-footer__inner {
  padding-block: 25px;
}

.top-footer__name {
  font-size: 14px;
  text-align: center;
}

.top-footer__tel {
  font-size: 30px;
  font-weight: 700;
  color: #ea5529;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 15px;
}

.top-footer__tel a {
  color: #ea5529;
}

.top-footer__time {
  font-size: 16px;
  text-align: center;
  margin-top: 3px;
}

.top-footer__mail {
  margin-top: 10px;
}

.top-footer__copyright {
  background-color: #000;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  padding-block: 10px;
}
@media screen and (max-width: 768px) {
  .top-footer__copyright {
    padding-block: 10px 90px;
  }
}

.fot-fix {
  padding: 10px;
  background-color: #e5004f;
  position: fixed;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .fot-fix {
    display: none;
  }
}

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

 file name  :page.css
 style info :各ページ読み込み用
=================================================================== */
/* -----------------------------------------------------------
modal
----------------------------------------------------------- */
.modal {
  display: none;
}

.modal__head {
  position: relative;
  padding: 20px 20px 10px;
}

.modal__head::after {
  position: absolute;
  background-color: #ea5529;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 0;
}

.modal__title {
  display: grid;
  grid-template-columns: auto auto;
  gap: 15px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.modal__title .modal__title-name {
  font-size: 23px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}

.modal__title .modal__title-area {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
}

.modal__image {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.modal__body {
  padding: 0 20px 20px;
}

.modal__copy {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
  letter-spacing: 0;
  margin-top: 10px;
}

.modal__text {
  margin-top: 10px;
}

.modal__hosoku {
  font-size: 11px;
  margin-top: 20px;
}

.modal__hosoku2 {
  font-size: 11px;
  margin-top: 10px;
  text-align: center;
}

.modal__btns {
  margin-top: 20px;
}

.modal__btns a {
  margin-top: 10px;
}

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

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

.modal__close {
  margin-top: 20px;
  text-align: center;
}

.modal__close img {
  width: 95px;
}

.modaal-close {
  z-index: 2;
}

/* -----------------------------------------------------------
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: "Noto Sans JP", sans-serif;
  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: "Noto Sans JP", sans-serif;
  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: "Noto Sans JP", sans-serif;
  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--shop {
  background-color: #ba0000;
}

.goods__color-title {
  font-size: 12px;
  font-weight: 700;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  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: "Noto Sans JP", sans-serif;
  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: "Noto Sans JP", sans-serif;
  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 */