/* リセットCSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  font-weight: 600;
  line-height: 1.5;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  font-feature-settings: "palt", "kern" 0;
}

.en {
  font-family: temeraire, serif;
  font-weight: 700;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, ol {
  list-style: none;
}

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

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button, input, textarea {
  font: inherit; /* フォント継承 */
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

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

blockquote {
  margin: 0;
  padding: 0;
}

code, pre {
  font-family: monospace;
}

@media only screen and (min-width: 768px) {
.sp_only{
  display: none;
}
#mv{
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
#mv .video{
  position: absolute;
  z-index: -1;
  background: #ffffff;
}
@media (aspect-ratio: 16 / 9), (min-aspect-ratio: 16 / 9) {
#mv .video {
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
}
@media (max-aspect-ratio: 16 / 9) {
#mv .video {
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
}
#mv header {
  display: flex;
  width: 100vw;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  padding: 2.6vw 6vw 0 3.4vw;
  z-index: 9999;
  transition: all 0.4s cubic-bezier(.19, 1, .22, 1);
  overflow: hidden;
}
#mv header.scrolled {
  padding-bottom: 0.6vw;
  padding-top: 0.6vw;
  padding-right: 3.6vw;
  padding-left: 2.2vw;
  background: #e8e8e882;
  backdrop-filter: blur(10px) brightness(100%) opacity(0.95);
  width: 96vw;
  left: 2vw;
  top: 2vw;
  color: #215574;
  border-radius: 12px;
}
#mv header .left {
 font-size: 1.2vw;
 letter-spacing: 0.25rem;
 transition: all 0.4s cubic-bezier(.19, 1, .22, 1);
}
#mv header.scrolled .left{
  font-size: 1vw;
  letter-spacing: 0.25rem;
  line-height: 140%;
  padding-top: 0.2vw;
}
#mv .mid {
  /* Add styles here */
}
#mv header .right{
  font-size: 1.2vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.2vw 0 1.6vw;
  letter-spacing: 0.08rem;
  width: 12vw;
  background: #fff;
  height: 3.5vw;
  color: #000;
  transition: all 0.4s cubic-bezier(.19, 1, .22, 1);
}
#mv header.scrolled .right{
  background: #215574;
  height: 4vw;
  padding-left: 2vw;
  color: #fff;
  width: 13vw;
  border-radius: 8px;
}
#mv .right svg{
  width: 12%;
  height: 3vw;
}
#mv header .right svg path{
  transition: all 0.4s cubic-bezier(.19, 1, .22, 1);
}
#mv header.scrolled .right svg path{
  fill: #fff;
}
#mv .center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#mv .center > span {
  font-size: 2.2vw;
  letter-spacing: 1rem;
  padding-left: 1rem;
}
#mv .center .en {
  font-size: 1.1vw;
  letter-spacing: 0.4rem;
  padding-left: 0.4rem;
}
#mv .center .logo {
  /* Add styles here */
}
#mv .center .logo svg{
  width: 41vw;
  height: 14.5vw;
}
#mv .center .logo svg path{
  fill:#fff;
}

#mv .mid nav ul {
  display: flex;
  font-size: 1.1vw;
  letter-spacing: 0.1rem;
  width: 26vw;
  align-items: center;
  justify-content: space-between;
}

#mv .mid nav ul li {
  /* Add styles here */
}

#mv .mid nav ul li a {
  /* Add styles here */
}

#concept{
  width: 100vw;
  position: relative;
  overflow: hidden;
}
#concept .logo{
  position: absolute;
  right: -1vw;
  top: 5vw;
}
#concept .logo svg{
  width: 28vw;
  height: 28vw;
}
#concept .txt {
  width: 100vw;
  display: flex;
  flex-direction: column;
  padding-top: 10vw;
  position: relative;
}
#concept .txt .en{
  position: absolute;
  top: 15.5vw;
  left: 11vw;
  transform: rotate(90deg);
  letter-spacing: 0.3rem;
  font-size: 1.3vw;
}
#concept .block01{
  padding-left: 24vw;
}
#concept .block01 h1 {
  font-size: 3.4vw;
  letter-spacing: 1.5rem;
  line-height: 170%;
}
#concept .block01 h2 {
  font-size: 1.4vw;
  letter-spacing: 0.2rem;
  margin-top: 2vw;
}
#concept .block02{
  padding-left: 40vw;
  margin-top: 7vw;
}
#concept .block02 p {
  font-size: 1vw;
  letter-spacing: 0.25rem;
  line-height: 280%;
}
#concept .block02 .link{
  display: flex;
  width: 34vw;
  margin-top: 2.2vw;
}
#concept .block02 .link > div{
  width: 70%;
}
#concept .block02 .link > div >span{
  width: max-content;
  display: flex;
  background: #ddd;
  font-size: 1.2vw;
  padding: 0.3vw 0.7vw;
  border-radius: 3px;
}
#concept .block02 a {
  font-size: 1.27vw;
  line-height: 100%;
  letter-spacing: 0.12rem;
  padding: 1.1vw 0.2vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 14.5vw;
  border-bottom: 1px solid #000;
  margin-top: 1vw;
}

