@charset "UTF-8";
/* ==========================================================================
  Reset
  ========================================================================== */
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, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

img {
  font-size: 0;
  line-height: 0;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  font-weight: bold;
  font-style: italic;
  color: #000;
}

del {
  text-decoration: line-through;
}

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

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

fieldset, img {
  line-height: 0;
  vertical-align: top;
}

hr {
  display: none;
}

input, select {
  vertical-align: middle;
}

html {
  *zoom: 1;
  /* firefox */
}

* {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
  line-height: 1;
}

html, body {
  width: 100%;
  height: 100%;
}

ul, li {
  list-style: none;
}

b {
  font-weight: bold;
}

iframe {
  border: none;
  outline: none;
}

p {
  margin: 0;
}

/* ==========================================================================
  base
========================================================================== */
body.mania {
  position: relative;
  color: #000000;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  background: #000000;
  padding-top: 50px;
  font-feature-settings: "palt";
  font-size: 16px;
  max-width: 100%;
  width: 100%;
  max-width: 100vw;
  width: 100vw;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  body.mania {
    font-size: 20px;
    padding-top: 80px;
  }
}

* {
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 921px) {
  .sp {
    display: none;
  }
}

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

img, video {
  width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
  font-size: 0;
}

a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  a:hover img.hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

/* ==========================================================================
  anime
========================================================================== */
.hide {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
}

.hide-l {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  transform: translate(-40px, 0);
}
@media screen and (max-width: 767px) {
  .hide-l {
    transform: translate(0, 0);
  }
}

.hide-r {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  transform: translate(40px, 0);
}
@media screen and (max-width: 767px) {
  .hide-r {
    transform: translate(0, 0);
  }
}

.moves {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1 !important;
  transform: translate(0, 0);
}

/* ==========================================================================
  movie
========================================================================== */
.movie-outer {
  width: 100%;
  max-width: 1100px;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
  z-index: 0;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* ==========================================================================
  menu
========================================================================== */
.menu {
  position: absolute;
  cursor: pointer;
  top: 15px;
  right: 20px;
  width: 40px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .menu {
    top: 30px;
    right: 30px;
  }
}

.menu span {
  transition: all 0.3s;
  background: #fff;
  position: absolute;
  width: 40px;
  height: 1px;
  left: 0;
  display: block;
}
.menu span:nth-child(1) {
  top: 0;
}
.menu span:nth-child(2) {
  top: 9px;
}
.menu span:nth-child(3) {
  bottom: 0;
  width: 20px;
}

@media screen and (min-width: 768px) {
  .menu:hover span:nth-child(1) {
    width: 20px;
  }
  .menu:hover span:nth-child(3) {
    left: 20px;
  }
}

.active span {
  transition: all 0.3s;
}
.active span:nth-child(1) {
  width: 20px;
}
.active span:nth-child(3) {
  left: 20px;
}

/* ==========================================================================
  header
========================================================================== */
.mania-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 100;
  background: #48372F;
}
@media screen and (min-width: 768px) {
  .mania-header {
    height: 80px;
  }
}

.header-logo {
  position: absolute;
  height: 100%;
  top: 0;
  left: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header-logo {
    left: 20px;
  }
}
.header-logo img {
  height: 34px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .header-logo img {
    height: 50px;
  }
}

.gnav {
  display: none;
  width: 100%;
  height: calc(100% - 50px);
  height: calc(100vh - 50px);
  height: calc(100svh - 50px);
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 50px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .gnav {
    top: 80px;
  }
}

.nav-list li {
  background: #7C5341;
}
.nav-list li:nth-child(even) {
  background: #48372F;
}
.nav-list li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 60px;
  padding: 0 8%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .nav-list li a {
    padding: 0 50px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 100px;
    justify-content: center;
  }
  .nav-list li a:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #000000;
  }
}
.nav-list li a:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 16px;
  height: 20px;
  background: url(../../img/common/arrow_white.svg) no-repeat;
  background-size: contain;
  margin-top: -7px;
}
@media screen and (min-width: 768px) {
  .nav-list li a:after {
    width: 24px;
    height: 30px;
    margin-top: -12px;
    right: 40px;
  }
}

