@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: "Shippori Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

/* modules */
@font-face {
  font-family: "Shippori Mincho";
  src: url("../../webfonts/ShipporiMincho-Regular.woff2") format("woff2"), url("../../webfonts/ShipporiMincho-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Shippori Mincho";
  src: url("../../webfonts/ShipporiMincho-Medium.woff2") format("woff2"), url("../../webfonts/ShipporiMincho-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Shippori Mincho";
  src: url("../../webfonts/ShipporiMincho-SemiBold.woff2") format("woff2"), url("../../webfonts/ShipporiMincho-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EB Garamond";
  src: url("../../webfonts/EBGaramond-Regular.woff2") format("woff2"), url("../../webfonts/EBGaramond-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EB Garamond";
  src: url("../../webfonts/EBGaramond-Medium.woff2") format("woff2"), url("../../webfonts/EBGaramond-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EB Garamond";
  src: url("../../webfonts/EBGaramond-SemiBold.woff2") format("woff2"), url("../../webfonts/EBGaramond-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Antonio";
  src: url("../../webfonts/Antonio-Medium.woff2") format("woff2"), url("../../webfonts/Antonio-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../../webfonts/ZenKakuGothicNew-Medium-Subset.woff2") format("woff2"), url("../../webfonts/ZenKakuGothicNew-Medium-Subset.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HAMBURGER-MENU 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.hamburger-menu {
  width: 100%;
  overflow: hidden;
  display: block;
}
.hamburger-menu .nav-wrapper {
  width: 100vw;
  height: 100vh;
  z-index: 90000;
  position: fixed;
}
.hamburger-menu .nav-wrapper .block-reveal {
  background: rgb(42, 40, 40);
  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;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hamburger-menu .nav-wrapper .nav-container .inner {
  display: flex;
  align-items: center;
}
.hamburger-menu .nav-wrapper .nav-container .inner ul {
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 16px;
}
.hamburger-menu .nav-wrapper .nav-container .inner ul li {
  padding: 15px 0 15px 0;
  cursor: pointer;
}
.hamburger-menu .nav-wrapper .nav-container .inner ul li a {
  text-decoration: none;
  padding: 4px 0 4px 0;
  color: #fff;
  font-weight: 100;
}
.hamburger-menu .nav-wrapper .nav-container .inner ul li a span {
  color: #fff;
}
.hamburger-menu .nav-wrapper .nav-container .inner ul li a .en {
  text-align: center;
  font-family: "Antonio";
  font-weight: 500;
  letter-spacing: 3px;
  font-size: 30px;
}
.hamburger-menu .nav-wrapper .nav-container .inner ul li a .jp {
  text-align: center;
  letter-spacing: 6px;
  font-size: 20px;
}
.hamburger-menu .nav-wrapper .nav-container .inner .bottom {
  padding: 0 0 0 100px;
}
.hamburger-menu .nav-wrapper .nav-container .inner .bottom .tel a {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hamburger-menu .nav-wrapper .nav-container .inner .bottom .tel a .icon {
  line-height: 0;
  width: 55px;
}
.hamburger-menu .nav-wrapper .nav-container .inner .bottom .tel a .icon img {
  width: 100%;
  height: auto;
}
.hamburger-menu .nav-wrapper .nav-container .inner .bottom .tel a p {
  font-weight: 500;
  font-family: "Antonio";
  font-size: 55px;
  padding: 0 0 0 5px;
}
.hamburger-menu .nav-wrapper .nav-container .inner .bottom .info {
  margin: 20px 0 0 0;
}
.hamburger-menu .nav-wrapper .nav-container .inner .bottom .info p {
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  font-size: 18px;
}
.hamburger-menu .nav-wrapper .nav-container .inner .bottom .instagram {
  text-align: center;
  margin: 60px 0 0 0;
}
.hamburger-menu .nav-wrapper .nav-container .inner .bottom .instagram a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  background: linear-gradient(45deg, rgb(96, 107, 215) 0%, rgb(234, 49, 116) 100%);
  border-radius: 100px;
  padding: 5px 0 0 0;
}
.hamburger-menu .nav-wrapper .nav-container .inner .bottom .instagram a .sub {
  text-align: center;
  margin: -20px 0 0 0;
}
.hamburger-menu .nav-wrapper .nav-container .inner .bottom .instagram a .sub .cover {
  display: inline-block;
  position: relative;
}
.hamburger-menu .nav-wrapper .nav-container .inner .bottom .instagram a .sub .cover::after {
  content: "";
  background: linear-gradient(135deg, rgb(96, 107, 215) 0%, rgb(234, 49, 116) 100%);
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  border-radius: 100px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hamburger-menu .nav-wrapper .nav-container .inner .bottom .instagram a .sub .cover p {
  border-radius: 100px;
  position: relative;
  z-index: 2;
  background: #fff;
}
.hamburger-menu .nav-wrapper .nav-container .inner .bottom .instagram a .sub .cover p span {
  font-family: "Zen Kaku Gothic New";
  font-weight: 700;
  background: linear-gradient(135deg, rgb(96, 107, 215) 0%, rgb(234, 49, 116) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1px;
  font-size: 16px;
  padding: 3px 20px 3px 20px;
}
.hamburger-menu .nav-wrapper .nav-container .inner .bottom .instagram a .main {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 5px 30px 8px 30px;
}
.hamburger-menu .nav-wrapper .nav-container .inner .bottom .instagram a .main .icon {
  line-height: 0;
  width: 30px;
}
.hamburger-menu .nav-wrapper .nav-container .inner .bottom .instagram a .main .catch {
  font-size: 30px;
  padding: 0 0 0 10px;
}
.hamburger-menu .nav-wrapper .nav-container .inner .bottom .instagram a .main .catch .en {
  font-weight: 500;
  font-family: "Antonio";
}
.hamburger-menu .menu {
  position: fixed;
  padding: 10px 15px;
  top: 40px;
  right: 3%;
  border-radius: 30px;
  cursor: pointer;
  z-index: 100000;
  font-family: "Antonio";
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
  font-size: 3.5vw;
}
.hamburger-menu .menu .hamburger .line {
  width: 50px;
  height: 3px;
  background-color: #ecf0f1;
  display: block;
  margin: 8px auto;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 12;
}
.hamburger-menu .menu .hamburger:hover {
  cursor: pointer;
}
.hamburger-menu .menu #hamburger-9 {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.hamburger-menu .menu #hamburger-9.is-active {
  transform: rotate(45deg);
}
.hamburger-menu .menu #hamburger-9:before {
  content: "";
  position: absolute;
  z-index: 10;
  box-sizing: border-box;
  width: 70px;
  height: 70px;
  border: 5px solid transparent;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  background: black;
}
.hamburger-menu .menu #hamburger-9.is-active:before {
  border: 5px solid #ecf0f1;
  background: rgba(0, 0, 0, 0);
}
.hamburger-menu .menu #hamburger-9.is-active .line {
  width: 35px;
}
.hamburger-menu .menu #hamburger-9.is-active .line:nth-child(2) {
  opacity: 0;
}
.hamburger-menu .menu #hamburger-9.is-active .line:nth-child(1) {
  transform: translateY(11px);
}
.hamburger-menu .menu #hamburger-9.is-active .line:nth-child(3) {
  transform: translateY(-11px) rotate(90deg);
}
.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----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hamburger-menu {
    width: 100%;
    overflow: hidden;
    display: block;
  }
  .hamburger-menu .nav-wrapper {
    width: 100vw;
    height: 100vh;
    z-index: 90000;
    position: fixed;
  }
  .hamburger-menu .nav-wrapper .block-reveal {
    background: rgb(42, 40, 40);
    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;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner {
    display: block;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner ul {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 16px;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner ul li {
    padding: 15px 0 15px 0;
    cursor: pointer;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner ul li a {
    text-decoration: none;
    padding: 4px 0 4px 0;
    color: #fff;
    font-weight: 100;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner ul li a span {
    color: #fff;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner ul li a .en {
    text-align: center;
    font-family: "Antonio";
    font-weight: 500;
    letter-spacing: 3px;
    font-size: 30px;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner ul li a .jp {
    text-align: center;
    letter-spacing: 6px;
    font-size: 20px;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner .bottom {
    padding: 0 0 0 0px;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner .bottom .tel a {
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner .bottom .tel a .icon {
    line-height: 0;
    width: 55px;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner .bottom .tel a .icon img {
    width: 100%;
    height: auto;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner .bottom .tel a p {
    font-weight: 500;
    font-family: "Antonio";
    font-size: 55px;
    padding: 0 0 0 5px;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner .bottom .info {
    margin: 20px 0 0 0;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner .bottom .info p {
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
    font-size: 18px;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner .bottom .instagram {
    text-align: center;
    margin: 60px 0 0 0;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner .bottom .instagram a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    background: linear-gradient(45deg, rgb(96, 107, 215) 0%, rgb(234, 49, 116) 100%);
    border-radius: 100px;
    padding: 5px 0 0 0;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner .bottom .instagram a .sub {
    text-align: center;
    margin: -20px 0 0 0;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner .bottom .instagram a .sub .cover {
    display: inline-block;
    position: relative;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner .bottom .instagram a .sub .cover::after {
    content: "";
    background: linear-gradient(135deg, rgb(96, 107, 215) 0%, rgb(234, 49, 116) 100%);
    width: calc(100% + 3px);
    height: calc(100% + 3px);
    border-radius: 100px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .hamburger-menu .nav-wrapper .nav-container .inner .bottom .instagram a .sub .cover p {
    border-radius: 100px;
    position: relative;
    z-index: 2;
    background: #fff;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner .bottom .instagram a .sub .cover p span {
    font-family: "Zen Kaku Gothic New";
    font-weight: 700;
    background: linear-gradient(135deg, rgb(96, 107, 215) 0%, rgb(234, 49, 116) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1px;
    font-size: 16px;
    padding: 3px 20px 3px 20px;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner .bottom .instagram a .main {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 5px 30px 8px 30px;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner .bottom .instagram a .main .icon {
    line-height: 0;
    width: 30px;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner .bottom .instagram a .main .catch {
    font-size: 30px;
    padding: 0 0 0 10px;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner .bottom .instagram a .main .catch .en {
    font-weight: 500;
    font-family: "Antonio";
  }
  .hamburger-menu .menu {
    position: fixed;
    padding: 10px 15px;
    top: 40px;
    right: 3%;
    border-radius: 30px;
    cursor: pointer;
    z-index: 100000;
    font-family: "Antonio";
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    font-size: 3.5vw;
  }
  .hamburger-menu .menu .hamburger .line {
    width: 50px;
    height: 3px;
    background-color: #ecf0f1;
    display: block;
    margin: 8px auto;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 12;
  }
  .hamburger-menu .menu .hamburger:hover {
    cursor: pointer;
  }
  .hamburger-menu .menu #hamburger-9 {
    position: relative;
    transition: all 0.3s ease-in-out;
  }
  .hamburger-menu .menu #hamburger-9.is-active {
    transform: rotate(45deg);
  }
  .hamburger-menu .menu #hamburger-9:before {
    content: "";
    position: absolute;
    z-index: 10;
    box-sizing: border-box;
    width: 70px;
    height: 70px;
    border: 5px solid transparent;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
    background: black;
  }
  .hamburger-menu .menu #hamburger-9.is-active:before {
    border: 5px solid #ecf0f1;
    background: rgba(0, 0, 0, 0);
  }
  .hamburger-menu .menu #hamburger-9.is-active .line {
    width: 35px;
  }
  .hamburger-menu .menu #hamburger-9.is-active .line:nth-child(2) {
    opacity: 0;
  }
  .hamburger-menu .menu #hamburger-9.is-active .line:nth-child(1) {
    transform: translateY(11px);
  }
  .hamburger-menu .menu #hamburger-9.is-active .line:nth-child(3) {
    transform: translateY(-11px) rotate(90deg);
  }
  .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;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .hamburger-menu {
    width: 100%;
    overflow: hidden;
    display: block;
  }
  .hamburger-menu .nav-wrapper {
    width: 100vw;
    height: 100vh;
    z-index: 90000;
    position: fixed;
  }
  .hamburger-menu .nav-wrapper .block-reveal {
    background: rgb(42, 40, 40);
    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;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner {
    display: block;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner ul {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 16px;
    margin: -40px 0 0 0;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner ul li {
    padding: 10px 0 10px 0;
    cursor: pointer;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner ul li a {
    text-decoration: none;
    padding: 4px 0 4px 0;
    color: #fff;
    font-weight: 100;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner ul li a span {
    color: #fff;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner ul li a .en {
    letter-spacing: 3px;
    font-size: 5.5vw;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner ul li a .jp {
    letter-spacing: 6px;
    font-size: 4vw;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner .bottom {
    padding: 0 0 0 0;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner .bottom .tel a .icon {
    line-height: 0;
    width: 8vw;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner .bottom .tel a .icon img {
    width: 100%;
    height: auto;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner .bottom .tel a p {
    font-size: 8vw;
    padding: 0 0 0 5px;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner .bottom .info {
    margin: 20px 0 0 0;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner .bottom .info p {
    letter-spacing: 2px;
    font-size: 3.5vw;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner .bottom .instagram {
    text-align: center;
    margin: 30px 0 0 0;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner .bottom .instagram a {
    border-radius: 100px;
    padding: 5px 0 0 0;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner .bottom .instagram a .sub {
    text-align: center;
    margin: -20px 0 0 0;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner .bottom .instagram a .sub .cover::after {
    width: calc(100% + 3px);
    height: calc(100% + 3px);
    border-radius: 100px;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner .bottom .instagram a .sub .cover p {
    border-radius: 100px;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner .bottom .instagram a .sub .cover p span {
    letter-spacing: 1px;
    font-size: 3.5vw;
    padding: 3px 20px 3px 20px;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner .bottom .instagram a .main {
    padding: 5px 30px 8px 30px;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner .bottom .instagram a .main .icon {
    line-height: 0;
    width: 5vw;
  }
  .hamburger-menu .nav-wrapper .nav-container .inner .bottom .instagram a .main .catch {
    font-size: 5vw;
    padding: 0 0 0 10px;
  }
  .hamburger-menu .menu {
    position: fixed;
    padding: 10px 15px;
    top: 20px;
    right: 3%;
    border-radius: 30px;
    letter-spacing: 1px;
    font-size: 3.5vw;
  }
  .hamburger-menu .menu .hamburger .line {
    width: 40px;
    height: 2px;
    display: block;
    margin: 8px auto;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 12;
  }
  .hamburger-menu .menu .hamburger:hover {
    cursor: pointer;
  }
  .hamburger-menu .menu #hamburger-9 {
    position: relative;
    transition: all 0.3s ease-in-out;
  }
  .hamburger-menu .menu #hamburger-9.is-active {
    transform: rotate(45deg);
  }
  .hamburger-menu .menu #hamburger-9:before {
    content: "";
    position: absolute;
    z-index: 10;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    border: 4px solid transparent;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
    background: black;
  }
  .hamburger-menu .menu #hamburger-9.is-active:before {
    border: 4px solid #ecf0f1;
    background: rgba(0, 0, 0, 0);
  }
  .hamburger-menu .menu #hamburger-9.is-active .line {
    width: 35px;
  }
  .hamburger-menu .menu #hamburger-9.is-active .line:nth-child(2) {
    opacity: 0;
  }
  .hamburger-menu .menu #hamburger-9.is-active .line:nth-child(1) {
    transform: translateY(11px);
  }
  .hamburger-menu .menu #hamburger-9.is-active .line:nth-child(3) {
    transform: translateY(-11px) rotate(90deg);
  }
  .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;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

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

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

〇 UI 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.sentence.normal p {
  color: #645858;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 3.25;
  font-size: 18px;
}

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

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

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



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

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

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

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

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

〇 HEADER 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
#header .wrapper {
  z-index: 3;
  position: relative;
  overflow: hidden;
  height: 100vh;
}
#header .wrapper nav {
  position: absolute;
  z-index: 5;
  width: 100%;
}
#header .wrapper nav .inner {
  display: flex;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto 0;
  padding: 20px 3% 0 3%;
}
#header .wrapper nav .inner .logo {
  line-height: 0;
  width: 250px;
}
#header .wrapper nav .inner .logo img {
  width: 100%;
  height: auto;
}
#header .wrapper nav .inner ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 100px 0 0;
}
#header .wrapper nav .inner ul li {
  font-family: "Antonio";
  font-weight: 500;
}
#header .wrapper nav .inner ul li a {
  text-decoration: none;
  color: #fff;
  padding: 0 20px 0 20px;
  letter-spacing: 4px;
  font-size: 30px;
}
#header .wrapper .hero {
  padding: 0px 0 0 0;
  max-width: 1920px;
  margin: 0 auto 0;
}
#header .wrapper .hero .swiper-container {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
#header .wrapper .hero .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
#header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
#header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.2) 35%, rgba(0, 0, 0, 0) 63%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  z-index: 2;
}
#header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .img-mask {
  width: 100%;
  height: 100%;
}
#header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .img-mask img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
#header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence {
  position: absolute;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  opacity: 0;
  z-index: 4;
  font-style: normal;
  color: #fff;
  letter-spacing: 10px;
  white-space: nowrap;
}
#header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h3 {
  opacity: 0;
  transition: opacity 0.3s ease 1.2s, transform 0.3s ease 1.2s;
}
#header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h3 .en {
  font-family: "EB Garamond";
  font-weight: 500;
  line-height: 1.25;
  font-size: 75px;
}
#header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h3 .en.en02 {
  padding: 0 0 0 150px;
}
#header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 {
  opacity: 0;
  transition: opacity 0.3s ease 0.8s, transform 0.3s ease 0.8s;
  text-align: right;
  font-weight: 600;
  line-height: 1.3;
  font-size: 25px;
  margin: 20px 0 0 0;
}
#header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide.first .sentence {
  text-align: left;
  transform: translate(0%, calc(0% + 0px));
  bottom: 60px;
  right: 5%;
}
#header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide.first .sentence h3 {
  opacity: 0;
  transform: translate(0%, calc(0% + 80px));
}
#header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide.first .sentence h2 {
  opacity: 0;
  transform: translate(0%, calc(0% + 50px));
}
#header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide.second .sentence {
  text-align: left;
  transform: translate(0%, calc(0% + 0px));
  bottom: 60px;
  right: 5%;
}
#header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide.second .sentence h3 {
  opacity: 0;
  transform: translate(0%, calc(0% + 80px));
}
#header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide.second .sentence h2 {
  opacity: 0;
  transform: translate(0%, calc(0% + 50px));
}
#header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide.third .sentence {
  text-align: left;
  transform: translate(0%, calc(0% + 0px));
  bottom: 60px;
  right: 5%;
}
#header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide.third .sentence h3 {
  opacity: 0;
  transform: translate(0%, calc(0% + 80px));
}
#header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide.third .sentence h2 {
  opacity: 0;
  transform: translate(0%, calc(0% + 50px));
}
#header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active {
  margin: auto;
}
#header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active.first .sentence {
  opacity: 1;
  transform: translate(0%, calc(0% + 0px));
}
#header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active.first .sentence h3 {
  opacity: 1;
  transform: translate(0%, calc(0% + 0px));
}
#header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active.first .sentence h2 {
  opacity: 1;
  transform: translate(0%, calc(0% + 0px));
}
#header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active.second .sentence {
  opacity: 1;
  transform: translate(0%, calc(0% + 0px));
}
#header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active.second .sentence h3 {
  opacity: 1;
  transform: translate(0%, calc(0% + 0px));
}
#header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active.second .sentence h2 {
  opacity: 1;
  transform: translate(0%, calc(0% + 0px));
}
#header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active.third .sentence {
  opacity: 1;
  transform: translate(0%, calc(0% + 0px));
}
#header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active.third .sentence h3 {
  opacity: 1;
  transform: translate(0%, calc(0% + 0px));
}
#header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active.third .sentence h2 {
  opacity: 1;
  transform: translate(0%, calc(0% + 0px));
}
#header .wrapper .back {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
}
#header .wrapper .back p {
  font-family: "EB Garamond";
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  font-size: 120px;
}
#header .copy {
  position: absolute;
  z-index: 6;
  margin: 0px 0 0 0;
  left: 3%;
  bottom: 3%;
}
#header .copy h2 {
  writing-mode: vertical-rl;
}
#header .copy h2 .line {
  margin: 10px 0 0 0;
}
#header .copy h2 .line .cover {
  color: #fff;
  display: inline-block;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background: rgba(35, 31, 31, 0.9);
  padding: 15px 10px 15px 10px;
  letter-spacing: 　2px;
  font-size: 45px;
}
#header .copy h2 .line:nth-child(2) {
  margin: 20px 20px 0 0;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  #header .wrapper {
    height: 100%;
  }
  #header .wrapper nav {
    width: 100%;
  }
  #header .wrapper nav .inner {
    max-width: 1920px;
    margin: 0 auto 0;
    padding: 20px 3% 0 3%;
  }
  #header .wrapper nav .inner .logo {
    line-height: 0;
    width: 20vw;
  }
  #header .wrapper nav .inner .logo img {
    width: 100%;
    height: auto;
  }
  #header .wrapper nav .inner ul {
    padding: 0 100px 0 0;
  }
  #header .wrapper nav .inner ul li a {
    padding: 0 20px 0 20px;
    letter-spacing: 4px;
    font-size: 2.5vw;
  }
  #header .wrapper .hero {
    padding: 0px 0 0 0;
    max-width: 1920px;
    margin: 0 auto 0;
  }
  #header .wrapper .hero .swiper-container {
    overflow: hidden;
    height: 100%;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide:before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.2) 35%, rgba(0, 0, 0, 0) 63%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    z-index: 2;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence {
    position: absolute;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    opacity: 0;
    z-index: 4;
    font-style: normal;
    color: #fff;
    letter-spacing: 10px;
    white-space: nowrap;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h3 {
    opacity: 0;
    transition: opacity 0.3s ease 1.2s, transform 0.3s ease 1.2s;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h3 .en {
    font-family: "EB Garamond";
    font-weight: 500;
    line-height: 1.25;
    font-size: 75px;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h3 .en.en02 {
    padding: 0 0 0 150px;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 {
    opacity: 0;
    transition: opacity 0.3s ease 0.8s, transform 0.3s ease 0.8s;
    text-align: right;
    font-weight: 600;
    line-height: 1.3;
    font-size: 25px;
    margin: 20px 0 0 0;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide.first .sentence {
    text-align: left;
    transform: translate(0%, calc(0% + 0px));
    bottom: 60px;
    right: 5%;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide.first .sentence h3 {
    opacity: 0;
    transform: translate(0%, calc(0% + 80px));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide.first .sentence h2 {
    opacity: 0;
    transform: translate(0%, calc(0% + 50px));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide.second .sentence {
    text-align: left;
    transform: translate(0%, calc(0% + 0px));
    bottom: 60px;
    right: 5%;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide.second .sentence h3 {
    opacity: 0;
    transform: translate(0%, calc(0% + 80px));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide.second .sentence h2 {
    opacity: 0;
    transform: translate(0%, calc(0% + 50px));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide.third .sentence {
    text-align: left;
    transform: translate(0%, calc(0% + 0px));
    bottom: 60px;
    right: 5%;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide.third .sentence h3 {
    opacity: 0;
    transform: translate(0%, calc(0% + 80px));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide.third .sentence h2 {
    opacity: 0;
    transform: translate(0%, calc(0% + 50px));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active {
    margin: auto;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active.first .sentence {
    opacity: 1;
    transform: translate(0%, calc(0% + 0px));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active.first .sentence h3 {
    opacity: 1;
    transform: translate(0%, calc(0% + 0px));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active.first .sentence h2 {
    opacity: 1;
    transform: translate(0%, calc(0% + 0px));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active.second .sentence {
    opacity: 1;
    transform: translate(0%, calc(0% + 0px));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active.second .sentence h3 {
    opacity: 1;
    transform: translate(0%, calc(0% + 0px));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active.second .sentence h2 {
    opacity: 1;
    transform: translate(0%, calc(0% + 0px));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active.third .sentence {
    opacity: 1;
    transform: translate(0%, calc(0% + 0px));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active.third .sentence h3 {
    opacity: 1;
    transform: translate(0%, calc(0% + 0px));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active.third .sentence h2 {
    opacity: 1;
    transform: translate(0%, calc(0% + 0px));
  }
  #header .wrapper .back p {
    line-height: 1.2;
    font-size: 10vw;
  }
  #header .copy {
    position: relative;
    z-index: 6;
    margin: -250px 0 0 0;
    left: 3%;
    bottom: 3%;
    display: inline-block;
  }
  #header .copy h2 .line {
    margin: 10px 0 0 0;
  }
  #header .copy h2 .line .cover {
    padding: 15px 10px 15px 10px;
    letter-spacing: 　2px;
    font-size: 3.5vw;
  }
  #header .copy h2 .line:nth-child(2) {
    margin: 20px 20px 0 0;
  }
} /* 1024px～1280px responsive-close



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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #header .wrapper nav .inner {
    max-width: 1920px;
    margin: 0 auto 0;
    padding: 20px 3% 0 3%;
  }
  #header .wrapper nav .inner .logo {
    line-height: 0;
    width: 30vw;
  }
  #header .wrapper nav .inner .logo img {
    width: 100%;
    height: auto;
  }
  #header .wrapper nav .inner ul {
    display: none;
  }
  #header .wrapper nav .inner ul li a {
    padding: 0 20px 0 20px;
    letter-spacing: 4px;
    font-size: 2.5vw;
  }
  #header .wrapper .hero {
    padding: 0px 0 0 0;
    max-width: 1920px;
    margin: 0 auto 0;
  }
  #header .wrapper .hero .swiper-container {
    overflow: hidden;
    height: 100%;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide:before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.2) 35%, rgba(0, 0, 0, 0) 63%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    z-index: 2;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide img.pc-disblock {
    display: none;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide img.sp-disblock {
    display: block;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence {
    position: absolute;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    opacity: 0;
    z-index: 4;
    font-style: normal;
    color: #fff;
    letter-spacing: 10px;
    white-space: nowrap;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h3 {
    opacity: 0;
    transition: opacity 0.3s ease 1.2s, transform 0.3s ease 1.2s;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h3 .en {
    font-family: "EB Garamond";
    font-weight: 500;
    line-height: 1.25;
    font-size: 75px;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h3 .en.en02 {
    padding: 0 0 0 150px;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence h2 {
    opacity: 0;
    transition: opacity 0.3s ease 0.8s, transform 0.3s ease 0.8s;
    text-align: right;
    font-weight: 600;
    line-height: 1.3;
    font-size: 25px;
    margin: 20px 0 0 0;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide.first .sentence {
    text-align: left;
    transform: translate(0%, calc(0% + 0px));
    bottom: 60px;
    right: 5%;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide.first .sentence h3 {
    opacity: 0;
    transform: translate(0%, calc(0% + 80px));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide.first .sentence h2 {
    opacity: 0;
    transform: translate(0%, calc(0% + 50px));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide.second .sentence {
    text-align: left;
    transform: translate(0%, calc(0% + 0px));
    bottom: 60px;
    right: 5%;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide.second .sentence h3 {
    opacity: 0;
    transform: translate(0%, calc(0% + 80px));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide.second .sentence h2 {
    opacity: 0;
    transform: translate(0%, calc(0% + 50px));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide.third .sentence {
    text-align: left;
    transform: translate(0%, calc(0% + 0px));
    bottom: 60px;
    right: 5%;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide.third .sentence h3 {
    opacity: 0;
    transform: translate(0%, calc(0% + 80px));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide.third .sentence h2 {
    opacity: 0;
    transform: translate(0%, calc(0% + 50px));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active {
    margin: auto;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active.first .sentence {
    opacity: 1;
    transform: translate(0%, calc(0% + 0px));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active.first .sentence h3 {
    opacity: 1;
    transform: translate(0%, calc(0% + 0px));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active.first .sentence h2 {
    opacity: 1;
    transform: translate(0%, calc(0% + 0px));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active.second .sentence {
    opacity: 1;
    transform: translate(0%, calc(0% + 0px));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active.second .sentence h3 {
    opacity: 1;
    transform: translate(0%, calc(0% + 0px));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active.second .sentence h2 {
    opacity: 1;
    transform: translate(0%, calc(0% + 0px));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active.third .sentence {
    opacity: 1;
    transform: translate(0%, calc(0% + 0px));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active.third .sentence h3 {
    opacity: 1;
    transform: translate(0%, calc(0% + 0px));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active.third .sentence h2 {
    opacity: 1;
    transform: translate(0%, calc(0% + 0px));
  }
  #header .wrapper .back p {
    line-height: 1.2;
    font-size: 13vw;
  }
  #header .copy {
    z-index: 6;
    left: 3%;
    bottom: 3%;
  }
  #header .copy h2 .line {
    margin: 10px 0 0 0;
  }
  #header .copy h2 .line .cover {
    padding: 15px 10px 15px 10px;
    letter-spacing: 　2px;
    font-size: 6vw;
  }
  #header .copy h2 .line:nth-child(2) {
    margin: 20px 20px 0 0;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #header .wrapper {
    height: 100%;
  }
  #header .wrapper nav .inner {
    max-width: 100%;
    padding: 15px 3% 0 3%;
  }
  #header .wrapper nav .inner .logo {
    line-height: 0;
    width: 40vw;
  }
  #header .wrapper nav .inner .logo img {
    width: 100%;
    height: auto;
  }
  #header .wrapper nav .inner ul {
    display: none;
  }
  #header .wrapper .hero {
    padding: 0px 0 0 0;
    max-width: 1920px;
    margin: 0 auto 0;
  }
  #header .wrapper .hero .swiper-container {
    overflow: hidden;
    height: 100%;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide:before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.2) 35%, rgba(0, 0, 0, 0) 63%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    z-index: 2;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide .sentence {
    letter-spacing: 10px;
    white-space: nowrap;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide.first .sentence {
    text-align: left;
    transform: translate(0%, calc(0% + 0px));
    bottom: 60px;
    right: 5%;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide.first .sentence h3 {
    opacity: 0;
    transform: translate(0%, calc(0% + 80px));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide.first .sentence h2 {
    opacity: 0;
    transform: translate(0%, calc(0% + 50px));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide.second .sentence {
    text-align: left;
    transform: translate(0%, calc(0% + 0px));
    bottom: 60px;
    right: 5%;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide.second .sentence h3 {
    opacity: 0;
    transform: translate(0%, calc(0% + 80px));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide.second .sentence h2 {
    opacity: 0;
    transform: translate(0%, calc(0% + 50px));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide.third .sentence {
    text-align: left;
    transform: translate(0%, calc(0% + 0px));
    bottom: 60px;
    right: 5%;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide.third .sentence h3 {
    opacity: 0;
    transform: translate(0%, calc(0% + 80px));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide.third .sentence h2 {
    opacity: 0;
    transform: translate(0%, calc(0% + 50px));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active {
    margin: auto;
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active.first .sentence {
    opacity: 1;
    transform: translate(0%, calc(0% + 0px));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active.first .sentence h3 {
    opacity: 1;
    transform: translate(0%, calc(0% + 0px));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active.first .sentence h2 {
    opacity: 1;
    transform: translate(0%, calc(0% + 0px));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active.second .sentence {
    opacity: 1;
    transform: translate(0%, calc(0% + 0px));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active.second .sentence h3 {
    opacity: 1;
    transform: translate(0%, calc(0% + 0px));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active.second .sentence h2 {
    opacity: 1;
    transform: translate(0%, calc(0% + 0px));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active.third .sentence {
    opacity: 1;
    transform: translate(0%, calc(0% + 0px));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active.third .sentence h3 {
    opacity: 1;
    transform: translate(0%, calc(0% + 0px));
  }
  #header .wrapper .hero .swiper-container .swiper-wrapper .swiper-slide-active.third .sentence h2 {
    opacity: 1;
    transform: translate(0%, calc(0% + 0px));
  }
  #header .wrapper .back {
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 0;
  }
  #header .wrapper .back p {
    line-height: 1.2;
    font-size: 12vw;
  }
  #header .copy {
    position: absolute;
    z-index: 6;
    margin: 0px 0 0 0;
    left: 3%;
    bottom: 3%;
  }
  #header .copy h2 .line {
    margin: 10px 0 0 0;
  }
  #header .copy h2 .line .cover {
    padding: 15px 10px 15px 10px;
    letter-spacing: 　2px;
    font-size: 7.7vw;
  }
  #header .copy h2 .line:nth-child(2) {
    margin: 20px 10px 0 0;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HEADER-TO 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.introduction {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 100px 0 100px 0;
}
.introduction .borders {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 100%;
}
.introduction .borders .border {
  border-left: solid 1px #dddddd;
  width: 1px;
  height: 100%;
}
.introduction h2 {
  position: relative;
  z-index: 2;
}
.introduction h2 .back {
  text-align: center;
  z-index: 1;
  font-family: "EB Garamond";
  font-weight: 600;
  line-height: 0.9;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px #6d625f;
  letter-spacing: 20px;
  font-size: 100px;
}
.introduction h2 .line {
  position: relative;
  z-index: 2;
  text-align: center;
  font-family: "EB Garamond";
  font-weight: 600;
  line-height: 0.9;
  padding: 10px 0 0 0;
  margin: 10px 0 0 0;
}
.introduction h2 .line .catch {
  display: inline-block;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  color: #fff;
  background: #231f1f;
  padding: 5px 20px 5px 20px;
  letter-spacing: 10px;
  font-size: 45px;
}
.introduction .wrapper {
  position: relative;
  z-index: 3;
  max-width: 1920px;
  margin: 0 auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0 0 0;
}
.introduction .wrapper .thumb {
  width: 42.5%;
  position: relative;
}
.introduction .wrapper .thumb .slider-top,
.introduction .wrapper .thumb .slider-bottom {
  width: 100%;
}
.introduction .wrapper .thumb .slider-top li,
.introduction .wrapper .thumb .slider-bottom li {
  list-style-type: none;
}
.introduction .wrapper .thumb .slider-top li img,
.introduction .wrapper .thumb .slider-bottom li img {
  width: 100%;
  height: auto;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.introduction .wrapper .thumb .slider-bottom {
  margin: 70px 0 0 0;
}
.introduction .wrapper .thumb .middle {
  position: absolute;
  width: 400px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.introduction .wrapper .text {
  padding: 0 0px 0 80px;
}
.introduction .wrapper .text h3 {
  display: flex;
  align-items: center;
}
.introduction .wrapper .text h3 .badge {
  background-color: #33313b;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  position: relative;
}
.introduction .wrapper .text h3 .badge .center-text {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
}
.introduction .wrapper .text h3 .badge p {
  text-align: center;
  color: #fff;
  font-size: 22px;
}
.introduction .wrapper .text h3 .badge #badge-svg {
  width: 100%;
  height: 100%;
}
.introduction .wrapper .text h3 .badge text {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 11px;
}
.introduction .wrapper .text h3 .badge text textPath {
  fill: #fff;
  animation: spin 3.3s ease-out 0s infinite normal none;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.introduction .wrapper .text h3 .badge #Capa_1 {
  width: 45%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  fill: #707070;
}
.introduction .wrapper .text h3 .catch {
  padding: 0 0 0 30px;
  font-size: 50px;
}
.introduction .wrapper .text .sentence {
  margin: 70px 0 0 0;
  width: 100%;
  padding: 0 10% 0 0%;
}
.introduction .wrapper .text .sentence p {
  font-size: 22px;
  line-height: 2.7;
  padding: 10px 0 10px 0;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .introduction {
    width: 100%;
    padding: 50px 0 100px 0;
  }
  .introduction .borders .border {
    border-left: solid 1px #dddddd;
    width: 1px;
    height: 100%;
  }
  .introduction h2 .back {
    line-height: 0.9;
    letter-spacing: 20px;
    font-size: 6vw;
  }
  .introduction h2 .line {
    position: relative;
    z-index: 2;
    text-align: center;
    font-family: "EB Garamond";
    font-weight: 600;
    line-height: 0.9;
    padding: 10px 0 0 0;
    margin: 10px 0 0 0;
  }
  .introduction h2 .line .catch {
    display: inline-block;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    color: #fff;
    background: #231f1f;
    padding: 5px 20px 5px 20px;
    letter-spacing: 10px;
    font-size: 45px;
  }
  .introduction .wrapper {
    position: relative;
    z-index: 3;
    max-width: 1920px;
    margin: 0 auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0 0 0;
  }
  .introduction .wrapper .thumb {
    width: 50%;
    position: relative;
  }
  .introduction .wrapper .thumb .slider-top,
  .introduction .wrapper .thumb .slider-bottom {
    width: 100%;
  }
  .introduction .wrapper .thumb .slider-top li,
  .introduction .wrapper .thumb .slider-bottom li {
    list-style-type: none;
  }
  .introduction .wrapper .thumb .slider-top li img,
  .introduction .wrapper .thumb .slider-bottom li img {
    width: 100%;
    height: auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  .introduction .wrapper .thumb .slider-bottom {
    margin: 70px 0 0 0;
  }
  .introduction .wrapper .thumb .middle {
    position: absolute;
    width: 400px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
  }
  .introduction .wrapper .text {
    padding: 0 0px 0 40px;
    width: 50%;
  }
  .introduction .wrapper .text h3 {
    display: block;
  }
  .introduction .wrapper .text h3 .badge {
    background-color: #33313b;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 0;
  }
  .introduction .wrapper .text h3 .badge .center-text {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100%;
  }
  .introduction .wrapper .text h3 .badge p {
    font-size: 19px;
  }
  .introduction .wrapper .text h3 .badge #badge-svg {
    width: 100%;
    height: 100%;
  }
  .introduction .wrapper .text h3 .badge text {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 11px;
  }
  .introduction .wrapper .text h3 .badge text textPath {
    fill: #fff;
    animation: spin 3.3s ease-out 0s infinite normal none;
  }
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .introduction .wrapper .text h3 .badge #Capa_1 {
    width: 45%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    fill: #707070;
  }
  .introduction .wrapper .text h3 .catch {
    padding: 30px 0 0 0px;
    font-size: 4.25vw;
    text-align: center;
  }
  .introduction .wrapper .text .sentence {
    margin: 40px 0 0 0;
    width: auto;
    padding: 0 30px 0 0;
  }
  .introduction .wrapper .text .sentence p {
    font-size: 2vw;
    line-height: 2.25;
    padding: 10px 0 10px 0;
  }
} /* 1024px～1280px responsive-close



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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .introduction {
    width: 100%;
    padding: 50px 0 60px 0;
  }
  .introduction .borders {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 100%;
  }
  .introduction .borders .border {
    border-left: solid 1px #dddddd;
    width: 1px;
    height: 100%;
  }
  .introduction h2 .back {
    line-height: 1.1;
    letter-spacing: 20px;
    font-size: 8vw;
  }
  .introduction h2 .line {
    line-height: 0.9;
    padding: 10px 0 0 0;
    margin: -10px 0 0 0;
  }
  .introduction h2 .line .catch {
    padding: 5px 20px 5px 20px;
    letter-spacing: 5px;
    font-size: 7.7vw;
  }
  .introduction .wrapper {
    max-width: 1920px;
    margin: 0 auto 0;
    display: block;
    padding: 50px 0 0 0;
  }
  .introduction .wrapper .thumb {
    width: 100%;
    position: relative;
  }
  .introduction .wrapper .thumb .slider-top,
  .introduction .wrapper .thumb .slider-bottom {
    width: 100%;
  }
  .introduction .wrapper .thumb .slider-top li,
  .introduction .wrapper .thumb .slider-bottom li {
    list-style-type: none;
  }
  .introduction .wrapper .thumb .slider-top li img,
  .introduction .wrapper .thumb .slider-bottom li img {
    width: 100%;
    height: auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  .introduction .wrapper .thumb .slider-bottom {
    margin: 50px 0 0 0;
  }
  .introduction .wrapper .thumb .middle {
    width: 65vw;
  }
  .introduction .wrapper .text {
    padding: 0 0px 0 0px;
  }
  .introduction .wrapper .text h3 {
    display: block;
  }
  .introduction .wrapper .text h3 .badge {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    margin: 20px auto 0;
  }
  .introduction .wrapper .text h3 .badge .center-text {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100%;
  }
  .introduction .wrapper .text h3 .badge p {
    text-align: center;
    font-size: 22px;
  }
  .introduction .wrapper .text h3 .badge textPath {
    animation: spin 3.3s ease-out 0s infinite normal none;
  }
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .introduction .wrapper .text h3 .badge #badge-svg {
    width: 100%;
    height: 100%;
  }
  .introduction .wrapper .text h3 .badge text {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 11px;
  }
  .introduction .wrapper .text h3 .badge #Capa_1 {
    width: 45%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .introduction .wrapper .text h3 .catch {
    padding: 30px 2% 0 2%;
    font-size: 6vw;
    text-align: center;
  }
  .introduction .wrapper .text .sentence {
    width: 90%;
    margin: 30px auto 0;
  }
  .introduction .wrapper .text .sentence p {
    font-size: 2.75vw;
    line-height: 2.7;
    padding: 10px 0 10px 0;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .introduction {
    width: 100%;
    padding: 160px 0 60px 0;
  }
  .introduction .borders {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 100%;
  }
  .introduction .borders .border {
    border-left: solid 1px #dddddd;
    width: 1px;
    height: 100%;
  }
  .introduction h2 .back {
    line-height: 1.1;
    letter-spacing: 20px;
    font-size: 11vw;
  }
  .introduction h2 .line {
    line-height: 0.9;
    padding: 10px 0 0 0;
    margin: -10px 0 0 0;
  }
  .introduction h2 .line .catch {
    padding: 5px 20px 5px 20px;
    letter-spacing: 5px;
    font-size: 8vw;
  }
  .introduction .wrapper {
    max-width: 1920px;
    margin: 0 auto 0;
    display: block;
    padding: 50px 0 0 0;
  }
  .introduction .wrapper .thumb {
    width: 100%;
    position: relative;
  }
  .introduction .wrapper .thumb .slider-top,
  .introduction .wrapper .thumb .slider-bottom {
    width: 100%;
  }
  .introduction .wrapper .thumb .slider-top li,
  .introduction .wrapper .thumb .slider-bottom li {
    list-style-type: none;
  }
  .introduction .wrapper .thumb .slider-top li img,
  .introduction .wrapper .thumb .slider-bottom li img {
    width: 100%;
    height: auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  .introduction .wrapper .thumb .slider-bottom {
    margin: 50px 0 0 0;
  }
  .introduction .wrapper .thumb .middle {
    width: 65vw;
  }
  .introduction .wrapper .text {
    padding: 0 0px 0 0px;
  }
  .introduction .wrapper .text h3 {
    display: block;
  }
  .introduction .wrapper .text h3 .badge {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    margin: 20px auto 0;
  }
  .introduction .wrapper .text h3 .badge .center-text {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100%;
  }
  .introduction .wrapper .text h3 .badge p {
    text-align: center;
    font-size: 22px;
  }
  .introduction .wrapper .text h3 .badge textPath {
    animation: spin 3.3s ease-out 0s infinite normal none;
  }
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .introduction .wrapper .text h3 .badge #badge-svg {
    width: 100%;
    height: 100%;
  }
  .introduction .wrapper .text h3 .badge text {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 11px;
  }
  .introduction .wrapper .text h3 .badge #Capa_1 {
    width: 45%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .introduction .wrapper .text h3 .catch {
    padding: 30px 2% 0 2%;
    font-size: 9vw;
    text-align: center;
  }
  .introduction .wrapper .text .sentence {
    width: 90%;
    margin: 30px auto 0;
  }
  .introduction .wrapper .text .sentence p {
    font-size: 4.5vw;
    line-height: 2.7;
    padding: 10px 0 10px 0;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 PAGE-GUIDE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.page-guide {
  overflow: hidden;
}
.page-guide .box-wrapper .box a {
  text-decoration: none;
  color: #fff;
  display: block;
  position: relative;
  line-height: 0;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.page-guide .box-wrapper .box a::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: radial-gradient(#111 30%, transparent 21%), radial-gradient(#111 30%, transparent 21%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}
.page-guide .box-wrapper .box a video {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.page-guide .box-wrapper .box a .text {
  width: 100%;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 2;
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}
.page-guide .box-wrapper .box a .text h3 {
  font-family: "Antonio";
  font-weight: 500;
  text-align: center;
  letter-spacing: 7px;
  font-size: 90px;
}
.page-guide .box-wrapper .box a .text h4 {
  text-align: center;
  letter-spacing: 3px;
  font-size: 20px;
}
.page-guide .box-wrapper .box a .text .button {
  text-align: center;
  margin: 40px 0 0 0;
}
.page-guide .box-wrapper .box a .text .button .cover {
  display: inline-flex;
  justify-content: center;
  border: solid 2px #fff;
  font-family: "EB Garamond";
  font-weight: 600;
  letter-spacing: 4px;
  font-size: 20px;
  padding: 4px 40px 4px 40px;
}

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

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

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



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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page-guide {
    overflow: hidden;
  }
  .page-guide .box-wrapper .box a {
    text-decoration: none;
    color: #fff;
    display: block;
    position: relative;
    line-height: 0;
    width: 100%;
    height: 500px;
    overflow: hidden;
  }
  .page-guide .box-wrapper .box a::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    background-image: radial-gradient(#111 30%, transparent 21%), radial-gradient(#111 30%, transparent 21%);
    background-size: 4px 4px;
    background-position: 0 0, 2px 2px;
  }
  .page-guide .box-wrapper .box a video {
    transform: translate(-50%, -50%) scale(1.35);
  }
  .page-guide .box-wrapper .box a .text {
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  }
  .page-guide .box-wrapper .box a .text h3 {
    letter-spacing: 7px;
    font-size: 9vw;
  }
  .page-guide .box-wrapper .box a .text h4 {
    letter-spacing: 3px;
    font-size: 3.25vw;
  }
  .page-guide .box-wrapper .box a .text .button {
    text-align: center;
    margin: 40px 0 0 0;
  }
  .page-guide .box-wrapper .box a .text .button .cover {
    font-weight: 600;
    letter-spacing: 4px;
    font-size: 2.5vw;
    padding: 4px 40px 4px 40px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .page-guide .box-wrapper .box a {
    text-decoration: none;
    color: #fff;
    display: block;
    position: relative;
    line-height: 0;
    width: 100%;
    height: 500px;
    overflow: hidden;
  }
  .page-guide .box-wrapper .box a::after {
    background-color: rgba(0, 0, 0, 0.1);
    background-image: radial-gradient(#111 30%, transparent 21%), radial-gradient(#111 30%, transparent 21%);
    background-size: 4px 4px;
    background-position: 0 0, 2px 2px;
  }
  .page-guide .box-wrapper .box a video {
    height: 100vh;
    width: auto;
  }
  .page-guide .box-wrapper .box a .text {
    line-height: 2;
  }
  .page-guide .box-wrapper .box a .text h3 {
    letter-spacing: 7px;
    font-size: 9vw;
  }
  .page-guide .box-wrapper .box a .text h4 {
    letter-spacing: 3px;
    font-size: 20px;
  }
  .page-guide .box-wrapper .box a .text .button {
    margin: 40px 0 0 0;
  }
  .page-guide .box-wrapper .box a .text .button .cover {
    border: solid 2px #fff;
    letter-spacing: 4px;
    font-size: 5vw;
    padding: 4px 40px 4px 40px;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 MASTER 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.master {
  overflow: hidden;
  position: relative;
  max-width: 1920px;
  margin: 0 auto 0;
}
.master .borders {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 100%;
}
.master .borders .border {
  border-left: solid 1px #dddddd;
  width: 1px;
  height: 100%;
}
.master .back {
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 0;
}
.master .back p {
  font-family: "EB Garamond";
  font-weight: 600;
  writing-mode: vertical-lr;
  white-space: nowrap;
  color: #3f2e2e;
  line-height: 0.95;
  opacity: 0.28;
  letter-spacing: 5px;
  font-size: 90px;
  transform: rotate(180deg);
}
.master .wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  color: #433737;
  padding: 70px 0 90px 0;
}
.master .wrapper .left {
  width: 500px;
  padding: 0 0 0 50px;
}
.master .wrapper .left h2 .main {
  font-family: "EB Garamond";
  font-weight: 600;
  letter-spacing: 8px;
  font-size: 55px;
}
.master .wrapper .left h2 .sub {
  margin: 5px 0 0 0;
  letter-spacing: 4px;
  font-size: 25px;
}
.master .wrapper .left .thumb {
  line-height: 0;
  margin: 50px 0 0 0px;
}
.master .wrapper .left .thumb img {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 100%;
  height: auto;
}
.master .wrapper .left .detail h4 {
  display: flex;
  align-items: center;
  margin: 20px 0 0 0;
}
.master .wrapper .left .detail h4 .jp {
  padding: 0 10px 0 0;
  letter-spacing: 6px;
  font-size: 22px;
}
.master .wrapper .left .detail h4 .en {
  position: relative;
  top: 5px;
  font-family: "EB Garamond";
  letter-spacing: 2px;
  font-size: 14px;
}
.master .wrapper .left .detail p {
  font-size: 12px;
  line-height: 1.65;
  margin: 15px 0 0 0;
}
.master .wrapper .right {
  width: 660px;
  padding: 80px 0 0 80px;
}
.master .wrapper .right h3 {
  font-weight: 600;
  letter-spacing: 6px;
  font-size: 43px;
}
.master .wrapper .right .sentence {
  margin: 45px 0 0 0;
}
.master .wrapper .right .sentence p {
  font-weight: 600;
  color: #392525;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 3.25;
  font-size: 18px;
}
.master .wrapper .right .button {
  margin: 55px 0 0 0;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .master {
    max-width: 100%;
  }
  .master .borders {
    width: 100%;
    height: 100%;
  }
  .master .borders .border {
    border-left: solid 1px #dddddd;
    width: 1px;
    height: 100%;
  }
  .master .back {
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
  .master .back p {
    line-height: 0.95;
    opacity: 0.28;
    letter-spacing: 5px;
    font-size: 7vw;
  }
  .master .wrapper {
    padding: 70px 5% 90px 5%;
  }
  .master .wrapper .left h2 {
    padding: 0 0 0 40px;
  }
  .master .wrapper .left h2 .main {
    letter-spacing: 8px;
    font-size: 5vw;
  }
  .master .wrapper .left h2 .sub {
    margin: 5px 0 0 0;
    letter-spacing: 4px;
    font-size: 2.5vw;
  }
  .master .wrapper .left .thumb {
    width: 37.5vw;
    margin: 50px 0 0 0;
  }
  .master .wrapper .left .thumb img {
    width: 100%;
    height: auto;
  }
  .master .wrapper .left .detail h4 {
    margin: 20px 0 0 0;
  }
  .master .wrapper .left .detail h4 .jp {
    padding: 0 10px 0 0;
    letter-spacing: 6px;
    font-size: 2.2vw;
  }
  .master .wrapper .left .detail h4 .en {
    top: 5px;
    letter-spacing: 2px;
    font-size: 1.4vw;
  }
  .master .wrapper .left .detail p {
    font-size: 1.25vw;
    line-height: 1.65;
    margin: 15px 0 0 0;
  }
  .master .wrapper .right {
    width: 660px;
    padding: 80px 0 0 80px;
  }
  .master .wrapper .right h3 {
    letter-spacing: 6px;
    font-size: 4vw;
  }
  .master .wrapper .right h3 .sp-disblock {
    display: block;
  }
  .master .wrapper .right .sentence {
    margin: 45px 0 0 0;
  }
  .master .wrapper .right .sentence p {
    letter-spacing: 3px;
    line-height: 2.5;
    font-size: 1.8vw;
  }
} /* 1024px～1280px responsive-close



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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .master {
    max-width: 100%;
  }
  .master .borders {
    width: 100%;
    height: 100%;
  }
  .master .borders .border {
    border-left: solid 1px #dddddd;
    width: 1px;
    height: 100%;
  }
  .master .back {
    top: 10%;
    left: 0;
    transform: translate(0, 0%);
  }
  .master .back p {
    line-height: 0.95;
    opacity: 0.28;
    letter-spacing: 5px;
    font-size: 7vw;
  }
  .master .wrapper {
    padding: 70px 3% 90px 3%;
    display: block;
  }
  .master .wrapper .left {
    width: 70%;
    margin: 0 auto 0;
  }
  .master .wrapper .left h2 {
    padding: 0 0 0 40px;
  }
  .master .wrapper .left h2 .main {
    letter-spacing: 8px;
    font-size: 5.5vw;
    text-align: center;
  }
  .master .wrapper .left h2 .sub {
    margin: 5px 0 0 0;
    letter-spacing: 4px;
    font-size: 2.75vw;
    text-align: center;
  }
  .master .wrapper .left .thumb {
    width: 100%;
    margin: 50px 0 0 0;
  }
  .master .wrapper .left .thumb img {
    width: 100%;
    height: auto;
  }
  .master .wrapper .left .detail h4 {
    margin: 20px 0 0 0;
  }
  .master .wrapper .left .detail h4 .jp {
    padding: 0 10px 0 0;
    letter-spacing: 6px;
    font-size: 4.2vw;
  }
  .master .wrapper .left .detail h4 .en {
    top: 5px;
    letter-spacing: 2px;
    font-size: 2.8vw;
  }
  .master .wrapper .left .detail p {
    font-size: 1.75vw;
    line-height: 1.65;
    margin: 15px 0 0 0;
  }
  .master .wrapper .right {
    width: 90%;
    padding: 50px 0 0 40px;
    margin: 30px auto 0;
  }
  .master .wrapper .right h3 {
    letter-spacing: 6px;
    font-size: 4.25vw;
    text-align: center;
  }
  .master .wrapper .right h3 .sp-disblock {
    display: none;
  }
  .master .wrapper .right .sentence {
    margin: 45px 0 0 0;
  }
  .master .wrapper .right .sentence p {
    letter-spacing: 3px;
    line-height: 2.5;
    font-size: 2.25vw;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .master {
    max-width: 100%;
  }
  .master .borders {
    width: 100%;
    height: 100%;
  }
  .master .borders .border {
    width: 1px;
    height: 100%;
  }
  .master .back {
    top: 10%;
    left: 0;
    transform: translate(0, 0%);
  }
  .master .back p {
    line-height: 0.95;
    opacity: 0.28;
    letter-spacing: 5px;
    font-size: 9vw;
    transform: rotate(180deg);
  }
  .master .wrapper {
    display: block;
    padding: 70px 0 90px 0;
  }
  .master .wrapper .left {
    padding: 0 5% 0 5%;
    width: 100%;
  }
  .master .wrapper .left h2 {
    padding: 0 0 0 2vw;
  }
  .master .wrapper .left h2 .main {
    letter-spacing: 8px;
    font-size: 10.5vw;
  }
  .master .wrapper .left h2 .sub {
    margin: 5px 0 0 0;
    letter-spacing: 4px;
    font-size: 6vw;
  }
  .master .wrapper .left .thumb {
    line-height: 0;
    width: 100%;
    margin: 50px auto 0;
  }
  .master .wrapper .left .thumb img {
    width: 100%;
    height: auto;
  }
  .master .wrapper .left .detail h4 {
    margin: 20px 0 0 0;
  }
  .master .wrapper .left .detail h4 .jp {
    padding: 0 10px 0 0;
    letter-spacing: 6px;
    font-size: 6vw;
  }
  .master .wrapper .left .detail h4 .en {
    position: relative;
    top: 5px;
    font-family: "EB Garamond";
    letter-spacing: 2px;
    font-size: 4vw;
  }
  .master .wrapper .left .detail p {
    font-size: 4vw;
    line-height: 1.65;
    font-weight: 600;
    margin: 15px 0 0 0;
  }
  .master .wrapper .right {
    width: 100%;
    padding: 60px 5% 0 5%;
  }
  .master .wrapper .right h3 {
    letter-spacing: 6px;
    font-size: 8.5vw;
  }
  .master .wrapper .right .sentence {
    margin: 45px 0 0 0;
  }
  .master .wrapper .right .sentence p {
    letter-spacing: 3px;
    line-height: 2.25;
    font-size: 4.5vw;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

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

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

〇 YOUTUBE-CONTAINER 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.youtube-container {
  background: #fafafa;
}
.youtube-container .wrapper {
  width: 900px;
  margin: 0 auto 0;
  padding: 60px 0 60px 0;
}
.youtube-container .wrapper .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube-container .wrapper .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

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

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

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



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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .youtube-container .wrapper {
    width: 100%;
    margin: 0 auto 0;
    padding: 45px 0 45px 0;
  }
  .youtube-container .wrapper .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube-container .wrapper .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .youtube-container .wrapper {
    width: 100%;
    margin: 0 auto 0;
    padding: 45px 0 45px 0;
  }
  .youtube-container .wrapper .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube-container .wrapper .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 CTA 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.cta {
  background: url(../../images/common/cta-bg.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 60px 0 60px 0;
}
.cta .wrapper {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  max-width: 90%;
  padding: 50px 50px 50px 50px;
  margin: 0 auto 0;
}
.cta .wrapper .left {
  width: 50%;
}
.cta .wrapper .left h2 {
  font-weight: 500;
  color: #231f1f;
  font-family: "Antonio";
  text-align: center;
  letter-spacing: 3px;
  font-size: 45px;
}
.cta .wrapper .left .tel a {
  text-decoration: none;
  color: #231f1f;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta .wrapper .left .tel a .icon {
  line-height: 0;
  width: 55px;
}
.cta .wrapper .left .tel a .icon img {
  width: 100%;
  height: auto;
}
.cta .wrapper .left .tel a p {
  font-weight: 500;
  font-family: "Antonio";
  font-size: 55px;
  padding: 0 0 0 5px;
}
.cta .wrapper .left .info {
  margin: 20px 0 0 0;
}
.cta .wrapper .left .info p {
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  text-align: center;
  color: #231f1f;
  letter-spacing: 2px;
  font-size: 18px;
}
.cta .wrapper .left .instagram {
  text-align: center;
  margin: 60px 0 0 0;
}
.cta .wrapper .left .instagram a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  background: linear-gradient(45deg, rgb(96, 107, 215) 0%, rgb(234, 49, 116) 100%);
  border-radius: 100px;
  padding: 5px 0 0 0;
}
.cta .wrapper .left .instagram a .sub {
  text-align: center;
  margin: -20px 0 0 0;
}
.cta .wrapper .left .instagram a .sub .cover {
  display: inline-block;
  position: relative;
}
.cta .wrapper .left .instagram a .sub .cover::after {
  content: "";
  background: linear-gradient(135deg, rgb(96, 107, 215) 0%, rgb(234, 49, 116) 100%);
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  border-radius: 100px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cta .wrapper .left .instagram a .sub .cover p {
  border-radius: 100px;
  position: relative;
  z-index: 2;
  background: #fff;
}
.cta .wrapper .left .instagram a .sub .cover p span {
  font-family: "Zen Kaku Gothic New";
  font-weight: 700;
  background: linear-gradient(135deg, rgb(96, 107, 215) 0%, rgb(234, 49, 116) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1px;
  font-size: 16px;
  padding: 3px 20px 3px 20px;
}
.cta .wrapper .left .instagram a .main {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 5px 30px 8px 30px;
}
.cta .wrapper .left .instagram a .main .icon {
  line-height: 0;
  width: 30px;
}
.cta .wrapper .left .instagram a .main .catch {
  font-size: 30px;
  padding: 0 0 0 10px;
}
.cta .wrapper .left .instagram a .main .catch .en {
  font-weight: 500;
  font-family: "Antonio";
}
.cta .wrapper .left ul.hash {
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
}
.cta .wrapper .left ul.hash li {
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  color: #231f1f;
  padding: 10px 10px 10px 10px;
  font-size: 20px;
}
.cta .wrapper .right {
  width: 50%;
  padding: 0 0 0 50px;
}
.cta .wrapper .right .google-map iframe {
  width: 100%;
  height: 400px;
}
.cta .explain {
  display: flex;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .cta {
    padding: 60px 0 60px 0;
  }
  .cta .wrapper {
    max-width: 90%;
    padding: 50px 50px 50px 50px;
    margin: 0 auto 0;
  }
  .cta .wrapper .left {
    width: 50%;
  }
  .cta .wrapper .left h2 {
    letter-spacing: 3px;
    font-size: 3.5vw;
  }
  .cta .wrapper .left .tel a .icon {
    line-height: 0;
    width: 4.5vw;
  }
  .cta .wrapper .left .tel a .icon img {
    width: 100%;
    height: auto;
  }
  .cta .wrapper .left .tel a p {
    font-size: 4.5vw;
    padding: 0 0 0 5px;
  }
  .cta .wrapper .left .info {
    margin: 20px 0 0 0;
  }
  .cta .wrapper .left .info p {
    letter-spacing: 2px;
    font-size: 1.8vw;
  }
  .cta .wrapper .left .instagram {
    margin: 45px 0 0 0;
  }
  .cta .wrapper .left .instagram a {
    border-radius: 100px;
    padding: 5px 0 0 0;
  }
  .cta .wrapper .left .instagram a .sub {
    margin: -20px 0 0 0;
  }
  .cta .wrapper .left .instagram a .sub .cover::after {
    width: calc(100% + 3px);
    height: calc(100% + 3px);
    border-radius: 100px;
  }
  .cta .wrapper .left .instagram a .sub .cover p {
    border-radius: 100px;
  }
  .cta .wrapper .left .instagram a .sub .cover p span {
    letter-spacing: 1px;
    font-size: 1.5vw;
    padding: 3px 20px 3px 20px;
  }
  .cta .wrapper .left .instagram a .main {
    padding: 5px 30px 8px 30px;
  }
  .cta .wrapper .left .instagram a .main .icon {
    line-height: 0;
    width: 2.5vw;
  }
  .cta .wrapper .left .instagram a .main .catch {
    font-size: 2.5vw;
    padding: 0 0 0 8px;
  }
  .cta .wrapper .left ul.hash {
    margin: 20px 0 0 0;
  }
  .cta .wrapper .left ul.hash li {
    padding: 5px 10px 5px 10px;
    font-size: 1.5vw;
  }
  .cta .wrapper .right {
    width: 50%;
    padding: 0 0 0 50px;
  }
  .cta .wrapper .right .google-map iframe {
    width: 100%;
    height: 400px;
  }
  .cta .explain {
    display: flex;
  }
} /* 1024px～1280px responsive-close



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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cta {
    padding: 60px 0 60px 0;
  }
  .cta .wrapper {
    display: block;
    max-width: 88%;
    padding: 50px 0px 50px 0px;
    margin: 0 auto 0;
  }
  .cta .wrapper .left {
    width: 100%;
  }
  .cta .wrapper .left h2 {
    letter-spacing: 3px;
    font-size: 4vw;
  }
  .cta .wrapper .left .tel {
    margin: 5px 0 0 0;
  }
  .cta .wrapper .left .tel a .icon {
    line-height: 0;
    width: 7vw;
  }
  .cta .wrapper .left .tel a .icon img {
    width: 100%;
    height: auto;
  }
  .cta .wrapper .left .tel a p {
    font-size: 7vw;
    padding: 0 0 0 5px;
  }
  .cta .wrapper .left .info {
    margin: 20px 0 0 0;
  }
  .cta .wrapper .left .info p {
    letter-spacing: 2px;
    font-size: 2.5vw;
  }
  .cta .wrapper .left .instagram {
    text-align: center;
    margin: 60px 0 0 0;
    padding: 0 4% 0 4%;
  }
  .cta .wrapper .left .instagram a {
    border-radius: 100px;
    padding: 5px 0 0 0;
  }
  .cta .wrapper .left .instagram a .sub {
    margin: -20px 0 0 0;
  }
  .cta .wrapper .left .instagram a .sub .cover::after {
    width: calc(100% + 3px);
    height: calc(100% + 3px);
  }
  .cta .wrapper .left .instagram a .sub .cover p {
    border-radius: 100px;
  }
  .cta .wrapper .left .instagram a .sub .cover p span {
    letter-spacing: 1px;
    font-size: 2vw;
    padding: 3px 20px 3px 20px;
  }
  .cta .wrapper .left .instagram a .main {
    display: flex;
    padding: 5px 20px 8px 20px;
  }
  .cta .wrapper .left .instagram a .main .icon {
    line-height: 0;
    width: 3.5vw;
  }
  .cta .wrapper .left .instagram a .main .catch {
    font-size: 4vw;
    padding: 0 0 0 10px;
  }
  .cta .wrapper .left ul.hash {
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px 0 0 0;
    padding: 0 40px 0 40px;
  }
  .cta .wrapper .left ul.hash li {
    line-height: 1.65;
    padding: 5px 10px 5px 10px;
    font-size: 2vw;
  }
  .cta .wrapper .right {
    width: 90%;
    padding: 0 0 0 0px;
    margin: 20px auto 0;
  }
  .cta .wrapper .right .google-map iframe {
    width: 100%;
    height: 350px;
  }
  .cta .explain {
    display: flex;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .cta {
    padding: 60px 0 60px 0;
  }
  .cta .wrapper {
    display: block;
    max-width: 88%;
    padding: 50px 0px 50px 0px;
    margin: 0 auto 0;
  }
  .cta .wrapper .left {
    width: 100%;
  }
  .cta .wrapper .left h2 {
    letter-spacing: 3px;
    font-size: 6vw;
  }
  .cta .wrapper .left .tel {
    margin: 5px 0 0 0;
  }
  .cta .wrapper .left .tel a .icon {
    line-height: 0;
    width: 10vw;
  }
  .cta .wrapper .left .tel a .icon img {
    width: 100%;
    height: auto;
  }
  .cta .wrapper .left .tel a p {
    font-size: 10vw;
    padding: 0 0 0 5px;
  }
  .cta .wrapper .left .info {
    margin: 20px 0 0 0;
  }
  .cta .wrapper .left .info p {
    letter-spacing: 2px;
    font-size: 4vw;
  }
  .cta .wrapper .left .instagram {
    text-align: center;
    margin: 60px 0 0 0;
    padding: 0 4% 0 4%;
  }
  .cta .wrapper .left .instagram a {
    border-radius: 100px;
    padding: 5px 0 0 0;
  }
  .cta .wrapper .left .instagram a .sub {
    margin: -20px 0 0 0;
  }
  .cta .wrapper .left .instagram a .sub .cover::after {
    width: calc(100% + 3px);
    height: calc(100% + 3px);
  }
  .cta .wrapper .left .instagram a .sub .cover p {
    border-radius: 100px;
  }
  .cta .wrapper .left .instagram a .sub .cover p span {
    letter-spacing: 1px;
    font-size: 4vw;
    padding: 3px 20px 3px 20px;
  }
  .cta .wrapper .left .instagram a .main {
    display: flex;
    padding: 5px 20px 8px 20px;
  }
  .cta .wrapper .left .instagram a .main .icon {
    line-height: 0;
    width: 6.5vw;
  }
  .cta .wrapper .left .instagram a .main .catch {
    font-size: 5.5vw;
    padding: 0 0 0 10px;
  }
  .cta .wrapper .left ul.hash {
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px 0 0 0;
  }
  .cta .wrapper .left ul.hash li {
    line-height: 1.65;
    padding: 5px 10px 5px 10px;
    font-size: 3.5vw;
  }
  .cta .wrapper .right {
    width: 90%;
    padding: 0 0 0 0px;
    margin: 20px auto 0;
  }
  .cta .wrapper .right .google-map iframe {
    width: 100%;
    height: 350px;
  }
  .cta .explain {
    display: flex;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 FOOTER 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.footer {
  padding: 160px 0 0 0;
  background: #231f1f;
}
.footer .wrapper {
  margin: 0 auto 0;
  max-width: 1480px;
  padding: 0 3% 100px 3%;
}
.footer .wrapper .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .wrapper .box .logo {
  line-height: 0;
  width: 200px;
}
.footer .wrapper .box .logo img {
  width: 100%;
  height: auto;
}
.footer .wrapper .box .sentence {
  width: 60%;
}
.footer .wrapper .box .sentence p {
  color: #ffffff;
  font-weight: 500;
  line-height: 2.5;
  font-size: 15px;
}
.footer .wrapper .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px 0 0 0;
}
.footer .wrapper .block ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: flex;
  align-items: center;
}
.footer .wrapper .block ul li {
  list-style-type: none;
  position: relative;
}
.footer .wrapper .block ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-left: solid 1px #f0f0f0;
  width: 1px;
  height: 20px;
  transform: translate(0, -50%) rotate(30deg);
}
.footer .wrapper .block ul li a {
  text-decoration: none;
  color: #ffffff;
  font-family: "EB Garamond";
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 2;
  font-size: 19px;
  margin: 0 30px 0 30px;
}
.footer .wrapper .block ul li:last-child::after {
  display: none;
}
.footer .wrapper .block ul li:last-child a {
  margin: 0 0 0 30px;
}
.footer .wrapper .block .right {
  color: #ffffff;
}
.footer .wrapper .block .right p {
  line-height: 2.2;
}
.footer .wrapper .block .right p.address {
  font-size: 16px;
}
.footer .wrapper .block .right p.tel {
  font-family: "EB Garamond";
  font-weight: 500;
  letter-spacing: 4px;
  margin: 30px 0 0 0;
  font-size: 20px;
}
.footer .wrapper .block .right p.tel a {
  text-decoration: none;
  color: #fff;
}
.footer .wrapper .copyright {
  border-top: solid 1px #dddddd;
  margin: 60px 0 0 0;
  padding: 15px 15px 0 15px;
}
.footer .wrapper .copyright small {
  color: #ffffff;
  font-family: "EB Garamond";
  letter-spacing: 8px;
  font-size: 12px;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .footer {
    margin: 0px 0 0 0;
  }
  .footer .wrapper {
    max-width: 1480px;
    padding: 0 3% 100px 3%;
  }
  .footer .wrapper .box .logo {
    line-height: 0;
    width: 25vw;
  }
  .footer .wrapper .box .logo img {
    width: 100%;
    height: auto;
  }
  .footer .wrapper .box .sentence {
    width: 50vw;
  }
  .footer .wrapper .box .sentence p {
    line-height: 2.5;
    font-size: 1.65vw;
  }
  .footer .wrapper .block {
    display: block;
    margin: 50px 0 0 0;
  }
  .footer .wrapper .block ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    border-left: solid 1px #645858;
    width: 1px;
    height: 20px;
    transform: translate(0, -50%) rotate(30deg);
  }
  .footer .wrapper .block ul li a {
    letter-spacing: 4px;
    line-height: 2;
    font-size: 1.5vw;
    margin: 0 30px 0 30px;
  }
  .footer .wrapper .block ul li:last-child::after {
    display: none;
  }
  .footer .wrapper .block ul li:last-child a {
    margin: 0 0 0 30px;
  }
  .footer .wrapper .block .right {
    margin: 25px 0 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .footer .wrapper .block .right p {
    line-height: 2.2;
  }
  .footer .wrapper .block .right p.address {
    font-size: 1.8vw;
  }
  .footer .wrapper .block .right p.mail {
    letter-spacing: 4px;
    margin: 0px 0 0 30px;
    font-size: 1.8vw;
  }
  .footer .wrapper .block .right p.tel {
    margin: 0px 0 0 0;
    font-size: 2vw;
    padding: 0 0 0 20px;
  }
  .footer .wrapper .copyright {
    margin: 60px 0 0 0;
    padding: 15px 15px 0 15px;
  }
  .footer .wrapper .copyright small {
    letter-spacing: 8px;
    font-size: 1.35vw;
  }
} /* 1024px～1280px responsive-close



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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer {
    margin: 0px 0 0 0;
  }
  .footer .wrapper {
    max-width: 1480px;
    padding: 0 3% 90px 3%;
  }
  .footer .wrapper .box .logo {
    line-height: 0;
    width: 25vw;
  }
  .footer .wrapper .box .logo img {
    width: 100%;
    height: auto;
  }
  .footer .wrapper .box .sentence {
    width: 50vw;
  }
  .footer .wrapper .box .sentence p {
    line-height: 2.5;
    font-size: 1.65vw;
  }
  .footer .wrapper .block {
    display: block;
    margin: 50px 0 0 0;
  }
  .footer .wrapper .block ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    border-left: solid 1px #645858;
    width: 1px;
    height: 20px;
    transform: translate(0, -50%) rotate(30deg);
  }
  .footer .wrapper .block ul li a {
    letter-spacing: 4px;
    line-height: 2;
    font-size: 1.5vw;
    margin: 0 30px 0 30px;
  }
  .footer .wrapper .block ul li:last-child::after {
    display: none;
  }
  .footer .wrapper .block ul li:last-child a {
    margin: 0 0 0 30px;
  }
  .footer .wrapper .block .right {
    margin: 25px 0 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .footer .wrapper .block .right p {
    line-height: 2.2;
  }
  .footer .wrapper .block .right p.address {
    font-size: 1.8vw;
  }
  .footer .wrapper .block .right p.mail {
    letter-spacing: 4px;
    margin: 0px 0 0 30px;
    font-size: 1.8vw;
  }
  .footer .wrapper .block .right p.tel {
    margin: 0px 0 0 0;
    font-size: 2vw;
    padding: 0 0 0 20px;
  }
  .footer .wrapper .copyright {
    margin: 60px 0 0 0;
    padding: 15px 15px 0 15px;
  }
  .footer .wrapper .copyright small {
    letter-spacing: 8px;
    font-size: 1.35vw;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .footer {
    margin: 0px 0 0 0;
  }
  .footer .wrapper {
    margin: 0 auto 0;
    max-width: 100%;
    padding: 0 5% 120px 5%;
  }
  .footer .wrapper .box {
    display: block;
  }
  .footer .wrapper .box .logo {
    line-height: 0;
    width: 50vw;
    margin: 0 auto 0;
  }
  .footer .wrapper .box .logo img {
    width: 100%;
    height: auto;
  }
  .footer .wrapper .box .sentence {
    width: 77%;
    margin: 45px auto 0;
  }
  .footer .wrapper .box .sentence p {
    line-height: 2.5;
    font-size: 3vw;
  }
  .footer .wrapper .block {
    display: block;
    margin: 30px 0 0 0;
  }
  .footer .wrapper .block ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer .wrapper .block ul li {
    list-style-type: none;
    position: relative;
  }
  .footer .wrapper .block ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    border-left: solid 1px #645858;
    width: 1px;
    height: 20px;
    transform: translate(0, -50%) rotate(30deg);
  }
  .footer .wrapper .block ul li a {
    letter-spacing: 4px;
    line-height: 3;
    font-size: 3.5vw;
    margin: 0 30px 0 30px;
  }
  .footer .wrapper .block ul li:last-child::after {
    display: none;
  }
  .footer .wrapper .block ul li:last-child a {
    margin: 0 0 0 30px;
  }
  .footer .wrapper .block .right {
    margin: 20px 3% 0 3%;
  }
  .footer .wrapper .block .right p {
    line-height: 2.2;
  }
  .footer .wrapper .block .right p.address {
    font-size: 3.5vw;
  }
  .footer .wrapper .block .right p.mail {
    letter-spacing: 4px;
    margin: 30px 0 0 0;
    font-size: 3vw;
  }
  .footer .wrapper .copyright {
    margin: 30px 0 0 0;
    padding: 15px 3% 0 3%;
  }
  .footer .wrapper .copyright small {
    letter-spacing: 6px;
    font-size: 2vw;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

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

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

〇 BOTTOM-MENU 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.bottom-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0;
  z-index: 900;
}
.bottom-menu ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.bottom-menu ul li {
  width: 25%;
  height: 100%;
}
.bottom-menu ul li a {
  display: flex;
  height: 70px;
  padding: 0px 0 0px 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.bottom-menu ul li a .icon {
  margin: 0 auto 0;
}
.bottom-menu ul li.instagram a {
  background: linear-gradient(45deg, rgb(96, 107, 215) 0%, rgb(234, 49, 116) 100%);
}
.bottom-menu ul li.instagram a .cover .icon {
  width: 30px;
}
.bottom-menu ul li.instagram a .cover .catch {
  font-weight: 500;
  font-family: "Antonio";
  letter-spacing: 4px;
  font-size: 12px;
  line-height: 1.3;
  margin: 0px 0 0 0;
}
.bottom-menu ul li.uber a {
  background: #142328;
}
.bottom-menu ul li.uber a .icon {
  width: 50px;
}
.bottom-menu ul li.tabelog a {
  background: #ff7803;
}
.bottom-menu ul li.tabelog a .icon {
  width: 60px;
}
.bottom-menu ul li.tel a {
  background: linear-gradient(45deg, rgb(34, 184, 94) 0%, rgb(2, 143, 101) 100%);
}
.bottom-menu ul li.tel a .icon {
  width: 40px;
}

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

◆	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) {
  .bottom-menu ul li {
    width: 25%;
    height: 100%;
  }
  .bottom-menu ul li a {
    display: flex;
    height: 15vw;
  }
  .bottom-menu ul li a .icon {
    margin: 0 auto 0;
  }
  .bottom-menu ul li.instagram a {
    background: linear-gradient(45deg, rgb(96, 107, 215) 0%, rgb(234, 49, 116) 100%);
  }
  .bottom-menu ul li.instagram a .cover .icon {
    width: 5.5vw;
  }
  .bottom-menu ul li.instagram a .cover .catch {
    letter-spacing: 3px;
    font-size: 2vw;
    line-height: 1.3;
    margin: 0px 0 0 0;
  }
  .bottom-menu ul li.uber a {
    background: #142328;
  }
  .bottom-menu ul li.uber a .icon {
    width: 9vw;
  }
  .bottom-menu ul li.tabelog a .icon {
    width: 12vw;
  }
  .bottom-menu ul li.tel a {
    background: linear-gradient(45deg, rgb(34, 184, 94) 0%, rgb(2, 143, 101) 100%);
  }
  .bottom-menu ul li.tel a .icon {
    width: 7vw;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* breakpoints *//*# sourceMappingURL=style.css.map */