@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500");
@import url("https://fonts.googleapis.com/css?family=Courgette");
@import url("https://fonts.googleapis.com/earlyaccess/sawarabimincho.css");
/* -------- Base Font Family -------- */
/* -------- Base Font Size -------- */
/* -------- Base Color -------- */
/* -------- BackGround Color -------- */
/* -------- Font 本文 -------- */
/* -------- Font ヘッダーメニュー -------- */
/* -------- Font モーダルメニュー -------- */
/* -------- Font フッターメニュー -------- */
/* -------- Font セクション タイトル 英語 -------- */
/* -------- Font セクション タイトル 日本語 -------- */
/* -------- Font カテゴリ 01 英語 -------- */
/* -------- Font カテゴリ 01 日本語 -------- */
/* -------- Font カテゴリ 02 英語 -------- */
/* -------- Font カテゴリ 02 日本語 -------- */
/* -------- Font カテゴリ 03 英語 -------- */
/* -------- Font カテゴリ 03 日本語 -------- */
/* -------- Font カテゴリ 04 英語 -------- */
/* -------- Font カテゴリ 04 日本語 -------- */
/* -------- Font カテゴリ 05 英語 -------- */
/* -------- Font カテゴリ 05 日本語 -------- */
/* -------- Font カテゴリ 06 日本語 -------- */
/* -------- Font ストーリー 大 日本語 -------- */
/* -------- Font ストーリー 中 日本語 -------- */
/* -------- Font ニュース　リスト タイトル -------- */
/* -------- Font ニュース　リスト 日付 -------- */
/* -------- Font パンくず -------- */
/* -------- Font 店舗  -------- */
/* -------- Margin 20px -------- */
/* -------- Margin 30px -------- */
/* -------- Margin 40px -------- */
/* -------- Margin 50px -------- */
/* -------- Margin 60px -------- */
/* -------- Margin 80px -------- */
/* -------- Margin 100px -------- */
/* -------- Margin 120px -------- */
/* ---------------- Margin 20px ----------------*/
/* ---------------- Margin 30px ----------------*/
/* ---------------- Margin 40px ----------------*/
/* ---------------- Margin 50px ----------------*/
/* ---------------- Margin 60px ----------------*/
/* ---------------- Margin 80px ----------------*/
/* ---------------- Margin 100px ----------------*/
/* ---------------- Margin 120px ----------------*/
/* -------- Anime -------- */
@keyframes anime_in {
  0% {
    opacity: 0;
    visibility: hidden; }
  100% {
    opacity: 1; } }

@keyframes anime_out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes bg_anime_out {
  0% {
    transform: translateY(0);
    opacity: 1.0; }
  99% {
    transform: translateY(100%);
    opacity: 1.0; }
  100% {
    opacity: 0;
    visibility: hidden; } }

@keyframes bg_anime_move {
  0% {
    transform: translateX(100%); }
  50% {
    transform: translateX(0%); }
  98% {
    transform: translateX(100%);
    opacity: 1; }
  99% {
    transform: translateX(100%);
    opacity: 0; }
  100% {
    transform: translateX(100%);
    visibility: hidden; } }

/* -------- Border -------- */
html {
  font-size: 100%;
  /* 16px（16pt） */ }

body {
  background-color: #aa182c;
  word-wrap: break-word;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt" 1;
  /*
	&::before {
		content: '';
		position: fixed;
		bottom: 0;
		right: 0;
		width: 50%;
		height: 0%;
		transition: all 500ms cubic-bezier(0.545, 0.080, 0.520, 0.975);
		background:#ad0002;
		z-index: 9999;  
		pointer-events: none; 
	}
*/ }
  body::after {
    content: '';
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: -webkit-calc(100% - 70px);
    height: calc(100% - 70px);
    transition: all 200ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
    -webkit-transition: all 200ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
    background: #fff;
    z-index: 9999;
    pointer-events: none;
    opacity: 0; }
    @media (max-width: 767px) {
      body::after {
        top: 54px;
        height: -webkit-calc(100% - 54px);
        height: calc(100% - 54px); } }
  body.cookie {
    background-color: #84091c; }
  body.fadeout {
    /*
		&::before{
			height: 100%;
		}
*/ }
    body.fadeout::after {
      opacity: 1; }
  body.openModal {
    overflow: hidden; }
    body.openModal .mdlMenu {
      visibility: visible;
      opacity: 1; }
    body.openModal .onlineShopBtn a {
      background-image: url(../img/icon_onlineshop_white.png); }
      body.openModal .onlineShopBtn a span {
        color: #fff; }

h1, h2, h3, h4, h5, h6, p, ul li, dl dt, dl dd, label, tr th, tr td, button, time, label {
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #333;
  list-style: none;
  outline: 0; }

ul, dl {
  margin: 0;
  padding: 0; }

p {
  font-size: 16px;
  line-height: 1.8; }
  @media (max-width: 767px) {
    p {
      font-size: 14px; } }

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: color;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #333;
  outline: none; }
  a:hover {
    cursor: pointer;
    text-decoration: none;
    color: #333; }
  a:active {
    text-decoration: none; }
  a:focus {
    text-decoration: none; }
  a img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 1;
    border: none;
    outline: none; }
  a p {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

img {
  color: #ffffff;
  border: none; }

/* -------- Loading -------- */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 999; }
  #loader .progressbar {
    width: 0;
    height: 1px;
    background: #c3292f;
    position: fixed;
    top: 50%;
    left: 0;
    transition: all 0.2s linear 0s;
    z-index: 999999; }

/* -------- Boot Strap OverWrite -------- */
.container {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 1440px) {
    .container {
      /* 設定最大幅1320pxに両サイドのPadding30pxを足した数値 */
      width: 1400px; } }
  @media (max-width: 1439px) {
    .container {
      width: -webkit-calc(100% - 40px);
      width: calc(100% - 40px); } }
  @media (max-width: 767px) {
    .container {
      width: 100%;
      padding-right: 20px;
      padding-left: 20px; } }