.nav-box {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-box .en {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .nav-box .en {
    margin-bottom: 15px;
    text-align: center;
  }
}
.nav-box .en img {
  height: 14px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .nav-box .en img {
    height: 18px;
  }
}
.nav-box .jp {
  font-weight: bold;
  font-size: 1em;
}
@media screen and (min-width: 768px) {
  .nav-box .jp {
    font-size: 1.2em;
  }
}

.nav-mania {
  padding: 30px 8%;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .nav-mania {
    padding: 60px 10%;
  }
}

.nav-about-ttl {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 15px;
}
@media screen and (min-width: 768px) {
  .nav-about-ttl {
    margin: 0 auto 30px;
  }
}

.nav-about-btn {
  display: block;
  padding: 10px 20px;
  background: #000000;
  width: 70%;
  max-width: 480px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .nav-about-btn:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #7C5341;
  }
}

/* ==========================================================================
  footer
========================================================================== */
.mania-footer {
  background: #fff;
}

.footer-float {
  display: none;
  position: fixed;
  z-index: 50;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .footer-float {
    left: auto;
    right: 0;
  }
}

.btn-shiryo {
  display: block;
  background: #39356A;
  width: 100%;
  padding: 10px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 400px;
}
.btn-shiryo img {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .btn-shiryo img {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .btn-shiryo {
    padding: 20px;
  }
  .btn-shiryo:hover {
    background: #000000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.footer-bottom {
  padding: 30px 0 100px;
  border-top: 1px solid #ccc;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-bottom {
    padding: 60px 0;
  }
}

.footer-logo {
  width: 50%;
  max-width: 160px;
  margin: 0 auto 15px;
}
@media screen and (min-width: 768px) {
  .footer-logo {
    margin: 0 auto 30px;
    max-width: 200px;
  }
}

.footer-copy {
  font-size: 0.6em;
  letter-spacing: -0.02em;
}

/* ==========================================================================
  about
========================================================================== */
.about-area {
  background: #fff;
  padding: 8vw 8vw 40px 8vw;
}
@media screen and (min-width: 768px) {
  .about-area {
    padding: 80px 30px;
  }
}

.about-img {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .about-img {
    max-width: 800px;
    margin: 0 auto 80px;
  }
}

.about-logo {
  width: 56%;
  max-width: 600px;
  margin: 0 auto 50px;
}
@media screen and (min-width: 768px) {
  .about-logo {
    max-width: 480px;
    margin: 0 auto 80px;
  }
}

.about-lead {
  margin: 0 auto 50px;
  width: 100%;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .about-lead {
    max-width: 480px;
    margin: 0 auto 80px;
  }
}

.about-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  letter-spacing: -0.03em;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about-text {
    max-width: 1020px;
    margin: 0 auto;
  }
}

.about-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 900px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .about-nav {
    margin: 20px auto 0;
  }
}

.about-nav-box {
  width: calc(100% / 3);
}

.about-nav-box-01 {
  width: 34.6%;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .about-nav-box-01 {
    padding-right: 10px;
  }
}

.about-nav-box-02 {
  width: 38.3%;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .about-nav-box-02 {
    padding: 0 10px;
  }
}

.about-nav-box-03 {
  width: 27.1%;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .about-nav-box-03 {
    padding-left: 10px;
  }
}

.about-nav-box-02 {
  border-right: 1px dotted #000000;
  border-left: 1px dotted #000000;
}

.abput-nav-img {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.abput-nav-img:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}
.abput-nav-img.about-nav-cs {
  pointer-events: none;
  cursor: default;
}

