@charset "UTF-8";
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
/* These browsers currently include
** Android 4.3-4.4+,
** Chrome 39-40+,
** Firefox 34-35+,
** Internet Explorer 10-11+,
** iOS 7-8+,
** Safari 7-8+,
** Windows Phone 8.1+.
*/
/*
 * Normalization
 */
@import url("https://fonts.googleapis.com/css?family=Amiri:400,700|Noto+Serif+JP:400,500,700&display=swap");
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

audio:not([controls]) {
  display: none;
}

details {
  display: block;
}

input[type=number] {
  width: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

summary {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

[unselectable] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/*
 * Universal inheritance
 */
*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  margin: 0;
  padding: 0;
}

:root {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  font: 62.5%/1em sans-serif;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 769px) {
  :root {
    font: 0.78125vw/1em sans-serif;
  }
}
@media screen and (min-width: 1600px) {
  :root {
    font: 78.125%/1em sans-serif;
  }
}

html {
  background-color: #FFFFFF;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input:not([type=radio]),
select,
textarea {
  background-color: transparent;
}

button,
input:not([type=radio]),
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}

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

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #B4D5FE;
  text-shadow: none;
}

::selection {
  background-color: #B4D5FE;
  text-shadow: none;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote {
  margin: 0;
  padding: 0;
  /* margin&padding reset */
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, dt {
  font-weight: 500;
}

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

table {
  border-collapse: collapse;
  font-size: small;
  margin: 0;
  empty-cells: show;
}

hr, .areaAnchor, .anchor {
  display: none;
}

img {
  vertical-align: bottom;
  border: none;
  /* img do not want a border */
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

small, sub, sup {
  font-size: 0.83em;
}

sub {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateY(15%);
      -ms-transform: translateY(15%);
          transform: translateY(15%);
}

sup {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateY(-15%);
      -ms-transform: translateY(-15%);
          transform: translateY(-15%);
}

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

del {
  text-decoration: line-through;
}

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

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

/* acronyms and abbreviations styles
-------------------------------------*/
acronym, abbr {
  cursor: help;
}

/* word break
-------------------------------------*/
p {
  word-break: normal;
}

/* image position
-------------------------------------*/
img {
  vertical-align: bottom;
}

/*
===== 2: form setting ===========================
*/
option {
  padding-right: 10px;
}

input, select {
  vertical-align: middle;
}

/*
font-family: 'Noto Serif JP', serif;
font-family: 'Amiri', serif;
*/
/*--------------------------------------------------------------- */
/* 全体で使用する common style を記述
/*--------------------------------------------------------------- */
/**
 * @license
 * MyFonts Webfont Build ID 3045248, 2015-06-19T02:56:28-0400
 * MyFonts Webfont Build ID 2657127, 2013-10-03T06:29:24-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: NeueHaasUnicaPro-Thin by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-haas-unica/thin/
 * Copyright: Copyright &#x00A9; 2015 Monotype Imaging Inc.  All rights reserved.
 * Licensed pageviews: 10,000
 * 
 * Webfont: Baskerville Serial by SoftMaker
 * URL: http://www.myfonts.com/fonts/softmaker/baskerville-serial/regular-102508/
 * Copyright: Copyright (c) 2012 by SoftMaker Software GmbH and its licensors. All rights reserved.
 * Licensed pageviews: Unlimited
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3045248
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2657127
 * 
 * © 2015 MyFonts Inc
*/
/* Baskerville */
@font-face {
  font-family: "BaskervilleSerial";
  src: url("../webfonts/288B67_0_0.eot");
  src: url("../webfonts/288B67_0_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/288B67_0_0.woff") format("woff"), url("../webfonts/288B67_0_0.ttf") format("truetype");
}
/* 游ゴシック */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
/*-------------------------------------------> font */
.f_def {
  font-family: "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}

.f_bold {
  font-weight: bold;
}

.ja {
  font-family: "Noto Serif JP", "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}

.en {
  font-family: "Amiri", "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}

.f_Baskerville {
  font-family: "BaskervilleSerial", "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}

/*-------------------------------------------> html / body style */
html {
  height: 100%;
}

body {
  width: 100%;
  min-width: 100%;
  height: 100%;
  color: #4c4948;
  font-family: "Noto Serif JP", "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 769px) {
  body .pc {
    display: block;
  }
  body .sp {
    display: none;
  }
  body img.pc, body .svg.pc {
    display: inline;
  }
  body > * {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
@media screen and (max-width: 768px) {
  body {
    height: 100%;
    padding-top: 65px;
  }
  body .pc {
    display: none;
  }
  body .sp {
    display: block;
  }
  body img.pc {
    display: none;
  }
  body img.sp, body .svg.sp {
    display: inline;
  }
  body > * {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.hide {
  display: none;
}

/*-------------------------------------------> link style */
a {
  outline: none;
  cursor: pointer;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .OverOpacity,
.OverOpacityGroup a {
    opacity: 1;
    -webkit-transition: opacity 0.15s ease-out;
    -o-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
  }
  .OverOpacity:hover,
.OverOpacityGroup a:hover {
    opacity: 0.25;
  }
}
/*-------------------------------------------> Footer fix */
#siteFrame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}
#siteFrame .body {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
#siteFrame #Footer {
  margin-top: auto;
}

.ie11 body,
.ie11 #siteFrame {
  min-height: initial;
}
.ie11 body #Footer,
.ie11 #siteFrame #Footer {
  margin-top: 0;
}

/*-------------------------------------------> Common style */
.inner {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12.1212121212%;
  padding-right: 12.1212121212%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1600px) {
  .inner {
    padding-left: 194px;
    padding-right: 194px;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: initial;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8.6666666667vw;
    padding-right: 8.6666666667vw;
  }
}

.innerWide {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .innerWide {
    max-width: initial;
    margin-left: 0;
    margin-right: 0;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

br.pc {
  display: block;
}
br.pc.sp {
  display: block;
}
br.tab {
  display: none;
}
br.tab.pc {
  display: block;
}
br.tab.sp {
  display: none;
}
br.sp {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 1320px) {
  br.pc {
    display: none;
  }
  br.tab {
    display: block;
  }
  br.tab.pc {
    display: block;
  }
  br.tab.sp {
    display: block;
  }
  br.sp {
    display: none;
  }
  br.pc.sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
  br.tab {
    display: none;
  }
  br.tab.pc {
    display: none;
  }
  br.tab.sp {
    display: block;
  }
  br.sp {
    display: block;
  }
  br.sp.pc {
    display: block;
  }
}

.taLeft {
  text-align: left !important;
}

.taCenter {
  text-align: center !important;
}

.taRight {
  text-align: right !important;
}

/*-------------------------------------------> Header */
#Header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 120px;
}
#Header .fixBlock {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
}
#Header .headerInner {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-left: 60px;
  padding-right: calc(60px - 19px);
  height: 120px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#Header .logo {
  margin-right: auto;
}
#Header .logo img {
  width: 220px;
  height: 42px;
}
@media screen and (max-width: 768px) {
  #Header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
  }
  #Header .headerInner {
    max-width: initial;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5.2vw;
    padding-right: 6.2666666667vw;
    height: 65px;
  }
  #Header .logo {
    margin-right: 0;
  }
  #Header .logo img {
    width: 40vw;
    height: auto;
  }
}

@media screen and (min-width: 769px) {
  .hfix #Header .fixBlock {
    position: fixed;
    top: 0;
    z-index: 100;
  }
}

@media screen and (min-width: 769px) {
  #Navi a {
    display: block;
    color: #000;
    line-height: 42px;
    letter-spacing: 0.1em;
    padding: 0 19px;
    text-align: center;
    position: relative;
  }
  #Navi a .en {
    opacity: 1;
  }
  #Navi a .ja {
    display: inline;
    opacity: 0;
  }
  #Navi a:hover .en {
    opacity: 0;
  }
  #Navi a:hover .ja {
    opacity: 1;
  }
  #Navi span {
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  #Navi .en {
    font-size: 16px;
  }
  #Navi .ja {
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  #Navi {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    pointer-events: none;
  }
  #Navi::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    background: url(/assets/images/common/sp_menu_bg.jpg) no-repeat center center;
    background-size: cover;
  }
  #Navi .spCopy {
    position: relative;
  }
  #Navi .spCopy::after {
    opacity: 0;
    content: "VRESS ET ROSE BRAND WEB";
    display: block;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 4vw;
    color: #FFF;
    font-size: 2.1333333333vw;
    line-height: 1;
    letter-spacing: 0.2em;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    height: 100%;
    text-align: center;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  #Navi .logo,
