@charset "UTF-8";
/*
Theme Name: FLOWERING
Theme URI:
Description:
Version: 1.0
Author: FLOWERING
Author URI:
*/
@-ms-viewport {
  width: device-width;
}

#loader-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 9998;
}

.loading {
  width: 200px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 9999;
}

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

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "Yu Gothic", "游ゴシック", sans-serif;
  color: #2f1310;
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  overflow-x: hidden;
  font-weight: 600;
  overflow-wrap: break-word;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  body {
    font-size: 12px;
  }
}

p {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "Yu Gothic", "游ゴシック", sans-serif;
  line-height: 1.8;
  margin: 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  p {
    font-size: 13px;
  }
}

a, a:focus {
  outline: none;
}

button, input, input:focus {
  outline: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: none;
}

a {
  outline: none;
  display: block;
  text-decoration: none;
}

a:link, a:visited {
  color: #2f1310;
}

a:hover {
  text-decoration: none;
}

a img {
  opacity: 1;
  transition: opacity 0.2s ease;
}

li {
  list-style-type: none;
}

form, input, textarea, label, button, select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  text-shadow: none;
  box-shadow: none;
  outline: none;
  cursor: auto;
}

form:focus, input:focus, textarea:focus, label:focus, button:focus, select:focus {
  border: none;
}

form:active, input:active, textarea:active, label:active, button:active, select:active {
  border: none;
}

header, nav, main, footer {
  display: block;
}

.txt-c {
  text-align: center;
}

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

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

.bold-on {
  font-weight: 600 !important;
}

.bold-off {
  font-weight: normal !important;
}

.pc-disp {
  display: block !important;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .pc-disp {
    display: none !important;
  }
}

.sp-disp {
  display: none !important;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .sp-disp {
    display: block !important;
  }
}

.pad-l_0 {
  padding-left: 0 !important;
}

.pad-t_0 {
  padding-top: 0 !important;
}

.pad-b_0 {
  padding-bottom: 0 !important;
}

.pad-r_0 {
  padding-right: 0 !important;
}

.border-none {
  border: none !important;
}

.indent_01 {
  text-indent: -1em;
  margin-left: 1em;
}

.indent_02 {
  margin-left: 1.1em;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .indent_02 {
    margin-left: 0;
  }
}

.wb-breakall {
  -ms-word-break: break-all;
  word-break: break-all;
}

.wb-breakword {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.underline {
  text-decoration: underline;
}

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

.circle {
  border: solid 1px #332825;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 8px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.border {
  border-bottom: solid 1px #332825;
}

.border-none {
  border: none !important;
}

.common-btn {
  width: 70%;
  margin: auto;
}

.flex-box {
  display: flex;
  justify-content: space-around;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .flex-box {
    flex-direction: column;
  }
}

.accordion-container {
  position: relative;
  width: 100%;
  border: 1px solid #0079c1;
  border-top: none;
  outline: 0;
  cursor: pointer;
}

.accordion-container .active-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  font-size: 1.25em;
  font-weight: normal;
  color: #fff;
  background: #000;
  cursor: pointer;
}

.accordion-container .active-title:hover, .accordion-container .active-title:active {
  background-color: #00aaa7;
  color: white;
}

.accordion-container .content-entry.open .active-title {
  background-color: #00aaa7;
  color: white;
}

.accordion-container .active-title:hover i:before, .accordion-container .active-title:hover i:active {
  color: white;
}

.accordion-container .content-entry.open i {
  color: white;
}

.active-title {
  position: relative;
}

.active-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease;
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 2px #332825;
  border-right: solid 2px #332825;
  transform: rotate(135deg);
}

.active-title.open:after {
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-contents {
  display: none;
}

.accordion-container {
  width: 300px;
  margin: 1.875em auto;
}

.arrow-type {
  right: 0;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #332825;
  border-right: 1px solid #332825;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.arrow-pos-r01 {
  right: 4px;
}

.arrow-pos-r02 {
  right: 30px;
}

.mrg-t01 {
  margin-top: 20px;
}

.mrg-t02 {
  margin-top: 48px;
}

.mrg-l {
  margin-left: 16px;
}

.indent {
  text-indent: 0.6em;
  display: inline-block;
}

.pad-t_01 {
  padding-top: 60px;
}

.text-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 100%;
}

.text-divider::before,
.text-divider::after {
  content: "";
  height: 3px;
  border-top: 3px solid #332825;
  flex-grow: 1;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .text-divider::before,
  .text-divider::after {
    height: 2px;
    border-top: 2px solid #332825;
  }
}