.row {
  line-height: 0;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  @media (max-width: 991px) {
    .row {
      margin-right: -10px;
      margin-left: -10px; } }
  @media (max-width: 767px) {
    .row {
      margin-right: -10px;
      margin-left: -10px; } }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  @media (max-width: 991px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (max-width: 767px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
      padding-right: 10px;
      padding-left: 10px; } }

[class*="block-grid-"] {
  display: block;
  margin: 0 -20px;
  padding: 0; }
  @media (max-width: 991px) {
    [class*="block-grid-"] {
      margin: 0 -10px; } }
  @media (max-width: 767px) {
    [class*="block-grid-"] {
      margin: 0 -10px; } }

.block-grid-item {
  display: inline;
  margin: 0;
  padding: 0 20px;
  height: auto;
  float: left;
  list-style: none; }
  @media (max-width: 991px) {
    .block-grid-item {
      padding: 0 10px; } }
  @media (max-width: 767px) {
    .block-grid-item {
      padding: 0 10px; } }

/* -------- //Boot Strap OverWrite -------- */
header {
  width: 100%;
  height: auto;
  float: left;
  position: fixed;
  top: 0;
  z-index: 4; }

main {
  width: 100%;
  height: auto;
  float: left;
  padding-bottom: 100px;
  padding-top: 70px;
  position: relative;
  z-index: 2;
  background-color: #fff; }
  @media (max-width: 767px) {
    main {
      padding-bottom: 80px; } }
  @media (max-width: 767px) {
    main {
      padding-top: 54px; } }
  main.cookie {
    padding-top: 130px;
    padding-bottom: 0; }
    @media (max-width: 767px) {
      main.cookie {
        padding-top: 108px; } }
  main.cookieTop {
    padding-top: 70px;
    padding-bottom: 0; }
    @media (max-width: 767px) {
      main.cookieTop {
        padding-top: 54px; } }
  main.recruitPage {
    padding-bottom: 0; }

footer {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  z-index: 1; }

/* -------- Header -------- */
.hdCmn {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
  border: none;
  padding: 0;
  width: 100%;
  height: 70px;
  padding: 0 0 0 40px;
  float: left; }
  @media (max-width: 767px) {
    .hdCmn {
      height: 54px;
      padding: 0 20px; } }
  .hdCmn .hdLogoSet {
    display: block; }
    .hdCmn .hdLogoSet h1 {
      padding: 0;
      width: auto;
      height: 38px;
      margin-top: 16px;
      float: left;
      font-size: 0; }
      @media (max-width: 767px) {
        .hdCmn .hdLogoSet h1 {
          height: 30px;
          margin-top: 12px; } }
      .hdCmn .hdLogoSet h1 a {
        line-height: 0;
        width: 187px;
        height: 38px;
        float: left;
        background-image: url(../img/logo_header.svg);
        background-size: contain;
        background-position: left center;
        background-repeat: no-repeat; }
        @media (max-width: 767px) {
          .hdCmn .hdLogoSet h1 a {
            width: 148px;
            height: 30px; } }
  .hdCmn .hdMenu {
    width: auto;
    height: 70px;
    float: right; }
    @media (max-width: 991px) {
      .hdCmn .hdMenu {
        display: none; } }
    .hdCmn .hdMenu ul {
      float: left; }
      .hdCmn .hdMenu ul li {
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 14px;
        float: left;
        height: 70px;
        line-height: 70px;
        margin-left: 24px;
        color: #c3292f; }
        @media (max-width: 1160px) {
          .hdCmn .hdMenu ul li {
            font-size: 13px; } }
        @media (max-width: 1040px) {
          .hdCmn .hdMenu ul li {
            font-size: 12px; } }
        @media (max-width: 767px) {
          .hdCmn .hdMenu ul li {
            font-size: 20px; } }
        .hdCmn .hdMenu ul li a {
          color: #c3292f;
          position: relative;
          padding: .4em;
          text-decoration: none;
          padding: 0px 0px 6px 0px;
          text-shadow: none; }
          .hdCmn .hdMenu ul li a::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 1px;
            -webkit-transform: scaleX(0);
            -moz-transform: scaleX(0);
            -o-transform: scaleX(0);
            -ms-transform: scaleX(0);
            transform: scaleX(0);
            background-color: #c3292f;
            -webkit-transition: all 0.25s ease;
            -moz-transition: all 0.25s ease;
            -ms-transition: all 0.25s ease;
            -o-transition: all 0.25s ease;
            transition: all 0.25s ease; }
          .hdCmn .hdMenu ul li a:hover::after {
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -o-transform: scaleX(1);
            -ms-transform: scaleX(1);
            transform: scaleX(1); }
          .hdCmn .hdMenu ul li a:active::after {
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -o-transform: scaleX(1);
            -ms-transform: scaleX(1);
            transform: scaleX(1); }
        @media (max-width: 1160px) {
          .hdCmn .hdMenu ul li {
            margin-left: 15px; } }
        @media (max-width: 1040px) {
          .hdCmn .hdMenu ul li {
            margin-left: 13px; } }
        @media (max-width: 991px) {
          .hdCmn .hdMenu ul li {
            margin-left: 30px; } }
        .hdCmn .hdMenu ul li:first-child {
          margin: 0; }
        .hdCmn .hdMenu ul li a {
          color: #c3292f; }
    .hdCmn .hdMenu p {
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      font-size: 14px;
      margin-left: 24px;
      float: left;
      width: auto;
      height: 70px;
      line-height: 70px;
      background-color: #c3292f;
      padding: 0 24px;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      @media (max-width: 1160px) {
        .hdCmn .hdMenu p {
          font-size: 13px; } }
      @media (max-width: 1040px) {
        .hdCmn .hdMenu p {
          font-size: 12px; } }
      @media (max-width: 767px) {
        .hdCmn .hdMenu p {
          font-size: 20px; } }
      .hdCmn .hdMenu p:hover {
        background-color: #dcad00; }
      @media (max-width: 1100px) {
        .hdCmn .hdMenu p {
          padding: 0 20px;
          margin-left: 20px; } }
      .hdCmn .hdMenu p a {
        display: block;
        width: auto;
        height: 70px;
        background-image: url(../img/icon_onlineshop_white.svg);
        background-size: 30px 30px;
        background-position: left center;
        background-repeat: no-repeat;
        padding-left: 40px;
        color: #fff;
        /*
				&:hover{
					background-image: url(../img/icon_onlineshop_hover.svg);
				}
*/ }
  .hdCmn.cookie {
    background-color: #98182c; }
    .hdCmn.cookie .hdLogoSet h1 a {
      background-image: url(../img/logo_header_white.svg); }
    .hdCmn.cookie .hdMenu {
      width: auto;
      height: 70px;
      float: right; }
      @media (max-width: 991px) {
        .hdCmn.cookie .hdMenu {
          display: none; } }
      .hdCmn.cookie .hdMenu ul li {
        color: #fff; }
        .hdCmn.cookie .hdMenu ul li a {
          color: #fff;
          position: relative;
          padding: .4em;
          text-decoration: none;
          padding: 0px 0px 6px 0px;
          text-shadow: none; }
          .hdCmn.cookie .hdMenu ul li a::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 1px;
            -webkit-transform: scaleX(0);
            -moz-transform: scaleX(0);
            -o-transform: scaleX(0);
            -ms-transform: scaleX(0);
            transform: scaleX(0);
            background-color: #fff;
            -webkit-transition: all 0.25s ease;
            -moz-transition: all 0.25s ease;
            -ms-transition: all 0.25s ease;
            -o-transition: all 0.25s ease;
            transition: all 0.25s ease; }
          .hdCmn.cookie .hdMenu ul li a:hover::after {
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -o-transform: scaleX(1);
            -ms-transform: scaleX(1);
            transform: scaleX(1); }
          .hdCmn.cookie .hdMenu ul li a:active::after {
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -o-transform: scaleX(1);
            -ms-transform: scaleX(1);
            transform: scaleX(1); }
        .hdCmn.cookie .hdMenu ul li.cookie {
          background-color: #f5f5f5;
          padding: 0 24px;
          color: #98182c; }
          .hdCmn.cookie .hdMenu ul li.cookie a {
            color: #98182c;
            position: relative;
            padding: .4em;
            text-decoration: none;
            padding: 0px 0px 6px 0px;
            text-shadow: none; }
            .hdCmn.cookie .hdMenu ul li.cookie a::after {
              content: '';
              position: absolute;
              bottom: 0;
              left: 0;
              width: 100%;
              height: 1px;
              -webkit-transform: scaleX(0);
              -moz-transform: scaleX(0);
              -o-transform: scaleX(0);
              -ms-transform: scaleX(0);
              transform: scaleX(0);
              background-color: #98182c;
              -webkit-transition: all 0.25s ease;
              -moz-transition: all 0.25s ease;
              -ms-transition: all 0.25s ease;
              -o-transition: all 0.25s ease;
              transition: all 0.25s ease; }
            .hdCmn.cookie .hdMenu ul li.cookie a:hover::after {
              -webkit-transform: scaleX(1);
              -moz-transform: scaleX(1);
              -o-transform: scaleX(1);
              -ms-transform: scaleX(1);
              transform: scaleX(1); }
            .hdCmn.cookie .hdMenu ul li.cookie a:active::after {
              -webkit-transform: scaleX(1);
              -moz-transform: scaleX(1);
              -o-transform: scaleX(1);
              -ms-transform: scaleX(1);
              transform: scaleX(1); }
          @media (max-width: 1100px) {
            .hdCmn.cookie .hdMenu ul li.cookie {
              padding: 0 20px; } }
          .hdCmn.cookie .hdMenu ul li.cookie a {
            color: #98182c; }
      .hdCmn.cookie .hdMenu p {
        margin-left: 0;
        background-color: #d67b03; }
        .hdCmn.cookie .hdMenu p:hover {
          background-color: #dcad00; }

/* -------- SP Menu Button -------- */
.hdBtn {
  display: none;
  position: fixed;
  width: 62px;
  height: 70px;
  transition: all 0.4s;
  box-sizing: border-box;
  z-index: 6;
  top: 0;
  right: 0;
  padding: 26px 20px;
  margin-right: 20px; }
  .hdBtn.cookie span {
    background-color: #fff; }
  .hdBtn.animationOn {
    animation-delay: 2.5s;
    animation-fill-mode: both;
    animation-duration: 0.4s;
    animation-name: key_animation_hdMenu;
    visibility: visible !important; }
  @media (max-width: 991px) {
    .hdBtn {
      display: block; } }
  @media (max-width: 767px) {
    .hdBtn {
      margin: 0;
      height: 54px;
      padding: 18px 20px; } }
  .hdBtn .hum {
    width: 22px;
    height: 18px;
    float: left;
    position: relative; }
  .hdBtn span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #c3292f; }
    .hdBtn span:nth-of-type(1) {
      top: 0; }
    .hdBtn span:nth-of-type(2) {
      top: 8px; }
    .hdBtn span:nth-of-type(3) {
      bottom: 0; }
  .hdBtn.active span {
    background-color: #fff; }
    .hdBtn.active span:nth-of-type(1) {
      -webkit-transform: translateY(8px) rotate(-45deg);
      transform: translateY(8px) rotate(-45deg); }
    .hdBtn.active span:nth-of-type(2) {
      opacity: 0; }
    .hdBtn.active span:nth-of-type(3) {
      -webkit-transform: translateY(-8px) rotate(45deg);
      transform: translateY(-8px) rotate(45deg); }
  .hdBtn:hover {
    cursor: pointer; }

/* -------- SP Head Online Shop Button -------- */
.onlineShopBtn {
  display: none;
  position: fixed;
  width: auto;
  height: 70px;
  z-index: 7;
  top: 0;
  right: 62px;
  padding: 0 20px 0 0;
  margin-right: 20px; }
  .onlineShopBtn.cookie a {
    background-image: url(../img/icon_onlineshop_white.png); }
    .onlineShopBtn.cookie a span {
      color: #fff; }
  .onlineShopBtn a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    display: inline-block;
    width: auto;
    height: 70px;
    background-image: url(../img/icon_onlineshop.png);
    background-size: 26px 26px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 40px; }
    @media (max-width: 767px) {
      .onlineShopBtn a {
        padding-left: 36px;
        height: 54px; } }
    @media (max-width: 350px) {
      .onlineShopBtn a {
        background-size: 24px 24px;
        padding-left: 30px; } }
    @media (max-width: 319px) {
      .onlineShopBtn a {
        width: 40px;
        background-position: center center; } }
    .onlineShopBtn a span {
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      display: inline-block;
      font-family: "Montserrat", sans-serif;
      letter-spacing: 0.1rem;
      font-size: 14px;
      font-weight: 500;
      color: #c3292f;
      text-align: center;
      line-height: 70px; }
      @media (max-width: 767px) {
        .onlineShopBtn a span {
          letter-spacing: 0.05rem;
          font-size: 10px;
          font-weight: 600;
          margin-top: 14px;
          line-height: 1.3; } }
      @media (max-width: 350px) {
        .onlineShopBtn a span {
          letter-spacing: 0.02rem;
          font-size: 9px;
          font-weight: 600;
          margin-top: 15px;
          line-height: 1.2; } }
      @media (max-width: 319px) {
        .onlineShopBtn a span {
          font-size: 0;
          width: 0; } }
  @media (max-width: 991px) {
    .onlineShopBtn {
      display: block; } }
  @media (max-width: 767px) {
    .onlineShopBtn {
      margin: 0;
      height: 54px; } }
  @media (max-width: 414px) {
    .onlineShopBtn {
      padding: 0 10px 0 0; } }
  @media (max-width: 350px) {
    .onlineShopBtn {
      padding: 0; } }

/* -------- Modal Menu -------- */
.mdlMenu {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: fixed;
  background-color: #c3292f;
  visibility: hidden;
  opacity: 0;
  z-index: 5;
  overflow-y: scroll;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 70px 0; }
  @media (max-width: 767px) {
    .mdlMenu {
      padding: 54px 0 60px 0; } }
  .mdlMenu h1 {
    width: 100%;
    height: auto;
    float: left;
    background-color: #c3292f;
    padding: 0 40px;
    height: 70px;
    font-size: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000; }
    @media (max-width: 767px) {
      .mdlMenu h1 {
        height: 54px;
        padding: 0 20px; } }
    .mdlMenu h1 img {
      margin-top: 21px;
      width: 187px;
      height: auto; }
      @media (max-width: 991px) {
        .mdlMenu h1 img {
          margin-top: 16px; } }
      @media (max-width: 767px) {
        .mdlMenu h1 img {
          margin-top: 12px;
          width: 148px; } }
  .mdlMenu .acrdBox {
    width: 100%;
    height: auto;
    float: left;
    background-color: #d42f36; }
    .mdlMenu .acrdBox.active .acrd_inner .acrd_sw {
      transform: rotate(45deg); }
    .mdlMenu .acrdBox .acrd_inner {
      width: 100%;
      height: auto;
      float: left;
      position: relative; }
      .mdlMenu .acrdBox .acrd_inner h2 {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0.1rem;
        padding: 0px 40px;
        line-height: 50px;
        color: #fff; }
        @media (max-width: 767px) {
          .mdlMenu .acrdBox .acrd_inner h2 {
            font-size: 14px; } }
        @media (max-width: 767px) {
          .mdlMenu .acrdBox .acrd_inner h2 {
            padding: 0px 40px 0 20px; } }
      .mdlMenu .acrdBox .acrd_inner .acrd_sw {
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        position: absolute;
        top: 17px;
        right: 42px;
        width: 16px;
        height: 16px;
        display: block;
        background-image: url(../img/icon_plus.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain; }
        @media (max-width: 767px) {
          .mdlMenu .acrdBox .acrd_inner .acrd_sw {
            right: 22px; } }
      .mdlMenu .acrdBox .acrd_inner .acrd_cont {
        width: 100%;
        height: auto;
        float: left;
        display: none; }
  .mdlMenu .mdMenu {
    width: 100%;
    height: auto;
    float: left;
    background-color: #d42f36; }
    .mdlMenu .mdMenu li {
      font-weight: 500;
      font-size: 16px;
      letter-spacing: 0.1rem;
      padding: 0 40px;
      border-bottom: solid 1px #c3292f;
      background-image: url(../img/icon_arrow_white.svg);
      background-size: 16px 16px;
      background-position: right 40px center;
      background-repeat: no-repeat;
      line-height: 50px; }
      @media (max-width: 767px) {
        .mdlMenu .mdMenu li {
          font-size: 14px; } }
      @media (max-width: 767px) {
        .mdlMenu .mdMenu li {
          padding: 0 20px;
          background-position: right 20px center; } }
      .mdlMenu .mdMenu li a {
        color: #fff;
        display: block; }
      .mdlMenu .mdMenu li.lower {
        padding-left: 50px;
        background-color: #d42f36; }
        @media (max-width: 767px) {
          .mdlMenu .mdMenu li.lower {
            padding-left: 20px; } }
    .mdlMenu .mdMenu.other li {
      padding-left: 50px; }
      @media (max-width: 767px) {
        .mdlMenu .mdMenu.other li {
          padding-left: 20px; } }
  .mdlMenu .onlineshop {
    width: 100%;
    height: auto;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    padding: 20px 0; }
    @media (max-width: 767px) {
      .mdlMenu .onlineshop {
        font-size: 14px; } }
    @media (max-width: 375px) {
      .mdlMenu .onlineshop {
        font-size: 13px; } }
    @media (max-width: 320px) {
      .mdlMenu .onlineshop {
        font-size: 12px; } }
    .mdlMenu .onlineshop a {
      display: inline-block;
      color: #fff;
      height: 40px;
      padding: 0 0 0 55px;
      background-image: url(../img/icon_onlineshop_white.svg);
      background-size: contain;
      background-position: left center;
      background-repeat: no-repeat; }
  .mdlMenu .snsWp {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    border-top: solid 1px #aa182c;
    padding: 20px 0 0 0; }
    .mdlMenu .snsWp .sns {
      display: inline-block; }
      .mdlMenu .snsWp .sns li {
        width: 40px;
        height: 40px;
        float: left;
        margin-left: 40px;
        text-indent: -99999px; }
        .mdlMenu .snsWp .sns li a {
          display: block;
          width: 40px;
          height: 40px;
          float: left;
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat; }
        @media (max-width: 374px) {
          .mdlMenu .snsWp .sns li {
            width: 40px;
            height: 40px;
            margin-left: 30px; } }
        .mdlMenu .snsWp .sns li:first-child {
          margin: 0; }
        .mdlMenu .snsWp .sns li.fb a {
          background-image: url(../img/icon_fb.svg); }
        .mdlMenu .snsWp .sns li.tw a {
          background-image: url(../img/icon_tw.svg); }
        .mdlMenu .snsWp .sns li.insta a {
          background-image: url(../img/icon_insta.svg); }
        .mdlMenu .snsWp .sns li.yt a {
          background-image: url(../img/icon_yt.svg); }

/* -------- Footer -------- */
.ftCmn .ftTop {
  width: 100%;
  height: auto;
  float: left;
  background-color: #c3292f;
  padding: 60px 0; }
  @media (max-width: 767px) {
    .ftCmn .ftTop {
      padding: 30px 0; } }
  .ftCmn .ftTop h1 {
    width: 100%;
    text-align: center; }
    .ftCmn .ftTop h1 img {
      display: inline-block;
      max-width: 187px;
      width: 100%; }
      @media (max-width: 767px) {
        .ftCmn .ftTop h1 img {
          max-width: 160px; } }
  .ftCmn .ftTop .ftMenu {
    float: left; }
    @media (max-width: 767px) {
      .ftCmn .ftTop .ftMenu {
        margin-bottom: 10px; } }
    .ftCmn .ftTop .ftMenu.side01 {
      margin-right: 40px; }
      @media (max-width: 767px) {
        .ftCmn .ftTop .ftMenu.side01 {
          margin-right: 20px; } }
    .ftCmn .ftTop .ftMenu li {
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      font-size: 14px;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .ftCmn .ftTop .ftMenu li {
          font-size: 14px; } }
      @media (max-width: 375px) {
        .ftCmn .ftTop .ftMenu li {
          font-size: 13px; } }
      @media (max-width: 320px) {
        .ftCmn .ftTop .ftMenu li {
          font-size: 12px; } }
      .ftCmn .ftTop .ftMenu li a {
        color: #fff;
        position: relative;
        padding: .4em;
        text-decoration: none;
        padding: 0px 0px 6px 0px;
        text-shadow: none; }
        .ftCmn .ftTop .ftMenu li a::after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 1px;
          -webkit-transform: scaleX(0);
          -moz-transform: scaleX(0);
          -o-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0);
          background-color: #fff;
          -webkit-transition: all 0.25s ease;
          -moz-transition: all 0.25s ease;
          -ms-transition: all 0.25s ease;
          -o-transition: all 0.25s ease;
          transition: all 0.25s ease; }
        .ftCmn .ftTop .ftMenu li a:hover::after {
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -o-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1); }
        .ftCmn .ftTop .ftMenu li a:active::after {
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -o-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1); }
      .ftCmn .ftTop .ftMenu li a {
        color: #fff; }
      .ftCmn .ftTop .ftMenu li:last-child {
        margin: 0; }
        @media (max-width: 767px) {
          .ftCmn .ftTop .ftMenu li:last-child {
            margin-bottom: 20px; } }
  .ftCmn .ftTop .onlineshop {
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    border-top: solid 1px #aa182c;
    line-height: 40px;
    text-align: center;
    padding: 20px 0; }
    @media (max-width: 767px) {
      .ftCmn .ftTop .onlineshop {
        font-size: 14px; } }
    @media (max-width: 375px) {
      .ftCmn .ftTop .onlineshop {
        font-size: 13px; } }
    @media (max-width: 320px) {
      .ftCmn .ftTop .onlineshop {
        font-size: 12px; } }
    .ftCmn .ftTop .onlineshop a {
      display: inline-block;
      color: #fff;
      height: 40px;
      padding: 0 0 0 55px;
      background-image: url(../img/icon_onlineshop_white.svg);
      background-size: contain;
      background-position: left center;
      background-repeat: no-repeat; }
  @media (max-width: 767px) {
    .ftCmn .ftTop .snsWp {
      width: 100%;
      text-align: center;
      padding-top: 30px;
      border-top: solid 1px #aa182c; } }
  .ftCmn .ftTop .snsWp .sns {
    float: right; }
    @media (max-width: 767px) {
      .ftCmn .ftTop .snsWp .sns {
        float: none;
        display: inline-block; } }
    .ftCmn .ftTop .snsWp .sns li {
      width: 40px;
      height: 40px;
      float: left;
      margin-left: 20px;
      text-indent: -99999px; }
      .ftCmn .ftTop .snsWp .sns li a {
        display: block;
        width: 40px;
        height: 40px;
        float: left;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat; }
        @media (max-width: 991px) {
          .ftCmn .ftTop .snsWp .sns li a {
            width: 30px;
            height: 30px; } }
        @media (max-width: 800px) {
          .ftCmn .ftTop .snsWp .sns li a {
            width: 25px;
            height: 25px; } }
        @media (max-width: 767px) {
          .ftCmn .ftTop .snsWp .sns li a {
            width: 40px;
            height: 40px; } }
      @media (max-width: 991px) {
        .ftCmn .ftTop .snsWp .sns li {
          width: 30px;
          height: 30px;
          margin-left: 10px; } }
      @media (max-width: 800px) {
        .ftCmn .ftTop .snsWp .sns li {
          width: 25px;
          height: 25px;
          margin-left: 10px; } }
      @media (max-width: 767px) {
        .ftCmn .ftTop .snsWp .sns li {
          width: 40px;
          height: 40px;
          margin-left: 40px; } }
      @media (max-width: 374px) {
        .ftCmn .ftTop .snsWp .sns li {
          width: 40px;
          height: 40px;
          margin-left: 30px; } }
      .ftCmn .ftTop .snsWp .sns li:first-child {
        margin: 0; }
      .ftCmn .ftTop .snsWp .sns li.fb a {
        background-image: url(../img/icon_fb.svg); }
      .ftCmn .ftTop .snsWp .sns li.tw a {
        background-image: url(../img/icon_tw.svg); }
      .ftCmn .ftTop .snsWp .sns li.insta a {
        background-image: url(../img/icon_insta.svg); }
      .ftCmn .ftTop .snsWp .sns li.yt a {
        background-image: url(../img/icon_yt.svg); }

.ftCmn .ftBtm {
  width: 100%;
  height: auto;
  float: left;
  height: 60px;
  background-color: #aa182c; }
  .ftCmn .ftBtm .copy {
    width: 100%;
    height: auto;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff; }
    @media (max-width: 767px) {
      .ftCmn .ftBtm .copy {
        font-size: 12px; } }

.ftCmn.cookie .ftTop {
  background-color: #98182c; }

.ftCmn.cookie .ftBtm {
  background-color: #84091c; }

/* -------- Scroll Top -------- */
/* -------- Page Top -------- */
.scrollTop {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: fixed;
  bottom: 0px;
  right: 0px;
  font-size: 100%;
  z-index: 99999;
  height: 60px;
  width: 60px;
  z-index: 4; }
  @media (max-width: 767px) {
    .scrollTop {
      height: 40px;
      width: 40px;
      bottom: 40px;
      display: none; } }
  .scrollTop a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-image: url(../img/icon_backTop.svg);
    background-size: 40px 40px;
    background-position: center center;
    text-decoration: none;
    background-color: #aa182c;
    background-repeat: no-repeat;
    color: #000;
    height: 60px;
    width: 60px;
    display: block; }
    @media (max-width: 767px) {
      .scrollTop a {
        height: 40px;
        width: 40px;
        background-size: 30px 30px; } }
    .scrollTop a:hover {
      background-color: #c3292f; }

/*--------------トップ-----------------*/
.hero img {
  width: 100%;
  height: auto; }

.hero .myVideo {
  position: relative;
  background-image: url(../img/cspv_bg.jpg);
  background-position: center center;
  background-size: cover; }
  @media (max-width: 767px) {
    .hero .myVideo {
      margin-bottom: 20px; } }
  .hero .myVideo video {
    height: 100%;
    width: 100%;
    /*
			@media (max-width: 767px){
				display: none;
			}
*/ }

.hero .oneImg a:hover img {
  opacity: 0.8; }

.hero .topSliderWp .swiper-container .swiper-wrapper .swiper-slide a:hover img {
  opacity: 0.8; }

.hero .topSliderWp .swiper-container .swiper-wrapper .swiper-slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(176, 22, 29, 0.85);
  color: #fff;
  padding: 15px 20px;
  line-height: 1.5;
  font-weight: 600; }
  @media (max-width: 767px) {
    .hero .topSliderWp .swiper-container .swiper-wrapper .swiper-slide p {
      padding: 10px 20px; } }

.hero .topSliderWp .swiper-button-next {
  width: 50px;
  height: 50px;
  background-size: contain;
  background-image: url(../img/slide_arrow_right.svg);
  right: 0; }
  @media (max-width: 767px) {
    .hero .topSliderWp .swiper-button-next {
      width: 40px; } }

.hero .topSliderWp .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-size: contain;
  background-image: url(../img/slide_arrow_left.svg);
  left: 0; }
  @media (max-width: 767px) {
    .hero .topSliderWp .swiper-button-prev {
      width: 40px; } }

.hero .topSliderWp .swiper-pagination {
  width: auto;
  right: 20px;
  bottom: 20px;
  left: auto; }
  @media (max-width: 767px) {
    .hero .topSliderWp .swiper-pagination {
      left: 0;
      right: 0;
      bottom: 10px; } }
  .hero .topSliderWp .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #c3292f; }
  .hero .topSliderWp .swiper-pagination .swiper-pagination-bullet {
    background-color: #c3292f; }

@media (max-width: 767px) {
  .hero .container {
    padding: 0; } }

@media (max-width: 767px) {
  .hero .container .row {
    margin: 0; } }

@media (max-width: 767px) {
  .hero .container .row .col-sm-6 {
    padding: 0; } }

.pageNav {
  margin-top: 20px;
  width: 100%; }
  @media (max-width: 767px) {
    .pageNav {
      margin-top: 20px; } }
  .pageNav ul li {
    font-weight: 500;
    font-size: 12px;
    line-height: 2;
    float: left;
    color: #7c7c7c; }
    @media (max-width: 767px) {
      .pageNav ul li {
        font-size: 10px;
        letter-spacing: 0.04rem; } }
    .pageNav ul li a {
      color: #7c7c7c;
      position: relative;
      padding: .4em;
      text-decoration: none;
      padding: 0px 0px 3px 0px;
      text-shadow: none; }
      .pageNav ul li a::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -o-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        background-color: #7c7c7c;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease; }
      .pageNav ul li a:hover::after {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1); }
      .pageNav ul li a:active::after {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1); }
    .pageNav ul li a {
      color: #7c7c7c; }

.sectionTitle {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 60px;
  text-align: center; }
  @media (max-width: 767px) {
    .sectionTitle {
      margin-bottom: 40px; } }
  .sectionTitle a {
    color: #c3292f;
    position: relative;
    padding: .4em;
    text-decoration: none;
    padding: 0px 0px 6px 0px;
    text-shadow: none; }
    .sectionTitle a::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      -webkit-transform: scaleX(0);
      -moz-transform: scaleX(0);
      -o-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      background-color: #c3292f;
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease; }
    .sectionTitle a:hover::after {
      -webkit-transform: scaleX(1);
      -moz-transform: scaleX(1);
      -o-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); }
    .sectionTitle a:active::after {
      -webkit-transform: scaleX(1);
      -moz-transform: scaleX(1);
      -o-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); }
  .sectionTitle.noB hr {
    margin-bottom: 0; }
  .sectionTitle h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 48px;
    line-height: 1;
    letter-spacing: 0.2rem;
    color: #c3292f;
    text-align: center;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .sectionTitle h1 {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .sectionTitle h1 {
        font-weight: 400;
        font-size: 23px;
        letter-spacing: 0.1rem; } }
    @media (max-width: 767px) {
      .sectionTitle h1 {
        margin-bottom: 10px; } }
  .sectionTitle h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 48px;
    line-height: 1;
    letter-spacing: 0.2rem;
    color: #c3292f;
    text-align: center;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .sectionTitle h2 {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .sectionTitle h2 {
        font-weight: 400;
        font-size: 23px;
        letter-spacing: 0.1rem; } }
    @media (max-width: 767px) {
      .sectionTitle h2 {
        margin-bottom: 10px; } }
  .sectionTitle p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #7c7c7c;
    text-align: center; }
    @media (max-width: 767px) {
      .sectionTitle p {
        font-size: 14px; } }
    .sectionTitle p.txt {
      font-size: 16px;
      color: #333;
      line-height: 1.8; }
      @media (max-width: 767px) {
        .sectionTitle p.txt {
          font-size: 14px; } }
      @media (max-width: 767px) {
        .sectionTitle p.txt {
          text-align: left; } }
  .sectionTitle a {
    display: inline-block; }
  .sectionTitle hr {
    border: none;
    border-top: solid 1px #dcad00;
    margin: 0;
    margin-top: 50px;
    margin-bottom: 40px;
    width: 150px;
    display: inline-block; }
    @media (max-width: 767px) {
      .sectionTitle hr {
        margin-top: 30px; } }
    @media (max-width: 767px) {
      .sectionTitle hr {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .sectionTitle hr {
        width: 80px; } }

.topMenu {
  margin-top: 100px; }
  @media (max-width: 767px) {
    .topMenu {
      margin-top: 80px; } }
  .topMenu img {
    width: 100%;
    height: auto; }
  @media (max-width: 767px) {
    .topMenu {
      margin-bottom: -40px; } }
  @media (max-width: 767px) {
    .topMenu ul li {
      margin-bottom: 40px; } }
  .topMenu ul li a {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 25px;
    background-image: url(../img/arrow_logo.svg);
    background-size: 90px 15px;
    background-position: right 15px bottom;
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      .topMenu ul li a {
        padding-bottom: 0;
        background: none; } }
    .topMenu ul li a img {
      margin-bottom: 15px;
      /*
					border: solid 1px #fff;
					@media (max-width: 767px){
						border: none;
					}
*/ }
    .topMenu ul li a h2 {
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      font-size: 18px;
      line-height: 1.5;
      margin-bottom: 5px;
      color: #c3292f; }
      @media (max-width: 767px) {
        .topMenu ul li a h2 {
          font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
          font-weight: 500;
          font-size: 12px;
          letter-spacing: 0.04rem; } }
    .topMenu ul li a p {
      font-weight: 500;
      font-size: 14px;
      line-height: 1.5;
      color: #333; }
      @media (max-width: 767px) {
        .topMenu ul li a p {
          font-size: 12px;
          letter-spacing: 0.04rem; } }
    .topMenu ul li a:hover {
      background-position: right 0px bottom; }
      .topMenu ul li a:hover img {
        opacity: 0.9; }

.topNews {
  margin-top: 100px;
  margin-bottom: -40px; }
  @media (max-width: 767px) {
    .topNews {
      margin-top: 80px; } }
  .topNews img {
    width: 100%;
    height: auto; }
  @media (max-width: 767px) {
    .topNews {
      margin-bottom: 0; } }
  .topNews.lower {
    margin-top: 0; }
  .topNews .newsListWp {
    width: 100%;
    height: auto;
    float: left; }
  .topNews ul {
    margin: 0 -20px; }
    .topNews ul li {
      padding: 0 20px;
      margin: 0 0 40px 0; }
      @media (max-width: 767px) {
        .topNews ul li {
          margin: 0 0 20px 0; }
          .topNews ul li:last-child {
            margin-bottom: 0; } }
      .topNews ul li a {
        width: 100%;
        height: auto;
        float: left; }
        .topNews ul li a .newImg {
          padding-right: 10px; }
          .topNews ul li a .newImg img {
            position: relative;
            background-position: center center;
            background-size: cover;
            background-image: url(../img/logo_thumnail.png); }
        .topNews ul li a .newTxt {
          padding-left: 10px; }
          .topNews ul li a .newTxt h2 {
            -webkit-transition: all 0.2s;
            -moz-transition: all 0.2s;
            -ms-transition: all 0.2s;
            -o-transition: all 0.2s;
            transition: all 0.2s;
            font-weight: 500;
            font-size: 14px;
            line-height: 1.5;
            padding-top: 20px;
            margin-bottom: 10px;
            color: #333;
            border-top: solid 1px #efefef; }
            @media (max-width: 767px) {
              .topNews ul li a .newTxt h2 {
                font-size: 12px;
                letter-spacing: 0.04rem; } }
            @media (max-width: 767px) {
              .topNews ul li a .newTxt h2 {
                padding-top: 15px;
                border-color: #efefef; } }
          .topNews ul li a .newTxt p {
            line-height: 1; }
            .topNews ul li a .newTxt p time {
              -webkit-transition: all 0.2s;
              -moz-transition: all 0.2s;
              -ms-transition: all 0.2s;
              -o-transition: all 0.2s;
              transition: all 0.2s;
              font-weight: 500;
              font-size: 12px;
              line-height: 1.5;
              color: #7c7c7c; }
              @media (max-width: 767px) {
                .topNews ul li a .newTxt p time {
                  font-size: 12px;
                  letter-spacing: 0.04rem; } }
        .topNews ul li a:hover h2 {
          border-color: #dcad00;
          color: #cc9000; }
        .topNews ul li a:hover p time {
          color: #cc9000; }
        .topNews ul li a:hover img {
          opacity: 0.9; }
  .topNews .acrdBox {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 60px;
    background-color: #c3292f; }
    @media (max-width: 767px) {
      .topNews .acrdBox {
        margin-bottom: 40px; } }
    .topNews .acrdBox.active .acrd_inner .acrd_sw {
      transform: rotate(45deg); }
    .topNews .acrdBox .acrd_inner {
      width: 100%;
      height: auto;
      float: left;
      position: relative; }
      .topNews .acrdBox .acrd_inner h2 {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0.1rem;
        padding: 0px 20px;
        line-height: 46px;
        color: #fff;
        text-align: center; }
        @media (max-width: 767px) {
          .topNews .acrdBox .acrd_inner h2 {
            font-size: 14px; } }
        .topNews .acrdBox .acrd_inner h2:hover {
          cursor: pointer; }
      .topNews .acrdBox .acrd_inner .acrd_sw {
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        position: absolute;
        top: 15px;
        right: 20px;
        width: 16px;
        height: 16px;
        display: block;
        background-image: url(../img/icon_plus.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain; }
        @media (max-width: 767px) {
          .topNews .acrdBox .acrd_inner .acrd_sw {
            right: 10px; } }
      .topNews .acrdBox .acrd_inner .acrd_cont {
        width: 100%;
        height: auto;
        float: left;
        display: none;
        text-align: center;
        background-color: #d42f36; }
        .topNews .acrdBox .acrd_inner .acrd_cont ul {
          display: inline-block;
          padding: 20px 0 20px 0; }
          @media (max-width: 767px) {
            .topNews .acrdBox .acrd_inner .acrd_cont ul {
              width: 100%;
              padding: 0;
              border: none; } }
          .topNews .acrdBox .acrd_inner .acrd_cont ul li {
            float: left;
            margin-right: 20px;
            margin-bottom: 0;
            line-height: 1; }
            @media (max-width: 767px) {
              .topNews .acrdBox .acrd_inner .acrd_cont ul li {
                margin: 0;
                width: 100%;
                text-align: left;
                border-bottom: solid 1px #c3292f;
                line-height: 44px;
                background-image: url(../img/icon_arrow_white.svg);
                background-size: 16px 16px;
                background-position: right 10px center;
                background-repeat: no-repeat; } }
            .topNews .acrdBox .acrd_inner .acrd_cont ul li:last-child {
              margin-right: 0; }
            .topNews .acrdBox .acrd_inner .acrd_cont ul li a {
              color: #fff; }
              @media (max-width: 767px) {
                .topNews .acrdBox .acrd_inner .acrd_cont ul li a {
                  padding: 0 20px; } }
              .topNews .acrdBox .acrd_inner .acrd_cont ul li a:hover {
                text-decoration: underline; }
                @media (max-width: 767px) {
                  .topNews .acrdBox .acrd_inner .acrd_cont ul li a:hover {
                    text-decoration: none; } }

.topSns {
  margin-top: 100px; }
  @media (max-width: 767px) {
    .topSns {
      margin-top: 80px; } }
  .topSns img {
    width: 100%;
    height: auto; }
  .topSns .instagram {
    margin-bottom: -40px; }
    @media (max-width: 767px) {
      .topSns .instagram {
        margin-bottom: 60px; } }
    .topSns .instagram h1 {
      font-family: "Montserrat", sans-serif;
      font-weight: 300;
      font-size: 48px;
      line-height: 1;
      letter-spacing: 0.2rem;
      color: #c3292f;
      margin-bottom: 40px;
      padding-left: 60px;
      background-image: url(../img/icon_insta_red.svg);
      background-position: left center;
      background-size: 40px 40px;
      background-repeat: no-repeat; }
      @media (max-width: 991px) {
        .topSns .instagram h1 {
          font-size: 40px; } }
      @media (max-width: 767px) {
        .topSns .instagram h1 {
          font-weight: 400;
          font-size: 23px;
          letter-spacing: 0.1rem; } }
      .topSns .instagram h1 a {
        color: #c3292f;
        position: relative;
        padding: .4em;
        text-decoration: none;
        padding: 0px 0px 6px 0px;
        text-shadow: none; }
        .topSns .instagram h1 a::after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 1px;
          -webkit-transform: scaleX(0);
          -moz-transform: scaleX(0);
          -o-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0);
          background-color: #c3292f;
          -webkit-transition: all 0.25s ease;
          -moz-transition: all 0.25s ease;
          -ms-transition: all 0.25s ease;
          -o-transition: all 0.25s ease;
          transition: all 0.25s ease; }
        .topSns .instagram h1 a:hover::after {
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -o-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1); }
        .topSns .instagram h1 a:active::after {
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -o-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1); }
      @media (max-width: 767px) {
        .topSns .instagram h1 {
          text-align: center;
          padding-left: 0;
          background: none; } }
    .topSns .instagram ul li {
      margin-bottom: 40px;
      /*
				a{
					&:hover{
						img{
							opacity: 0.8;
						}
					}
				}
*/ }
      @media (max-width: 767px) {
        .topSns .instagram ul li {
          margin-bottom: 20px; } }
      .topSns .instagram ul li .instaImg {
        width: 100%;
        height: auto;
        float: left;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
        .topSns .instagram ul li .instaImg:hover {
          opacity: 0.8;
          -webkit-transition: 0.2s ease-in-out;
          -moz-transition: 0.2s ease-in-out;
          -ms-transition: 0.2s ease-in-out;
          -o-transition: 0.2s ease-in-out;
          transition: 0.2s ease-in-out;
          cursor: pointer; }
        .topSns .instagram ul li .instaImg a {
          width: 100%;
          height: auto;
          float: left;
          display: block; }
          .topSns .instagram ul li .instaImg a img {
            width: 100%;
            height: auto; }
  @media (max-width: 767px) {
    .topSns .facebook {
      padding: 0 20px; } }

.topBanner {
  margin-top: 100px; }
  @media (max-width: 767px) {
    .topBanner {
      margin-top: 80px; } }
  .topBanner img {
    width: 100%;
    height: auto; }
  .topBanner a:hover img {
    opacity: 0.8; }
  @media (max-width: 767px) {
    .topBanner .bannerRecruit {
      margin-bottom: 40px; } }

.topPromotion {
  margin-top: 100px; }
  @media (max-width: 767px) {
    .topPromotion {
      margin-top: 80px; } }
  .topPromotion img {
    width: 100%;
    height: auto; }
  .topPromotion a:hover {
    opacity: 0.8; }
  .topPromotion a img {
    width: 100%; }

.pageWp {
  margin-top: 60px; }
  @media (max-width: 767px) {
    .pageWp {
      margin-top: 40px; } }
  .pageWp.recruit {
    width: 100%;
    height: auto;
    float: left;
    background-image: url(../img/recruit_bg.png);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed; }
    @media (max-width: 767px) {
      .pageWp.recruit {
        background-attachment: scroll;
        background-size: contain;
        background-repeat: repeat-y; } }
    .pageWp.recruit .storyTxt {
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .pageWp.recruit .storyTxt {
          margin-bottom: 20px; } }
      @media (max-width: 500px) {
        .pageWp.recruit .storyTxt .container {
          padding-left: 15px;
          padding-right: 15px; } }
      .pageWp.recruit .storyTxt .myInner {
        width: 100%;
        height: auto;
        float: left;
        background-color: #fff;
        padding: 60px 20px 0 20px; }
        @media (max-width: 767px) {
          .pageWp.recruit .storyTxt .myInner {
            padding: 40px 20px 0 20px; } }
      @media (max-width: 767px) {
        .pageWp.recruit .storyTxt .storyWp {
          padding-left: 20px;
          padding-right: 20px;
          padding-bottom: 40px; } }
      .pageWp.recruit .storyTxt .storyWp.entry.bg.last {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px; }
      .pageWp.recruit .storyTxt .storyWp.interview {
        margin-bottom: 0; }
      .pageWp.recruit .storyTxt .storyWp.ngFaq {
        margin-bottom: 0; }
    .pageWp.recruit .recruitTitle {
      width: 100%;
      height: auto;
      float: left; }
      @media (max-width: 500px) {
        .pageWp.recruit .recruitTitle .container {
          padding-left: 15px;
          padding-right: 15px; } }
      .pageWp.recruit .recruitTitle .container .sectionTitle {
        width: 100%;
        height: auto;
        float: left;
        background-color: #fff;
        margin-top: 40px;
        margin-bottom: 0;
        padding-top: 60px;
        padding-bottom: 0px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px; }
        @media (max-width: 767px) {
          .pageWp.recruit .recruitTitle .container .sectionTitle {
            margin-top: 20px;
            padding-top: 40px; } }
        .pageWp.recruit .recruitTitle .container .sectionTitle hr {
          margin-bottom: 0; }

.bannerOne img {
  width: 100%;
  height: auto; }

.bannerSlider img {
  width: 100%;
  height: auto; }

.bannerSlider .swiper-container {
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .bannerSlider .swiper-container {
      padding-bottom: 80px; } }

@media (max-width: 767px) {
  .bannerSlider .swiper-slide a {
    padding-bottom: 0;
    background: none; } }

.bannerSlider .swiper-slide a:hover img {
  opacity: 0.8; }

.bannerSlider .swiper-button-next {
  width: 50px;
  height: 50px;
  background-size: contain;
  background-image: url(../img/slide_arrow_right.svg);
  right: 0;
  top: -webkit-calc(50% - 55px);
  top: calc(50% - 55px); }
  @media (max-width: 767px) {
    .bannerSlider .swiper-button-next {
      top: -webkit-calc(50% - 45px);
      top: calc(50% - 45px);
      width: 40px; } }

.bannerSlider .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-size: contain;
  background-image: url(../img/slide_arrow_left.svg);
  left: 0;
  top: -webkit-calc(50% - 55px);
  top: calc(50% - 55px); }
  @media (max-width: 767px) {
    .bannerSlider .swiper-button-prev {
      top: -webkit-calc(50% - 45px);
      top: calc(50% - 45px);
      width: 40px; } }

.bannerSlider .swiper-pagination {
  width: auto;
  right: 0px;
  bottom: 40px;
  left: 0; }
  .bannerSlider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #c3292f; }
  .bannerSlider .swiper-pagination .swiper-pagination-bullet {
    background-color: #c3292f; }

.productSlider {
  background-color: #f9f8f4; }
  .productSlider img {
    width: 100%;
    height: auto; }
  .productSlider .swiper-container {
    padding-top: 60px;
    padding-bottom: 100px; }
    @media (max-width: 767px) {
      .productSlider .swiper-container {
        padding-top: 40px; } }
    @media (max-width: 767px) {
      .productSlider .swiper-container {
        padding-bottom: 80px; } }
  @media (max-width: 767px) {
    .productSlider .swiper-slide a {
      padding-bottom: 0;
      background: none; } }
  .productSlider .swiper-slide a img {
    margin-bottom: 15px;
    border: solid 1px #fff; }
    @media (max-width: 767px) {
      .productSlider .swiper-slide a img {
        border: none; } }
  .productSlider .swiper-slide a h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 5px;
    color: #333; }
    @media (max-width: 767px) {
      .productSlider .swiper-slide a h2 {
        font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
        font-weight: 500;
        font-size: 12px;
        letter-spacing: 0.04rem; } }
  .productSlider .swiper-slide a p {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #cc9000; }
    @media (max-width: 767px) {
      .productSlider .swiper-slide a p {
        font-size: 12px;
        letter-spacing: 0.04rem; } }
  .productSlider .swiper-slide a:hover {
    background-position: right 0px bottom; }
    .productSlider .swiper-slide a:hover img {
      border-color: #dcad00; }
  .productSlider .swiper-button-next {
    width: 50px;
    height: 50px;
    background-size: contain;
    background-image: url(../img/slide_arrow_right.svg);
    right: 0;
    top: -webkit-calc(50% + 10px);
    top: calc(50% + 10px); }
    @media (max-width: 767px) {
      .productSlider .swiper-button-next {
        top: -webkit-calc(50% - 10px);
        top: calc(50% - 10px);
        width: 40px; } }
  .productSlider .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-size: contain;
    background-image: url(../img/slide_arrow_left.svg);
    left: 0;
    top: -webkit-calc(50% + 10px);
    top: calc(50% + 10px); }
    @media (max-width: 767px) {
      .productSlider .swiper-button-prev {
        top: -webkit-calc(50% - 10px);
        top: calc(50% - 10px);
        width: 40px; } }
  .productSlider .swiper-pagination {
    width: auto;
    right: 0px;
    bottom: 45px;
    left: 0; }
    @media (max-width: 767px) {
      .productSlider .swiper-pagination {
        left: 0;
        right: 0;
        bottom: 40px; } }
    .productSlider .swiper-pagination .swiper-pagination-bullet-active {
      background-color: #dcad00; }
    .productSlider .swiper-pagination .swiper-pagination-bullet {
      background-color: #dcad00; }

.productMenu {
  padding-top: 60px; }
  .productMenu img {
    width: 100%;
    height: auto; }
  @media (max-width: 767px) {
    .productMenu {
      padding-top: 40px; } }
  .productMenu.recom {
    background-color: #fff;
    padding-bottom: 20px; }
  .productMenu.others {
    background-color: #f9f8f4;
    padding-bottom: 20px; }
  .productMenu ul li {
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .productMenu ul li {
        margin-bottom: 40px; } }
    .productMenu ul li a {
      width: 100%;
      height: auto;
      float: left;
      padding-bottom: 25px;
      background-image: url(../img/arrow_logo.svg);
      background-size: 90px 15px;
      background-position: right 15px bottom;
      background-repeat: no-repeat; }
      @media (max-width: 767px) {
        .productMenu ul li a {
          padding-bottom: 0;
          background: none; } }
      .productMenu ul li a img {
        margin-bottom: 15px; }
      .productMenu ul li a h2 {
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 5px;
        color: #c3292f; }
        @media (max-width: 767px) {
          .productMenu ul li a h2 {
            font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
            font-weight: 500;
            font-size: 12px;
            letter-spacing: 0.04rem; } }
      .productMenu ul li a p {
        font-weight: 500;
        font-size: 14px;
        line-height: 1.5;
        color: #333; }
        @media (max-width: 767px) {
          .productMenu ul li a p {
            font-size: 12px;
            letter-spacing: 0.04rem; } }
      .productMenu ul li a:hover {
        background-position: right 0px bottom; }
        .productMenu ul li a:hover img {
          opacity: 0.9; }

.productSeasonal {
  padding-top: 60px;
  background-color: #f9f8f4;
  padding-bottom: 20px; }
  .productSeasonal img {
    width: 100%;
    height: auto; }
  @media (max-width: 767px) {
    .productSeasonal {
      padding-top: 40px; } }
  .productSeasonal ul li {
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .productSeasonal ul li {
        margin-bottom: 40px; } }
    .productSeasonal ul li a {
      width: 100%;
      height: auto;
      float: left;
      padding-bottom: 25px;
      background-image: url(../img/arrow_logo.svg);
      background-size: 90px 15px;
      background-position: right 15px bottom;
      background-repeat: no-repeat; }
      @media (max-width: 767px) {
        .productSeasonal ul li a {
          padding-bottom: 0;
          background: none; } }
      .productSeasonal ul li a img {
        margin-bottom: 15px;
        border: solid 1px #fff; }
        @media (max-width: 767px) {
          .productSeasonal ul li a img {
            border: none; } }
      .productSeasonal ul li a h2 {
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 5px;
        color: #333; }
        @media (max-width: 767px) {
          .productSeasonal ul li a h2 {
            font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
            font-weight: 500;
            font-size: 12px;
            letter-spacing: 0.04rem; } }
      .productSeasonal ul li a p {
        font-weight: 500;
        font-size: 14px;
        line-height: 1.5;
        color: #cc9000; }
        @media (max-width: 767px) {
          .productSeasonal ul li a p {
            font-size: 12px;
            letter-spacing: 0.04rem; } }
      .productSeasonal ul li a:hover {
        background-position: right 0px bottom; }
        .productSeasonal ul li a:hover img {
          border-color: #dcad00; }

.productOriginal {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: -100px; }
  .productOriginal img {
    width: 100%;
    height: auto; }
  @media (max-width: 767px) {
    .productOriginal {
      margin-bottom: -80px; } }
  .productOriginal .step {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 60px; }
    @media (max-width: 767px) {
      .productOriginal .step {
        padding-top: 40px; } }
    .productOriginal .step.odd {
      background-color: #f9f8f4; }
    .productOriginal .step.even {
      background-color: #fff; }
  .productOriginal .step_title {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 60px; }
    .productOriginal .step_title h1 {
      font-family: "Montserrat", sans-serif;
      font-weight: 300;
      font-size: 48px;
      line-height: 1;
      letter-spacing: 0.2rem;
      color: #c3292f; }
      @media (max-width: 991px) {
        .productOriginal .step_title h1 {
          font-size: 40px; } }
      @media (max-width: 767px) {
        .productOriginal .step_title h1 {
          font-weight: 400;
          font-size: 23px;
          letter-spacing: 0.1rem; } }
      .productOriginal .step_title h1 span {
        display: inline-block;
        padding-bottom: 15px;
        border-bottom: solid 1px #dcad00; }
      @media (max-width: 767px) {
        .productOriginal .step_title h1 {
          margin-bottom: 20px; } }
      .productOriginal .step_title h1.addmix {
        font-size: 32px;
        font-weight: 400; }
        @media (max-width: 1140px) {
          .productOriginal .step_title h1.addmix {
            font-size: 24px;
            font-weight: 500; } }
        @media (max-width: 991px) {
          .productOriginal .step_title h1.addmix {
            font-size: 18px;
            font-weight: 500; } }
        @media (max-width: 767px) {
          .productOriginal .step_title h1.addmix {
            font-weight: 400;
            font-size: 24px;
            letter-spacing: 0.1rem; } }
    .productOriginal .step_title p {
      font-size: 16px;
      font-weight: 500;
      color: #c3292f;
      margin-top: 15px; }
      @media (max-width: 767px) {
        .productOriginal .step_title p {
          font-size: 14px; } }
      @media (max-width: 767px) {
        .productOriginal .step_title p {
          margin-top: 0px; } }
      .productOriginal .step_title p.price {
        font-weight: 400;
        font-size: 20px;
        line-height: 1.5;
        color: #333;
        font-weight: 400;
        font-size: 24px;
        line-height: 1.5;
        margin-top: 30px; }
        @media (max-width: 767px) {
          .productOriginal .step_title p.price {
            font-size: 16px; } }
        @media (max-width: 767px) {
          .productOriginal .step_title p.price {
            font-size: 20px; } }
  .productOriginal .step_select_ice {
    width: 100%;
    height: auto;
    float: left; }
    @media (max-width: 767px) {
      .productOriginal .step_select_ice {
        margin-bottom: 20px; } }
    .productOriginal .step_select_ice h2 {
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      font-size: 24px;
      line-height: 1.5;
      margin-bottom: 5px;
      color: #cc9000; }
      @media (max-width: 767px) {
        .productOriginal .step_select_ice h2 {
          font-weight: 500;
          font-size: 18px; } }
    .productOriginal .step_select_ice h3 {
      font-weight: 500;
      font-size: 14px;
      line-height: 1.5;
      margin-bottom: 40px;
      color: #333; }
      @media (max-width: 767px) {
        .productOriginal .step_select_ice h3 {
          font-size: 12px;
          letter-spacing: 0.04rem; } }
      @media (max-width: 767px) {
        .productOriginal .step_select_ice h3 {
          margin-bottom: 20px; } }
    .productOriginal .step_select_ice p {
      margin-bottom: 30px;
      color: #333; }
    .productOriginal .step_select_ice ul li {
      margin-bottom: 60px; }
      @media (max-width: 767px) {
        .productOriginal .step_select_ice ul li {
          margin-bottom: 40px; } }
      .productOriginal .step_select_ice ul li a {
        width: 100%;
        height: auto;
        float: left;
        padding-bottom: 25px;
        background-image: url(../img/arrow_logo.svg);
        background-size: 90px 15px;
        background-position: right 15px bottom;
        background-repeat: no-repeat; }
        @media (max-width: 767px) {
          .productOriginal .step_select_ice ul li a {
            padding-bottom: 0;
            background: none; } }
        .productOriginal .step_select_ice ul li a img {
          margin-bottom: 15px;
          border: solid 1px #fff; }
          @media (max-width: 767px) {
            .productOriginal .step_select_ice ul li a img {
              border: none; } }
        .productOriginal .step_select_ice ul li a h4 {
          font-weight: 500;
          font-size: 14px;
          line-height: 1.5;
          color: #333; }
          @media (max-width: 767px) {
            .productOriginal .step_select_ice ul li a h4 {
              font-size: 12px;
              letter-spacing: 0.04rem; } }
        .productOriginal .step_select_ice ul li a:hover {
          background-position: right 0px bottom; }
          .productOriginal .step_select_ice ul li a:hover img {
            border-color: #dcad00; }
  .productOriginal .step_select_size {
    width: 100%;
    height: auto;
    float: left; }
    @media (max-width: 767px) {
      .productOriginal .step_select_size {
        margin-bottom: 20px; } }
    .productOriginal .step_select_size ul li {
      margin-bottom: 60px; }
      @media (max-width: 767px) {
        .productOriginal .step_select_size ul li {
          margin-bottom: 40px; } }
      .productOriginal .step_select_size ul li img {
        margin-bottom: 15px;
        border: solid 1px #f9f8f4; }
      .productOriginal .step_select_size ul li h2 {
        font-weight: 500;
        font-size: 14px;
        line-height: 1.5;
        color: #333;
        text-align: center;
        margin-bottom: 5px; }
        @media (max-width: 767px) {
          .productOriginal .step_select_size ul li h2 {
            font-size: 12px;
            letter-spacing: 0.04rem; } }
        .productOriginal .step_select_size ul li h2.smTxt {
          font-size: 13px; }
      .productOriginal .step_select_size ul li h3 {
        font-weight: 500;
        font-size: 14px;
        line-height: 1.5;
        color: #333;
        text-align: center;
        margin-bottom: 5px; }
        @media (max-width: 767px) {
          .productOriginal .step_select_size ul li h3 {
            font-size: 12px;
            letter-spacing: 0.04rem; } }
      .productOriginal .step_select_size ul li p {
        font-weight: 500;
        font-size: 14px;
        line-height: 1.5;
        color: #7c7c7c;
        text-align: center;
        margin-bottom: 5px; }
        @media (max-width: 767px) {
          .productOriginal .step_select_size ul li p {
            font-size: 12px;
            letter-spacing: 0.04rem; } }
        .productOriginal .step_select_size ul li p.smTxt {
          font-size: 13px; }
  .productOriginal .step_select_additional {
    width: 100%;
    height: auto;
    float: left; }
    @media (max-width: 767px) {
      .productOriginal .step_select_additional {
        margin-bottom: 20px; } }
    .productOriginal .step_select_additional p {
      font-weight: 500;
      font-size: 14px;
      line-height: 1.5;
      color: #333; }
      @media (max-width: 767px) {
        .productOriginal .step_select_additional p {
          font-size: 12px;
          letter-spacing: 0.04rem; } }
  .productOriginal .step_att {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px; }
    .productOriginal .step_att h1 {
      font-weight: 500;
      color: #c3292f;
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        .productOriginal .step_att h1 {
          font-size: 14px; } }
    .productOriginal .step_att h2 {
      font-weight: 500;
      color: #c3292f;
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        .productOriginal .step_att h2 {
          font-size: 14px; } }
    .productOriginal .step_att p {
      margin-bottom: 40px;
      font-size: 14px; }
      @media (max-width: 767px) {
        .productOriginal .step_att p {
          font-size: 12px;
          font-weight: 500; } }
      .productOriginal .step_att p a {
        color: #c3292f;
        text-decoration: underline; }
        .productOriginal .step_att p a:hover {
          color: #cc9000;
          text-decoration: underline; }
  .productOriginal .step_yourown {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .productOriginal .step_yourown {
        margin-bottom: 40px; } }
    .productOriginal .step_yourown h2 {
      width: 100%;
      height: auto;
      float: left;
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      font-size: 24px;
      line-height: 1.5;
      margin-bottom: 5px;
      color: #c3292f; }
      @media (max-width: 767px) {
        .productOriginal .step_yourown h2 {
          font-weight: 500;
          font-size: 18px; } }
      @media (max-width: 767px) {
        .productOriginal .step_yourown h2 {
          color: #c3292f; } }
    .productOriginal .step_yourown h3 {
      width: 100%;
      height: auto;
      float: left;
      font-weight: 500;
      font-size: 14px;
      line-height: 1.5;
      margin-bottom: 40px;
      color: #333; }
      @media (max-width: 767px) {
        .productOriginal .step_yourown h3 {
          font-size: 12px;
          letter-spacing: 0.04rem; } }
      @media (max-width: 767px) {
        .productOriginal .step_yourown h3 {
          margin-bottom: 20px; } }
    .productOriginal .step_yourown p {
      width: 100%;
      height: auto;
      float: left;
      margin-bottom: 30px;
      color: #333; }
      .productOriginal .step_yourown p.att {
        color: #7c7c7c;
        font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 1.5;
        margin-top: 40px;
        line-height: 1.7; }
        @media (max-width: 767px) {
          .productOriginal .step_yourown p.att {
            font-size: 12px;
            letter-spacing: 0.04rem; } }
    .productOriginal .step_yourown ul {
      width: 100%;
      height: auto;
      float: left; }
      .productOriginal .step_yourown ul li {
        width: 100%;
        height: auto;
        float: left;
        padding: 20px 0 0 0;
        border-top: solid 1px #efefef;
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          .productOriginal .step_yourown ul li {
            padding: 15px 0;
            margin-bottom: 0; }
            .productOriginal .step_yourown ul li:last-child {
              border-bottom: solid 1px #efefef; } }
        .productOriginal .step_yourown ul li h4 {
          width: 100%;
          height: auto;
          float: left;
          font-family: "Montserrat", sans-serif;
          font-weight: 500;
          font-size: 20px;
          line-height: 1.5;
          color: #cc9000;
          margin-bottom: 5px; }
          @media (max-width: 767px) {
            .productOriginal .step_yourown ul li h4 {
              font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
              font-size: 16px;
              letter-spacing: 0.04rem; } }
        .productOriginal .step_yourown ul li h5 {
          width: 100%;
          height: auto;
          float: left;
          font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
          font-weight: 500;
          font-size: 14px;
          line-height: 1.5;
          color: #333;
          display: inline-block;
          width: 100%;
          margin-bottom: 10px; }
          @media (max-width: 767px) {
            .productOriginal .step_yourown ul li h5 {
              font-size: 12px;
              letter-spacing: 0.04rem; } }
        .productOriginal .step_yourown ul li p {
          margin-bottom: 0; }

.product_att {
  width: 100%;
  height: auto;
  float: left;
  padding-top: 60px;
  padding-bottom: 20px;
  background-color: #fff;
  margin-bottom: -100px; }
  @media (max-width: 767px) {
    .product_att {
      padding-top: 40px; } }
  @media (max-width: 767px) {
    .product_att {
      margin-bottom: -80px;
      padding-bottom: 0; } }
  .product_att.bg {
    background-color: #f9f8f4; }
  .product_att h1 {
    font-weight: 500;
    color: #c3292f;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .product_att h1 {
        font-size: 14px; } }
  .product_att h2 {
    font-weight: 500;
    color: #c3292f;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .product_att h2 {
        font-size: 14px; } }
  .product_att p {
    margin-bottom: 40px;
    font-size: 14px; }
    @media (max-width: 767px) {
      .product_att p {
        font-size: 12px;
        font-weight: 500; } }
    .product_att p a {
      color: #c3292f;
      text-decoration: underline; }
      .product_att p a:hover {
        color: #cc9000;
        text-decoration: underline; }

.productOthers {
  padding-top: 60px;
  background-color: #f9f8f4;
  padding-bottom: 20px; }
  .productOthers img {
    width: 100%;
    height: auto; }
  @media (max-width: 767px) {
    .productOthers {
      padding-top: 40px; } }
  .productOthers ul li {
    margin-bottom: 60px;
    padding-bottom: 25px; }
    @media (max-width: 767px) {
      .productOthers ul li {
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .productOthers ul li {
        padding-bottom: 0;
        background: none; } }
    .productOthers ul li img {
      margin-bottom: 15px; }
    .productOthers ul li h2 {
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      font-size: 18px;
      line-height: 1.5;
      margin-bottom: 5px;
      color: #333; }
      @media (max-width: 767px) {
        .productOthers ul li h2 {
          font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
          font-weight: 500;
          font-size: 12px;
          letter-spacing: 0.04rem; } }
    .productOthers ul li p {
      font-weight: 500;
      font-size: 14px;
      line-height: 1.5;
      color: #cc9000; }
      @media (max-width: 767px) {
        .productOthers ul li p {
          font-size: 12px;
          letter-spacing: 0.04rem; } }
      .productOthers ul li p.price {
        font-weight: 400;
        font-size: 20px;
        line-height: 1.5;
        color: #333;
        font-weight: 400;
        font-size: 24px;
        line-height: 1.5; }
        @media (max-width: 767px) {
          .productOthers ul li p.price {
            font-size: 16px; } }
        @media (max-width: 767px) {
          .productOthers ul li p.price {
            font-size: 20px; } }
      .productOthers ul li p span {
        font-size: 12px; }
        @media (max-width: 767px) {
          .productOthers ul li p span {
            font-size: 10px; } }

.productDetail {
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    .productDetail {
      margin-bottom: 60px; } }
  .productDetail .productDetailImg {
    width: 100%;
    height: auto;
    float: left;
    text-align: center; }
    @media (max-width: 767px) {
      .productDetail .productDetailImg {
        margin-bottom: 40px; } }
    .productDetail .productDetailImg.cookie img {
      max-width: 80%;
      display: inline-block; }
    .productDetail .productDetailImg img {
      display: inline-block;
      max-width: 100%;
      width: auto;
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .productDetail .productDetailImg img {
          margin-bottom: 20px; } }
      .productDetail .productDetailImg img:last-of-type {
        margin-bottom: 0; }
  .productDetail .productDetailInfo {
    width: 100%;
    height: auto;
    float: left; }
    .productDetail .productDetailInfo h1 {
      width: 100%;
      height: auto;
      float: left;
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      font-size: 32px;
      line-height: 1.5;
      margin-bottom: 5px; }
      @media (max-width: 767px) {
        .productDetail .productDetailInfo h1 {
          font-weight: 500;
          font-size: 20px; } }
    .productDetail .productDetailInfo h2 {
      width: 100%;
      height: auto;
      float: left;
      color: #cc9000;
      font-size: 20px;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .productDetail .productDetailInfo h2 {
          font-size: 16px; } }
    .productDetail .productDetailInfo p {
      width: 100%;
      height: auto;
      float: left;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .productDetail .productDetailInfo p {
          font-size: 14px; } }
      .productDetail .productDetailInfo p.jp {
        font-weight: 400;
        font-size: 20px;
        line-height: 1.5;
        color: #cc9000;
        margin-bottom: 30px; }
        @media (max-width: 767px) {
          .productDetail .productDetailInfo p.jp {
            font-size: 16px; } }
        @media (max-width: 767px) {
          .productDetail .productDetailInfo p.jp {
            margin-bottom: 20px; } }
      .productDetail .productDetailInfo p.price {
        font-size: 20px;
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          .productDetail .productDetailInfo p.price {
            font-size: 18px; } }
        .productDetail .productDetailInfo p.price span {
          font-size: 0.7em; }
    .productDetail .productDetailInfo hr {
      width: 100%;
      height: auto;
      float: left;
      margin: 10px 0 20px 0;
      padding: 0;
      border: none;
      border-top: solid 1px #efefef; }
    .productDetail .productDetailInfo ul {
      width: 100%;
      height: auto;
      float: left; }
      .productDetail .productDetailInfo ul li {
        margin-bottom: 10px;
        padding-left: 30px;
        background-image: url(../img/icon_point_yellow.svg);
        background-size: 24px 24px;
        background-position: left center;
        background-repeat: no-repeat; }
        .productDetail .productDetailInfo ul li:last-child {
          margin-bottom: 0; }
        @media (max-width: 767px) {
          .productDetail .productDetailInfo ul li {
            font-size: 14px; } }
    .productDetail .productDetailInfo dl {
      width: 100%;
      height: auto;
      float: left;
      margin-bottom: 10px; }
      .productDetail .productDetailInfo dl:last-of-type {
        margin-bottom: 0; }
      .productDetail .productDetailInfo dl dt {
        width: 100px;
        float: left;
        font-size: 14px; }
        @media (max-width: 767px) {
          .productDetail .productDetailInfo dl dt {
            font-size: 12px;
            width: 90px;
            font-weight: 500; } }
      .productDetail .productDetailInfo dl dd {
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px);
        float: left;
        font-size: 14px; }
        @media (max-width: 767px) {
          .productDetail .productDetailInfo dl dd {
            font-size: 12px;
            font-weight: 500;
            width: -webkit-calc(100% - 90px);
            width: calc(100% - 90px); } }
  .productDetail .productDetailSns {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 60px; }
    @media (max-width: 767px) {
      .productDetail .productDetailSns {
        margin-top: 40px; } }
    .productDetail .productDetailSns ul li {
      float: left;
      margin-left: 20px; }
      .productDetail .productDetailSns ul li:first-child {
        margin-left: 0; }

.drinkDetail {
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    .drinkDetail {
      margin-bottom: 60px; } }
  .drinkDetail .drinkDetailImg {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 80px;
    text-align: center; }
    @media (max-width: 767px) {
      .drinkDetail .drinkDetailImg {
        margin-top: 0px;
        margin-bottom: 40px; } }
    .drinkDetail .drinkDetailImg img {
      max-width: 490px;
      width: 100%; }
      @media (max-width: 767px) {
        .drinkDetail .drinkDetailImg img {
          max-width: 250px; } }
      .drinkDetail .drinkDetailImg img:last-of-type {
        margin-bottom: 0; }
  .drinkDetail .drinkDetailInfo {
    width: 100%;
    height: auto;
    float: left; }
    .drinkDetail .drinkDetailInfo h1 {
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      font-size: 32px;
      line-height: 1.5;
      margin-bottom: 5px; }
      @media (max-width: 767px) {
        .drinkDetail .drinkDetailInfo h1 {
          font-weight: 500;
          font-size: 20px; } }
    .drinkDetail .drinkDetailInfo .guidance {
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .drinkDetail .drinkDetailInfo .guidance {
          font-size: 14px; } }
    .drinkDetail .drinkDetailInfo .drinkList li {
      padding: 20px 0;
      border-top: solid 1px #efefef; }
      .drinkDetail .drinkDetailInfo .drinkList li:last-child {
        padding-bottom: 0; }
      .drinkDetail .drinkDetailInfo .drinkList li h2 {
        font-weight: 400;
        font-size: 20px;
        line-height: 1.5;
        color: #cc9000;
        margin-bottom: 15px; }
        @media (max-width: 767px) {
          .drinkDetail .drinkDetailInfo .drinkList li h2 {
            font-size: 16px; } }
      .drinkDetail .drinkDetailInfo .drinkList li h3 {
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          .drinkDetail .drinkDetailInfo .drinkList li h3 {
            font-size: 14px; } }
      .drinkDetail .drinkDetailInfo .drinkList li p {
        font-size: 20px; }
        @media (max-width: 767px) {
          .drinkDetail .drinkDetailInfo .drinkList li p {
            font-size: 18px; } }
        .drinkDetail .drinkDetailInfo .drinkList li p span {
          font-size: 0.7em; }
    .drinkDetail .drinkDetailInfo .drinkList .drinkList_sub {
      margin-bottom: 20px; }
      .drinkDetail .drinkDetailInfo .drinkList .drinkList_sub li {
        padding: 0;
        border: none;
        margin-bottom: 10px;
        padding-left: 30px;
        background-image: url(../img/icon_point_yellow.svg);
        background-size: 24px 24px;
        background-position: left center;
        background-repeat: no-repeat; }
        .drinkDetail .drinkDetailInfo .drinkList .drinkList_sub li:last-child {
          margin-bottom: 0; }
        @media (max-width: 767px) {
          .drinkDetail .drinkDetailInfo .drinkList .drinkList_sub li {
            font-size: 14px; } }

.store_map {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .store_map {
      margin-bottom: 40px; } }
  .store_map .mapBox {
    width: 100%;
    height: 420px; }
    @media (max-width: 767px) {
      .store_map .mapBox {
        height: 320px; } }

.store_map_W {
  padding: 10px; }
  @media (max-width: 767px) {
    .store_map_W {
      max-width: 310px;
      padding: 5px; } }
  .store_map_W h2 {
    font-size: 16px;
    color: #c3292f;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .store_map_W h2 {
        font-size: 14px; } }
    .store_map_W h2 a {
      color: #c3292f; }
  .store_map_W p {
    font-size: 16px;
    line-height: 1.5; }
    @media (max-width: 767px) {
      .store_map_W p {
        font-size: 14px; } }

.storeMargin {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .storeMargin {
      margin-bottom: 80px; } }

.storeDpoint {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 60px;
  margin-bottom: 100px;
  text-align: center; }
  @media (max-width: 767px) {
    .storeDpoint {
      margin-top: 40px; } }
  @media (max-width: 767px) {
    .storeDpoint {
      margin-bottom: 80px; } }
  @media (max-width: 767px) {
    .storeDpoint {
      text-align: left; } }
  .storeDpoint h3 {
    background-image: url(../img/icon_dpoint.svg);
    background-size: 30px 30px;
    background-position: left 0px top;
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 40px;
    line-height: 30px;
    color: #cc9000;
    font-size: 14px; }
    @media (max-width: 767px) {
      .storeDpoint h3 {
        width: 100%;
        line-height: 1.5;
        min-height: 30px;
        font-size: 12px; } }
    @media (max-width: 500px) {
      .storeDpoint h3 {
        background-position: left 0px top 3px; } }

.storeList {
  margin-bottom: -40px; }
  @media (max-width: 767px) {
    .storeList {
      margin-bottom: -15px; } }
  .storeList .local {
    margin-bottom: 40px;
    padding-top: 40px;
    border-top: solid 1px #dcad00; }
    @media (max-width: 767px) {
      .storeList .local {
        margin-bottom: 15px;
        padding-top: 25px; } }
    .storeList .local h2 {
      color: #c3292f;
      font-size: 18px;
      line-height: 1.5; }
      @media (max-width: 991px) {
        .storeList .local h2 {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .storeList .local h2 {
          margin-bottom: 15px; } }
    .storeList .local ul li {
      font-size: 16px;
      margin-bottom: 10px;
      width: 100%;
      height: auto;
      float: left; }
      @media (max-width: 767px) {
        .storeList .local ul li {
          font-size: 14px; } }
      @media (max-width: 767px) {
        .storeList .local ul li {
          margin-bottom: 1px;
          padding-right: 20px;
          background-image: url(../img/icon_arrow_yellow.svg);
          background-size: 16px 16px;
          background-position: right 0px center;
          background-repeat: no-repeat; }
          .storeList .local ul li:last-child {
            margin-bottom: 0; } }
      .storeList .local ul li a {
        width: 100%;
        height: auto;
        float: left;
        float: left;
        min-height: 30px;
        background-size: 30px 30px;
        background-position: right 0px top;
        background-repeat: no-repeat; }
        .storeList .local ul li a:hover {
          color: #cc9000; }
        @media (max-width: 767px) {
          .storeList .local ul li a {
            display: block;
            /* padding: 15px 45px 15px 0; */
            padding: 15px 0;
            background-position: right 5px center; } }
        .storeList .local ul li a.dpoint {
          background-image: url(../img/icon_dpoint.svg); }

.storeTitle {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 60px;
  text-align: center; }
  @media (max-width: 767px) {
    .storeTitle {
      margin-bottom: 40px; } }
  .storeTitle a {
    color: #c3292f;
    position: relative;
    padding: .4em;
    text-decoration: none;
    padding: 0px 0px 6px 0px;
    text-shadow: none; }
    .storeTitle a::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      -webkit-transform: scaleX(0);
      -moz-transform: scaleX(0);
      -o-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      background-color: #c3292f;
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease; }
    .storeTitle a:hover::after {
      -webkit-transform: scaleX(1);
      -moz-transform: scaleX(1);
      -o-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); }
    .storeTitle a:active::after {
      -webkit-transform: scaleX(1);
      -moz-transform: scaleX(1);
      -o-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); }
  .storeTitle h1 {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    color: #c3292f;
    text-align: center;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .storeTitle h1 {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .storeTitle h1 {
        margin-bottom: 10px; } }

.storeDetail .storeMap {
  width: 100%;
  height: auto;
  float: left; }
  @media (max-width: 767px) {
    .storeDetail .storeMap {
      margin-bottom: 40px; } }

.storeDetail .storeInfo {
  width: 100%;
  height: auto;
  float: left; }
  @media (max-width: 767px) {
    .storeDetail .storeInfo {
      margin-bottom: 40px; } }
  .storeDetail .storeInfo h1 {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #c3292f;
    border-bottom: solid 1px #efefef; }
    @media (max-width: 767px) {
      .storeDetail .storeInfo h1 {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .storeDetail .storeInfo h1 {
        padding-bottom: 20px; } }
    @media (max-width: 767px) {
      .storeDetail .storeInfo h1 {
        margin-bottom: 20px; } }
  .storeDetail .storeInfo dl {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 0px; }
    .storeDetail .storeInfo dl dt {
      font-weight: 500;
      font-size: 16px;
      line-height: 1.5;
      width: 90px;
      float: left;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .storeDetail .storeInfo dl dt {
          font-size: 14px; } }
    .storeDetail .storeInfo dl dd {
      font-weight: 400;
      font-size: 16px;
      line-height: 1.5;
      width: -webkit-calc(100% - 90px);
      width: calc(100% - 90px);
      margin-bottom: 20px;
      float: left; }
      @media (max-width: 767px) {
        .storeDetail .storeInfo dl dd {
          font-size: 14px; } }
      .storeDetail .storeInfo dl dd a:hover {
        color: #cc9000; }
  .storeDetail .storeInfo .dpoint {
    width: 100%;
    height: auto;
    float: left;
    margin: 5px 0 10px 0; }
    .storeDetail .storeInfo .dpoint img {
      margin-top: 0;
      width: 40px;
      height: 40px; }
  .storeDetail .storeInfo img {
    margin-top: 20px;
    max-width: 170px;
    width: 100%; }
  .storeDetail .storeInfo .storeInfoOther {
    margin-top: 60px; }
    @media (max-width: 767px) {
      .storeDetail .storeInfo .storeInfoOther {
        margin-bottom: 40px; } }
    .storeDetail .storeInfo .storeInfoOther h2 {
      color: #c3292f;
      padding-bottom: 20px;
      margin-bottom: 10px;
      border-bottom: solid 1px #efefef;
      font-size: 18px; }
      @media (max-width: 767px) {
        .storeDetail .storeInfo .storeInfoOther h2 {
          padding-bottom: 20px; } }
      @media (max-width: 767px) {
        .storeDetail .storeInfo .storeInfoOther h2 {
          font-size: 16px; } }
    .storeDetail .storeInfo .storeInfoOther h3 {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 5px; }
      @media (max-width: 767px) {
        .storeDetail .storeInfo .storeInfoOther h3 {
          font-size: 14px; } }
    .storeDetail .storeInfo .storeInfoOther p {
      font-size: 14px; }
    .storeDetail .storeInfo .storeInfoOther .store_other_img {
      margin-bottom: 20px; }
      .storeDetail .storeInfo .storeInfoOther .store_other_img img {
        max-width: 170px;
        width: 100%; }

.newsDetail {
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    .newsDetail {
      margin-bottom: 60px; } }
  .newsDetail .newsDetailImg {
    width: 100%;
    height: auto;
    float: left;
    text-align: center; }
    @media (max-width: 991px) {
      .newsDetail .newsDetailImg {
        margin-bottom: 40px; } }
    .newsDetail .newsDetailImg img {
      display: inline-block;
      max-width: 100%;
      width: auto;
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .newsDetail .newsDetailImg img {
          margin-bottom: 20px; } }
      .newsDetail .newsDetailImg img:last-of-type {
        margin-bottom: 0; }
  .newsDetail .newsDetailInfo {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .newsDetail .newsDetailInfo {
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .newsDetail .newsDetailInfo.newtmp .newsDetailMain {
        margin-top: 30px; } }
    .newsDetail .newsDetailInfo.newtmp .newsDetailMain h2 {
      font-size: 24px; }
      @media (max-width: 767px) {
        .newsDetail .newsDetailInfo.newtmp .newsDetailMain h2 {
          font-size: 18px; } }
    .newsDetail .newsDetailInfo.newtmp .newsDetailMain h4 {
      width: 100%;
      height: auto;
      float: left;
      margin-bottom: 5px;
      font-weight: 500; }
      @media (max-width: 767px) {
        .newsDetail .newsDetailInfo.newtmp .newsDetailMain h4 {
          font-size: 14px; } }
    .newsDetail .newsDetailInfo.newtmp .newsDetailMain hr {
      width: 100%;
      height: auto;
      float: left;
      border: none;
      border-bottom: solid 1px #efefef;
      margin: 0px 0 40px 0; }
      @media (max-width: 767px) {
        .newsDetail .newsDetailInfo.newtmp .newsDetailMain hr {
          margin: 10px 0 20px 0; } }
    .newsDetail .newsDetailInfo.newtmp .newsDetailMain ul {
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        .newsDetail .newsDetailInfo.newtmp .newsDetailMain ul {
          margin-bottom: 10px; } }
      .newsDetail .newsDetailInfo.newtmp .newsDetailMain ul li {
        background-position: left top 0px; }
    .newsDetail .newsDetailInfo.newtmp .newsDetailMain .myProduct {
      margin-bottom: 80px; }
      @media (max-width: 767px) {
        .newsDetail .newsDetailInfo.newtmp .newsDetailMain .myProduct {
          margin-bottom: 40px; } }
      .newsDetail .newsDetailInfo.newtmp .newsDetailMain .myProduct h3 {
        margin-bottom: 40px;
        font-size: 20px; }
        @media (max-width: 767px) {
          .newsDetail .newsDetailInfo.newtmp .newsDetailMain .myProduct h3 {
            font-size: 16px; } }
        .newsDetail .newsDetailInfo.newtmp .newsDetailMain .myProduct h3 span {
          font-size: small;
          font-weight: 400; }
      .newsDetail .newsDetailInfo.newtmp .newsDetailMain .myProduct img {
        width: 100%;
        padding: 0;
        margin-bottom: 20px; }
      .newsDetail .newsDetailInfo.newtmp .newsDetailMain .myProduct p:last-of-type {
        margin-bottom: 0; }
    .newsDetail .newsDetailInfo.newtmp .newsDetailMain p img {
      width: 100%; }
    .newsDetail .newsDetailInfo.newtmp .newsDetailMain p.imgTxt {
      width: 100%;
      font-size: small;
      color: #7c7c7c; }
      @media (max-width: 767px) {
        .newsDetail .newsDetailInfo.newtmp .newsDetailMain p.imgTxt {
          font-size: 12px; } }
    .newsDetail .newsDetailInfo.newtmp .newsDetailMain .newsImg {
      margin-bottom: 60px; }
      @media (max-width: 767px) {
        .newsDetail .newsDetailInfo.newtmp .newsDetailMain .newsImg {
          margin-bottom: 40px; } }
      .newsDetail .newsDetailInfo.newtmp .newsDetailMain .newsImg img {
        width: 100%;
        padding: 0; }
    .newsDetail .newsDetailInfo.newtmp .newsDetailMain dl dt {
      width: 100%;
      font-weight: 500; }
    .newsDetail .newsDetailInfo.newtmp .newsDetailMain dl dd {
      width: 100%;
      margin-bottom: 40px; }
    .newsDetail .newsDetailInfo.newtmp .newsDetailMain .newsMain {
      width: 100%;
      height: auto;
      float: left;
      margin-bottom: 60px; }
      @media (max-width: 767px) {
        .newsDetail .newsDetailInfo.newtmp .newsDetailMain .newsMain {
          margin-bottom: 40px; } }
      .newsDetail .newsDetailInfo.newtmp .newsDetailMain .newsMain .newsImg {
        margin-bottom: 40px; }
      .newsDetail .newsDetailInfo.newtmp .newsDetailMain .newsMain .imgTxt {
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          .newsDetail .newsDetailInfo.newtmp .newsDetailMain .newsMain .imgTxt {
            margin-bottom: 10px; } }
    .newsDetail .newsDetailInfo .newsDetailHd {
      width: 100%;
      height: auto;
      float: left;
      border-bottom: solid 1px #efefef;
      margin-bottom: 40px;
      padding-bottom: 30px; }
      @media (max-width: 767px) {
        .newsDetail .newsDetailInfo .newsDetailHd {
          margin-bottom: 0px;
          padding-bottom: 30px; } }
      .newsDetail .newsDetailInfo .newsDetailHd h1 {
        width: 100%;
        height: auto;
        float: left;
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          .newsDetail .newsDetailInfo .newsDetailHd h1 {
            font-size: 16px;
            margin-bottom: 10px; } }
      .newsDetail .newsDetailInfo .newsDetailHd p {
        width: 100%;
        height: auto;
        float: left; }
        .newsDetail .newsDetailInfo .newsDetailHd p time {
          font-size: 14px;
          color: #7c7c7c; }
          @media (max-width: 767px) {
            .newsDetail .newsDetailInfo .newsDetailHd p time {
              font-size: 12px;
              font-weight: 500; } }
    .newsDetail .newsDetailInfo .newsDetailMain {
      width: 100%;
      height: auto;
      float: left;
      border-bottom: solid 1px #efefef; }
      .newsDetail .newsDetailInfo .newsDetailMain h2 {
        width: 100%;
        height: auto;
        float: left;
        font-size: 18px;
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          .newsDetail .newsDetailInfo .newsDetailMain h2 {
            font-size: 16px;
            margin-bottom: 10px; } }
      .newsDetail .newsDetailInfo .newsDetailMain h3 {
        width: 100%;
        height: auto;
        float: left;
        margin-bottom: 5px;
        font-weight: 500; }
      .newsDetail .newsDetailInfo .newsDetailMain p {
        width: 100%;
        height: auto;
        float: left;
        margin-bottom: 40px; }
        @media (max-width: 767px) {
          .newsDetail .newsDetailInfo .newsDetailMain p {
            font-size: 14px;
            margin-bottom: 30px; } }
        .newsDetail .newsDetailInfo .newsDetailMain p a {
          color: #cc9000; }
          .newsDetail .newsDetailInfo .newsDetailMain p a:hover {
            text-decoration: underline; }
        .newsDetail .newsDetailInfo .newsDetailMain p span {
          font-size: 14px; }
          @media (max-width: 991px) {
            .newsDetail .newsDetailInfo .newsDetailMain p span {
              font-size: 12px; } }
      .newsDetail .newsDetailInfo .newsDetailMain ul {
        width: 100%;
        height: auto;
        float: left;
        margin-bottom: 40px; }
        @media (max-width: 767px) {
          .newsDetail .newsDetailInfo .newsDetailMain ul {
            margin-bottom: 30px; } }
        .newsDetail .newsDetailInfo .newsDetailMain ul li {
          width: 100%;
          height: auto;
          float: left;
          margin-bottom: 10px;
          padding-left: 30px;
          background-image: url(../img/icon_point_yellow.svg);
          background-size: 24px 24px;
          background-position: left center;
          background-repeat: no-repeat; }
          .newsDetail .newsDetailInfo .newsDetailMain ul li:last-child {
            margin-bottom: 0; }
          @media (max-width: 767px) {
            .newsDetail .newsDetailInfo .newsDetailMain ul li {
              font-size: 14px; } }
          .newsDetail .newsDetailInfo .newsDetailMain ul li a {
            color: #cc9000; }
            .newsDetail .newsDetailInfo .newsDetailMain ul li a:hover {
              text-decoration: underline; }
          .newsDetail .newsDetailInfo .newsDetailMain ul li span {
            font-size: 14px; }
            @media (max-width: 991px) {
              .newsDetail .newsDetailInfo .newsDetailMain ul li span {
                font-size: 12px; } }
      .newsDetail .newsDetailInfo .newsDetailMain dl {
        width: 100%;
        height: auto;
        float: left;
        margin-bottom: 40px; }
        @media (max-width: 767px) {
          .newsDetail .newsDetailInfo .newsDetailMain dl {
            margin-bottom: 30px; } }
        .newsDetail .newsDetailInfo .newsDetailMain dl dt {
          width: 120px;
          float: left;
          margin-bottom: 10px;
          font-weight: 500; }
          @media (max-width: 767px) {
            .newsDetail .newsDetailInfo .newsDetailMain dl dt {
              width: 100px;
              font-size: 14px; } }
          .newsDetail .newsDetailInfo .newsDetailMain dl dt:last-child {
            margin-bottom: 0; }
        .newsDetail .newsDetailInfo .newsDetailMain dl dd {
          float: left;
          width: -webkit-calc(100% - 120px);
          width: calc(100% - 120px);
          margin-bottom: 10px;
          line-height: 1.8; }
          @media (max-width: 767px) {
            .newsDetail .newsDetailInfo .newsDetailMain dl dd {
              width: -webkit-calc(100% - 100px);
              width: calc(100% - 100px);
              font-size: 14px; } }
          .newsDetail .newsDetailInfo .newsDetailMain dl dd:last-child {
            margin-bottom: 0; }
          .newsDetail .newsDetailInfo .newsDetailMain dl dd a {
            color: #cc9000; }
            .newsDetail .newsDetailInfo .newsDetailMain dl dd a:hover {
              text-decoration: underline; }
  .newsDetail .newsDetailSns {
    width: 100%;
    height: auto;
    float: left; }
    .newsDetail .newsDetailSns ul li {
      float: left;
      margin-left: 20px; }
      .newsDetail .newsDetailSns ul li:first-child {
        margin-left: 0; }

.cover_img {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 60px;
  height: 420px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    .cover_img {
      margin-bottom: 40px; } }
  @media (max-width: 991px) {
    .cover_img {
      height: 340px; } }
  @media (max-width: 767px) {
    .cover_img {
      height: 240px; } }
  .cover_img.about {
    background-image: url(../img/cover_about.jpg); }
  .cover_img.recruit {
    background-image: url(../img/cover_recruit.jpg); }
  .cover_img.recruit_crew {
    background-image: url(../img/cover_recruit_crew.jpg); }
  .cover_img.recruit_storemgr {
    background-image: url(../img/cover_recruit_storemgr.jpg); }
  .cover_img.recruitNew {
    margin-bottom: 0;
    background-image: url(../img/cover_recruit.jpg); }

.catering {
  width: 100%;
  height: auto;
  float: left;
  text-align: center; }
  .catering img {
    width: auto;
    max-width: 100%; }
    @media (max-width: 767px) {
      .catering img {
        width: 100%; } }
  .catering .myTxt {
    margin-top: 60px;
    text-align: left; }
    @media (max-width: 767px) {
      .catering .myTxt {
        margin-top: 40px; } }
  .catering .contactus {
    margin-top: 60px; }
    @media (max-width: 767px) {
      .catering .contactus {
        margin-top: 40px; } }
    .catering .contactus h2 {
      margin-bottom: 20px;
      font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
      font-size: 18px;
      line-height: 1.5;
      font-weight: 500;
      color: #c3292f;
      font-weight: 500; }
      @media (max-width: 767px) {
        .catering .contactus h2 {
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        .catering .contactus h2 {
          font-weight: 500;
          font-size: 16px;
          letter-spacing: 0.04rem; } }
    .catering .contactus p a {
      color: #c3292f;
      position: relative;
      padding: .4em;
      text-decoration: none;
      padding: 0px 0px 6px 0px;
      text-shadow: none; }
      .catering .contactus p a::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -o-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        background-color: #c3292f;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease; }
      .catering .contactus p a:hover::after {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1); }
      .catering .contactus p a:active::after {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1); }
    .catering .contactus p a {
      color: #c3292f; }
    .catering .contactus p span {
      padding-left: 30px;
      background-size: 20px 20px;
      background-position: left top 4px;
      background-repeat: no-repeat;
      background-image: url(../img/icon_mail.svg); }

.sitemap {
  margin-bottom: -40px; }
  .sitemap h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #c3292f;
    margin-bottom: 10px; }
  .sitemap ul {
    margin-bottom: 40px; }
    .sitemap ul li {
      margin-bottom: 10px;
      padding-left: 30px;
      background-image: url(../img/icon_point_yellow.svg);
      background-size: 24px 24px;
      background-position: left top 2px;
      background-repeat: no-repeat; }
      .sitemap ul li:last-of-type {
        margin-bottom: 0; }
      .sitemap ul li a:hover {
        color: #cc9000; }

.notfound p {
  margin-bottom: 60px; }
  .notfound p.myBtn {
    font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0px;
    text-align: center; }
    @media (max-width: 767px) {
      .notfound p.myBtn {
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 0.04rem; } }
    .notfound p.myBtn a {
      text-align: center;
      display: inline-block;
      background-color: #c3292f;
      height: 40px;
      line-height: 40px;
      border-radius: 32px;
      max-width: 100%;
      width: 200px;
      background-color: #c3292f;
      color: #fff;
      font-weight: 500; }
      .notfound p.myBtn a:hover {
        background-color: #d42f36; }

.privacy .information {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 80px; }
  @media (max-width: 767px) {
    .privacy .information {
      margin-top: 60px; } }
  .privacy .information dl {
    width: 100%;
    height: auto;
    float: left; }
    .privacy .information dl:last-of-type {
      margin-bottom: 0; }
    .privacy .information dl dt {
      width: 100%;
      height: auto;
      float: left;
      margin-bottom: 10px;
      font-weight: 500;
      line-height: 1.8; }
      @media (max-width: 767px) {
        .privacy .information dl dt {
          font-size: 14px; } }
    .privacy .information dl dd {
      width: 100%;
      height: auto;
      float: left;
      margin-bottom: 40px;
      line-height: 1.8;
      font-size: 14px; }
      @media (max-width: 767px) {
        .privacy .information dl dd {
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        .privacy .information dl dd {
          font-size: 12px; } }
  .privacy .information h2 {
    text-align: center;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .privacy .information h2 {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .privacy .information h2 {
        font-size: 14px; } }
  .privacy .information p {
    text-align: right; }

.coupon img {
  width: 100%;
  height: auto; }

.international h2 {
  width: 100%;
  height: auto;
  float: left;
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.5;
  color: #c3292f;
  text-align: center;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .international h2 {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .international h2 {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .international h2 {
      text-align: left; } }

.international .information {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 80px; }
  @media (max-width: 767px) {
    .international .information {
      margin-top: 60px; } }
  .international .information dl {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #efefef; }
    @media (max-width: 767px) {
      .international .information dl {
        padding-bottom: 20px; } }
    @media (max-width: 767px) {
      .international .information dl {
        margin-bottom: 20px; } }
    .international .information dl:last-of-type {
      margin-bottom: 0; }
    .international .information dl dt {
      width: 300px;
      float: left;
      font-weight: 500;
      line-height: 1.8; }
      @media (max-width: 767px) {
        .international .information dl dt {
          width: 100%;
          margin-bottom: 10px; } }
    .international .information dl dd {
      width: -webkit-calc(100% - 300px);
      width: calc(100% - 300px);
      float: right;
      line-height: 1.8; }
      .international .information dl dd a {
        color: #c3292f;
        position: relative;
        padding: .4em;
        text-decoration: none;
        padding: 0px 0px 6px 0px;
        text-shadow: none; }
        .international .information dl dd a::after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 1px;
          -webkit-transform: scaleX(0);
          -moz-transform: scaleX(0);
          -o-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0);
          background-color: #c3292f;
          -webkit-transition: all 0.25s ease;
          -moz-transition: all 0.25s ease;
          -ms-transition: all 0.25s ease;
          -o-transition: all 0.25s ease;
          transition: all 0.25s ease; }
        .international .information dl dd a:hover::after {
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -o-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1); }
        .international .information dl dd a:active::after {
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -o-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1); }
      @media (max-width: 767px) {
        .international .information dl dd {
          width: 100%;
          font-size: 14px; } }

.company h2 {
  width: 100%;
  height: auto;
  float: left;
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.5;
  color: #c3292f;
  text-align: center;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .company h2 {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .company h2 {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .company h2 {
      text-align: left; } }

.company .imgBox {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center; }
  @media (max-width: 767px) {
    .company .imgBox {
      margin-top: 60px; } }
  @media (max-width: 767px) {
    .company .imgBox {
      margin-bottom: 60px; } }
  .company .imgBox img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .company .imgBox img {
        width: 100%; } }
  .company .imgBox p {
    text-align: left;
    font-size: 14px;
    padding: 0 40px; }
    @media (max-width: 767px) {
      .company .imgBox p {
        padding: 0;
        font-size: 12px; } }

.company .information {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    .company .information {
      margin-bottom: 60px; } }
  .company .information dl {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #efefef; }
    @media (max-width: 767px) {
      .company .information dl {
        padding-bottom: 20px; } }
    @media (max-width: 767px) {
      .company .information dl {
        margin-bottom: 20px; } }
    .company .information dl:last-of-type {
      margin-bottom: 0; }
    .company .information dl dt {
      width: 190px;
      float: left;
      font-weight: 500;
      line-height: 1.8; }
      @media (max-width: 767px) {
        .company .information dl dt {
          width: 100%;
          margin-bottom: 10px; } }
    .company .information dl dd {
      width: -webkit-calc(100% - 210px);
      width: calc(100% - 210px);
      float: right;
      line-height: 1.8; }
      @media (max-width: 767px) {
        .company .information dl dd {
          width: 100%;
          font-size: 14px; } }

.company .map {
  width: 100%;
  height: auto;
  float: left; }
  .company .map h2 {
    width: 100%;
    height: auto;
    float: left; }
    @media (max-width: 767px) {
      .company .map h2 {
        text-align: center; } }
  .company .map .mapCanvas {
    width: 100%;
    height: auto;
    float: left;
    height: 420px; }
    .company .map .mapCanvas iframe {
      pointer-events: none;
      height: 420px; }

.contact .information {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 80px;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .contact .information {
      margin-top: 60px; } }
  @media (max-width: 767px) {
    .contact .information {
      margin-bottom: 40px; } }
  .contact .information dl {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #efefef; }
    @media (max-width: 767px) {
      .contact .information dl {
        padding-bottom: 20px; } }
    @media (max-width: 767px) {
      .contact .information dl {
        margin-bottom: 20px; } }
    .contact .information dl:last-of-type {
      margin-bottom: 0; }
    .contact .information dl dt {
      width: -webkit-calc(45% - 40px);
      width: calc(45% - 40px);
      float: left;
      font-weight: 500;
      line-height: 1.8; }
      @media (max-width: 767px) {
        .contact .information dl dt {
          width: 100%;
          margin-bottom: 10px; } }
    .contact .information dl dd {
      width: 55%;
      float: right;
      line-height: 1.8; }
      @media (max-width: 767px) {
        .contact .information dl dd {
          width: 100%;
          font-size: 14px; } }
      .contact .information dl dd p {
        padding-left: 30px;
        background-size: 20px 20px;
        background-position: left top 6px;
        background-repeat: no-repeat; }
        .contact .information dl dd p a {
          color: #c3292f;
          position: relative;
          padding: .4em;
          text-decoration: none;
          padding: 0px 0px 6px 0px;
          text-shadow: none; }
          .contact .information dl dd p a::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 1px;
            -webkit-transform: scaleX(0);
            -moz-transform: scaleX(0);
            -o-transform: scaleX(0);
            -ms-transform: scaleX(0);
            transform: scaleX(0);
            background-color: #c3292f;
            -webkit-transition: all 0.25s ease;
            -moz-transition: all 0.25s ease;
            -ms-transition: all 0.25s ease;
            -o-transition: all 0.25s ease;
            transition: all 0.25s ease; }
          .contact .information dl dd p a:hover::after {
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -o-transform: scaleX(1);
            -ms-transform: scaleX(1);
            transform: scaleX(1); }
          .contact .information dl dd p a:active::after {
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -o-transform: scaleX(1);
            -ms-transform: scaleX(1);
            transform: scaleX(1); }
        .contact .information dl dd p a {
          color: #c3292f; }
        .contact .information dl dd p.tel {
          background-image: url(../img/icon_tel.svg); }
        .contact .information dl dd p.mail {
          background-image: url(../img/icon_mail.svg); }

.contact h2 {
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .contact h2 {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .contact h2 {
      font-size: 14px; } }
  .contact h2 span {
    display: none;
    line-height: 0; }
    @media (max-width: 767px) {
      .contact h2 span {
        display: block; } }

.contact h3 {
  color: #c3292f;
  font-weight: 500;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .contact h3 {
      font-size: 14px; } }

.storyTxt {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: -100px; }
  .storyTxt img {
    width: 100%;
    height: auto; }
  @media (max-width: 767px) {
    .storyTxt {
      margin-bottom: -80px; } }
  .storyTxt h2 {
    width: 100%;
    height: auto;
    float: left;
    font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.5;
    color: #c3292f;
    text-align: center;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .storyTxt h2 {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .storyTxt h2 {
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .storyTxt h2 {
        text-align: left; } }
    .storyTxt h2.forSmTxt {
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .storyTxt h2.forSmTxt {
          margin-bottom: 20px; } }
  .storyTxt p {
    width: 100%;
    height: auto;
    float: left; }
    .storyTxt p.smTxt {
      font-weight: 400;
      font-size: 20px;
      line-height: 1.5;
      margin-bottom: 60px;
      color: #c3292f;
      text-align: center; }
      @media (max-width: 767px) {
        .storyTxt p.smTxt {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .storyTxt p.smTxt {
          margin-bottom: 40px; } }
      @media (max-width: 767px) {
        .storyTxt p.smTxt {
          text-align: left; } }
  .storyTxt .storyTxtBox {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 80px;
    text-align: center; }
    @media (max-width: 767px) {
      .storyTxt .storyTxtBox {
        margin-bottom: 60px; } }
    .storyTxt .storyTxtBox.forInterview {
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .storyTxt .storyTxtBox.forInterview {
          margin-bottom: 20px; } }
    .storyTxt .storyTxtBox.giftcard img {
      width: auto;
      max-width: 100%; }
      @media (max-width: 767px) {
        .storyTxt .storyTxtBox.giftcard img {
          width: auto;
          max-width: 100%; } }
    .storyTxt .storyTxtBox.giftcard h2 {
      width: 100%;
      height: auto;
      float: left;
      font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
      font-weight: 400;
      font-size: 24px;
      line-height: 1.5;
      color: #333;
      text-align: left;
      margin-top: 40px;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .storyTxt .storyTxtBox.giftcard h2 {
          font-size: 16px;
          font-weight: 500; } }
      @media (max-width: 767px) {
        .storyTxt .storyTxtBox.giftcard h2 {
          margin-top: 0px; } }
    .storyTxt .storyTxtBox.giftcard h3 {
      font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
      font-size: 18px;
      line-height: 1.5;
      font-weight: 500;
      color: #c3292f; }
      @media (max-width: 767px) {
        .storyTxt .storyTxtBox.giftcard h3 {
          font-weight: 500;
          font-size: 16px;
          letter-spacing: 0.04rem; } }
      .storyTxt .storyTxtBox.giftcard h3 span {
        display: none;
        line-height: 0; }
        @media (max-width: 767px) {
          .storyTxt .storyTxtBox.giftcard h3 span {
            display: block; } }
    .storyTxt .storyTxtBox.giftcard dl dt {
      font-weight: 500;
      font-size: 16px;
      line-height: 1.5;
      width: 100px;
      float: left;
      margin-bottom: 20px;
      text-align: left; }
      @media (max-width: 767px) {
        .storyTxt .storyTxtBox.giftcard dl dt {
          font-size: 14px; } }
      @media (max-width: 767px) {
        .storyTxt .storyTxtBox.giftcard dl dt {
          width: 80px; } }
      .storyTxt .storyTxtBox.giftcard dl dt:last-child {
        margin-bottom: 0; }
    .storyTxt .storyTxtBox.giftcard dl dd {
      font-weight: 400;
      font-size: 16px;
      line-height: 1.5;
      width: -webkit-calc(100% - 100px);
      width: calc(100% - 100px);
      margin-bottom: 20px;
      float: left;
      text-align: left; }
      @media (max-width: 767px) {
        .storyTxt .storyTxtBox.giftcard dl dd {
          font-size: 14px; } }
      @media (max-width: 767px) {
        .storyTxt .storyTxtBox.giftcard dl dd {
          width: -webkit-calc(100% - 80px);
          width: calc(100% - 80px); } }
      .storyTxt .storyTxtBox.giftcard dl dd:last-child {
        margin-bottom: 0; }
      .storyTxt .storyTxtBox.giftcard dl dd a:hover {
        color: #cc9000; }
      .storyTxt .storyTxtBox.giftcard dl dd span {
        font-size: 14px;
        color: #cc9000; }
        @media (max-width: 767px) {
          .storyTxt .storyTxtBox.giftcard dl dd span {
            font-size: 12px;
            font-weight: 500; } }
    .storyTxt .storyTxtBox.renew img {
      margin-bottom: 40px;
      max-width: 100%; }
      @media (max-width: 767px) {
        .storyTxt .storyTxtBox.renew img {
          max-width: 400px;
          width: 100%; } }
    .storyTxt .storyTxtBox h3 {
      font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
      font-weight: 400;
      font-size: 24px;
      line-height: 1.5;
      margin-bottom: 40px;
      text-align: left; }
      @media (max-width: 767px) {
        .storyTxt .storyTxtBox h3 {
          font-size: 16px;
          font-weight: 500; } }
      @media (max-width: 767px) {
        .storyTxt .storyTxtBox h3 {
          margin-bottom: 20px; } }
      .storyTxt .storyTxtBox h3.red {
        color: #c3292f;
        text-align: center; }
        @media (max-width: 767px) {
          .storyTxt .storyTxtBox h3.red {
            text-align: left; } }
      .storyTxt .storyTxtBox h3.black {
        font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
        font-size: 18px;
        line-height: 1.5;
        font-weight: 500;
        text-align: center; }
        @media (max-width: 767px) {
          .storyTxt .storyTxtBox h3.black {
            font-weight: 500;
            font-size: 16px;
            letter-spacing: 0.04rem; } }
        @media (max-width: 767px) {
          .storyTxt .storyTxtBox h3.black {
            text-align: left; } }
    .storyTxt .storyTxtBox p {
      margin-bottom: 40px;
      text-align: left; }
      @media (max-width: 767px) {
        .storyTxt .storyTxtBox p {
          margin-bottom: 20px; } }
      .storyTxt .storyTxtBox p:last-of-type {
        margin-bottom: 0; }
      .storyTxt .storyTxtBox p.en {
        font-weight: 500; }
      .storyTxt .storyTxtBox p span {
        color: #c3292f;
        font-weight: 600; }
    .storyTxt .storyTxtBox img {
      margin-bottom: 40px;
      max-width: 270px; }
      .storyTxt .storyTxtBox img:last-of-type {
        margin-bottom: 0px; }
        @media (max-width: 767px) {
          .storyTxt .storyTxtBox img:last-of-type {
            margin-bottom: 40px; } }
      @media (max-width: 767px) {
        .storyTxt .storyTxtBox img {
          max-width: 200px; } }
      .storyTxt .storyTxtBox img.twoImg {
        margin-bottom: 40px; }
      .storyTxt .storyTxtBox img.people {
        max-width: 100%; }
        @media (max-width: 767px) {
          .storyTxt .storyTxtBox img.people {
            max-width: 100%; } }
    .storyTxt .storyTxtBox ul li {
      margin-bottom: 10px;
      padding-left: 30px;
      background-image: url(../img/icon_point_yellow.svg);
      background-size: 24px 24px;
      background-position: left top 2px;
      background-repeat: no-repeat;
      text-align: left; }
      .storyTxt .storyTxtBox ul li:last-child {
        margin-bottom: 0; }
      @media (max-width: 767px) {
        .storyTxt .storyTxtBox ul li {
          font-size: 14px; } }
  .storyTxt .storySeparated {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 80px;
    text-align: center; }
    @media (max-width: 767px) {
      .storyTxt .storySeparated {
        margin-bottom: 60px; } }
    .storyTxt .storySeparated hr {
      display: inline-block;
      margin: 0;
      padding: 0;
      border: none;
      border-bottom: solid 1px #dcad00;
      max-width: 50%;
      width: 600px; }
  .storyTxt .giftcardExp p {
    margin-bottom: 10px; }
    .storyTxt .giftcardExp p span {
      font-weight: 500; }
    .storyTxt .giftcardExp p.tel {
      padding-left: 30px;
      background-size: 20px 20px;
      background-position: left top 6px;
      background-repeat: no-repeat;
      background-image: url(../img/icon_tel.svg); }
    .storyTxt .giftcardExp p.mail {
      padding-left: 30px;
      background-size: 20px 20px;
      background-position: left top 6px;
      background-repeat: no-repeat;
      background-image: url(../img/icon_mail.svg); }
      .storyTxt .giftcardExp p.mail a {
        color: #c3292f;
        position: relative;
        padding: .4em;
        text-decoration: none;
        padding: 0px 0px 6px 0px;
        text-shadow: none; }
        .storyTxt .giftcardExp p.mail a::after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 1px;
          -webkit-transform: scaleX(0);
          -moz-transform: scaleX(0);
          -o-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0);
          background-color: #c3292f;
          -webkit-transition: all 0.25s ease;
          -moz-transition: all 0.25s ease;
          -ms-transition: all 0.25s ease;
          -o-transition: all 0.25s ease;
          transition: all 0.25s ease; }
        .storyTxt .giftcardExp p.mail a:hover::after {
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -o-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1); }
        .storyTxt .giftcardExp p.mail a:active::after {
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -o-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1); }
    .storyTxt .giftcardExp p.myBtn {
      font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
      font-size: 16px;
      line-height: 1.5;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .storyTxt .giftcardExp p.myBtn {
          font-weight: 500;
          font-size: 14px;
          letter-spacing: 0.04rem; } }
      @media (max-width: 767px) {
        .storyTxt .giftcardExp p.myBtn {
          text-align: center; } }
      .storyTxt .giftcardExp p.myBtn a {
        text-align: center;
        display: inline-block;
        background-color: #c3292f;
        height: 40px;
        line-height: 40px;
        border-radius: 32px;
        max-width: 100%;
        width: 200px;
        background-color: #c3292f;
        color: #fff;
        font-weight: 500; }
        .storyTxt .giftcardExp p.myBtn a:hover {
          background-color: #d42f36; }
      @media (max-width: 767px) {
        .storyTxt .giftcardExp p.myBtn:last-of-type {
          margin-bottom: 60px; } }
    .storyTxt .giftcardExp p a {
      color: #c3292f; }
  .storyTxt .ideal {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 80px;
    text-align: center; }
    @media (max-width: 767px) {
      .storyTxt .ideal {
        margin-bottom: 60px; } }
    .storyTxt .ideal .borderBox {
      display: inline-block;
      padding: 40px;
      border: solid 1px #dcad00;
      border-radius: 10px; }
      @media (max-width: 767px) {
        .storyTxt .ideal .borderBox {
          padding: 20px; } }
      .storyTxt .ideal .borderBox h4 {
        font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
        font-weight: 400;
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 40px;
        padding-bottom: 40px;
        text-align: center;
        color: #cc9000;
        border-bottom: solid 1px #dcad00; }
        @media (max-width: 767px) {
          .storyTxt .ideal .borderBox h4 {
            font-size: 16px;
            font-weight: 500; } }
        @media (max-width: 767px) {
          .storyTxt .ideal .borderBox h4 {
            margin-bottom: 20px; } }
        @media (max-width: 767px) {
          .storyTxt .ideal .borderBox h4 {
            padding-bottom: 20px; } }
      .storyTxt .ideal .borderBox ul li {
        font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
        font-size: 18px;
        line-height: 1.5;
        font-weight: 500;
        margin-bottom: 10px;
        padding-left: 30px;
        background-image: url(../img/icon_point_yellow.svg);
        background-size: 24px 24px;
        background-position: left top 2px;
        background-repeat: no-repeat;
        text-align: left; }
        @media (max-width: 767px) {
          .storyTxt .ideal .borderBox ul li {
            font-weight: 500;
            font-size: 16px;
            letter-spacing: 0.04rem; } }
        .storyTxt .ideal .borderBox ul li:last-child {
          margin-bottom: 0; }
        @media (max-width: 767px) {
          .storyTxt .ideal .borderBox ul li {
            font-size: 14px; } }
  .storyTxt .requirements {
    margin-bottom: 80px; }
    @media (max-width: 767px) {
      .storyTxt .requirements {
        margin-bottom: 60px; } }
    .storyTxt .requirements h2 {
      width: 100%;
      height: auto;
      float: left; }
      @media (max-width: 767px) {
        .storyTxt .requirements h2 {
          text-align: center; } }
    .storyTxt .requirements dl {
      width: 100%;
      height: auto;
      float: left;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: solid 1px #efefef; }
      @media (max-width: 767px) {
        .storyTxt .requirements dl {
          padding-bottom: 20px; } }
      @media (max-width: 767px) {
        .storyTxt .requirements dl {
          margin-bottom: 20px; } }
      .storyTxt .requirements dl:last-of-type {
        margin-bottom: 0; }
      .storyTxt .requirements dl dt {
        width: 190px;
        float: left;
        font-weight: 500;
        line-height: 1.8; }
        @media (max-width: 767px) {
          .storyTxt .requirements dl dt {
            width: 100%;
            margin-bottom: 10px; } }
      .storyTxt .requirements dl dd {
        width: -webkit-calc(100% - 210px);
        width: calc(100% - 210px);
        float: right;
        line-height: 1.8; }
        @media (max-width: 767px) {
          .storyTxt .requirements dl dd {
            width: 100%;
            font-size: 14px; } }
        .storyTxt .requirements dl dd ul li {
          margin-bottom: 10px;
          padding-left: 30px;
          background-image: url(../img/icon_point_yellow.svg);
          background-size: 24px 24px;
          background-position: left top 2px;
          background-repeat: no-repeat; }
          .storyTxt .requirements dl dd ul li:last-child {
            margin-bottom: 0; }
          @media (max-width: 767px) {
            .storyTxt .requirements dl dd ul li {
              font-size: 14px; } }
  .storyTxt .storyWp {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 60px;
    padding-bottom: 80px; }
    @media (max-width: 767px) {
      .storyTxt .storyWp {
        padding-top: 40px; } }
    @media (max-width: 767px) {
      .storyTxt .storyWp {
        padding-bottom: 60px; } }
    .storyTxt .storyWp .borderBox {
      width: 100%;
      height: auto;
      float: left;
      padding: 40px;
      border: solid 1px #dcad00;
      text-align: center; }
      @media (max-width: 767px) {
        .storyTxt .storyWp .borderBox {
          padding: 20px; } }
      .storyTxt .storyWp .borderBox hr {
        border: none;
        border-top: solid 1px #dcad00;
        margin: 40px 0;
        width: 100px;
        display: inline-block; }
        @media (max-width: 767px) {
          .storyTxt .storyWp .borderBox hr {
            width: 40px;
            margin: 20px 0; } }
    .storyTxt .storyWp.core {
      background-color: #f9f8f4; }
      .storyTxt .storyWp.core h2 {
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 32px;
        line-height: 1.5;
        margin-bottom: 10px;
        text-align: center; }
        @media (max-width: 767px) {
          .storyTxt .storyWp.core h2 {
            font-weight: 500;
            font-size: 20px; } }
      .storyTxt .storyWp.core p {
        margin-bottom: 40px;
        text-align: center; }
        .storyTxt .storyWp.core p.tl {
          color: #c3292f; }
          @media (max-width: 767px) {
            .storyTxt .storyWp.core p.tl {
              font-size: 12px;
              font-weight: 500; } }
        @media (max-width: 1200px) {
          .storyTxt .storyWp.core p.txt {
            text-align: left; } }
      .storyTxt .storyWp.core .borderBox h3 {
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 28px;
        line-height: 1.5;
        color: #c3292f;
        margin-bottom: 10px; }
        @media (max-width: 767px) {
          .storyTxt .storyWp.core .borderBox h3 {
            font-size: 16px;
            font-weight: 500; } }
        @media (max-width: 767px) {
          .storyTxt .storyWp.core .borderBox h3 {
            margin-bottom: 5px; } }
      .storyTxt .storyWp.core .borderBox p {
        text-align: center;
        color: #333;
        margin-bottom: 0px; }
        @media (max-width: 767px) {
          .storyTxt .storyWp.core .borderBox p {
            font-size: 12px;
            font-weight: 500; } }
    .storyTxt .storyWp.promise h2 {
      font-weight: 400;
      font-size: 20px;
      line-height: 1.5;
      font-weight: 500;
      margin-bottom: 40px;
      text-align: center; }
      @media (max-width: 767px) {
        .storyTxt .storyWp.promise h2 {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .storyTxt .storyWp.promise h2 {
          text-align: left; } }
      .storyTxt .storyWp.promise h2 span {
        line-height: 0; }
        @media (max-width: 767px) {
          .storyTxt .storyWp.promise h2 span {
            display: none; } }
    .storyTxt .storyWp.promise p {
      margin-bottom: 40px;
      text-align: center; }
      @media (max-width: 1200px) {
        .storyTxt .storyWp.promise p {
          text-align: left; } }
    .storyTxt .storyWp.promise .borderBox p {
      text-align: center;
      color: #c3292f;
      font-weight: 500;
      margin-bottom: 0px;
      float: none; }
      @media (max-width: 767px) {
        .storyTxt .storyWp.promise .borderBox p {
          font-size: 12px;
          font-weight: 500; } }
    .storyTxt .storyWp.mission {
      background-color: #f9f8f4; }
      .storyTxt .storyWp.mission h2 {
        width: 100%;
        height: auto;
        float: left;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 32px;
        line-height: 1.5;
        margin-bottom: 40px;
        text-align: center; }
        @media (max-width: 767px) {
          .storyTxt .storyWp.mission h2 {
            font-weight: 500;
            font-size: 20px; } }
      .storyTxt .storyWp.mission .borderBox p {
        text-align: left; }
        @media (max-width: 767px) {
          .storyTxt .storyWp.mission .borderBox p {
            font-size: 12px;
            font-weight: 500; } }
        .storyTxt .storyWp.mission .borderBox p.en {
          font-family: "Montserrat", sans-serif;
          color: #c3292f;
          font-weight: 500;
          margin-bottom: 20px; }
          @media (max-width: 767px) {
            .storyTxt .storyWp.mission .borderBox p.en {
              font-weight: 600; } }
    .storyTxt .storyWp.interview {
      margin-bottom: 80px;
      background-color: #f9f8f4; }
      @media (max-width: 767px) {
        .storyTxt .storyWp.interview {
          margin-bottom: 60px; } }
      .storyTxt .storyWp.interview .storyTxtBox {
        margin-bottom: 0; }
        .storyTxt .storyWp.interview .storyTxtBox img {
          margin-bottom: 0; }
          @media (max-width: 767px) {
            .storyTxt .storyWp.interview .storyTxtBox img {
              margin-bottom: 40px; } }
      .storyTxt .storyWp.interview.noMgB {
        margin-bottom: 0; }
    .storyTxt .storyWp.entry.bg {
      background-color: #f9f8f4; }
    .storyTxt .storyWp.entry h2 {
      width: 100%;
      height: auto;
      float: left;
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .storyTxt .storyWp.entry h2 {
          text-align: center; } }
    .storyTxt .storyWp.entry p {
      width: 100%;
      height: auto;
      float: left;
      line-height: 1.8;
      text-align: center; }
      @media (max-width: 767px) {
        .storyTxt .storyWp.entry p {
          font-weight: 500; } }
      .storyTxt .storyWp.entry p.btn_entry {
        font-weight: 400;
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 40px; }
        @media (max-width: 767px) {
          .storyTxt .storyWp.entry p.btn_entry {
            font-size: 16px; } }
        .storyTxt .storyWp.entry p.btn_entry a {
          display: inline-block;
          background-color: #c3292f;
          height: 64px;
          line-height: 64px;
          border-radius: 32px;
          max-width: 100%;
          width: 460px;
          background-color: #c3292f;
          color: #fff;
          font-weight: 500; }
          .storyTxt .storyWp.entry p.btn_entry a:hover {
            background-color: #d42f36; }
      .storyTxt .storyWp.entry p.btn_noentry {
        font-weight: 400;
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 40px; }
        @media (max-width: 767px) {
          .storyTxt .storyWp.entry p.btn_noentry {
            font-size: 16px; } }
        .storyTxt .storyWp.entry p.btn_noentry span {
          display: inline-block;
          background-color: #7c7c7c;
          height: 64px;
          line-height: 64px;
          border-radius: 32px;
          max-width: 100%;
          width: 460px;
          color: #fff;
          font-weight: 500; }
    .storyTxt .storyWp.ngFaq {
      margin-bottom: 80px;
      background-color: #f9f8f4; }
      @media (max-width: 767px) {
        .storyTxt .storyWp.ngFaq {
          margin-bottom: 60px; } }
      .storyTxt .storyWp.ngFaq .storyTxtBox h3 {
        color: #c3292f; }
      .storyTxt .storyWp.ngFaq .storyTxtBox:last-of-type {
        margin-bottom: 0; }
    .storyTxt .storyWp.giftcardWp {
      margin-bottom: 80px;
      background-color: #f9f8f4; }
      @media (max-width: 767px) {
        .storyTxt .storyWp.giftcardWp {
          margin-bottom: 60px; } }

.agreement {
  width: 100%;
  height: auto;
  float: left; }
  .agreement dl {
    width: 100%;
    height: auto;
    float: left; }
    .agreement dl:last-of-type {
      margin-bottom: 0; }
    .agreement dl dt {
      width: 100%;
      height: auto;
      float: left;
      margin-bottom: 10px;
      font-weight: 500;
      line-height: 1.8; }
      @media (max-width: 767px) {
        .agreement dl dt {
          font-size: 14px; } }
    .agreement dl dd {
      width: 100%;
      height: auto;
      float: left;
      margin-bottom: 40px;
      line-height: 1.8;
      font-size: 14px; }
      @media (max-width: 767px) {
        .agreement dl dd {
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        .agreement dl dd {
          font-size: 12px; } }
      .agreement dl dd h3 {
        margin-top: 30px;
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 14px; }
        @media (max-width: 767px) {
          .agreement dl dd h3 {
            font-size: 12px; } }
      .agreement dl dd ul {
        padding-left: 25px; }
        .agreement dl dd ul li {
          font-size: 14px;
          list-style: decimal;
          list-style-position: outside;
          margin-bottom: 15px; }
          @media (max-width: 767px) {
            .agreement dl dd ul li {
              font-size: 12px; } }
          .agreement dl dd ul li:last-child {
            margin-bottom: 0; }
          .agreement dl dd ul li ul {
            margin-top: 10px; }
            .agreement dl dd ul li ul li {
              list-style: cjk-ideographic; }
  .agreement h2 {
    text-align: center;
    margin-bottom: 60px;
    font-weight: 500; }
    @media (max-width: 767px) {
      .agreement h2 {
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .agreement h2 {
        font-size: 14px;
        text-align: left; } }
  .agreement .moreInfo {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 40px; }
    @media (max-width: 767px) {
      .agreement .moreInfo {
        margin-top: 20px; } }
    .agreement .moreInfo h3 {
      color: #c3292f;
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 10px; }
    .agreement .moreInfo p {
      font-size: 14px; }
      @media (max-width: 767px) {
        .agreement .moreInfo p {
          font-size: 12px; } }

.recruitMenuWp {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 0;
  padding: 60px 10px;
  background-image: url(../img/recruit_bg.png);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed; }
  @media (max-width: 767px) {
    .recruitMenuWp {
      padding: 20px 0px;
      background-attachment: scroll;
      background-size: contain;
      background-repeat: repeat-y; } }
  @media (max-width: 500px) {
    .recruitMenuWp .container {
      padding-left: 15px;
      padding-right: 15px; } }
  .recruitMenuWp .inner {
    width: 100%;
    height: auto;
    float: left;
    background-color: #f9f8f4;
    border-radius: 8px;
    padding: 60px 40px; }
    @media (max-width: 767px) {
      .recruitMenuWp .inner {
        padding: 40px 20px; } }
    @media (max-width: 350px) {
      .recruitMenuWp .inner {
        padding: 40px 15px; } }
    .recruitMenuWp .inner .recruitMenu {
      margin-bottom: 0; }

.recruitMenu {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 60px; }
  .recruitMenu img {
    width: 100%;
    height: auto; }
  .recruitMenu .recruitMenuTl {
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .recruitMenu .recruitMenuTl {
        margin-bottom: 40px; } }
    .recruitMenu .recruitMenuTl h2 {
      font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
      font-weight: 400;
      font-size: 28px;
      line-height: 1.5;
      color: #c3292f;
      text-align: center;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .recruitMenu .recruitMenuTl h2 {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .recruitMenu .recruitMenuTl h2 {
          margin-bottom: 20px; } }
    .recruitMenu .recruitMenuTl p {
      text-align: center; }
      @media (max-width: 767px) {
        .recruitMenu .recruitMenuTl p {
          text-align: left; } }
  .recruitMenu .bestCompany {
    margin-bottom: 100px;
    text-align: center; }
    @media (max-width: 767px) {
      .recruitMenu .bestCompany {
        margin-bottom: 60px; } }
    .recruitMenu .bestCompany a:hover img {
      opacity: 0.8; }
    .recruitMenu .bestCompany img {
      display: inline-block;
      max-width: 800px;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .recruitMenu .bestCompany img {
          margin-bottom: 20px; } }
    .recruitMenu .bestCompany h2 {
      font-weight: 500; }
      .recruitMenu .bestCompany h2 a {
        color: #dcad00;
        position: relative;
        padding: .4em;
        text-decoration: none;
        padding: 0px 0px 6px 0px;
        text-shadow: none; }
        .recruitMenu .bestCompany h2 a::after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 1px;
          -webkit-transform: scaleX(0);
          -moz-transform: scaleX(0);
          -o-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0);
          background-color: #dcad00;
          -webkit-transition: all 0.25s ease;
          -moz-transition: all 0.25s ease;
          -ms-transition: all 0.25s ease;
          -o-transition: all 0.25s ease;
          transition: all 0.25s ease; }
        .recruitMenu .bestCompany h2 a:hover::after {
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -o-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1); }
        .recruitMenu .bestCompany h2 a:active::after {
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -o-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1); }
      .recruitMenu .bestCompany h2 a {
        color: #cc9000; }
      @media (max-width: 991px) {
        .recruitMenu .bestCompany h2 {
          text-align: left; }
          .recruitMenu .bestCompany h2 a::after {
            content: none; } }
      @media (max-width: 767px) {
        .recruitMenu .bestCompany h2 {
          font-size: 14px; } }
  @media (max-width: 991px) {
    .recruitMenu.new ul li {
      margin-bottom: 80px; }
      .recruitMenu.new ul li:last-child {
        margin-bottom: 0; } }
  @media (max-width: 767px) {
    .recruitMenu.new ul li {
      margin-bottom: 60px; }
      .recruitMenu.new ul li:last-child {
        margin-bottom: 0; } }
  @media (max-width: 500px) {
    .recruitMenu.new ul li {
      margin-bottom: 45px; }
      .recruitMenu.new ul li:last-child {
        margin-bottom: 0; } }
  .recruitMenu ul li {
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .recruitMenu ul li {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .recruitMenu ul li:last-child {
        margin-bottom: 0; } }
    .recruitMenu ul li a {
      width: 100%;
      height: auto;
      float: left; }
      .recruitMenu ul li a .menuImg {
        padding-right: 10px; }
        @media (max-width: 991px) {
          .recruitMenu ul li a .menuImg.case01 {
            padding-right: 20px; } }
      .recruitMenu ul li a .menuTxt {
        padding-left: 10px; }
        @media (max-width: 991px) {
          .recruitMenu ul li a .menuTxt.case01 {
            padding-left: 20px; } }
        .recruitMenu ul li a .menuTxt h3 {
          -webkit-transition: all 0.2s;
          -moz-transition: all 0.2s;
          -ms-transition: all 0.2s;
          -o-transition: all 0.2s;
          transition: all 0.2s;
          font-family: "Montserrat", sans-serif;
          font-weight: 400;
          font-size: 28px;
          line-height: 1.5;
          font-size: 26px;
          padding-top: 20px;
          margin-bottom: 10px;
          color: #c3292f;
          border-top: solid 1px #efefef; }
          @media (max-width: 767px) {
            .recruitMenu ul li a .menuTxt h3 {
              font-size: 16px;
              font-weight: 500; } }
          @media (max-width: 767px) {
            .recruitMenu ul li a .menuTxt h3 {
              display: none; } }
        .recruitMenu ul li a .menuTxt h4 {
          font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
          font-size: 16px;
          line-height: 1.5;
          margin-bottom: 20px;
          color: #7c7c7c; }
          @media (max-width: 767px) {
            .recruitMenu ul li a .menuTxt h4 {
              font-weight: 500;
              font-size: 14px;
              letter-spacing: 0.04rem; } }
          @media (max-width: 767px) {
            .recruitMenu ul li a .menuTxt h4 {
              padding-top: 10px;
              border-top: solid 1px #efefef;
              margin-bottom: 10px;
              padding-top: 15px;
              padding-right: 20px;
              color: #c3292f;
              background-image: url(../img/icon_arrow_yellow.svg);
              background-size: 16px 16px;
              background-position: right 0px bottom 3px;
              background-repeat: no-repeat; } }
        @media (max-width: 767px) {
          .recruitMenu ul li a .menuTxt p {
            font-size: 12px;
            font-weight: 500; } }
      .recruitMenu ul li a.myBox {
        position: relative;
        background-color: #fff;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        min-height: 300px; }
        @media (max-width: 991px) {
          .recruitMenu ul li a.myBox {
            min-height: 260px; } }
        @media (max-width: 767px) {
          .recruitMenu ul li a.myBox {
            min-height: 200px; } }
        @media (max-width: 500px) {
          .recruitMenu ul li a.myBox {
            min-height: auto; } }
        .recruitMenu ul li a.myBox .left {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 50%;
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat;
          border-top-left-radius: 10px;
          border-bottom-left-radius: 10px; }
          @media (max-width: 767px) {
            .recruitMenu ul li a.myBox .left {
              right: 60%; } }
          .recruitMenu ul li a.myBox .left.crew {
            background-image: url(../img/recruit_crew_09.jpg); }
          .recruitMenu ul li a.myBox .left.newgraduate {
            background-image: url(../img/recruit_menu_04.jpg); }
        .recruitMenu ul li a.myBox .right {
          padding-left: 50%;
          float: left; }
          @media (max-width: 767px) {
            .recruitMenu ul li a.myBox .right {
              padding-left: 40%; } }
          .recruitMenu ul li a.myBox .right .rightInner {
            padding: 15px 20px 20px 20px;
            float: left;
            width: 100%;
            /*
							width: -webkit-calc(100% - 40px);
							width: calc(100% - 40px);
*/ }
            @media (max-width: 500px) {
              .recruitMenu ul li a.myBox .right .rightInner {
                padding: 15px 10px 15px 15px; } }
            @media (max-width: 350px) {
              .recruitMenu ul li a.myBox .right .rightInner {
                padding: 15px 10px 15px 10px; } }
            .recruitMenu ul li a.myBox .right .rightInner h3 {
              -webkit-transition: all 0.2s;
              -moz-transition: all 0.2s;
              -ms-transition: all 0.2s;
              -o-transition: all 0.2s;
              transition: all 0.2s;
              font-family: "Montserrat", sans-serif;
              font-weight: 400;
              font-size: 28px;
              line-height: 1.5;
              font-size: 24px;
              margin-bottom: 5px;
              color: #c3292f; }
              @media (max-width: 767px) {
                .recruitMenu ul li a.myBox .right .rightInner h3 {
                  font-size: 16px;
                  font-weight: 500; } }
              @media (max-width: 767px) {
                .recruitMenu ul li a.myBox .right .rightInner h3 {
                  display: none; } }
            .recruitMenu ul li a.myBox .right .rightInner h4 {
              font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
              font-size: 16px;
              line-height: 1.5;
              margin-bottom: 20px;
              color: #7c7c7c; }
              @media (max-width: 767px) {
                .recruitMenu ul li a.myBox .right .rightInner h4 {
                  font-weight: 500;
                  font-size: 14px;
                  letter-spacing: 0.04rem; } }
              @media (max-width: 767px) {
                .recruitMenu ul li a.myBox .right .rightInner h4 {
                  margin-bottom: 10px;
                  padding-right: 20px;
                  color: #c3292f;
                  font-size: 16px; } }
              @media (max-width: 350px) {
                .recruitMenu ul li a.myBox .right .rightInner h4 {
                  font-size: 14px;
                  font-weight: 600;
                  margin-bottom: 10px; } }
            .recruitMenu ul li a.myBox .right .rightInner p {
              font-size: 14px;
              font-weight: 500; }
              @media (max-width: 767px) {
                .recruitMenu ul li a.myBox .right .rightInner p {
                  font-size: 12px;
                  font-weight: 500;
                  line-height: 1.5; } }
              .recruitMenu ul li a.myBox .right .rightInner p.arrow {
                -webkit-transition: all 0.2s;
                -moz-transition: all 0.2s;
                -ms-transition: all 0.2s;
                -o-transition: all 0.2s;
                transition: all 0.2s;
                margin-top: 30px;
                color: #c3292f;
                font-size: 16px; }
                @media (max-width: 1100px) {
                  .recruitMenu ul li a.myBox .right .rightInner p.arrow {
                    margin-top: 15px; } }
                @media (max-width: 991px) {
                  .recruitMenu ul li a.myBox .right .rightInner p.arrow {
                    margin-top: 30px; } }
                @media (max-width: 767px) {
                  .recruitMenu ul li a.myBox .right .rightInner p.arrow {
                    font-size: 14px; } }
                @media (max-width: 500px) {
                  .recruitMenu ul li a.myBox .right .rightInner p.arrow {
                    margin-top: 15px; } }
                @media (max-width: 350px) {
                  .recruitMenu ul li a.myBox .right .rightInner p.arrow {
                    margin-top: 10px;
                    font-size: 12px;
                    font-weight: 600; } }
        .recruitMenu ul li a.myBox:hover {
          background-color: #d42f36; }
          .recruitMenu ul li a.myBox:hover .right h3 {
            color: #fff; }
          .recruitMenu ul li a.myBox:hover .right h4 {
            color: #fff; }
          .recruitMenu ul li a.myBox:hover .right p {
            color: #fff; }
            .recruitMenu ul li a.myBox:hover .right p.arrow {
              color: #fff; }
      .recruitMenu ul li a:hover h3 {
        border-color: #dcad00;
        color: #cc9000; }
      .recruitMenu ul li a:hover h4 {
        color: #cc9000;
        border-color: #dcad00; }
      .recruitMenu ul li a:hover img {
        opacity: 0.9; }
      .recruitMenu ul li a:active h3 {
        border-color: #dcad00;
        color: #cc9000; }
      .recruitMenu ul li a:active h4 {
        color: #cc9000;
        border-color: #dcad00; }
      .recruitMenu ul li a:active img {
        opacity: 0.9; }
    .recruitMenu ul li .btn_entry {
      width: 100%;
      height: auto;
      float: left;
      line-height: 1.8;
      text-align: center;
      margin-top: 40px; }
      @media (max-width: 991px) {
        .recruitMenu ul li .btn_entry {
          font-weight: 500;
          margin-top: 20px;
          margin-bottom: 0px; } }
      .recruitMenu ul li .btn_entry a {
        display: inline-block;
        background-color: #c3292f;
        height: 60px;
        line-height: 60px;
        border-radius: 30px;
        max-width: 100%;
        width: 400px;
        padding: 0 10px;
        background-color: #c3292f;
        color: #fff;
        font-weight: 500;
        float: none; }
        @media (max-width: 767px) {
          .recruitMenu ul li .btn_entry a {
            height: 46px;
            line-height: 46px;
            border-radius: 23px; } }
        @media (max-width: 350px) {
          .recruitMenu ul li .btn_entry a {
            font-size: 12px;
            font-weight: 600; } }
        .recruitMenu ul li .btn_entry a:hover {
          background-color: #d42f36; }
  .recruitMenu .recruitEntryBox {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 30px;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .recruitMenu .recruitEntryBox {
        margin-top: 45px;
        margin-bottom: 0px; } }
    .recruitMenu .recruitEntryBox .btn_entry {
      width: 100%;
      height: auto;
      float: left;
      line-height: 1.8;
      text-align: center; }
      @media (max-width: 991px) {
        .recruitMenu .recruitEntryBox .btn_entry {
          font-weight: 500; } }
      .recruitMenu .recruitEntryBox .btn_entry a {
        display: inline-block;
        background-color: #c3292f;
        height: 60px;
        line-height: 60px;
        border-radius: 30px;
        max-width: 100%;
        width: 400px;
        padding: 0 10px;
        background-color: #c3292f;
        color: #fff;
        font-weight: 500;
        float: none; }
        @media (max-width: 767px) {
          .recruitMenu .recruitEntryBox .btn_entry a {
            height: 46px;
            line-height: 46px;
            border-radius: 23px; } }
        @media (max-width: 350px) {
          .recruitMenu .recruitEntryBox .btn_entry a {
            font-size: 12px;
            font-weight: 600; } }
        .recruitMenu .recruitEntryBox .btn_entry a:hover {
          background-color: #d42f36; }

.faq {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 80px; }
  .faq img {
    width: 100%;
    height: auto; }
  @media (max-width: 767px) {
    .faq {
      margin-bottom: 60px; } }
  .faq.last {
    margin-bottom: 0; }
  .faq h2 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 40px;
    font-weight: 500;
    text-align: center; }
    @media (max-width: 767px) {
      .faq h2 {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .faq h2 {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .faq h2 {
        text-align: left; } }
  .faq h3 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 600;
    color: #cc9000;
    margin: 20px 0; }
    @media (max-width: 767px) {
      .faq h3 {
        font-size: 14px; } }
  .faq .faqBox {
    width: 100%;
    height: auto;
    float: left;
    background-color: #f9f8f4;
    margin-bottom: 1px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    /*
		&:hover{
			@media (min-width: 768px){
			    background-color: $myRed;
			    .acrdBox{
					.acrd_inner{
						h4{
							color: #fff;
						}
						.acrd_sw{
							background-image: url(../img/icon_plus.svg);
						}
						.acrd_cont{
							p{
								color: #fff;
								a{
									color: #fff;
								}
							}
						}
					}
				}
			}
		}
*/ }
    .faq .faqBox .acrdBox {
      width: 100%;
      height: auto;
      float: left; }
      .faq .faqBox .acrdBox.active .acrd_inner .acrd_sw {
        transform: rotate(45deg); }
      .faq .faqBox .acrdBox .acrd_inner {
        width: 100%;
        height: auto;
        float: left;
        position: relative; }
        .faq .faqBox .acrdBox .acrd_inner h4 {
          font-weight: 500;
          font-size: 16px;
          letter-spacing: 0.1rem;
          padding: 20px 35px 20px 50px;
          color: #fff;
          background-image: url(../img/icon_q.svg);
          background-position: left top 18px;
          background-repeat: no-repeat;
          background-size: 30px 30px;
          color: #333;
          font-weight: 500; }
          @media (max-width: 767px) {
            .faq .faqBox .acrdBox .acrd_inner h4 {
              font-size: 14px; } }
          @media (max-width: 767px) {
            .faq .faqBox .acrdBox .acrd_inner h4 {
              background-size: 25px 25px;
              padding: 15px 30px 15px 40px;
              background-position: left top 20px; } }
          .faq .faqBox .acrdBox .acrd_inner h4:hover {
            cursor: pointer; }
        .faq .faqBox .acrdBox .acrd_inner .acrd_sw {
          -webkit-transition: all 0.2s;
          -moz-transition: all 0.2s;
          -ms-transition: all 0.2s;
          -o-transition: all 0.2s;
          transition: all 0.2s;
          position: absolute;
          top: 25px;
          right: 0px;
          width: 16px;
          height: 16px;
          display: block;
          background-image: url(../img/icon_plus_red.svg);
          background-position: center center;
          background-repeat: no-repeat;
          background-size: contain; }
          @media (max-width: 767px) {
            .faq .faqBox .acrdBox .acrd_inner .acrd_sw {
              top: 20px; } }
        .faq .faqBox .acrdBox .acrd_inner .acrd_cont {
          width: 100%;
          height: auto;
          float: left;
          display: none;
          padding: 0px 35px 20px 70px; }
          @media (max-width: 767px) {
            .faq .faqBox .acrdBox .acrd_inner .acrd_cont {
              padding: 0px 30px 20px 50px; } }
          .faq .faqBox .acrdBox .acrd_inner .acrd_cont p {
            margin-bottom: 10px; }
            .faq .faqBox .acrdBox .acrd_inner .acrd_cont p:last-of-type {
              margin-bottom: 0; }
            .faq .faqBox .acrdBox .acrd_inner .acrd_cont p a {
              color: #c3292f;
              text-decoration: underline; }
  .faq .storyTxtBox {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 80px;
    text-align: center; }
    @media (max-width: 767px) {
      .faq .storyTxtBox {
        margin-bottom: 60px; } }
    .faq .storyTxtBox h3 {
      font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
      font-weight: 400;
      font-size: 24px;
      line-height: 1.5;
      margin-bottom: 40px;
      text-align: left; }
      @media (max-width: 767px) {
        .faq .storyTxtBox h3 {
          font-size: 16px;
          font-weight: 500; } }
    .faq .storyTxtBox p {
      margin-bottom: 40px;
      text-align: left; }
      @media (max-width: 767px) {
        .faq .storyTxtBox p {
          margin-bottom: 20px; } }
      .faq .storyTxtBox p:last-of-type {
        margin-bottom: 0; }
    .faq .storyTxtBox img {
      margin-bottom: 40px;
      max-width: 270px; }
      @media (max-width: 767px) {
        .faq .storyTxtBox img {
          max-width: 200px; } }
  .faq .storyWp {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 60px;
    padding-bottom: 80px;
    background-color: #f9f8f4; }
    @media (max-width: 767px) {
      .faq .storyWp {
        padding-top: 40px; } }
    @media (max-width: 767px) {
      .faq .storyWp {
        padding-bottom: 60px; } }
    .faq .storyWp.mission {
      background-color: aqua; }
      .faq .storyWp.mission h2 {
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 32px;
        line-height: 1.5;
        margin-bottom: 40px;
        text-align: center; }
        @media (max-width: 767px) {
          .faq .storyWp.mission h2 {
            font-weight: 500;
            font-size: 20px; } }
      .faq .storyWp.mission .missionBox {
        padding: 40px;
        border: solid 1px #dcad00; }
        @media (max-width: 767px) {
          .faq .storyWp.mission .missionBox {
            padding: 20px; } }
        .faq .storyWp.mission .missionBox p {
          text-align: left; }
          .faq .storyWp.mission .missionBox p.en {
            font-family: "Montserrat", sans-serif;
            color: #c3292f;
            font-weight: 500;
            margin-bottom: 20px; }

/* -------- Cookie Sand -------- */
.videoWp {
  width: 100%;
  height: auto;
  float: left;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  background-color: #84091c;
  background-image: url(../img/video_poster_creamarysand_for_bg.jpg);
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  height: 700px;
  margin-bottom: 3px;
  z-index: 1; }
  @media (max-width: 1050px) {
    .videoWp {
      height: 600px; } }
  @media (max-width: 900px) {
    .videoWp {
      height: 500px; } }
  @media (max-width: 767px) {
    .videoWp {
      height: auto;
      padding: 80px 40px 60px 40px;
      text-align: center;
      background-image: url(../img/cover_creamarysand_video.jpg); } }
  @media (max-width: 420px) {
    .videoWp {
      padding: 70px 30px 40px 30px;
      margin-bottom: 2px; } }
  @media (max-width: 374px) {
    .videoWp {
      padding: 70px 20px 30px 20px; } }
  .videoWp .pageNav {
    z-index: 4;
    position: absolute;
    top: 0px;
    left: 0px; }
    .videoWp .pageNav ul li {
      color: #fff; }
      .videoWp .pageNav ul li a {
        color: #fff;
        position: relative;
        padding: .4em;
        text-decoration: none;
        padding: 0px 0px 3px 0px;
        text-shadow: none; }
        .videoWp .pageNav ul li a::after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 1px;
          -webkit-transform: scaleX(0);
          -moz-transform: scaleX(0);
          -o-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0);
          background-color: #fff;
          -webkit-transition: all 0.25s ease;
          -moz-transition: all 0.25s ease;
          -ms-transition: all 0.25s ease;
          -o-transition: all 0.25s ease;
          transition: all 0.25s ease; }
        .videoWp .pageNav ul li a:hover::after {
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -o-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1); }
        .videoWp .pageNav ul li a:active::after {
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -o-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1); }
      .videoWp .pageNav ul li a {
        color: #fff; }
  .videoWp .txtImg {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    text-align: center;
    max-width: 720px;
    width: 100%; }
    @media (max-width: 767px) {
      .videoWp .txtImg {
        max-width: 768px;
        position: relative;
        transform: none;
        -webkit-transform: none;
        top: 0;
        left: 0;
        display: inline-block; } }
    .videoWp .txtImg h1 img {
      max-width: 560px;
      width: 100%; }
      @media (max-width: 900px) {
        .videoWp .txtImg h1 img {
          max-width: 60%; } }
      @media (max-width: 767px) {
        .videoWp .txtImg h1 img {
          max-width: 75%; } }
      @media (max-width: 420px) {
        .videoWp .txtImg h1 img {
          max-width: 80%; } }
    .videoWp .txtImg hr {
      max-width: 380px;
      width: 100%;
      margin: 40px auto;
      border: none;
      border-top: solid 1px #fff; }
      @media (max-width: 900px) {
        .videoWp .txtImg hr {
          max-width: 55%;
          margin: 25px auto; } }
      @media (max-width: 420px) {
        .videoWp .txtImg hr {
          max-width: 60%;
          margin: 25px auto 20px auto; } }
    .videoWp .txtImg p {
      color: #fff;
      text-align: center;
      font-size: 18px;
      font-weight: 400;
      /* 			margin-bottom: 30px; */ }
      @media (max-width: 900px) {
        .videoWp .txtImg p {
          font-size: 16px;
          font-weight: 500; } }
      @media (max-width: 720px) {
        .videoWp .txtImg p {
          text-align: left; } }
      @media (max-width: 640px) {
        .videoWp .txtImg p {
          font-size: 14px;
          text-align: left; } }
      @media (max-width: 320px) {
        .videoWp .txtImg p {
          font-size: 12px; } }
      .videoWp .txtImg p span {
        line-height: 0;
        display: block; }
        @media (max-width: 720px) {
          .videoWp .txtImg p span {
            display: none; } }
    .videoWp .txtImg h2 {
      font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-size: 30px;
      color: #fff; }
      @media (max-width: 1050px) {
        .videoWp .txtImg h2 {
          font-size: 24px; } }
      @media (max-width: 900px) {
        .videoWp .txtImg h2 {
          font-size: 22px; } }
      @media (max-width: 420px) {
        .videoWp .txtImg h2 {
          font-size: 18px; } }
      @media (max-width: 320px) {
        .videoWp .txtImg h2 {
          font-size: 16px; } }
  .videoWp .screen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* 		background-color: rgba(0, 0, 0, 0.1); */
    z-index: 2; }
    @media (max-width: 767px) {
      .videoWp .screen {
        background-color: rgba(0, 0, 0, 0.2); } }
  .videoWp video {
    position: absolute;
    z-index: 1;
    width: 120%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%); }
    @media (max-width: 767px) {
      .videoWp video {
        display: none; } }

.page_cookie {
  position: relative;
  z-index: 1; }
  .page_cookie .table_section.about {
    margin-bottom: 80px;
    pointer-events: none; }
    @media (max-width: 767px) {
      .page_cookie .table_section.about {
        margin-bottom: 40px; } }
  .page_cookie .table_section.menu {
    margin-bottom: 40px;
    pointer-events: none; }
    @media (max-width: 767px) {
      .page_cookie .table_section.menu {
        margin-bottom: 0px; } }
  .page_cookie .table_section.store {
    margin-bottom: 40px;
    pointer-events: none; }
    @media (max-width: 767px) {
      .page_cookie .table_section.store {
        margin-bottom: 20px; } }
  .page_cookie .table_section.recruit {
    margin-bottom: 0px;
    pointer-events: none; }
    @media (max-width: 767px) {
      .page_cookie .table_section.recruit {
        margin-bottom: 0px; } }
  .page_cookie .content .content_row {
    margin-bottom: 100px; }
    @media (max-width: 767px) {
      .page_cookie .content .content_row {
        margin-bottom: 60px; } }
    .page_cookie .content .content_row .content_txt.sec01 {
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      margin-top: 60px; }
      @media (max-width: 1100px) {
        .page_cookie .content .content_row .content_txt.sec01 {
          margin-top: 0px; } }
    @media (max-width: 767px) {
      .page_cookie .content .content_row .content_txt {
        margin-bottom: 40px; } }
    .page_cookie .content .content_row .content_txt h2 {
      font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-size: 36px;
      margin-bottom: 40px; }
      @media (max-width: 1024px) {
        .page_cookie .content .content_row .content_txt h2 {
          font-size: 30px; } }
      @media (max-width: 767px) {
        .page_cookie .content .content_row .content_txt h2 {
          margin-bottom: 20px; } }
      @media (max-width: 420px) {
        .page_cookie .content .content_row .content_txt h2 {
          font-size: 24px; } }
      @media (max-width: 320px) {
        .page_cookie .content .content_row .content_txt h2 {
          font-size: 20px; } }
    .page_cookie .content .content_row .content_txt p {
      margin-bottom: 20px; }
      .page_cookie .content .content_row .content_txt p:last-of-tyoe {
        margin-bottom: 0; }
      @media (max-width: 420px) {
        .page_cookie .content .content_row .content_txt p {
          font-size: 14px; } }
    .page_cookie .content .content_row .content_txt dl dt {
      font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-size: 22px;
      margin-bottom: 10px; }
      @media (max-width: 1024px) {
        .page_cookie .content .content_row .content_txt dl dt {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .page_cookie .content .content_row .content_txt dl dt {
          font-size: 18px; } }
      @media (max-width: 420px) {
        .page_cookie .content .content_row .content_txt dl dt {
          font-size: 16px; } }
    .page_cookie .content .content_row .content_txt dl dd {
      margin-bottom: 40px; }
      .page_cookie .content .content_row .content_txt dl dd:last-of-type {
        margin-bottom: 0; }
      @media (max-width: 420px) {
        .page_cookie .content .content_row .content_txt dl dd {
          font-size: 14px;
          margin-bottom: 30px; } }
    .page_cookie .content .content_row .content_img {
      text-align: center; }
      .page_cookie .content .content_row .content_img img {
        max-width: 500px;
        width: 100%; }
        @media (max-width: 767px) {
          .page_cookie .content .content_row .content_img img {
            max-width: 300px; } }
  .page_cookie .content .content_menu {
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .page_cookie .content .content_menu {
        margin-bottom: 40px; } }
    .page_cookie .content .content_menu ul li {
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .page_cookie .content .content_menu ul li {
          margin-bottom: 20px; } }
      .page_cookie .content .content_menu ul li .item {
        position: relative;
        overflow: hidden;
        width: 100%;
        text-align: center; }
        .page_cookie .content .content_menu ul li .item a:hover .item_name_wp {
          opacity: 1; }
          .page_cookie .content .content_menu ul li .item a:hover .item_name_wp .item_name {
            margin-top: 0px; }
            @media (max-width: 767px) {
              .page_cookie .content .content_menu ul li .item a:hover .item_name_wp .item_name {
                margin-top: -20px; } }
        .page_cookie .content .content_menu ul li .item a img {
          -webkit-transition: all 0.4s;
          -moz-transition: all 0.4s;
          -ms-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all 0.4s;
          width: 100%;
          position: relative;
          z-index: 1; }
          @media (max-width: 767px) {
            .page_cookie .content .content_menu ul li .item a img {
              max-width: 260px; } }
        .page_cookie .content .content_menu ul li .item a .item_name_wp {
          -webkit-transition: all 0.4s;
          -moz-transition: all 0.4s;
          -ms-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all 0.4s;
          opacity: 0;
          z-index: 2;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: rgba(152, 24, 44, 0.8); }
          @media (max-width: 767px) {
            .page_cookie .content .content_menu ul li .item a .item_name_wp {
              opacity: 1.0;
              background: none;
              position: relative; } }
          .page_cookie .content .content_menu ul li .item a .item_name_wp .item_name {
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            -ms-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all 0.4s;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateY(-50%) translateX(-50%);
            -webkit-transform: translateY(-50%) translateX(-50%);
            width: 100%;
            padding: 0 10px;
            margin-top: 50px; }
            @media (max-width: 767px) {
              .page_cookie .content .content_menu ul li .item a .item_name_wp .item_name {
                position: relative;
                top: 0;
                left: 0;
                transform: none;
                -webkit-transform: none;
                margin-top: -20px; } }
            .page_cookie .content .content_menu ul li .item a .item_name_wp .item_name h2 {
              font-family: "Courgette", cursive;
              line-height: 1.5;
              text-align: center;
              font-size: 18px;
              color: #fff;
              font-weight: 500; }
              @media (max-width: 767px) {
                .page_cookie .content .content_menu ul li .item a .item_name_wp .item_name h2 {
                  font-size: 18px;
                  color: #98182c; } }
            .page_cookie .content .content_menu ul li .item a .item_name_wp .item_name p {
              text-align: center;
              font-size: 14px;
              color: #fff;
              font-weight: 500; }
              @media (max-width: 420px) {
                .page_cookie .content .content_menu ul li .item a .item_name_wp .item_name p {
                  color: #333; } }
  .page_cookie .content .content_store {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 100px; }
    @media (max-width: 767px) {
      .page_cookie .content .content_store {
        margin-bottom: 60px; } }
    .page_cookie .content .content_store .mapCanvas {
      width: 100%;
      height: 440px;
      float: left;
      margin-bottom: 40px; }
      .page_cookie .content .content_store .mapCanvas iframe {
        pointer-events: none;
        height: 440px; }
    .page_cookie .content .content_store .storeInfo {
      max-width: 900px;
      width: 100%;
      display: block;
      margin: 0 auto; }
      @media (max-width: 991px) {
        .page_cookie .content .content_store .storeInfo {
          text-align: center; } }
      .page_cookie .content .content_store .storeInfo h2 {
        font-size: 20px; }
        @media (max-width: 991px) {
          .page_cookie .content .content_store .storeInfo h2 {
            margin-bottom: 20px; } }
        @media (max-width: 768px) {
          .page_cookie .content .content_store .storeInfo h2 {
            font-size: 18px; } }
        @media (max-width: 420px) {
          .page_cookie .content .content_store .storeInfo h2 {
            font-size: 16px;
            text-align: left; } }
        @media (max-width: 320px) {
          .page_cookie .content .content_store .storeInfo h2 {
            font-size: 14px; } }
      .page_cookie .content .content_store .storeInfo p {
        margin-bottom: 5px; }
        .page_cookie .content .content_store .storeInfo p:last-of-type {
          margin-bottom: 0; }
        @media (max-width: 420px) {
          .page_cookie .content .content_store .storeInfo p {
            text-align: left; } }
        .page_cookie .content .content_store .storeInfo p a.mapLink {
          text-decoration: underline; }
  .page_cookie .content .content_recruit .storyTxt {
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .page_cookie .content .content_recruit .storyTxt .storyTxtBox img {
        max-width: 260px; } }

.table_section {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #98182c;
  margin-bottom: 3px;
  text-align: center;
  padding: 120px 40px;
  z-index: 1; }
  @media (max-width: 1400px) {
    .table_section {
      padding: 100px 40px; } }
  @media (max-width: 767px) {
    .table_section {
      height: auto;
      padding: 60px 40px;
      text-align: center; } }
  @media (max-width: 420px) {
    .table_section {
      padding: 40px 30px;
      margin-bottom: 2px; } }
  @media (max-width: 374px) {
    .table_section {
      padding: 30px 20px; } }
  .table_section.about {
    background-image: url(../img/cover_creamarysand_about.jpg); }
  .table_section.menu {
    background-image: url(../img/cover_creamarysand_menu.jpg); }
  .table_section.store {
    background-image: url(../img/cover_creamarysand_store.jpg); }
    .table_section.store a {
      background-color: rgba(0, 0, 0, 0.2); }
    .table_section.store .screen {
      background-color: rgba(0, 0, 0, 0.3); }
  .table_section.recruit {
    background-image: url(../img/cover_creamarysand_recruit.svg); }
    .table_section.recruit a {
      background-color: transparent; }
    .table_section.recruit .screen {
      background-color: transparent; }
  .table_section:hover .table_tl hr {
    max-width: 100%; }
  .table_section .table_tl {
    position: relative;
    z-index: 2;
    user-select: none;
    pointer-events: none;
    display: inline-block; }
    .table_section .table_tl h1 {
      color: #fff;
      font-weight: 500;
      font-family: "Courgette", cursive;
      font-size: 100px;
      line-height: 1; }
      @media (max-width: 767px) {
        .table_section .table_tl h1 {
          font-size: 80px; } }
      @media (max-width: 420px) {
        .table_section .table_tl h1 {
          font-size: 50px; } }
      @media (max-width: 374px) {
        .table_section .table_tl h1 {
          font-size: 45px; } }
      @media (max-width: 373px) {
        .table_section .table_tl h1 {
          font-size: 40px; } }
    .table_section .table_tl hr {
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      max-width: 200px;
      width: 100%;
      margin: 40px auto;
      border: none;
      border-top: solid 1px #fff; }
      @media (max-width: 767px) {
        .table_section .table_tl hr {
          max-width: 150px;
          margin: 30px auto; } }
      @media (max-width: 420px) {
        .table_section .table_tl hr {
          margin: 20px auto;
          max-width: 100px; } }
    .table_section .table_tl p {
      color: #fff;
      text-align: center;
      font-size: 18px;
      line-height: 1;
      font-weight: 400; }
      @media (max-width: 767px) {
        .table_section .table_tl p {
          font-size: 16px;
          font-weight: 500;
          line-height: 1.5; } }
      @media (max-width: 640px) {
        .table_section .table_tl p {
          font-size: 14px; } }
      @media (max-width: 320px) {
        .table_section .table_tl p {
          font-size: 12px; } }
      .table_section .table_tl p span {
        line-height: 0;
        display: none; }
        @media (max-width: 767px) {
          .table_section .table_tl p span {
            display: block; } }
  .table_section a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1; }
    .table_section a:hover {
      background-color: rgba(0, 0, 0, 0.5); }
  .table_section .screen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1; }

.cooki_nav {
  width: 100%;
  height: auto;
  float: left;
  position: fixed;
  z-index: 2;
  background-color: #f5f5f5;
  text-align: center;
  top: 70px;
  left: 0;
  height: 60px; }
  @media (max-width: 768px) {
    .cooki_nav {
      top: 54px;
      left: 0;
      z-index: 2;
      height: 54px; } }
  .cooki_nav ul {
    display: inline-block; }
    .cooki_nav ul li {
      float: left;
      color: #fff;
      font-weight: 500;
      font-family: "Courgette", cursive;
      font-size: 20px;
      line-height: 60px;
      height: 60px;
      margin-right: 40px;
      letter-spacing: 0; }
      .cooki_nav ul li a {
        color: #98182c;
        position: relative;
        padding: .4em;
        text-decoration: none;
        padding: 0px 0px 6px 0px;
        text-shadow: none; }
        .cooki_nav ul li a::after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 1px;
          -webkit-transform: scaleX(0);
          -moz-transform: scaleX(0);
          -o-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0);
          background-color: #98182c;
          -webkit-transition: all 0.25s ease;
          -moz-transition: all 0.25s ease;
          -ms-transition: all 0.25s ease;
          -o-transition: all 0.25s ease;
          transition: all 0.25s ease; }
        .cooki_nav ul li a:hover::after {
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -o-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1); }
        .cooki_nav ul li a:active::after {
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -o-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1); }
      @media (max-width: 768px) {
        .cooki_nav ul li {
          line-height: 54px;
          height: 54px;
          font-size: 16px;
          margin-right: 30px; } }
      @media (max-width: 420px) {
        .cooki_nav ul li {
          font-size: 15px;
          margin-right: 20px; } }
      @media (max-width: 374px) {
        .cooki_nav ul li {
          font-size: 14px;
          margin-right: 20px; } }
      .cooki_nav ul li:last-child {
        margin-right: 0; }
      .cooki_nav ul li a {
        color: #98182c; }

/* -------- Pace -------- */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #c3292f;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px; }

/* -------- Loading -------- */
/* ローディングの背景部分のCSS */
.topLoader {
  transition: all 0.2s ease-in-out;
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 99999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none; }
  .topLoader.animeOn {
    animation-delay: 2.0s;
    animation-fill-mode: both;
    animation-duration: 0.5s;
    animation-name: bg_anime_out;
    visibility: visible !important; }

.load_logo {
  visibility: hidden;
  opacity: 0;
  width: 400px;
  height: auto;
  animation-delay: 0.5s;
  animation-fill-mode: both;
  animation-duration: 0.7s;
  animation-name: anime_in;
  visibility: visible !important; }
  @media (max-width: 767px) {
    .load_logo {
      width: 200px; } }
  .load_logo img {
    width: 100%;
    height: auto; }
    .load_logo img.animeOut {
      animation-delay: 1.0s;
      animation-fill-mode: both;
      animation-duration: 0.5s;
      animation-name: anime_out;
      visibility: visible !important; }
