/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline;
  background: transparent
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

nav ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

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

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

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

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

del {
  text-decoration: line-through
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0
}

input, select {
  vertical-align: middle
}

body {
  font-size: 62.5%;
  font-weight: 500;
  overflow-x: hidden;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif
}

@media screen and (max-width: 1040px) {
  body {
    overflow-x: auto
  }
}

@media screen and (max-width: 769px) {
  body {
    width: 100%;
    overflow-x: hidden
  }
}

a:hover {
  opacity: 0.6
}

body {
  margin: 0 auto
}

body.is-open {
  overflow: hidden
}

@media screen and (max-width: 769px) {
  body {
    width: 100%
  }
}

.Title {
  text-align: center;
  margin-bottom:52px
}

@media screen and (max-width: 769px) {
  .Title {
    margin-bottom: 44px
  }
}

.Title__main {
  font-size: 4.6em;
  color: #920003;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
  font-family: 'Cormorant Infant', sans-serif
}

@media screen and (max-width: 769px) {
  .Title__main {
    margin-bottom: 8px;
    font-size: 3.2em
  }
}

.Title__text {
  font-size: 1.6em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: block;
  color: #920003
}

@media screen and (max-width: 769px) {
  .Title__text {
    font-size: 1.2em
  }
}

.Main {
  padding-top: 60px
}

@media screen and (max-width: 769px) {
  .Btn {
    width: 80%
  }
}

.Btn:hover {
  opacity: 1
}

.Btn:hover .Btn__text {
  color: white
}

.Btn:hover:after {
  background-image: url("../images/common/btn_right_white.png")
}

.Btn:hover:before {
  left: 0
}

.Btn__text {
  text-align: center;
  font-size: 1.6em;
  color: #920003;
  z-index: 2;
  position: relative
}

.Inner {
  margin: 0 auto;
  padding-right:183px;
}

@media screen and (max-width: 769px) {
  .Inner {
    width: 100%
  }
}

.PageFv {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width: 769px) {
  .PageFv {
    height: 306px
  }
}

.PageFv:before {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: '';
  display: block
}

.PageFv__title {
  position: relative;
  z-index: 3
}

.PageFv__title__main {
  font-size: 7.6em;
  letter-spacing: 4.56px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  font-family: 'Cormorant Infant', sans-serif
}

@media screen and (max-width: 769px) {
  .PageFv__title__main {
    font-size: 4.6em;
    margin-bottom: 18px
  }
}

.PageFv__title__sub {
  font-size: 2.0em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 1.14px;
  text-align: center;
  color: #ffffff;
  display: block
}

@media screen and (max-width: 769px) {
  .PageFv__title__sub {
    font-size: 1.2em
  }
}

div, h1, h2, h3, h4, h5, p, ul, li, ol, input, a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.Header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color:#FFF;
  z-index: 100
}

.Header.shadow {
  -webkit-box-shadow: 0 1px 3px 0 rgba(57, 20, 20, 0.2);
  box-shadow: 0 1px 3px 0 rgba(57, 20, 20, 0.2)
}

.Header__inner {
  height: 75px;
  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;
  padding: 15px 11px
}

.Header.on {
  -webkit-box-shadow: 0 1px 4px 0 rgba(57, 20, 20, 0.2);
  box-shadow: 0 1px 4px 0 rgba(57, 20, 20, 0.2)
}

.Header__logo__img {
  height: 37px
}

.menu-btn {
  position: absolute;
  top: 22px;
  right: 16px;
  z-index: 10;
  cursor: pointer
}

.hambarger {
  width: 30px;
  height: 30px;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none
}

@media screen and (max-width: 769px) {
  .hambarger {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 0 0 auto
  }
}

.hambarger.animation span {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg)
}

.hambarger.animation .top {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px)
}

.hambarger.animation .bottom {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px)
}

.hambarger.animation.is-open .middle {
  background: transparent
}

.hambarger.animation.is-open .top {
  -webkit-transform: rotate(-45deg) translateY(0px);
  -ms-transform: rotate(-45deg) translateY(0px);
  transform: rotate(-45deg) translateY(0px)
}

.hambarger.animation.is-open .bottom {
  -webkit-transform: rotate(45deg) translateY(0px);
  -ms-transform: rotate(45deg) translateY(0px);
  transform: rotate(45deg) translateY(0px)
}

.hambarger span {
  width: 30px;
  height: 1px;
  display: block;
  background: #920003;
  position: absolute;
  top: 8px;
  right: 0
}

