@charset "UTF-8";

/*====================================================================================================
//////////////////////////////////////////////////////////////////////////////////////////////////////

    version: 1.0
    created: 2017/01/01
    update : -

//////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================================*/
@font-face {
  font-family: "icon";
  src: url("../../fonts/icon.woff");
}

.m_br::after,
.m_br[class*='_before']::before {
  content: '\A';
  white-space: pre;
}

@media (min-width: 768px) {
  .m_pcHide {
    display: none !important;
  }

  .m_pcbr::after,
  .m_pcbr[class*='_before']::before {
    content: '\A';
    white-space: pre;
  }
}

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

  .m_spbr::after,
  .m_spbr[class*='_before']::before {
    content: '\A';
    white-space: pre;
  }
}
.custom-quotes {
  font-family: "sans-serif";
  /* font-size: 2rem; */
}
.m_movie {
  background: rgba(153, 153, 153, 0.1);
}

.m_movie .movieCaption {
  margin-top: -3px;
  text-align: left;
}

.m_movie .movieCaption .date {
  display: block;
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  text-align: right;
}

.m_movie .movieCaption .subTtl {
  display: block;
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.75rem;
  line-height: 1;
}

.m_movie .movieCaption .mainTtl {
  display: block;
  font-size: 1.125rem;
  line-height: 1.55556;
}

@media (min-width: 768px) {
  .m_movie {
    padding: 75px 0;
  }

  .m_movie .movieInner {
    width: 616px;
    margin: 0 auto;
  }

  .m_movie .movieInner iframe {
    width: 100%;
    height: 344px;
  }

  .m_movie .movieCaption .subTtl {
    margin-bottom: 8px;
  }

  .m_movie .movieCaption .mainTtl {
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .m_movie {
    padding: 60px 25px;
  }

  .m_movie .movieWrap {
    width: 100%;
    position: relative;
  }

  .m_movie .movieWrap:not(.s_video):after {
    content: '';
    padding-top: 56.25%;
    display: block;
  }

  .m_movie .movieWrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  .m_movie .movieCaption {
    margin: 13px 0 0;
  }

  .m_movie .subTtl {
    margin: 0 0 5px;
  }
}

@media (min-width: 768px) {
  .m_movie[class*='_col2'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 900px;
  }

  .m_movie[class*='_col2'] .movieInner {
    width: 420px;
  }

  .m_movie[class*='_col2'] .movieInner iframe {
    width: 100%;
    height: 235px;
  }

  .m_movie[class*='_col2'] .movieInner+.movieInner {
    margin-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .m_movie[class*='_col2'] .movieInner+.movieInner {
    margin-top: 30px;
  }
}

.m_movie[class*='_col2'] video {
  width: 100%;
  margin-bottom: 10px;
}

.m_movie[class*='noBg'] {
  background: transparent;
}

.m_movie[class*="noMgn"] {
  padding: 0;
  margin: 0 auto;
}

/*====================================================================================================

format

====================================================================================================*/
html {
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

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

p {
  margin-top: 0;
}

ul,
ol {
  padding-left: 0;
  list-style: none;
  letter-spacing: -.5em;
}

li {
  letter-spacing: 0;
}

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

table th>*:last-child,
table td>*:last-child {
  margin-bottom: 0 !important;
}

hr {
  display: none;
}

img {
  vertical-align: middle;
  border: none;
}

li img {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  vertical-align: middle;
}

button,
input[type='button'],
input[type='submit'],
input[type='reset'] {
  cursor: pointer;
}

button,
input[type='button'],
input[type='submit'],
input[type='reset'],
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  display: inline-block;
  padding: 0;
  border: none;
  background: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: none;
}

:placeholder-shown {
  color: #cccccc;
}

::-webkit-input-placeholder {
  color: #cccccc;
}

::-moz-placeholder {
  opacity: 1;
  color: #cccccc;
}

:-ms-input-placeholder {
  color: #cccccc;
}

em,
address,
small {
  font-style: normal;
}

em {
  font-weight: 700;
}

article,
aside,
dialog,
figure,
footer,
header,
menu,
nav,
section,
mark,
audio,
video,
picture,
source,
main {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

/*====================================================================================================

base

====================================================================================================*/
body {
  font-family: 'Noto Sans', serif, sans-serif;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333333;
}

@media (min-width: 768px) {
  body {
    font-size: 0.9375rem;
    line-height: 2.33333;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 0.9375rem;
    line-height: 2.33333;
  }
}

a {
  text-decoration: none;
  color: #333333;
}

@media (min-width: 768px) {
  a[href*='tel:'] {
    cursor: text;
    text-decoration: none;
    pointer-events: none;
  }

  a[href*='tel:'] img {
    cursor: default;
  }
}

button,
input,
select,
textarea {
  font-family: '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Noto Sans CJK JP", "Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji"';
}

@media (min-width: 768px) {

  button,
  input,
  select,
  textarea {
    font-size: 0.9375rem;
    line-height: 2.33333;
  }
}

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

  button,
  input,
  select,
  textarea {
    font-size: 0.9375rem;
    line-height: 2.33333;
  }
}

#document {
  overflow: hidden;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #document {
    min-width: 1024px;
  }
}

@media screen and (max-width: 767px) {
  #document {
    min-width: 320px;
  }
}

.loadWindow {
  position: fixed;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  background-color: #fff;
}

.loadWindow.is_anim {
  opacity: 0;
}

/* Header
--------------------------------------------------------------------------------------------------- */
.gheader {
  font-family: sans-serif;
}