#concept .block02 a svg{
  width: 1.3vw;
  height: 1vw;
}
#concept .photo {
  width: 100vw;
  padding-left: 6vw;
  margin-top: -17vw;
  display: flex;
  justify-content: space-between;
}
#concept .photo .ph01 {
  width: 23vw;
}
#concept .photo .ph02 {
  width: 47vw;
  margin-top: 27vw;
}

#movie{
  background: url(ph03.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 58vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 12vw;
  color: #205574;
  display: flex;
  flex-direction: column;
}
/* Movie Section */
#movie header {
  /* Add styles here */
}
#movie header span{
  letter-spacing: 0.3rem;
  font-size: 1.2vw;
}
#movie header h2{
  font-size: 2.2vw;
  letter-spacing: 1.3rem;
  padding-left: 1.3rem;
  margin-top: 1vw;
}
#movie > div{
  width: 52vw;
  height: 29vw;
  background: url(mov.jpg) no-repeat center;
  background-size: cover;
  margin-top: 3vw;
}
#movie > div a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#movie > div a div{
  display: flex;
  width: 10vw;
  height: 10vw;
  align-items: center;
  justify-content: center;
}
#movie > div a div svg{
  position: absolute;
  width: 8vw;
}
#movie a svg path {
  fill:#fff;
}

#where{
  width: 100vw;
  position: relative;
  overflow: hidden;
}
#where .map{
  position: absolute;
  top: 11vw;
  right: 12vw;
  width: 42vw;
  z-index: -1;
}
#where .txt{
  width: 100vw;
  display: flex;
  flex-direction: column;
  padding-top: 12vw;
  position: relative;
}
#where .txt .en{
  position: absolute;
  top: 16.2vw;
  left: 8vw;
  transform: rotate(90deg);
  letter-spacing: 0.3rem;
  font-size: 1.3vw;
}
#where .txt h2{
  padding-left: 20vw;
  font-size: 2.5vw;
  letter-spacing: 1.3rem;
  line-height: 170%;
}
#where .txt p{
  width: 51vw;
  padding-left: 20vw;
  font-size: 1vw;
  letter-spacing: 0.2rem;
  line-height: 270%;
  text-align: justify;
  margin-top: 2vw;
}
#where .txt a{
  font-size: 1.27vw;
  line-height: 100%;
  letter-spacing: 0.08rem;
  padding: 1.1vw 0.2vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 15.5vw;
  border-bottom: 1px solid #000;
  margin-top: 1.4vw;
  margin-left: 20vw;
}
#where .txt a svg{
  width: 1.3vw;
  height: 1vw;
}
#where .photo{
  width: 100vw;
  padding-left: 10vw;
  margin-top: 13.5vw;
  display: flex;
  justify-content: space-between;
}
#where .photo .ph01{
  width: 48vw;
}
#where .photo .ph02{
  width: 26vw;
  margin-top: -18vw;
}

