@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 ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 FIRST-VIEW 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.first-view {
  width: 100%;
  height: 100vh;
  background-color: #e9bcb7;
  background-image: linear-gradient(315deg, #9e9e9e 0%, #5b5b5b 74%);
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  padding: 100px 0 0 0;
  display: flex;
  align-items: center;
}
.first-view canvas {
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.first-view .text {
  position: relative;
  z-index: 10;
  color: #fff;
  padding: 0px 0 0 4%;
}
.first-view .text h2 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  letter-spacing: 8px;
  font-size: 80px;
}
.first-view .text h3 {
  display: flex;
  align-items: center;
}
.first-view .text h3 .border {
  border-top: solid 1px #fff;
  height: 1px;
  width: 100px;
  margin: 0 15px 0 0;
}
.first-view .text h3 .catch {
  font-family: "Antonio", sans-serif;
  font-weight: 500;
  letter-spacing: 6px;
  font-size: 30px;
}
.first-view .text p {
  margin: 100px 0 0 0;
  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) {
  .first-view {
    width: 100%;
    height: 100vh;
    padding: 80px 0 0 0;
  }
  .first-view .text {
    padding: 0px 0 0 4%;
  }
  .first-view .text h2 {
    letter-spacing: 8px;
    font-size: 14vw;
  }
  .first-view .text h3 {
    margin: 30px 0 0 0;
  }
  .first-view .text h3 .border {
    width: 16vw;
    margin: 0 15px 0 0;
  }
  .first-view .text h3 .catch {
    letter-spacing: 6px;
    font-size: 7vw;
  }
  .first-view .text p {
    margin: 80px 0 0 0;
    letter-spacing: 2px;
    font-size: 4.75vw;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

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

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

〇 INTRODUCTION 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.introduction {
  overflow: hidden;
  padding: 0px 0 0px 0;
  background: linear-gradient(57deg, #646464, #bbb9b9, #6d6b6b, #383838);
  background-size: 300%;
  animation: grad 8s linear infinite;
  animation-direction: alternate;
  width: 100%;
  margin: 0 auto 0;
  position: relative;
}
@keyframes grad {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.introduction .back {
  font-family: "Syncopate", sans-serif;
  font-weight: 700;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  writing-mode: vertical-rl;
  white-space: nowrap;
  mix-blend-mode: multiply;
  color: rgba(162, 162, 162, 0.7);
  letter-spacing: 3px;
  line-height: 0.5;
  font-size: 120px;
}
.introduction .picture {
  position: absolute;
  line-height: 0;
  top: 10px;
  right: 0;
  width: 50vw;
}
.introduction .picture img {
  width: 100%;
  height: auto;
}
.introduction .separator-wrapper {
  width: 100%;
  position: relative;
  z-index: 3;
  margin: 0 auto 0;
  overflow: hidden;
}
.introduction .separator-wrapper .separator {
  width: 3000px;
  height: 12px;
  animation: rotate 6s infinite linear;
}
@keyframes rotate {
  from {
    background-position: -3000px;
  }
  to {
    background-position: 0px;
  }
}
.introduction .gradient {
  background: linear-gradient(30deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.75) 25%, rgba(255, 255, 255, 0.3) 50%, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0.2) 100%);
}
.introduction .wrapper {
  position: relative;
  z-index: 3;
  margin: 0 auto 0;
  max-width: 1920px;
  padding: 100px 6% 100px 6%;
}
.introduction .wrapper h2 {
  display: flex;
  align-items: center;
}
.introduction .wrapper h2 .icon {
  line-height: 0;
  width: 50px;
  margin: 0 15px 0 0;
}
.introduction .wrapper h2 .icon img {
  width: 100%;
  height: auto;
}
.introduction .wrapper h2 .catch {
  color: #fff;
  font-family: "Antonio", sans-serif;
  font-weight: 500;
  letter-spacing: 4px;
  font-size: 40px;
}
.introduction .wrapper h3 {
  font-family: "Syncopate";
  font-weight: 700;
  letter-spacing: 10px;
  font-size: 70px;
  margin: 50px 0 0 0;
}
.introduction .wrapper h3 .line {
  mix-blend-mode: overlay;
  background: linear-gradient(90deg, #fdfdfd, #e4e4e4);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.9;
  line-height: 1.2;
}
.introduction .wrapper h4 {
  display: flex;
  align-items: center;
  margin: 15px 0 0 0;
}
.introduction .wrapper h4 .border {
  width: 150px;
  height: 1px;
  border-top: solid 1px #fff;
  margin: 0 15px 0 0;
}
.introduction .wrapper h4 .catch {
  font-family: "Antonio", sans-serif;
  font-weight: 500;
  color: transparent;
  -webkit-text-stroke: rgb(255, 255, 255) 1px;
  letter-spacing: 8px;
  font-size: 40px;
}
.introduction .wrapper .sentence {
  padding: 150px 0 0 45%;
}
.introduction .wrapper .sentence h5 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: flex;
  align-items: center;
}
.introduction .wrapper .sentence h5 .line {
  background: linear-gradient(45deg, rgb(255, 255, 255) 0%, rgb(219, 217, 217) 100%);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  color: #737374;
  letter-spacing: 2px;
  padding: 5px 20px 5px 20px;
  font-size: 28px;
  margin: 0 10px 0 0;
}
.introduction .wrapper .sentence h5 .en {
  font-family: "Antonio", sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 4px;
  font-size: 26px;
}
.introduction .wrapper .sentence p {
  color: #fff;
  font-weight: 400;
  padding: 50px 0 0 0;
  line-height: 3;
  letter-spacing: 4px;
  font-size: 18px;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .introduction .back {
    letter-spacing: 3px;
    line-height: 0.5;
    font-size: 120px;
  }
  .introduction .picture {
    top: 10px;
    right: 0;
    width: 50vw;
  }
  .introduction .picture img {
    width: 100%;
    height: auto;
  }
  .introduction .separator-wrapper .separator {
    width: 3000px;
    height: 12px;
    animation: rotate 6s infinite linear;
  }
  @keyframes rotate {
    from {
      background-position: -3000px;
    }
    to {
      background-position: 0px;
    }
  }
  .introduction .wrapper {
    max-width: 1920px;
    padding: 100px 4% 100px 4%;
  }
  .introduction .wrapper h2 {
    display: flex;
    align-items: center;
  }
  .introduction .wrapper h2 .icon {
    line-height: 0;
    width: 50px;
    margin: 0 15px 0 0;
  }
  .introduction .wrapper h2 .icon img {
    width: 100%;
    height: auto;
  }
  .introduction .wrapper h2 .catch {
    letter-spacing: 4px;
    font-size: 40px;
  }
  .introduction .wrapper h3 {
    letter-spacing: 10px;
    font-size: 70px;
    margin: 50px 0 0 0;
  }
  .introduction .wrapper h3 .line {
    opacity: 0.9;
    line-height: 1.2;
  }
  .introduction .wrapper h4 {
    margin: 15px 0 0 0;
  }
  .introduction .wrapper h4 .border {
    width: 150px;
    height: 1px;
    margin: 0 15px 0 0;
  }
  .introduction .wrapper h4 .catch {
    letter-spacing: 8px;
    font-size: 40px;
  }
  .introduction .wrapper .sentence {
    padding: 150px 0 0 20%;
  }
  .introduction .wrapper .sentence h5 {
    display: flex;
    align-items: center;
  }
  .introduction .wrapper .sentence h5 .line {
    letter-spacing: 2px;
    padding: 5px 20px 5px 20px;
    font-size: 28px;
    margin: 0 10px 0 0;
  }
  .introduction .wrapper .sentence h5 .en {
    letter-spacing: 4px;
    font-size: 26px;
  }
  .introduction .wrapper .sentence p {
    padding: 50px 0 0 0;
    line-height: 3;
    letter-spacing: 4px;
    font-size: 18px;
  }
} /* 1024px～1280px responsive-close



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

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

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

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .introduction .back {
    letter-spacing: 3px;
    line-height: 0.5;
    font-size: 18vw;
  }
  .introduction .picture {
    top: 30px;
    right: -50px;
    width: 95vw;
  }
  .introduction .picture img {
    width: 100%;
    height: auto;
  }
  .introduction .separator-wrapper .separator {
    width: 300%;
    height: 8px;
  }
  @keyframes rotate {
    from {
      background-position: -300%;
    }
    to {
      background-position: 0px;
    }
  }
  .introduction .wrapper {
    max-width: 100%;
    padding: 80px 4% 70px 4%;
  }
  .introduction .wrapper h2 .icon {
    line-height: 0;
    width: 10vw;
    margin: 0 10px 0 0;
  }
  .introduction .wrapper h2 .icon img {
    width: 100%;
    height: auto;
  }
  .introduction .wrapper h2 .catch {
    letter-spacing: 4px;
    font-size: 7vw;
  }
  .introduction .wrapper h3 {
    letter-spacing: 10px;
    font-size: 10vw;
    margin: 50px 0 0 0;
  }
  .introduction .wrapper h3 .line {
    opacity: 0.9;
    line-height: 1.2;
  }
  .introduction .wrapper h4 {
    margin: 25px 0 0 0;
  }
  .introduction .wrapper h4 .border {
    width: 15vw;
    height: 1px;
    border-top: solid 1px #fff;
    margin: 0 15px 0 0;
  }
  .introduction .wrapper h4 .catch {
    -webkit-text-stroke: rgb(255, 255, 255) 1px;
    letter-spacing: 4px;
    font-size: 8vw;
  }
  .introduction .wrapper .sentence {
    padding: 50px 4% 0 4%;
  }
  .introduction .wrapper .sentence h5 {
    display: block;
    text-align: center;
  }
  .introduction .wrapper .sentence h5 .line {
    background: linear-gradient(45deg, rgb(255, 255, 255) 0%, rgb(219, 217, 217) 100%);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    color: #737374;
    letter-spacing: 2px;
    padding: 5px 20px 5px 20px;
    font-size: 5vw;
    margin: 0 0 0 0;
    display: inline-block;
  }
  .introduction .wrapper .sentence h5 .en {
    letter-spacing: 4px;
    font-size: 7vw;
    text-align: center;
  }
  .introduction .wrapper .sentence p {
    padding: 30px 0 0 0;
    line-height: 3;
    letter-spacing: 4px;
    font-size: 4.25vw;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

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

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

〇 SERVICE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.service {
  overflow: hidden;
  position: relative;
  background: linear-gradient(90deg, rgb(180, 178, 175) 0%, rgb(180, 175, 172) 100%);
}
.service .bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  left: 0;
}
.service .bg img {
  width: 100%;
  height: auto;
}
.service .overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  animation: mix-blend-bg 8s linear infinite;
  animation-direction: alternate;
}
@keyframes mix-blend-bg {
  0% {
    background: rgba(102, 100, 98, 0.7);
  }
  50% {
    background: rgba(102, 100, 98, 0.6);
  }
  100% {
    background: rgba(102, 100, 98, 0.8);
  }
}
.service .wrapper {
  position: relative;
  z-index: 3;
  padding: 150px 0 100px;
}
.service .wrapper .title {
  color: #e8e4e4;
  font-family: "Syncopate", sans-serif;
  font-weight: 700;
}
.service .wrapper .title h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service .wrapper .title h2 .icon {
  line-height: 0;
  width: 220px;
  margin: 0 25px 0 0;
}
.service .wrapper .title h2 .icon img {
  width: 100%;
  height: auto;
}
.service .wrapper .title h2 .catch .main {
  letter-spacing: 8px;
  font-size: 65px;
}
.service .wrapper .title h2 .catch .sub {
  display: flex;
  align-items: center;
}
.service .wrapper .title h2 .catch .sub .border {
  width: 220px;
  height: 1px;
  border-top: solid 1px #fff;
  margin: 0 10px 0 0;
}
.service .wrapper .title h2 .catch .sub .semi {
  letter-spacing: 4px;
  font-size: 22px;
}
.service .wrapper .title .caption {
  margin: 70px 0 0 0;
}
.service .wrapper .title .caption p {
  text-align: center;
  letter-spacing: 6px;
  font-size: 30px;
}
.service .wrapper .box-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 100px auto 0;
  max-width: 1480px;
  padding: 0 3% 0 3%;
}
.service .wrapper .box-wrapper .box {
  width: 48%;
  margin: 30px 4% 0 0;
}
.service .wrapper .box-wrapper .box:nth-child(2n), .service .wrapper .box-wrapper .box:last-child {
  margin: 30px 0 0 0;
}
.service .wrapper .box-wrapper .box h3 {
  text-align: center;
  color: #4e4e4e;
  font-family: "Antonio", sans-serif;
  mix-blend-mode: multiply;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 3px;
  font-size: 40px;
}
.service .wrapper .box-wrapper .box h3 span {
  font-size: 1.3em;
}
.service .wrapper .box-wrapper .box .thumb {
  position: relative;
  padding: 60px 0px 60px 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service .wrapper .box-wrapper .box .thumb img {
  position: relative;
  z-index: 5;
  width: 160px;
  height: auto;
}
.service .wrapper .box-wrapper .box .thumb::before {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #4f4f4f 0%, #4a4a4a 100%);
  mix-blend-mode: multiply;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}
.service .wrapper .box-wrapper .box h2 {
  text-align: center;
  font-family: "Syncopate", sans-serif;
  font-weight: 700;
  mix-blend-mode: saturation;
  letter-spacing: 6px;
  font-size: 62px;
  margin: 30px 0 0 0;
}
.service .wrapper .box-wrapper .box h2 span {
  display: inline-block;
  background: linear-gradient(45deg, #8f8c8a, #ffffff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service .wrapper .box-wrapper .box .sentence {
  margin: 20px 0 0 0;
}
.service .wrapper .box-wrapper .box .sentence p {
  line-height: 2.4;
  background: linear-gradient(90deg, #fdfdfd, #e4e4e4);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  letter-spacing: 3px;
  padding: 10px 0 10px 0;
  font-size: 18px;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .service .bg {
    bottom: 0;
    left: 0;
  }
  .service .bg img {
    width: 100%;
    height: auto;
  }
  .service .overlay {
    animation: mix-blend-bg 8s linear infinite;
    animation-direction: alternate;
  }
  @keyframes mix-blend-bg {
    0% {
      background: rgba(102, 100, 98, 0.7);
    }
    50% {
      background: rgba(102, 100, 98, 0.6);
    }
    100% {
      background: rgba(102, 100, 98, 0.8);
    }
  }
  .service .wrapper {
    padding: 150px 0 100px;
  }
  .service .wrapper .title {
    font-weight: 700;
  }
  .service .wrapper .title h2 .icon {
    width: 220px;
    margin: 0 25px 0 0;
  }
  .service .wrapper .title h2 .icon img {
    width: 100%;
    height: auto;
  }
  .service .wrapper .title h2 .catch .main {
    letter-spacing: 8px;
    font-size: 65px;
  }
  .service .wrapper .title h2 .catch .sub {
    display: flex;
    align-items: center;
  }
  .service .wrapper .title h2 .catch .sub .border {
    width: 220px;
    height: 1px;
    margin: 0 10px 0 0;
  }
  .service .wrapper .title h2 .catch .sub .semi {
    letter-spacing: 4px;
    font-size: 22px;
  }
  .service .wrapper .title .caption {
    margin: 70px 0 0 0;
  }
  .service .wrapper .title .caption p {
    letter-spacing: 6px;
    font-size: 30px;
  }
  .service .wrapper .box-wrapper {
    margin: 100px auto 0;
    max-width: 100%;
    padding: 0 3% 0 3%;
  }
  .service .wrapper .box-wrapper .box {
    width: 48%;
  }
  .service .wrapper .box-wrapper .box h3 {
    line-height: 1.4;
    letter-spacing: 3px;
    font-size: 40px;
  }
  .service .wrapper .box-wrapper .box h3 span {
    font-size: 1.3em;
  }
  .service .wrapper .box-wrapper .box .thumb {
    padding: 60px 0px 60px 0px;
    width: 100%;
  }
  .service .wrapper .box-wrapper .box .thumb img {
    width: 160px;
    height: auto;
  }
  .service .wrapper .box-wrapper .box .thumb::before {
    opacity: 0.8;
    width: 100%;
    height: 100%;
  }
  .service .wrapper .box-wrapper .box h2 {
    letter-spacing: 4px;
    font-size: 4vw;
    margin: 30px 0 0 0;
  }
  .service .wrapper .box-wrapper .box h2 span {
    display: inline-block;
  }
  .service .wrapper .box-wrapper .box .sentence {
    margin: 20px 0 0 0;
  }
  .service .wrapper .box-wrapper .box .sentence p {
    line-height: 2.4;
    letter-spacing: 3px;
    padding: 10px 0 10px 0;
    font-size: 18px;
  }
} /* 1024px～1280px responsive-close



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

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

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

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .service .bg {
    bottom: 0;
    left: 0;
  }
  .service .bg img {
    width: 100%;
    height: auto;
  }
  .service .overlay {
    animation: mix-blend-bg 8s linear infinite;
  }
  @keyframes mix-blend-bg {
    0% {
      background: rgba(102, 100, 98, 0.7);
    }
    50% {
      background: rgba(102, 100, 98, 0.6);
    }
    100% {
      background: rgba(102, 100, 98, 0.8);
    }
  }
  .service .wrapper {
    position: relative;
    z-index: 3;
    padding: 80px 0 70px;
  }
  .service .wrapper .title h2 {
    display: block;
  }
  .service .wrapper .title h2 .icon {
    line-height: 0;
    width: 24vw;
    margin: 0 auto 0;
  }
  .service .wrapper .title h2 .icon img {
    width: 100%;
    height: auto;
  }
  .service .wrapper .title h2 .catch {
    margin: 15px 0 0 0;
  }
  .service .wrapper .title h2 .catch .main {
    letter-spacing: 6px;
    font-size: 10vw;
    text-align: center;
  }
  .service .wrapper .title h2 .catch .sub {
    justify-content: center;
  }
  .service .wrapper .title h2 .catch .sub .border {
    width: 20vw;
    margin: 0 10px 0 0;
  }
  .service .wrapper .title h2 .catch .sub .semi {
    letter-spacing: 4px;
    font-size: 5.75vw;
  }
  .service .wrapper .title .caption {
    margin: 45px 0 0 0;
  }
  .service .wrapper .title .caption p {
    text-align: center;
    letter-spacing: 3px;
    font-size: 4.5vw;
  }
  .service .wrapper .box-wrapper {
    display: block;
    margin: 20px auto 0;
    max-width: 100%;
    padding: 0 4% 0 4%;
  }
  .service .wrapper .box-wrapper .box {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .service .wrapper .box-wrapper .box h3 {
    line-height: 1.4;
    letter-spacing: 3px;
    font-size: 7vw;
  }
  .service .wrapper .box-wrapper .box h3 span {
    font-size: 1.3em;
  }
  .service .wrapper .box-wrapper .box .thumb {
    position: relative;
    padding: 35px 0px 35px 0px;
    width: 100%;
  }
  .service .wrapper .box-wrapper .box .thumb img {
    width: 35vw;
    height: auto;
  }
  .service .wrapper .box-wrapper .box .thumb::before {
    opacity: 0.8;
  }
  .service .wrapper .box-wrapper .box h2 {
    letter-spacing: 3px;
    font-size: 9.25vw;
    margin: 20px 0 0 0;
  }
  .service .wrapper .box-wrapper .box .sentence {
    margin: 20px 0 0 0;
  }
  .service .wrapper .box-wrapper .box .sentence p {
    line-height: 2.4;
    letter-spacing: 3px;
    padding: 10px 0 10px 0;
    font-size: 4vw;
  }
} /* 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=top.css.map */