.hambarger span .bottom {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px)
}

.hambarger span .top {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px)
}

.hambarger p {
  margin: 0px;
  font-size: 1.2em;
  position: absolute;
  bottom: -3px
}

@media screen and (max-width: 769px) {
  .Nav {
    display: none;
    position: fixed;
    background-color: #FFFDFB;
    top: 59px;
    left: 0;
    width: 100%;
    height: calc( 100vh - 59px);
    overflow: scroll;
    padding-top: 120px;
    background-image: url("../images/common/drawer_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
  }
}

.Nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width: 769px) {
  .Nav__list {
    display: block
  }
}

.Nav__list__li {
  margin-left: 24px;
  list-style: none
}

@media screen and (max-width: 769px) {
  .Nav__list__li {
    margin: 0 0 32px
  }
}

.Nav__list__li--sp {
  display: none
}

@media screen and (max-width: 769px) {
  .Nav__list__li--sp {
    display: block
  }
}

.Nav__list__li__link {
  display: block;
  text-decoration: none;
  font-size: 1.6em;
  color: #920003;
  font-weight: 500;
  font-family: 'Cormorant Infant', sans-serif
}

@media screen and (max-width: 769px) {
  .Nav__list__li__link {
    font-size: 22px;
    text-align: center;
    letter-spacing: 2.44px
  }
}

.Nav__list__li__link__sp {
  display: none
}

@media screen and (max-width: 769px) {
  .Nav__list__li__link__sp {
    font-size: 0.54em;
    margin-top: 12px;
    display: block;
    letter-spacing: 1px;
    text-align: center
  }
}

.Nav__list__li__line {
  background-color: #00b900;
  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;
  height: 44px;
  border-radius: 4px;
  padding:0px 12px;
  text-decoration: none;
}

@media screen and (max-width: 769px) {
  .Nav__list__li__line {
    width: 80%;
    height: 56px;
    margin: 0 auto
  }
}

.Nav__list__li__line__icon {
  width: 23px;
  margin-right: 2px
}

.Nav__list__li__line__text {
  color: white;
  font-size: 1.4em;
  font-weight: bold
}

.Nav__list__li__form {
  margin: 0 auto;
  width: 366px;
  height: 56px;
  border-radius:4px;
  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;
  text-decoration: none;
  border: 1px solid #920003;
  background-color: white
}

@media screen and (max-width: 769px) {
  .Nav__list__li__form {
    width: 80%;
    font-size: 1.4em;
    color: #920003;
    margin-bottom: 0
  }
}

.Nav__list__li__form__icon {
  width: 20px;
  height: 16px;
  margin-right: 4px
}

.Nav__list__li__form__text {
  font-size: 1.4em;
  font-weight: bold;
  color: #920003
}

.Footer {
  width: 100%;
  background-color: #FFF;
  padding: 32px 0
}

.Footer__instagram__btn {
  width: 132px;
  height: 36px;
  margin: 0 auto 24px;
  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;
  border-radius: 4px;
  background-color: white;
  text-decoration: none;
  border:1px solid #920003;
}

.Footer__instagram__btn__icon {
  width: 14px;
  height: 14px;
  display: block;
  margin-right: 6px
}

.Footer__instagram__btn__text {
  font-size: 1.4em;
  color:#920003;
}

.Footer__nav {
  margin-bottom: 24px
}

.Footer__nav__list {
  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
}

.Footer__nav__list__li {
  margin: 0 8px
}

.Footer__nav__list__li__link {
  font-size:16px;
  font-family: 'Cormorant Infant', sans-serif;
  color: #920003;
  text-decoration: none;
  font-weight: 500
}

.Footer__icons {
  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-bottom: 20px
}

.Footer__icons__stop {
  height: 43px;
  margin-right: 6px
}

.Footer__icons__recycle {
  height: 40px;
  margin-left: 6px
}

.Footer__credit {
  text-align: center;
  font-size: 1.4em;
  color: rgba(57, 20, 20, 0.6)
}

.float-bar {
  display: none;
  position: fixed;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.float-bar.off {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%)
}

@media screen and (max-width: 769px) {
  .float-bar {
    display: block
  }
}

.float-bar .mobile-footer-wrapper {
  z-index: 5;
  position: relative;
  padding: 10px
}

.float-bar .mobile-footer-wrapper .Inquiry__line__btn {
  margin-bottom: 0;
  width: 230px;
  height: 40px;
  border-radius:4px
}

