@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@300;400;500;700&family=Oswald:wght@300;400;500;600;700&display=swap");
/* メイン・サブ
***************************************************************/
/* その他
***************************************************************/
/* メイン・サブ
***************************************************************/
/* テキスト
***************************************************************/
/* media
***************************************************************/
/* フォントサイズvw
***************************************************************/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated:  2010-09-17
Author:  Richard Clark - http: //richclarkdesign.com
Twitter:  @rich_clark
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  -webkit-text-size-adjust: 100%;
}

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 {
  display: block;
}

ol, 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;
  text-decoration: none;
  color: #000;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

main {
  display: block;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

img[src$=".svg"] {
  display: block;
  width: 100%;
  height: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

input, select, textarea, button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  padding: 0;
}

input:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

/* FONT
***************************************************************/
/* sans
*******************************/
.sans {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

.serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

.oswald {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

.yuGothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

/* body
***************************************************************/
body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 100%;
  font-weight: 400;
  color: #000;
  line-height: 1.6;
  letter-spacing: 0.05em;
  -webkit-animation: opacity ease 1s forwards;
          animation: opacity ease 1s forwards;
}
body.fixed {
  position: fixed;
  width: 100%;
}

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

@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 681px) {
  body {
    min-width: 1200px;
  }
}
/* body
***************************************************************/
/* コンテンツ
***************************************************************/
.none {
  display: none;
}

.linkNone {
  pointer-events: none;
}

@media screen and (min-width: 681px) {
  .nonePC {
    display: none !important;
  }
  .linkNonePC {
    pointer-events: none;
  }
}
@media screen and (max-width: 680px) {
  .noneSP {
    display: none !important;
  }
  .linkNoneSP {
    pointer-events: none;
  }
}
/* コンテンツ
***************************************************************/
/* コンテンツ
***************************************************************/
/* コンテンツ
***************************************************************/
/* header
***************************************************************/
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  z-index: 9;
}
#header .inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 26px;
  position: relative;
}
#header .hLogo {
  width: 246px;
}
#header .hNavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: calc(100% - 246px);
  height: 100%;
}
#header .hNaviList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#header .hNaviList > li {
  line-height: 1;
  padding-bottom: 4px;
  position: relative;
}
#header .hNaviList > li + li {
  border-left: 1px solid #000;
}
#header .hNaviList > li .listInner {
  font-size: 14px;
  letter-spacing: 0.1em;
  cursor: pointer;
  padding: 0 18px;
}
#header .hConversionList {
  width: 240px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#header .hConversionList li {
  width: 50%;
  height: 100%;
}
#header .hConversionList li + li {
  border-left: 1px solid #fff;
}
#header .hConversionList li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  font-size: 16px;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  background: #00a9c9;
}

@media screen and (min-width: 681px) {
  #header {
    min-width: 1200px;
  }
  #header .hLogo a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #header .hLogo a:hover {
    opacity: 0.7;
  }
  #header .hNaviList > li a {
    position: relative;
  }
  #header .hNaviList > li a::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 1px;
    background: #000;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  #header .hNaviList > li a:hover::before {
    width: calc(100% - 36px);
  }
  #header .hConversionList li a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #header .hConversionList li a:hover {
    opacity: 0.7;
  }
}
@media all and (min-width: 681px) and (max-width: 1230px) {
  #header .hLogo {
    width: 216px;
  }
  #header .hNavi {
    width: calc(100% - 216px);
  }
  #header .hNaviList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #header .hNaviList > li {
    line-height: 1;
    padding-bottom: 4px;
    position: relative;
  }
  #header .hNaviList > li + li {
    border-left: 1px solid #000;
  }
  #header .hNaviList > li .listInner {
    font-size: 14px;
    letter-spacing: 0.1em;
    cursor: pointer;
    padding: 0 18px;
  }
  #header .hConversionList {
    width: 240px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #header .hConversionList li {
    width: 50%;
    height: 100%;
  }
  #header .hConversionList li + li {
    border-left: 1px solid #fff;
  }
  #header .hConversionList li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    font-size: 18px;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    background: #00a9c9;
  }
}
@media screen and (max-width: 680px) {
  #header {
    height: 60px;
  }
  #header .inner {
    padding: 0 12px;
  }
  #header .hLogo {
    width: 221px;
  }
  #header .hNavi {
    width: calc(100% - 221px);
  }
  #header .hNaviList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #header .hNaviList > li {
    line-height: 1;
    padding-bottom: 4px;
    position: relative;
  }
  #header .hNaviList > li + li {
    border-left: 1px solid #000;
  }
  #header .hNaviList > li .listInner {
    font-size: 14px;
    letter-spacing: 0.1em;
    cursor: pointer;
    padding: 0 18px;
  }
  #header .hConversionList {
    width: 240px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #header .hConversionList li {
    width: 50%;
    height: 100%;
  }
  #header .hConversionList li + li {
    border-left: 1px solid #fff;
  }
  #header .hConversionList li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    font-size: 18px;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    background: #00a9c9;
  }
  #header .menuBtn {
    width: 34px;
    height: 16px;
    cursor: pointer;
    position: relative;
    z-index: 0;
  }
  #header .menuBtn span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #header .menuBtn span:nth-child(1) {
    top: 0;
  }
  #header .menuBtn span:nth-child(2) {
    top: calc((100% - 2px) / 2);
  }
  #header .menuBtn span:nth-child(3) {
    bottom: 0;
  }
  #header .menuBtn.open span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #header .menuBtn.open span:nth-child(2) {
    width: 0;
  }
  #header .menuBtn.open span:nth-child(3) {
    bottom: auto;
    top: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