#Navi .menu,
#Navi .sub {
    position: relative;
    z-index: 100;
  }
  #Navi::after,
#Navi .logo,
#Navi .menu li,
#Navi .sub {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #Navi .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 65px;
    padding-left: 5.2vw;
  }
  #Navi .logo .svg {
    width: 40vw;
    height: auto;
  }
  #Navi .logo .svg .fill-base {
    fill: #FFF;
  }
  #Navi .menu {
    margin-top: 7.3333333333vw;
    margin-left: 13.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
  #Navi .menu li {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  #Navi .menu li + li {
    margin-top: 3.3333333333vw;
  }
  #Navi .menu li a {
    color: #FFF;
    display: block;
  }
  #Navi .menu li span {
    display: block;
    line-height: 1;
  }
  #Navi .menu li span.en {
    font-size: 6.1333333333vw;
    letter-spacing: 0.1em;
  }
  #Navi .menu li span.ja {
    font-size: 2.4vw;
    letter-spacing: 0.2em;
    margin-top: 3px;
  }
  #Navi .sub {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    margin-left: 13.3333333333vw;
  }
  #Navi .sub .privacy a {
    color: #FFF;
    display: block;
  }
  #Navi .sub .privacy span {
    display: block;
    line-height: 1;
  }
  #Navi .sub .privacy span.en {
    font-size: 4.5333333333vw;
    letter-spacing: 0.1em;
  }
  #Navi .sub .privacy span.ja {
    font-size: 2.4vw;
    letter-spacing: 0.2em;
    margin-top: 3px;
  }
  #Navi .sub .sns {
    margin-top: 6.6666666667vw;
  }
  #Navi .sub .sns li {
    margin-right: 10.1333333333vw;
  }
  #Navi .sub .sns .svg {
    width: 14px;
    height: 14px;
  }
  #Navi .sub .sns .svg .fill-base {
    fill: #FFF;
  }
  #Navi .sub .sns .sns_yt .svg {
    width: 16px;
    height: 14px;
  }
}