.text-divider::before {
  margin-right: 2rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .text-divider::before {
    margin-right: 1.5rem;
  }
}

.text-divider::after {
  margin-left: 2rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .text-divider::after {
    margin-left: 1.5rem;
  }
}

.divider-width {
  width: 100%;
}

.divider-white::before, .divider-white::after {
  border-top: 1px dotted #fff;
}

.other-color {
  background: #e7e0e1;
}

.front-color {
  background: #fff;
}

.color-r {
  color: #cc2211;
}

.a-inline {
  display: inline;
  text-decoration: underline;
}

.border {
  margin: 48px 0 56px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .border {
    margin: 24px 0 36px;
  }
}

#header {
  width: 100%;
  z-index: 999;
  box-sizing: border-box;
  background: #e7e0e1;
  position: fixed;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #header {
    display: none;
  }
}

.header-inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0 2%;
}

.header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 800px;
  margin: auto;
}

.header-menu-list {
  position: relative;
  margin: 0 12px;
  padding: 28px 0 16px;
}

.header-menu-list:first-of-type {
  margin-right: 36px;
  margin-left: 0;
}

.header-menu-list:last-of-type {
  margin-right: 0;
  margin-top: 2px;
}

.header-menu-size {
  width: 100%;
  min-width: 24px;
}

.header-logo {
  width: 104px;
}

/*
//オンマウス時 テキスト 変更
//---------------------------------------------------

.change-01:after {
  content:"COMPANY";
}

.change-01:hover:after{
  content:"会社概要";
}

.change-02:after {
  content:"INFOMART INFO";
}
.change-02:hover:after{
  content:"インフォメーション";
}

.change-03:after {
  content:"CONTACT";
}
.change-03:hover:after{
  content:"お問い合わせ";
}

.change-04:after {
  content:"RECRUIT";
}
.change-04:hover:after{
  content:"採用情報";
}

.change-05:after {
  content:"SNS";
}
.change-05:hover:after{
  content:"オフィシャルSNS";
}

.change-06:after {
  content:"ONLINE STORE";
}
.change-06:hover:after{
  content:"オンラインストア";
}

.header-menu-item-01,.header-menu-item-02,.header-menu-item-03,.header-menu-item-04,.header-menu-item-05,.header-menu-item-06,.header-menu-item-07{
  display: block;
  position: absolute;
  top: -15px;
  margin: auto;
  text-align: center;
}

.header-menu-item-01 {
  width: 72px;
}

.header-menu-item-02 {
  width: 100px;
  left: -72px;
}

.header-menu-item-03 {
  width: 140px;
  left: -106px;
}

.header-menu-item-04 {
  width: 120px;
  left: -76px;
}

.header-menu-item-05 {
  width: 140px;
  left: -72px;
}

.header-menu-item-06 {
  width: 90px;
  left: -56px;
}

.header-menu-item-07 {
  width: 90px;
  right: -4px;
}
*/
.sp-header {
  background: #e7e0e1;
  position: fixed;
  z-index: 99;
  width: 100%;
}

.sp-header-inner {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin: 0 auto;
}

.logo-sp {
  text-align: center;
  margin-left: 42px;
  padding: 12px 0;
  width: 100%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .logo-sp {
    padding: 12px 0 4px;
  }
}

.logo-sp img {
  max-width: 104px;
}

.sp-header-cart {
  margin-left: auto;
  margin-right: 20px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .sp-header-cart {
    margin-top: 6px;
  }
}

.sp-header-cart img {
  width: 25px;
}

.menu-trigger {
  display: none;
}