/* header
***************************************************************/
/* CONVERSION
***************************************************************/
.secConversion {
  padding: 105px 0 32px;
}
.secConversion .inner {
  width: 1100px;
  margin: 0 auto;
}
.secConversion .conversionList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
.secConversion .conversionList li {
  width: 200px;
  min-height: 87px;
}
.secConversion .conversionList li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 23px;
  letter-spacing: 0;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #00a9c9;
  border-radius: 8px;
  height: 100%;
}
.secConversion .conversionNote {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 85px;
}

.fixedConvertion {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 8;
}
.fixedConvertion .fixedConvertionList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fixedConvertion .fixedConvertionList li {
  width: 50%;
  height: 60px;
}
.fixedConvertion .fixedConvertionList li:nth-child(2n) {
  border-left: 1px solid #fff;
}
.fixedConvertion .fixedConvertionList li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: bold;
  color: #fff;
  text-align: center;
  height: 100%;
  background: #00a9c9;
}

@media screen and (min-width: 681px) {
  .secConversion .conversionList li a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .secConversion .conversionList li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 680px) {
  .secConversion {
    padding: 18px 0;
  }
  .secConversion .inner {
    width: 100%;
    padding: 0 18px;
  }
  .secConversion .conversionNote {
    font-size: 12px;
    text-align: justify;
    margin-top: 0;
  }
}
/* CONVERSION
***************************************************************/
/* footer
***************************************************************/
#footer {
  padding: 80px 0 14px;
  background: #00a9c9;
  color: #fff;
}
#footer .fLogo {
  width: 260px;
  margin: 0 auto;
}
#footer .fCompanyDetailBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 55px;
}
#footer .fCompanyDetailBox .fCompanyShopName {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 124px;
  height: 84px;
  font-size: 19px;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#footer .fCompanyDetailBox .fCompanyDetail {
  padding-left: 18px;
}
#footer .fCompanyDetailBox .fCompanyName {
  font-size: 19px;
  letter-spacing: 0.06em;
  font-weight: 500;
}
#footer .fCompanyDetailBox .fCompanyAddress {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.3;
  margin-top: 8px;
}
#footer .fCompanyDetailBox .fCompanyTel {
  display: inline-block;
  font-size: 22px;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #fff;
  margin-top: 5px;
}
#footer .fCompanyDetailBox .fCompanyTime {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 8px;
}
#footer .fSnsList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 34px;
  margin-top: 52px;
}
#footer .fSnsList li.youtube {
  width: 36px;
}
#footer .fSnsList li.insta {
  width: 30px;
}
#footer .fSnsList li.twitter {
  width: 27px;
}
#footer .fSnsList li.facebook {
  width: 32px;
}
#footer .fUnder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 18px;
  margin-top: 20px;
}
#footer .fUnderLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
#footer .fUnderLink a {
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #fff;
}
#footer .copywriter {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: right;
  margin-left: auto;
}

