@charset "UTF-8";
/*init*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*lib*/
/**
 * define valiables
 * 各scssファイルでよく使う値を変数定義
 */
@font-face {
  font-family: 'NotoSansCJKjp-Medium';
  src: url("../fonts/NotoSansCJKjp-Medium.woff"), url("../fonts/NotoSansCJKjp-Bold.woff"), url("../fonts/NotoSansCJKjp-Black.woff"); }

/**
 * easing
 */
/**
 * function
 * 値を返す
 */
/**
 * mixins
 * ブロックを返す
 */
/*
デバイス定義
 */
/*
スマホの文字指定専用（横幅750px想定）
font-sizeにvwを設定
 */
/*
clearfix
 */
/*
iOS smooth scroll
 */
/*
opacity
 */
/*
fade
 */
/**
 * initiallize
 * タグ自体のstyleを記述
 */
html {
  font-family: "NotoSansCJKjp-Medium", "NotoSansCJKjp-Bold", "NotoSansCJKjp-Black", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #0E0E0E;
  word-wrap: break-word;
  font-size: 14px; }

body {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%; }

a {
  text-decoration: none;
  color: #0E0E0E; }
  a:hover {
    text-decoration: none; }

img {
  vertical-align: bottom; }

strong {
  font-weight: bold; }

input {
  padding: 0;
  border: none;
  background: none; }

input[type=text],
input[type=tel],
input[type=password],
input[type=email],
input[type=search],
input[type=url],
input[type=datetime],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime-local],
input[type=number],
select,
textarea {
  padding: 6px;
  font-family: "NotoSansCJKjp-Medium", "NotoSansCJKjp-Bold", "NotoSansCJKjp-Black", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  background-color: #fff;
  border: solid 1px #c9c9c9;
  vertical-align: bottom; }
  input[type=text]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=search]::-webkit-input-placeholder,
  input[type=url]::-webkit-input-placeholder,
  input[type=datetime]::-webkit-input-placeholder,
  input[type=date]::-webkit-input-placeholder,
  input[type=month]::-webkit-input-placeholder,
  input[type=week]::-webkit-input-placeholder,
  input[type=time]::-webkit-input-placeholder,
  input[type=datetime-local]::-webkit-input-placeholder,
  input[type=number]::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #e2e2e2; }
  input[type=text]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  input[type=email]:-ms-input-placeholder,
  input[type=search]:-ms-input-placeholder,
  input[type=url]:-ms-input-placeholder,
  input[type=datetime]:-ms-input-placeholder,
  input[type=date]:-ms-input-placeholder,
  input[type=month]:-ms-input-placeholder,
  input[type=week]:-ms-input-placeholder,
  input[type=time]:-ms-input-placeholder,
  input[type=datetime-local]:-ms-input-placeholder,
  input[type=number]:-ms-input-placeholder,
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #e2e2e2; }
  input[type=text]::-moz-placeholder,
  input[type=tel]::-moz-placeholder,
  input[type=password]::-moz-placeholder,
  input[type=email]::-moz-placeholder,
  input[type=search]::-moz-placeholder,
  input[type=url]::-moz-placeholder,
  input[type=datetime]::-moz-placeholder,
  input[type=date]::-moz-placeholder,
  input[type=month]::-moz-placeholder,
  input[type=week]::-moz-placeholder,
  input[type=time]::-moz-placeholder,
  input[type=datetime-local]::-moz-placeholder,
  input[type=number]::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #e2e2e2; }
  input[type=text]:focus,
  input[type=tel]:focus,
  input[type=password]:focus,
  input[type=email]:focus,
  input[type=search]:focus,
  input[type=url]:focus,
  input[type=datetime]:focus,
  input[type=date]:focus,
  input[type=month]:focus,
  input[type=week]:focus,
  input[type=time]:focus,
  input[type=datetime-local]:focus,
  input[type=number]:focus,
  select:focus,
  textarea:focus {
    background-color: #eef4fb; }

input[type=radio],
input[type=checkbox] {
  margin: 0;
  vertical-align: -1px; }

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  font-family: "NotoSansCJKjp-Medium", "NotoSansCJKjp-Bold", "NotoSansCJKjp-Black", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  vertical-align: bottom; }

textarea {
  resize: vertical;
  vertical-align: bottom; }

em {
  font-style: italic; }

sup {
  vertical-align: super; }

sub {
  vertical-align: sub; }