@media screen and (max-width: 768px) {
  #MenuBtn {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    text-align: center;
    padding: 0;
  }
  #MenuBtn a {
    display: block;
    width: 65px;
    height: 65px;
    cursor: pointer;
  }
  #MenuBtn a span {
    width: 18px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    left: calc(50% - 9px);
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  #MenuBtn a span:nth-of-type(1) {
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  #MenuBtn a span:nth-of-type(3) {
    -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
  }
}

/* MenuOpen */
.MOpen #Navi {
  pointer-events: auto;
}
.MOpen #Navi::before {
  opacity: 1;
  -webkit-animation-name: menuSlideIn;
          animation-name: menuSlideIn;
}
.MOpen #Navi::after {
  opacity: 1;
}
.MOpen #Navi .spCopy::after {
  opacity: 1;
}
.MOpen #Navi .logo {
  opacity: 1;
}
.MOpen #Navi li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.MOpen #Navi .sub {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.MOpen #MenuBtn a span {
  background: #FFF;
}
.MOpen #MenuBtn a span:nth-of-type(1) {
  -webkit-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
.MOpen #MenuBtn a span:nth-of-type(2) {
  opacity: 0;
}
.MOpen #MenuBtn a span:nth-of-type(3) {
  -webkit-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.MOpen.MClose #Navi::before {
  -webkit-animation-name: menuSlideOut;
          animation-name: menuSlideOut;
}
.MOpen.MClose #Navi .spCopy::after {
  opacity: 0;
}
.MOpen.MClose #Navi::after,
.MOpen.MClose #Navi .logo,
.MOpen.MClose #Navi .menu li,
.MOpen.MClose #Navi .sub {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
.MOpen.MClose #Navi::after {
  opacity: 0;
}
.MOpen.MClose #Navi .logo {
  opacity: 0;
}
.MOpen.MClose #Navi li {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}
.MOpen.MClose #Navi .sub {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