@media (min-width: 768px) {
  .gheader {
    position: absolute;
    z-index: 10;
    top: 0;
    width: 100%;
    min-width: 1248px;
    height: 99px;
    background-color: rgba(255, 255, 255, 0);
  }

  .gheader .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .gheader .header_inner h1 {
    position: relative;
    width: 157px;
  }

  .gheader .header_inner h1 .images {
    width: 157px;
    height: 31px;
  }

  .gheader .header_inner nav {
    width: calc(100% - 160px);
  }

  .gheader .header_inner nav .nav_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .gheader .header_inner nav .nav_inner li:not(:last-of-type) {
    margin-right: 30px;
  }

  .gheader .header_inner nav .nav_inner li .nav_link {
    font-size: 0.875rem;
    line-height: 1.5;
    display: block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: #333;
  }

  .gheader .header_inner nav .nav_inner li .nav_link.link_blank {
    position: relative;
    padding-right: 20px;
  }

  .gheader .header_inner nav .nav_inner li .nav_link.link_blank:last-child {
    margin-right: 0;
  }

  .gheader .header_inner nav .nav_inner li .nav_link.link_blank:before,
  .gheader .header_inner nav .nav_inner li .nav_link.link_blank:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 11px;
    height: 10px;
    margin-top: -5px;
    content: '';
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    background-image: url("../images/common/icon_blank.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 11px 10px;
  }

  .gheader .header_inner nav .nav_inner li .nav_link.link_blank:after {
    opacity: 0;
    background-image: url("../images/common/icon_blank_bk.svg");
  }

  .gheader .header_inner nav .nav_inner li .nav_link:hover {
    color: #a50319;
  }
}

@media screen and (max-width: 767px) {
  .gheader {
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
    height: 58px;
    background-color: white;
  }

  .gheader .header_inner {
    width: 100%;
    height: 100%;
  }

  .gheader .header_inner h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 20px;
    background-color: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .gheader .header_inner h1 img {
    width: 100px;
  }

  .gheader .header_inner nav {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
  }

  .gheader .header_inner nav.open {
    -webkit-transition: all, ease .2s;
    transition: all, ease .2s;
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
    pointer-events: auto;
    opacity: 1;
  }

  .gheader .header_inner nav.notransition {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
  }

  .gheader .header_inner nav .nav_inner {
    width: 100%;
    margin: 0 auto;
    background-color: #f0f3f6;
  }

  .gheader .header_inner nav .nav_inner li {
    border-top: #cfd5da 1px solid;
  }

  .gheader .header_inner nav .nav_inner li:last-of-type {
    border-bottom: #cfd5da 1px solid;
  }

  .gheader .header_inner nav .nav_inner li .nav_link {
    font-weight: bold;
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 25px;
    color: #333;
    font-size: 0.875rem;
    line-height: 1.5;
    background: #F5F7F9;
  }

  .gheader .header_inner nav .nav_inner li .nav_link::after {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    content: '';
    background: url("../images/common_nav_arrow.svg") no-repeat 0 0;
  }
}

@media screen and (max-width: 767px) {
  .gheader .header_inner nav .nav_inner li.online {
    padding: 30px 0;
    background: #F0F2F6;
    text-align: center;
  }
}

.gheader .header_inner nav .nav_inner li.online>a {
  display: inline-block;
  padding: 10px 20px;
  color: #ffffff;
  line-height: 1.5;
  background: #901D22;
  border-radius: 2px;
}

@media (min-width: 768px) {
  .gheader .header_inner nav .nav_inner li.online>a {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
}

.gheader .header_inner nav .nav_inner li.online>a::before {
  margin-right: 8px;
  width: 21px;
  height: 21px;
  background: url(/images/common_cart.svg) no-repeat 0 0/cover;
  vertical-align: -4px;
  display: inline-block;
  content: "";
}

@media (min-width: 768px) {
  .gheader .header_inner nav .nav_inner li.online>a:hover {
    color: #ffffff;
    opacity: .7;
  }
}

.gheader.is_float {
  top: -160px;
  background: #fff;
}

.gheader.is_float .header_inner nav .nav_inner li.online .nav_link {
  color: #ffffff;
}

.gheader.is_visible {
  position: fixed;
  top: 0;
  -webkit-transition: top .3s ease .1s;
  transition: top .3s ease .1s;
}

@media (min-width: 768px) {
  .gheader .menu {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .gheader .menu {
    position: absolute;
    z-index: 101;
    top: -2px;
    right: 0;
    margin-left: auto;
  }

  .gheader .menu button {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 25px;
    height: 22px;
    position: relative;
    padding: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 200%;
  }

  .gheader .menu button::before,
  .gheader .menu button::after {
    display: block;
    height: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% - 40px);
    margin: auto;
    background: #2d2d2d;
  }

  .gheader .menu button::before {
    content: '';
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .gheader .menu button>span {
    width: calc(100% - 40px);
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
  }

  .gheader .menu button>span::before,
  .gheader .menu button>span::after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .gheader .menu button>span::before {
    top: 20px;
  }

  .gheader .menu button>span::after {
    bottom: 20px;
  }

  .gheader .menu button span::before,
  .gheader .menu button span::after {
    height: 2px;
    background: #2d2d2d;
  }

  .gheader .menu button.is_active::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -2px;
  }

  .gheader .menu button.is_active span::before,
  .gheader .menu button.is_active span::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .gheader .menu button.is_active span::before {
    top: 31px;
    margin-top: -2px;
    right: initial;
    right: auto;
  }

  .gheader .menu button.is_active span::after {
    bottom: 31px;
    left: initial;
    left: auto;
  }
}

/* GlobalNavigation
--------------------------------------------------------------------------------------------------- */
/* Breadcrumb
--------------------------------------------------------------------------------------------------- */
#breadcrumb ol {
  position: relative;
  margin: 0;
}