#hamburger ul li {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .menu-trigger {
    display: inline-block;
    transition: all .4s;
    width: 26px;
    height: 40px;
    z-index: 9999;
    padding: 0 20px;
    cursor: pointer;
    position: fixed;
    left: 9px;
    top: 14px;
  }
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    z-index: 101;
    width: 26px;
    height: 1px;
    background: #332825;
  }
  .menu-trigger span:nth-of-type(1) {
    width: 26px;
    top: 10px;
    left: 7px;
  }
  .menu-trigger span:nth-of-type(2) {
    width: 26px;
    top: 19px;
    left: 7px;
  }
  .menu-trigger span:nth-of-type(3) {
    width: 26px;
    top: 29px;
    left: 7px;
  }
  .menu-trigger.active span {
    background: #332825;
  }
  .menu-trigger.active span:nth-of-type(1) {
    width: 26px;
    transform: translateY(10px) rotate(45deg);
    top: 10px;
    left: 7px;
  }
  .menu-trigger.active span:nth-of-type(2) {
    left: 7px;
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    width: 26px;
    transform: translateY(-10px) rotate(-45deg);
    left: 7px;
    top: 30px;
  }
  #hamburger {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    background: #f2efef;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 0 28px;
  }
  #hamburger .hamburger-navi {
    display: block;
    text-align: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    width: 100%;
    margin: auto;
  }
  #hamburger .hamburger-navi li {
    padding-left: 0px;
    list-style-type: none;
    display: block;
  }
  #hamburger .hamburger-navi li.active {
    transform: translateY(0);
  }
  #hamburger .hamburger-navi li a {
    color: #332825;
    text-decoration: none;
    margin: 0;
    z-index: 9999;
    padding: 0 10px;
  }
}

.hamburger-title-main {
  font-size: 14.6px;
  font-family: "Helvetica Neue", Helvetica;
  font-weight: 400;
  letter-spacing: 4px;
}

.hamburger-title-sub {
  font-size: 7.24px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "Yu Gothic", "游ゴシック", sans-serif;
  letter-spacing: 2px;
}

.hamburger-navi-list {
  width: 100%;
  padding: 12px 0px;
  opacity: 0;
}

.hamburger-navi-list:first-of-type {
  transition-delay: .1s;
}

.hamburger-navi-list:nth-of-type(2) {
  transition-delay: .15s;
}

.hamburger-navi-list:nth-of-type(3) {
  transition-delay: .2s;
}

.hamburger-navi-list:nth-of-type(4) {
  transition-delay: .25s;
}

.hamburger-navi-list:nth-of-type(5) {
  transition-delay: .3s;
}

.hamburger-navi-list:nth-of-type(6) {
  transition-delay: .35s;
}

.hamburger-navi-list:nth-of-type(7) {
  transition-delay: .4s;
}

.hamburger-navi-list:nth-of-type(8) {
  transition-delay: .45s;
}

.hamburger-navi-list:nth-of-type(9) {
  transition-delay: .5s;
}

.hamburger-navi-list:nth-of-type(10) {
  transition-delay: .55s;
}

.hamburger-navi-list:nth-of-type(11) {
  transition-delay: .6s;
}

.active {
  transition: opacity 1s 1s ease;
  opacity: 1;
}

.dotted {
  position: relative;
  width: 70%;
  display: block;
  height: 1px;
}