@media screen and (min-width: 681px) {
  #footer .fSnsList li {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  #footer .fSnsList li:hover {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  #footer .fUnderLink a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #footer .fUnderLink a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 680px) {
  #footer {
    padding: 80px 0;
  }
  #footer .inner {
    padding: 0 20px;
  }
  #footer .fLogo {
    width: 260px;
  }
  #footer .fCompanyDetailBox {
    display: block;
    margin-top: 55px;
  }
  #footer .fCompanyDetailBox .fCompanyShopName {
    width: 56.8%;
    height: 48px;
    margin: 20px auto 0;
  }
  #footer .fCompanyDetailBox .fCompanyAddress {
    margin-top: 20px;
  }
  #footer .fCompanyDetailBox .fCompanyDetail {
    padding-left: 0;
  }
  #footer .fCompanyDetailBox .fCompanyName {
    text-align: center;
  }
  #footer .fSnsList {
    margin-top: 35px;
  }
  #footer .fUnder {
    display: block;
    padding: 0 20px;
    margin-top: 66px;
  }
  #footer .fUnderLink {
    display: block;
  }
  #footer .fUnderLink a {
    display: block;
  }
  #footer .fUnderLink a + a {
    margin-top: 12px;
  }
  #footer .copywriter {
    text-align: center;
    margin-top: 20px;
  }
}
/* footer
***************************************************************/
/* button
***************************************************************/
.commonMoreBtn {
  display: block;
  width: 300px;
  padding-bottom: 12px;
  border-bottom: 2px solid #00a9c9;
  position: relative;
}
.commonMoreBtn span {
  display: block;
  width: 109px;
}
.commonMoreBtn i {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 46.08px;
  height: 8.64px;
  background: url(../img/common/icon_arrow01.svg) no-repeat center/cover;
}
.commonMoreBtn.center {
  margin: 0 auto;
}
.commonMoreBtn.concept span {
  width: auto;
  height: 14px;
}
.commonMoreBtn.concept span img {
  width: auto;
  height: 100%;
}
.commonMoreBtn.down {
  padding-top: 10px;
}
.commonMoreBtn.down i {
  right: 9px;
  top: 0;
  width: 8.64px;
  height: 30.76px;
  background: url(../img/common/icon_arrow03.svg) no-repeat center/cover;
}