#breadcrumb ol>li {
  line-height: 1.2;
  padding: 10px 0;
  display: inline-block;
  vertical-align: middle;
}

#breadcrumb ol>li:nth-child(n+2)::before {
  width: 2em;
  content: '>';
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

#breadcrumb ol>li em {
  font-weight: 400;
}

/* Footer
--------------------------------------------------------------------------------------------------- */
@media (min-width: 768px) {
  #gfooter .footer_sns {
    width: 100%;
    margin-bottom: 40px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
  }

  #gfooter .footer_sns .inner {
    padding: 60px 0 10px;
  }

  #gfooter .footer_sns_list {
    overflow: hidden;
    margin-bottom: 60px;
    height: 36px;
    text-align: center;
  }

  #gfooter .footer_sns_list li {
    display: inline-block;
    margin-left: 32px;
  }

  #gfooter .footer_sns_list li:hover {
    opacity: .8;
  }

  #gfooter .footer_sns_list li:first-child {
    margin-left: 0;
  }

  #gfooter .footer_sns_list li a {
    display: block;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 36px;
  }

  #gfooter .logo {
    display: block;
    width: 114px;
    height: 22px;
    margin: 0 auto 30px;
  }

  #gfooter .copy {
    font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, Roboto, sans-serif;
    font-size: 10px;
    text-align: center;
    letter-spacing: .04em;
  }
}

@media screen and (max-width: 767px) {
  #gfooter .footer_sns {
    overflow: hidden;
    background-color: #f5f5f5;
  }

  #gfooter .sns_timeline_list {
    display: none;
  }

  #gfooter .footer_sns_list {
    overflow: hidden;
    margin: 50px auto 10px;
    text-align: center;
  }

  #gfooter .footer_sns_list li {
    display: inline-block;
    margin: 0 22px 0 0;
  }

  #gfooter .footer_sns_list li:last-child {
    display: inline-block;
    margin: 0 0 0 0;
  }

  #gfooter .footer_sns_list li a {
    display: block;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45px;
  }

  #gfooter .footer_sns_list li img {
    width: 100px;
  }
}

#gfooter .footer_sns .inner .infoText {
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: center;
}

#gfooter .footer_sns_list--facebook a {
  background-image: url(../images/common_icn_facebook.png);
}

#gfooter .footer_sns_list--x a {
  background-image: url(../images/common_icn_x.png);
}

#gfooter .footer_sns_list--line a {
  background-image: url(../images/common_icn_line.png);
}

#gfooter .footer_sns_list--instagram a {
  background-image: url(../images/common_icn_instagram.png);
}

#gfooter .footer_sns_list--mail a {
  background-image: url(../images/common_icn_mail.png);
}

#gfooter .logo {
  display: block;
  width: 100px;
  margin: 30px auto 20px;
}

#gfooter .copy {
  font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, Roboto, sans-serif;
  font-size: .7em;
  margin: 0 0 40px;
  text-align: center;
  letter-spacing: .04em;
}