/* ==========================================================================
 TOP
========================================================================== */
.top-mv {
  background: url(../../img/common/top_mv_bg.webp) center center no-repeat;
  background-size: auto 120%;
  width: 100vw;
  height: 100vw;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .top-mv {
    height: auto;
    min-height: 100%;
    min-height: calc(100vh - 80px);
    min-height: calc(100svh - 80px);
    background: url(../../img/common/top_mv_bg.webp) center center no-repeat;
    background-size: cover;
  }
}

.top-mv-h1 {
  opacity: 0;
  display: block;
  width: 48%;
  margin: 0 auto;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (min-width: 768px) {
  .top-mv-h1 {
    text-align: center;
  }
  .top-mv-h1 img {
    height: 60vh;
    width: auto;
  }
}

.top-hero {
  background: url(../../img/woodstove/top_hero_bg.webp) left bottom no-repeat;
  background-size: 170% auto;
  padding: 50px 6%;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .top-hero {
    padding: 100px 10%;
    background: url(../../img/woodstove/top_hero_bg.webp) center center no-repeat;
    background-size: cover;
  }
}

.top-hero-h2 {
  display: block;
  width: 90%;
  max-width: 600px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .top-hero-h2 {
    margin-bottom: 60px;
  }
}

.top-hero-text {
  color: #fff;
  font-size: 1em;
  line-height: 2;
  margin-bottom: 30px;
  font-weight: bold;
}

.top-hero-lead {
  font-size: 1.4em;
  line-height: 1.7;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  letter-spacing: -0.03em;
  font-weight: 700;
}

/* ==========================================================================
 英文タイトル
========================================================================== */
.ttl-en img {
  height: 14px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .ttl-en img {
    height: 28px;
  }
}

/* ==========================================================================
 薪ストーブ・ラバーズ
========================================================================== */
.cont01-area {
  background: #E8E3DB;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .cont01-area {
    padding-bottom: 80px;
  }
}

.cont01-top {
  background: url(../../img/woodstove/cont01_top_bg.jpg) top center no-repeat;
  background-size: cover;
  padding-top: 50px;
  height: 150vw;
}
@media screen and (min-width: 768px) {
  .cont01-top {
    height: auto;
    padding: 100px 0;
    min-height: 700px;
    min-height: calc(100vh - 80px);
    min-height: calc(100svh - 80px);
    background: url(../../img/woodstove/cont01_top_bg.jpg) center center no-repeat;
    background-size: cover;
  }
}

.cont01-top-ttl {
  display: block;
  width: 70%;
  max-width: 600px;
  margin: 0 auto 30px;
}

.cont01-top-lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  letter-spacing: -0.03em;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .cont01-top-lead {
    font-size: 1.4em;
    text-shadow: 0 0 5px #000000;
  }
}

.cont01-hero {
  position: relative;
  background: url(../../img/woodstove/cont01_hero_bg.webp) top center no-repeat;
  background-size: cover;
  height: 150vw;
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  .cont01-hero {
    height: auto;
    padding-top: 150px 0 50px;
    background: url(../../img/woodstove/cont01_hero_bg.webp) center 65% no-repeat;
    background-size: cover;
    min-height: 700px;
    min-height: calc(100vh - 80px);
    min-height: calc(100svh - 80px);
  }
}

.cont01-tab {
  position: absolute;
  top: -25px;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cont01-tab {
    top: -30px;
    justify-content: center;
  }
}