.dotted:before {
  content: "";
  background-image: linear-gradient(to right, #000, #000 3px, transparent 3px, transparent 8px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hamburger-banner {
  max-width: 80%;
  margin: auto;
  text-align: center;
  display: block;
  padding-top: 40px;
}

.mv {
  width: 100%;
  margin: auto;
  background: #e7e0e1;
}

.mv img {
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .mv img {
    width: 100%;
  }
}

.mv-inner {
  max-width: 1250px;
  margin: auto;
}

.mv-bg {
  width: 100%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .mv-bg {
    width: 100%;
    height: 92vh;
    order: 1;
  }
}

.pad-mv {
  padding-top: 98px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .pad-mv {
    padding-top: 66px;
  }
}

.mv-slider {
  text-align: center;
  margin: auto;
  width: 100%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .slick-dots {
    bottom: -32px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .slick-dots li {
    margin: 0 6px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .slick-dots li button {
    width: 5px;
    height: 5px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .slick-dots li button:before {
    width: 7px;
    height: 7px;
  }
}

.section-title {
  font-size: 20px;
}

.company {
  background: #e7e0e1;
}

.company-inner {
  max-width: 764px;
  padding: 100px 32px 0;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .company-inner {
    width: 100%;
    padding: 0;
  }
}

.company-title {
  font-size: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "Yu Gothic", "游ゴシック", sans-serif;
  font-weight: 600;
  line-height: 1.6;
  position: relative;
  letter-spacing: 2px;
  z-index: 4;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .company-title {
    font-size: 16px;
    word-break: break-all;
    letter-spacing: 1.5px;
  }
}

@media screen and (max-width: 360px) {
  .company-title {
    font-size: 15px;
    word-break: break-all;
    letter-spacing: 1px;
  }
}

.company-txt {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.9;
  margin-top: 16px;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .company-txt {
    font-size: 10.5px;
    margin-top: 12px;
  }
}

@media screen and (max-width: 360px) {
  .company-txt {
    font-size: 10px;
    word-break: break-all;
  }
}

.company-link {
  max-width: 82px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .company-link {
    max-width: 56px;
  }
}

.company-sub {
  margin-top: 30px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .company-sub {
    margin-top: 20px;
    position: relative;
    z-index: 3;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .company-layout-01 {
    padding: 80px 12px 0 24px;
  }
}

.company-layout-02 {
  display: flex;
  position: relative;
  padding-bottom: 114px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .company-layout-02 {
    padding: 0 0 42px 32px;
  }
}

.company-img-01 {
  max-width: 260px;
  margin-top: 80px;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .company-img-01 {
    width: 157px;
    height: 192px;
    margin-top: 120px;
    display: block;
  }
}

.company-img-02 {
  position: absolute;
  right: 0;
  margin-top: -132px;
  z-index: 0;
  max-width: 500px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .company-img-02 {
    margin-top: -20px;
    display: block;
    width: 220px;
    right: 32px;
  }
}

.info-inner {
  padding: 0 20px;
  max-width: 740px;
  margin: 60px auto 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .info-inner {
    width: 100%;
    margin-top: 42px;
    padding: 0 32px;
  }
}

.info-title {
  max-width: 190px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .info-title {
    max-width: 135px;
  }
}

.info-list {
  padding-top: 40px;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .info-list {
    padding-top: 32px;
  }
}

.info-list-item .info-list-date {
  font-size: 12.21px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .info-list-item .info-list-date {
    font-size: 11.44px;
    margin-top: 8px;
    display: block;
  }
}

.info-list-item .info-list-title {
  font-size: 11.19px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .info-list-item .info-list-title {
    padding-top: 4px;
    font-size: 10.48px;
  }
}

.info-list-border {
  width: 100%;
  display: flex;
  align-items: center;
}

.info-list-border:not(:first-of-type) {
  margin-top: 24px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .info-list-border:not(:first-of-type) {
    margin-top: 32px;
  }
}

.info-list-border:before {
  content: "";
  background: #eee8e9;
  width: 10px;
  padding: 16px 0;
  margin-right: 16px;
  margin-top: 8px;
}

.collection-inner {
  max-width: 740px;
  padding: 0 20px;
  margin: 64px auto 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .collection-inner {
    width: 100%;
    margin-top: 48px;
    padding: 0 32px;
  }
}

.collection-title-img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 56px;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .collection-title-img {
    padding-top: 32px;
  }
}

.collection-title-img img {
  max-width: 100%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .collection-title-img img {
    max-width: 80%;
  }
}

.collection-title {
  max-width: 148px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .collection-title {
    max-width: 108px;
  }
}

.collection-title-sub01 {
  font-size: 14.5px;
}

.collection-title-sub02 {
  font-size: 9px;
}

.collection-title-main {
  font-size: 27.5px;
}

.slash {
  width: 1px;
  height: 32px;
  background: #000;
  transform: rotateZ(30deg);
  margin: 0 20px;
}

.collection-title-txt {
  font-size: 12.1px;
  margin: 30px auto 0;
  color: #2f1310;
  max-width: 300px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .collection-title-txt {
    margin-top: 16px;
    text-align: center;
    font-size: 8.26px;
  }
}

.collecion-list-img {
  display: block;
  width: 100%;
  height: calc(300px - 70%);
  object-fit: cover;
}

.collection-item {
  width: 100%;
  padding-top: 60px;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .collection-item {
    padding-top: 34px;
    width: calc( 100% + 64px);
    margin: auto;
    margin-left: -32px;
  }
}

.collection-l {
  display: flex;
}

.collection-r {
  display: flex;
  justify-content: flex-end;
}

.collection-item-img {
  max-width: 700px;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .collection-item-img {
    max-width: 100%;
  }
}

.sns-inner {
  max-width: 740px;
  padding: 60px 20px 0;
  margin: 80px auto 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .sns-inner {
    margin-top: 40px;
    padding: 36px 32px 0;
  }
}

.sns-recruit {
  background: #e7e0e1;
  width: 100%;
}

.sns-title {
  max-width: 168px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .sns-title {
    max-width: 118px;
  }
}

.sns-area {
  padding: 48px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .sns-area {
    padding: 32px 0;
    flex-direction: column;
  }
}

.sns-area-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sns-icon:not(:first-child) {
  margin-left: 24px;
}

.sns-icon img {
  width: 35px;
  height: 35px;
}

.sns-txt {
  margin-left: 30px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .sns-txt {
    margin-left: 0;
    margin-top: 8px;
  }
}

.sns-txt img {
  width: 222px;
  height: 13px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .sns-txt img {
    width: 155px;
  }
}

.recruit-inner {
  max-width: 740px;
  margin: auto;
  padding: 0 20px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .recruit-inner {
    padding: 0 32px;
  }
}

.recruit-title {
  max-width: 98px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .recruit-title {
    max-width: 70px;
  }
}

.recruit-menu {
  display: flex;
  margin: auto;
  justify-content: center;
  padding: 52px 0 100px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .recruit-menu {
    flex-direction: column;
    padding: 32px 0 40px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .recruit-menu-list:not(:first-of-type) {
    margin-top: 20px;
  }
}

.recruit-staff {
  background: #fff;
  border-radius: 6px;
  display: block;
  width: 264px;
  text-align: center;
  cursor: pointer;
  position: relative;
  margin: 0 20px;
  font-size: 13.76px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .recruit-staff {
    font-size: 14.2px;
    margin: auto;
  }
}

.active-trigger {
  padding: 12px 0;
  letter-spacing: 3px;
}

.recruit-staff-description {
  display: none;
  padding: 8px 8px 28px 16px;
  font-size: 10px;
  text-align: left;
  line-height: 1.8;
}

.open .change-mark:after {
  transform: scaleY(0);
}

.change-mark {
  display: inline-block;
  margin-top: 13px;
  position: absolute;
  right: 16px;
  transition: transparent .2s ease, opacity .2s ease;
  width: 14px;
  height: 2px;
  background: #000;
  top: 22px;
  margin: auto;
}

.change-mark:after {
  content: "";
  background: #000;
  position: absolute;
  top: -6px;
  left: 6px;
  height: 14px;
  width: 2px;
  transition: transform .2s ease, opacity .2s ease;
  transform: scaleY(1) rotateZ(0);
}

.contents {
  max-width: 1250px;
  margin: auto;
  padding: 0 3%;
}

.contents a img {
  width: 100%;
}

#blog {
  line-height: 1.15;
}

#blog .blog_box_main_title {
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 20px;
  border-bottom: 1px #000 dashed;
  margin: 50px auto 30px;
	text-align:center;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #blog .blog_box_main_title {
    font-size: 22px;
  }
}

#blog .blog img {
  text-align: center;
}

#blog .blog_img {
  display: block;
}

