@charset "UTF-8";
/*!
* html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
* Richard Clark (http://richclarkdesign.com)
* http://cssreset.com
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0px;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  text-align: center;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px dotted rgb(127.5, 127.5, 127.5);
  margin: 10px 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.forP {
  display: inline;
}
@media screen and (max-width: 960px) {
  .forP {
    display: none;
  }
}

.forPT {
  display: inline;
}
@media screen and (max-width: 480px) {
  .forPT {
    display: none;
  }
}

.forTS {
  display: none;
}
@media screen and (max-width: 960px) {
  .forTS {
    display: inline;
  }
}

.forS {
  display: none;
}
@media screen and (max-width: 480px) {
  .forS {
    display: inline;
  }
}

html {
  scroll-behavior: smooth;
  font-size: 100%;
}

.foS {
  font-size: 80%;
}

.foSS {
  font-size: 60%;
}

.container {
  background: #fff;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.taR {
  text-align: right;
}

.wrap, .wrap_footer_btn {
  text-align: center;
  width: 980px;
  overflow: hidden;
  margin: 0 auto 20px;
  padding-top: 10px;
}
@media screen and (max-width: 960px) {
  .wrap, .wrap_footer_btn {
    width: 90%;
  }
}
.wrap p, .wrap_footer_btn p {
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}

.wrap-half, .wrap-half-flL {
  text-align: center;
  width: 490px;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 10px;
}
@media screen and (max-width: 960px) {
  .wrap-half, .wrap-half-flL {
    width: 90%;
  }
}

.wrap-half-club {
  text-align: center;
  float: left;
  width: 48%;
  overflow: hidden;
  margin: 0 1%;
  padding-top: 10px;
}

.wrap-half-flL {
  float: left;
}
@media screen and (max-width: 960px) {
  .wrap-half-flL {
    width: 90%;
    margin: 0 5%;
  }
}

.h1, .h1-club-yellow, .h1-club, .h1-orange, .h1-purple, .h1-green, .h1-yellow, .h1-blue, .h1-gray, .h1-red {
  width: 100%;
  max-width: 980px;
  margin: 30px auto 15px;
  background-color: rgb(229.5, 229.5, 229.5);
  padding: 12px;
  font-size: 22px;
  line-height: 1.4;
  color: rgb(76.5, 76.5, 76.5);
  border-radius: 5px;
}
.h1 span, .h1-club-yellow span, .h1-club span, .h1-orange span, .h1-purple span, .h1-green span, .h1-yellow span, .h1-blue span, .h1-gray span, .h1-red span {
  font-size: 16px;
}

.h1-red {
  background-color: #ef85b5;
}

.h1-gray {
  color: #fff;
  background-color: rgb(178.5, 178.5, 178.5);
}

.h1-blue {
  background-color: #85aff4;
}

.h1-yellow {
  background-color: #ecb609;
}

.h1-green {
  background-color: #a8cf52;
}

.h1-purple {
  background-color: #bca1cc;
}

.h1-orange {
  background-color: #fe700b;
}

.h1-club {
  background-color: #a8cf52;
  line-height: 1.4;
  font-size: clamp(20px, 1.6vw, 24px);
}

.h1-club-yellow {
  margin: 0px auto 15px;
  background-color: #ecb609;
  line-height: 1;
  font-size: clamp(18px, 1.4vw, 20px);
}

.dtl {
  float: right;
  font-size: 14px;
}

.h2 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.4;
  color: rgb(76.5, 76.5, 76.5);
  margin-top: 5px;
  margin-bottom: 7px;
}

.h3 {
  font-weight: normal;
  font-size: 30px;
  line-height: 1.4;
  color: #666;
  margin: 25px 0 5px;
}
@media screen and (max-width: 480px) {
  .h3 {
    font-size: 22px;
  }
}

.space-h90 {
  height: 90px;
}
@media screen and (min-width: 480px) and (max-width: 960px) {
  .space-h90 {
    height: 90px;
  }
}
@media screen and (max-width: 480px) {
  .space-h90 {
    height: 30px;
  }
}

.btn-wrap {
  margin: 20px auto 6px;
  border: 1px solid rgb(127.5, 127.5, 127.5);
  padding: 0px 10px 10px;
  border-radius: 5px;
}

.btn {
  clear: both;
  width: 100%;
  margin: 20px auto 6px;
  background: #ff8c3b;
  text-align: center;
  font-size: 20px;
  font-size: clamp(15px, 0.3vw + 14px, 18px);
  line-height: 2.4;
  border-radius: 5px;
}
@media screen and (max-width: 960px) {
  .btn {
    max-width: 400px;
    width: 98%;
  }
}
.btn a {
  color: #fff;
  display: block;
  text-decoration: none;
  transition-duration: 0.5s;
}
.btn a:hover {
  background: #eb6013;
  border-radius: 5px;
}

.btn-green, .btn-gray, .btn-orange, .btn-purple, .btn-yellow, .btn-blue, .btn-club, .btn-red {
  clear: both;
  width: 100%;
  margin: 20px auto 6px;
  background: #a8cf52;
  text-align: center;
  font-size: 20px;
  line-height: 2.4;
  border-radius: 5px;
}
@media screen and (max-width: 960px) {
  .btn-green, .btn-gray, .btn-orange, .btn-purple, .btn-yellow, .btn-blue, .btn-club, .btn-red {
    max-width: 400px;
    width: 98%;
  }
}
.btn-green a, .btn-gray a, .btn-orange a, .btn-purple a, .btn-yellow a, .btn-blue a, .btn-club a, .btn-red a {
  color: #fff;
  display: block;
  text-decoration: none;
  transition-duration: 0.5s;
}
.btn-green a:hover, .btn-gray a:hover, .btn-orange a:hover, .btn-purple a:hover, .btn-yellow a:hover, .btn-blue a:hover, .btn-club a:hover, .btn-red a:hover {
  background: rgb(188.0769230769, 218.0769230769, 121.9230769231);
  border-radius: 5px;
}

.btn-red {
  background: #ef85b5;
}
.btn-red a:hover {
  background: rgb(244.9130434783, 178.0869565217, 208.347826087);
  border-radius: 5px;
}

.btn-club {
  margin: 10px auto 6px;
  line-height: 2;
  background: rgb(229.5, 229.5, 229.5);
  font-size: clamp(14px, 1.4vw, 20px);
  font-weight: normal;
}
.btn-club a {
  color: #333333;
  display: block;
  text-decoration: none;
  transition-duration: 0.5s;
}
.btn-club a:hover {
  background: #333333;
  color: white;
  border-radius: 5px;
}

.btn-blue {
  background: #85aff4;
}
.btn-blue a:hover {
  background: rgb(179.7819548872, 205.6766917293, 248.2180451128);
  border-radius: 5px;
}

.btn-yellow {
  background: #ecb609;
}
.btn-yellow a:hover {
  background: rgb(247.1387755102, 199.9714285714, 48.8612244898);
  border-radius: 5px;
}

.btn-purple {
  background: #bca1cc;
}
.btn-purple a:hover {
  background: rgb(211.5655172414, 194.0620689655, 221.9379310345);
  border-radius: 5px;
}

.btn-orange {
  background: #fe700b;
}
.btn-orange a:hover {
  background: rgb(254.2081632653, 141.7673469388, 61.7918367347);
  border-radius: 5px;
}

.btn-gray {
  background: rgb(127.5, 127.5, 127.5);
}
.btn-gray a:hover {
  background: rgb(178.5, 178.5, 178.5);
  border-radius: 5px;
}

.kakomon {
  text-align: left;
  padding-left: 40px;
}
@media screen and (max-width: 480px) {
  .kakomon {
    padding-left: 10px;
  }
}
.kakomon {
  font-size: 18px;
  line-height: 1.9;
  color: rgb(76.5, 76.5, 76.5);
}
.kakomon a:link, .kakomon a:visited {
  display: block;
  color: rgb(76.5, 76.5, 76.5);
  text-decoration: none;
}
.kakomon a:hover {
  color: #f15c07;
  text-decoration: underline;
}

.item {
  width: 460px;
  float: left;
  margin: 20px 15px;
  text-align: center;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #7d7d7d;
}
@media screen and (max-width: 960px) {
  .item {
    float: none;
    width: 90%;
    margin: 20px 5%;
  }
}
.item img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  .item img {
    width: 100%;
  }
}
.item p {
  font-size: 18px;
  line-height: 1.3em;
  text-align: center;
  margin: 0px 0px 5px 0px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.theta {
  position: relative;
  max-width: 960px;
  width: 99%;
  height: auto;
  margin: 5px auto 0;
}
@media screen and (max-width: 960px) {
  .theta {
    width: 98%;
  }
}

.movie {
  background-color: #e6e6e6;
  width: 960px;
  height: 540px;
  margin: 10px auto 10px auto;
}
.movie video {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  .movie {
    width: 100%;
    height: auto;
  }
}

.flex-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 960px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 960px) {
  .flex-box {
    width: 100%;
  }
}

.movie-small {
  width: 460px;
  height: auto;
  margin: 20px auto 20px auto;
  border: 1px solid rgb(178.5, 178.5, 178.5);
  padding: 5px;
}
.movie-small video {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  .movie-small {
    width: 100%;
    height: auto;
  }
}

.movie-small-tate {
  width: 260px;
  height: auto;
  margin: 20px auto 20px auto;
  border: 1px solid rgb(178.5, 178.5, 178.5);
  padding: 5px;
}
.movie-small-tate video {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  .movie-small-tate {
    width: 100%;
    height: auto;
  }
}

.panf {
  background: #eee;
}

.swiper-panf {
  width: 120vh;
  max-width: 80vw;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.swiper-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.go2back_panf {
  text-align: center;
  font-size: 0.875rem;
  position: fixed;
  bottom: 20px;
  left: 5%;
}
.go2back_panf a:link, .go2back_panf a:visited {
  display: block;
  background: #e4581c;
  color: white;
  padding: 5px 20px;
  border-radius: 6px;
  text-decoration: none;
}
.go2back_panf a:hover {
  background-color: #fc9370;
}

.panf_footer_btn {
  text-align: center;
  width: 100%;
  font-size: 0.875rem;
  position: fixed;
  bottom: 0px;
  left: 0;
  height: 50px;
}

.back {
  font-size: 12px;
  color: rgb(127.5, 127.5, 127.5);
  padding-left: 10px;
  float: left;
  line-height: 1.2;
}

.kinsi {
  font-size: 12px;
  color: rgb(127.5, 127.5, 127.5);
  text-align: right;
  line-height: 1.2;
}
.kinsi span {
  color: rgb(178.5, 178.5, 178.5);
  font-size: 10px;
}

.back-btn {
  width: 200px;
  text-align: center;
  margin: 20px auto 0;
  color: #fff;
}
.back-btn a:link, .back-btn a:visited {
  display: block;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  background-color: #4d558d;
  padding: 10px 30px;
}
.back-btn a:hover {
  color: #fff;
  background-color: #8d1647;
  text-decoration: underline;
}

.footer {
  margin-top: auto;
  width: 100%;
  height: 50px;
}
.footer .footer-cont {
  width: 980px;
  margin: 0px auto;
}
@media screen and (max-width: 960px) {
  .footer .footer-cont {
    width: 100%;
    height: auto;
  }
}
.footer .footer-cont img {
  width: 100%;
}

.wrap_footer_btn {
  padding-top: 0;
  position: relative;
  margin-bottom: 50px;
  height: 40px;
}
@media screen and (max-width: 480px) {
  .wrap_footer_btn {
    height: auto;
  }
}

.btn_pdf, .btn_tokusetu, .btn_back {
  text-align: center;
  margin-top: 5px;
}
.btn_pdf a, .btn_tokusetu a, .btn_back a {
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
  background-color: rgb(127.5, 127.5, 127.5);
  background-color: #fc9370;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  width: 180px;
}
@media screen and (max-width: 960px) {
  .btn_pdf a, .btn_tokusetu a, .btn_back a {
    font-size: 12px;
  }
}
.btn_pdf a:hover, .btn_tokusetu a:hover, .btn_back a:hover {
  background-color: #ff8c3b;
  color: #fff;
}

.btn_back {
  position: absolute;
  left: 0;
  top: 0;
}
.btn_back a {
  color: #fff;
  background-color: #e4581c;
  background-color: rgb(127.5, 127.5, 127.5);
}
@media screen and (max-width: 960px) {
  .btn_back a {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .btn_back {
    position: static;
  }
}

.btn_tokusetu {
  position: absolute;
  right: 0;
  top: 0;
}
.btn_tokusetu a {
  color: #fff;
  background-color: #e4581c;
  background-color: rgb(127.5, 127.5, 127.5);
}
@media screen and (max-width: 480px) {
  .btn_tokusetu {
    position: static;
  }
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.caption {
  text-align: center;
  font-size: 0.75rem;
  margin-top: 3px;
  margin-bottom: 5px;
  color: #a8cf52;
}

.parallax-top::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url(../../index_img/01-bg.jpg);
  background-size: cover;
  background-position: left center, top;
}

.conts {
  position: relative;
  height: 100vh;
}
.conts .logo {
  position: absolute;
  top: 5%;
  width: 100%;
}
.conts .logo-02 {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.full-size {
  width: 100%;
}
.full-size img {
  width: 100%;
}

.page-01 {
  position: relative;
  text-align: center;
}

.welcome {
  position: absolute;
  width: 36%;
  top: 30%;
  left: 32%;
}

.page-02 {
  position: relative;
}

.info {
  position: absolute;
  width: 37%;
  top: 20%;
  left: 25%;
}

.box-02 {
  position: absolute;
  bottom: 5%;
  left: 0px;
}

.img-02 {
  height: 40vw;
  overflow-y: scroll;
  position: absolute;
  bottom: 6%;
  left: 16%;
  width: 70%;
}

.page-03 {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  padding-top: 6vw;
  height: auto;
}
.page-03 .special_movie_wrap {
  background-size: 100%;
  width: 80vw;
  margin: 0 auto;
  padding-bottom: 5vw;
}

.special_movie {
  background: url(../../index_img/03-bg.png) top center;
  background-size: 100%;
  position: relative;
}
.special_movie img {
  width: 65vw;
  margin: 2vw auto 0;
}

.btn_movie, .btn_info {
  position: absolute;
  top: 11vw;
  right: 44vw;
  z-index: 5;
  width: 4vw;
}

.btn_info {
  right: 49vw;
}

.page-04 {
  position: relative;
}

.pamphlet {
  position: absolute;
  width: 33%;
  top: 20%;
  left: 14%;
  border: 1px solid rgb(76.5, 76.5, 76.5);
}

.pano {
  position: absolute;
  width: 33%;
  top: 35%;
  left: 55%;
  border: 1px solid rgb(76.5, 76.5, 76.5);
}

.box-03 {
  position: absolute;
  bottom: 30%;
  left: 0px;
}

.img-03 {
  height: 40vw;
  overflow-y: scroll;
  position: absolute;
  bottom: 32%;
  left: 16%;
  width: 70%;
}

.ranking {
  position: absolute;
  bottom: 28%;
  left: 32%;
  width: 11.5%;
}

.ranking-btn {
  position: absolute;
  bottom: 6.5%;
  left: 32%;
  width: 11.5%;
}

.page-05 {
  position: relative;
}

.qa-btn {
  position: absolute;
  top: 68%;
  left: 19%;
  width: 10%;
}

.box-05 {
  position: absolute;
  top: 41%;
  left: 0px;
}

.img-05 {
  height: 40vw;
  overflow-y: scroll;
  position: absolute;
  top: 61%;
  left: 16%;
  width: 70%;
}

.page-06 {
  position: relative;
}

.img-06 {
  position: absolute;
  top: 2%;
  left: 50%;
  width: 17%;
}

.page-07 {
  position: relative;
  background: #fff;
}

.page-08 {
  position: relative;
}

.club-btn {
  position: absolute;
  top: 21%;
  right: 9%;
  width: 10%;
}

.hp {
  position: absolute;
  top: 7%;
  left: 7%;
  width: 18%;
}

.nyusi {
  position: absolute;
  bottom: 7%;
  left: 7%;
  width: 17.5%;
}

.map {
  border: 1px solid rgb(178.5, 178.5, 178.5);
  position: absolute;
  top: 7%;
  right: 4%;
  width: 59%;
  height: 30vw;
}

.fadeIn {
  opacity: 0;
  transition: 2s;
}

.fadeIn.is-show {
  opacity: 1;
}

.fadeIn-right {
  opacity: 0;
  transform: translate(10%, 0);
  transition: 2s;
}

.fadeIn-right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn-left {
  opacity: 0;
  transform: translate(-10%, 0);
  transition: 2s;
}

.fadeIn-left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn-up {
  opacity: 0;
  transform: translate(0, 10%);
  transition: 2s;
}

.fadeIn-up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

#menu {
  display: none;
}

/*  html,
	body {
		position: relative;
		height: 100%;
}*/
.catalog {
  background: #eee;
}