@-webkit-keyframes menuSlideIn {
  /*
  0% { clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%); }
  15% { clip-path: polygon(0% 100%, 100% 85%, 100% 100%, 0% 100%); }
  85% { clip-path: polygon(0% 15%, 100% 0%, 100% 100%, 0% 100%); }
  100% { clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }
  */
  0% {
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

@keyframes menuSlideIn {
  /*
  0% { clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%); }
  15% { clip-path: polygon(0% 100%, 100% 85%, 100% 100%, 0% 100%); }
  85% { clip-path: polygon(0% 15%, 100% 0%, 100% 100%, 0% 100%); }
  100% { clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }
  */
  0% {
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@-webkit-keyframes menuSlideOut {
  /*
  0% { clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }
  15% { clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%); }
  85% { clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 15%); }
  100% { clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%); }
  */
  0% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  }
}
@keyframes menuSlideOut {
  /*
  0% { clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }
  15% { clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%); }
  85% { clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 15%); }
  100% { clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%); }
  */
  0% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  }
}
/*-------------------------------------------> Footer */
#Footer {
  position: relative;
  background: #FFF;
  padding-top: 105px;
  padding-bottom: 60px;
  /* animation */
}
#Footer .menu {
  font-size: 10px;
  line-height: 3.3;
  letter-spacing: 0.2em;
}
#Footer .menu a {
  color: #000;
}
#Footer .sub {
  margin-top: 41px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#Footer .sub .link .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#Footer .sub .link .sns li {
  margin-right: 27px;
}
#Footer .sub .link img {
  width: 15px;
  height: 15px;
}
#Footer .sub .link .sns_yt img {
  width: 18px;
}
#Footer .sub .link .copyright {
  margin-top: 18px;
  font-size: 8px;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #000;
}
#Footer .sub .logo {
  margin-left: auto;
}
#Footer .sub .logo a {
  cursor: pointer;
}
#Footer .sub .logo img {
  width: 132px;
  height: 70px;
}
@media screen and (max-width: 768px) {
  #Footer {
    padding-top: 4.5333333333vw;
    padding-bottom: 8vw;
  }
  #Footer .menu {
    font-size: 11px;
    /* legacy */
    font-size: 2.9333333333vw;
    line-height: 3.0909090909;
    letter-spacing: 0.2em;
  }
  #Footer .sub {
    margin-top: 4.2666666667vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #Footer .sub .link {
    margin-bottom: 1.3333333333vw;
  }
  #Footer .sub .link .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #Footer .sub .link .sns li {
    margin-right: 9.3333333333vw;
  }
  #Footer .sub .link img {
    width: 5.6vw;
    height: 5.6vw;
  }
  #Footer .sub .link .sns_yt img {
    width: 6.1333333333vw;
  }
  #Footer .sub .logo img {
    width: 30.2666666667vw;
    height: 16vw;
  }
  #Footer .copyright {
    margin-top: 2.4vw;
    font-size: 8px;
    /* legacy */
    font-size: 2.1333333333vw;
    line-height: 1;
    letter-spacing: 0.18em;
    color: #000;
    margin-top: 8vw;
  }
}
#Footer .menu::before {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
#Footer .link::before {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#Footer .logo::before {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#Footer .copyright::before {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

/*-------------------------------------------> BlogCode */
.blogCode {
  font-size: 32px;
  line-height: 1.625;
  letter-spacing: 0em;
}
.blogCode p, .blogCode ul, .blogCode ol, .blogCode table {
  margin-bottom: 2em;
}
.blogCode ul, .blogCode ol {
  margin-left: 1.5em;
}
.blogCode h1, .blogCode h2, .blogCode h3, .blogCode h4, .blogCode h5, .blogCode h6 {
  margin-top: 1.2em;
  margin-bottom: 0.5em;
  line-height: 1.4;
  font-weight: bold;
}
.blogCode h1, .blogCode h2 {
  font-size: 40px;
}
.blogCode h3 {
  font-size: 35px;
}
.blogCode h4 {
  font-size: 30px;
}
.blogCode h5 {
  font-size: 25px;
}
.blogCode h6 {
  font-size: 20px;
}
.blogCode ul {
  list-style: disc;
}
.blogCode ol {
  list-style: decimal;
}
.blogCode li {
  list-style-position: outside;
}
.blogCode a {
  text-decoration: underline;
  color: #000;
}
.blogCode a:hover {
  background: #e9ff00;
}
.blogCode strong, .blogCode b {
  font-weight: bold;
}
.blogCode img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .blogCode {
    font-size: 16px;
    /* legacy */
    font-size: 4.2666666667vw;
    line-height: 1.625;
    letter-spacing: 0em;
  }
  .blogCode h1, .blogCode h2, .blogCode h3, .blogCode h4, .blogCode h5, .blogCode h6 {
    line-height: 1.5;
  }
  .blogCode h1, .blogCode h2 {
    font-size: 5.3333333333vw;
  }
  .blogCode h3 {
    font-size: 4.6666666667vw;
  }
  .blogCode h4 {
    font-size: 4vw;
  }
  .blogCode h5 {
    font-size: 3.3333333333vw;
  }
  .blogCode h6 {
    font-size: 2.6666666667vw;
  }
}