#tour{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 9vw;
}
#tour header{
  display: flex;
  flex-direction: column;
  align-items: center;
}
#tour header span{
  letter-spacing: 0.3rem;
  font-size: 1.3vw;
}
#tour header h2{
  font-size: 2.6vw;
  letter-spacing: 1rem;
  margin: 1.2vw 0;
  padding-left: 1rem;
}
#tour header p{
  font-size: 1.1vw;
  letter-spacing: 0.2rem;
}
#tour .day1{
  width: 77vw;
  border: 3px solid #000;
  position: relative;
  margin-top: 5vw;
  padding: 4.7vw 5vw 4.4vw;
}
#tour .day1 .head{
  position: absolute;
  top: -1.8vw;
  left: 4vw;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 0 2.4vw;
}
#tour .day1 .head .en{
  font-size: 2.7vw;
  letter-spacing: 0.4rem;
}
#tour .day1 .head .ja{
  font-size: 1.1vw;
  letter-spacing: 0.15rem;
  margin-left: 1.3vw;
  margin-top: -0.5vw;
}
#tour .day1 .box{
  display: flex;
  align-items: center;
}
#tour .day1 .box .left{}
#tour .day1 .box .left .ph{
  width: 30vw;
}
#tour .day1 .box .right{
  padding-left: 4.4vw;
}
#tour .day1 .box .right h3{
  font-size: 2.1vw;
  letter-spacing: 0.44rem;
  line-height: 150%;
}
#tour .day1 .box .right p{
  width: 100%;
  font-size: 1vw;
  letter-spacing: 0.12rem;
  line-height: 206%;
  text-align: justify;
  margin-top: 0.7vw;
}
#tour .day2{
  width: 77vw;
  border: 3px solid #000;
  position: relative;
  margin-top: 5vw;
  padding: 4.7vw 5vw 4.4vw;
}
#tour .day2 .head{
  position: absolute;
  top: -1.8vw;
  left: 4vw;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 0 2.4vw;
}
#tour .day2 .head .en{
  font-size: 2.7vw;
  letter-spacing: 0.4rem;
}
#tour .day2 .head .ja{
  font-size: 1.1vw;
  letter-spacing: 0.15rem;
  margin-left: 1.3vw;
  margin-top: -0.5vw;
}
#tour .day2 .box{
  display: flex;
  align-items: center;
  margin-bottom: 3vw;
}
#tour .day2 .box:last-child{
  margin: 0;
}
#tour .day2 .box .left{}
#tour .day2 .box .left .ph{
  width: 30vw;
}
#tour .day2 .box .right{
  padding-left: 4.4vw;
}
#tour .day2 .box .right .en{
  letter-spacing: 0.15rem;
  font-size: 1.2vw;
  margin-left: 0.3vw;
}
#tour .day2 .box .right h3{
  font-size: 2.1vw;
  letter-spacing: 0.44rem;
  line-height: 150%;
  margin-top: 0.7vw;
}
#tour .day2 .box .right p{
  width: 100%;
  font-size: 1vw;
  letter-spacing: 0.12rem;
  line-height: 206%;
  text-align: justify;
  margin-top: 0.7vw;
}
#tour .day3{
  width: 77vw;
  border: 3px solid #000;
  position: relative;
  margin-top: 5vw;
  padding: 4.7vw 5vw 4.4vw;
}
#tour .day3 .head{
  position: absolute;
  top: -1.8vw;
  left: 4vw;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 0 2.4vw;
}
#tour .day3 .head .en{
  font-size: 2.7vw;
  letter-spacing: 0.4rem;
}
#tour .day3 .head .ja{
  font-size: 1.1vw;
  letter-spacing: 0.15rem;
  margin-left: 1.3vw;
  margin-top: -0.5vw;
}
#tour .day3 .box{
  display: flex;
  align-items: center;
}
#tour .day3 .box .left{}
#tour .day3 .box .left .ph{
  width: 30vw;
}
#tour .day3 .box .right{
  padding-left: 4.4vw;
}
#tour .day3 .box .right .en{
  letter-spacing: 0.15rem;
  font-size: 1.2vw;
  margin-left: 0.3vw;
}
#tour .day3 .box .right h3{
  font-size: 2.1vw;
  letter-spacing: 0.44rem;
  line-height: 150%;
  margin-top: 0.7vw;
}
#tour .day3 .box .right p{
  width: 100%;
  font-size: 1vw;
  letter-spacing: 0.12rem;
  line-height: 206%;
  text-align: justify;
  margin-top: 0.7vw;
}

#photo{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 11vw;
}
#photo .ph01{
  width: 48vw;
}
#photo .ph02{
  width: 48vw;
  margin-top: 9vw;
}

#price{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 8vw;
}
#price header{
  display: flex;
  flex-direction: column;
  align-items: center;
}
#price header span{
  letter-spacing: 0.3rem;
  font-size: 1.3vw;
}
#price header h2{
  font-size: 2.6vw;
  letter-spacing: 1rem;
  margin: 1.2vw 0;
  padding-left: 1rem;
}
#price header p{
  font-size: 1.1vw;
  letter-spacing: 0.2rem;
  text-align: center;
  line-height: 230%;
}
#price ul{
  width: 100vw;
  display: flex;
  margin-top: 4vw;
}
#price ul li:nth-child(1){
  background: url(ph13.jpg) no-repeat center;
  background-size: cover;
}
#price ul li:nth-child(2){
  background: url(ph14.jpg) no-repeat center;
  background-size: cover;
}
#price ul li:nth-child(3){
  background: url(ph15.jpg) no-repeat center;
  background-size: cover;
}
#price ul li{
  width: 33.3333%;
  height: 38vw;
  position: relative;
}
#price ul li .box{
  position: absolute;
  left: 2.6vw;
  bottom: 2.6vw;
  background: #fff;
  width: 28vw;
  padding: 2.3vw 3vw 2.6vw;
}
#price ul li .box .top{}
#price ul li .box .top h3{
  font-size: 1.5vw;
  letter-spacing: 0.08rem;
}
#price ul li .box .top .yen{}
#price ul li .box .top .yen .en{
  font-size: 2vw;
  letter-spacing: 0.08rem;
}
#price ul li .box .top .yen .ja{
  font-size: 1vw;
  margin-left: 0.2vw;
}
#price ul li .box .btm{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 0.8vw;
}
#price ul li .box .btm a:last-child{
  width: 100%;
  background: #000;
  height: 3.3vw;
  color: #ffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15vw;
}


