@charset "UTF-8";
/* 基本設定 */
/*============================================
	― 変数設定
=============================================*/
/*============================================
	― PC表示
=============================================*/
.pc-disblock {
  display: block;
}

.pc-disline {
  display: inline;
}

.pc-dislineblock {
  display: inline-block;
}

.pc-none {
  display: none;
}

.sp-disblock {
  display: none;
}

.sp-disline {
  display: none;
}

.sp-dislineblock {
  display: none;
}

/*============================================
	― スマホ表示切り替え
=============================================*/
@media screen and (max-width: 769px) {
  .pc-disblock {
    display: none;
  }
  .pc-disline {
    display: none;
  }
  .pc-dislineblock {
    display: none;
  }
  .sp-disblock {
    display: block;
  }
  .sp-disline {
    display: inline;
  }
  .sp-dislineblock {
    display: inline-block;
  }
  .sp-none {
    display: none;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
}

/* modules */
@font-face {
  font-family: "Antonio";
  src: url("../webfonts/Antonio-Medium.woff2") format("woff2"), url("../webfonts/Antonio-Medium.woff") format("woff"), url("../webfonts/Antonio-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Josefin Sans";
  src: url("../webfonts/JosefinSans-Medium.woff2") format("woff2"), url("../webfonts/JosefinSans-Medium.woff") format("woff"), url("../webfonts/JosefinSans-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Josefin Sans";
  src: url("../webfonts/JosefinSans-Bold.woff2") format("woff2"), url("../webfonts/JosefinSans-Bold.woff") format("woff"), url("../webfonts/JosefinSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Syncopate";
  src: url("../webfonts/Syncopate-Regular.woff2") format("woff2"), url("../webfonts/Syncopate-Regular.woff") format("woff"), url("../webfonts/Syncopate-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Syncopate";
  src: url("../webfonts/Syncopate-Bold.woff2") format("woff2"), url("../webfonts/Syncopate-Bold.woff") format("woff"), url("../webfonts/Syncopate-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../webfonts/Ubuntu-Medium.woff2") format("woff2"), url("../webfonts/Ubuntu-Medium.woff") format("woff"), url("../webfonts/Ubuntu-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../webfonts/NotoSansJP-Regular.woff2") format("woff2"), url("../webfonts/NotoSansJP-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../webfonts/NotoSansJP-Medium.woff2") format("woff2"), url("../webfonts/NotoSansJP-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../webfonts/NotoSansJP-Bold.woff2") format("woff2"), url("../webfonts/NotoSansJP-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HEADER 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
#header {
  position: absolute;
  z-index: 30;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto 0;
  padding: 30px 4% 0 4%;
}
#header .logo a {
  text-decoration: none;
  color: #fff;
}
#header .logo a .main {
  font-family: "Syncopate", sans-serif;
  line-height: 1.2;
  letter-spacing: 6px;
  font-size: 30px;
}
#header .logo a .main span {
  font-size: 0.8em;
}
#header .logo a .sub {
  font-family: "Antonio", sans-serif;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 3px;
  font-size: 15px;
}
#header nav ul {
  list-style-type: none;
  display: flex;
}
#header nav ul li {
  padding: 0 15px 0 15px;
}
#header nav ul li a {
  text-decoration: none;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  letter-spacing: 2px;
  font-size: 20px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #header {
    display: flex;
    max-width: 100%;
    padding: 15px 4% 0 4%;
  }
  #header .logo a .main {
    letter-spacing: 6px;
    font-size: 6vw;
  }
  #header .logo a .main span {
    font-size: 0.8em;
  }
  #header .logo a .sub {
    line-height: 1.2;
    letter-spacing: 3px;
    font-size: 3vw;
  }
  #header nav {
    display: none;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HAMBURGER-MENU 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.hamburger-menu {
  width: 100%;
  overflow: hidden;
  display: none;
}
.hamburger-menu .nav-wrapper {
  width: 100vw;
  height: 100vh;
  z-index: 90000;
  position: fixed;
}
.hamburger-menu .nav-wrapper .block-reveal {
  background: black;
  height: 100vh;
  position: absolute;
}
.hamburger-menu .nav-wrapper .block-reveal#block-01 {
  right: 0%;
}
.hamburger-menu .nav-wrapper .block-reveal#block-02 {
  right: 25%;
}
.hamburger-menu .nav-wrapper .block-reveal#block-03 {
  right: 50%;
}
.hamburger-menu .nav-wrapper .block-reveal#block-04 {
  right: 75%;
}
.hamburger-menu .nav-wrapper .nav-container {
  width: 100%;
  height: 100vh;
}
.hamburger-menu .nav-wrapper .nav-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  font-size: 16px;
}
.hamburger-menu .nav-wrapper .nav-container ul li {
  padding: 20px 0;
  cursor: pointer;
}
.hamburger-menu .nav-wrapper .nav-container ul li a {
  text-decoration: none;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 4px;
  font-size: 6vw;
}
.hamburger-menu .menu {
  background: #2a2a2a;
  position: fixed;
  padding: 10px 15px;
  top: 20px;
  right: 4%;
  border-radius: 30px;
  cursor: pointer;
  z-index: 100000;
  font-family: "Antonio", sans-serif;
  color: #fff;
  letter-spacing: 2px;
  font-size: 3.5vw;
}
.hamburger-menu .block-container {
  width: 100vw;
  display: flex;
}
.hamburger-menu .block-container .block {
  border-right: 1px solid #dedede;
  height: 100vh;
  width: 25%;
  background: transparent;
}
.hamburger-menu .block-container .block:last-child {
  border-right: none;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .hamburger-menu {
    display: block;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 PAGE-TITLE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.page-title {
  overflow: hidden;
  position: relative;
  line-height: 0;
}
.page-title .overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e9bcb7;
  background-image: linear-gradient(315deg, #9e9e9e 0%, #5b5b5b 74%);
  opacity: 0.3;
  mix-blend-mode: multiply;
}
.page-title .text {
  line-height: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: flex;
  align-items: center;
}
.page-title .text .inset {
  max-width: 1920px;
  padding: 0 5% 0 5%;
}
.page-title .text .inset h1 {
  font-family: "Syncopate";
  line-height: 1.2;
}
.page-title .text .inset h1 .cover span {
  display: inline-block;
  background: linear-gradient(45deg, #8f8c8a, #ffffff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 10px;
  font-size: 100px;
}
.page-title .text .inset h2 {
  display: flex;
  align-items: center;
}
.page-title .text .inset h2 .border {
  background: linear-gradient(90deg, #8f8c8a, #ffffff);
  height: 1px;
  width: 100px;
  margin: 0 15px 0 0;
}
.page-title .text .inset h2 .catch {
  font-family: "Antonio", sans-serif;
  font-weight: 500;
  background: linear-gradient(45deg, #8f8c8a, #ffffff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 6px;
  font-size: 30px;
}
.page-title #page-title-gl {
  width: 100% !important;
  height: 100% !important;
  position: relative;
  z-index: 1;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .page-title .overlay {
    opacity: 0.3;
  }
  .page-title .text {
    line-height: 2;
  }
  .page-title .text .inset {
    max-width: 100%;
    padding: 0 5% 0 5%;
  }
  .page-title .text .inset h1 .cover span {
    letter-spacing: 5;
    font-size: 10vw;
  }
  .page-title .text .inset h2 {
    display: flex;
    align-items: center;
  }
  .page-title .text .inset h2 .border {
    background: linear-gradient(90deg, #8f8c8a, #ffffff);
    height: 1px;
    width: 100px;
    margin: 0 15px 0 0;
  }
  .page-title .text .inset h2 .catch {
    font-family: "Antonio", sans-serif;
    font-weight: 500;
    background: linear-gradient(45deg, #8f8c8a, #ffffff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 6px;
    font-size: 30px;
  }
  .page-title #page-title-gl {
    z-index: 1;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 CTA 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.cta {
  overflow: hidden;
  background: linear-gradient(57deg, #646464, #bbb9b9, #6d6b6b);
  background-size: 300%;
  animation: cta-grad 8s linear infinite;
  animation-direction: alternate;
  width: 100%;
  margin: 0 auto 0;
  position: relative;
  padding: 20px 20px 20px 20px;
}
@keyframes cta-grad {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.cta .bg {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  mix-blend-mode: hard-light;
  opacity: 0.7;
}
.cta .bg img {
  width: 100%;
  height: auto;
}
.cta .wrapper {
  position: relative;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #fff;
}
.cta .wrapper .inner {
  position: relative;
  z-index: 2;
  color: #fff;
}
.cta .wrapper .inner h3 {
  text-align: center;
  font-family: "Antonio", sans-serif;
  font-weight: 500;
  color: transparent;
  -webkit-text-stroke: rgb(255, 255, 255) 1px;
  letter-spacing: 8px;
  font-size: 40px;
}
.cta .wrapper .inner h2 {
  text-align: center;
  font-family: "Antonio", sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 6px;
  font-size: 120px;
}
.cta .wrapper .inner .caption {
  text-align: center;
  font-family: "Josefin Sans";
  font-weight: 400;
  letter-spacing: 10px;
  font-size: 30px;
}
.cta .wrapper .inner .button {
  margin: 30px 0 0 0;
  text-align: center;
}
.cta .wrapper .inner .button a {
  text-decoration: none;
  color: #fff;
  font-family: "Syncopate", sans-serif;
  font-weight: 700;
  display: inline-flex;
  border: solid 2px #fff;
  padding: 13px 60px 10px 60px;
  letter-spacing: 6px;
  font-size: 30px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .cta {
    padding: 20px 20px 20px 20px;
  }
  .cta .bg {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    mix-blend-mode: hard-light;
    opacity: 0.7;
  }
  .cta .bg img {
    width: 100%;
    height: auto;
  }
  .cta .wrapper {
    height: 100%;
    padding: 20px 20px 20px 20px;
  }
  .cta .wrapper .inner h3 {
    -webkit-text-stroke: rgb(255, 255, 255) 1px;
    letter-spacing: 8px;
    font-size: 6vw;
  }
  .cta .wrapper .inner h2 {
    letter-spacing: 6px;
    font-size: 16vw;
  }
  .cta .wrapper .inner .caption {
    letter-spacing: 8px;
    font-size: 5vw;
  }
  .cta .wrapper .inner .button {
    margin: 30px 0 0 0;
  }
  .cta .wrapper .inner .button a {
    padding: 13px 40px 10px 40px;
    letter-spacing: 4px;
    font-size: 5.25vw;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 SECTION TITLE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.footer {
  background-color: #e9bcb7;
  background-image: linear-gradient(315deg, #9e9e9e 0%, #4f4b4b 74%);
}
.footer .wrapper .phrase {
  font-family: "Syncopate", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  font-size: 90px;
  background: linear-gradient(-90deg, rgb(223, 223, 223) 0%, rgb(190, 190, 190) 100%);
  line-height: 1;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 -2px 4px rgba(255, 255, 255, 0.2);
  mix-blend-mode: hard-light;
  opacity: 0.3;
}
.footer .wrapper .content {
  padding: 200px 0 30px 0;
}
.footer .wrapper .content .top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5% 0 5%;
}
.footer .wrapper .content .top .left .logo a {
  text-decoration: none;
  color: #fff;
}
.footer .wrapper .content .top .left .logo a .main {
  font-family: "Syncopate", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 6px;
  font-size: 30px;
}
.footer .wrapper .content .top .left .logo a .main span {
  font-size: 0.8em;
}
.footer .wrapper .content .top .left .logo a .sub {
  font-family: "Antonio", sans-serif;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 3px;
  font-size: 15px;
}
.footer .wrapper .content .top .left .address {
  margin: 30px 0 0 0;
  color: #fff;
  font-size: 16px;
}
.footer .wrapper .content .top .right {
  width: 1000px;
  display: flex;
  flex-direction: column;
}
.footer .wrapper .content .top .right nav ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  justify-content: flex-end;
}
.footer .wrapper .content .top .right nav ul li {
  padding: 0 17px 0 17px;
}
.footer .wrapper .content .top .right nav ul li a {
  text-decoration: none;
  color: #fff;
  font-family: "Syncopate", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 20px;
}
.footer .wrapper .content .top .right .explain {
  margin: 50px 0 0 0;
  padding: 0 17px 0 17px;
}
.footer .wrapper .content .top .right .explain p {
  color: #fff;
  letter-spacing: 1px;
  line-height: 1.8;
  font-size: 12px;
}
.footer .wrapper .content .bottom ul {
  list-style-type: none;
  border-top: solid 1px #ccc;
  width: 90%;
  margin: 60px auto 0;
  padding: 0 0 0 0;
  display: flex;
  justify-content: space-between;
}
.footer .wrapper .content .bottom ul li {
  font-family: "Syncopate", sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 4px;
  font-size: 15px;
  padding: 10px 0 5px 0;
}
.footer .wrapper .content .bottom ul li a {
  text-decoration: none;
  color: #fff;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .footer .wrapper .phrase {
    font-size: 90px;
    opacity: 0.3;
  }
  .footer .wrapper .content {
    padding: 130px 0 30px 0;
  }
  .footer .wrapper .content .top {
    display: flex;
    padding: 0 5% 0 5%;
  }
  .footer .wrapper .content .top .left .logo a .main {
    line-height: 1.2;
    letter-spacing: 6px;
    font-size: 30px;
  }
  .footer .wrapper .content .top .left .logo a .main span {
    font-size: 0.8em;
  }
  .footer .wrapper .content .top .left .logo a .sub {
    line-height: 1.2;
    letter-spacing: 3px;
    font-size: 15px;
  }
  .footer .wrapper .content .top .left .address {
    margin: 30px 0 0 0;
    font-size: 16px;
  }
  .footer .wrapper .content .top .right {
    width: 70%;
    display: flex;
    flex-direction: column;
  }
  .footer .wrapper .content .top .right nav ul li {
    padding: 0 17px 0 17px;
  }
  .footer .wrapper .content .top .right nav ul li a {
    letter-spacing: 2px;
    font-size: 20px;
  }
  .footer .wrapper .content .top .right .explain {
    margin: 50px 0 0 0;
    padding: 0 17px 0 17px;
  }
  .footer .wrapper .content .top .right .explain p {
    letter-spacing: 1px;
    line-height: 1.8;
    font-size: 12px;
  }
  .footer .wrapper .content .bottom ul {
    width: 90%;
    margin: 60px auto 0;
    padding: 0 0 0 0;
  }
  .footer .wrapper .content .bottom ul li {
    letter-spacing: 4px;
    font-size: 15px;
    padding: 10px 0 5px 0;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .footer .wrapper .phrase {
    font-size: 12vw;
    opacity: 0.3;
  }
  .footer .wrapper .content {
    padding: 100px 0 30px 0;
  }
  .footer .wrapper .content .top {
    display: block;
    padding: 0 6% 0 6%;
  }
  .footer .wrapper .content .top .left .logo a .main {
    letter-spacing: 6px;
    font-size: 8vw;
  }
  .footer .wrapper .content .top .left .logo a .main span {
    font-size: 0.8em;
  }
  .footer .wrapper .content .top .left .logo a .sub {
    font-size: 5.25vw;
  }
  .footer .wrapper .content .top .left .address {
    margin: 30px 0 0 0;
    font-size: 3.5vw;
  }
  .footer .wrapper .content .top .right {
    width: 100%;
    display: block;
    margin: 30px 0 0 0;
  }
  .footer .wrapper .content .top .right nav ul {
    display: block;
  }
  .footer .wrapper .content .top .right nav ul li {
    padding: 10px 0px 10px 0px;
    border-top: solid 1px #fff;
  }
  .footer .wrapper .content .top .right nav ul li a {
    letter-spacing: 2px;
    font-size: 20px;
    text-align: center;
  }
  .footer .wrapper .content .top .right nav ul li:last-child {
    border-bottom: solid 1px #fff;
  }
  .footer .wrapper .content .top .right .explain {
    margin: 50px 0 0 0;
    padding: 0 2% 0 2%;
  }
  .footer .wrapper .content .top .right .explain p {
    letter-spacing: 1px;
    line-height: 1.8;
    font-size: 3vw;
  }
  .footer .wrapper .content .bottom ul {
    width: 90%;
    margin: 60px auto 0;
    display: block;
    padding: 10px 0 0 0;
  }
  .footer .wrapper .content .bottom ul li {
    letter-spacing: 4px;
    font-size: 3.25vw;
    padding: 5px 0 5px 0;
    text-align: center;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* breakpoints *//*# sourceMappingURL=page.css.map */