/*-------------------------------------------> Loading */
#Loading {
  display: block;
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0em;
}
#Loading .Loading-wrap {
  width: 100%;
  height: 100%;
  background-size: 25px 25px;
  text-indent: -9999px;
}
/*-------------------------------------------> plugin style */
/* Slick */
.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);
  -ms-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;
  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 {
  position: absolute;
  top: 50%;
  z-index: 100;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
}

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

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 12px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 12px;
  width: 12px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  text-indent: -9999px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #4c4948;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #4c4948;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #4c4948;
  opacity: 0.75;
}

@media screen and (max-width: 768px) {
  .slick-dotted.slick-slider {
    margin-bottom: 80px;
  }

  .slick-dots {
    bottom: -80px;
  }
  .slick-dots li {
    height: 25px;
    width: 25px;
    margin: 0 25px;
  }
  .slick-dots li button {
    height: 25px;
    width: 25px;
    padding: 0px;
  }
  .slick-dots li button:before {
    width: 25px;
    height: 25px;
    border-radius: 12px;
    line-height: 25px;
  }
}
/*--------------------------------------------------------------- */
/* 全体で使用する module style を記述
/*--------------------------------------------------------------- */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*-------------------------------------------> Title */
.sectionTitle {
  text-align: center;
  color: #000;
  margin-bottom: 35px;
}
.sectionTitle span {
  display: block;
}
.sectionTitle span.en {
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.sectionTitle span.ja {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.2em;
}
.sectionTitle.wide span.ja {
  margin-top: 0.6em;
}
@media screen and (max-width: 768px) {
  .sectionTitle {
    margin-bottom: 6.4vw;
  }
  .sectionTitle span.en {
    font-size: 28px;
    /* legacy */
    font-size: 7.4666666667vw;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .sectionTitle span.ja {
    font-size: 10px;
    /* legacy */
    font-size: 2.6666666667vw;
    line-height: 1;
    letter-spacing: 0.2em;
  }
  .sectionTitle.wide span.ja {
    margin-top: 0.8em;
  }
}

.pageTitle {
  text-align: center;
  color: #000;
  margin-top: 75px;
  margin-bottom: 48px;
}
.pageTitle span {
  display: block;
}
.pageTitle span.en {
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.pageTitle span.ja {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-top: 2px;
}
.pageTitle.wide span.ja {
  margin-top: 0.6em;
}
@media screen and (max-width: 768px) {
  .pageTitle {
    margin-top: 8.5333333333vw;
    margin-bottom: 9.6vw;
  }
  .pageTitle span.en {
    font-size: 28px;
    /* legacy */
    font-size: 7.4666666667vw;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .pageTitle span.ja {
    font-size: 10px;
    /* legacy */
    font-size: 2.6666666667vw;
    line-height: 1;
    letter-spacing: 0.2em;
  }
}

/*-------------------------------------------> button */
.mod_btn {
  text-align: center;
}
.mod_btn.btnLine a {
  position: relative;
  display: inline-block;
  width: 240px;
  font-size: 9px;
  line-height: 36px;
  letter-spacing: 0.3em;
  color: #000;
  border-top: solid 1px #e4e4e4;
  border-bottom: solid 1px #e4e4e4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod_btn.btnLine a::before, .mod_btn.btnLine a::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
}
.mod_btn.btnLine a::before {
  top: -1px;
}
.mod_btn.btnLine a::after {
  bottom: -1px;
}
@media screen and (min-width: 769px) {
  .mod_btn.btnLine a span {
    -webkit-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
  }
  .mod_btn.btnLine a::before, .mod_btn.btnLine a::after {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.7, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.7, 1);
    -o-transition: transform 0.3s cubic-bezier(0, 1, 0.7, 1);
    transition: transform 0.3s cubic-bezier(0, 1, 0.7, 1);
    transition: transform 0.3s cubic-bezier(0, 1, 0.7, 1), -webkit-transform 0.3s cubic-bezier(0, 1, 0.7, 1);
  }
  .mod_btn.btnLine a:hover span {
    color: #4c4948;
  }
  .mod_btn.btnLine a:hover::before, .mod_btn.btnLine a:hover::after {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@media screen and (max-width: 768px) {
  .mod_btn.btnLine a {
    width: 69.3333333333vw;
  }
}
.mod_btn.btnDL a {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #FFF;
  background: #000;
  padding: 10px 10px 10px 35px;
  background: #000 url(/assets/images/svg/icon_download.svg) no-repeat 9px center;
  background-size: 15px 15px;
}
.mod_btn.btnDL a span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .mod_btn.btnDL a {
    text-align: left;
    font-size: 10px;
    /* legacy */
    font-size: 2.6666666667vw;
    line-height: 1.5;
    letter-spacing: 0em;
    padding: 2.4vw 2.6666666667vw 2.4vw 12.8vw;
    background-position: 3.7333333333vw center;
    background-size: 5.0666666667vw 5.0666666667vw;
  }
}

/*-------------------------------------------> flexbox */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .flex.sp_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .flex.sp_column_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/*-------------------------------------------> block module */
#Cover {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #Cover {
    margin-bottom: 90px;
  }
}

.blogList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* animation */
}
.blogList .entry {
  width: 31.2%;
}
.blogList .entry a {
  display: block;
  color: #000;
}
.blogList .entry .thumb {
  overflow: hidden;
}
.blogList .entry .thumb .image {
  display: block;
  position: relative;
  z-index: 10;
}
.blogList .entry .entryTitle {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin-top: 11px;
  margin-bottom: 11px;
}
.blogList .entry .entryDate {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  .blogList .entry a .image img {
    -webkit-transition: all 4s cubic-bezier(0, 1, 0.7, 1);
    -o-transition: all 4s cubic-bezier(0, 1, 0.7, 1);
    transition: all 4s cubic-bezier(0, 1, 0.7, 1);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  .blogList .entry a:hover .image img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
  }
}
@media screen and (max-width: 768px) {
  .blogList {
    display: block;
  }
  .blogList .entry {
    width: 100%;
  }
  .blogList .entry + .entry {
    margin-top: 8vw;
  }
  .blogList .entry .entryTitle {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
    margin-bottom: 2vw;
  }
  .blogList .entry .entryDate {
    font-size: 2.6666666667vw;
  }
}
.blogList .entry .anim-fadeIn {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

a.mod_imgPanel {
  display: block;
  overflow: hidden;
}
a.mod_imgPanel .image {
  position: relative;
  display: block;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  a.mod_imgPanel .image img {
    -webkit-transition: all 4s cubic-bezier(0, 1, 0.7, 1);
    -o-transition: all 4s cubic-bezier(0, 1, 0.7, 1);
    transition: all 4s cubic-bezier(0, 1, 0.7, 1);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  a.mod_imgPanel:hover .image img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
  }
}

a.mod_imgPanelText {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  color: #FFF;
  text-align: center;
}
a.mod_imgPanelText .image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}
a.mod_imgPanelText .image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
a.mod_imgPanelText .block {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /*
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1s;
  transition-delay: 0.7s;
  transition-timing-function: cubic-bezier(0, 1, 0.7, 1);
  */
}
a.mod_imgPanelText .block span {
  display: block;
  line-height: 1;
}
a.mod_imgPanelText .block span.en {
  font-size: 42px;
  letter-spacing: 0.1em;
}
a.mod_imgPanelText .block span.ja {
  font-size: 12px;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  a.mod_imgPanelText .image::after {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 4s;
         -o-transition-duration: 4s;
            transition-duration: 4s;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.7, 1);
         -o-transition-timing-function: cubic-bezier(0, 1, 0.7, 1);
            transition-timing-function: cubic-bezier(0, 1, 0.7, 1);
  }
  a.mod_imgPanelText:hover .image::after {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
  }
}
@media screen and (max-width: 768px) {
  a.mod_imgPanelText .block span.en {
    font-size: 7.4666666667vw;
  }
  a.mod_imgPanelText .block span.ja {
    font-size: 2.6666666667vw;
  }
}