#info{
  width: 80vw;
  background: #f2f2f2;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  border: 4px solid #cccccc;
  padding: 5.5vw 6.6vw 3.6vw;
  margin-top: 9vw;
}
#info header{
  display: flex;
  flex-direction: column;
  align-items: center;
}
#info header .en{
  font-size: 1.1vw;
  letter-spacing: 0.3rem;
}
#info header h2{
  font-size: 1.65vw;
  letter-spacing: 0.3rem;
  margin-top: 1vw;
  margin-bottom: 3vw;
}
#info ul{
  width: 100%;
}
#info ul li{
  display: flex;
  border-top: 1px solid #000;
  width: 100%;
  font-size: 1.1vw;
  letter-spacing: 0.1rem;
}
#info ul li span{
  width: 11vw;
  border-top: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0.5vw;
}
#info ul li div{
  line-height: 180%;
  padding: 2vw 0 2vw 2vw;
}
#info ul li.boxlist{
  border: none;
  margin-top: 1vw;
  margin-bottom: 3.7vw;
}
#info ul li.boxlist .box{
  background: #fff;
  margin-right: 2vw;
  padding: 2.2vw 3vw;
  width: 38%;
}
#info ul li.boxlist .box h4{
  font-size: 1.5vw;
  border-bottom: 1px solid #000;
  margin-bottom: 1.2vw;
  padding-bottom: 1vw;
}
#info ul li.boxlist .box ul{
  display: flex;
  flex-wrap: wrap;
}
#info ul li.boxlist .box ul li{
  width: 50%;
  border: none;
}
#info ul li.boxlist .box:nth-child(2) ul li:nth-child(1){
  width: 45%;
}
#info ul li.boxlist .box:nth-child(2) ul li:nth-child(2){
  width: 37%;
}
#info ul li.boxlist .box:nth-child(2) ul li:nth-child(3){
  width: 63%;
}
#info ul li.boxlist .box:nth-child(2) ul li:nth-child(4){
  width: 37%;
}

#model{
  width: 80vw;
  background: #f2f2f2;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  border: 4px solid #cccccc;
  padding: 5.5vw 6.6vw 3.6vw;
  margin-top: 7vw;
}
#model header{
  display: flex;
  flex-direction: column;
  align-items: center;
}
#model header span{
  font-size: 1.1vw;
  letter-spacing: 0.3rem;
}
#model header h2{
  font-size: 1.65vw;
  letter-spacing: 0.3rem;
  margin-top: 1vw;
  margin-bottom: 3vw;
}
#model ul{
  width: 100%;
}
#model ul li{
  display: flex;
  border-top: 1px solid #000;
  width: 100%;
  font-size: 1.1vw;
  letter-spacing: 0.1rem;
}
#model ul li > span{
  width: 11vw;
  border-top: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0.5vw;
}
#model ul li div{
  line-height: 180%;
  padding: 2vw 0 2vw 2vw;
}
#model ul li div .time{
  margin-right: 1.3vw;
}

footer{
  width: 100vw;
  height: 65vw;
  background: url(ph16.jpg) no-repeat center;
  background-size: cover;
  margin-top: -27vw;
  z-index: -1;
  position: relative;
}
footer .copyright{
  position: absolute;
  bottom: 4.4vw;
  right: 4.4vw;
  color: #fff;
  font-size: 1.1vw;
  letter-spacing: 0.03rem;
}

.pp{
  width: 32vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3vw;
  border-radius: 30vw;
  background: #215574;
  color: #fff;
  height: 4.8vw;
  letter-spacing: 0.05rem;
  margin: 0 auto;
  margin-top: 5vw;
}
.pp svg{
  width: 2vw;
  margin-right: 1vw;
}

}
@media only screen and (max-width: 768px) {
.pc_only{
  display: none;
}
#mv{
  width: 100vw;
  height: 77vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
  position: relative;
}
#mv .video{
  position: absolute;
  z-index: -1;
  background: #212632;
}
@media (aspect-ratio: 16 / 9), (min-aspect-ratio: 16 / 9) {
#mv .video {
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
}
@media (max-aspect-ratio: 16 / 9) {
#mv .video {
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
}
#mv header {
  display: flex;
  width: 100vw;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  padding: 3.6vw 5.5vw 0 6vw;
  z-index: 9999;
}