.float-bar .mobile-footer-wrapper .Inquiry__line__btn__text {
  font-size: 1.2em
}

.Home .Fv {
  width:100%;
  min-height:647px;
  padding: 62px 0;
  position: relative;
  background-image: url("../images/pc/hero01_pc.png");
  background-repeat: no-repeat;
  background-size: cover;
  animation: fadeIn 5.0s ease 0s 1 normal;
  -webkit-animation: fadeIn 5.0s ease 0s 1 normal
}

@media screen and (max-width: 769px) {
  .Home .Fv {
    height: calc( 100vh - 60px);
    min-height: auto;
    background-image: url("../images/sp/hero01_sp.png")
  }
}

.Home .Fv__arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 0;
  left: calc( 50% - 25px);
  -webkit-animation: scroll-next 2s infinite;
  animation: scroll-next 2s infinite
}

.Home .Fv__arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: calc( 50% - 15px);
  width: 14px;
  height: 14px;
  border-top: 2px solid #920003;
  border-right: 2px solid #920003;
  -webkit-transform: translateX(-50%) rotate(135deg);
  -ms-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg)
}

.Home .Fv .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: bgAnime 15s infinite;
  animation: bgAnime 15s infinite
}

.Home .Fv__catch {
  text-align: center;
  z-index: 1;
  position: relative
}

.Home .Fv__catch__img {
  height: 190px
}

body{
background:url(../images/pc/bg.png) center center /cover no-repeat #FCF1E7;
}

@media screen and (max-width: 769px) {
  .Home .Fv__catch__img {
    width: calc( 100% - 16px);
    height: auto
  }
}

.Home .Fv__catch__text {
  height: 16px
}


.Home__box__inner {

}

@media screen and (max-width: 769px) {
  .Home__box__inner {
    padding: 0px 0px;
  }
}

@media screen and (max-width: 769px) {
.Home__box__title {
      margin: 0 36px 28px;
  }
}

.Home__box__title__main {
  text-align: left
}

.Home__box__title__text {
  text-align: left
}

.Home__box__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 769px) {
  .Home__box__content {
    display: block
  }
}

.Home__box__content__img {
  position: relative;
  display: block
}

@media screen and (max-width: 769px) {
  .Home__box__content__img {
    width: calc( 100% - 36px);
    margin-bottom: 48px
  }
}

.Home__box__content__img__img {
  width: 100%;
  height: auto
}

.Home__box__content__img__sub {
  position: absolute
}

.Home__box__content__img__sub--anytime {
  right: -15px;
  bottom: -52px;
  height: 90px
}

@media screen and (max-width: 769px) {
  .Home__box__content__img__sub--anytime {
    height: 66px;
    bottom: -35px;
    right: -8px
  }
}

.Home__box__content__img__sub--mission {
  height: 52px;
  left: -18px;
  bottom: -35px;
  right: auto
}

@media screen and (max-width: 769px) {
  .Home__box__content__img__sub--mission {
    height: 32px;
    bottom: -22px;
    left: -11px
  }
}

.Home__box__content__img__sub--work {
  right: -23px;
  bottom: -26px;
  height: 68px
}

@media screen and (max-width: 769px) {
  .Home__box__content__img__sub--work {
    height: 40px;
    bottom: -15px
  }
}

@media screen and (max-width: 769px) {
  .Home__box__content__text__box {
    padding: 0 10%;
    margin-bottom: 32px
  }
}

.Home__box__content__text__box__main {
  font-size: 2.4em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 8px;
  line-height: 2;
  margin-bottom: 16px;
  margin-top: -18px
}

@media screen and (max-width: 769px) {
  .Home__box__content__text__box__main {
    line-height: 2;
    margin-bottom: 24px;
    font-size: 1.9em;
    margin-top:48px;
    margin-left:36px;
  }
}

.Home__box__content__text__box__text {
  font-size: 1.6em;
  color: #fff;
  letter-spacing: 0.05em;
  font-family: 'Cormorant Infant', sans-serif
}

@media screen and (max-width: 769px) {
  .Home__box__content__text__box__text {
    font-size: 1.4em;
    margin-left:36px;
  }
}

.Home__box__content__text__btn .Btn {
  margin: 0 auto
}


.Home__box--img-right .Home__box__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