.inView a.mod_imgPanelText .block {
  opacity: 1;
}

.mod_subLinkPanel {
  padding-top: 120px;
  /* Panel Image */
}
.mod_subLinkPanel .innerWide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .mod_subLinkPanel .innerWide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 8.6666666667vw;
    padding-right: 8.6666666667vw;
  }
}
.mod_subLinkPanel .panel {
  width: 33.33%;
}
.mod_subLinkPanel .panel a {
  padding-top: 58.1818181818%;
}
.mod_subLinkPanel .panel .block {
  -webkit-transform: translate(-50%, -70%);
      -ms-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
}
.mod_subLinkPanel .panel .block span {
  display: block;
  line-height: 1;
}
.mod_subLinkPanel .panel .block span.en {
  font-size: 34px;
  letter-spacing: 0.1em;
}
.mod_subLinkPanel .panel .block span.ja {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .mod_subLinkPanel {
    padding-top: 21.8666666667vw;
  }
  .mod_subLinkPanel .panel {
    width: 100%;
  }
  .mod_subLinkPanel .panel + .panel {
    margin-top: 3.3333333333vw;
  }
  .mod_subLinkPanel .panel a {
    padding-top: 40vw;
  }
  .mod_subLinkPanel .panel .block span.en {
    font-size: 6.4vw;
  }
  .mod_subLinkPanel .panel .block span.ja {
    font-size: 2.2666666667vw;
  }
}
.mod_subLinkPanel .Arrangement .image::after {
  background-image: url(/assets/images/common/item_2@1x.jpg);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 2dppx) {
  .mod_subLinkPanel .Arrangement .image::after {
    background-image: url(/assets/images/common/item_2@2x.jpg);
  }
}
@media screen and (max-width: 768px) {
  .mod_subLinkPanel .Arrangement .image::after {
    background-image: url(/assets/images/common/sp_item_2.jpg);
  }
}
.mod_subLinkPanel .Atelier .image::after {
  background-image: url(/assets/images/common/atelier_2@1x.jpg);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 2dppx) {
  .mod_subLinkPanel .Atelier .image::after {
    background-image: url(/assets/images/common/atelier_2@2x.jpg);
  }
}
@media screen and (max-width: 768px) {
  .mod_subLinkPanel .Atelier .image::after {
    background-image: url(/assets/images/common/sp_atelier_2.jpg);
  }
}
.mod_subLinkPanel .Company .image::after {
  background-image: url(/assets/images/common/company_2@1x.jpg);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 2dppx) {
  .mod_subLinkPanel .Company .image::after {
    background-image: url(/assets/images/common/company_2@2x.jpg);
  }
}
@media screen and (max-width: 768px) {
  .mod_subLinkPanel .Company .image::after {
    background-image: url(/assets/images/common/sp_company_2.jpg);
  }
}

