@charset "UTF-8";
/* =======================================================================
リセット
======================================================================= */
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

ol, ul {
  list-style: none;
}

i {
  font-style: normal;
}

label {
  cursor: pointer;
}

th, td {
  vertical-align: middle;
}

th {
  font-weight: normal;
  text-align: left;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
}

em {
  font-weight: bold;
  font-style: normal;
}

figcaption {
  line-height: normal;
}

hr {
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
モジュール
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-sp-only {
  display: none;
}

/* text */
.m-text-10 {
  font-size: 10px;
  line-height: 1.75;
}

.m-text-11 {
  font-size: 11px;
  line-height: 1.75;
}

.m-text-12 {
  font-size: 12px;
  line-height: 1.75;
}

.m-text-13 {
  font-size: 13px;
  line-height: 1.75;
}

.m-text-14 {
  font-size: 14px;
  line-height: 1.75;
}

.m-text-15 {
  font-size: 15px;
  line-height: 1.75;
}

.m-text-16 {
  font-size: 16px;
  line-height: 1.75;
}

.m-text-17 {
  font-size: 17px;
  line-height: 1.6;
}

.m-text-18 {
  font-size: 18px;
  line-height: 1.6;
}

.m-text-19 {
  font-size: 19px;
  line-height: 1.6;
}

.m-text-20 {
  font-size: 20px;
  line-height: 1.6;
}

.m-text-21 {
  font-size: 21px;
  line-height: 1.6;
}

.m-text-22 {
  font-size: 22px;
  line-height: 1.6;
}

.m-text-23 {
  font-size: 23px;
  line-height: 1.6;
}

.m-text-24 {
  font-size: 24px;
  line-height: 1.4;
}

.m-text-25 {
  font-size: 25px;
  line-height: 1.4;
}

.m-text-26 {
  font-size: 26px;
  line-height: 1.4;
}

.m-text-27 {
  font-size: 27px;
  line-height: 1.4;
}

.m-text-28 {
  font-size: 28px;
  line-height: 1.4;
}

.m-text-30 {
  font-size: 30px;
  line-height: 1.4;
}

.m-text-31 {
  font-size: 31px;
  line-height: 1.4;
}

.m-text-32 {
  font-size: 32px;
  line-height: 1.4;
}

.m-text-34 {
  font-size: 34px;
  line-height: 1.4;
}

.m-text-35 {
  font-size: 35px;
  line-height: 1.4;
}

.m-text-36 {
  font-size: 36px;
  line-height: 1.4;
}

.m-text-37 {
  font-size: 37px;
  line-height: 1.4;
}

.m-text-38 {
  font-size: 38px;
  line-height: 1.4;
}

.m-text-40 {
  font-size: 40px;
  line-height: 1.4;
}

.m-text-42 {
  font-size: 42px;
  line-height: 1.4;
}

.m-text-44 {
  font-size: 44px;
  line-height: 1.4;
}

.m-text-46 {
  font-size: 46px;
  line-height: 1.4;
}

.m-text-lhl {
  line-height: 2;
}

.m-ls1 {
  letter-spacing: 0.1em;
}

.m-ls2 {
  letter-spacing: 0.2em;
}

.m-text-ind {
  text-indent: 1em;
}

.m-font-serif {
  /* font-family: "Zen Kaku Gothic New", "Baskerville", "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; */
  letter-spacing: 0.05em;
}

.m-font-en {
  /* font-family: 'Noto Serif', serif; */
  font-weight: 700;
}

.m-font-ja {
  font-family: "Zen Kaku Gothic New","Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
}

.m-font-b {
  font-weight: 700;
}

.m-color-wh {
  color: #ffffff;
}
.m-color-wh a {
  color: #ffffff;
}

.m-color-red, .error, .m-attention {
  color: #cc0000;
}

.m-uline {
  text-decoration: underline;
}

.m-uline:hover {
  text-decoration: none;
}

.m-hline:hover {
  text-decoration: underline;
}

.m-op {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.m-op:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* display */
.m-cf {
  *zoom: 1;
}
.m-cf:after {
  content: "";
  display: table;
  clear: both;
}

.m-dis-n {
  display: none;
}

.m-dis-b {
  display: block;
}

.m-dis-ib {
  display: inline-block;
}

.m-dis-i {
  display: inline;
}

.m-ov-h {
  overflow: hidden;
}

.m-d-tbl {
  display: table;
  width: 100%;
}
.m-d-tbl__cell {
  display: table-cell;
}

.m-nowrap {
  white-space: nowrap;
}

.m-radius {
  border-radius: 50%;
}

/* float */
.m-fl-l {
  float: left;
}

.m-fl-r {
  float: right;
}

.m-hr {
  height: 1px;
  background-color: #e3ddcd;
  border: 0;
}

/* align */
.m-align-c {
  text-align: center;
}

.m-align-l {
  text-align: left;
}

.m-align-r {
  text-align: right;
}

.m-valign-t {
  vertical-align: top;
}

.m-valign-m {
  vertical-align: middle;
}

.m-valign-b {
  vertical-align: bottom;
}

/* margin */
.m-mt-2xs {
  margin-top: 5px;
}

.m-mt-xs {
  margin-top: 10px;
}

.m-mt-s {
  margin-top: 20px;
}

.m-mt {
  margin-top: 30px;
}

.m-mt-l {
  margin-top: 40px;
}

.m-mt-xl {
  margin-top: 60px;
}

.m-mt-2xl {
  margin-top: 80px;
}

.m-mb-2xs {
  margin-bottom: 5px;
}

.m-mb-xs {
  margin-bottom: 10px;
}

.m-mb-s {
  margin-bottom: 20px;
}

.m-mb {
  margin-bottom: 30px;
}

.m-mb-l {
  margin-bottom: 40px;
}

.m-mb-xl {
  margin-bottom: 60px;
}

.m-mb-2xl {
  margin-bottom: 80px;
}

.m-ml-1em {
  margin-left: 1em;
}

.m-mr-1em {
  margin-right: 1em;
}

/* padding */
.m-pt-2xs {
  padding-top: 5px;
}

.m-pt-xs {
  padding-top: 10px;
}

.m-pt-s {
  padding-top: 20px;
}

.m-pt {
  padding-top: 30px;
}

.m-pt-l {
  padding-top: 40px;
}

.m-pt-xl {
  padding-top: 60px;
}

.m-pt-2xl {
  padding-top: 80px;
}

.m-pb-2xs {
  padding-bottom: 5px;
}

.m-pb-xs {
  padding-bottom: 10px;
}

.m-pb-s {
  padding-bottom: 20px;
}

.m-pb {
  padding-bottom: 30px;
}

.m-pb-l {
  padding-bottom: 40px;
}

.m-pb-xl {
  padding-bottom: 60px;
}

.m-pb-2xl {
  padding-bottom: 80px;
}

.m-p-xs {
  padding: 10px;
}

.m-p-s {
  padding: 20px;
}

.m-p {
  padding: 30px;
}

.m-p-l {
  padding: 40px;
}

.m-p-xl {
  padding: 50px;
}

/* list */
.m-list-dot > li {
  position: relative;
  padding-left: 1em;
}
.m-list-dot > li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.m-list-cir > li {
  position: relative;
  padding-left: 1em;
}
.m-list-cir > li:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #333;
}

.m-list-decimal {
  list-style: decimal;
  margin-left: 1.5em;
}

/* layout */
.l-inner {
  *zoom: 1;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.l-inner:after {
  content: "";
  display: table;
  clear: both;
}

.l-inner {
  max-width: 1000px;
}

/* column */
.m-column {
  *zoom: 1;
}
.m-column:after {
  content: "";
  display: table;
  clear: both;
}

.m-column__item {
  float: left;
  width: 50%;
}

.m-column__item--w20p {
  width: 20%;
}

.m-column__item--w25p {
  width: 25%;
}

.m-column__item--w33p {
  width: 33.3%;
}

.m-column__item--w100p {
  width: 100%;
}

.m-column--g10 {
  margin-left: -5px;
  margin-right: -5px;
}
.m-column--g10 > .m-column__item {
  padding-left: 5px;
  padding-right: 5px;
}

.m-column--g20 {
  margin-left: -10px;
  margin-right: -10px;
}
.m-column--g20 > .m-column__item {
  padding-left: 10px;
  padding-right: 10px;
}

.m-column--g30 {
  margin-left: -15px;
  margin-right: -15px;
}
.m-column--g30 > .m-column__item {
  padding-left: 15px;
  padding-right: 15px;
}

/* bg */
.m-radius-box {
  border-radius: 4px;
}

.m-bg-wh {
  background-color: #ffffff;
}

.m-bg-texture-be {
  background: #d1cabe;
  /* background-image: url(../images/common/bg_texture-be.png); */
}

.m-bg-texture-lbe {
  background: #d1cabe;
  /* background-image: url(../images/common/bg_texture-lbe.png); */
}

.m-bg-texture-dbe {
  background: #d1cabe;
  /* background-image: url(../images/common/bg_texture-dbe.png); */
}

/* .t-gallery .m-bg-texture-be{
  background: #867666;
} */

.t-gallery.t-detail{
  color: #fff;
}

.t-gallery.t-detail .m-btn--br:hover{
  color: #333;
}

.t-gallery.t-detail .m-cat-header__title,
.t-gallery.t-detail .m-cat-header__text{
  color: #fff;
}

/* btn */
.m-btn {
  position: relative;
  display: block;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  height: 60px;
  line-height: 58px;
  border: solid 1px #333;
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
  -webkit-transition: .3s;
  transition: .3s;
  color: #333;
  font-weight: 700;
}
.m-btn img {
  vertical-align: middle;
}
.m-btn:hover {
  background-color: #ffffff;
  /* color: #333; */
}
.m-btn:hover:before {
  /* border-top-color: #333;
  border-right-color: #333; */
}
.m-btn:before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
}
.m-btn.company-btn{
  background: #a3957d;
  height: 87px;
  display: grid;
  place-content: center;
  border-radius: 44px;
  padding: 15px 60px;
}
.m-btn.company-btn:hover{
  opacity: 0.7;
}
.m-btn--l {
  padding: 15px 0;
  border-radius: 60px;
  height: auto;
}
.m-btn--s {
  width: 200px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
}
.m-btn--s:before {
  width: 8px;
  height: 8px;
  margin-top: -4px;
}
.m-btn--br {
  color: #fff;
  border-color: #fff;
}
.m-btn--br:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* title */
.m-title {
  position: fixed;
  display: table;
  width: 100%;
  height: 420px;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: 50%;
  background-image: url(../images/gallery/bg_title-01.jpg);
}
.m-title:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.m-title--harvest {
  background-image: url(../images/gallery/bg_title-01.jpg);
}
.m-title--storage {
  background-image: url(../images/gallery/bg_title-02.jpg);
}
.m-title--distribution {
  background-image: url(../images/gallery/bg_title-03.jpg);
}
.m-title--crop {
  background-image: url(../images/crop/bg_title.jpg);
}
.m-title--about {
  background-image: url(../images/about/bg_title.jpg);
}
.m-title--type {
  background-image: url(../images/type/bg_title.jpg);
}
.m-title--company {
  background-image: url(../images/company/bg_title.jpg);
}
.m-title__text {
  position: relative;
  display: table-cell;
  padding-top: 80px;
  text-align: center;
  vertical-align: middle;
  font-size: 58px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  z-index: 2;
}

.m-line-title {
  padding-bottom: .5em;
  border-bottom: solid 2px #333;
}

/* table */
.m-tbl {
  width: 100%;
}
.m-tbl th, .m-tbl td {
  padding: 1em;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
  vertical-align: top;
}
.m-tbl th {
  width: 240px;
  font-weight: bold;
}
.m-tbl tr:nth-of-type(1) th, .m-tbl tr:nth-of-type(1) td {
  border-top: 0;
}

.wp-pagenavi {
  margin-top: 40px;
  text-align: center;
  font-size: 0;
}
.wp-pagenavi a, .wp-pagenavi span {
  -webkit-transition: .3s;
  transition: .3s;
  font-weight: 400;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
  width: 40px;
  height: 40px;
  border: solid 1px #333;
  border-radius: 50%;
  line-height: 38px;
  font-size: 16px;
  text-align: center;
  color: #333;
}
.wp-pagenavi a:hover {
  background-color: #333
  color: #ffffff;
}
.wp-pagenavi span {
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #333;
  color: #ffffff;
}

/* =======================================================================
共通
======================================================================= */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
font
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../font/ZenKakuGothicNew-Bold.ttf");
  src: url("../font/ZenKakuGothicNew-Bold.ttf?#iefix") format("embedded-opentype"), url("../font/Zen Kaku Gothic New.woff") format("woff"), url("../font/Zen Kaku Gothic New.ttf") format("truetype");
  src: url("../font/ZenKakuGothicNew-Bold.ttf");
  src: url("../font/ZenKakuGothicNew-Bold.ttf?#iefix") format("embedded-opentype"), url("../font/Zen Kaku Gothic New.woff") format("woff"), url("../font/Zen Kaku Gothic New.ttf") format("truetype");
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
base
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
body {
  font-family: "IBM Plex Sans JP","メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.231;
  color: #333;
  background: #fff;
  /* background-image: url(../images/common/bg_texture-be.png); */
}

#l-wrapper {
  position: relative;
  min-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-top: 420px;
}

