@charset "UTF-8";
/*===========================================================================*/
/*  media quary  */
/*===========================================================================*/
@import "/css/common.css";
/*==================================================================*/
/* style css　*/
/*==================================================================*/
.wrapper {
  padding-top: 0;
}

section {
  margin-bottom: 8em;
}

/* -------------------------------------------- */
/* mainvisual */
/* -------------------------------------------- */
.mainvisual {
  position: relative;
}
.mainvisual:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100vh;
  background: url("/image/mainvisual_bg.png") no-repeat center center;
  background-size: cover;
  z-index: -1;
}
.mainvisual .catch-area {
  position: absolute;
  width: 50%;
  max-width: 500px;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
}
.mainvisual .catch-area .logo {
  margin-bottom: 2em;
}
.mainvisual .catch-area .logo img {
  width: 250px;
}
.mainvisual .catch-area h1 {
  margin-bottom: 0.5rem;
  font-size: 3rem;
  font-weight: bold;
}
.mainvisual .catch-area h1 span {
  display: block;
}
.mainvisual .catch-area .en {
  font-size: 1.3rem;
}
.mainvisual .tablet {
  display: none;
}
.mainvisual .photo-area {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  list-style: none;
}
.mainvisual .photo-area li {
  position: absolute;
  line-height: 0;
  z-index: -1;
}
.mainvisual .photo-area li.main01 {
  width: 47%;
  right: 52%;
  top: 50%;
  -webkit-transform: translate(12%, -40%);
  transform: translate(12%, -40%);
}
.mainvisual .photo-area li.main02 {
  width: 52%;
  left: 50%;
  bottom: 54%;
  -webkit-transform: translate(-15%, -10%);
  transform: translate(-15%, -10%);
}
.mainvisual .photo-area li.main03 {
  width: 25%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(30%, 12%);
  transform: translate(30%, 12%);
}
.mainvisual .photo-area li.main04 {
  width: 25%;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translate(-45%, -220%);
  transform: translate(-45%, -220%);
}
.mainvisual .menu-area {
  position: absolute;
  right: 2em;
  bottom: 3em;
}
.mainvisual .menu-area ul {
  text-align: right;
}
.mainvisual .menu-area ul li {
  margin-bottom: 1em;
  font-size: 1.05rem;
  font-weight: 500;
}
.mainvisual .menu-area ul li:last-child {
  margin-bottom: 0;
}
.mainvisual .menu-area ul li span {
  display: block;
  margin-top: -2px;
  padding-top: 0.4em;
  color: #7C9740;
  font-size: 0.7rem;
}
.mainvisual .menu-area ul li a {
  position: relative;
  text-decoration: none;
  z-index: 1;
}
.mainvisual .menu-area ul li a:after {
  content: "";
  position: absolute;
  top: 11px;
  left: -11px;
  width: 0;
  height: 0;
  background-color: #c9a063;
  border-radius: 50%;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.mainvisual .menu-area ul li a:hover {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mainvisual .menu-area ul li a:hover:after {
  width: 5px;
  height: 5px;
}
.mainvisual .menu-area ul li.insta img {
  width: 20px;
  -webkit-filter: invert(15%) sepia(23%) saturate(4574%) hue-rotate(21deg) brightness(94%) contrast(101%);
  filter: invert(15%) sepia(23%) saturate(4574%) hue-rotate(21deg) brightness(94%) contrast(101%);
}
.mainvisual .menu-area ul li.insta a:after {
  display: none;
}

/* -------------------------------------------- */
/* news-area */
/* -------------------------------------------- */
.news-area {
  background: #fff;
  margin-bottom: 12em;
  padding: 2em 0;
}
.news-area .news-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.news-area .news-in .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
}
.news-area .news-in .block h2 {
  margin-right: 5%;
  font-size: 1.6rem;
}
.news-area .news-in .block .number-dot {
  position: relative;
}
.news-area .news-in .block .number-dot .dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-top: 0.3em;
}
.news-area .news-in .block .number-dot .dots span {
  display: inline-block;
  width: 6px;
  height: 3px;
  background-color: #cec1a5;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.news-area .news-in .block .box {
  overflow: hidden;
}
.news-area .news-in .block .box a {
  font-weight: 500;
}
.news-area .news-in .block .box a:hover {
  text-decoration: none;
}
.news-area .news-in .block .box a:hover .article-title {
  text-decoration: underline;
}
.news-area .news-in .block .box a .date-cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.8em;
  font-size: 0.8rem;
}
.news-area .news-in .block .box a .date-cate .day {
  margin-right: 2em;
  font-weight: normal;
}
.news-area .news-in .block .box a .date-cate .category {
  margin-right: 1em;
}
.news-area .news-in .block .box a .date-cate .category:last-child {
  margin-right: 0;
}
.news-area .news-in .block .box a .article-title {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.news-area .news-in .block.news-box h2 {
  min-width: 90px;
}
.news-area .news-in .block.magazine-box h2 {
  min-width: 145px;
}

/* -------------------------------------------- */
/* about */
/* -------------------------------------------- */
.about .inblock {
  position: relative;
}
.about .inblock .illust-area ul li {
  position: absolute;
}
.about .inblock .illust-area ul li.illust01 {
  width: 25%;
  left: 0;
  top: -3em;
}
.about .inblock .illust-area ul li.illust02 {
  width: 25%;
  right: 0;
  top: -1em;
}
.about .inblock .text {
  margin-bottom: 5em;
}
.about .inblock .text .read {
  text-align: center;
  line-height: 2;
  font-size: 1rem;
}
.about .inblock .text .read span {
  display: inline-block;
}
.about .inblock .about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about .inblock .about-list .block {
  position: relative;
  width: 31%;
}
.about .inblock .about-list .block h3 {
  position: absolute;
  left: -2.5em;
  top: -1em;
}
.about .inblock .about-list .block dl {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  text-align: center;
  width: 80%;
}
.about .inblock .about-list .block dl dt {
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-size: 0.8rem;
}
.about .inblock .about-list .block dl dd {
  font-size: 1.4rem;
  font-weight: 500;
}
.about .inblock .about-list .block.soft h3 {
  width: 33%;
}
.about .inblock .about-list .block.tough h3 {
  width: 46%;
}
.about .inblock .about-list .block.landscape h3 {
  width: 35%;
  left: -2em;
}

/* -------------------------------------------- */
/* scene */
/* -------------------------------------------- */
.scene {
  position: relative;
  padding: 8em 0;
  background: #f7f1e6;
}
.scene:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: -1;
  background: url("/common_img/scene_line.png") repeat-x;
  background-size: cover;
}
.scene:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: -1;
  background: url("/common_img/scene_line.png") repeat-x;
  background-size: cover;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.scene .inblock {
  position: relative;
}
.scene .inblock .deco01 {
  position: absolute;
  top: -11em;
  left: 0;
}
.scene .inblock .deco02 {
  position: absolute;
  top: -11em;
  right: 0;
}
.scene .inblock .base-title h2 span {
  display: inline-block;
}
.scene .inblock .scene-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.scene .inblock .scene-list .block {
  width: 22%;
  margin-bottom: 3em;
}
.scene .inblock .scene-list .block .photo {
  margin-bottom: 2em;
}
.scene .inblock .scene-list .block dl {
  position: relative;
}
.scene .inblock .scene-list .block dl dt {
  position: absolute;
  left: -2em;
  top: -6.5em;
  width: 120px;
  height: 120px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 1.24rem;
  font-weight: 500;
}
.scene .inblock .scene-list .block dl dt span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  display: inline-block;
  line-height: 1.2;
  width: 90%;
}
.scene .inblock .scene-list .block dl dt small {
  font-size: 1rem;
}
.scene .inblock .scene-list .block dl dd {
  font-size: 0.9rem;
}
.scene .inblock .use h3 {
  position: relative;
  margin-bottom: 3rem;
  font-weight: bold;
  text-align: center;
  font-size: 2.4rem;
}
.scene .inblock .use h3:before, .scene .inblock .use h3:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 38%;
  height: 4px;
  background-image: repeating-linear-gradient(to right, #fff, #fff 4px, transparent 4px, transparent 12px);
}
.scene .inblock .use h3:before {
  left: 0;
}
.scene .inblock .use h3:after {
  right: 0;
}
.scene .inblock .use .use-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 4em;
  gap: 0 3.5%;
}
.scene .inblock .use .use-list .block {
  width: 31%;
  position: relative;
}
.scene .inblock .use .use-list .block a {
  text-decoration: none;
  font-weight: 500;
}
.scene .inblock .use .use-list .block a:hover .category {
  z-index: 1;
}
.scene .inblock .use .use-list .block a:hover .photo img {
  opacity: 0.95;
}
.scene .inblock .use .use-list .block a:hover .title {
  text-decoration: underline;
}
.scene .inblock .use .use-list .block a .category {
  position: absolute;
  padding: 0.2rem 1em;
  background: #f3ead9;
  border-radius: 30px;
  right: -1em;
  top: -1em;
  font-size: 0.8rem;
}
.scene .inblock .use .use-list .block a .photo {
  margin-bottom: 1em;
}
.scene .inblock .use .use-list .block a .photo .oj-image {
  width: 100%;
  height: 230px;
  border-radius: 5px;
}
.scene .inblock .use .use-list .block a .title {
  font-size: 1.3rem;
  text-align: center;
}