/*====================================================================================================

    libs

====================================================================================================*/
/* slick
--------------------------------------------------------------------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media (min-width: 768px) {
  #document.home .mvArea .mvWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
  }

  #document.home .mvArea .lead {
    position: absolute;
    z-index: 2;
    top: 47%;
    left: 0;
    padding: 0;
    margin-left: 60px;
    width: 55vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #document.home .mvArea .lead>*:last-child {
    margin-bottom: 0 !important;
  }

  #document.home .mvArea .lead .heading {
    margin: 0 0 20px;
    font-size: 2vw;
    line-height: 1.5;
  }

  #document.home .mvArea .lead .body {
    font-size: 1.5vw;
    line-height: 1.8;
  }
}

@media screen and (max-width: 767px) {
  #document.home .mvArea {
    margin-top: 58px;
  }

  #document.home .mvArea .mvWrapper {
    margin: 0;
  }

  #document.home .mvArea .mv {
    width: 100%;
  }

  #document.home .mvArea .lead {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -30px;
    margin-right: 35px;
    padding: 30px 0 30px 25px;
    background: rgba(244, 232, 233, 0.84);
  }

  #document.home .mvArea .heading {
    margin-top: 0;
    font-size: 1.75rem;
    font-weight: normal;
    line-height: 1.42857;
  }

  #document.home .mvArea .heading .sub {
    letter-spacing: 0;
    font-size: 1.125rem;
  }

  #document.home .mvArea .body {
    font-size: 0.9375rem;
    line-height: 2;
  }
}

@media (min-width: 768px) {
  #document.home .values {
    padding: 0 0 100px;
  }

  #document.home .values .headingWrap {
    width: 980px;
    margin: 0 auto;
    padding: 60px 0 50px;
  }

  #document.home .values .heading {
    font-size: 5.625rem;
    font-weight: normal;
    line-height: 0.77778;
  }

  #document.home .values .heading .sub {
    font-size: 1.5625rem;
    font-weight: normal;
    line-height: 2;
  }

  #document.home .values .body {
    position: relative;
    width: 1120px;
    padding: 60px 0;
  }

  #document.home .values .inner {
    position: relative;
    width: 980px;
    margin: 0 auto;
  }

  #document.home .values .inner .mainImg {
    position: absolute;
    z-index: 1;
    top: 207px;
    left: 50%;
    width: 361px;
    height: 361px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(/images/concept/index_philosophy_bg.png) no-repeat center center/contain;
  }

  #document.home .values .inner .mainImg.num_0 .dep01 {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    background: rgba(152, 0, 18, 0.8);
  }

  #document.home .values .inner .mainImg.num_1 .dep02 {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    background: rgba(152, 0, 18, 0.8);
  }

  #document.home .values .inner .mainImg.num_2 .dep03 {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    background: rgba(152, 0, 18, 0.8);
  }

  #document.home .values .inner .mainImg.num_3 .dep04 {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    background: rgba(152, 0, 18, 0.8);
  }

  #document.home .values .inner .circle {
    width: 148px;
    height: 148px;
    -webkit-transition: background .3s ease, -webkit-transform .3s ease;
    transition: background .3s ease, -webkit-transform .3s ease;
    transition: background .3s ease, transform .3s ease;
    transition: background .3s ease, transform .3s ease, -webkit-transform .3s ease;
  }

  #document.home .values .inner .circle.dep01 {
    top: 25px;
    left: 60px;
  }

  #document.home .values .inner .circle.dep02 {
    top: 58px;
    right: 35px;
  }

  #document.home .values .inner .circle.dep03 {
    bottom: 54px;
    left: 30px;
  }

  #document.home .values .inner .circle.dep04 {
    bottom: 20px;
    right: 65px;
  }

  #document.home .values .inner .circle:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    background: rgba(152, 0, 18, 0.8);
  }

  #document.home .values .inner .circle .label {
    display: inline-block;
    padding: 4px 13px 6px;
  }

  #document.home .values .inner .circle .label img {
    vertical-align: bottom;
  }

  #document.home .values .inner .departments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #document.home .values .inner .departments>li {
    position: relative;
    width: 40%;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
  }

  #document.home .values .inner .departments>li:hover {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
  }

  #document.home .values .inner .departments>li .line {
    position: absolute;
  }

  #document.home .values .inner .departments>li:nth-child(odd) .line {
    left: 0;
  }

  #document.home .values .inner .departments>li:nth-child(even) .departmentBody {
    margin: 0 0 0 auto;
  }

  #document.home .values .inner .departments>li:nth-child(even) .line {
    right: 0;
  }

  #document.home .values .inner .departments>li:nth-child(1) .line,
  #document.home .values .inner .departments>li:nth-child(2) .line {
    top: 133px;
  }

  #document.home .values .inner .departments>li:nth-child(3) .line {
    top: 100px;
  }

  #document.home .values .inner .departments>li:nth-child(4) .line {
    top: 131px;
    width: 100%;
  }

  #document.home .values .inner .departmentBody {
    width: 325px;
  }

  #document.home .values .inner .departmentHeading {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 30px;
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 120px;
    background: no-repeat center top / 114px;
    box-sizing: border-box;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.42857;
  }

  #document.home .values .inner .departmentHeading .num {
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 8.125rem;
    line-height: 1;
  }

  #document.home .values .inner .departmentTxt {
    margin: 0;
    font-size: 0.75rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #document.home .values {
    padding: 40px 25px;
  }

  #document.home .values .headingWrap {
    margin: 0 0 15px;
  }

  #document.home .values .headingWrap .heading {
    font-size: 3.5rem;
    font-weight: normal;
    line-height: 1.25;
  }

  #document.home .values .headingWrap .heading .sub {
    font-size: 1rem;
  }

  #document.home .values .body {
    position: relative;
  }

  #document.home .values .inner {
    padding: 40px 25px;
  }

  #document.home .values .inner .mainImg {
    background: #fff;
  }

  #document.home .values .inner .mainImg .mainInner {
    position: relative;
    width: 280px;
    height: 280px;
    margin: auto;
    background: #fff url(/brand/images/index_philosophy_bg.png) no-repeat center center/contain;
  }

  #document.home .values .inner .mainImg .mainInner .logo {
    pointer-events: none;
  }

  #document.home .values .inner .mainImg .circle {
    width: 115px;
    height: 115px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
  }

  #document.home .values .inner .mainImg .circle.dep01 {
    top: 10px;
    left: 38px;
  }

  #document.home .values .inner .mainImg .circle.dep02 {
    top: 45px;
    right: 25px;
  }

  #document.home .values .inner .mainImg .circle.dep03 {
    bottom: 50px;
    left: 10px;
  }

  #document.home .values .inner .mainImg .circle.dep04 {
    right: 40px;
    bottom: 13px;
  }

  #document.home .values .inner .mainImg .circle.spTab {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }

  #document.home .values .inner .mainImg .circle.spTab.is_active {
    background: rgba(152, 0, 18, 0.8);
    -webkit-animation: flash 3s linear infinite;
    animation: flash 3s linear infinite;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  #document.home .values .inner .mainImg .circle .label {
    padding: 5px 13px;
  }

  #document.home .values .inner .mainImg .circle .label img {
    vertical-align: 0;
  }

  #document.home .values .inner .departments {
    margin: 0;
  }

  #document.home .values .inner .departments>li {
    display: none;
    position: relative;
  }

  #document.home .values .inner .departments>li.is_active {
    display: block;
  }

  #document.home .values .inner .departmentHeading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    padding: 40px 0 5px;
    margin-top: 0;
    border-bottom: 2px solid #901D22;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 6.25vw;
    font-weight: normal;
    line-height: 1.5;
  }

  #document.home .values .inner .departmentHeading .num {
    right: 0;
    bottom: -22px;
    font-size: 7.5rem;
    line-height: 1;
  }

  #document.home .values .inner .departmentTxt {
    font-size: 0.875rem;
    line-height: 1.85714;
  }

  #document.home .values .inner .line {
    display: none;
  }
}

#document.home .mvArea {
  position: relative;
  overflow: hidden;
}

#document.home .mvArea .mvWrapper {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 0;
}

#document.home .mvArea .mvWrapper.slick-initialized {
  opacity: 1;
}

#document.home .mvArea .mv>img {
  width: 100%;
}

#document.home .mvArea .lead {
  font-family: 'Noto Sans', serif;
  -webkit-animation: txtAnim 1s 1s both;
  animation: txtAnim 1s 1s both;
  letter-spacing: .05em;
  opacity: 0;
}

#document.home .mvArea .lead .heading {
  color: #901D22;
}

@media (min-width: 768px) {
  #document.home .about {
    padding: 140px 0 70px;
  }

  #document.home .about .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 980px;
    margin: 0 auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  #document.home .about .img {
    width: 490px;
    margin: 80px 40px 0 0;
  }

  #document.home .about .txt {
    width: calc(100% - 530px);
  }

  #document.home .about .txt .heading {
    margin: 0 0 20px;
    font-size: 2rem;
    font-weight: normal;
    line-height: 0.9375;
  }

  #document.home .about .txt .heading:after {
    margin: 17px 0 0;
  }

  #document.home .about .txt .body>p {
    font-size: 0.9375rem;
    line-height: 2.4;
  }

  #document.home .about .txt .body>p+p {
    margin-top: 1em;
  }

  #document.home .about .txt .body>p>span {
    display: block;
  }

  #document.home .about .txt .body .subHeading {
    font-size: 1.375rem;
    font-weight: normal;
    line-height: 2.13636;
  }
}

@media screen and (max-width: 767px) {
  #document.home .about {
    padding: 50px 0 70px;
    background: url(../images/index_about_bg.jpg) center bottom/cover;
  }

  #document.home .about .inner {
    text-align: center;
  }

  #document.home .about .img {
    display: none;
  }

  #document.home .about .txt .heading {
    font-size: 2rem;
    font-weight: normal;
    line-height: 0.9375;
  }

  #document.home .about .txt .heading:after {
    margin: 17px auto 0;
  }

  #document.home .about .txt .body {
    margin: 40px 0 0;
    font-size: 0.9375rem;
    line-height: 2.33333;
  }

  #document.home .about .txt .body p+p {
    margin-top: 1.5em;
  }

  #document.home .about .txt .body span {
    display: block;
  }

  #document.home .about .txt .subHeading {
    margin: 2.3em 0 0;
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 2.22222;
  }
}

#document.home .about .txt .heading {
  font-family: 'Noto Sans', serif;
  color: #901D22;
}

#document.home .about .txt .heading:after {
  display: block;
  width: 52px;
  height: 1px;
  content: '';
  background: #901D22;
}

#document.home .about .txt .subHeading {
  font-family: 'Noto Sans', serif;
  display: block;
}

#document.home .nav {
  font-family: 'Noto Sans', serif;
}

@media (min-width: 768px) {
  #document.home .nav .navList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 900px;
    margin: 0 auto;
    padding: 22px 0 28px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  #document.home .nav .navList>li {
    -webkit-transition: .2s ease;
    transition: .2s ease;
    background-position: center 60%;
    font-size: 0.7rem;
  }

  #document.home .nav .navList>li .txt {
    display: inline-block;
    padding: 0 40px 0 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    background: url(/images/index_nav_arrow.svg) no-repeat right 75%/10px;
    font-family: 'Shippori Mincho','Noto Sans', serif;
  }

  #document.home .nav .navList>li .txt:after {
    display: block;
    width: 0;
    height: 1px;
    margin-top: -8px;
    content: '';
    -webkit-transition: .3s ease;
    transition: .3s ease;
    background: #901D22;
  }

  #document.home .nav .navList>li .jp {
    margin: 0 0 0 7px;
    font-size: 0.6rem;
  }

  #document.home .nav .navList>li+li {
    margin-left: 45px;
    padding-left: 60px;
    border-left: 1px solid rgba(51, 51, 51, 0.4);
  }

  #document.home .nav .navList>li:hover .txt {
    background-position: right 85%;
  }

  #document.home .nav .navList>li:hover .txt:after {
    width: 100%;
  }

  #document.home .nav .navList>li:nth-child(3) .txt {
    padding-right: 50px;
    background: url(/images/index_nav_arrow_02.svg) no-repeat 92% 75%/7px;
  }

  #document.home .nav .navList>li:nth-child(3):hover .txt {
    background-position: 95% 75%;
  }
}

@media screen and (max-width: 767px) {
  #document.home .nav {
    padding: 80px 25px;
  }

  #document.home .nav .navList>li {
    position: relative;
    height: 35px;
    font-size: 1.25rem;
  }

  #document.home .nav .navList>li+li {
    margin-top: 38px;
  }

  #document.home .nav .navList>li:before,
  #document.home .nav .navList>li:after {
    position: absolute;
    bottom: 0;
    height: 1px;
    content: '';
  }

  #document.home .nav .navList>li:before {
    left: 0;
    width: 20px;
    background: #901D22;
  }

  #document.home .nav .navList>li:after {
    left: 20px;
    width: calc(100% - 20px);
    background: rgba(144, 29, 34, 0.2);
  }

  #document.home .nav .navList>li:not(:last-child) {
    background: url(/images/index_nav_arrow.svg) no-repeat right center/10px;
  }

  #document.home .nav .navList>li:last-child {
    background: url(/images/index_nav_arrow_02.svg) no-repeat right center/7px;
  }

  #document.home .nav .navList>li a {
    line-height: 1.5;
  }

  #document.home .nav .navList>li .jp {
    margin: 0 0 0 12px;
    font-size: 0.875rem;
  }
}

#document.home .nav .navList>li a {
  display: block;
  color: #901D22;
}

#document.home .nav .navList>li .jp {
  display: inline-block;
  color: #333333;
  font-family: 'Noto Sans', serif;
}

#document.home .message .movieHeading {
  font-family: 'Noto Sans', serif;
  font-weight: normal;
  text-align: center;
}

#document.home .message .movieHeading>small {
  display: block;
}

#document.home .message .movieHeading:after {
  display: block;
  width: 52px;
  height: 1px;
  margin: 0 auto;
  content: '';
  background: #333333;
}

@media (min-width: 768px) {
  #document.home .message .movieHeading {
    margin: 0 0 53px;
    font-size: 1.875rem;
  }

  #document.home .message .movieHeading>small {
    font-size: 1.25rem;
    margin-bottom: -20px;
  }

  #document.home .message .movieHeading:after {
    margin-top: 7px;
  }
}

@media screen and (max-width: 767px) {
  #document.home .message .movieHeading {
    margin: 0 0 37px;
    font-size: 1.5rem;
    line-height: 1.5;
  }

  #document.home .message .movieHeading>small {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  #document.home .message .movieHeading:after {
    margin-top: 15px;
  }
}

#document.home .message .mainTtl {
  text-indent: -.7em;
}

@media (min-width: 768px) {
  #document.home .message .inner {
    width: 980px;
    margin: 0 auto 80px;
  }
}

@media screen and (max-width: 767px) {
  #document.home .message .inner {
    width: calc(100% - 50px);
    margin: 60px auto 0;
  }
}

@media (min-width: 768px) {
  #document.home .philosophy .headingWrap {
    height: 260px;
    margin: 0 0 60px;
    background: url(../images/index_philosophy_bg.jpg) repeat-x center center/contain;
  }

  #document.home .philosophy .headingInner {
    width: 980px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #document.home .philosophy .heading {
    font-size: 5.625rem;
    font-weight: normal;
    line-height: 0.77778;
  }

  #document.home .philosophy .heading .sub {
    margin: 1.2em 0 0;
    font-size: 1.5625rem;
  }

  #document.home .philosophy .headingImg {
    position: relative;
    right: -60px;
  }

  #document.home .philosophy .body {
    width: 980px;
    margin: 0 auto;
    padding: 0 0 95px;
  }

  #document.home .philosophy .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #document.home .philosophy .media>*+* {
    margin: 0 0 0 40px;
  }

  #document.home .philosophy .media .txt .subHeading {
    margin: -5px 0 25px;
    font-size: 1.75rem;
    font-weight: normal;
    line-height: 1.71429;
  }

  #document.home .philosophy .media .txt>p+p {
    margin-top: 1.5em;
  }

  #document.home .philosophy .media .txt>p>span {
    display: block;
  }

  #document.home .philosophy .media+.media {
    margin-top: 45px;
  }
}

@media screen and (max-width: 767px) {
  #document.home .philosophy .headingWrap {
    height: 200px;
    background: url(../images/index_philosophy_bg_@2x.jpg) repeat-x center center/contain;
  }

  #document.home .philosophy .headingInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 0 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #document.home .philosophy .heading {
    font-size: 3.5rem;
    font-weight: normal;
    line-height: 1.25;
  }

  #document.home .philosophy .heading .sub {
    margin: 5px 0 0;
    font-size: 1rem;
  }

  #document.home .philosophy .headingImg {
    display: none;
  }

  #document.home .philosophy .body {
    padding: 40px 0;
  }

  #document.home .philosophy .body .js_anim>span {
    display: block;
  }

  #document.home .philosophy .body .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #document.home .philosophy .body .media .img {
    width: calc(100% - 25px);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  #document.home .philosophy .body .media .img>img {
    width: 100%;
  }

  #document.home .philosophy .body .media .txt {
    padding: 0 25px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 0.9375rem;
    line-height: 2.33333;
  }

  #document.home .philosophy .body .media .txt .subHeading {
    font-size: 1.75rem;
    font-weight: normal;
    line-height: 1.42857;
  }

  #document.home .philosophy .body .media:nth-child(2) {
    margin-top: 30px;
  }

  #document.home .philosophy .body .media:nth-child(2) .img {
    margin-left: auto;
  }
}

#document.home .philosophy .headingWrap {
  width: 100%;
}

#document.home .philosophy .headingInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#document.home .philosophy .heading {
  font-family: 'Noto Sans', serif;
  color: #901D22;
}

#document.home .philosophy .heading .sub {
  display: block;
  letter-spacing: .1em;
  color: #333333;
}

#document.home .philosophy .body .subHeading {
  font-family: 'Noto Sans', serif;
}

#document.home .values {
  background: rgba(144, 29, 34, 0.1);
}

#document.home .values .heading {
  font-family: 'Noto Sans', serif;
  margin: 0;
  color: #901D22;
}

#document.home .values .heading .sub {
  display: block;
  margin: .3em 0 0;
  color: #333333;
}

#document.home .values .body {
  margin: 0 auto;
  background: #fff;
}

#document.home .values .inner .circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(144, 29, 34, 0.3);
}

#document.home .values .inner .circle .label {
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #901D22;
}

#document.home .values .inner .mainImg .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#document.home .values .inner .departmentHeading {
  font-family: 'Noto Sans', serif;
  position: relative;
}

#document.home .values .inner .departmentHeading .num {
  font-family: 'Cormorant Infant', serif;
  position: absolute;
  color: rgba(144, 29, 34, 0.1);
}

#document.home .values .inner .departmentTxt {
  text-align: left;
  letter-spacing: .1em;
}

#document.home .values .inner .detail {
  margin: 0;
  text-align: right;
}

#document.home .values .inner .detail>a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 1;
}

@media (min-width: 768px) {
  #document.home .banner .inner {
    width: 900px;
    margin: 0 auto;
    padding: 100px 0 0;
  }

  #document.home .banner .bnr {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 210px;
  }

  #document.home .banner .bnr::after {
    right: 20px;
    width: 50px;
    height: 50px;
  }

  #document.home .banner .bnr img {
    -webkit-transition: .6s ease;
    transition: .6s ease;
  }

  #document.home .banner .bnr:hover img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }

  #document.home .banner .bnr+.bnr {
    margin: 46px 0 0;
  }
}

@media screen and (max-width: 767px) {
  #document.home .banner .inner {
    padding: 70px 25px;
  }

  #document.home .banner .bnr {
    width: 100%;
  }

  #document.home .banner .bnr::after {
    right: 10px;
    width: 20px;
    height: 20px;
  }

  #document.home .banner .bnr img {
    width: 100%;
    height: auto;
  }

  #document.home .banner .bnr+.bnr {
    margin-top: 20px;
  }
}

#document.home .banner .bnr {
  position: relative;
  display: block;
}

#document.home .banner .bnr::after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  content: '';
  background: url("/images/index_banner_arrow.svg") no-repeat 0 0/contain;
}

@media (min-width: 768px) {
  #document.home .products {
    padding: 95px 0 50px;
  }

  #document.home .products .inner {
    width: 980px;
    margin: 0 auto;
  }

  #document.home .products .productsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #document.home .products .productsList>li .img {
    overflow: hidden;
    width: 230px;
    height: 180px;
  }

  #document.home .products .productsList>li .img>img {
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }

  #document.home .products .productsList>li .ttl {
    line-height: 1;
    position: relative;
    display: inline-block;
    margin: 10px 0 0;
  }

  #document.home .products .productsList>li .ttl:before {
    position: absolute;
    top: calc(1em + 5px);
    left: 0;
    display: block;
    width: 0;
    height: 1px;
    content: '';
    -webkit-transition: .3s ease;
    transition: .3s ease;
    background: #333333;
  }

  #document.home .products .productsList>li .ttl:after {
    margin: 0 0 0 20px;
  }

  #document.home .products .productsList>li:hover .img>img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  #document.home .products .productsList>li:hover .ttl:before {
    width: calc(100% - 25px);
  }
}

@media screen and (max-width: 767px) {
  #document.home .products {
    padding: 0 0 60px;
  }

  #document.home .products .heading {
    font-size: 2rem;
    font-weight: normal;
    line-height: 0.9375;
  }

  #document.home .products .productsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 50px);
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #document.home .products .productsList>li {
    width: 45%;
  }

  #document.home .products .productsList>li:nth-child(n+3) {
    margin-top: 30px;
  }

  #document.home .products .productsList>li .img>img {
    width: 100%;
    height: auto;
  }

  #document.home .products .productsList>li .ttl {
    position: relative;
    display: block;
    width: 100%;
    margin: 10px 0 0;
    font-size: 0.75rem;
  }

  #document.home .products .productsList>li .ttl:after {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

#document.home .products .heading {
  font-family: 'Noto Sans', serif;
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
  line-height: 0.9375;
}

#document.home .products .heading:after {
  display: block;
  width: 52px;
  height: 1px;
  margin: 20px auto 0;
  content: '';
  background: #333333;
}

#document.home .products .productsList .ttl:after {
  display: inline-block;
  width: 7px;
  height: 1em;
  content: '';
  background: url(/images/index_products_arrow.svg) no-repeat center center/contain;
}

.js_anim[class*='_head']>span {
  display: inline-block;
  -webkit-transition: opacity .6s ease, -webkit-transform .6s ease;
  transition: opacity .6s ease, -webkit-transform .6s ease;
  transition: opacity .6s ease, transform .6s ease;
  transition: opacity .6s ease, transform .6s ease, -webkit-transform .6s ease;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  opacity: 0;
}

.js_anim[class*='_head'][class*='_animation']>span {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.js_anim[class*='_head'][class*='_animation']>span:nth-of-type(2) {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}

.js_anim[class*='_head'][class*='_animation']>span:nth-of-type(3) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.js_anim[class*='_head'][class*='_animation']>span:nth-of-type(4) {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}

.js_anim[class*='_head'][class*='_animation']>span:nth-of-type(5) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.js_anim[class*='_head'][class*='_animation']>span:nth-of-type(6) {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}

.js_anim[class*='_head'][class*='_animation']>span:nth-of-type(7) {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.js_anim[class*='_head'][class*='_animation']>span:nth-of-type(8) {
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms;
}

.js_anim[class*='_head'][class*='_animation']>span:nth-of-type(9) {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

.js_anim[class*='_head'][class*='_animation']>span:nth-of-type(10) {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}

.js_anim[class*='_head'][class*='_animation']>span:nth-of-type(11) {
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.js_anim[class*='_head'][class*='_animation']>span:nth-of-type(12) {
  -webkit-transition-delay: 550ms;
  transition-delay: 550ms;
}

.js_anim[class*='_head'][class*='_animation']>span:nth-of-type(13) {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

.js_anim[class*='_head'][class*='_animation']>span:nth-of-type(14) {
  -webkit-transition-delay: 650ms;
  transition-delay: 650ms;
}

.js_anim[class*='_head'][class*='_animation']>span:nth-of-type(15) {
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
}

.js_anim[class*='_text']>span {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}

.js_anim[class*='_text'][class*='_animation']>span {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

@media (min-width: 768px) {
  .js_anim[class*='_text'][class*='_animation']>span {
    display: inline-block;
  }
}

.js_anim[class*='_text'][class*='_animation']>span:nth-of-type(2) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.js_anim[class*='_text'][class*='_animation']>span:nth-of-type(3) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.js_anim[class*='_text'][class*='_animation']>span:nth-of-type(4) {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.js_anim[class*='_text'][class*='_animation']>span:nth-of-type(5) {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

.js_anim[class*='_text'][class*='_animation']>span:nth-of-type(6) {
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.js_anim[class*='_text'][class*='_animation']>span:nth-of-type(7) {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

.js_anim[class*='_text'][class*='_animation']>span:nth-of-type(8) {
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
}

.js_anim[class*='_text'][class*='_animation']>span:nth-of-type(9) {
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}

.js_anim[class*='_text'][class*='_animation']>span:nth-of-type(10) {
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}

.js_anim[class*='_usually'] {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}

.js_anim[class*='_usually'][class*='_animation'] {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* @-webkit-keyframes mvAnim {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes mvAnim {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
} */