#mv .left {
 font-size: 3.3vw;
 letter-spacing: 0.25rem;
 margin-top: 0.6vw;
 transition: all 0.4s cubic-bezier(.19, 1, .22, 1);
}
#mv .scrolled .left {
  color: #00688c;
}
#mv .mid {
  display: none;
}
#mv .right{
  font-size: 3.6vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3.2vw 0 4vw;
  letter-spacing: 0.08rem;
  width: 33vw;
  background: #fff;
  height: 9vw;
  color: #000;
  transition: all 0.4s cubic-bezier(.19, 1, .22, 1);
}
#mv .scrolled .right{
  background: #00688c7a;
  backdrop-filter: blur(10px) brightness(80%) opacity(0.95);
  -webkit-backdrop-filter: blur(10px) brightness(80%) opacity(0.95);
  color: #fff;
}
#mv .right svg{
  width: 12%;
  height: 3vw;
  transition: all 0.4s cubic-bezier(.19, 1, .22, 1);
}
#mv .scrolled .right svg path{
  fill: #fff;
}
#mv .center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#mv .center span {
  font-size: 5.2vw;
  letter-spacing: 1rem;
  padding-left: 1rem;
}
#mv .center .en {
  font-size: 13px;
  letter-spacing: 0.4rem;
  padding-left: 0.4rem;
  text-align: center;
  line-height: 180%;
}
#mv .center .logo {
  margin: 3vw 0 0vw;
}
#mv .center .logo svg{
  width: 88vw;
  height: 27.5vw;
  padding-left: 3vw;
}
#mv .center .logo svg path{
  fill:#fff;
}

#mv .mid nav ul {
  display: flex;
  font-size: 1.1vw;
  letter-spacing: 0.1rem;
  width: 34vw;
  align-items: center;
  justify-content: space-between;
}

#mv .mid nav ul li {
  /* Add styles here */
}

#mv .mid nav ul li a {
  /* Add styles here */
}

#concept{
  width: 100vw;
  position: relative;
  overflow: hidden;
}
#concept .logo{
  position: absolute;
  right: -2vw;
  top: 6vw;
}
#concept .logo svg{
  width: 48vw;
  height: 48vw;
}
#concept .txt {
  width: 100vw;
  display: flex;
  flex-direction: column;
  padding-top: 45vw;
  position: relative;
}
#concept .txt .en{
  position: absolute;
  top: 23vw;
  left: 0vw;
  transform: rotate(90deg);
  letter-spacing: 0.3rem;
  font-size: 3.3vw;
}
#concept .block01{
  padding-left: 12vw;
}
#concept .block01 h1 {
  font-size: 8vw;
  letter-spacing: 0.7rem;
  line-height: 170%;
}
#concept .block01 h2 {
  font-size: 4.8vw;
  line-height: 190%;
  letter-spacing: 0.2rem;
  margin-top: 4vw;
  padding-left: 0vw;
}
#concept .block02{
  padding-left: 12vw;
  margin-top: 4vw;
  width: 90vw;
}
#concept .block02 p {
  font-size: 12px;
  letter-spacing: 0.15rem;
  line-height: 222%;
  width: 99%;
  text-align: justify;
}
#concept .block02 .link{
  display: flex;
  width: 88vw;
  margin-top: 10%;
  margin-bottom: 13%;
  margin-left: -3vw;
}
#concept .block02 .link > div{
  width: 70%;
}
#concept .block02 .link > div >span{
  width: max-content;
  display: flex;
  background: #ddd;
  font-size: 16px;
  padding: 4px 13px;
  border-radius: 3px;
}
#concept .block02 a {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  padding: 4.1vw 0.2vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 88%;
  border-bottom: 1px solid #000;
  margin-top: 2vw;
}
#concept .block02 a svg{
  width: 4.6vw;
  height: 2.5vw;
}
#concept .photo {
  width: 100vw;
  padding-left: 0vw;
  margin-top: 4vw;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#concept .photo .ph01 {
  width: 33vw;
}
#concept .photo .ph02 {
  width: 62vw;
  margin-top: 15vw;
}

#movie{
  background: url(ph03.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 91vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 18vw;
  color: #205574;
  display: flex;
  flex-direction: column;
}
/* Movie Section */
#movie header {
  /* Add styles here */
}
#movie header span{
  letter-spacing: 0.3rem;
  font-size: 13px;
  padding-left: 0.3rem;
}
#movie header h2{
  font-size: 23px;
  letter-spacing: 1rem;
  padding-left: 1rem;
  margin-top: 1vw;
}
#movie > div{
  width: 80vw;
  height: 47vw;
  background: url(mov.jpg) no-repeat center;
  background-size: cover;
  margin-top: 4.4vw;
  margin-bottom: 2vw;
}
#movie > div a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#movie > div a div{
  display: flex;
  width: 10vw;
  height: 10vw;
  align-items: center;
  justify-content: center;
}
#movie > div a div svg{
  position: absolute;
  width: 18vw;
}
#movie a svg path {
  fill:#fff;
}