.mod_subLink {
  padding-top: 65px;
  padding-bottom: 57px;
  /* animation */
}
.mod_subLink .flex {
  width: 784px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mod_subLink .flex li {
  width: 46.875%;
}
@media screen and (max-width: 768px) {
  .mod_subLink {
    padding-top: 10.5333333333vw;
    padding-bottom: 12.8vw;
  }
  .mod_subLink .flex {
    width: 69.3333333333vw;
  }
  .mod_subLink .flex li {
    width: 100%;
  }
  .mod_subLink .flex li + li {
    margin-top: 6.5333333333vw;
  }
}
.mod_subLink .flex li:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.mod_subLink .flex li:nth-of-type(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.mod_subLink .flex li:nth-of-type(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

#pageNavi {
  margin-top: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pageNavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#pageNavi ul .current,
#pageNavi ul .page {
  display: block;
  width: 35px;
  height: 35px;
  margin-left: 5px;
  margin-right: 5px;
}
#pageNavi ul .current a,
#pageNavi ul .page a {
  display: block;
  border: solid 1px #c9c8c8;
  color: #000;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  #pageNavi ul .current a,
#pageNavi ul .page a {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #pageNavi ul .current a span,
#pageNavi ul .page a span {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #pageNavi ul .current a:hover span,
#pageNavi ul .page a:hover span {
    color: #FFF;
    background: #c9c8c8;
  }
}
#pageNavi ul .current span,
#pageNavi ul .page span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0em;
}
#pageNavi ul .current span {
  color: #FFF;
  background: #c9c8c8;
}
#pageNavi ul .last {
  position: relative;
  margin-left: 15px;
}
#pageNavi ul .last::after {
  content: "…";
  width: 19px;
  text-align: center;
  position: absolute;
  left: -19px;
  bottom: 0;
  color: #000;
}
#pageNavi .iconArrow a, #pageNavi .iconArrow span {
  display: block;
  width: 35px;
  height: 35px;
  position: relative;
  display: block;
  text-indent: -9999px;
}
#pageNavi .iconArrow a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  top: calc(50% - 6px);
  left: calc(50% - 6px);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