.tab-box {
  position: relative;
  width: 45%;
  height: 50px;
  background: #fff;
  padding-right: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .tab-box {
    height: 60px;
    max-width: 320px;
  }
  .tab-box:first-child {
    margin-right: 30px;
  }
}
.tab-box:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 16px;
  height: 20px;
  background: url(../../img/common/arrow_brown.svg) no-repeat;
  background-size: contain;
  margin-top: -6px;
}
@media screen and (min-width: 768px) {
  .tab-box:after {
    width: 24px;
    height: 30px;
    margin-top: -10px;
    right: 20px;
  }
}
.tab-box.cs {
  padding-right: 0;
}
.tab-box.cs:after {
  content: none;
}
.tab-box p {
  font-size: 0.9em;
  font-weight: bold;
  font-family: Helvetica;
  color: #48372F;
  text-align: center;
}
.tab-box p img {
  height: 13px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .tab-box p img {
    width: 60%;
    height: auto;
  }
}
.tab-box p:nth-child(1) {
  display: none;
}
.tab-box p:nth-child(2) {
  display: block;
}

.tab-active {
  background: #48372F;
}
.tab-active p:nth-child(1) {
  display: block;
}
.tab-active p:nth-child(2) {
  display: none;
}
.tab-active:after {
  background: url(../../img/common/arrow_white.svg) no-repeat;
  background-size: contain;
}

.cont01-hero-box {
  width: 75%;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .cont01-hero-box {
    margin: 0 0 0 10%;
  }
}

.cont01-hero-en {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .cont01-hero-en {
    margin-bottom: 40px;
  }
}

.cont01-hero-ttl {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .cont01-hero-ttl {
    margin-bottom: 40px;
  }
  .cont01-hero-ttl img {
    -webkit-filter: drop-shadow(0 0 10px black);
    filter: drop-shadow(0 0 10px black);
  }
}

.cont01-hero-name {
  background: #48372F;
  padding: 8px;
  font-weight: bold;
  color: #fff;
  font-size: 0.9em;
  display: inline-block;
}

.cont-01-text {
  padding: 40px 8%;
  color: #404040;
}
@media screen and (min-width: 768px) {
  .cont-01-text {
    padding: 80px 20px;
    margin: 0 auto;
    max-width: 1060px;
  }
}
.cont-01-text p {
  margin-bottom: 40px;
  line-height: 2;
  font-size: 1.05em;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  letter-spacing: 0;
  text-shadow: 0 0 5px #ccc;
}
@media screen and (min-width: 768px) {
  .cont-01-text p {
    line-height: 2.2;
    font-size: 0.9em;
  }
}
.cont-01-text p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .cont01-img {
    max-width: 1060px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .cont01-img-1 {
    width: 48%;
  }
}

@media screen and (min-width: 768px) {
  .cont01-img-2 {
    width: 48%;
  }
}

.cont01-sns {
  background: #fff;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .cont01-sns {
    margin-top: 100px;
    padding: 80px 0;
  }
}

.cont01-sns-ttl {
  text-align: center;
}

.sns-kazari {
  width: 20%;
  max-width: 200px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 768px) {
  .sns-kazari {
    margin: 0 auto 20px;
  }
}

.sns-ttl {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.9em;
  margin-bottom: 40px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .sns-ttl {
    font-size: 1em;
    margin-bottom: 60px;
  }
}
.sns-ttl b {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .sns-ttl b {
    font-size: 2.5rem;
  }
}

.cont01-sns-list {
  padding: 0 2.5vw;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: calc(30px - 2.5vw);
}
@media screen and (min-width: 768px) {
  .cont01-sns-list {
    max-width: 960px;
    margin: 0 auto 40px;
    padding: 0;
  }
}
.cont01-sns-list p {
  width: 30vw;
  margin-bottom: 2.5vw;
}
@media screen and (min-width: 768px) {
  .cont01-sns-list p {
    width: 32%;
    margin-bottom: 20px;
  }
}

.sns-under {
  color: #404040;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 700;
}