#where{
  width: 100vw;
  position: relative;
  overflow: hidden;
}
#where .map{
  position: absolute;
  top: 13vw;
  right: 10vw;
  width: 92vw;
  z-index: -1;
}
#where .txt{
  width: 100vw;
  display: flex;
  flex-direction: column;
  padding-top: 48vw;
  position: relative;
  padding-left: 12vw;
}
#where .txt .en{
  position: absolute;
  top: 24vw;
  left: 3vw;
  transform: rotate(90deg);
  letter-spacing: 0.3rem;
  font-size: 3.3vw;
}
#where .txt h2{
  font-size: 28px;
  letter-spacing: 0.8rem;
  line-height: 160%;
  text-shadow: #ffffff 2px 0px 2px, #ffffff -2px 0px 2px, #ffffff 0px -2px 2px, #ffffff -2px 0px 2px, #ffffff 2px 2px 2px, #ffffff -2px 2px 2px, #ffffff 2px -2px 2px, #ffffff -2px -2px 2px, #ffffff 1px 2px 2px, #ffffff -1px 2px 2px, #ffffff 1px -2px 2px, #ffffff -1px -2px 2px, #ffffff 2px 1px 2px, #ffffff -2px 1px 2px, #ffffff 2px -1px 2px, #ffffff -2px -1px 2px, #ffffff 1px 1px 2px, #ffffff -1px 1px 2px, #ffffff 1px -1px 2px, #ffffff -1px -1px 2px;
}
#where .txt p{
  margin-top: 5vw;
  font-size: 12px;
  letter-spacing: 0.15rem;
  line-height: 222%;
  width: 76vw;
  text-align: justify;
  text-shadow: #ffffff 2px 0px 2px, #ffffff -2px 0px 2px, #ffffff 0px -2px 2px, #ffffff -2px 0px 2px, #ffffff 2px 2px 2px, #ffffff -2px 2px 2px, #ffffff 2px -2px 2px, #ffffff -2px -2px 2px, #ffffff 1px 2px 2px, #ffffff -1px 2px 2px, #ffffff 1px -2px 2px, #ffffff -1px -2px 2px, #ffffff 2px 1px 2px, #ffffff -2px 1px 2px, #ffffff 2px -1px 2px, #ffffff -2px -1px 2px, #ffffff 1px 1px 2px, #ffffff -1px 1px 2px, #ffffff 1px -1px 2px, #ffffff -1px -1px 2px;
}
#where .txt a{
  font-size: 4.4vw;
  line-height: 100%;
  letter-spacing: 0.08rem;
  padding: 4.1vw 0.2vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 51vw;
  border-bottom: 1px solid #000;
  margin-top: 4vw;
}
#where .txt a svg{
  width: 4.6vw;
  height: 2.5vw;
}
#where .photo{
  width: 100vw;
  margin-top: 19.5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#where .photo .ph01{
  width: 100vw;
}
#where .photo .ph02{
  width: 60vw;
  margin-top: 9vw;
}