#pageNavi .iconArrow.prev a::after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media screen and (min-width: 769px) {
  #pageNavi .iconArrow.prev a::after {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #pageNavi .iconArrow.prev a:hover::after {
    left: calc(50% - 10px);
  }
}
#pageNavi .iconArrow.next a::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 769px) {
  #pageNavi .iconArrow.next a::after {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #pageNavi .iconArrow.next a:hover::after {
    left: calc(50% - 2px);
  }
}
@media screen and (max-width: 768px) {
  #pageNavi {
    margin-top: 11.7333333333vw;
  }
  #pageNavi ul .current,
#pageNavi ul .page {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    margin-left: 0.9333333333vw;
    margin-right: 0.9333333333vw;
  }
  #pageNavi ul .current span,
#pageNavi ul .page span {
    font-size: 11px;
    /* legacy */
    font-size: 2.9333333333vw;
    line-height: 1;
    letter-spacing: 0em;
  }
  #pageNavi ul .last {
    position: relative;
    margin-left: 3.2vw;
  }
  #pageNavi ul .last::after {
    width: 4.1333333333vw;
    left: -4.1333333333vw;
  }
  #pageNavi .iconArrow a {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
  #pageNavi .iconArrow a::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    top: calc(50% - vw(10));
    left: calc(50% - vw(10));
  }
}

#AnchorLink {
  width: 100%;
  height: 100px;
  background: #f7f7f7;
  font-size: 13px;
  line-height: 1.5384615385;
  letter-spacing: 0.2em;
}
#AnchorLink .linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#AnchorLink .linkList li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 124px;
}
#AnchorLink .linkList li a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100px;
}
@media screen and (min-width: 769px) {
  #AnchorLink .linkList li a {
    -webkit-transition: color 0.15s ease-out;
    -o-transition: color 0.15s ease-out;
    transition: color 0.15s ease-out;
  }
  #AnchorLink .linkList li a:hover {
    color: #bfbfbf;
  }
}
#AnchorLink .linkList li span {
  display: block;
  width: 100%;
  text-align: center;
  border-right: solid 1px #000;
}
#AnchorLink .linkList li:first-child span {
  border-left: solid 1px #000;
}
@media screen and (max-width: 768px) {
  #AnchorLink {
    height: auto;
    padding-top: 7.2vw;
    padding-left: 8.6666666667vw;
    padding-right: 8.6666666667vw;
    background: #FFF;
  }
  #AnchorLink .selectAnchor {
    position: relative;
    z-index: 50;
    width: 100%;
  }
  #AnchorLink .selectAnchor .ancBtn a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 13.3333333333vw;
    padding: 0 15px;
    font-size: 11px;
    /* legacy */
    font-size: 2.9333333333vw;
    line-height: 1.0909090909;
    letter-spacing: 0.2em;
    color: #000;
    background: #f2f2f2;
    cursor: pointer;
  }
  #AnchorLink .selectAnchor .ancBtn a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    pointer-events: none;
    background: url(/assets/images/svg/select_arrow.svg) no-repeat center center;
    background-size: 9px 4px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #AnchorLink .selectAnchor .ancBtn a:hover {
    background: #e5e5e5;
  }
}
@media screen and (max-width: 768px) {
  #AnchorLink .selectAnchor .linkList {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: 13.3333333333vw;
    left: 0;
    width: 100%;
    display: block;
  }
  #AnchorLink .selectAnchor .linkList li {
    max-width: initial;
  }
  #AnchorLink .selectAnchor .linkList li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 13.3333333333vw;
    padding: 0;
    font-size: 11px;
    /* legacy */
    font-size: 2.9333333333vw;
    line-height: 1.0909090909;
    letter-spacing: 0.2em;
    color: #000;
    background: #f2f2f2;
  }
  #AnchorLink .selectAnchor .linkList li span {
    display: block;
    width: 100%;
    text-align: center;
    border-right: none;
  }
  #AnchorLink .selectAnchor .linkList li:first-child span {
    border-left: none;
  }
}
@media screen and (max-width: 768px) {
  #AnchorLink .selectAnchor.open .ancBtn a::after {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }
  #AnchorLink .selectAnchor.open .linkList {
    opacity: 1;
    pointer-events: auto;
  }
}