.sns-text-01 {
  font-size: 1.2em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.sns-text-02 {
  font-size: 0.85em;
  line-height: 1.7;
  margin-bottom: 30px;
}

.sns-btn {
  position: relative;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  font-size: 0.8em;
  display: block;
  width: 80%;
  height: 50px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  padding-left: 24px;
  text-decoration: none;
  max-width: 600px;
  margin: 0 auto;
  background: #404040;
}
@media screen and (min-width: 768px) {
  .sns-btn {
    height: 80px;
    line-height: 80px;
    font-size: 1em;
  }
}
.sns-btn:after {
  content: "";
  position: absolute;
  left: 20px;
  width: 20px;
  height: 20px;
  background: url(../../img/common/icon_insta.svg);
  background-size: cover;
  top: 50%;
  margin-top: -10px;
}
@media screen and (min-width: 768px) {
  .sns-btn:after {
    width: 40px;
    height: 40px;
    left: 40px;
    margin-top: -20px;
  }
}

/* ==========================================================================
 薪ストーブとスウェーデンハウス
========================================================================== */
.cont02-area {
  background: url(../../img/woodstove/cont02_bg.webp) center top repeat;
  background-size: 100% auto;
  color: #000000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  letter-spacing: -0.03em;
  font-weight: 500;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .cont02-area {
    padding: 80px 20px;
  }
}

.cont02-img {
  padding: 4vw 4vw 30px 4vw;
}
@media screen and (min-width: 768px) {
  .cont02-img {
    padding: 0;
    max-width: 960px;
    margin: 0 auto 80px;
  }
}

@media screen and (min-width: 768px) {
  .cont02-img-f {
    padding: 0;
    width: 46%;
    margin: 0;
  }
}

.cont02-top {
  padding: 60px 0 30px;
}
@media screen and (min-width: 768px) {
  .cont02-top {
    padding: 80px 0;
  }
}

.cont02-top-en {
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cont02-top-en {
    margin-bottom: 20px;
  }
}

.cont02-top-h3 {
  text-align: center;
  font-size: 1.7em;
  margin-bottom: 30px;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .cont02-top-h3 {
    font-size: 2.5em;
    margin-bottom: 60px;
  }
}

.cont02-top-kazari {
  width: 28%;
  max-width: 300px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  .cont02-top-kazari {
    margin: 0 auto 60px;
  }
}

.cont02-top-lead {
  line-height: 2;
  font-size: 1em;
  text-align: center;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .cont02-head {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .cont02-head-left {
    width: 38.71%;
    padding-right: 20px;
  }
}

.cont02-img-wide {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .cont02-img-wide {
    padding: 0 4vw 2px 4vw;
  }
}

@media screen and (min-width: 768px) {
  .cont02-img-01-1 {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .cont02-img-01-2 {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .cont02-head-right {
    width: 61.29%;
  }
}

@media screen and (min-width: 768px) {
  .cont02-img-01-3 {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .cont02-set {
    max-width: 1200px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 100px;
  }
  .cont02-set:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}

.cont02-article {
  width: 80%;
  margin: 30px auto;
}
@media screen and (min-width: 768px) {
  .cont02-article {
    width: 100%;
    max-width: 1200px;
    margin: 60px auto;
  }
}

@media screen and (min-width: 768px) {
  .cont02-article-f {
    width: 46%;
    margin: 0;
  }
}

.cont02-article-2 {
  margin: 30px auto 60px;
}
@media screen and (min-width: 768px) {
  .cont02-article-2 {
    margin: 60px auto 100px;
  }
}

.article-ttl {
  text-align: center;
  font-size: 1.4em;
  margin-bottom: 30px;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .article-ttl {
    font-size: 1.4em;
    margin-bottom: 40px;
    text-align: left;
  }
}

.article-text {
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .article-text {
    line-height: 2.5;
  }
}

@media screen and (min-width: 768px) {
  .cont02-img-04 {
    max-width: 480px;
    margin: 0 auto;
  }
}

.waku3 {
  opacity: 0;
}

/*枠線が伸びて出現*/
.line {
  position: relative;
  /* 枠線が書かれる基点*/
}

/*上下線*/
.line::before,
.line::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #ccc;
  /* 枠線の色*/
}

/*左右線*/
.line2::before,
.line2::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 0;
  background: #aaa;
  /* 枠線の色*/
}

/*上線*/
.line::before {
  top: 0;
  left: 0;
  animation: lineAnime 0.2s linear 0s forwards;
  /*表示されて0秒後に上線が0.5秒かけて表示*/
}

/*右線*/
.line2::before {
  top: 0;
  right: 0;
  animation: lineAnime2 0.2s linear 0.5s forwards;
  /*表示されて0.5秒後に右線が0.5秒かけて表示*/
}

/*下線*/
.line::after {
  bottom: 0;
  right: 0;
  animation: lineAnime 0.2s linear 1s forwards;
  /*表示されて1秒後に下線が0.5秒かけて表示*/
}

/*左線*/
.line2::after {
  bottom: 0;
  left: 0;
  animation: lineAnime2 0.2s linear 1.5s forwards;
  /*表示されて1.5秒後に左線が0.5秒かけて表示*/
}

@keyframes lineAnime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes lineAnime2 {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
/*枠線内側の要素*/
.line .lineinappear {
  animation: lineInnerAnime 0.8s linear 1.5s forwards;
  /*1.5秒後に中央のエリアが0.5秒かけて表示*/
  opacity: 0;
  /*初期値を透過0にする*/
}

@keyframes lineInnerAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ==========================================================================
 薪ストーブ・カタログ
========================================================================== */
.cont03-area {
  background: #000000;
  color: #fff;
}

.cont03-top {
  padding: 50px 8%;
  background: url(../../img/woodstove/cont03_top_bg.webp) center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .cont03-top {
    min-height: 100%;
    min-height: calc(100vh - 80px);
    min-height: calc(100svh - 80px);
    padding: 80px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}

.cont03-ttl {
  position: relative;
  width: 56vw;
  height: 56vw;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto 50px;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .cont03-ttl {
    width: 480px;
    height: 480px;
    margin: 0 auto 80px;
  }
}

.conto3-top-en {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .conto3-top-en {
    margin-bottom: 20px;
  }
}

.cont03-top-h3 {
  display: block;
  width: 32%;
}

.cont03-top-lead {
  font-size: 1.2em;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  letter-spacing: -0.03em;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .cont03-top-lead {
    font-size: 1.6em;
  }
}

.cont03-top-cap {
  font-size: 0.9em;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .cont03-top-cap {
    font-size: 1em;
  }
}

.item-img {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .item-img {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .item-text {
    width: 44%;
  }
}
.item-text h5 {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .item-text h5 {
    font-size: 1.2em;
    margin-bottom: 20px;
  }
}

.cont03-list {
  padding: 50px 8%;
}
@media screen and (min-width: 768px) {
  .cont03-list {
    padding: 80px 30px 0;
  }
}
.cont03-list li {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .cont03-list li {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 100px 0 0;
  }
  .cont03-list li:nth-child(even) {
    flex-direction: row-reverse;
    padding: 0 0 0 100px;
  }
  .cont03-list li.item01 {
    align-items: center;
  }
  .cont03-list li.item01 .item-img {
    transform: translate(0, 3vw);
  }
  .cont03-list li.item02 {
    align-items: center;
  }
  .cont03-list li.item02 .item-img {
    transform: translate(0, -3vw);
  }
  .cont03-list li.item03 {
    align-items: flex-start;
  }
  .cont03-list li.item03 .item-img {
    transform: translate(0, -3vw);
  }
  .cont03-list li.item04 {
    align-items: center;
  }
  .cont03-list li.item04 .item-img {
    transform: translate(0, -3vw);
    width: 40%;
  }
  .cont03-list li.item04 .item-text {
    width: 54%;
    transform: translate(0, -3vw);
  }
  .cont03-list li.item05 {
    align-items: flex-start;
  }
  .cont03-list li.item05 .item-img {
    transform: translate(0, -3vw);
    width: 40%;
    text-align: center;
  }
  .cont03-list li.item05 .item-img img {
    width: 60%;
  }
  .cont03-list li.item05 .item-text {
    width: 54%;
  }
  .cont03-list li.item06 {
    align-items: center;
  }
  .cont03-list li.item06 .item-img {
    transform: translate(0, -8vw);
    width: 40%;
    text-align: center;
  }
  .cont03-list li.item06 .item-img img {
    width: 70%;
  }
  .cont03-list li.item06 .item-text {
    width: 54%;
    transform: translate(40px, 0);
  }
}
@media screen and (max-width: 920px) {
  .cont03-list li {
    margin: 0 auto 70px;
  }
  .cont03-list li:nth-child(even) {
    flex-direction: row-reverse;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .cont03-list li {
    margin: 0 auto 40px;
  }
}
.cont03-list li:last-child {
  margin-bottom: 0;
}

.item-en {
  display: none;
}
@media screen and (min-width: 921px) {
  .item-en {
    display: block;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 920px) {
  .item-en {
    display: block;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 921px) {
  .item-en img {
    height: 60px;
    width: auto;
  }
}
@media screen and (max-width: 920px) {
  .item-en img {
    height: 40px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .item-en {
    display: none;
  }
}

.item-spec {
  color: #ACACAC;
  font-size: 0.9em;
  margin-bottom: 10px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .item-spec {
    font-size: 0.8em;
    margin-bottom: 20px;
  }
}

.item-det {
  color: #C39245;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .item-det {
    font-size: 0.9em;
  }
}

/* ==========================================================================
 薪ストーブのあるモデルハウス
========================================================================== */
.cont04-area {
  background: #fff;
}

.cont04-top {
  padding: 50px 0 30px;
}
@media screen and (min-width: 768px) {
  .cont04-top {
    padding: 80px 0;
  }
}

.cont04-ttl {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cont04-ttl {
    margin-bottom: 60px;
  }
}

.cont04-top-en {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .cont04-top-en {
    margin-bottom: 40px;
  }
}

.cont04-top-h3 {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  font-size: 1.8em;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .cont04-top-h3 {
    font-size: 2.4em;
  }
}

.conto4-top-img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .conto4-top-img {
    max-width: 960px;
    margin: 0 auto 60px;
  }
}

.cont04-top-lead {
  font-weight: bold;
  font-size: 1em;
  line-height: 2;
  margin-bottom: 20px;
  text-align: left;
  padding: 0 8vw;
}
@media screen and (min-width: 768px) {
  .cont04-top-lead {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 40px;
  }
}

.cont04-top-cap {
  line-height: 1.5;
  font-size: 0.8em;
  text-align: left;
  padding: 0 8vw;
}
@media screen and (min-width: 768px) {
  .cont04-top-cap {
    text-align: center;
  }
}

.model-img {
  width: 92%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .model-img {
    width: 80%;
  }
}

.model-text {
  padding: 0 8%;
}
@media screen and (min-width: 768px) {
  .model-text {
    position: absolute;
    right: 5vw;
    bottom: 5vw;
    width: 30vw;
    height: auto;
    background: #FAF8F4;
    padding: 40px;
  }
}
.model-text h5 {
  font-size: 1.2em;
  margin-bottom: 10px;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-style: normal;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .model-text h5 {
    margin-bottom: 20px;
  }
}

.cont04-list {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .cont04-list {
    margin-bottom: 80px;
  }
}
.cont04-list li {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .cont04-list li {
    position: relative;
    margin-bottom: 80px;
  }
}
.cont04-list li:last-child {
  margin-bottom: 0;
}
.cont04-list li:nth-child(even) .model-img {
  margin-left: 8%;
}
@media screen and (min-width: 768px) {
  .cont04-list li:nth-child(even) .model-img {
    margin-left: 20%;
  }
}
@media screen and (min-width: 768px) {
  .cont04-list li:nth-child(even) .model-text {
    right: auto;
    left: 5vw;
  }
}

.model-det {
  font-size: 0.9em;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .model-det {
    font-size: 0.8em;
  }
}

.cont04-bottom {
  background: #FAF8F4;
  padding: 40px 8%;
}
@media screen and (min-width: 768px) {
  .cont04-bottom {
    padding: 80px 30px;
  }
}

.cont04-list-ttl {
  font-size: 1.1em;
  margin-bottom: 15px;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-style: normal;
  font-weight: normal;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cont04-list-ttl {
    margin-bottom: 30px;
  }
}

.cont04-model-modashi {
  padding: 5px 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .cont04-model-modashi {
    padding: 10px 0;
    max-width: 960px;
    margin: 0 auto;
  }
}

.model-table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.8em;
  width: 100%;
}
.model-table td {
  padding: 8px 0;
}
@media screen and (min-width: 768px) {
  .model-table td {
    padding: 12px 0;
  }
}

.td-01 {
  width: 20%;
}

.td-02 {
  width: 35%;
}

.td-03 {
  width: 45%;
}

.model-list-box {
  height: 300px;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  border-bottom: 1px solid #707070;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .model-list-box {
    height: 400px;
    max-width: 960px;
    margin: 0 auto 60px;
  }
}

.model-list-table {
  padding: 15px 0;
}
.model-list-table li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #707070;
}
.model-list-table li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.cont04-btn {
  display: block;
  padding: 10px 0;
  color: #fff;
  background: #7C5341;
  text-decoration: none;
  margin-bottom: 30px;
  max-width: 480px;
  margin: 0 auto 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .cont04-btn {
    margin: 0 auto 60px;
  }
  .cont04-btn:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #48372F;
  }
}

.model-btn-logo {
  width: 36%;
  margin: 0 auto 10px;
}

.model-btn-text {
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}

.model-cap {
  font-size: 0.8em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .model-cap {
    max-width: 960px;
    margin: 0 auto;
    font-size: 0.7em;
  }
}

/* ==========================================================================
薪ストーブを100%楽しむ方法
========================================================================== */
.cont05-area {
  background: #E8E3DB;
}

.cont05-top {
  padding: 60px 8%;
  background: #7C5341;
}
@media screen and (min-width: 768px) {
  .cont05-top {
    padding: 80px 8%;
    background: #7C5341;
  }
}

.cont05-top-en {
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cont05-top-en {
    margin-bottom: 20px;
  }
}

.cont05-top-kazari {
  width: 60%;
  max-width: 600px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .cont05-top-kazari {
    margin: 0 auto 40px;
  }
}

.cont05-top-h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  letter-spacing: -0.03em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  color: #EDE2AA;
  font-size: 2em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .cont05-top-h3 {
    font-size: 2.4em;
    margin-bottom: 60px;
  }
}

.cont05-top-lead {
  text-align: center;
  color: #fff;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.cont05-article {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .cont05-article {
    padding: 80px 30px;
    max-width: 1020px;
    margin: 0 auto;
  }
}

.cont05-vol {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .cont05-vol {
    margin-bottom: 80px;
  }
}

.enjoy-vol {
  width: 10%;
  max-width: 100px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .enjoy-vol {
    margin: 0 auto 40px;
  }
}

.enjoy-ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  letter-spacing: -0.03em;
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .enjoy-ttl {
    font-size: 2em;
  }
}

.enjoy-img {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .enjoy-img {
    margin-bottom: 80px;
  }
}

.enjoy-text {
  line-height: 2;
  padding: 0 8%;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .enjoy-text {
    padding: 0;
    line-height: 2.5;
    text-shadow: 0 0 5px #ccc;
    margin-bottom: 80px;
  }
}
.enjoy-text:last-of-type {
  margin: 0;
}

/*# sourceMappingURL=style.css.map */