.swiper {
  width: 120vh;
  max-width: 80vw;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.header {
  position: relative;
  border-top: 10px solid #ff5301;
  border-bottom: 2px solid #ff5301;
  height: 110px;
  background-color: #fff;
}
.header img {
  width: 90%;
  max-width: 360px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.qa-page {
  position: relative;
  width: 100%;
  height: 1000px;
  background: url("../../new_info/img/qa-bg.jpg") no-repeat 0px 0;
  background-size: cover;
}
.qa-page img {
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  max-width: 600px;
}

.go2back {
  text-align: center;
  font-size: 0.875rem;
  position: fixed;
  bottom: 20px;
  left: 30px;
}
.go2back a:link, .go2back a:visited {
  display: block;
}
.go2back a:hover {
  background-color: #ff8c3b;
}

.btn-back {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
}
.btn-back a {
  display: inline-block;
  padding: 5px 30px;
  color: #fff;
  background-color: #e4581c;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  .btn-back a {
    font-size: 12px;
  }
}
.btn-back a:hover {
  background-color: #ff8c3b;
  color: #fff;
}

.osirase {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  padding-top: 3vw;
  height: auto;
}
.osirase .osirase_movie_wrap {
  width: 80vw;
  margin: 0 auto;
  padding-top: 10vw;
  padding-bottom: 10vw;
}

.osirase_movie {
  position: relative;
}
.osirase_movie img {
  width: 65vw;
  margin: 2vw auto 0;
}