.t-home #l-wrapper {
  /* padding-top: 720px; */
  /* padding: 53% 0 0; */
  padding-top: 858px;
}

.l-container {
  position: relative;
  z-index: 5;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
header
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.header {
  *zoom: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5001;
  display: flex;
  justify-content: space-between;
}
.header:after {
  content: "";
  display: table;
  clear: both;
}
.header-sp-menu {
  position: absolute;
  right: -99999px;
  top: -99999px;
}
.header-logo {
  position: relative;
  float: left;
  width: 100%;
  height: 90px;
  /* height: 300px; */
  background: #fff;
  z-index: 1000;
  padding: min(0.634vw,8px) min(1.825vw,23px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* background-image: url(../images/common/bg_texture-dbr.png); */
}
.header-logo p{
  text-align: left;
  font-size: min(1.031vw,13px);
  color: #333;
  box-sizing: border-box;
  white-space: nowrap;
}
.header-logo-text {
  /* position: absolute;
  left: 0;
  right: 0;
  top: 20px; */
  text-align: center;
  /* font-size: 11px; */
  font-family: "Zen Kaku Gothic New","Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  color: #ffffff;
  line-height: 1.7;
  background: #fff;
}
.header-logo a {
  position: relative;
  display: block;
  width: max-content;
  height: 100%;
  /* padding: 10px 23px; */
  box-sizing: border-box;
  background: #fff;
  text-align: left;
  /* text-indent: -9998em; */
}
/* .header-logo a:before {
  content: "";
  width: 127px;
  height: 58px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -64px;
  background-image: url(../images/common/logo.png);
} */
.header-logo a img{
  /* height: 100%; */
  /* width: 213px; */
  /* width: 260px; */
  width: 75%;
}
.header-logo a span {
  position: absolute;
}
/* .header-logo a span:nth-of-type(1) {
  width: 40px;
  height: 72px;
  left: 54px;
  top: 104px;
  background-image: url(../images/common/icon_logo_01.png);
}
.header-logo a span:nth-of-type(2) {
  width: 36px;
  height: 34px;
  left: 88px;
  top: 74px;
  background-image: url(../images/common/icon_logo_02.png);
}
.header-logo a span:nth-of-type(3) {
  width: 42px;
  height: 48px;
  left: 86px;
  top: 112px;
  background-image: url(../images/common/icon_logo_03.png);
}
.header-logo a span:nth-of-type(4) {
  width: 38px;
  height: 46px;
  left: 68px;
  top: 156px;
  background-image: url(../images/common/icon_logo_04.png);
}
.header-logo a span:nth-of-type(5) {
  width: 44px;
  height: 58px;
  left: 116px;
  top: 78px;
  background-image: url(../images/common/icon_logo_05.png);
}
.header-logo a span:nth-of-type(6) {
  width: 60px;
  height: 60px;
  left: 108px;
  top: 132px;
  background-image: url(../images/common/icon_logo_06.png);
}
.header-logo a span:nth-of-type(7) {
  width: 44px;
  height: 40px;
  left: 154px;
  top: 100px;
  background-image: url(../images/common/icon_logo_07.png);
}
.header-logo a span:nth-of-type(8) {
  width: 44px;
  height: 50px;
  left: 138px;
  top: 150px;
  background-image: url(../images/common/icon_logo_08.png);
} */
.header-nav {
  /* float: right; */
  max-width: 100%;
}
.header-nav__list{
  display: flex;
  justify-content: flex-end;
}
.header-nav__list__item {
  /* float: left; */
  /* width: 14%; */
  width: 120px;
  height: 90px;
  background: #A3957D;
  /* background-image: url(../images/common/bg_texture-be.png); */
  text-align: center;
  font-weight: 700;
}
.header-nav__list__item:nth-child(odd){
  background: #867666;
}
.header-nav__list__item a {
  position: relative;
  display: block;
  width: 100%;
  height: 90px;
  /* color: #ffffff; */
  font-family: "Zen Kaku Gothic New","Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #fff;
}
.header-nav__list__item a span {
  position: absolute;
  width: 100%;
  height: 90px;
  padding-top: 25px;
  top: 0;
  left: 0;
  display: block;
}
.header-nav__list__item a span.is-on {
  background: #d1cabe;
  /* background-image: url(../images/common/bg_texture-be.png); */
  /* color: #333; */
}
/* .header-nav__list__item a span:before {
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  left: 50%;
  margin-left: -24px;
  top: 15px;
  background-size: auto 200%;
  background-image: url(../images/common/icons_nav.png);
} */
.header-nav__list__item a span.is-on {
  z-index: 1;
}
.header-nav__list__item a span.is-on:before {
  background-position: 0 -48px;
}
.header-nav__list__item a span.is-active span.is-on {
  z-index: 2;
}
.header-nav__list__item:nth-of-type(1) a span.is-off, .header-nav__list__item:nth-of-type(3) a span.is-off, .header-nav__list__item:nth-of-type(6) a span.is-off {
  /* background-image: url(../images/common/bg_texture-br.png); */
  /* background: #eef2ef; */
}
.header-nav__list__item:nth-of-type(2) a span.is-off, .header-nav__list__item:nth-of-type(5) a span.is-off {
  /* background-image: url(../images/common/bg_texture-dbr.png); */
  /* background: #eef2ef; */
}
.header-nav__list__item--tel {
  /* width: 32%; */
  background-image: none;
  background-color: #ffffff !important;
  display: grid;
  place-content: center;
  padding: 0 min(11.111vw,140px);
}
.header-nav__list__item--company a span {
  padding-top: 33px;
}
.header-nav__list__item--company a span.is-off:before {
  top: 20px;
  background-position: -48px 0;
}
.header-nav__list__item--company a span.is-on:before {
  top: 20px;
  background-position: -48px -48px;
}
.header-nav__list__item--inquiry a span {
  padding-top: 33px;
}
.header-nav__list__item--inquiry a span.is-off:before {
  top: 20px;
  background-position: -96px 0;
}
.header-nav__list__item--inquiry a span.is-on:before {
  top: 20px;
  background-position: -96px -48px;
}
.header-nav__list__item__tel {
  height: 90px;
  padding: 9px 35px 0;
  text-align: left;
}
.header-nav__list__item__tel__title{
  text-align:center;
}
.header-nav__list__item__tel__text {
  position: relative;
  /* margin-top: 10px; */
  padding: 15px 4%;
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  display: flex;
  align-items: baseline;
  justify-content: center;
  white-space: nowrap;
  color: #333;
}
.header-nav__list__item__tel__text span {
  display: block;
  font-family: "Zen Kaku Gothic New","Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  /* font-family: "Noto Serif", "Baskerville", "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; */
  letter-spacing: 0.05em;
  /* font-size: 31px; */
  font-size: min(2.460vw, 31px);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: left;
}
.header-nav__list__item__tel__text span.header-nav__list__item__hours{
  font-weight: 400;
  /* font-size: 12px; */
  font-size: min(0.952vw, 12px);
}
.tel_icon{
  display: inline-block;
  width: 25px;
  vertical-align: sub;
  margin: 0 8px 0 0;
}
/* .header-nav__list__item__tel__text:before {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 36px;
  background-size: 100%;
  background-image: url(../images/common/icon_tel.png);
} */

.footer {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
  /* background-image: url(../images/common/bg_texture-dbr.png); */
  color: #333;
  z-index: 5;
}
.footer a {
  color: #333;
}
.footer a:hover {
  text-decoration: underline;
}
.footer-inner {
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.footer-title {
  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;
  position: relative;
  margin-bottom: 30px;
}
.footer-title-text {
  position: relative;
  padding-left: 180px;
  font-size: 14px;
  font-weight: 700;
}
.footer-title-text:before {
  content: "";
  width: 160px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16px;
  /* background-size: 100%; */
  background: url(../images/common/logo_en.png) no-repeat center;
}
.footer-title-btn {
  /* display: block; */
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* padding: 15px 60px; */
  padding: 15px 80px;
  background: #a3957d;
  border-radius: 44px;
  display: grid;
  place-content: center;
}
.footer-title-btn::before{
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 2px #8d968f;
  border-right: solid 2px #8d968f;
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
}
.footer-title-btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
.footer-title-btn img {
  width: 160px;
}
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
.footer-nav__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
  font-weight: 700;
  line-height: 2;
  font-size: 14px;
}
.footer-nav-child {
  font-weight: normal;
}
.footer-ca{
  color: #333;
}
.footer-cr {
  display: block;
  font-size: 12px;
  text-align: center;
  color: #333;
}

.m-btn-pt {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: block;
  text-indent: -9998em;
  width: 52px;
  height: 52px;
  background-size: 100%;
  border-radius: 50%;
  background-image: url(../images/common/btn_pt.png);
  z-index: 4998;
}
.m-btn-pt:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* =======================================================================
トップページ
======================================================================= */
.home-mv {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 720px;
  background: #fff;
}
.home-mv__visual__pc{
  width: 100%;
  padding: 120px 0 0;
  display: block;
}
.home-mv__visual__sp{
  display: none;
}
.home-mv-slider-wrap {
  /* position: absolute; */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-mv-slider {
  position: relative;
  *zoom: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home-mv-slider:after {
  content: "";
  display: table;
  clear: both;
}
.home-mv-slider__item {
  -webkit-transition: opacity 2s, -webkit-transform 0s linear;
  transition: opacity 2s, -webkit-transform 0s linear;
  transition: opacity 2s, transform 0s linear;
  transition: opacity 2s, transform 0s linear, -webkit-transform 0s linear;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  background-attachment: fixed;
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.home-mv-slider__item.is-active {
  z-index: 2;
  opacity: 1;
}
.home-mv-slider__item.is-scale {
  -webkit-transition: opacity 2s, -webkit-transform 12s linear;
  transition: opacity 2s, -webkit-transform 12s linear;
  transition: opacity 2s, transform 12s linear;
  transition: opacity 2s, transform 12s linear, -webkit-transform 12s linear;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.home-mv-slider__item:before {
  content: "";
  position: fixed;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.home-mv-slider__item:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.home-mv-slider__item:nth-of-type(1):before {
  background-image: url(../images/home/img_mv_01.jpg);
}
.home-mv-slider__item:nth-of-type(2):before {
  background-image: url(../images/home/img_mv_02.jpg);
}
.home-mv-slider__item:nth-of-type(3):before {
  background-image: url(../images/home/img_mv_03.jpg);
}
.home-mv-content {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  min-height: 720px;
  z-index: 3;
}
.home-mv-content__inner {
  /* display: table-cell; */
  /* padding-top: 5%; */
  padding: 180px 0 0;
  text-align: center;
  /* vertical-align: middle; */
  color: #527575;
  /* text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
  letter-spacing: 0.1em;
}
.home-mv-content__title {
  font-size: 64px;
}
.home-mv-content__text {
  margin-top: 18px;
  font-size: 50px;
  font-weight: 700;
}
.home-mv-content__text-s {
  margin-top: 18px;
  font-size: 18px;
  line-height: 2;
  font-weight: 700;
  color: #333;
}

.swiper-wrapper{
  display: flex !important;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-slide{
  transform: translate3d(0, 0, 0) !important;
  flex-shrink: 0;
  width: 100%;
}

.swiper-slide img{
  width: 100%;
  height: 858px;
  object-fit: cover;
}

.home-gallery {
  position: relative;
  background-attachment: fixed,fixed;
  background-position: 50% 50%,50% 50%;
  background-repeat: repeat,no-repeat;
  background-size: auto,cover;
}
.home-gallery:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.92);
  /* background-color: rgba(0, 0, 0, 0.6); */
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.home-gallery--01 {
  background-image: url(../images/common/bg_dot.png), url(../images/home/bg_cat-01.jpg);
}
.home-gallery--01 .home-gallery-title:after,
.home-gallery--01 .home-gallery-header__title:before {
  background-image: url(../images/common/icon_cat-01.png);
}
.home-gallery--02 {
  background-image: url(../images/common/bg_dot.png), url(../images/home/bg_cat-02.jpg);
}
.home-gallery--02 .home-gallery-title:after,
.home-gallery--02 .home-gallery-header__title:before {
  background-image: url(../images/common/icon_cat-02.png);
}
.home-gallery--03 {
  background-image: url(../images/common/bg_dot.png), url(../images/home/bg_cat-03.jpg);
}
.home-gallery--03 .home-gallery-title:after,
.home-gallery--03 .home-gallery-header__title:before {
  background-image: url(../images/common/icon_cat-03.png);
}
.home-gallery-content {
  position: relative;
  width: 100%;
  display: table;
  z-index: 2;
}
.home-gallery-content__inner {
  display: table-cell;
  padding-top: 120px;
  padding-bottom: 120px;
  vertical-align: middle;
}
.home-gallery-title {
  position: relative;
  text-align: center;
  padding-top: 170px;
  font-size: 64px;
  font-weight: 700;
  color: #ffffff;
}
.home-gallery-title:before {
  content: "";
  width: 160px;
  height: 160px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -80px;
  z-index: 1;
}
.home-gallery-title:after {
  content: "";
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -80px;
  z-index: 2;
  overflow: hidden;
}

.home-gallery-header,
.m-cat-header {
  display: table;
  width: 100%;
  margin-bottom: 60px;
}
.home-gallery-header__title, .home-gallery-header__text,
.m-cat-header__title,
.m-cat-header__text {
  display: table-cell;
  vertical-align: middle;
}
.home-gallery-header__title,
.m-cat-header__title {
  position: relative;
  width: 280px;
  padding-left: 140px;
  font-size: 48px;
  color: #333;
  font-weight: 700;
}
.home-gallery-header__title:before,
.m-cat-header__title:before {
  content: "";
  width: 120px;
  height: 120px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -60px;
  background-color: #ffffff;
  border-radius: 50%;
  background-size: 100% auto;
}
.home-gallery-header__text,
.m-cat-header__text {
  font-size: 16px;
  line-height: 2;
  color: #333;
}

.m-cat-header {
  color: #333;
}

.m-cat-header__title--01:before {
  background-image: url(../images/common/icon_cat-01.png);
}

.m-cat-header__title--02:before {
  background-image: url(../images/common/icon_cat-02.png);
}

.m-cat-header__title--03:before {
  background-image: url(../images/common/icon_cat-03.png);
}

.m-gallery-nav {
  *zoom: 1;
  margin-right: -1px;
}
.m-gallery-nav:after {
  content: "";
  display: table;
  clear: both;
}
.m-gallery-nav__item {
  position: relative;
  float: left;
  width: 33.3%;
}
.m-gallery-nav__item a {
  /* background-image: url(../images/common/bg_texture-br.png); */
  background: #A3957D;
}
.m-gallery-nav__item:nth-of-type(2n) a {
  /* background-image: url(../images/common/bg_texture-dbr.png); */
  background: #A3957D;
}
.m-gallery-nav__item a.is-active {
  background: #d1cabe;
  /* background-image: url(../images/common/bg_texture-be.png); */
  color: #fff;
}
.m-gallery-nav__item a.is-active:after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.m-gallery-nav__item a {
  position: relative;
  display: block;
  padding: 80px 30px 60px;
  color: #fff;
}
.m-gallery-nav__item a:after {
  -webkit-transition: .2s;
  transition: .2s;
  content: "";
  position: absolute;
  bottom: 25px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: solid 3px #fff;
  border-left: solid 3px #fff;
}
.m-gallery-nav__item a:hover:after {
  bottom: 20px;
}
.m-gallery-nav__item a:before {
  content: "";
  width: 120px;
  height: 120px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -60px;
  margin-left: -60px;
  background-size: 100% auto;
}
.m-gallery-nav__item:nth-of-type(1) a:before {
  background-image: url(../images/common/icon_cat-01.png);
}
.m-gallery-nav__item:nth-of-type(2) a:before {
  background-image: url(../images/common/icon_cat-02.png);
}
.m-gallery-nav__item:nth-of-type(3) a:before {
  background-image: url(../images/common/icon_cat-03.png);
}
.m-gallery-nav__item__title {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
}
.m-gallery-nav__item__title .icon-new {
  display: inline-block;
  vertical-align: middle;
  font-family: "IBM Plex Sans JP","メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  margin-left: 1em;
  font-size: 12px;
  background-color: #c8334f;
  border-radius: 2px;
  padding: .5em;
  color: #fff;
  font-weight: 700;
}
.m-gallery-nav__item__text {
  margin-top: 30px;
  font-size: 14px;
  line-height: 2;
}

.m-gallery-list {
  *zoom: 1;
  margin-bottom: 40px;
  margin-left: -10px;
  margin-right: -10px;
}
.m-gallery-list:after {
  content: "";
  display: table;
  clear: both;
}
.m-gallery-list__item {
  float: left;
  width: 33.3%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.m-gallery-list__item a {
  position: relative;
  display: block;
}
.m-gallery-list__item a:before {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(209, 202, 190, 0.8);
  /* background-color: rgba(155, 167, 153, 0.8); */
  z-index: 1;
}
.m-gallery-list__item a:after {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  width: 48px;
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  border-radius: 50%;
  background-image: url(../images/common/icon_zoom.png);
  z-index: 1;
}
.m-gallery-list__item a:hover:before, .m-gallery-list__item a:hover:after {
  opacity: 1;
}
.m-gallery-list__item a:hover .m-gallery-list__item__image__content {
  opacity: 1;
}
.m-gallery-list__item__image {
  position: relative;
  overflow: hidden;
}
.m-gallery-list__item__image--new:before {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 100%;
  background-image: url(../images/common/icon_new.png);
  z-index: 1;
}
.m-gallery-list__item__image__content {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  color: #333;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  z-index: 2;
}
.m-gallery-list__item__image__content time {
  font-weight: normal;
}

.t-ipad .home-mv {
  position: absolute;
}
.t-ipad .home-gallery {
  background-attachment: scroll,scroll;
  background-size: auto,auto 100%;
}

.type-title-wrap {
  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;
}
.type-title-wrap .m-btn {
  float: right;
}

.type-title {
  position: relative;
  padding-left: 70px;
}
.type-title:before {
  content: "";
  width: 52px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -30px;
  background-size: 100%;
  background: url(../images/type/icon_title.png);
  background-repeat: no-repeat;
}

/* =======================================================================
ギャラリー詳細
add 20171010
======================================================================= */
.m-gallery-detail-image {
  position: relative;
  margin-bottom: 30px;
}
.m-gallery-detail-image img {
  max-width: inherit;
  width: 100%;
  height: auto;
}
.m-gallery-detail-image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 320px auto;
  background-image: url(../images/common/logo_en_l.png);
  z-index: 1;
  opacity: .8;
}
.m-gallery-detail-image--new:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
  height: 160px;
  background-size: 100%;
  background-image: url(../images/common/icon_new.png);
  z-index: 2;
}

.m-gallery-detail,
.m-gallery-detail-nav {
  position: relative;
  margin-left: 60px;
  margin-right: 60px;
  color: #fff;
}

.m-gallery-detail-arrow__prev, .m-gallery-detail-arrow__next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.m-gallery-detail-arrow__prev .icon, .m-gallery-detail-arrow__next .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px #fff;
  font-size: 16px;
}
.m-gallery-detail-arrow__prev {
  left: -60px;
}
.m-gallery-detail-arrow__next {
  right: -60px;
  color: #fff;
}

.m-gallery-detail-nav {
  *zoom: 1;
  min-height: 40px;
  margin-top: 50px;
}
.m-gallery-detail-nav:after {
  content: "";
  display: table;
  clear: both;
}
.m-gallery-detail-nav__index {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-gallery-detail-nav__prev {
  float: left;
}
.m-gallery-detail-nav__next {
  float: right;
}
.m-gallery-detail-nav__prev, .m-gallery-detail-nav__next {
  position: relative;
  display: block;
  width: 140px;
}
.m-gallery-detail-nav__prev figcaption, .m-gallery-detail-nav__next figcaption {
  position: relative;
  color: #fff;
}
.m-gallery-detail-nav__prev figcaption:before, .m-gallery-detail-nav__next figcaption:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
}
.m-gallery-detail-nav__prev figcaption:before {
  left: -20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.m-gallery-detail-nav__next figcaption:before {
  right: -20px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/* WordPress */
.m-gallery-detail-body {
  *zoom: 1;
}
.m-gallery-detail-body:after {
  content: "";
  display: table;
  clear: both;
}
.m-gallery-detail-body a {
  text-decoration: underline;
  color: #333;
}
.m-gallery-detail-body a:hover {
  text-decoration: none;
}
.m-gallery-detail-body pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.m-gallery-detail-body hr {
  height: 1px;
  background-color: #333;
  border: 0;
  margin-bottom: 1.5em;
}
.m-gallery-detail-body blockquote {
  position: relative;
  border: solid 1px #333;
  margin: 0 0 1.5em;
  padding: 20px;
}
.m-gallery-detail-body p {
  *zoom: 1;
  color: #fff;
}
.m-gallery-detail-body p:after {
  content: "";
  display: table;
  clear: both;
}
.m-gallery-detail-body img {
  max-width: 100%;
  height: auto;
}
.m-gallery-detail-body img.alignleft {
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
}
.m-gallery-detail-body img.alignright {
  float: right;
  margin-left: 40px;
  margin-bottom: 20px;
}
.m-gallery-detail-body img.aligncenter {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.m-gallery-detail-body h1, .m-gallery-detail-body h2, .m-gallery-detail-body h3, .m-gallery-detail-body h4, .m-gallery-detail-body h5, .m-gallery-detail-body h6, .m-gallery-detail-body ul, .m-gallery-detail-body ol, .m-gallery-detail-body p {
  margin-bottom: 20px;
}
.m-gallery-detail-body h1, .m-gallery-detail-body h2, .m-gallery-detail-body h3, .m-gallery-detail-body h4, .m-gallery-detail-body h5, .m-gallery-detail-body h6 {
  line-height: 1.5;
  font-weight: bold;
}
.m-gallery-detail-body ul, .m-gallery-detail-body ol, .m-gallery-detail-body p, .m-gallery-detail-body table, .m-gallery-detail-body blockquote {
  line-height: 1.75;
  font-size: 16px;
}
.m-gallery-detail-body p {
  line-height: 2;
}
.m-gallery-detail-body ul > li {
  position: relative;
  padding-left: 1em;
}
.m-gallery-detail-body ul > li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.m-gallery-detail-body ol {
  list-style: decimal;
  margin-left: 1.5em;
}
.m-gallery-detail-body h1 {
  font-size: 26px;
}
.m-gallery-detail-body h2 {
  font-size: 24px;
}
.m-gallery-detail-body h3 {
  font-size: 22px;
}
.m-gallery-detail-body h4 {
  font-size: 20px;
}
.m-gallery-detail-body h5 {
  font-size: 18px;
}
.m-gallery-detail-body h6 {
  font-size: 16px;
}
.m-gallery-detail-body table {
  margin-bottom: 1.5em;
  width: 100%;
}
.m-gallery-detail-body table thead th {
  background-color: #333;
  color: #ffffff;
}
.m-gallery-detail-body table thead td {
  color: #333;
}
.m-gallery-detail-body table th, .m-gallery-detail-body table td {
  padding: 10px 1em;
  border: solid 1px #333;
  vertical-align: middle;
}
.m-gallery-detail-body table th {
  font-weight: 700;
}
.m-gallery-detail-body table tbody th {
  text-align: left;
}

.wp-caption {
  *zoom: 1;
  padding: 15px;
  background-color: #ffffff;
  text-align: center;
}
.wp-caption:after {
  content: "";
  display: table;
  clear: both;
}
.wp-caption img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.wp-caption.alignleft img {
  float: left;
}
.wp-caption.alignright img {
  float: right;
}
.wp-caption.aligncenter, .wp-caption.alignnone {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

p.wp-caption-text,
.wp-caption-text {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  モジュール
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* sp only */
  .m-align-c--pc {
    text-align: inherit;
  }

  .m-sp-only {
    display: block;
  }

  .m-pc-only {
    display: none;
  }

  /* text */
  .m-text-10 {
    font-size: 1rem;
    line-height: 1.6;
  }

  .m-text-11 {
    font-size: 1rem;
    line-height: 1.6;
  }

  .m-text-12 {
    font-size: 1.1rem;
    line-height: 1.6;
  }

  .m-text-13 {
    font-size: 1.1rem;
    line-height: 1.6;
  }

  .m-text-14 {
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .m-text-15 {
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .m-text-16 {
    font-size: 1.3rem;
    line-height: 1.6;
  }

  .m-text-17 {
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .m-text-18 {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .m-text-19 {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .m-text-20 {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .m-text-21 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .m-text-22 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .m-text-23 {
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .m-text-24 {
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .m-text-25 {
    font-size: 1.7rem;
    line-height: 1.4;
  }

  .m-text-26 {
    font-size: 1.7rem;
    line-height: 1.4;
  }

  .m-text-27 {
    font-size: 1.8rem;
    line-height: 1.4;
  }

  .m-text-28 {
    font-size: 1.8rem;
    line-height: 1.4;
  }

  .m-text-30 {
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .m-text-31 {
    font-size: 2.0rem;
    line-height: 1.4;
  }

  .m-text-32 {
    font-size: 2.4rem;
    line-height: 1.2;
  }

  .m-text-34 {
    font-size: 2.4rem;
    line-height: 1.2;
  }

  .m-text-35 {
    font-size: 2.6rem;
    line-height: 1.2;
  }

  .m-text-36 {
    font-size: 2.6rem;
    line-height: 1.2;
  }

  .m-text-37 {
    font-size: 2.6rem;
    line-height: 1.2;
  }

  .m-text-38 {
    font-size: 2.6rem;
    line-height: 1.2;
  }

  .m-text-40 {
    font-size: 2.8rem;
    line-height: 1.2;
  }

  .m-text-42 {
    font-size: 2.8rem;
    line-height: 1.2;
  }

  .m-text-44 {
    font-size: 2.8rem;
    line-height: 1.2;
  }

  .m-text-46 {
    font-size: 2.8rem;
    line-height: 1.2;
  }

  .m-text-lhl {
    line-height: 1.8;
  }

  .m-ls1 {
    letter-spacing: 0em;
  }

  .m-ls2 {
    letter-spacing: 0em;
  }

  .m-uline {
    text-decoration: none;
  }

  .m-uline:hover {
    text-decoration: none;
  }

  .m-hline {
    text-decoration: none;
  }

  .m-hline:hover {
    text-decoration: none;
  }

  .m-op {
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
  }
  .m-op:hover {
    opacity: 1;
  }

  /* margin */
  .m-mt-2xs {
    margin-top: 5px;
  }

  .m-mt-xs {
    margin-top: 10px;
  }

  .m-mt-s {
    margin-top: 10px;
  }

  .m-mt {
    margin-top: 15px;
  }

  .m-mt-l {
    margin-top: 20px;
  }

  .m-mt-xl {
    margin-top: 25px;
  }

  .m-mt-2xl {
    margin-top: 30px;
  }

  .m-mb-2xs {
    margin-bottom: 5px;
  }

  .m-mb-xs {
    margin-bottom: 10px;
  }

  .m-mb-s {
    margin-bottom: 10px;
  }

  .m-mb {
    margin-bottom: 15px;
  }

  .m-mb-l {
    margin-bottom: 20px;
  }

  .m-mb-xl {
    margin-bottom: 25px;
  }

  .m-mb-2xl {
    margin-bottom: 30px;
  }

  /* padding */
  .m-pt-2xs {
    padding-top: 5px;
  }

  .m-pt-xs {
    padding-top: 10px;
  }

  .m-pt-s {
    padding-top: 10px;
  }

  .m-pt {
    padding-top: 15px;
  }

  .m-pt-l {
    padding-top: 20px;
  }

  .m-pt-xl {
    padding-top: 25px;
  }

  .m-pt-2xl {
    padding-top: 30px;
  }

  .m-pb-2xs {
    padding-bottom: 5px;
  }

  .m-pb-xs {
    padding-bottom: 10px;
  }

  .m-pb-s {
    padding-bottom: 10px;
  }

  .m-pb {
    padding-bottom: 15px;
  }

  .m-pb-l {
    padding-bottom: 20px;
  }

  .m-pb-xl {
    padding-bottom: 25px;
  }

  .m-pb-2xl {
    padding-bottom: 30px;
  }

  .m-p-xs {
    padding: 10px;
  }

  .m-p-s {
    padding: 10px;
  }

  .m-p {
    padding: 15px;
  }

  .m-p-l {
    padding: 20px;
  }

  .m-p-xl {
    padding: 20px;
  }

  .l-inner {
    max-width: inherit;
    padding-left: 15px;
    padding-right: 15px;
  }
  .l-inner .l-inner {
    padding-left: 0;
    padding-right: 0;
  }

  /* column */
  .m-column:not(.m-column--sp) .m-column__item {
    float: none;
    width: auto;
  }
  .m-column:not(.m-column--sp) .m-column__item + .m-column__item {
    margin-top: 15px;
  }
  .m-column:not(.m-column--sp) .m-column__item--w20p,
  .m-column:not(.m-column--sp) .m-column__item--w25p,
  .m-column:not(.m-column--sp) .m-column__item--w33p,
  .m-column:not(.m-column--sp) .m-column__item--w100p {
    width: auto;
  }
  .m-column:not(.m-column--sp).m-column--g10, .m-column:not(.m-column--sp).m-column--g20, .m-column:not(.m-column--sp).m-column--g30 {
    margin-left: 0;
    margin-right: 0;
  }
  .m-column:not(.m-column--sp).m-column--g10 > .m-column__item, .m-column:not(.m-column--sp).m-column--g20 > .m-column__item, .m-column:not(.m-column--sp).m-column--g30 > .m-column__item {
    padding-left: 0;
    padding-right: 0;
  }

  .m-column--sp {
    margin-left: -5px;
    margin-right: -5px;
  }
  .m-column--sp .m-column__item {
    padding-left: 5px;
    padding-right: 5px;
  }

  /* bg */
  .m-radius-box {
    border-radius: 2px;
  }

  .m-bg-texture-be,
  .m-bg-texture-lbe,
  .m-bg-texture-dbe {
    background-size: 64px;
  }

  /* btn */
  .m-btn {
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 1.2rem;
    line-height: 38px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 20px;
  }
  .m-btn:before {
    right: 10px;
  }
  .m-btn--l {
    padding: 10px 0;
    border-radius: 60px;
  }
  .m-btn--s {
    width: auto;
    font-size: 1rem;
  }

  /* title */
  .m-title {
    position: relative;
    width: 100%;
    height: 210px;
    left: auto;
    top: auto;
  }
  .m-title__text {
    padding: 65px 15px 15px;
    font-size: 2.4rem;
  }

  /* table */
  .m-tbl thead, .m-tbl tbody, .m-tbl tfoot, .m-tbl tr, .m-tbl th, .m-tbl td {
    display: block;
  }
  .m-tbl tr {
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: solid 1px #333;
  }
  .m-tbl th, .m-tbl td {
    padding: 0;
    border-top: 0;
    border-bottom: 0;
  }
  .m-tbl th {
    width: auto;
  }
  .m-tbl td {
    margin-top: .5em;
  }

  .wp-pagenavi {
    margin-top: 10px;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  /* base */
  a {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
  }
  a:hover {
    opacity: 1 !important;
    text-decoration: none !important;
  }

  a.m-uline:hover {
    text-decoration: underline !important;
  }

  /* android font-size fix */
  li, h1, h2, h3, h4, h5, h6, pre, fieldset, input, textarea, p, blockquote, th, td, dt, dd {
    max-height: 999999px;
  }

  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  共通
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
  }

  body {
    font-size: 1rem;
    background-size: 64px;
  }

  #l-wrapper {
    min-width: inherit;
    overflow: hidden;
    padding-top: 0;
  }

  .t-home #l-wrapper {
    padding-top: 0;
  }

  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  header
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .header {
    width: 100%;
    height: 50px;
    background: #d1cabe;
    /* background-image: url(../images/common/bg_texture-dbr.png); */
    background-size: 64px;
  }
  .header-sp-menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    text-indent: -9998em;
  }
  .header-sp-menu span {
    -webkit-transition: .3s;
    transition: .3s;
    position: absolute;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    left: 50%;
    margin-left: -9px;
    display: inline-block;
    background: #333;
    /* background-color: #ffffff; */
  }
  .header-sp-menu span:nth-of-type(1) {
    top: 18px;
  }
  .header-sp-menu span:nth-of-type(2) {
    top: 50%;
    margin-top: -1px;
  }
  .header-sp-menu span:nth-of-type(3) {
    bottom: 18px;
  }
  .header-sp-menu.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
  }
  .header-sp-menu.is-active span:nth-of-type(2) {
    height: 0;
    opacity: 0;
  }
  .header-sp-menu.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
  }
  .header-logo {
    float: left;
    /* width: 114px; */
    width: max-content;
    /* height: 50px; */
    height: 100%;
    margin-left: 10px;
    background: none;
  }
  .header-logo p{
    /* font-size: 12px; */
    font-size: min(3.2vw,12px);
  }
  .header-logo-text {
    right: auto;
    left: -99999px;
    top: -99999px;
    background: none;
  }
  .header-logo a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: none;
    /* padding: 5px; */
    /* padding-left: 70px; */
    /* text-indent: -9998em; */
  }
  .header-logo a:before {
    width: 97px;
    height: 24px;
    bottom: 50%;
    margin-bottom: -12px;
    left: 50px;
    margin-left: 0;
    background-size: 100%;
  }
  /* .header-logo a:after {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    background-size: 100%;
    background-image: url(../images/common/logo_sp.png);
  } */
  .header-logo a img{
    width: 35%;
  }
  .header-logo a span {
    display: none;
  }
  .header-nav {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    float: none;
    background-size: 64px;
    background: #d1cabe;
    /* background-image: url(../images/common/bg_texture-be.png); */
    z-index: 5010;
  }
  .header-nav.is-active {
    display: block;
  }
  .header-nav__list{
    flex-direction: column;
  }
  .header-nav__list__item {
    float: none;
    height: auto;
    background-image: none;
    border-bottom: solid 1px #333;
    text-align: left;
    width: 100%;
  }
  .header-nav__list__item a {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    padding: 15px 15px 15px 15px;
    color: #ffffff;
    font-family: "Zen Kaku Gothic New","Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
  }
  .header-nav__list__item a span {
    position: relative;
    width: auto;
    height: auto;
    padding-top: 0px;
    /* padding-left: 30px; */
    top: 0;
    left: 0;
    display: block;
    color: #fff;
  }
  .header-nav__list__item a span br {
    display: none;
  }
  .header-nav__list__item a span.is-on {
    display: none;
  }
  /* .header-nav__list__item a span:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    margin-left: 0;
    top: 50%;
    margin-top: -12px;
    background-size: auto 200%;
    background-image: url(../images/common/icons_nav.png);
    background-position: 0 -24px;
  } */
  .header-nav__list__item:nth-of-type(1) a span.is-off, .header-nav__list__item:nth-of-type(3) a span.is-off, .header-nav__list__item:nth-of-type(6) a span.is-off, .header-nav__list__item:nth-of-type(2) a span.is-off, .header-nav__list__item:nth-of-type(5) a span.is-off {
    background-image: none;
  }
  .header-nav__list__item--tel {
    width: auto;
    background-image: none;
    background-color: #ffffff;
  }
  .header-nav__list__item--company a span.is-off:before {
    top: 50%;
    background-position: -24px -24px;
  }
  .header-nav__list__item--inquiry a span.is-off:before {
    top: 50%;
    background-position: -48px -24px;
  }
  .header-nav__list__item__tel {
    height: auto;
    padding: 15px;
    text-align: center;
  }
  .header-nav__list__item__tel__text {
    /* display: inline-block; */
    padding: 15px;
    /* margin-top: 5px; */
    /* padding-left: 30px; */
    font-size: 1rem;
  }
  .header-nav__list__item__tel__text span {
    font-size: 2.5rem;
    text-align: left;
  }
  .header-nav__list__item__tel__text span.header-nav__list__item__hours{
    font-size: 1.0rem;
  }
  .header-nav__list__item__tel__text:before {
    width: 24px;
    height: 24px;
  }

  .footer {
    padding: 30px 15px 15px;
    background-size: 64px;
  }
  .footer-inner {
    max-width: inherit;
  }
  .footer-title {
    display: block;
    margin-bottom: 15px;
  }
  .footer-title-text {
    padding-left: 180px;
    font-size: 1.2rem;
    margin: 0 0 20px;
  }
  .footer-title-text:before {
    width: 160px;
    height: 40px;
    margin-top: -18px;
  }
  .footer-title-btn {
    margin-top: 10px;
    text-align: center;
    position: relative;
  }
  .footer-title-btn:before{
    transform: rotate(45deg) translateY(-50%);
    margin-top: 0;
  }
  .footer-title-btn img {
    width: 100%;
    border-radius: 10px;
  }
  .footer-nav {
    display: block;
    margin-bottom: 30px;
  }
  .footer-nav__item {
    font-size: 1.2rem;
  }
  .footer-cr {
    font-size: 1rem;
    line-height: 1.5;
  }

  .m-btn-pt {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /* =======================================================================
  トップページ
  ======================================================================= */
  .home-mv {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    /* min-height: 360px; */
    min-height: max-content;
  }
  .home-mv__visual__pc{
    display: none;
  }
  .home-mv__visual__sp{
    width: 100%;
    display: block;
    padding: 50px 0 0;
  }
  .home-mv-slider__item:before {
    position: absolute;
  }
  .home-mv-content {
    min-height: 360px;
  }
  .home-mv-content__inner {
    display: table-cell;
    padding: 65px 15px 15px;
  }
  .home-mv-content__title {
    font-size: 3rem;
    width: 30%;
    margin: 0 auto;
  }
  .home-mv-content__text {
    margin-top: 15px;
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .home-mv-content__text-s {
    position: absolute;
    left: -99999px;
    top: -99999px;
  }

  .swiper-slide img{
    width: 100%;
    height: auto;
    object-fit: initial;
  }

  .home-gallery {
    background-attachment: scroll,scroll;
    background-size: 1px 1px,cover;
  }
  .home-gallery-content:nth-of-type(1) {
    display: none;
  }
  .home-gallery-content__inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .home-gallery-header,
  .m-cat-header {
    display: block;
    margin-bottom: 30px;
  }
  .home-gallery-header__title, .home-gallery-header__text,
  .m-cat-header__title,
  .m-cat-header__text {
    display: block;
    vertical-align: middle;
  }
  .home-gallery-header__title,
  .m-cat-header__title {
    position: relative;
    width: auto;
    padding-left: 0;
    padding-top: 70px;
    font-size: 2.4rem;
    text-align: center;
  }
  .home-gallery-header__title:before,
  .m-cat-header__title:before {
    width: 60px;
    height: 60px;
    left: 50%;
    top: 0;
    margin-top: 0;
    margin-left: -30px;
  }
  .home-gallery-header__text,
  .m-cat-header__text {
    margin-top: 15px;
    font-size: 1.2rem;
  }

  .m-gallery-nav {
    *zoom: 1;
    margin-right: -1px;
  }
  .m-gallery-nav:after {
    content: "";
    display: table;
    clear: both;
  }
  .m-gallery-nav__item {
    position: relative;
    float: left;
    width: 33.3%;
  }
  .m-gallery-nav__item a {
    position: relative;
    display: block;
    padding: 75px 10px 35px;
  }
  .m-gallery-nav__item a:after {
    -webkit-transition: 0s;
    transition: 0s;
    bottom: 15px;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    border-bottom-width: 2px;
    border-left-width: 2px;
  }
  .m-gallery-nav__item a:hover:after {
    bottom: 15px;
  }
  .m-gallery-nav__item a:before {
    content: "";
    width: 48px;
    height: 48px;
    left: 50%;
    top: 15px;
    margin-left: -24px;
  }
  .m-gallery-nav__item__title {
    font-size: 2rem;
  }
  .m-gallery-nav__item__title .icon-new {
    margin-left: .5em;
    font-size: 1rem;
    padding: .25em;
  }
  .m-gallery-nav__item__text {
    position: absolute;
    left: -99999px;
    top: -99999px;
  }

  .m-gallery-list {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  .m-gallery-list__item {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .m-gallery-list__item a:before {
    opacity: 1;
  }
  .m-gallery-list__item a:after {
    opacity: 1;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    margin-top: -12px;
    background-size: 100%;
  }
  .m-gallery-list__item__image--new:before {
    width: 40px;
    height: 40px;
  }
  .m-gallery-list__item__image img {
    width: 100%;
  }
  .m-gallery-list__item__image__content {
    opacity: 1;
    font-size: 1.2rem;
    display:none;
  }

  .type-title-wrap {
    display: block;
  }
  .type-title-wrap .m-btn {
    float: none;
    margin-top: 15px;
  }

  .type-title {
    padding-left: 35px;
  }
  .type-title:before {
    width: 25px;
    height: 30px;
    margin-top: -15px;
    background-size: 100%;
  }

  /* =======================================================================
  ギャラリー詳細
  add 20171010
  ======================================================================= */
  .m-gallery-detail-image {
    margin-bottom: 20px;
  }
  .m-gallery-detail-image:before {
    background-size: 160px auto;
  }
  .m-gallery-detail-image--new:after {
    width: 80px;
    height: 80px;
  }

  .m-gallery-detail,
  .m-gallery-detail-nav {
    margin-left: 0px;
    margin-right: 0px;
  }

  .m-gallery-detail-arrow {
    display: none;
  }

  .m-gallery-detail-nav {
    min-height: inherit;
    margin-top: 30px;
    padding-bottom: 50px;
  }
  .m-gallery-detail-nav > * + * {
    margin-top: 10px;
  }
  .m-gallery-detail-nav__index {
    position: absolute;
    bottom: 0;
    top: auto;
    -webkit-transform: none;
            transform: none;
  }
  .m-gallery-detail-nav__prev, .m-gallery-detail-nav__next {
    padding-right: 30px;
    float: none;
    width: auto;
  }
  .m-gallery-detail-nav__prev:before, .m-gallery-detail-nav__next:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -8px;
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .m-gallery-detail-nav__prev figure, .m-gallery-detail-nav__next figure {
    *zoom: 1;
  }
  .m-gallery-detail-nav__prev figure:after, .m-gallery-detail-nav__next figure:after {
    content: "";
    display: table;
    clear: both;
  }
  .m-gallery-detail-nav__prev figure img, .m-gallery-detail-nav__next figure img {
    display: block;
    float: left;
    width: 80px;
    margin-right: 10px;
  }
  .m-gallery-detail-nav__prev figcaption, .m-gallery-detail-nav__next figcaption {
    position: relative;
    overflow: hidden;
  }
  .m-gallery-detail-nav__prev figcaption:before, .m-gallery-detail-nav__next figcaption:before {
    display: none;
  }

  /* WordPress */
  .m-gallery-detail-body hr {
    margin-bottom: 1em;
  }
  .m-gallery-detail-body blockquote {
    margin: 0 0 1em;
    padding: 15px;
  }
  .m-gallery-detail-body img {
    max-width: 100%;
    height: auto;
  }
  .m-gallery-detail-body img.alignleft, .m-gallery-detail-body img.alignright, .m-gallery-detail-body img.aligncenter {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .m-gallery-detail-body img.alignleft, .m-gallery-detail-body img.alignright {
    margin-bottom: 15px;
  }
  .m-gallery-detail-body h1, .m-gallery-detail-body h2, .m-gallery-detail-body h3, .m-gallery-detail-body h4, .m-gallery-detail-body h5, .m-gallery-detail-body h6, .m-gallery-detail-body ul, .m-gallery-detail-body ol, .m-gallery-detail-body p {
    margin-bottom: 15px;
  }
  .m-gallery-detail-body ul, .m-gallery-detail-body ol, .m-gallery-detail-body p, .m-gallery-detail-body table, .m-gallery-detail-body blockquote {
    font-size: 1.2rem;
  }
  .m-gallery-detail-body h1 {
    font-size: 1.8rem;
  }
  .m-gallery-detail-body h2 {
    font-size: 1.7rem;
  }
  .m-gallery-detail-body h3 {
    font-size: 1.6rem;
  }
  .m-gallery-detail-body h4 {
    font-size: 1.5rem;
  }
  .m-gallery-detail-body h5 {
    font-size: 1.4rem;
  }
  .m-gallery-detail-body h6 {
    font-size: 1.3rem;
  }
  .m-gallery-detail-body table {
    width: 100%;
    margin-bottom: 1em;
  }

  .wp-caption {
    padding: 10px;
  }

  p.wp-caption-text,
  .wp-caption-text {
    font-size: 1rem;
  }
}
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
keyframes
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@-webkit-keyframes nav {
  0% {
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes nav {
  0% {
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes logo {
  0% {
    -webkit-transform: translateY(-250px);
            transform: translateY(-250px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes logo {
  0% {
    -webkit-transform: translateY(-250px);
            transform: translateY(-250px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    display: none;
  }
  1% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    display: none;
  }
  1% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
    display: none;
  }
  1% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
    display: block;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    display: block;
  }
}
@keyframes fadeUp {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
    display: none;
  }
  1% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
    display: block;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    display: block;
  }
}
@-webkit-keyframes logo-icon {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes logo-icon {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes cat1-icon {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes cat1-icon {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes cat2-icon {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: 0 -160px;
  }
  40% {
    background-position: 0 -320px;
  }
  60% {
    background-position: 0 -480px;
  }
  80% {
    background-position: 0 -640px;
  }
  100% {
    background-position: 0 -800px;
  }
}
@-webkit-keyframes cat3-icon {
  0% {
    background-position: 160px 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes cat3-icon {
  0% {
    background-position: 160px 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes pie {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes pie {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes updown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes updown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@media screen and (min-width: 768px) {
  #l-wrapper {
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: .25s;
            animation-duration: .25s;
    opacity: 0;
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
  }

  .header-nav {
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
    -webkit-animation-name: nav;
            animation-name: nav;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: .25s;
            animation-duration: .25s;
    -webkit-animation-delay: .75s;
            animation-delay: .75s;
  }
  .header-nav__list__item a span {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-perspective: 1000px;
            perspective: 1000px;
    -webkit-transform-origin: 50% 100% 0;
            transform-origin: 50% 100% 0;
  }
  .header-nav__list__item a span.is-on {
    -webkit-transform-origin: 50% 0% 0;
            transform-origin: 50% 0% 0;
    -webkit-transform: rotateX(90deg) translateY(-35px);
            transform: rotateX(90deg) translateY(-35px);
  }
  .header-nav__list__item a:hover span.is-off, .header-nav__list__item a:focus span.is-off {
    -webkit-transform: rotateX(-90deg) translateY(35px);
            transform: rotateX(-90deg) translateY(35px);
  }
  .header-nav__list__item a:hover span.is-on, .header-nav__list__item a:focus span.is-on {
    -webkit-transform: rotateX(0deg) translateY(0);
            transform: rotateX(0deg) translateY(0);
  }
  .header-nav__list__item a.is-active:hover span.is-off, .header-nav__list__item a.is-active:focus span.is-off {
    -webkit-transform: rotateX(0deg) translateY(0px);
            transform: rotateX(0deg) translateY(0px);
  }
  .header-nav__list__item a.is-active span.is-on {
    -webkit-transform: rotateX(0deg) translateY(0px);
            transform: rotateX(0deg) translateY(0px);
  }
  .header-nav__list__item a.is-uc {
    cursor: default;
  }
  .header-nav__list__item a.is-uc span {
    opacity: .5;
  }
  .header-nav__list__item a.is-uc:hover span.is-off, .header-nav__list__item a.is-uc:focus span.is-off {
    -webkit-transform: rotateX(0deg) translateY(0px);
            transform: rotateX(0deg) translateY(0px);
  }
  .header-nav__list__item a.is-uc:hover span.is-on, .header-nav__list__item a.is-uc:focus span.is-on {
    -webkit-transform: rotateX(90deg) translateY(-120px);
            transform: rotateX(90deg) translateY(-120px);
  }
  .header-logo {
    -webkit-transform: translateY(-250px);
            transform: translateY(-250px);
    -webkit-animation-name: logo;
            animation-name: logo;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: .25s;
            animation-duration: .25s;
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
  }
  .header-logo a span {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-animation-name: logo-icon;
            animation-name: logo-icon;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: .25s;
            animation-duration: .25s;
  }
  .header-logo a span:nth-of-type(1) {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .header-logo a span:nth-of-type(2) {
    -webkit-animation-delay: 1.3s;
            animation-delay: 1.3s;
  }
  .header-logo a span:nth-of-type(3) {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
  }
  .header-logo a span:nth-of-type(4) {
    -webkit-animation-delay: 1.9s;
            animation-delay: 1.9s;
  }
  .header-logo a span:nth-of-type(5) {
    -webkit-animation-delay: 2.15s;
            animation-delay: 2.15s;
  }
  .header-logo a span:nth-of-type(6) {
    -webkit-animation-delay: 1.15s;
            animation-delay: 1.15s;
  }
  .header-logo a span:nth-of-type(7) {
    -webkit-animation-delay: 1.45s;
            animation-delay: 1.45s;
  }
  .header-logo a span:nth-of-type(8) {
    -webkit-animation-delay: 1.75s;
            animation-delay: 1.75s;
  }

  .home-mv,
  .home-mv-content__title,
  .home-mv-content__text,
  .home-mv-content__text-s {
    opacity: 0;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
  }

  .home-mv {
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
  }

  .home-mv-content__title {
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
  }

  .home-mv-content__text {
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
  }

  .home-mv-content__text-s {
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-delay: 4.5s;
            animation-delay: 4.5s;
  }

  .m-gallery-nav__item a:before {
    opacity: 0;
  }
  .m-gallery-nav__item a.is-show:before {
    opacity: 1;
    -webkit-animation-name: pie;
            animation-name: pie;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: .25s;
            animation-duration: .25s;
  }
  .m-gallery-nav__item a:hover:before {
    -webkit-animation-name: updown;
            animation-name: updown;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: .25s;
            animation-duration: .25s;
  }

  .home-gallery:before {
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 0;
  }

  .home-gallery.is-show:before {
    opacity: 1;
  }

  .home-gallery--01 .home-gallery-title:after {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  .home-gallery--01 .home-gallery-content.is-show .home-gallery-title:after {
    -webkit-animation-name: cat1-icon;
            animation-name: cat1-icon;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
  }

  .home-gallery--02 .home-gallery-content.is-show .home-gallery-title:after {
    -webkit-animation-name: cat2-icon;
            animation-name: cat2-icon;
    -webkit-animation-timing-function: steps(1, end);
            animation-timing-function: steps(1, end);
    -webkit-animation-iteration-count: 4;
            animation-iteration-count: 4;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }

  .home-gallery--03 .home-gallery-title:after {
    background-position: 160px 0;
  }

  .home-gallery--03 .home-gallery-content.is-show .home-gallery-title:after {
    -webkit-animation-name: cat3-icon;
            animation-name: cat3-icon;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
  }

  .home-gallery-content .home-gallery-title,
  .home-gallery-content .home-gallery-header,
  .home-gallery-content .m-gallery-list,
  .home-gallery-content .m-btn {
    opacity: 0;
  }

  .home-gallery-content.is-show .home-gallery-title,
  .home-gallery-content.is-show .home-gallery-header,
  .home-gallery-content.is-show .m-gallery-list,
  .home-gallery-content.is-show .m-btn {
    -webkit-animation-name: fadeUp;
            animation-name: fadeUp;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
  }

  .home-gallery-content.is-show .m-gallery-list {
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
  }
  .home-gallery-content.is-show .m-btn {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
}
@media screen and (max-width: 767px){
  .company-btn{
    /* padding: 15px 60px; */
    padding: 15px 60px;
    border-radius: 40px;
  }
}
.t-crop .m-btn.m-btn--br img[src="/resources/images/common/logo_jp.png"]{
  width:160px !important;
  /* height:59px !important; */
}
@media screen and (max-width: 767px) {
  .t-crop .m-btn.m-btn--br img[src="/resources/images/common/logo_jp.png"]{
    max-width:100% !important;
    width:100px !important;
    height:auto !important;
  }
}