@media screen and (max-width: 769px) {
  .Home__box--img-right .Home__box__content__img {
    margin-left: auto;
    margin-right: 0
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@-webkit-keyframes bgAnime {
  0% {
    opacity: 0
  }
  5% {
    opacity: 0.3
  }
  15% {
    opacity: 0.5
  }
  25% {
    opacity: 1
  }
  60% {
    opacity: 0
  }
  100% {
    opacity: 0
  }
}

@keyframes bgAnime {
  0% {
    opacity: 0
  }
  5% {
    opacity: 0.3
  }
  15% {
    opacity: 0.5
  }
  25% {
    opacity: 1
  }
  60% {
    opacity: 0
  }
  100% {
    opacity: 0
  }
}

@-webkit-keyframes scroll-next {
  0% {
    -ms-transform: translateX(0) translateY(-10px);
    -webkit-transform: translateX(0) translateY(-10px);
    transform: translateX(0) translateY(-10px);
    opacity: 1
  }
  80% {
    opacity: .7
  }
  100% {
    -ms-transform: translateX(0) translateY(10px);
    -webkit-transform: translateX(0) translateY(10px);
    transform: translateX(0) translateY(10px);
    opacity: 0
  }
}

@keyframes scroll-next {
  0% {
    -ms-transform: translateX(0) translateY(-10px);
    -webkit-transform: translateX(0) translateY(-10px);
    transform: translateX(0) translateY(-10px);
    opacity: 1
  }
  80% {
    opacity: .7
  }
  100% {
    -ms-transform: translateX(0) translateY(10px);
    -webkit-transform: translateX(0) translateY(10px);
    transform: translateX(0) translateY(10px);
    opacity: 0
  }
}

.Brands {
  padding: 120px 0 120px;
}

@media screen and (max-width: 769px) {
  .Brands {
    padding: 60px 0
  }
}

@media screen and (max-width: 769px) {
  .Brands--normal {
    padding: 32px 0 0
  }
}

.Brands--home {
  padding: 62px 0px 62px;
}

.Brands--series {
  padding: 60px 0 120px;
}

@media screen and (max-width: 769px) {
  .Brands--series {
    padding: 32px 0 0
  }
}

@media screen and (max-width: 769px) {
  .Brands--series .Brands__list {
    margin-bottom: 44px
  }
}

@media screen and (max-width: 769px) {
  .Brands--series .Brands__list__li:first-child {
    width: 100%
  }
}

@media screen and (max-width: 769px) {
  .Brands--series .Brands__list__li:nth-child(n+2) {
    margin-top: 44px
  }
  .Brands--series .Brands__list__li:nth-child(n+3) {
    margin-top: 44px
  }
  .Brands--series .Brands__list__li:nth-child(n+5) {
    margin-top: 44px
  }
}

.Brands--series .BreadCrumbs {
  width: 1100px;
  margin: 0 auto 48px
}

@media screen and (max-width: 769px) {
  .Brands--series .BreadCrumbs {
    width: 100%;
    margin-bottom: 0;
    padding: 0 5%;
    display: none
  }
}

.Brands--series .BreadCrumbs--sp {
  display: none
}

@media screen and (max-width: 769px) {
  .Brands--series .BreadCrumbs--sp {
    display: block
  }
}

.Brands--series .BreadCrumbs__item {
  font-size: 1.3em;
  color: #9b9b9b
}

.Brands--series .BreadCrumbs__item__link {
  color: #920003;
  text-decoration: none
}

.Brands--series .BreadCrumbs__item__right {
  font-size: 1.3em;
  color: #920003;
  display: inline-block;
  padding: 0 10px;
  background-image: url("../images/common/breadcrum_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 7px;
  height: 11px
}

.Brands__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 800px;
  margin: 0 auto
}

@media screen and (max-width: 800px) {
  .Brands__list {
    width: 100%;
    padding: 0 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.Brands__list__li {
  margin: 0 25px;
  list-style: none;
  width: 150px
}

@media screen and (max-width: 769px) {
  .Brands__list__li {
    width: 50%;
    margin: 0
  }
}

.Brands__list__li:nth-child(n+4) {
  margin-top: 60px
}

.Brands__list__li:nth-of-type(4){
  margin-top:0px;
}

@media screen and (max-width: 769px) {
  .Brands__list__li:nth-child(n+3) {
    margin-top: 44px
  }
  .Brands__list__li:nth-child(n+5) {
    margin-top: 44px
  }
}

.Brands__list__li__link {
  text-align: center;
  display: block;
  text-decoration: none
}

.Brands__list__li__link__img {
  text-align: center;
  margin-bottom: 21px;
  position:relative;
}

.Brands__list__li__link__img::before{
  content:"";
  position:absolute;
  width:146px;
  height:70px;
  top:114px;
  left:50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.Brands__list__li__link__img__img {
  width: 108px;
  height: auto;
  position:relative;
}

.Brands__list__li__link__title {
  font-size: 1.2em;
  color:#391414;
  letter-spacing: 0.8px;
  line-height: 1.4;
  white-space: nowrap;
  text-align: center
}

@media screen and (max-width: 769px) {
  .Brands__list__li__link__title {
    white-space: normal
  }
}

.Brands__more {
  margin-top: 60px;
  text-align: center
}

@media screen and (max-width: 769px) {
  .Brands__more {
    margin-top: 44px
  }
}

.Brands__more .Btn {
  margin: 0 auto
}

.Inquiry {
  padding: 120px 0;
  text-align: center;
  background-color: #FFFDFB
}

@media screen and (max-width: 769px) {
  .Inquiry {
    padding: 60px 0
  }
}

.Inquiry__line {
  text-align: center;
  width: 335px;
  margin: 0 auto 48px
}

@media screen and (max-width: 769px) {
  .Inquiry__line {
    width: 80%;
    margin-bottom: 36px
  }
}

.Inquiry__line__btn {
  width: 100%;
  height: 56px;
  border-radius:4px;
  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;
  text-decoration: none;
  margin: 0 auto 8px;
  background-color: #00b900;
  border: 1px solid #00b900
}

.Inquiry__line__btn__icon {
  width: 28px;
  height: 28px;
  margin-right: 4px
}

.Inquiry__line__btn__text {
  font-size: 1.4em;
  color: white;
  font-weight: bold
}

.Inquiry__line__text {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.93px;
  color: #391414;
  text-align: left
}

@media screen and (max-width: 769px) {
  .Inquiry__line__text {
    font-size: 1.2em
  }
}

.Inquiry__form {
  text-align: center
}

.Inquiry__form__btn {
  margin: 0 auto;
  width: 335px;
  height: 56px;
  border-radius:4px;
  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;
  text-decoration: none;
  border: 1px solid #920003;
  background-color: white
}

@media screen and (max-width: 769px) {
  .Inquiry__form__btn {
    width: 80%;
    margin-bottom: 0
  }
}

.Inquiry__form__btn__icon {
  width: 20px;
  height: 16px;
  margin-right: 6px
}

.Inquiry__form__btn__text {
  font-size: 1.4em;
  font-weight: bold;
  color: #920003
}

.About__fv {
  background-image: url("../images/pc/about_pc.png")
}

@media screen and (max-width: 769px) {
  .About__fv {
    background-image: url("../images/sp/about_sp.png")
  }
}


@media screen and (max-width: 769px) {
  .About__mission {
    background-image: url("../images/sp/mission_bg_sp.png")
  }
}

@media screen and (max-width: 769px) {
  .About__mission__inner {
    padding: 112px 0
  }
}


.About__mission__sub {
  font-size: 2.4em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 800;
  color: #920003;
  letter-spacing: 6.67px;
  margin-bottom: 30px
}

@media screen and (max-width: 769px) {
  .About__mission__sub {
    font-size: 2.0em;
    margin-bottom: 16px
  }
}

.About__mission__text {
  font-size: 1.4em;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  opacity: 0.8;
  line-height: 2;
  letter-spacing: 1.75px;
  color: #920003;
  text-align: center
}

@media screen and (max-width: 769px) {
  .About__mission__text {
    font-size: 1.2em
  }
}

.About__access {
  padding: 120px 0 0
}

@media screen and (max-width: 769px) {
  .About__access {
    padding: 60px 5%
  }
}

.About__access__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 800px;
  margin: 0 auto
}

@media screen and (max-width: 800px) {
  .About__access__content {
    width: 100%;
    display: block;
    margin-bottom: 24px
  }
}

.About__access__content__table {
  width: 343px
}

@media screen and (max-width: 769px) {
  .About__access__content__table {
    width: 100%;
    margin-bottom: 16px
  }
}

.About__access__content__table__tr__th {
  text-align: left;
  width: 110px;
  padding: 11px 10px;
  font-size: 1.4em;
  font-weight: bold;
  border-top: 1px solid #E5D2C0;
}

.About__access__content__table__tr__td {
  padding: 11px 10px;
  font-size: 1.4em;
  text-align: left;
  border-top: 1px solid #E5D2C0;
  line-height: 1.71
}

.About__access__content__table__tr:last-child .About__access__content__table__tr__th {
  border-bottom: 1px solid #E5D2C0;
}

.About__access__content__table__tr:last-child .About__access__content__table__tr__td {
  border-bottom: 1px solid #E5D2C0;
}

.About__access__content__google {
  width: 382px
}

@media screen and (max-width: 769px) {
  .About__access__content__google {
    width: 100%
  }
}

.Service__fv {
  background-image: url("../images/pc/service_pc.png")
}

@media screen and (max-width: 769px) {
  .Service__fv {
    background-image: url("../images/sp/service_sp.png")
  }
}

.Service__box {
  padding: 90px 0
}

@media screen and (max-width: 769px) {
  .Service__box {
    padding: 64px 10%
  }
}

.Service__box:nth-child(odd) {
  background-color: #FFF6ED;
}

.Service__box__inner {
  width: 800px;
  margin: 0 auto;
  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
}

@media screen and (max-width: 800px) {
  .Service__box__inner {
    width: 100%
  }
}

.Service__box__icon {
  width: 104px
}

@media screen and (max-width: 769px) {
  .Service__box__icon {
    display: none
  }
}

.Service__box__icon__img {
  width: 100%;
  height: auto
}

.Service__box__text {
  width: 650px
}

@media screen and (max-width: 769px) {
  .Service__box__text {
    width: 100%
  }
}

.Service__box__text__icon {
  display: none
}

@media screen and (max-width: 769px) {
  .Service__box__text__icon {
    display: block;
    height: 104px;
    margin-bottom: 26px;
    text-align: center
  }
  .Service__box__text__icon__img {
    height: 100%;
    width: auto
  }
}

.Service__box__text__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.8em;
  letter-spacing: 1.6px;
  color: #391414;
  font-weight: bold;
  margin-bottom: 30px
}

@media screen and (max-width: 769px) {
  .Service__box__text__main {
    font-size: 2.0em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 26px
  }
}

.Service__box__text__main:before {
  width: 32px;
  height: 32px;
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  margin-right: 12px
}

@media screen and (max-width: 769px) {
  .Service__box__text__main:before {
    width: 28px;
    height: 28px;
    margin-right: 8px
  }
}

.Service__box__text__main--01:before {
  background-image: url("../images/common/one.png")
}

.Service__box__text__main--02:before {
  background-image: url("../images/common/two.png")
}

.Service__box__text__main--03:before {
  background-image: url("../images/common/three.png")
}

.Service__box__text__main--04:before {
  background-image: url("../images/common/four.png")
}

.Service__box__text__description {
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.8px;
  color: #391414
}

@media screen and (max-width: 769px) {
  .Service__box__text__description {
    font-size: 1.4em
  }
}

.Recruit {
  background-color: #FFFDFB
}

.Recruit__fv {
  background-image: url("../images/pc/recruit_pc.png")
}

@media screen and (max-width: 769px) {
  .Recruit__fv {
    background-image: url("../images/sp/recruit_sp.png")
  }
}

.Recruit__content {
  width: 366px;
  margin: 0 auto;
  padding: 120px 0
}

@media screen and (max-width: 769px) {
  .Recruit__content {
    width: 100%;
    padding: 60px 10%
  }
}

.Recruit__content__title {
  font-size: 1.8em;
  color: #920003;
  letter-spacing: 1.2px;
  margin-bottom: 32px
}

.Recruit__content__link {
  text-decoration: none;
  width: 100%;
  height: 56px;
  font-size: 1.6em;
  color: #920003;
  border-radius: 28px;
  border: solid 1px #912124;
  background-color: #ffffff;
  margin-bottom: 32px;
  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
}

.Recruit__content__link:last-child {
  margin-bottom: 0
}


.Description__inner {
  padding: 60px 0;
}

@media screen and (max-width: 769px) {
  .Description__inner {
    background-color: white;
    padding: 0
  }
}

.Description__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  width: 730px
}

@media screen and (max-width: 769px) {
  .Description__box {
    width: 100%;
    display: block
  }
}

.Description__box__bottle {
  width: 180px;
  text-align: left
}

@media screen and (max-width: 800px) {
  .Description__box__bottle {
    height: 352px;
    width: 100%;
    text-align: center;
    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
  }

}

.Description__box__bottle__img {
  width: 122%
}

@media screen and (max-width: 769px) {
  .Description__box__bottle__img {
    width: auto;
    height: 288px
  }
}

.Description__box__text {
  width: 344px
}

@media screen and (max-width: 769px) {
  .Description__box__text {
    width: 100%;
    background-color: #f7f3ef;
    padding: 28px 5%
  }
}

.Description__box__text__brands {
  margin-bottom: 12px
}

.Description__box__text__brands__img {
  height: 16px
}

.Description__box__text__title {
  margin-bottom: 24px;
  font-size: 16px;
  line-height:23px;
  font-weight: bold;
  color: #391414;
  letter-spacing: 3px;
}

.Description__box__text__content {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing:3px;
  color: #391414;
  margin-bottom: 28px
}

.Description__box__text__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 28px
}

.Description__box__text__links.none {
  display: none
}

.Description__box__text__links__btn {
  width: 162px;
  height: 57px;
  background-color: #920003;
  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;
  color: white;
  font-size: 1.4em;
  font-weight: bold;
  letter-spacing: 1.6px;
  text-align: center;
  text-decoration: none
}

.Description__box__text .BreadCrumbs__item {
  font-size: 1.3em;
  color: #9b9b9b;
  line-height: 2
}

.Description__box__text .BreadCrumbs__item__link {
  color: #920003;
  text-decoration: none
}

.Description__box__text .BreadCrumbs__item__right {
  font-size: 1.3em;
  color: #920003;
  display: inline-block;
  padding: 0 10px;
  background-image: url("../images/common/breadcrum_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 7px;
  height: 11px
}

.Brands{
  background-color:#fff;
  position:relative;
}

.Brands > img:first-of-type{
  position:absolute;
  left:0;
  width:180px;
  top:180px;
}

.Brands > img:nth-of-type(2){
  position:absolute;
  right:0;
  width:180px;
  top:180px;
  }

.Brands__title img{
  height:99px;
  width:auto;
}

.service_box{
 background:url(../images/pc/service_bg.png) bottom right /cover no-repeat;
 min-height:668px;
}

.service_box .Home__box__content__text__box img{
 height:99px;
 width:auto;
 margin-bottom:56px;
}

.service_box .Home__box__content__text__box p{
 margin-bottom:32px;
}

.service_box .Home__box__content__img__img{
 margin-top:80px;
 width: calc(100% - 90px);
 height:auto;
}

.service_box{
   padding:80px 0px 120px;
}

.about_box{
  margin-bottom: 80px;
}

.about_box .Home__box__content__text__box__main{
  color:#391414;
}

.about_box .Home__box__content__text__box__text{
  color:#391414;
}

.about_box .Home__box__content__text__box p{
 margin-bottom:32px;
}

.about_box .Home__box__content__text__box img{
 height:99px;
 width:auto;
 margin-bottom:56px;
}

.about_box .Home__box__content__img__img{
 margin-top:80px;
width: calc(100% + 90px);
   margin-right:0px;
}

.work_box{
background: url(../images/pc/work_bg.png) left top / cover no-repeat;
 padding-top:68px;
 height: 681px;
}

.work_box .Home__box__content__text__box__main{
 color:#391414;
}

.work_box .Home__box__content__text__box__text{
 color:#391414;
 margin-bottom:32px;
}

.work_box .Home__box__content a img{
 margin-top:66px;
 height:auto;
width: calc(100% - 90px);
}
.work_box .Home__box__content__text__box img{
 height:99px;
 margin-bottom:56px;
}

.Inquiry__line__btn__text{
  font-size:16px;
}

.Inquiry{
  background:url(../images/pc/inquiry_bg.png) bottom right /cover no-repeat;
  padding-right:142px;
  height:573px;
}

.Inquiry > div{
 display:inline-block;
 position:absolute;
 right:230px;
}

.Inquiry > div >img{
 height:92px;
 margin-bottom: 40px;
}

.about_box .Inner{
  padding-top:32px;
}

.About__mission__title > img{
  width:100%;
}

.About__access{
    background:url(../images/pc/bg.png) top left /cover no-repeat;
}

.interior_content img:last-of-type{
  margin-bottom:80px;
}

.About__access__content__table{
  color:#391414;
}

.PageFv h1 img{
  height:127px;
}


.Btn{
  display:block;
 width:193px;
 height:78px;
 background:url(../images/pc/button.png) left top /cover no-repeat;
}

.Btn:hover{
 background:url(../images/pc/button_hover.png) left top /cover no-repeat;
}

.Btn_b{
   background:url(../images/pc/button_b.png) left top /cover no-repeat;
}

.Btn_b:hover{
   background:url(../images/pc/button_b_hover.png) left top /cover no-repeat;
}

.Home__box__inner .Inner{
  width:initial;
}

.Home__box__content__text__box{
      width: 329px;

}

.Home__box__content__text{
 position:relative;
 margin-right: 160px;
}

.Home__box__content__text__btn .Btn{
  position:absolute;
  right:15px;
}

.about_box .Inner{
  padding-right:0px;
  padding-left:183px;
}

.closing{
  font-size:24px;
  text-align:center;
  padding:100px 0px;
  font-family: 'Cormorant Infant', sans-serif;
  color:#920003;
}

.Brands__inner{
  padding-right:initial;
}

.Description__inner{
  background-color: #fff;
}

.pc_none{
  display:none;
}

.About__access .Inner{
  padding-right:0px;
}


@media screen and (max-width: 769px) {




  .service_box .Home__box__content__img__img {
      height:226px;
      margin-right:initial;
  }

  .about_box .Home__box__content__img__img {
      height: 226px;
  }

  .Home .Fv {
      height: 549px;
      min-height: auto;
      background-image: url(../images/sp/hero01_sp.png);
  }

  .Header__inner {
    height: 60px;
}

.Nav__list__li__line__text {
    color: white;
    font-size: 1.4em;
    font-weight: bold;
}


    .Nav {
        background-color:#FCF4ED;
    }

    .Nav__list__li__link__sp {
        font-size: 10px;
    }

    .service_box{
     background: url(../images/sp/service_bg_sp.png) bottom right / cover no-repeat;
     min-height:690px;
    }

    .sp_none{
      display:none;
    }

    .sp_show{
     display:block;
    }

    .Home__box__content__text__box {
    padding:initial;
    margin-bottom: 32px;
}


.service_box .Home__box__content__text__box a img {
    height: 226px;
    width: auto;
    margin-bottom:0px;
}

.service_box .Home__box__content__img__img {
    margin-top: 0px;
}

.service_box .Home__box__content__text__box > img {
    margin-left: 50px;
    height:95px;
    margin-bottom:28px
}

.service_box .Home__box__content__text__box p {
      margin-left: 36px;
}

.service_box .Home__box__content__text__box p {
    margin-bottom: 48px;
}

.service_box {
    padding:initial;
}

.about_box .Inner {
    padding-top:80px;
    padding-bottom: 80px;
}

.about_box .Home__box__content__img__img {
    margin-top:0px;
    height: 226px;
    width: auto;
    margin-right: 0px;
}

.about_box .Inner {
    padding-left:0px;
}

.about_box .Home__box__content__text__box img {
    height: 99px;
    width: auto;
    margin-bottom: 28px;
    margin-left:36px;
}

.Home__box__content > img{
  height:95px;
  margin-left: 36px;
margin-bottom: 28px;
}

.Home__box__content__text__btn .Btn {
    position:initial;
    right:initial;
}


.Home__box--img-right .Home__box__content {
  position:relative;
}

.about_box {
    margin-bottom:0px;
}

.Home__box__content__img {
    width:initial;
    margin-bottom:initial;
    height:initial;
}

.about_box .Home__box__content__img__img {
  position:absolute;
  right:0;
}

.Inquiry > div {
    display:initial;
    position:initial;
    right:initial;
    width: 100%;
}

.Inquiry {
    padding:60px 0px;
    height:initial;
    border-bottom: 1px solid #efe2d5;
}

.Title img{
  height:75px;
}

.work_box .Home__box__content a img {
    margin-top: initial;
    height: initial;
    width: initial;
}

.work_box .Home__box__content__text__box__main {
    color: #391414;
}

.work_box .Home__box__content a img {
    margin-top:0px;
    height: auto;
    width:346px;
}

.work_box .Home__box__content__text__box__text {
    color: #391414;
    margin-bottom: 32px;
}

.about_box .Home__box__content__text__box__main {
  margin-top:0;
}

.work_box {
    background: url(../images/sp/work_bg.png) left top / cover no-repeat;
}

.closing {
    font-size: 20px;
}

.Home__box__content__text__btn{
  position:relative;
}

.Home__box__content__text__btn a{
 position:absolute;
 right:0;
}

.about_box .Home__box__content__text{
  margin-right:initial;
  padding-top: 274px;
}

.Home__box__content__text {
    position: relative;
    margin-right:initial;
}

.closing {
    padding: 120px 0px 80px;
}

.About__mission .Inner {
    margin: 0 auto;
    padding:0px;
}

.About__access .Inner{
  padding-right:initial;
}

}