#blog h3 {
  font-size: 24px;
  margin: 10px auto;
  padding-bottom: 20px;
}

#blog h4 {
  font-size: 20px;
  margin: 10px auto;
  padding-bottom: 20px;
}

#blog .blog_box_main {
  margin: 30px auto;
}

#blog .blog_box_main .blog_box_main_text {
  font-size: 16px;
  margin: 40px auto;
}

#blog .icon {
  margin: 20px auto 40px;
  display: flex;
}

#blog .icon p {
  margin-right: 10px;
}

#blog ul li {
  font-size: 16px;
  margin: 10px auto;
  list-style: disc !important;
}

#blog ol li {
  font-size: 16px;
  margin: 10px auto;
  list-style: decimal !important;
}

#blog .blog_box_in {
  margin: 50px auto;
}

#blog .blog_box {
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
}

#blog .blog_text {
  font-size: 16px;
  margin: 30px auto;
}

#blog .blog_box .blog_box_content2 {
  width: 49%;
}

#blog .blog_box .blog_box_content3 {
  width: 32%;
}

#blog .item_text {
  font-size: 14px;
  margin: 16px auto;
}

#blog .item_text .name {
  font-size: 16px;
  font-weight: bold;
}

#blog .item_text .price {
  font-size: 16px;
}

#blog .announcement .text {
  font-size: 14px;
  margin: 30px auto;
}

#blog .announcement .text .title {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (min-width: 750px) {
  .wrap .icon p {
    width: 20%;
  }
}

#blog p {
  font-weight: normal;
}

#blog .blog_detail {
  padding-top: 80px;
  padding-bottom: 80px;
}

#blog .blog_detail_collection {
  padding-top: 160px;
  padding-bottom: 80px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #blog .blog_detail_collection {
    padding-top: 100px;
  }
}

#blog .blog_detail_info {
  padding-top: 120px;
  padding-bottom: 80px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #blog .blog_detail_info {
    padding-top: 80px;
  }
}