/* -------------------------------------------- */
/* lineup */
/* -------------------------------------------- */
.lineup .inblock {
  position: relative;
}
.lineup .inblock:before {
  position: absolute;
  top: 0;
  left: -10%;
  width: 376px;
  height: 316px;
  background: url("/image/lineup_deco01.png") no-repeat;
  content: "";
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
.lineup .inblock:after {
  position: absolute;
  bottom: -8%;
  right: -5%;
  width: 357px;
  height: 279px;
  background: url("/image/lineup_deco02.png") no-repeat;
  content: "";
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
.lineup .inblock .lineup-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3em;
}
.lineup .inblock .lineup-in .block {
  width: 31.333%;
  background: #fff;
  border-radius: 15px;
}
.lineup .inblock .lineup-in .block .photo {
  margin-bottom: 1em;
  line-height: 0;
}
.lineup .inblock .lineup-in .block .photo img {
  border-radius: 15px 15px 0 0;
}
.lineup .inblock .lineup-in .block h3 {
  margin-bottom: 1em;
  padding: 1em 0.5em;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.25rem;
}
.lineup .inblock .lineup-in .block h3 span {
  display: block;
  margin-top: 0.5em;
  font-size: 1.65rem;
}
.lineup .inblock .lineup-in .block.bigroll h3 {
  color: #c76344;
}
.lineup .inblock .lineup-in .block.smallroll h3 {
  color: #7E9844;
}
.lineup .inblock .lineup-in .block.exterior h3 {
  color: #3D71AF;
}

/* -------------------------------------------- */
/* コイヤーマガジン */
/* -------------------------------------------- */
.magazine {
  position: relative;
  padding: 5em 0;
}
.magazine:before {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 30px 0 0 30px;
  height: 100%;
  width: 97.5%;
  top: 0;
  right: 0;
  z-index: -1;
}
.magazine .title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5em;
}
.magazine .title-area .title {
  width: 70%;
}
.magazine .title-area .title .en {
  font-size: 3rem;
}
.magazine .title-area .title h2 {
  color: #c76344;
  font-weight: bold;
}
.magazine .title-area .base-btn {
  width: 20%;
}
.magazine .magazine-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.magazine .magazine-list.two-area {
  margin-bottom: 5em;
  padding-bottom: 5em;
}
.magazine .magazine-list.two-area .block {
  width: 47%;
}
.magazine .magazine-list.two-area .block a {
  min-height: 250px;
}
.magazine .magazine-list.two-area .block a .photo-area .photo .oj-image {
  height: 250px;
}
.magazine .magazine-list.two-area .block a .title-box {
  top: 2em;
  width: 45%;
}
.magazine .magazine-list.two-area .block a .title-box .title {
  padding: 0.5em 0.5em 0.5em 0;
  font-size: 1.44rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}
.magazine .magazine-list.two-area .block a:hover {
  text-decoration: none;
}
.magazine .magazine-list.two-area .block a:hover .title-box .title {
  text-decoration: underline;
}
.magazine .magazine-list .block {
  position: relative;
  width: 30%;
}
.magazine .magazine-list .block a {
  min-height: 200px;
  display: block;
}
.magazine .magazine-list .block a:hover {
  text-decoration: none;
}
.magazine .magazine-list .block a:hover .photo-area .category img {
  opacity: 1;
}
.magazine .magazine-list .block a:hover .photo-area .photo img {
  opacity: 0.95;
}
.magazine .magazine-list .block a:hover .title-box .title {
  text-decoration: underline;
}
.magazine .magazine-list .block a .category {
  position: absolute;
  right: -1em;
  top: -2em;
  z-index: 1;
  line-height: 0;
}
.magazine .magazine-list .block a .category img {
  width: 100%;
  max-width: 130px;
}
.magazine .magazine-list .block a .photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  margin: 0 0 0 auto;
  line-height: 0;
  z-index: -1;
}
.magazine .magazine-list .block a .photo .oj-image {
  border-radius: 5px;
  height: 200px;
  width: 100%;
}
.magazine .magazine-list .block a .title-box {
  width: 40%;
  margin-top: 1.5em;
  font-weight: 500;
}
.magazine .magazine-list .block a .title-box .title {
  margin-bottom: 1em;
  padding: 0.5em 0.5em 0.5em 0;
  font-size: 0.95rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}