@media screen and (min-width: 681px) {
  .commonMoreBtn {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .commonMoreBtn i {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .commonMoreBtn:hover {
    opacity: 0.7;
  }
  .commonMoreBtn:hover i {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .commonMoreBtn.down:hover i {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  a:hover .commonMoreBtn {
    opacity: 0.7;
  }
  a:hover .commonMoreBtn i {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  a:hover .commonMoreBtn.down i {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  a .commonMoreBtn {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a .commonMoreBtn i {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (max-width: 680px) {
  .commonMoreBtn {
    width: 100%;
    padding-bottom: 10px;
  }
  .commonMoreBtn span {
    width: 82px;
  }
  .commonMoreBtn i {
    width: 34px;
    height: 6px;
  }
  .commonMoreBtn.concept span {
    height: 11px;
  }
  .commonMoreBtn.down {
    padding-top: 0;
  }
  .commonMoreBtn.down i {
    top: -5px;
    width: 6px;
    height: 22px;
  }
}
/* button
***************************************************************/
/* list
***************************************************************/
/* list
***************************************************************/
/* title
***************************************************************/
/* title
***************************************************************/
/* inview
***************************************************************/
@media screen and (min-width: 681px) {
  .action01 {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    position: relative;
    -webkit-transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.3s ease-out;
    transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.3s ease-out;
    transition: opacity 0.6s 0.3s, transform 0.6s 0.3s ease-out;
    transition: opacity 0.6s 0.3s, transform 0.6s 0.3s ease-out, -webkit-transform 0.6s 0.3s ease-out;
  }
  .action01.action {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .action02 {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    position: relative;
    -webkit-transition: opacity 1s 0.3s, -webkit-transform 1s 0.3s ease-out;
    transition: opacity 1s 0.3s, -webkit-transform 1s 0.3s ease-out;
    transition: opacity 1s 0.3s, transform 1s 0.3s ease-out;
    transition: opacity 1s 0.3s, transform 1s 0.3s ease-out, -webkit-transform 1s 0.3s ease-out;
  }
  .action02.action {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .action03 {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    position: relative;
    -webkit-transition: opacity 1s 0.3s, -webkit-transform 1s 0.3s ease-out;
    transition: opacity 1s 0.3s, -webkit-transform 1s 0.3s ease-out;
    transition: opacity 1s 0.3s, transform 1s 0.3s ease-out;
    transition: opacity 1s 0.3s, transform 1s 0.3s ease-out, -webkit-transform 1s 0.3s ease-out;
  }
  .action03.action {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .action04 {
    opacity: 0;
    -webkit-filter: blur(6px);
            filter: blur(6px);
    -webkit-transition: opacity 1s 0.3s, -webkit-filter 1s 0.3s ease-out;
    transition: opacity 1s 0.3s, -webkit-filter 1s 0.3s ease-out;
    transition: opacity 1s 0.3s, filter 1s 0.3s ease-out;
    transition: opacity 1s 0.3s, filter 1s 0.3s ease-out, -webkit-filter 1s 0.3s ease-out;
  }
  .action04.action {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  .delay1 {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .delay2 {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .delay3 {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .delay4 {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  .delay5 {
    -webkit-transition-delay: 1.8s;
            transition-delay: 1.8s;
  }
}
@media screen and (max-width: 680px) {
  .action01_sp {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    position: relative;
    -webkit-transition: opacity 1s 0.3s, -webkit-transform 1s 0.3s ease-out;
    transition: opacity 1s 0.3s, -webkit-transform 1s 0.3s ease-out;
    transition: opacity 1s 0.3s, transform 1s 0.3s ease-out;
    transition: opacity 1s 0.3s, transform 1s 0.3s ease-out, -webkit-transform 1s 0.3s ease-out;
  }
  .action01_sp.action {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .action02_sp {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    position: relative;
    -webkit-transition: opacity 1s 0.3s, -webkit-transform 1s 0.3s ease-out;
    transition: opacity 1s 0.3s, -webkit-transform 1s 0.3s ease-out;
    transition: opacity 1s 0.3s, transform 1s 0.3s ease-out;
    transition: opacity 1s 0.3s, transform 1s 0.3s ease-out, -webkit-transform 1s 0.3s ease-out;
  }
  .action02_sp.action {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .action03_sp {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    position: relative;
    -webkit-transition: opacity 1s 0.3s, -webkit-transform 1s 0.3s ease-out;
    transition: opacity 1s 0.3s, -webkit-transform 1s 0.3s ease-out;
    transition: opacity 1s 0.3s, transform 1s 0.3s ease-out;
    transition: opacity 1s 0.3s, transform 1s 0.3s ease-out, -webkit-transform 1s 0.3s ease-out;
  }
  .action03_sp.action {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .action04_sp {
    opacity: 0;
    -webkit-filter: blur(6px);
            filter: blur(6px);
    -webkit-transition: opacity 1s 0.3s, -webkit-filter 1s 0.3s ease-out;
    transition: opacity 1s 0.3s, -webkit-filter 1s 0.3s ease-out;
    transition: opacity 1s 0.3s, filter 1s 0.3s ease-out;
    transition: opacity 1s 0.3s, filter 1s 0.3s ease-out, -webkit-filter 1s 0.3s ease-out;
  }
  .action04_sp.action {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  .delay1_sp {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .delay2_sp {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .delay3_sp {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .delay4_sp {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  .fast1_sp {
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
/* inview
***************************************************************/
/* loading
***************************************************************/
/* loading
***************************************************************/
/* form reset
***************************************************************/
input, textarea, select {
  border: 1px solid #707070;
  border-radius: 3px;
  padding: 6px;
  background: #fff;
  width: 100%;
}
input.error, textarea.error, select.error {
  background: #fbe5bb;
}

input:focus {
  border: 1px solid #707070;
}

/* form reset
***************************************************************/
/* megamenu
***************************************************************/
.megamenu {
  position: fixed;
  top: 0;
  right: -101%;
  width: 100%;
  height: 100%;
  padding: 36px 0 0;
  background: #00a9c9;
  color: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  z-index: 9;
}
.megamenu.act {
  right: 0;
}
.megamenu .megamenuLogo {
  width: 68%;
  margin-left: 32px;
}
.megamenu .menuBtn {
  width: 34px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 42px;
  z-index: 1;
}
.megamenu .menuBtn span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.megamenu .menuBtn span:nth-child(1) {
  top: 0;
}
.megamenu .menuBtn span:nth-child(2) {
  top: calc((100% - 2px) / 2);
}
.megamenu .menuBtn span:nth-child(3) {
  bottom: 0;
}
.megamenu .menuBtn.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.megamenu .menuBtn.open span:nth-child(2) {
  width: 0;
}
.megamenu .menuBtn.open span:nth-child(3) {
  bottom: auto;
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.megamenu .megamenuNavi {
  padding-left: 32px;
  margin-top: 34px;
}
.megamenu .megamenuNavi li {
  border-top: 1px solid #fff;
}
.megamenu .megamenuNavi li:last-child {
  border-bottom: 1px solid #fff;
}
.megamenu .megamenuNavi li a {
  display: block;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 500;
  color: #fff;
  padding: 13px 0 14px;
  position: relative;
}
.megamenu .megamenuNavi li a i {
  display: block;
  width: 29px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  z-index: 0;
}
.megamenu .megamenuNavi li a i::before, .megamenu .megamenuNavi li a i::after {
  content: "";
  position: absolute;
  background: #fff;
  height: 1px;
}
.megamenu .megamenuNavi li a i::before {
  left: 0;
  bottom: 0;
  width: 100%;
}
.megamenu .megamenuNavi li a i::after {
  right: -2px;
  bottom: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 15px;
}
.megamenu .megamenuCompanyDetailBox {
  margin-top: 20px;
  padding: 0 20px;
}
.megamenu .megamenuCompanyDetailBox .megamenuCompanyShopName {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 64%;
  height: 48px;
  font-size: 19px;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 20px auto 0;
}
.megamenu .megamenuCompanyDetailBox .megamenuCompanyName {
  font-size: 19px;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-align: center;
}
.megamenu .megamenuCompanyDetailBox .megamenuCompanyAddress {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.3;
  margin-top: 20px;
}
.megamenu .megamenuCompanyDetailBox .megamenuCompanyTel {
  display: block;
  font-size: 32px;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.megamenu .megamenuCompanyDetailBox .megamenuCompanyTime {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  margin-top: 8px;
}
.megamenu .megamenuSnsList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 34px;
  margin-top: 35px;
}
.megamenu .megamenuSnsList li.youtube {
  width: 36px;
}
.megamenu .megamenuSnsList li.insta {
  width: 30px;
}
.megamenu .megamenuSnsList li.twitter {
  width: 27px;
}
.megamenu .megamenuSnsList li.facebook {
  width: 32px;
}
.megamenu .fixedConvertionList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.megamenu .fixedConvertionList li {
  width: 50%;
  height: 60px;
}
.megamenu .fixedConvertionList li:nth-child(1) a {
  background: #18943b;
}
.megamenu .fixedConvertionList li:nth-child(2n) a {
  background: #fcc800;
}
.megamenu .fixedConvertionList li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: bold;
  color: #fff;
  text-align: center;
  height: 100%;
  background: #00a9c9;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* オリジナルCSS
***************************************************************/
/* オリジナルCSS
***************************************************************/
/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 681px) {
  .modaal-close:focus,
.modaal-close:hover {
    outline: none;
    background: #fff;
  }
  .modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
    background: #00a9c9;
  }
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before,
.modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

@media screen and (min-width: 681px) {
  .modaal-confirm-btn.modaal-ok:hover {
    background: #2f2f2f;
  }
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

@media screen and (min-width: 681px) {
  .modaal-confirm-btn.modaal-cancel:hover {
    text-decoration: none;
    color: #2f2f2f;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

@media screen and (min-width: 681px) {
  .modaal-gallery-control:focus,
.modaal-gallery-control:hover {
    outline: none;
    background: #fff;
  }
  .modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
    background: #afb7bc;
  }
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before,
.modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* オリジナルCSS
***************************************************************/
/* オリジナルCSS
***************************************************************//*# sourceMappingURL=common.css.map */