#blog .bloglist {
  padding-top: 50px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #blog .bloglist {
    padding: 110px 0 60px;
  }
}

#blog .bloglist .bloglist_box {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin: 20px 2% 20px 0;
}

#blog .bloglist .bloglist_box:nth-child(2n) {
  margin-right: 0;
}

#blog .bloglist .bloglist_box h2 {
  margin: 10px auto;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
}

#blog .bloglist .bloglist_box .cate a {
  padding: 5px 20px 5px 17px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  display: inline-block;
  position: relative;
  margin: 10px 10px 10px 0;
  background: #acacac;
}

#blog .bloglist .bloglist_box .cate a.special, #blog .bloglist .bloglist_box .cate a.recommend, #blog .bloglist .bloglist_box .cate a.attention, #blog .bloglist .bloglist_box .cate a.news, #blog .bloglist .bloglist_box .cate a.backnumber {
  background: #e7adb8;
}

#blog .bloglist .bloglist_box .cate a:after {
  content: "";
  border-style: solid;
  border-width: 16px 8px 16px 0;
  border-color: transparent #e7e0e1 transparent;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#blog .bloglist .bloglist_box .text {
  line-height: 1.5;
  font-size: 12px;
  font-weight: normal;
}

.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block !important;
}

@media screen and (min-width: 750px) {
  #blog .bloglist {
    padding-top: 160px;
    padding-bottom: 80px;
  }
  #blog .bloglist .bloglist_box {
    width: 22%;
    margin: 20px 3% 20px 0;
  }
  #blog .bloglist .bloglist_box:nth-child(2n) {
    margin-right: 3%;
  }
  #blog .bloglist .bloglist_box:nth-child(4n) {
    margin-right: 0;
  }
  #blog .blog_detail {
    padding-top: 160px;
    padding-bottom: 80px;
  }
}

.blog_box_main_img {
  text-align: center;
}

.blog_box_main_img img {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .blog_box_main_img img {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .wp-block-image img {
    max-width: 100%;
    height: 100%;
  }
}

.errorpage {
  margin: auto;
  max-width: 1250px;
  padding: 160px 0 100px;
  text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .errorpage {
    text-align: left;
    padding: 140px 32px 70px;
  }
}

.errorpage .error-link {
  display: inline;
  text-decoration: underline;
}

.error-title {
  font-size: 24px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .error-title {
    font-size: 18px;
  }
}

.error-txt {
  padding-top: 20px;
  line-height: 1.8;
  font-size: 15px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .error-txt {
    font-size: 12px;
  }
}

#info, #recruit, #collection {
  margin-top: -64px;
  padding-top: 64px;
}

#sns {
  margin-top: 0;
  padding-top: 0;
}

.page-post {
  padding: 160px 0 100px;
  font-weight: bold;
  font-size: 12px;
  line-height: 2;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .page-post {
    padding: 110px 0 60px;
  }
}

.page-post-inner {
  max-width: 1000px;
  padding: 0 4%;
  margin: auto;
}

#page {
  font-weight: bold;
  font-size: 12px;
  line-height: 2;
  width: 98%;
  margin: 0 auto;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #page {
    width: 96%;
    margin: 0 auto;
  }
}

#page .page-post {
  padding: 0;
}

#page .page-post-inner p {
  font-weight: normal;
}

#page .page-post-inner h2 {
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 20px;
  border-bottom: 1px #000 dashed;
  margin: 50px auto 30px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #page .page-post-inner h2 {
    font-size: 22px;
  }
}

#page .page-post-inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

#description, #business, #access {
  margin-top: -100px;
  padding-top: 100px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #description, #business, #access {
    margin-top: -72px;
    padding-top: 72px;
  }
}

.company-page-title {
  max-width: 116px;
}

.company-page {
  padding: 160px 0 100px;
  font-weight: bold;
  font-size: 12px;
  line-height: 2;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .company-page {
    padding: 130px 0 60px;
  }
}

.company-page p {
  font-size: 12px;
}

.company-page-inner {
  max-width: 1250px;
  padding: 0 4%;
  margin: auto;
}

.company-anchor {
  padding-top: 40px;
}

.company-anchor a {
  position: relative;
  margin-left: 1.25em;
}

.company-anchor a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #332825;
  margin-left: -1.25em;
}

.company-page-txtarea {
  max-width: 1000px;
  margin: auto;
}