blockquote {
  background-color: #EEEFFF;
  padding: 1em 1em 1em 3em;
  position: relative;
  border-left: 3px solid #666; }

blockquote:before {
  content: "“";
  font-size: 600%;
  line-height: 1em;
  color: #999;
  position: absolute;
  left: 0;
  top: 0; }

::-moz-selection {
  background: #d4dcd6;
  /* Safari */ }

::selection {
  background: #d4dcd6;
  /* Safari */ }

::-moz-selection {
  background: #d4dcd6;
  /* Firefox */ }

.pci {
  display: inline; }
  @media print, screen and (max-width: 750px) {
    .pci {
      display: none; } }

.spi {
  display: none; }
  @media print, screen and (max-width: 750px) {
    .spi {
      display: inline; } }

.pc {
  display: block; }
  @media print, screen and (max-width: 750px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media print, screen and (max-width: 750px) {
    .sp {
      display: block; } }

.cr {
  cursor: default; }

.fade {
  -webkit-transition: opacity 0.1s ease-in-out 0s;
  -o-transition: opacity 0.1s ease-in-out 0s;
  transition: opacity 0.1s ease-in-out 0s; }
  .fade:hover {
    opacity: 0.7; }

.bgcolor_none {
  background-color: transparent !important; }

.no_breadcrumbsIcon:after {
  content: "" !important;
  display: inline-block;
  margin: 0 5px; }

.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

/* IE6 */
* html .cf {
  zoom: 1; }

/* IE7 */
*:first-child + html .cf {
  zoom: 1; }

.noBorder {
  border: none !important; }

/*parts*/
.p-e-free__btn {
  width: 400px;
  margin: 0 auto;
  margin-top: 40px;
  border: 4px solid #0E0E0E; }
  @media print, screen and (max-width: 750px) {
    .p-e-free__btn {
      width: 73.33333%; } }
  .p-e-free__btnTxt {
    font-size: 22px;
    font-size: 1.57143rem;
    width: 75%; }
    @media print, screen and (max-width: 750px) {
      .p-e-free__btnTxt {
        font-size: 18px;
        font-size: 4.8vw; } }
    .p-e-free__btnTxt a {
      color: #0E0E0E;
      position: relative;
      letter-spacing: 0.06em;
      display: block;
      padding: 20px 0; }
      @media print, screen and (max-width: 750px) {
        .p-e-free__btnTxt a {
          padding: 5.33333% 0; } }
  .p-e-free__btn:hover {
    background-color: rgba(0, 0, 0, 0.1); }

.p-e-free__lineup .lineup__footerOptionBtn {
  position: relative; }
  .p-e-free__lineup .lineup__footerOptionBtn::after {
    position: absolute;
    content: "";
    background: url(../img/pdf.svg) no-repeat;
    width: 25px;
    height: 25px;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media print, screen and (max-width: 750px) {
      .p-e-free__lineup .lineup__footerOptionBtn::after {
        width: 5.66667%;
        height: 40%; } }

.p-e-free__footer .footer__storeBtn {
  position: relative; }
  .p-e-free__footer .footer__storeBtn::after {
    position: absolute;
    content: "";
    background: url(../img/link.svg) no-repeat;
    width: 25px;
    height: 25px;
    right: 0;
    margin-right: 10px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media print, screen and (max-width: 750px) {
      .p-e-free__footer .footer__storeBtn::after {
        width: 6.66667%;
        height: 40%;
        margin-right: 0; } }

/*elements*/
/*pages*/
.p-e-free__kv {
  position: relative; }
  .p-e-free__kvImg {
    width: 100%;
    margin: 0 auto;
    margin-top: 120px;
    text-align: center; }
  .p-e-free__kvLog img {
    height: 90px; }
    @media print, screen and (max-width: 750px) {
      .p-e-free__kvImg {
        margin-top: 20.33333%; } }
  .p-e-free__kvLog {
    width: 720px;
    max-width: 100%;
    position: absolute;
    margin-top: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2; }
    @media print, screen and (max-width: 750px) {
      .p-e-free__kvLog {
        width: 87.33333%;
        margin-top: 0; }
      .p-e-free__kvLog img {
        height: 72px; } }
  .p-e-free__kvScrollTxt {
    position: absolute;
    left: 50%;
    display: inline-block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    margin-top: 50px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-size: 1.14286rem; }
    .p-e-free__kvScrollTxt:hover {
      opacity: 0.6; }
    @media print, screen and (max-width: 750px) {
      .p-e-free__kvScrollTxt {
        font-size: 12px;
        font-size: 3.2vw; } }
  .p-e-free__kvScrollTxt::before {
    position: absolute;
    content: "";
    border: 1px solid #0E0E0E;
    height: 100px;
    left: 50%;
    bottom: 0;
    margin-bottom: 30px; }
    @media print, screen and (max-width: 750px) {
      .p-e-free__kvScrollTxt::before {
        height: 50px; } }

.p-e-free__Nav {
  position: absolute;
  display: block;
  right: 0;
  bottom: 40%;
  margin: 0 30px 0 0px;
  height: 0;
  position: fixed;
  z-index: 2; }
  .p-e-free__NavLink {
    display: block;
    color: #ffffff;
    letter-spacing: 0.2em;
    font-weight: bold;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute; }
  .p-e-free__NavLink p {
    padding-top: 15%;
    width: 100%;
    font-size: 1.2em;
    letter-spacing: 1.5em;
    text-align: center;
    margin-top: 40px;
    margin-left: 12px; }
  @media print, screen and (max-width: 750px) {
    .p-e-free__Nav {
      display: none; } }
  .p-e-free__btnListInfo{
    position: absolute;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 0;
    margin-top: 25px;
    margin-left: 15px; }

.p-e-free .fixed {
  position: fixed; }

.p-e-free__NavRed {
  position: relative;
  padding: 75px 15px;
  margin-bottom: 10px;
  width: 100%;
  background: #BA0011; }
.p-e-free__NavRed_02 {
  background: #8EC421; }
  .p-e-free__NavRed:hover {
    opacity: 0.9; }
  .p-e-free__NavRed img {
    width: 40%;
    height: auto; }

.p-e-free__NavSp {
  display: none; }
  @media print, screen and (max-width: 750px) {
    .p-e-free__NavSp {
      display: block;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      position: fixed;
      z-index: 2;
      top: 0;
      right: 0; } }

.p-e-free__wrap {
  max-width: 1060px;
  margin: 0 auto; }
  @media print, screen and (max-width: 750px) {
    .p-e-free__wrap {
      width: 100%; } }

.p-e-free__about {
  text-align: center;
  margin-top: 142px; }
  @media print, screen and (max-width: 750px) {
    .p-e-free__about {
      margin-top: 26.33333%; } }
  .p-e-free__aboutTtl {
    font-size: 40px;
    font-size: 2.85714rem;
    line-height: 1.5; }
    @media print, screen and (max-width: 750px) {
      .p-e-free__aboutTtl {
        font-size: 24px;
        font-size: 6.4vw;
        line-height: 1.8; } }
  .p-e-free__aboutTxt {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 2.0;
    margin-top: 50px;
    position: relative;
    font-weight: bold; }
    @media (min-width: 750px) and (max-width: 1060px) {
      .p-e-free__aboutTxt {
        padding: 0 20px;
        font-size: 18px;
        font-size: 1.28571rem; } }
    @media print, screen and (max-width: 750px) {
      .p-e-free__aboutTxt {
        font-size: 13px;
        font-size: 3.46667vw;
        line-height: 2.4;
        margin-top: 9.33333%;
        padding: 0 1.33333%; } }
    .p-e-free__aboutTxt::before {
      content: "";
      position: absolute;
      border: 2px solid #8EC421;
      width: 35px;
      left: 50%;
      -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
      transform: translate(-50%);
      margin-top: -30px; }
      @media print, screen and (max-width: 750px) {
        .p-e-free__aboutTxt::before {
          margin-top: -6%; } }

.p-e-free__point {
  margin-top: 77px; }
  @media print, screen and (max-width: 750px) {
    .p-e-free__point {
      margin-top: 0; } }

.p-e-free__ttl {
  font-size: 52px;
  font-size: 3.71429rem;
  text-align: center;
  margin-bottom: 60px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  letter-spacing: 0.02em; }
  @media print, screen and (max-width: 750px) {
    .p-e-free__ttl {
      font-size: 30px;
      font-size: 8vw;
      margin-bottom: 5.33333%; } }

.p-e-free__gallery {
  margin-top: 100px; }
  @media print, screen and (max-width: 750px) {
    .p-e-free__gallery {
      margin-top: 10.66667%; } }

.p-e-free__lineup {
  margin-top: 120px; }
  @media (min-width: 750px) and (max-width: 1060px) {
    .p-e-free__lineup {
      padding: 0 20px; } }
  @media print, screen and (max-width: 750px) {
    .p-e-free__lineup {
      margin-top: 16%; } }

.p-e-free__topbtn {
  display: none;
  right: 10px;
  bottom: 20px;
  z-index: 2;
  position: fixed; }
  .p-e-free__topbtn a {
    display: block;
    width: 100%; }
  @media print, screen and (max-width: 750px) {
    .p-e-free__topbtn {
      bottom: 12%;
      right: 1.33333%; } }
  .p-e-free__topbtn img {
    width: 40px; }
    @media print, screen and (max-width: 750px) {
      .p-e-free__topbtn img {
        width: 45px; } }

.p-e-free__kvSlick01 .pc, .p-e-free__kvSlick02 .pc, .p-e-free__kvSlick03 .pc {
  display: block; }
  @media print, screen and (max-width: 750px) {
    .p-e-free__kvSlick01 .pc, .p-e-free__kvSlick02 .pc, .p-e-free__kvSlick03 .pc {
      display: none; } }

.p-e-free__kvSlick01 .sp, .p-e-free__kvSlick02 .sp, .p-e-free__kvSlick03 .sp {
  display: none; }
  @media print, screen and (max-width: 750px) {
    .p-e-free__kvSlick01 .sp, .p-e-free__kvSlick02 .sp, .p-e-free__kvSlick03 .sp {
      display: block; } }

.p-e-free__info {
  display: none;
  bottom: 0;
  z-index: 2;
  position: fixed;
  background: #BA0011;
  width: 100%;
  padding: 5.33333% 10.66667%; }
  .p-e-free__infoTxt {
    color: #fff;
    margin-left: 10.66667%;
    font-size: 15px;
    font-size: 4vw;
    letter-spacing: 0.1em;
    position: relative;
    font-weight: bold; }
    .p-e-free__infoTxt::after {
      position: absolute;
      content: "";
      background: url(../img/info.svg) no-repeat;
      background-size: contain;
      width: 22px;
      height: 22px;
      margin-left: 2.66667%;
      margin-top: -3px; }

.p-e-free__info--sp {
  display: none; }
  @media print, screen and (max-width: 750px) {
    .p-e-free__info--sp {
      display: block; } }

.slider {
  display: none; }

.slider.slick-initialized {
  display: block; }

.slick-slide {
  position: relative; }

.textphoto {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media (min-width: 750px) and (max-width: 1060px) {
  .point {
    padding: 0 20px; } }

.point__symbol, .point__history, .point__color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px; }
  @media (min-width: 750px) and (max-width: 1060px) {
    .point__symbol, .point__history, .point__color {
      margin-bottom: 50px; } }
  @media print, screen and (max-width: 750px) {
    .point__symbol, .point__history, .point__color {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 13.33333%; } }
  .point__symbolImg img, .point__historyImg img, .point__colorImg img {
    width: 100%; }
  @media print, screen and (max-width: 750px) {
    .point__symbolImg .sp, .point__historyImg .sp, .point__colorImg .sp {
      width: 100%;
      height: auto; } }

.point__history {
  justify-content: end;
  margin-bottom: 50px; }
  @media print, screen and (max-width: 750px) {
    .point__history {
      margin-bottom: 0; } }
  @media print, screen and (max-width: 750px) {
    .point__history .order1 {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; } }
  @media print, screen and (max-width: 750px) {
    .point__history .order2 {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }

.point__txt {
  max-width: 520px;
  width: 32%;
  margin: 0 auto;
  padding: 38px;
  border: 5px solid #aaa;
  border-radius: 10px; }
  @media print, screen and (max-width: 750px) {
    .point__txt {
      width: 100%;
      margin: 40px auto 0;
      padding: 0;
      border: none; } }
  .point__txtTtl {
    font-size: 24px;
    font-size: 1.71429rem;
    line-height: 1.8; }
    @media print, screen and (max-width: 750px) {
      .point__txtTtl {
        font-size: 20px;
        font-size: 5.33333vw;
        text-align: center; } }
  .point__txtContent {
    font-size: 13px;
    font-size: 0.92857rem;
    line-height: 2.0;
    margin-top: 20px; }
    @media print, screen and (max-width: 750px) {
      .point__txtContent {
        margin-top: 5.33333%;
        text-align: center; } }

.point__img {
  max-width: 520px;
  width: 40%;
  margin: 0 auto; }
  @media print, screen and (max-width: 750px) {
    .point__img {
      width: 100%;
      } }

.point__colorImg img {
  height: 400px;
  width: auto; }
  @media (min-width: 750px) and (max-width: 1060px) {
    .point__colorImg img {
      width: 100%; } }
  @media print, screen and (max-width: 750px) {
    .point__colorImg img {
      width: 100%;
      height: auto; } }

.gallery__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 750px) and (max-width: 1060px) {
    .gallery__wrap {
      -ms-flex-pack: distribute;
      justify-content: space-around; } }
  @media print, screen and (max-width: 750px) {
    .gallery__wrap {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0 2.66667%; } }
  .gallery__wrapImg {
    padding-top: 20px; }
    @media (min-width: 750px) and (max-width: 1060px) {
      .gallery__wrapImg {
        width: 30%; } }
    @media print, screen and (max-width: 750px) {
      .gallery__wrapImg {
        max-width: 48%;
        padding-top: 2.66667%; } }
    .gallery__wrapImg img {
      max-width: 100%; }
    .gallery__wrapImg:first-child {
      padding-right: 20px; }
      @media print, screen and (max-width: 750px) {
        .gallery__wrapImg:first-child {
          padding-right: 0; } }
      .gallery__wrapImg:first-child a:hover::after {
        content: "＋";
        font-size: 50px;
        color: #ffffff;
        position: absolute;
        top: 45%;
        right: 0;
        left: 40%; }
        @media print, screen and (max-width: 750px) {
          .gallery__wrapImg:first-child a:hover::after {
            font-size: 30px;
            font-size: 8vw;
            left: 42%; } }
    .gallery__wrapImg:nth-child(3n+4) {
      padding-right: 20px; }
      @media print, screen and (max-width: 750px) {
        .gallery__wrapImg:nth-child(3n+4) {
          padding-right: 0; } }
      .gallery__wrapImg:nth-child(3n+4) a:hover::after {
        content: "＋";
        font-size: 50px;
        color: #ffffff;
        position: absolute;
        top: 45%;
        right: 0;
        left: 40%; }
        @media print, screen and (max-width: 750px) {
          .gallery__wrapImg:nth-child(3n+4) a:hover::after {
            font-size: 30px;
            font-size: 8vw;
            left: 42%; } }
    .gallery__wrapImg:nth-child(3n) {
      padding-left: 20px; }
      @media print, screen and (max-width: 750px) {
        .gallery__wrapImg:nth-child(3n) {
          padding-left: 0; } }
      .gallery__wrapImg:nth-child(3n) a:hover::after {
        content: "＋";
        font-size: 50px;
        color: #ffffff;
        position: absolute;
        top: 45%;
        right: 0;
        left: 45%; }
        @media print, screen and (max-width: 750px) {
          .gallery__wrapImg:nth-child(3n) a:hover::after {
            font-size: 30px;
            font-size: 8vw;
            left: 42%; } }
    .gallery__wrapImg:nth-child(3n+2) a:hover::after {
      content: "＋";
      font-size: 50px;
      color: #ffffff;
      position: absolute;
      top: 45%;
      right: 0;
      left: 42%; }
      @media print, screen and (max-width: 750px) {
        .gallery__wrapImg:nth-child(3n+2) a:hover::after {
          font-size: 30px;
          font-size: 8vw; } }
  .gallery__wrapImg {
    position: relative; }
    .gallery__wrapImg a:hover {
      opacity: 0.6; }
  .gallery__wrap--pc {
    width: 100%;
    display: block; }
    @media print, screen and (max-width: 750px) {
      .gallery__wrap--pc {
        display: none; } }
  .gallery__wrap--sp {
    display: none; }
    @media print, screen and (max-width: 750px) {
      .gallery__wrap--sp {
        display: block;
        width: 100%; } }

.gallery .p-e-free__ttl {
  position: relative;
  padding-top: 130px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  letter-spacing: 0.03em; }
  @media print, screen and (max-width: 750px) {
    .gallery .p-e-free__ttl {
      padding-top: 26%; } }
  .gallery .p-e-free__ttl::before {
    position: absolute;
    content: "";
    border: 1px solid #0E0E0E;
    height: 100px;
    top: 0;
    left: 50%; }
    @media print, screen and (max-width: 750px) {
      .gallery .p-e-free__ttl::before {
        height: 60.66667%; } }

.gallery__moreBtn {
  right: 0;
  display: block;
  text-align: center;
  margin: 0 430px;
  margin-top: 50px; }
  @media (min-width: 750px) and (max-width: 1060px) {
    .gallery__moreBtn {
      margin: 0 auto;
      margin-top: 50px; } }
  @media print, screen and (max-width: 750px) {
    .gallery__moreBtn {
      margin: 0;
      margin-top: 10.66667%; } }
  .gallery__moreBtn img {
    width: 200px; }
    @media print, screen and (max-width: 750px) {
      .gallery__moreBtn img {
        width: 40%; } }
  .gallery__moreBtn:hover {
    opacity: 0.6; }

.lineup__menu {
  margin-top: 50px; }
  .lineup__menuInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ACAFB2; }
    .lineup__menuInner--red {
      font-size: 26px;
      font-size: 1.85714rem;
      position: relative;
      display: inline-block;
      margin: 0 70px; }
      @media print, screen and (max-width: 750px) {
        .lineup__menuInner--red {
          font-size: 23px;
          font-size: 4.13333vw;
          margin: 0 2.66667%; } }
    .lineup__menuInner--red:hover {
      color: #BA0011;
      -webkit-text-decoration: 2px solid #BA0011;
      text-decoration: 2px solid #BA0011;
      cursor: pointer; }
    .lineup__menuInner .is-active {
      color: #BA0011; }
    .lineup__menuInner--red::after {
      border-bottom: solid 3px #BA0011;
      bottom: 0;
      content: "";
      display: block;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      -webkit-transition: all .3s ease;
      width: 0;
      padding-top: 10px; }
    .lineup__menuInner--red:hover::after {
      width: 100%; }

.lineup__left2 {
  display: none; }
  .lineup__left2.is-open {
    display: block; }

.lineup__container2 {
  width: 600px; }
  @media print, screen and (max-width: 750px) {
    .lineup__container2 {
      width: 100%; } }

@media print, screen and (max-width: 750px) {
  .lineup__left {
    max-width: 100%; } }

.lineup__leftWrap {
  margin-top: 50px; }
  @media (min-width: 750px) and (max-width: 1060px) {
    .lineup__leftWrap {
      margin-top: 30px; } }
  @media print, screen and (max-width: 750px) {
    .lineup__leftWrap {
      width: 100%; } }
  .lineup__leftWrapTtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Roboto', sans-serif; }
  .lineup__leftWrapName {
    padding-right: 60px;
    letter-spacing: 0.05em;
    font-size: 16px;
    font-size: 1.14286rem; }
    @media print, screen and (max-width: 750px) {
      .lineup__leftWrapName {
        font-size: 15px;
        font-size: 4vw; } }
  .lineup__leftWrapPrice {
    font-size: 16px;
    font-size: 1.14286rem;
    letter-spacing: 0.05em; }
    @media print, screen and (max-width: 750px) {
      .lineup__leftWrapPrice {
        font-size: 15px;
        font-size: 4vw; } }
  .lineup__leftWrapNumber {
    font-size: 20px;
    font-size: 1.42857rem; }
    @media print, screen and (max-width: 750px) {
      .lineup__leftWrapNumber {
        font-size: 18px;
        font-size: 4.8vw; } }
  .lineup__leftWrapTxt {
    margin-top: 15px;
    line-height: 1.8;
    font-size: 13px;
    font-size: 0.92857rem; }

.lineup__leftInner {
  margin-top: 0px; }
  @media print, screen and (max-width: 750px) {
    .lineup__leftInner {
      padding: 0 5.33333%; } }

.lineup__leftInner--pc {
  display: block; }
  @media print, screen and (max-width: 750px) {
    .lineup__leftInner--pc {
      display: none; } }

.lineup__leftInner--sp {
  display: none; }
  @media print, screen and (max-width: 750px) {
    .lineup__leftInner--sp {
      display: block;
      padding: 0; } }

.lineup__leftList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*margin-top: 10px;*/
  margin-top: 0px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.lineup__leftItem {
  width: 135px;
  margin-top: 10px; }
  @media print, screen and (max-width: 750px) {
    .lineup__leftItem {
      width: 32.66667%;
      text-align: center; } }
  .lineup__leftItemTxt {
    font-size: 12px;
    font-size: 0.85714rem;
    padding-top: 10px;
    line-height: 1.8;
    letter-spacing: -0.02em; }
    @media print, screen and (max-width: 750px) {
      .lineup__leftItemTxt {
        font-size: 10px;
        font-size: 2.66667vw;
        padding-left: 8.33333%;
        display: inline-block;
        text-align: left; } }
  .lineup__leftItem img {
    width: 100%; }
  .lineup__leftItem.slick-current img {
    opacity: 1; }
.lineup__leftItem.leftItem2 { width: 50%; }
li.newIcon{ position: relative; }
li.newIcon:before{content: 'New';
    background: #ba0011;
    color: #fff;
    padding: 0px 4px;
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 1;
    line-height: 1.3rem;
}

.lineup__footer {
  text-align: center;
  margin-top: 92px; }
  @media print, screen and (max-width: 750px) {
    .lineup__footer {
      margin-top: 13.33333%; } }
  .lineup__footerBtn a {
    position: relative; }
  .lineup__footerBtn a::after {
    position: absolute;
    content: "";
    background: url(../img/pdf.svg) no-repeat;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0; }
  .lineup__footerBnr {
    margin-top: 100px;
    padding: 0 130px; }
    @media print, screen and (max-width: 750px) {
      .lineup__footerBnr {
        margin-top: 16%;
        padding: 0; } }
    .lineup__footerBnr img {
      width: 100%; }
  .lineup__footerOptionBtn a {
    font-family: 'Roboto', sans-serif;
    font-weight: 500; }

.lineup__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px; }
  @media print, screen and (max-width: 750px) {
    .lineup__container {
      display: block;
      padding: 0 4%; } }

.lineup__right {
  width: 600px;
  padding-left: 40px; }
  @media (min-width: 750px) and (max-width: 1060px) {
    .lineup__right {
      margin-top: 50px; } }
  @media print, screen and (max-width: 750px) {
    .lineup__right {
      width: 100%;
      padding: 0; } }
  .lineup__rightWrapper img {
    width: 100%; }
    @media print, screen and (max-width: 750px) {
      .lineup__rightWrapper img {
        width: 100%; } }

.footer {
  text-align: center;
  margin-top: 100px; }
  @media print, screen and (max-width: 750px) {
    .footer {
      margin-top: 16%; } }
  .footer__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media print, screen and (max-width: 750px) {
      .footer__btn {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 2; }
        .footer__btn.is_static {
          position: static; } }
    .footer__btnList {
      font-size: 20px;
      font-size: 1.42857rem;
      width: 100%;
      background: #BA0011;
      padding: 45px 50px; }
    .footer__btnList_02 {
      background: #8EC421; }
      @media print, screen and (max-width: 750px) {
        .footer__btnList {
          padding: 9% 0;
          padding-left: 8%;
          font-size: 13px;
          font-size: 3.46667vw; } }
      .footer__btnList a {
        color: #ffffff;
        letter-spacing: 0.2em;
        display: inline-block;
        font-weight: bold;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute; }
        @media print, screen and (max-width: 750px) {
          .footer__btnList a {
            letter-spacing: 0.1em; } }
      .footer__btnList p {
        padding-top: 38px;
        width: 380px;
        margin: 0 auto; }
        @media print, screen and (max-width: 750px) {
          .footer__btnList p {
            padding-top: 15%;
            width: 100%;
            font-size: 16px;
            font-size: 4.26667vw;
            letter-spacing: 0.2em; } }
      .footer__btnList--l {
        position: relative; }
        .footer__btnList--l p::before {
          display: block;
          position: absolute;
          content: "";
          background: url(../img/info.svg) no-repeat;
          background-size: contain;
          width: 32px;
          height: 32px;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
          @media print, screen and (max-width: 750px) {
            .footer__btnList--l p::before {
              background: none;
              width: 0; } }
        .footer__btnList--l:hover {
          opacity: 0.8; }
      .footer__btnListInfo {
        display: none; }
        @media print, screen and (max-width: 750px) {
          .footer__btnListInfo {
            width: 10%;
            position: absolute;
            display: block;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            right: 0;
            margin-right: 10px;
            margin-top: 2px; } }
  .footer__store {
    margin-top: 70px; }
    @media print, screen and (max-width: 750px) {
      .footer__store {
        margin-top: 13.33333%; } }
    .footer__storeTtl {
      font-size: 24px;
      font-size: 1.71429rem;
      letter-spacing: 0.2em;
      font-weight: bold; }
      @media print, screen and (max-width: 750px) {
        .footer__storeTtl {
          font-size: 20px;
          font-size: 5.33333vw; } }
  .footer__copyright {
    margin-top: 110px;
    background: #808080;
    padding: 30px 0; }
    @media print, screen and (max-width: 750px) {
      .footer__copyright {
        margin-top: 24%;
        padding: 2.66667% 0 5.33333% 0; } }
    .footer__copyrightTxt {
      font-size: 12px;
      font-size: 0.85714rem;
      color: #ffffff;
      letter-spacing: 0.02em;
      font-family: 'Roboto', sans-serif; }
      @media print, screen and (max-width: 750px) {
        .footer__copyrightTxt {
          font-size: 8px;
          font-size: 2.13333vw; } }

.lineup__flex {
  width:60%;
  margin: 0 auto; }

.comTextBox{
    display: flex;
    width: 50%;
    margin: 0 auto;
}

@media print, screen and (max-width: 750px) {
.comTextBox{
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
    }
}

.comTextBox div{
    width: 50%;
    margin: auto;
    padding: 5px;
    justify-items: center;
    display: block;
    border-bottom: 2px solid #aaa;
    text-align: center;
}

.comTextBox div:first-child{
    border-right: 1px solid #aaa;
}

@media print, screen and (max-width: 750px) {
.comTextBox div:first-child{
    border-right: 0;
    font-size: 1.2em;
    font-weight: bold;
  }
}

@media print, screen and (max-width: 750px) {
.comTextBox div{
    width: 90%;
    margin: 0 auto;
    padding: 5px 0;
    }
}

.comTextBox:last-child div{
    width: 100%;
    text-align: left;
    border-right: 0;
}

@media print, screen and (max-width: 750px) {
.comTextBox:last-child div{
    width: 90%;
    font-size: 0.9em;
    font-weight: normal;
    }
}
.comTextBox p span{
  font-size: 0.8em;
}


/*** 店舗情報調整 ***/
.comShopBox{
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-bottom: 20px;
}

@media print, screen and (max-width: 750px) {
.comShopBox{
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-bottom: 20px;
    }
}

.comShopBox div{
    width: 50%;
    margin: auto;
    justify-items: center;
    display: block;
}

@media print, screen and (max-width: 750px) {
.comShopBox div{
    width: 95%;
    min-width: 318px;
    margin: 0 auto;
    }
}

.textBox {
    font-size: 1em;
    line-height: 1.4em;
}

@media print, screen and (max-width: 750px) {
.textBox {
    font-size: 1.1em;
    padding: 20px 0;
    }
}

.headLine07 {
    font-size: 1.2em;
    line-height: 2em;
}

@media print, screen and (max-width: 750px) {
.headLine07 {
    font-size: 1.1em;
    line-height: 1em;
    }
}

.comShopLink a{
    border: 3px solid;
    width: 95%;
    text-align: center;
    margin: 5px 0 0 0;
    padding: 5px 10px;
    font-size: 0.8em;
}

@media print, screen and (max-width: 750px) {
.comShopLink a{
    width: 93%;
  }
}

@media print, screen and (max-width: 750px) {
.mapBox{
    width: 100%;
    margin: 0 auto;
    border: 1px solid #ccc;
    }
}

.mapBox iframe{
    padding-left: 40px;
}

@media print, screen and (max-width: 750px) {
.mapBox iframe{
    width: 100%;
    height: auto;
    padding-left: 0;
    }
}

.video iframe{
  width: 70%;
  height: 420px;
  margin: 0 auto;
  display: block;
}

@media print, screen and (max-width: 750px) {
  .video iframe{
    width: 95%;
    height: 30vh;
    margin: 0 auto;
    display: block;
  }
}

.gallery .video{
  margin-bottom: 60px;
}

@media print, screen and (max-width: 750px) {
  .gallery .video{
    margin-bottom: 20px;
  }
}

/*tabの形状*/
.tab{
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #999;
  padding-left: 0;
  justify-content: center;
  align-items: center;
}
@media print, screen and (max-width: 750px) {
  .tab{
  }
}

.tab li a{
  display: block;
  background:#ddd;
  margin:0 2px;
  padding: 20px 24px;
  font-size: 2rem;
  font-weight: bold;
}
@media print, screen and (max-width: 750px) {
.tab li a{
  padding: 15px 8px;
  font-size: 1rem;
  }
}
/*liにactiveクラスがついた時の形状*/
.tab li.active a{
  background:#999;
}

/*エリアの表示非表示と形状*/
.area {
  display: none;/*はじめは非表示*/
  opacity: 0;/*透過0*/
  background: #fff;
  padding:20px;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*========= レイアウトのためのCSS ===============*/

.wrapper{
  width:100%;
  max-width: 960px;
  margin:30px auto;
    background:#fefefe;
}

.area h2{
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  margin: 40px 0 20px;
}

.area h2:before,
.area h2:after {
  content: "";
  flex-grow: 1;
  height: 1px; /* 線の太さ */
  background: #000; /* 線の色 */
  margin:0 2em; /* 文字と線の余白 */
}

.area li{
  padding: 10px; 
  border-bottom: 1px solid #ddd;
}

.text-line {
  display: flex;
  align-items: center;
}

/* news項目追加240529 */
.news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}
.news-list .item:first-child a{
  border-top: 1px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 140px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
  line-height: 20px;
}
.news-list .item .category{
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}
.news-list .item .category span{
  background: #999;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
  line-height: 20px;
}
.news-list .item a:hover .title{
  color: #00F;
}

@media screen and (max-width: 750px){
.news-list .item a{
  flex-wrap: wrap;
}
.news-list .item .date{
  min-width: 100px;
}
.news-list .item .title{
  margin-top: 10px;
  }
}