.magazine .magazine-list .block a .title-box .date {
  font-size: 0.75rem;
}

/* -------------------------------------------- */
/* SDGs */
/* -------------------------------------------- */
.activities {
  position: relative;
}
.activities .activities-in {
  padding: 8em 0;
  background: url("/image/sdgs_bg.jpg") no-repeat center center;
  background-size: cover;
  overflow: hidden;
  color: #fff;
}
.activities .activities-in:before {
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: url("/image/sdgs_line01.png") repeat-x;
  content: "";
  display: inline-block;
  background-size: auto;
}
.activities .activities-in:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: url("/image/sdgs_line02.png") repeat-x;
  content: "";
  display: inline-block;
  background-size: auto;
}
.activities .base-title .number-dot em {
  display: inline-block;
}
.activities .base-title .number-dot .dots span {
  background-color: #fff;
}
.activities .read {
  width: 80%;
  margin: 0 auto 4em;
}
.activities .sdgs h3 {
  margin-bottom: 1.5em;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.activities .sdgs h3 span {
  position: relative;
  display: inline-block;
}
.activities .sdgs h3 span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.2em;
  width: 100%;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 1em;
  z-index: 0;
}
.activities .sdgs .sdgs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3em 2em;
  background: #fff;
  border-radius: 30px;
  color: #472800;
}
.activities .sdgs .sdgs-list .block {
  width: 30.333%;
  max-width: 240px;
  margin-right: 4.5%;
}
.activities .sdgs .sdgs-list .block:last-child {
  margin-right: 0;
}
.activities .sdgs .sdgs-list .block .photo {
  margin-bottom: 1em;
  line-height: 0;
  text-align: center;
}
.activities .sdgs .sdgs-list .block .photo img {
  border-radius: 5px;
}
.activities .sdgs .sdgs-list .block dl dt {
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 1.05rem;
}
.activities .sdgs .sdgs-list .block dl dd {
  font-size: 0.9375rem;
}

/* -------------------------------------------- */
/* よくある質問 */
/* -------------------------------------------- */
.faq {
  margin-bottom: 10em;
}
.faq .faq-in {
  margin-bottom: 5em;
}
.faq .faq-in .faq-item {
  margin-bottom: 2em;
  padding: 0 2em;
  background: #fff;
  border-radius: 10px 30px 10px 10px;
}
.faq .faq-in .faq-item .faq-question {
  position: relative;
  padding: 1em;
  cursor: pointer;
  font-size: 1.2em;
  text-indent: -2.8em;
  padding-left: 2.8em;
  font-weight: 500;
}
.faq .faq-in .faq-item .faq-question span {
  margin-right: 1.5em;
  font-size: 1.4rem;
}
.faq .faq-in .faq-item .faq-question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  width: 0;
  height: 0;
  border-left: 3.5px solid transparent;
  border-right: 3.5px solid transparent;
  border-top: 7px solid #472800;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.faq .faq-in .faq-item .faq-question.active::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq .faq-in .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 1em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 0;
}
.faq .faq-in .faq-item .faq-answer:before {
  left: 0;
  top: 0;
}
.faq .faq-in .faq-item .faq-answer.open {
  max-height: 500px;
  opacity: 1;
  padding: 1.5em 1em 1em 1em;
}