.company-info {
  margin-top: 40px;
  text-align: left;
  width: 100%;
}

.company-info .company-info-area {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .company-info .company-info-area {
    flex-direction: column;
  }
}

.company-info .company-info-title {
  max-width: 200px;
  padding: 8px 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .company-info .company-info-title {
    width: 100%;
    padding: 0;
  }
}

.company-info .company-info-txt {
  width: calc(100% - 200px);
  padding: 8px 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .company-info .company-info-txt {
    width: 100%;
    padding: 0 0 12px;
  }
}

.company-address-txtarea .company-address-txt:not(:first-of-type) {
  padding-top: 18px;
}

.company-address-txt {
  margin-left: 1.5em;
  line-height: 2;
}

.company-address-title {
  padding-bottom: 8px;
}

.company-google-map {
  width: 70%;
  height: 400px;
  margin: 40px 0 40px 1.5em;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .company-google-map {
    width: calc( 100% - 3em);
    height: 240px;
    margin: 24px 0 24px 1.5em;
  }
}

.company-introduction-title {
  line-height: 1.6;
  position: relative;
  letter-spacing: 2px;
  z-index: 1;
  font-size: 20px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .company-introduction-title {
    font-size: 16px;
  }
}

.company-introduction-txt {
  font-size: 14px;
  line-height: 1.9;
  margin-top: 16px;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .company-introduction-txt {
    font-size: 10.5px;
  }
}

.company-businessout {
  padding-top: 16px;
}

.company-businessout p {
  line-height: 2;
}

.company-businessout-title {
  padding-top: 16px;
  padding-bottom: 4px;
  font-size: 14px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .company-businessout-title {
    padding-top: 24px;
  }
}

.contact-page-title {
  max-width: 116px;
}

.contact-page {
  padding: 160px 0 100px;
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .contact-page {
    padding: 130px 0 60px;
  }
}

.contact-page p {
  font-size: 12px;
}

.contact-page-inner {
  max-width: 1250px;
  padding: 0 4%;
  margin: auto;
}

.contact-page-txtarea {
  max-width: 1000px;
  margin: auto;
  padding-top: 40px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .contact-page-txtarea {
    padding-top: 24px;
  }
}

.contact-page-txt {
  padding-top: 24px;
  line-height: 2.4;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .contact-page-txt {
    padding-top: 16px;
    line-height: 2;
  }
}

.contact-page-txt2 {
  padding-top: 64px;
  line-height: 2.4;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .contact-page-txt2 {
    padding-top: 40px;
    line-height: 2;
  }
}

.contact-form-group {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .contact-form-group {
    flex-direction: column;
  }
}

.contact-form-name {
  width: 140px;
  line-height: 1.6;
  text-align: left;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .contact-form-name {
    width: 100%;
  }
}

.contact-form-txt {
  width: calc(70% - 12px);
  padding: 12px 0;
  line-height: 2;
  text-align: left;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .contact-form-txt {
    width: 100%;
    padding: 8px 0;
    margin-bottom: 8px;
  }
}

.contact-form-txt input {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "Yu Gothic", "游ゴシック", sans-serif;
  background: #f9f9f9;
  padding: 8px;
  display: block;
  width: 100%;
  line-height: 1.6;
  border-radius: 4px;
  font-size: 12px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .contact-form-txt input {
    font-size: 16px;
  }
}

.contact-form-txt textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "Yu Gothic", "游ゴシック", sans-serif;
  background: #f9f9f9;
  padding: 8px;
  display: block;
  width: 100%;
  height: 240px;
  line-height: 1.6;
  font-size: 16px;
  border-radius: 4px;
  font-size: 12px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .contact-form-txt textarea {
    font-size: 16px;
  }
}

.mw_wp_form_input {
  max-width: 1000px;
  margin: auto;
  padding-top: 40px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .mw_wp_form_input {
    padding-top: 32px;
  }
}

.mwform-radio-field label {
  cursor: pointer;
  display: block;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .mwform-radio-field label {
    width: 100%;
    padding: 4px 0;
  }
}

.mwform-radio-field input {
  display: none;
}

.mwform-radio-field-text {
  position: relative;
  padding-left: 24px;
  font-weight: bold;
  cursor: pointer;
}

.mwform-radio-field-text:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 15px;
  height: 15px;
  border: 1px solid #a3a0a0;
  border-radius: 50%;
}