@-webkit-keyframes txtAnim {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes txtAnim {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes flash {
  0% {
    background-color: rgba(152, 0, 18, 0.4);
  }

  20% {
    background-color: rgba(152, 0, 18, 0.6);
  }

  50% {
    background-color: rgba(152, 0, 18, 0.8);
  }

  70% {
    background-color: rgba(152, 0, 18, 0.6);
  }

  100% {
    background-color: rgba(152, 0, 18, 0.4);
  }
}

@keyframes flash {
  0% {
    background-color: rgba(152, 0, 18, 0.4);
  }

  20% {
    background-color: rgba(152, 0, 18, 0.6);
  }

  50% {
    background-color: rgba(152, 0, 18, 0.8);
  }

  70% {
    background-color: rgba(152, 0, 18, 0.6);
  }

  100% {
    background-color: rgba(152, 0, 18, 0.4);
  }
}

/*# sourceMappingURL=../Templates/dev/sourcemap/index.css.map */
/* 共通 */
/* PC */
@media (min-width: 768px) {
  #anc_movie .movie_bannerInner {
    /* width: 900px; */
    margin: 0 auto;
    padding: 50px 0 0;
  }

  #anc_movie .movie_bannerInner .bnr {
    display: block;
    overflow: hidden;
    width: 500px;
    height: 210px;
    margin: 0 auto;
  }

  #anc_movie .movie_bannerInner .bnr img {
    -webkit-transition: .6s ease;
    transition: .6s ease;
    width: 500px;
  }

  #anc_movie .movie_bannerInner .bnr:hover img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }

  #anc_movie .movie_bannerInner .bnr::after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    display: block;
    margin: auto;
    content: '';
    background: url(/images/index_banner_arrow.svg) no-repeat 0 0/contain;
    width: 50px;
    height: 50px;
  }
}