/* -------------------------------------------- */
/* 設置代理店募集 */
/* -------------------------------------------- */
.partner {
  padding: 10em 0;
  background: url("/image/partner_bg.jpg") no-repeat center center;
  background-size: cover;
}
.partner .inblock {
  position: relative;
}
.partner .inblock .deco03 {
  position: absolute;
  top: -20em;
  left: -7em;
}
.partner .inblock .partner-in {
  width: 45%;
  color: #fff;
}
.partner .inblock .partner-in .base-title {
  text-align: left;
}
.partner .inblock .partner-in .base-title .number-dot .dots {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.partner .inblock .partner-in .base-title .number-dot .dots span {
  background-color: #fff;
}
.partner .inblock .partner-in .read {
  margin-bottom: 4em;
}
.partner .inblock .partner-in .read span {
  display: inline-block;
}
.partner .inblock .partner-in .base-btn {
  text-align: left;
}
.partner .inblock .partner-in .base-btn a {
  background: #fff;
  color: #472800;
  text-align: center;
}
.partner .inblock .partner-in .base-btn a:after {
  border-left: 6px solid #472800;
}
.partner .inblock .partner-in .base-btn a .icon {
  border-top: 6px solid #472800;
}
.partner .inblock .partner-in .base-btn a .icon:after {
  background-color: #472800;
}

/* -------------------------------------------- */
/* モデルグラウンド */
/* -------------------------------------------- */
.showroom {
  position: relative;
  margin-bottom: 13em;
}
.showroom .showroom-in {
  position: relative;
}
.showroom .showroom-in .icon {
  position: absolute;
  top: -2em;
  left: -2em;
  z-index: 1;
  width: 15%;
}
.showroom .showroom-in .icon img {
  width: 120px;
}
.showroom .showroom-in .block {
  position: relative;
  border-radius: 30px;
  background: #fff;
}
.showroom .showroom-in .block:before {
  position: absolute;
  content: "";
  background: url("/image/showroom_photo.jpg") no-repeat center center;
  background-size: cover;
  width: 44%;
  height: 100%;
  border-radius: 30px 0 0 30px;
}
.showroom .showroom-in .block .text {
  padding: 3em 3.5em;
  width: 56%;
  margin: 0 0 0 auto;
  height: 100%;
  border-radius: 0 30px 30px 0;
}
.showroom .showroom-in .block .text h3 {
  margin-bottom: 2rem;
  font-size: 1.3rem;
  font-weight: 500;
}
.showroom .showroom-in .block .text .read {
  margin-bottom: 2em;
}
.showroom .showroom-in .block .text .access dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.showroom .showroom-in .block .text .access dl dt {
  min-width: 70px;
  margin-right: 2.2em;
  color: #7C9740;
  font-weight: bold;
  font-size: 1.05rem;
}
.showroom .showroom-in .block .text .access dl dd .add {
  margin-bottom: 1.5em;
  font-size: 1.13rem;
}
.showroom .showroom-in .block .text .access dl dd .add span {
  display: inline-block;
}
.showroom .showroom-in .block .text .access dl dd .base-btn {
  text-align: left;
}
.showroom .showroom-in .block .text .access dl dd .base-btn a {
  max-width: 145px;
  padding: 0.7em 1.5em;
  font-size: 0.75rem;
  text-align: center;
}
.showroom .deco {
  position: absolute;
  right: 0;
  bottom: -9em;
  width: 30%;
}

/* -------------------------------------------- */
/* Instagram */
/* -------------------------------------------- */
.instagram .base-title {
  font-size: 1.6rem;
}
.instagram .instagram-list {
  margin-bottom: 3em;
}
.instagram .instagram-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.instagram .instagram-list ul li {
  width: 19%;
  margin-right: 1.25%;
}
.instagram .instagram-list ul li:last-child {
  margin-right: 0;
}
.instagram .instagram-list ul li img {
  width: 100%;
  height: 230px;
}
.instagram .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.instagram .btn-area .sns-btn {
  position: relative;
  width: 45%;
  max-width: 450px;
}
.instagram .btn-area .sns-btn a {
  display: block;
  width: 100%;
  padding: 1em;
  background: #7C9740;
  color: #fff;
  text-align: center;
  border-radius: 50px;
}
.instagram .btn-area .sns-btn a small {
  font-size: 0.75rem;
}
.instagram .btn-area .sns-btn a span {
  display: block;
  font-weight: bold;
  font-size: 1.1rem;
}
.instagram .btn-area .sns-btn a:hover {
  text-decoration: none;
  opacity: 0.9;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.instagram .btn-area .btn-line {
  margin-right: 2em;
}
.instagram .btn-area .btn-line:after {
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  width: 20px;
  height: 19px;
  background: url("/common_img/line.svg") no-repeat;
  content: "";
  display: inline-block;
  background-size: contain;
}
.instagram .btn-area .btn-insta:after {
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  width: 20px;
  height: 19px;
  background: url("/common_img/insta.svg") no-repeat;
  content: "";
  display: inline-block;
  background-size: contain;
  -webkit-filter: invert(97%) sepia(0%) saturate(0%) hue-rotate(45deg) brightness(103%) contrast(101%);
  filter: invert(97%) sepia(0%) saturate(0%) hue-rotate(45deg) brightness(103%) contrast(101%);
}
.instagram .btn-area .btn-insta a {
  background: #472800;
}

/*===========================================================================*/
/*  media quary:1300px  */
/*===========================================================================*/
@media screen and (max-width: 1500px) {
  /* -------------------------------------------- */
  /* mainvisual */
  /* -------------------------------------------- */
  .mainvisual .catch-area .logo {
    margin: 0 auto 1.5em;
    width: 60%;
  }
  .mainvisual .catch-area h1 {
    margin-bottom: 0.5rem;
    font-size: 2.8rem;
  }
  .mainvisual .catch-area .en {
    font-size: 1.15rem;
  }
  .mainvisual .photo-area li.main01 {
    width: 55%;
    -webkit-transform: translate(5%, -40%);
    transform: translate(5%, -40%);
  }
  .mainvisual .photo-area li.main02 {
    width: 60%;
    -webkit-transform: translate(0%, -20%);
    transform: translate(0%, -20%);
    left: auto;
    right: 0;
    bottom: 54%;
  }
  .mainvisual .photo-area li.main03 {
    width: 28%;
    -webkit-transform: translate(24%, 15%);
    transform: translate(24%, 15%);
  }
  .mainvisual .photo-area li.main04 {
    width: 30%;
    -webkit-transform: translate(-45%, -210%);
    transform: translate(-45%, -210%);
  }
  .mainvisual .menu-area ul li {
    font-size: 0.95rem;
  }
  .mainvisual .menu-area ul li span {
    font-size: 0.7rem;
  }
}
/*===========================================================================*/
/*  media quary:1025px  */
/*===========================================================================*/
@media screen and (max-width: 1025px) {
  #sp-menu,
.hamburger {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  }
  #sp-menu.visible,
.hamburger.visible {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .fat-nav.visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
  }
  .fat-nav.active {
    /* 開いた時のデザインをここに追加 */
    background: #fff;
  }
  /* -------------------------------------------- */
  /* mainvisual */
  /* -------------------------------------------- */
  .mainvisual .catch-area h1 {
    margin-bottom: 0.5rem;
    font-size: 2.4rem;
  }
  .mainvisual .catch-area .en {
    font-size: 1.1rem;
  }
  .mainvisual .photo-area li.main01 {
    width: 55%;
    -webkit-transform: translate(5%, 5%);
    transform: translate(5%, 5%);
  }
  .mainvisual .photo-area li.main02 {
    width: 65%;
    -webkit-transform: translate(0%, -40%);
    transform: translate(0%, -40%);
  }
  .mainvisual .photo-area li.main03 {
    width: 40%;
    -webkit-transform: translate(25%, 15%);
    transform: translate(25%, 15%);
  }
  .mainvisual .photo-area li.main04 {
    width: 35%;
    -webkit-transform: translate(-45%, -135%);
    transform: translate(-45%, -135%);
  }
  .mainvisual .menu-area {
    display: none;
  }
  /* -------------------------------------------- */
  /* news-area */
  /* -------------------------------------------- */
  .news-area {
    margin-bottom: 10em;
    padding: 1.5em 0;
  }
  .news-area .news-in .block {
    display: block;
  }
  .news-area .news-in .block h2 {
    margin-right: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
  }
  .news-area .news-in .block .number-dot .dots {
    display: none;
  }
  .news-area .news-in .block .box a .date-cate {
    margin-bottom: 0.5em;
  }
  .news-area .news-in .block.news-box h2 {
    min-width: auto;
  }
  .news-area .news-in .block.magazine-box h2 {
    min-width: auto;
  }
  /* -------------------------------------------- */
  /* about */
  /* -------------------------------------------- */
  .about .inblock .illust-area ul li.illust01 {
    width: 20%;
  }
  .about .inblock .illust-area ul li.illust02 {
    width: 20%;
  }
  .about .inblock .about-list .block dl dt {
    margin-bottom: 0.3rem;
    font-size: 0.75rem;
  }
  .about .inblock .about-list .block dl dd {
    font-size: 1.05rem;
    line-height: 1.4;
  }
  .about .inblock .about-list .block.soft h3 {
    left: -1.5em;
  }
  .about .inblock .about-list .block.tough h3 {
    width: 46%;
    left: -2em;
  }
  .about .inblock .about-list .block.landscape h3 {
    width: 35%;
    left: -1.5em;
  }
  /* -------------------------------------------- */
  /* scene */
  /* -------------------------------------------- */
  .scene .inblock .deco01 {
    width: 35%;
  }
  .scene .inblock .deco02 {
    width: 35%;
  }
  .scene .inblock .scene-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .scene .inblock .scene-list .block {
    width: 30.333%;
    margin-bottom: 3em;
    margin-right: 4.5%;
  }
  .scene .inblock .scene-list .block:nth-of-type(3n) {
    margin-right: 0;
  }
  .scene .inblock .scene-list .block .photo {
    margin-bottom: 3em;
  }
  .scene .inblock .scene-list .block dl dt {
    left: -1em;
    top: -6.5em;
    width: 110px;
    height: 110px;
    font-size: 1.1rem;
  }
  .scene .inblock .scene-list .block dl dt small {
    font-size: 0.8rem;
  }
  .scene .inblock .scene-list .block dl dd {
    font-size: 0.9rem;
  }
  .scene .inblock .use h3 {
    font-size: 2rem;
  }
  .scene .inblock .use .use-list .block a .photo .oj-image {
    height: 200px;
  }
  .scene .inblock .use .use-list .block a .title {
    font-size: 1.2rem;
  }
  /* -------------------------------------------- */
  /* lineup */
  /* -------------------------------------------- */
  .lineup .inblock:before {
    width: 35%;
    top: 2em;
  }
  .lineup .inblock:after {
    width: 35%;
    bottom: -12%;
  }
  .lineup .inblock .lineup-in .block {
    width: 31.333%;
  }
  .lineup .inblock .lineup-in .block .photo {
    margin-bottom: 0.5em;
  }
  .lineup .inblock .lineup-in .block h3 {
    font-size: 1.1rem;
  }
  .lineup .inblock .lineup-in .block h3 span {
    display: block;
    margin-top: 0.5em;
    font-size: 1.4rem;
  }
  /* -------------------------------------------- */
  /* コイヤーマガジン */
  /* -------------------------------------------- */
  .magazine .title-area .title {
    width: 65%;
  }
  .magazine .title-area .title .en {
    font-size: 2.6rem;
  }
  .magazine .title-area .base-btn {
    width: 30%;
  }
  .magazine .magazine-list.two-area .block a {
    min-height: 200px;
  }
  .magazine .magazine-list.two-area .block a .photo-area .photo .oj-image {
    height: 200px;
  }
  .magazine .magazine-list.two-area .block a .title-box .title {
    font-size: 1.25rem;
  }
  .magazine .magazine-list .block a {
    min-height: 130px;
  }
  .magazine .magazine-list .block a .photo-area .category {
    width: 40%;
    text-align: right;
  }
  .magazine .magazine-list .block a .photo-area .photo .oj-image {
    height: 130px;
  }
  .magazine .magazine-list .block a .title-box {
    margin-top: 1em;
  }
  .magazine .magazine-list .block a .title-box .title {
    font-size: 0.9rem;
    line-height: 1.4;
  }
  /* -------------------------------------------- */
  /* SDGs */
  /* -------------------------------------------- */
  .activities .activities-in .read {
    width: 100%;
  }
  .activities .activities-in .sdgs .sdgs-list .block {
    width: 31.333%;
    max-width: auto;
    margin-right: 3%;
  }
  /* -------------------------------------------- */
  /* よくある質問 */
  /* -------------------------------------------- */
  .faq .faq-in {
    width: 100%;
  }
  /* -------------------------------------------- */
  /* 設置代理店募集 */
  /* -------------------------------------------- */
  .partner .inblock .deco03 {
    top: -18em;
    left: -1em;
    width: 30%;
  }
  .partner .inblock .partner-in {
    width: 55%;
  }
  /* -------------------------------------------- */
  /* モデルグラウンド */
  /* -------------------------------------------- */
  .showroom .showroom-in .block .text {
    padding: 2em;
  }
  .showroom .showroom-in .block .text .access dl dt {
    margin-right: 1em;
  }
  .showroom .showroom-in .deco {
    right: -1.5em;
    bottom: -7em;
  }
  /* -------------------------------------------- */
  /* Instagram */
  /* -------------------------------------------- */
  .instagram .instagram-list ul li img {
    height: 150px;
  }
}
/*===========================================================================*/
/*  media quary:769px  */
/*===========================================================================*/
@media screen and (max-width: 769px) {
  section {
    margin-bottom: 5em;
  }
  .mainvisual {
    height: 100%;
    min-height: 850px;
  }
  .mainvisual:before {
    background: url("/image/mainvisual_bg_sp.png") no-repeat;
    background-position: 50% 50%;
    min-height: 850px;
  }
  .mainvisual .catch-area {
    width: 90%;
    top: 50%;
  }
  .mainvisual .catch-area .logo {
    margin-bottom: 0.5em;
  }
  .mainvisual .catch-area h1 {
    margin-bottom: 0.5rem;
    font-size: 2.2rem;
  }
  .mainvisual .catch-area .en {
    font-size: 0.9rem;
  }
  .mainvisual .tablet {
    display: block;
  }
  .mainvisual .tablet .sp-photo {
    line-height: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .mainvisual .tablet .sp-photo.sp01 {
    margin-bottom: 250px;
  }
  .mainvisual .tablet .sp-photo.sp01 .oj-image {
    height: 300px;
    width: 100%;
    -o-object-position: bottom center;
    object-position: bottom center;
  }
  .mainvisual .tablet .sp-photo.sp02 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    text-align: center;
  }
  .mainvisual .tablet .sp-photo.sp02 .oj-image {
    height: 300px;
    width: 100%;
    -o-object-position: top center;
    object-position: top center;
  }
  .mainvisual .pc {
    display: none;
  }
  /* -------------------------------------------- */
  /* news-area */
  /* -------------------------------------------- */
  .news-area {
    margin-bottom: 8rem;
    padding: 1.5em 0;
  }
  .news-area .news-in {
    display: block;
  }
  .news-area .news-in .block {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .news-area .news-in .block:last-child {
    margin-bottom: 0;
  }
  .news-area .news-in .block h2 {
    line-height: 1;
    font-size: 1.2rem;
  }
  /* -------------------------------------------- */
  /* about */
  /* -------------------------------------------- */
  .about .inblock .text .read {
    text-align: left;
  }
  .about .inblock .text .read span {
    display: inline;
  }
  .about .inblock .about-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about .inblock .about-list .block {
    width: 100%;
  }
  .about .inblock .about-list .block:nth-of-type(1) {
    width: 48%;
    margin: 0 auto 2.5em;
  }
  .about .inblock .about-list .block:nth-of-type(2), .about .inblock .about-list .block:nth-of-type(3) {
    width: 46%;
  }
  .about .inblock .about-list .block:nth-of-type(2) {
    margin-right: 8%;
  }
  .about .inblock .about-list .block:nth-of-type(3) {
    margin-left: 0;
  }
  .about .inblock .about-list .block dl dt {
    margin-bottom: 0.3rem;
    font-size: 0.75rem;
  }
  .about .inblock .about-list .block dl dd {
    font-size: 1rem;
    line-height: 1.4;
  }
  .about .inblock .about-list .block.soft h3 {
    width: 30%;
  }
  .about .inblock .about-list .block.tough h3 {
    width: 40%;
    left: -1em;
  }
  .about .inblock .about-list .block.landscape h3 {
    width: 30%;
  }
  /* -------------------------------------------- */
  /* scene */
  /* -------------------------------------------- */
  .scene .inblock .deco01 {
    width: 35%;
  }
  .scene .inblock .deco02 {
    width: 35%;
  }
  .scene .inblock .scene-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .scene .inblock .scene-list .block {
    width: 30.333%;
    margin-bottom: 3em;
    margin-right: 4.5%;
  }
  .scene .inblock .scene-list .block:nth-of-type(3n) {
    margin-right: 0;
  }
  .scene .inblock .scene-list .block .photo {
    margin-bottom: 3em;
  }
  .scene .inblock .scene-list .block dl dt {
    left: -1em;
    top: -6.5em;
    width: 110px;
    height: 110px;
    font-size: 1.1rem;
  }
  .scene .inblock .scene-list .block dl dt small {
    font-size: 0.8rem;
  }
  .scene .inblock .scene-list .block dl dd {
    font-size: 0.9rem;
  }
  .scene .inblock .use h3 {
    font-size: 1.8rem;
  }
  .scene .inblock .use .use-list .block a .category {
    font-size: 0.7rem;
  }
  .scene .inblock .use .use-list .block a .photo {
    margin-bottom: 0.5em;
  }
  .scene .inblock .use .use-list .block a .photo .oj-image {
    height: 130px;
  }
  .scene .inblock .use .use-list .block a .title {
    font-size: 1rem;
  }
  /* -------------------------------------------- */
  /* lineup */
  /* -------------------------------------------- */
  .lineup .inblock:before {
    width: 35%;
    top: 5em;
  }
  .lineup .inblock:after {
    width: 35%;
    bottom: -12%;
  }
  .lineup .inblock .lineup-in {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.5em 4%;
  }
  .lineup .inblock .lineup-in .block {
    width: 48%;
  }
  .lineup .inblock .lineup-in .block .photo {
    margin-bottom: 0;
  }
  .lineup .inblock .lineup-in .block h3 {
    margin-bottom: 0;
    padding: 1.5em 0.5em;
    font-size: 1rem;
  }
  .lineup .inblock .lineup-in .block h3 span {
    margin-top: 0.2em;
    font-size: 1.4rem;
  }
  /* -------------------------------------------- */
  /* コイヤーマガジン */
  /* -------------------------------------------- */
  .magazine:before {
    width: 100%;
  }
  .magazine .title-area {
    display: block;
  }
  .magazine .title-area .title {
    width: 100%;
    text-align: center;
  }
  .magazine .title-area .title .en {
    font-size: 2.6rem;
  }
  .magazine .title-area .base-btn {
    width: 100%;
    position: absolute;
    bottom: 2em;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    text-align: center;
  }
  .magazine .magazine-list {
    display: block;
  }
  .magazine .magazine-list.two-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .magazine .magazine-list.two-area .block a .photo-area .photo {
    width: 100%;
    position: static;
  }
  .magazine .magazine-list.two-area .block a .photo-area .photo .oj-image {
    height: 200px;
  }
  .magazine .magazine-list.two-area .block a .title-box {
    width: 100%;
  }
  .magazine .magazine-list.two-area .block a .title-box .title {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
  .magazine .magazine-list.tree-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .magazine .magazine-list.tree-area .block {
    margin-bottom: 3em;
  }
  .magazine .magazine-list.tree-area a .photo-area .category {
    top: -1em;
    text-align: right;
  }
  .magazine .magazine-list.tree-area a .photo-area .photo {
    width: 100%;
    position: static;
  }
  .magazine .magazine-list.tree-area a .photo-area .photo .oj-image {
    height: 130px;
    width: 100%;
  }
  .magazine .magazine-list.tree-area a .title-box {
    margin-top: 1em;
    width: 100%;
  }
  .magazine .magazine-list.tree-area a .title-box .title {
    font-size: 0.9rem;
    line-height: 1.4;
  }
  /* -------------------------------------------- */
  /* SDGs */
  /* -------------------------------------------- */
  .activities .activities-in {
    padding: 5em 0;
  }
  .activities .activities-in .base-title h2 {
    font-size: 2rem;
  }
  .activities .activities-in .base-title h2 em {
    display: inline-block;
  }
  .activities .activities-in .sdgs h3 {
    font-size: 1.8rem;
  }
  .activities .activities-in .sdgs .sdgs-list {
    display: block;
  }
  .activities .activities-in .sdgs .sdgs-list .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: initial;
    margin: 0 0 2em 0;
  }
  .activities .activities-in .sdgs .sdgs-list .block:last-child {
    margin: 0 auto;
  }
  .activities .activities-in .sdgs .sdgs-list .block .photo {
    width: 40%;
    margin-bottom: 0;
  }
  .activities .activities-in .sdgs .sdgs-list .block dl {
    width: 55%;
  }
  /* -------------------------------------------- */
  /* よくある質問 */
  /* -------------------------------------------- */
  .faq .faq-in .faq-item {
    margin-bottom: 1.2em;
    padding: 0 1.5em;
  }
  .faq .faq-in .faq-item .faq-question {
    font-size: 1.1em;
    text-indent: -1.8em;
    padding-left: 1.8em;
  }
  .faq .faq-in .faq-item .faq-question span {
    margin-right: 0.7em;
    font-size: 1.3rem;
  }
  .faq .faq-in .faq-item .faq-answer {
    padding: 0;
  }
  .faq .faq-in .faq-item .faq-answer.open {
    padding: 1em 0;
  }
  /* -------------------------------------------- */
  /* 設置代理店募集 */
  /* -------------------------------------------- */
  .partner .inblock .deco03 {
    top: -16em;
    left: -1em;
    width: 30%;
  }
  .partner .inblock .partner-in {
    width: 100%;
    text-align: center;
  }
  .partner .inblock .partner-in .base-title {
    text-align: center;
  }
  .partner .inblock .partner-in .base-title .number-dot .dots {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .partner .inblock .partner-in .read em {
    display: inline-block;
  }
  .partner .inblock .partner-in .base-btn {
    text-align: center;
  }
  /* -------------------------------------------- */
  /* モデルグラウンド */
  /* -------------------------------------------- */
  .showroom {
    margin-bottom: 7em;
  }
  .showroom .showroom-in .icon {
    width: 20%;
    left: -1.5em;
    bottom: -4em;
  }
  .showroom .showroom-in .block:before {
    width: 100%;
    height: 300px;
    border-radius: 30px 30px 0 0;
  }
  .showroom .showroom-in .block .text {
    padding: 330px 2em 2em;
    width: 100%;
  }
  .showroom .showroom-in .block .text h3 {
    margin-bottom: 1rem;
  }
  .showroom .showroom-in .block .text .access dl dt {
    margin-right: 1em;
  }
  .showroom .deco {
    right: 0;
    bottom: -5em;
  }
  /* -------------------------------------------- */
  /* Instagram */
  /* -------------------------------------------- */
  .instagram .instagram-list {
    margin-bottom: 2em;
  }
  .instagram .instagram-list ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .instagram .instagram-list ul li {
    width: 32.3333%;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
    line-height: 0;
  }
  .instagram .instagram-list ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  .instagram .instagram-list ul li img {
    height: 150px;
  }
  .instagram .btn-area .sns-btn {
    width: 49%;
  }
  .instagram .btn-area .sns-btn a span {
    font-size: 1rem;
  }
  .instagram .btn-area .btn-line {
    margin-right: 2%;
  }
  .instagram .btn-area .btn-line:after {
    right: 0.7em;
    width: 18px;
    height: 17px;
  }
  .instagram .btn-area .btn-insta:after {
    right: 0.7em;
    width: 18px;
    height: 17px;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  #follow-contact {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }
  #follow-contact.visible {
    opacity: 1;
    pointer-events: auto;
  }
  section {
    margin-bottom: 5em;
  }
  .mainvisual {
    min-height: 700px;
  }
  .mainvisual:before {
    min-height: 700px;
    background-size: cover;
    top: -2%;
    left: 0;
  }
  .mainvisual .catch-area .logo {
    width: 50%;
  }
  .mainvisual .catch-area h1 {
    font-size: 2rem;
    line-height: 1.6;
  }
  .mainvisual .catch-area .en {
    font-size: 0.8rem;
  }
  .mainvisual .tablet .sp-photo.sp01 {
    padding-top: 0.5em;
    margin-bottom: 150px;
  }
  .mainvisual .tablet .sp-photo.sp01 .oj-image {
    height: 250px;
    width: 100%;
  }
  .mainvisual .tablet .sp-photo.sp02 .oj-image {
    height: 250px;
    width: 100%;
  }
  /* -------------------------------------------- */
  /* news-area */
  /* -------------------------------------------- */
  .news-area {
    margin-bottom: 5em;
    padding: 1.5em 0;
  }
  .news-area .news-in .block .box a .date-cate {
    font-size: 0.75rem;
  }
  /* -------------------------------------------- */
  /* about */
  /* -------------------------------------------- */
  .about .inblock .illust-area {
    display: none;
  }
  .about .inblock .text {
    margin-bottom: 3em;
  }
  .about .inblock .about-list .block:nth-of-type(1) {
    width: 50%;
    margin: 0 auto 1.5em;
  }
  .about .inblock .about-list .block:nth-of-type(2), .about .inblock .about-list .block:nth-of-type(3) {
    width: 48%;
  }
  .about .inblock .about-list .block:nth-of-type(2) {
    margin-right: 4%;
  }
  .about .inblock .about-list .block:nth-of-type(3) {
    margin-left: 0;
  }
  .about .inblock .about-list .block dl {
    top: 62%;
  }
  .about .inblock .about-list .block dl dt {
    font-size: 0.6rem;
    margin-bottom: 0.2rem;
  }
  .about .inblock .about-list .block dl dd {
    font-size: 0.8rem;
  }
  .about .inblock .about-list .block.soft h3 {
    left: -0.5em;
  }
  .about .inblock .about-list .block.tough h3 {
    left: -0.5em;
  }
  .about .inblock .about-list .block.landscape h3 {
    left: -0.5em;
  }
  /* -------------------------------------------- */
  /* scene */
  /* -------------------------------------------- */
  .scene {
    padding: 5em 0;
  }
  .scene .inblock .deco01 {
    width: 30%;
    top: -7em;
  }
  .scene .inblock .deco02 {
    width: 35%;
    top: -8em;
  }
  .scene .inblock .base-title h2 span {
    display: block;
  }
  .scene .inblock .scene-list .block {
    width: 47%;
    margin-bottom: 2em;
    margin-right: 6%;
  }
  .scene .inblock .scene-list .block:nth-of-type(2n) {
    margin-right: 0;
  }
  .scene .inblock .scene-list .block:nth-of-type(3n) {
    margin-right: auto;
  }
  .scene .inblock .scene-list .block .photo {
    margin-bottom: 2.5em;
  }
  .scene .inblock .scene-list .block dl {
    padding-top: 0.5em;
  }
  .scene .inblock .scene-list .block dl dt {
    left: -0.8em;
    top: -6em;
    width: 87px;
    height: 87px;
    font-size: 0.9rem;
  }
  .scene .inblock .scene-list .block dl dt small {
    font-size: 0.65rem;
  }
  .scene .inblock .scene-list .block dl dd {
    font-size: 0.8rem;
  }
  .scene .inblock .use h3 {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
  .scene .inblock .use h3:before, .scene .inblock .use h3:after {
    width: 26%;
  }
  .scene .inblock .use .use-list {
    display: block;
  }
  .scene .inblock .use .use-list .block {
    width: 100%;
    margin-bottom: 3em;
  }
  .scene .inblock .use .use-list .block a .category {
    font-size: 0.7rem;
  }
  .scene .inblock .use .use-list .block a .photo {
    margin-bottom: 0.5em;
  }
  .scene .inblock .use .use-list .block a .photo .oj-image {
    height: 220px;
  }
  .scene .inblock .use .use-list .block a .title {
    font-size: 1.1rem;
  }
  /* -------------------------------------------- */
  /* lineup */
  /* -------------------------------------------- */
  .lineup .inblock:before {
    width: 50%;
  }
  .lineup .inblock:after {
    width: 50%;
    bottom: -10%;
  }
  .lineup .inblock .lineup-in {
    display: block;
  }
  .lineup .inblock .lineup-in .block {
    width: 100%;
    margin-bottom: 1.5em;
  }
  /* -------------------------------------------- */
  /* コイヤーマガジン */
  /* -------------------------------------------- */
  .magazine:before {
    width: 100%;
  }
  .magazine .title-area {
    display: block;
  }
  .magazine .title-area .title {
    width: 100%;
    text-align: center;
  }
  .magazine .title-area .title .en {
    margin-bottom: 0.5rem;
    font-size: 2.6rem;
    line-height: 1.2;
  }
  .magazine .title-area .title .en span {
    display: block;
  }
  .magazine .title-area .base-btn {
    width: 100%;
  }
  .magazine .magazine-list {
    display: block;
  }
  .magazine .magazine-list.two-area {
    display: block;
    margin-bottom: 3em;
    padding-bottom: 2em;
  }
  .magazine .magazine-list.two-area .block {
    width: 100%;
    margin-bottom: 3em;
  }
  .magazine .magazine-list.two-area .block:last-child {
    margin-bottom: 0;
  }
  .magazine .magazine-list.two-area .block a .photo-area .category {
    width: 35%;
    right: -0.5em;
  }
  .magazine .magazine-list.two-area .block a .photo-area .photo {
    width: 100%;
    position: static;
  }
  .magazine .magazine-list.two-area .block a .photo-area .photo .oj-image {
    width: 100%;
    height: 240px;
  }
  .magazine .magazine-list.two-area .block a .title-box {
    width: 100%;
  }
  .magazine .magazine-list.two-area .block a .title-box .title {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
  .magazine .magazine-list.tree-area .block {
    width: 100%;
    margin-bottom: 3em;
  }
  .magazine .magazine-list.tree-area a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .magazine .magazine-list.tree-area a .photo-area {
    width: 55%;
  }
  .magazine .magazine-list.tree-area a .photo-area .category {
    top: -1.5em;
    right: -0.5em;
    width: 30%;
  }
  .magazine .magazine-list.tree-area a .photo-area .photo {
    width: 100%;
    position: static;
  }
  .magazine .magazine-list.tree-area a .photo-area .photo .oj-image {
    height: 135px;
    width: 100%;
  }
  .magazine .magazine-list.tree-area a .title-box {
    margin-top: 1em;
    width: 40%;
  }
  .magazine .magazine-list.tree-area a .title-box .title {
    font-size: 0.9rem;
    line-height: 1.4;
  }
  /* -------------------------------------------- */
  /* SDGs */
  /* -------------------------------------------- */
  .activities .activities-in .sdgs h3 {
    margin-bottom: 1em;
    font-size: 1.4rem;
  }
  .activities .activities-in .sdgs .sdgs-list .block {
    display: block;
    max-width: 240px;
    margin: 0 auto 2em;
  }
  .activities .activities-in .sdgs .sdgs-list .block .photo {
    width: 100%;
    margin-bottom: 1em;
  }
  .activities .activities-in .sdgs .sdgs-list .block dl {
    width: 100%;
  }
  .activities .activities-in .sdgs .sdgs-list .block dl dt {
    margin-bottom: 0.5em;
  }
  /* -------------------------------------------- */
  /* よくある質問 */
  /* -------------------------------------------- */
  .faq {
    margin-bottom: 7em;
  }
  .faq .faq-in {
    margin-bottom: 3em;
  }
  .faq .faq-in .faq-item {
    padding: 0 1em;
  }
  .faq .faq-in .faq-item .faq-question {
    font-size: 0.9em;
    text-indent: -1.6em;
    padding-left: 1.6em;
  }
  .faq .faq-in .faq-item .faq-question span {
    margin-right: 0.5em;
    font-size: 1.2rem;
  }
  /* -------------------------------------------- */
  /* 設置代理店募集 */
  /* -------------------------------------------- */
  .partner {
    padding: 7em 0;
  }
  .partner .inblock .deco03 {
    top: -11em;
    left: 0;
    width: 35%;
  }
  .partner .inblock .partner-in .read {
    text-align: left;
  }
  .partner .inblock .partner-in .read span {
    display: inline;
  }
  /* -------------------------------------------- */
  /* モデルグラウンド */
  /* -------------------------------------------- */
  .showroom {
    margin-bottom: 5em;
  }
  .showroom .showroom-in .block .text {
    padding: 320px 1.5em 2em;
  }
  .showroom .showroom-in .block .text h3 {
    margin-bottom: 0.7rem;
    font-size: 1.2rem;
  }
  .showroom .showroom-in .block .text .read {
    margin-bottom: 1.5em;
  }
  .showroom .showroom-in .block .text .access dl {
    display: block;
  }
  .showroom .showroom-in .block .text .access dl dt {
    width: 100%;
    margin-right: 0;
  }
  .showroom .showroom-in .block .text .access dl dd {
    width: 100%;
  }
  .showroom .showroom-in .block .text .access dl dd .add span {
    display: block;
  }
  .showroom .deco {
    display: none;
  }
  /* -------------------------------------------- */
  /* Instagram */
  /* -------------------------------------------- */
  .instagram .instagram-list {
    margin-bottom: 2em;
  }
  .instagram .instagram-list ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .instagram .instagram-list ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    line-height: 0;
  }
  .instagram .instagram-list ul li:nth-of-type(3n) {
    margin-right: auto;
  }
  .instagram .instagram-list ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .instagram .instagram-list ul li img {
    height: 170px;
  }
  .instagram .btn-area {
    display: block;
  }
  .instagram .btn-area .sns-btn {
    width: 100%;
  }
  .instagram .btn-area .sns-btn a span {
    font-size: 1.1rem;
  }
  .instagram .btn-area .btn-line {
    margin-right: 0;
    margin-bottom: 1.5em;
  }
  .instagram .btn-area .btn-line:after {
    right: 1.5em;
    width: 20px;
    height: 18px;
  }
  .instagram .btn-area .btn-insta:after {
    right: 1.5em;
    width: 20px;
    height: 19px;
  }
}