.contact-category {
  align-items: flex-start;
  padding: 12px 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .contact-category {
    padding-bottom: 24px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .contact-category div {
    padding-bottom: 8px;
  }
}

input[type=radio]:checked + .mwform-radio-field-text:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 3px;
  width: 9px;
  height: 9px;
  background: #2f1310;
  border-radius: 50%;
}

.btn-size {
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.submit-btn {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "Yu Gothic", "游ゴシック", sans-serif;
  background: #2f1310;
  width: 300px;
  margin: 36px auto 0;
  font-size: 16px;
  padding: 16px 0;
  color: #fff;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .submit-btn {
    width: 100%;
    margin: 8px auto 0;
  }
}

.back-btn {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "Yu Gothic", "游ゴシック", sans-serif;
  width: 300px;
  background: #fff;
  margin: 36px auto 0;
  font-size: 16px;
  padding: 16px 0;
  color: #2f1310;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .back-btn {
    width: 100%;
    margin: 24px auto 0;
    order: 1;
  }
}

.mw_wp_form_confirm {
  padding: 48px 0 24px;
  max-width: 1000px;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .mw_wp_form_confirm {
    padding: 32px 0 0;
  }
}

.contact-form-fin-txt {
  font-size: 12px;
  padding: 48px 0 24px;
  max-width: 1000px;
  margin: auto;
  line-height: 2.4;
}

.wp-block-image {
  margin: auto;
}

#footer {
  background: #ccc6cb;
  position: relative;
}

.footer-inner {
  display: flex;
  align-items: center;
  max-width: 740px;
  margin: auto;
  padding: 24px 20px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .footer-inner {
    flex-direction: column;
    padding: 32px 0 12px;
  }
}

.footer-banner {
  margin-right: 48px;
  animation: banner 1s ease infinite;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .footer-banner {
    margin-right: 0;
  }
}

.footer-banner img {
  display: block;
  max-width: 100%;
  margin: auto;
  opacity: 0;
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .footer-menu {
    max-width: 280px;
    padding-top: 20px;
  }
}

.footer-menu-size {
  max-width: 110px;
  height: 26px;
  display: block;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .footer-menu-size {
    max-width: 78px;
    height: 20px;
  }
}

.footer-menu-list {
  display: block;
  width: 33.33%;
  padding: 16px 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .footer-menu-list {
    width: 25.1%;
    padding: 12px 0;
    margin: 0 10px;
  }
}

.copyright {
  background: #eee8e9;
  text-align: center;
  padding: 36px 0 32px;
  width: 100%;
  display: block;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .copyright {
    padding: 24px 0;
  }
}

.copyright-img {
  width: 268px;
  display: block;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .copyright-img {
    width: 208px;
  }
}

.scroll-wrap {
  max-width: 940px;
  margin: auto;
  position: relative;
}

#scrolltop {
  cursor: pointer;
  width: 92px;
  position: absolute;
  bottom: 20px;
  right: 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #scrolltop {
    max-width: 78px;
    position: relative;
    padding-top: 4px;
    padding-bottom: 12px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
  }
}

.loadanim {
  opacity: 0;
  animation: loadanim 2s .2s infinite forwards;
}

@keyframes loadanim {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes slidebanner {
  from {
    transform: translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.slidebanner {
  animation: slidebanner 1s .2s ease forwards;
}

.animated {
  animation-duration: .5s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
  animation-duration: .75s;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 24px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.slideInUp {
  animation: slideInUp 3s forwards;
}

@keyframes slideInUpInfo {
  from {
    transform: translate3d(0, 24px, 0);
    opacity: 0;
    position: relative;
    top: 64px;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    position: relative;
    top: 0;
  }
}

.slideInUpInfo {
  animation: slideInUpInfo 2s forwards;
}

.box, .box2 {
  opacity: 0;
}

.delay-01 {
  animation-delay: .2s;
}

.delay-02 {
  animation-delay: .4s;
}

.delay-03 {
  animation-delay: .6s;
}

.delay-04 {
  animation-delay: .8s;
}

.delay-05 {
  animation-delay: 1s;
}

.delay-06 {
  animation-delay: 1.2s;
}

.delay-07 {
  animation-delay: 1.4s;
}

.delay-08 {
  animation-delay: 1.6s;
}

.delay-09 {
  animation-delay: 1.8s;
}

.delay-10 {
  animation-delay: 2s;
}

/* トップページ 画像のレイヤー */
.company-txt{
z-index:4!important;
}
.company-img-01{
z-index:1!important;
}
.company-img-02{
z-index:2!important;
}