#tour{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 14vw;
}
#tour header{
  display: flex;
  flex-direction: column;
  align-items: center;
}
#tour header span{
  letter-spacing: 0.3rem;
  font-size: 3.3vw;
}
#tour header h2{
  font-size: 26px;
  letter-spacing: 0.6rem;
  margin: 2.2vw 0 3vw;
  padding-left: 0.6rem;
}
#tour header p{
  font-size: 12px;
  letter-spacing: 0.2rem;
  text-align: center;
  line-height: 180%;
}
#tour .day1{
  width: 88vw;
  border: 3px solid #000;
  position: relative;
  margin-top: 10vw;
  padding: 22vw 0 7.4vw;
  display: flex;
  justify-content: center;
}
#tour .day1 .head{
  position: absolute;
  top: -4.8vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 2.4vw;
}
#tour .day1 .head .en{
  font-size: 7vw;
  letter-spacing: 0.4rem;
  background: #fff;
  padding: 0 5vw 0 5.8vw;
}
#tour .day1 .head .ja{
  font-size: 14px;
  letter-spacing: 0.15rem;
  margin-top: 2vw;
  text-align: center;
}
#tour .day1 .box{
  display: flex;
  align-items: center;
  flex-direction: column;
}
#tour .day1 .box .left{}
#tour .day1 .box .left .ph{
  width: 70vw;
}
#tour .day1 .box .right{
  width: 70vw;
}
#tour .day1 .box .right h3{
  font-size: 24px;
  letter-spacing: 0.44rem;
  line-height: 150%;
  margin-top: 5vw;
}
#tour .day1 .box .right p{
  margin-top: 2.7vw;
  font-size: 12px;
  letter-spacing: 0.15rem;
  line-height: 190%;
  width: 100%;
  text-align: justify;
}
#tour .day2{
  width: 88vw;
  border: 3px solid #000;
  position: relative;
  margin-top: 12vw;
  padding: 22vw 0 7.4vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#tour .day2 .head{
  position: absolute;
  top: -4.8vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 2.4vw;
}
#tour .day2 .head .en{
  font-size: 7vw;
  letter-spacing: 0.4rem;
  background: #fff;
  padding: 0 5vw 0 5.8vw;
}
#tour .day2 .head .ja{
  font-size: 14px;
  letter-spacing: 0.15rem;
  margin-top: 2vw;
  text-align: center;
}
#tour .day2 .box{
  display: flex;
  align-items: center;
  flex-direction: column;
}
#tour .day2 .box:last-child{
  margin: 0;
}
#tour .day2 .box .left{}
#tour .day2 .box .left .ph{
  width: 70vw;
}
#tour .day2 .box .right{
  width: 70vw;
  padding-top: 5vw;
  padding-bottom: 8vw;
}
#tour .day2 .box:last-child .right{
  padding-bottom: 0;
}
#tour .day2 .box .right .en{
  letter-spacing: 0.15rem;
  font-size: 16px;
  margin-left: 0.3vw;
  margin-top: 6vw;
}
#tour .day2 .box .right h3{
  font-size: 24px;
  letter-spacing: 0.44rem;
  line-height: 150%;
  margin-top: 2vw;
}
#tour .day2 .box .right p{
  margin-top: 2.7vw;
  font-size: 12px;
  letter-spacing: 0.15rem;
  line-height: 190%;
  width: 100%;
  text-align: justify;
}
#tour .day3{
  width: 88vw;
  border: 3px solid #000;
  position: relative;
  margin-top: 12vw;
  padding: 22vw 0 7.4vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#tour .day3 .head{
  position: absolute;
  top: -4.8vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 2.4vw;
}
#tour .day3 .head .en{
  font-size: 7vw;
  letter-spacing: 0.4rem;
  background: #fff;
  padding: 0 5vw 0 5.8vw;
}
#tour .day3 .head .ja{
  font-size: 14px;
  letter-spacing: 0.15rem;
  margin-top: 2vw;
  text-align: center;
}
#tour .day3 .box{
  display: flex;
  align-items: center;
  flex-direction: column;
}
#tour .day3 .box:last-child{
  margin: 0;
}
#tour .day3 .box .left{}
#tour .day3 .box .left .ph{
  width: 70vw;
}
#tour .day3 .box .right{
  width: 70vw;
  padding-top: 5vw;
  padding-bottom: 8vw;
}
#tour .day3 .box:last-child .right{
  padding-bottom: 0;
}
#tour .day3 .box .right .en{
  letter-spacing: 0.15rem;
  font-size: 16px;
  margin-left: 0.3vw;
  margin-top: 6vw;
}
#tour .day3 .box .right h3{
  font-size: 24px;
  letter-spacing: 0.44rem;
  line-height: 150%;
  margin-top: 2vw;
}
#tour .day3 .box .right p{
  margin-top: 2.7vw;
  font-size: 12px;
  letter-spacing: 0.15rem;
  line-height: 190%;
  width: 100%;
  text-align: justify;
}

#photo{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 11vw;
  flex-direction: column;
  align-items: center;
}
#photo .ph01{
  width: 86vw;
  margin-left: -14vw;
}
#photo .ph02{
  width: 83vw;
  margin-top: 9vw;
  margin-right: -5vw;
}

#price{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 14vw;
}
#price header{
  display: flex;
  flex-direction: column;
  align-items: center;
}
#price header span{
  letter-spacing: 0.3rem;
  font-size: 3.3vw;
}
#price header h2{
  font-size: 26px;
  letter-spacing: 0.6rem;
  margin: 2.2vw 0 3vw;
  padding-left: 0.6rem;
}
#price header p{
  font-size: 12px;
  letter-spacing: 0.2rem;
  text-align: justify;
  line-height: 180%;
  width: 80vw;
  margin: 0 auto;
}
#price ul{
  width: 100vw;
  display: flex;
  margin-top: 8vw;
  flex-direction: column;
  align-items: center;
}
#price ul li:nth-child(1){
  background: url(ph13.jpg) no-repeat center;
  background-size: cover;
}
#price ul li:nth-child(2){
  background: url(ph14.jpg) no-repeat center;
  background-size: cover;
}
#price ul li:nth-child(3){
  background: url(ph15.jpg) no-repeat center;
  background-size: cover;
}
#price ul li{
  width: 88vw;
  height: 100vw;
  position: relative;
  margin-bottom: 7vw;
}
#price ul li .box{
  position: absolute;
  left: 5.5vw;
  bottom: 5.5vw;
  background: #fff;
  width: 77vw;
  padding: 5vw 6vw 6vw;
}
#price ul li .box .top{}
#price ul li .box .top h3{
  font-size: 18px;
  letter-spacing: 0.08rem;
  margin-bottom: 1vw;
}
#price ul li .box .top .yen{}
#price ul li .box .top .yen .en{
  font-size: 22px;
  letter-spacing: 0.08rem;
}
#price ul li .box .top .yen .ja{
  font-size: 11px;
  margin-left: 0.2vw;
}
#price ul li .box .btm{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 2.4vw;
}
#price ul li .box .btm a:last-child{
  width: 100%;
  background: #000;
  height: 10vw;
  color: #ffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}