/* SP */
@media screen and (max-width: 767px) {
  #anc_movie .movie_bannerInner {
    padding: 30px 0 0;
  }

  #anc_movie .movie_bannerInner .bnr {
    width: 100%;
  }

  #anc_movie .movie_bannerInner .bnr img {
    width: 100%;
    height: auto;
  }

  #anc_movie .movie_bannerInner .bnr::after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    display: block;
    margin: auto;
    content: '';
    background: url(../images/index_banner_arrow.svg) no-repeat 0 0/contain;
    width: 30px;
    height: 30px;
  }
}

#anc_movie .movie_bannerInner .bnr {
  position: relative;
  display: block;
}

/* Instagram 20230908 */
@media (min-width: 768px) {
  .footer_sns_list--instagram-box {
    display: flex!important;
    align-items: center;
    gap: 10px;
  }
  #gfooter #instagram_attenirstaff_official-text,
  #gfooter #instagram_attenir_official-text{
    background: none!important;
  }
  .footer_sns_list--instagram-textLink.staff {
    width: 86px!important;
  }
  .footer_sns_list--instagram-textLink.official {
      width: 50px!important;
  }
}
@media screen and (max-width: 767px) {
  .footer_sns_list--instagram-box {
    display: flex!important;
    align-items: center;
    gap: 10px;
  }
  #gfooter #instagram_attenirstaff_official-text,
  #gfooter #instagram_attenir_official-text{
    background: none!important;
    display: flex;
    align-items: center;
  }
  .footer_sns_list--instagram-textLink.staff {
    width: 85px!important;
  }
  .footer_sns_list--instagram-textLink.official {
      width: 45px!important;
  }
}