#info{
  width: 88vw;
  background: #f2f2f2;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  border: 4px solid #cccccc;
  padding: 10.5vw 6.6vw 3.6vw;
  margin-top: 9vw;
}
#info header{
  display: flex;
  flex-direction: column;
  align-items: center;
}
#info header .en{
  font-size: 14px;
  letter-spacing: 0.3rem;
}
#info header h2{
  font-size: 19px;
  letter-spacing: 0.15rem;
  margin-top: 1vw;
  margin-bottom: 7vw;
}
#info ul{
  width: 100%;
}
#info ul li{
  display: flex;
  border-top: 1px solid #000;
  width: 100%;
  font-size: 13px;
  letter-spacing: 0.08rem;
}
#info ul li span{
  width: 28%;
  border-top: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0.5vw;
}
#info ul li div{
  width: 72%;
  line-height: 160%;
  padding: 5.4vw 0 5.4vw 1vw;
}
#info ul li.boxlist{
  border: none;
  margin-top: 1vw;
  margin-bottom: 3.7vw;
  flex-direction: column;
}
#info ul li.boxlist .box{
  background: #fff;
  margin-bottom: 3vw;
  padding: 5.2vw 6vw 5vw;
  width: 100%;
}
#info ul li.boxlist .box h4{
  font-size: 15px;
  border-bottom: 1px solid #000;
  margin-bottom: 3.2vw;
  padding-bottom: 2vw;
}
#info ul li.boxlist .box ul{
  display: flex;
  flex-wrap: wrap;
}
#info ul li.boxlist .box ul li{
  width: 50%;
  border: none;
}
#info ul li.boxlist .box:nth-child(2) ul li:nth-child(1){
  width: 58%;
}
#info ul li.boxlist .box:nth-child(2) ul li:nth-child(2){
  width: 37%;
}
#info ul li.boxlist .box:nth-child(2) ul li:nth-child(3){
  width: 58%;
}
#info ul li.boxlist .box:nth-child(2) ul li:nth-child(4){
  width: 37%;
}

#model{
  width: 88vw;
  background: #f2f2f2;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  border: 4px solid #cccccc;
  padding: 10.5vw 6.6vw 3.6vw;
  margin-top: 9vw;
}
#model header{
  display: flex;
  flex-direction: column;
  align-items: center;
}
#model header span{
  font-size: 14px;
  letter-spacing: 0.3rem;
}
#model header h2{
  font-size: 19px;
  letter-spacing: 0.15rem;
  margin-top: 1vw;
  margin-bottom: 7vw;
}
#model ul{
  width: 100%;
}
#model ul li{
  display: flex;
  border-top: 1px solid #000;
  width: 100%;
  font-size: 13px;
  letter-spacing: 0.08rem;
}
#model ul li > span{
  width: 28%;
  border-top: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0.5vw;
}
#model ul li div{
  width: 72%;
  line-height: 160%;
  padding: 5.4vw 0 5.4vw 1vw;
  display: flex;
  flex-direction: column;
}
#model ul li div .time{
  margin-right: 1.3vw;
  margin-top: 2vw;
  margin-bottom: 0vw;
  font-family: temeraire, serif;
  font-weight: 700;
  color: #69848d;
  font-size: 14px;
}
#model ul li div .time:first-child{
  margin-top: 0;
}

footer{
  width: 100vw;
  height: 125vw;
  margin-top: -54vw;
  z-index: -1;
  position: relative;
  overflow: hidden;
}
footer > div{
  background: url(ph16.jpg) no-repeat center;
  background-size: cover;
  width: 200vw;
  height: 125vw;
}
footer .copyright{
  position: absolute;
  bottom: 6.4vw;
  left: 0;
  width: 100vw;
  text-align: center;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.03rem;
}
.pp{
  width: 76vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 30vw;
  background: #215574;
  color: #fff;
  height: 12.8vw;
  letter-spacing: 0.03rem;
  margin: 0 auto;
  margin-top: 9vw;
}
.pp svg{
  width: 15px;
  margin-right: 2vw;
}
}
