body {
font-family: "Noto Sans JP", sans-serif !important;
font-weight: 400;
color: #333;
background: #fff;
font-size: 16px;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}
.wrapper {
width: 100%;
margin: 0 auto;
}
@media (max-width: 750px) {
html,
body {
overflow-x: hidden;
}
}
.rel {
position: relative;
}
#top {
position: absolute;
top: 0;
left: 0;
}
.mask {
width: 100%;
height: 100vh;
background: rgba(0, 0, 0, 0.7);
position: fixed;
top: 0;
left: 0;
opacity: 0;
z-index: -1;
transition: 0.3s;
}
.mask2 {
width: 100%;
height: 100vh;
background: rgba(176, 197, 210, 0.7);
position: fixed;
top: 0;
left: 0;
opacity: 0;
z-index: -1;
transition: 0.3s;
}
.brHid {
display: none !important;
}
@media (max-width: 750px) {
.brHid {
display: inline !important;
}
}
.brHid2 {
display: inline !important;
}
@media (max-width: 750px) {
.brHid2 {
display: none !important;
}
}
.btn01 {
display: block;
width: 13.54vw;
height: 4.16vw;
border-radius: 6vw;
font-size: 0.83vw;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 0.83vw;
position: relative;
color: #fff;
background: #000;
border: 1px solid #000;
text-decoration: none;
overflow: hidden;
font-weight: 700;
}
.btn01 img {
width: 1.458vw;
height: auto;
position: absolute;
top: 1.3vw;
right: 1vw;
z-index: 10;
transition: 0.3s;
}
.btn01 span {
position: relative;
z-index: 10;
transition: 0.3s;
}
.btn01:after {
content: "";
width: 0;
height: 4.16vw;
background: #fff;
transition: 0.3s;
position: absolute;
top: 0;
right: 0;
}
.btn01:hover {
animation: ripple 1.5s infinite;
}
.btn01:hover img {
transform: translateX(0.3vw);
}
.btn02 {
display: block;
width: 14.54vw;
height: 4.16vw;
border-radius: 6vw;
font-size: 0.83vw;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 0.83vw;
position: relative;
color: #fff;
background: #000;
border: 1px solid #000;
text-decoration: none;
overflow: hidden;
}
.btn02 img {
width: 1.458vw;
height: auto;
position: absolute;
top: 1.3vw;
left: 1vw;
z-index: 10;
transition: 0.3s;
transform: rotate(180deg);
}
.btn02 span {
position: relative;
z-index: 10;
transition: 0.3s;
}
.btn02:hover {
animation: ripple 1.5s infinite;
}
.btn02:hover img {
margin-left: -0.3vw;
}
.btn03 {
display: block;
width: 14.54vw;
height: 4.16vw;
border-radius: 6vw;
font-size: 0.83vw;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 0.83vw;
position: relative;
color: #fff;
background: #000;
border: 1px solid #000;
text-decoration: none;
overflow: hidden;
}
.btn03 img {
width: 1.458vw;
height: auto;
position: absolute;
top: 1.3vw;
right: 1vw;
z-index: 10;
transition: 0.3s;
}
.btn03 span {
position: relative;
z-index: 10;
transition: 0.3s;
}
.btn03:hover {
animation: ripple 1.5s infinite;
}
.btn03:hover img {
margin-left: -0.3vw;
}
.btn04 {
display: block;
width: 14.54vw;
height: 4.16vw;
border-radius: 6vw;
font-size: 0.83vw;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 0.83vw;
position: relative;
color: #fff;
background: #e60213;
border: 1px solid #e60213;
text-decoration: none;
overflow: hidden;
}
.btn04 span {
position: relative;
z-index: 10;
transition: 0.3s;
}
.btn04:hover {
animation: ripple 1.5s infinite;
}
.btn04:hover img {
margin-left: -0.3vw;
}
.btnW {
display: block;
width: 14.54vw;
height: 4.16vw;
border-radius: 6vw;
font-size: 0.83vw;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 0.83vw;
position: relative;
color: #000;
background: #fff;
border: 1px solid #000;
text-decoration: none;
overflow: hidden;
font-weight: 700;
}
.btnW img {
width: 1.458vw;
height: auto;
position: absolute;
top: 1.3vw;
right: 1vw;
z-index: 10;
transition: 0.3s;
}
.btnW span {
position: absolute;
z-index: 10;
transition: 0.3s;
font-size: 1.14vw;
top: 1.5vw;
right: 1vw;
}
.btnW:after {
content: "";
width: 0;
height: 4.16vw;
background: #fff;
transition: 0.3s;
position: absolute;
top: 0;
right: 0;
}
.btnW:hover {
animation: ripple 1.5s infinite;
}
.btnW:hover img {
transform: translateX(0.3vw);
}
.header {
width: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 100;
transition: 0.3s;
}
.header__menu {
width: 63vw;
height: 5vw;
background: #fff;
border-radius: 50px;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 2.18vw;
margin: 0 auto;
font-weight: 700;
margin: 1.25vw auto 0 auto;
}
.header__menu2 {
width: 100%;
height: 5vw;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
margin: 1.25vw auto 0 auto;
transition: 0.5s;
font-weight: 700;
border-bottom: 1px solid #e1e1e1;
padding-bottom: 1px;
}
.header__menu2__in {
width: 63vw;
height: 5vw;
background: #fff;
border-radius: 50px;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 2.18vw;
margin: 0 auto;
font-weight: 700;
}
.header__menu2 h1 {
margin-right: 2vw;
}
.header__menuSp {
display: none;
}
.header h1 {
width: 7.2vw;
}
.header h1 img {
width: 100%;
height: auto;
transition: 0.3s;
}
.header h1:hover img {
filter: brightness(1.1);
}
.header ul {
display: flex;
justify-content: flex-end;
align-items: center;
}
.header ul li {
font-size: 0.88vw;
color: #333;
margin-right: 1.5vw;
display: flex;
justify-content: flex-start;
align-items: center;
position: relative;
}
.header ul li a {
color: #333;
text-decoration: none;
display: flex;
justify-content: flex-start;
align-items: center;
position: relative;
}
.header ul li a:after {
content: "";
width: 0;
height: 1px;
background: #333;
position: absolute;
bottom: -5px;
right: 0;
transition: 0.2s;
}
.header ul li a:hover:after {
width: 100%;
right: auto;
left: 0;
}
.header ul li span {
display: inline-block;
width: 0.4vw;
height: 0.4vw;
border-radius: 50%;
margin-right: 0.2vw;
}
.header ul li:nth-of-type(1) span {
background: #fec4c4;
}
.header ul li:nth-of-type(2) span {
background: #ffda5b;
}
.header ul li:nth-of-type(3) span {
background: #77bff6;
}
.header ul li:nth-of-type(4) span {
background: #7fd18e;
}
.header ul li:nth-of-type(5) span {
background: #fec4c4;
}
.header ul li:nth-of-type(6) span {
background: #ffda5b;
}
.header__lang {
display: flex;
justify-content: center;
align-items: center;
font-size: 0.9vw;
width: 8vw;
height: 2vw;
position: absolute;
top: 1.25vw;
right: 1.25vw;
background-color: #fff;
background-image: url(//animetourism88.com/wp-content/themes/animetourism88/assets/images/earth.png);
background-size: 0.9vw 0.9vw;
background-repeat: no-repeat;
border-radius: 20px;
color: #333;
text-decoration: none;
transition: 0.3s;
background-position: 0.4vw 0.5vw;
cursor: pointer;
outline: none;
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.header__lang a {
width: 2.44vw;
height: 1.3vw;
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
font-weight: 700;
}
.header__lang a:nth-of-type(1) {
background: #fff;
border-radius: 20px;
color: #000;
border: 1px solid #000;
margin: 0 0.3vw 0 0.7vw;
}
.header__lang a:nth-of-type(2) {
background: #e60213;
border-radius: 20px;
color: #fff;
border: 1px solid #e60213;
}
.header__menuTrig {
display: none;
}
.header__down__wrap {
position: absolute;
top: 0.8vw;
width: 11vw;
height: 3vw;
font-size: 0.75vw;
opacity: 0;
z-index: -1;
display: none;
}
.header__down__wrap div {
background: #fff;
padding: 1vw 0.5vw 1vw 1vw;
border-radius: 5px;
margin-left: -0.4vw;
margin-top: 3vw;
transition: 0.3s;
}
.header__down__wrap p {
margin-bottom: 0.8vw;
position: relative;
}
.header__down__wrap p:last-of-type {
margin-bottom: 0;
}
.header__down__wrap a {
align-items: flex-start !important;
line-height: 1.3em;
position: relative;
display: inline !important;
}
.header__down .dot1 a:before {
content: "";
width: 0.4vw;
height: 0.4vw;
border-radius: 50%;
background: #ffda5b;
position: absolute;
top: 0.3vw;
left: -0.6vw;
}
.header__down .dot2 a:before {
content: "";
width: 0.4vw;
height: 0.4vw;
border-radius: 50%;
background: #fec4c4;
position: absolute;
top: 0.3vw;
left: -0.6vw;
}
.header__down:hover .header__down__wrap {
opacity: 1;
z-index: 10;
display: block;
}
@media (max-width: 1024px) {
.header__menu {
width: 80vw;
height: 8vw;
display: none;
}
.header__menu2 {
display: none;
}
.header__menu2__in {
width: 80vw;
display: none;
}
.header h1 {
width: 10.5vw;
}
.header ul li {
font-size: 1.2vw;
}
.header__lang {
width: 10.2vw;
height: 2.66vw;
font-size: 1.3vw;
top: 2.34vw;
right: 12vw;
background-image: url(//animetourism88.com/wp-content/themes/animetourism88/assets/images/earth.png);
background-size: 1.3vw 1.3vw;
background-repeat: no-repeat;
background-position: 0.4vw 0.6vw;
}
.header__lang a {
width: 3vw;
height: 1.5vw;
}
.header__menuTrig {
display: block;
width: 8vw;
height: 8vw;
position: relative;
background: #000;
border-radius: 5px;
color: #fff;
position: absolute;
top: 2.34vw;
right: 2.34vw;
cursor: pointer;
}
.header__menuTrig span {
display: block;
width: 5vw;
height: 0.5vw;
background: #fff;
}
.header__menuTrig span:nth-of-type(1) {
position: absolute;
top: 2vw;
left: 1.5vw;
}
.header__menuTrig span:nth-of-type(2) {
position: absolute;
top: 3.5vw;
left: 1.5vw;
}
.header__menuTrig span:nth-of-type(3) {
position: absolute;
top: 5vw;
left: 1.5vw;
}
.header__menuTrig p {
font-size: 1.3vw;
position: absolute;
bottom: 0.5vw;
left: 2.4vw;
}
.header__menuSp {
display: block;
position: fixed;
top: -105vh;
left: 0;
background: #fff;
z-index: 1000;
padding: 2.34vw;
width: 100%;
height: 102.34vh;
transition: 0.5s;
}
.header__menuSp__in {
overflow-y: scroll;
height: 100vh;
padding-bottom: 40vw;
}
.header__menuSp__close {
width: 8vw;
height: 8vw;
position: absolute;
top: 2.34vw;
right: 4.34vw;
z-index: 10;
background: #000;
border-radius: 5px;
cursor: pointer;
}
.header__menuSp__close span {
display: block;
width: 5vw;
height: 0.5vw;
background: #fff;
}
.header__menuSp__close span:nth-of-type(1) {
transform: rotate(45deg);
position: absolute;
top: 3.5vw;
left: 1.5vw;
}
.header__menuSp__close span:nth-of-type(2) {
transform: rotate(-45deg);
position: absolute;
top: 3.5vw;
left: 1.5vw;
}
.header__menuSp__close p {
color: #fff;
position: absolute;
bottom: 0.5vw;
left: 2.3vw;
margin-bottom: 0 !important;
font-weight: 400 !important;
font-size: 1.3vw !important;
}
.header__menuSp h2 {
width: 30vw;
margin: 1vw auto 8vw auto;
}
.header__menuSp h2 img {
width: 100%;
height: auto;
}
.header__menuSp ul {
display: block;
padding: 0 10vw;
margin-bottom: 10vw;
}
.header__menuSp ul li {
font-size: 2vw;
font-weight: 700;
padding: 2.5vw 0;
border-bottom: 1px solid #333;
position: relative;
}
.header__menuSp ul li a {
width: 72.5vw;
color: #333;
display: flex;
justify-content: flex-start;
align-items: center;
cursor: pointer;
position: relative;
}
.header__menuSp ul li span {
display: block;
width: 1.5vw;
height: 1.5vw;
border-radius: 50%;
margin-right: 5px;
}
.header__menuSp ul li .next {
width: 4vw;
height: 4vw;
background: #000;
color: #fff;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
font-size: 2vw;
position: absolute;
top: 2vw;
right: 0;
}
.header__menuSp ul li .down {
width: 4vw;
height: 4vw;
background: #000;
color: #fff;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
font-size: 4vw;
position: absolute;
top: 1.9vw;
right: 0;
}
.header__menuSp ul li .down p {
width: 2vw;
height: 2px;
background: #fff;
margin-bottom: 0;
position: absolute !important;
top: 1.9vw;
left: 1vw;
position: relative;
}
.header__menuSp ul li .down p:nth-of-type(2) {
transform: rotate(90deg);
}
.header__menuSp ul li .down2 {
width: 4vw;
height: 4vw;
background: #000;
color: #fff;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
font-size: 4vw;
position: absolute;
top: 1.9vw;
right: 0;
}
.header__menuSp ul li .down2 p {
width: 2vw;
height: 2px;
background: #fff;
margin-bottom: 0;
position: absolute !important;
top: 1.9vw;
left: 1vw;
position: relative;
}
.header__menuSp ul li .down2 p:nth-of-type(2) {
transform: rotate(90deg);
}
.header__menuSp ul li:nth-of-type(1) span {
background: #fec4c4;
}
.header__menuSp ul li:nth-of-type(2) span {
background: #ffda5b;
}
.header__menuSp ul li:nth-of-type(3) span {
background: #77bff6;
}
.header__menuSp ul li:nth-of-type(4) span {
background: #7fd18e;
}
.header__menuSp ul li:nth-of-type(5) span {
background: #fec4c4;
}
.header__menuSp ul li:nth-of-type(6) span {
background: #ffda5b;
}
.header__menuSp__flex {
display: flex;
justify-content: center;
align-items: center;
}
.header__menuSp__flex a {
display: block;
width: 12vw;
height: 12vw;
border-radius: 2vw;
margin: 0 2vw;
}
.header__menuSp__flex a img {
width: 100%;
height: auto;
}
.header__menuSp__flex a:nth-of-type(1) {
background: #000;
}
.header__menuSp__flex a:nth-of-type(2) {
background: #ff0033;
}
.header__menuSp__flex a:nth-of-type(3) {
background: #1877f2;
}
.header__menuSp p {
font-size: 2vw;
text-align: left;
font-weight: 700;
margin-bottom: 2.5vw;
display: flex;
justify-content: flex-start;
align-items: center;
}
.header__menuSp__down {
overflow: hidden;
height: 7vw;
transition: 0.3s;
}
.header__menuSp__down__wrap {
margin-top: 2.5vw;
}
.header__menuSp__down__wrap p {
font-size: 2vw;
text-align: left;
margin-left: 1.5vw;
}
.header__menuSp__down__wrap a:after {
content: ">";
position: absolute;
top: 0;
right: 1.3vw;
}
.header.active {
background: rgba(255, 255, 255, 0.5);
}
}
@media (max-width: 750px) {
.header {
width: 100%;
height: 20.47vw;
padding: 0 2.34vw;
}
.header__menu {
background: rgba(0, 0, 0, 0);
width: 100%;
height: auto;
padding: 2.34vw 0;
margin: 0 auto;
border-radius: 0;
}
.header__menu nav {
display: none;
}
.header__menu2 {
background: rgba(0, 0, 0, 0);
width: 100%;
height: auto;
padding: 2.34vw 0;
margin: 0 auto;
justify-content: space-between;
}
.header__menu2__in {
width: 100%;
background: rgba(0, 0, 0, 0);
height: auto;
}
.header__menu2 nav {
display: none;
}
.header__menuTrig {
display: block;
width: 15vw;
height: 15vw;
position: relative;
background: #000;
border-radius: 5px;
color: #fff;
position: absolute;
top: 2.34vw;
right: 2.34vw;
}
.header__menuTrig span {
display: block;
width: 6.93vw;
height: 1vw;
background: #fff;
}
.header__menuTrig span:nth-of-type(1) {
position: absolute;
top: 4vw;
left: 4vw;
}
.header__menuTrig span:nth-of-type(2) {
position: absolute;
top: 6vw;
left: 4vw;
}
.header__menuTrig span:nth-of-type(3) {
position: absolute;
top: 8vw;
left: 4vw;
}
.header__menuTrig p {
font-size: 2.66vw;
position: absolute;
bottom: 1.5vw;
left: 4.2vw;
}
.header__menuSp {
display: block;
position: fixed;
top: -102.34vh;
left: 0;
background: #fff;
z-index: 1000;
padding: 2.34vw;
width: 100%;
height: 102.34vh;
transition: 0.5s;
}
.header__menuSp__in {
overflow-y: scroll;
height: 100vh;
padding-bottom: 40vw;
}
.header__menuSp__close {
width: 15vw;
height: 15vw;
position: absolute;
top: 2.34vw;
right: 2.34vw;
z-index: 10;
background: #000;
border-radius: 5px;
}
.header__menuSp__close span {
display: block;
width: 9vw;
height: 1vw;
background: #fff;
}
.header__menuSp__close span:nth-of-type(1) {
transform: rotate(45deg);
position: absolute;
top: 7vw;
left: 3vw;
}
.header__menuSp__close span:nth-of-type(2) {
transform: rotate(-45deg);
position: absolute;
top: 7vw;
left: 3vw;
}
.header__menuSp__close p {
bottom: 1vw;
left: 4.2vw;
font-size: 2.66vw !important;
}
.header__menuSp h2 {
width: 30vw;
margin: 1vw auto 8vw auto;
}
.header__menuSp h2 img {
width: 100%;
height: auto;
}
.header__menuSp ul {
display: block;
padding: 0 10vw;
margin-bottom: 10vw;
}
.header__menuSp ul li {
font-size: 3.46vw;
font-weight: 700;
padding: 5vw 0;
border-bottom: 1px solid #333;
position: relative;
}
.header__menuSp ul li a {
color: #333;
display: flex;
justify-content: flex-start;
align-items: center;
}
.header__menuSp ul li .trig {
color: #333;
display: flex;
justify-content: flex-start;
align-items: center;
font-size: 3.46vw;
width: 75vw;
position: relative;
z-index: 10;
}
.header__menuSp ul li .trig2 {
color: #333;
display: flex;
justify-content: flex-start;
align-items: center;
font-size: 3.46vw;
width: 75vw;
position: relative;
z-index: 10;
}
.header__menuSp ul li span {
display: block;
width: 1.5vw;
height: 1.5vw;
border-radius: 50%;
}
.header__menuSp ul li .next {
width: 7vw;
height: 7vw;
background: #000;
color: #fff;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
font-size: 4vw;
position: absolute;
top: 3vw;
right: 0;
}
.header__menuSp ul li .next img {
width: 7vw;
height: auto;
}
.header__menuSp ul li .down {
width: 7vw;
height: 7vw;
background: #000;
color: #fff;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
font-size: 4vw;
position: absolute;
top: 3vw;
right: 0;
}
.header__menuSp ul li .down p {
width: 3.4vw;
height: 2px;
background: #fff;
margin-bottom: 0;
position: absolute;
top: 3.3vw;
left: 1.8vw;
}
.header__menuSp ul li .down p:nth-of-type(2) {
transform: rotate(90deg);
}
.header__menuSp ul li:nth-of-type(1) span {
background: #fec4c4;
}
.header__menuSp ul li:nth-of-type(2) span {
background: #ffda5b;
}
.header__menuSp ul li:nth-of-type(3) span {
background: #77bff6;
}
.header__menuSp ul li:nth-of-type(4) span {
background: #7fd18e;
}
.header__menuSp ul li:nth-of-type(5) span {
background: #fec4c4;
}
.header__menuSp ul li:nth-of-type(6) span {
background: #ffda5b;
}
.header__menuSp__flex {
display: flex;
justify-content: center;
align-items: center;
}
.header__menuSp__flex a {
display: block;
width: 12vw;
height: 12vw;
border-radius: 2vw;
margin: 0 2vw;
}
.header__menuSp__flex a img {
width: 100%;
height: auto;
}
.header__menuSp__flex a:nth-of-type(1) {
background: #000;
}
.header__menuSp__flex a:nth-of-type(2) {
background: #ff0033;
}
.header__menuSp__flex a:nth-of-type(3) {
background: #1877f2;
}
.header__menuSp p {
font-size: 5vw;
text-align: center;
font-weight: 700;
margin-bottom: 5vw;
justify-content: center;
}
.header__menuSp__down {
overflow: hidden;
height: 14vw;
transition: 0.3s;
}
.header__menuSp__down__wrap {
margin-top: 6vw;
}
.header__menuSp__down__wrap p {
font-size: 3.46vw;
text-align: left;
margin-left: 2.7vw;
margin-bottom: 4vw;
}
.header__menuSp__down__wrap a:after {
content: "";
position: absolute;
top: 0;
right: 1.2vw;
width: 5vw;
height: 5vw;
background: url(//animetourism88.com/wp-content/themes/animetourism88/assets/images/arrow.png) no-repeat;
background-size: 100%;
}
.header h1 {
width: 27.6vw;
}
.header__lang {
width: 29.59vw;
height: 7.46vw;
font-size: 3.46vw;
top: 6.34vw;
right: 20vw;
background-image: url(//animetourism88.com/wp-content/themes/animetourism88/assets/images/earth.png);
background-size: 4.3vw;
background-repeat: no-repeat;
background-position: 1.4vw 1.6vw;
border-radius: 5vw;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
line-height: 2em;
}
.header__lang a {
width: 8.93vw;
height: 4.8vw;
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
font-weight: 700;
}
.header__lang a:nth-of-type(1) {
background: #fff;
border-radius: 20px;
color: #000;
border: 1px solid #000;
margin: 0 1vw 0 3.7vw;
}
.header__lang a:nth-of-type(2) {
background: #e60213;
border-radius: 20px;
color: #fff;
border: 1px solid #e60213;
}
}
.subShow {
height: 47vw;
}
.subShow2 {
height: 61vw;
}
.turn {
transition: 0.2s;
}
.turn2 {
transition: 0.2s;
}
.rote {
transform: rotate(0deg) !important;
}
.logoSp {
position: absolute;
top: 4.34vw;
left: 2.4vw;
display: none;
}
@media (max-width: 1024px) {
.logoSp {
display: block;
}
}
.catch {
width: 100%;
height: 50vw;
background: url(//animetourism88.com/wp-content/themes/animetourism88/assets/images/wave_top.png) no-repeat;
background-size: 100%;
margin-bottom: 18vw;
}
.catch h2 {
width: 53.22vw;
margin: 0 auto 1vw auto;
padding-top: 7.2vw;
}
.catch h2 img {
width: 53.22vw;
height: auto;
position: absolute;
top: 0;
left: 0;
max-width: none;
}
.catch__mask {
overflow: hidden;
height: 19.16vw;
position: relative;
width: 0%;
animation-name: mask;
animation-duration: 0.5s;
animation-fill-mode: forwards;
animation-timing-function: ease-in-out;
animation-delay: 1.5s;
}
.catch__slide {
display: flex;
justify-content: center;
align-items: flex-start;
width: 21.7vw;
position: relative;
margin-bottom: 4.5vw;
transition: 0.3s;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
@media (min-width: 750px) {
.catch__slide:hover {
transform: translateY(-0.5vw) scale(1.05);
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
}
.catch__slide__left {
width: 11.4vw;
height: 19.5vw;
padding: 1vw 0.36vw;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
}
.catch__slide__left img {
width: 100%;
height: auto;
max-height: 15vw;
}
.catch__slide__right {
width: 10.31vw;
margin-left: -1px;
padding-right: 0.5vw;
background: #fff;
padding-right: 0.5vw;
background: #fff;
}
.catch__slide__right__top {
width: 92%;
margin-left: 4%;
background: #fff;
height: 12.5vw;
border-bottom: 1px solid #d2d2d2;
}
.catch__slide__right__top span {
text-align: left !important;
display: block;
}
.catch__slide__right__btm {
width: 100%;
background: #fff;
max-height: 7vw;
min-height: 7vw;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
position: relative;
padding: 0.5vw;
}
.catch__slide__right__btm img {
max-width: 100%;
max-height: 5.4vw;
width: auto;
height: auto;
}
.catch__slide__right__num {
padding-top: 1vw;
margin: 0 0 0.57vw 0.72vw;
font-weight: 700;
}
.catch__slide__right__img {
display: flex;
justify-content: flex-start;
align-items: center;
margin-bottom: 1vw;
margin-left: 0.5vw;
}
.catch__slide__right__img img {
width: auto;
height: 3vw;
}
.catch__slide__right__img div {
width: 5.9vw;
display: flex;
justify-content: center;
align-items: center;
padding: 0.5vw;
}
.catch__slide__right__img div img {
width: auto;
height: auto;
max-height: 2.4vw;
}
.catch__slide__right h3 {
font-size: 0.72vw;
margin: 0 0 0.7vw 0.36vw;
font-weight: 400;
}
.catch__slide__right__place {
font-size: 0.72vw;
margin: 0 0.36vw;
line-height: 1.1em;
padding-bottom: 0.5vw;
}
.catch__slide__copy {
font-size: 10px;
position: absolute;
top: 7.6vw;
right: 0;
line-height: 1.3em;
text-align: left;
width: 21vw;
}
.catch__btnWrap {
width: 100%;
display: flex;
justify-content: flex-end;
align-items: center;
}
.catch__link {
width: 29.16vw;
height: 4.16vw;
background: #000;
border: 1px solid #000;
color: #fff;
display: block;
text-decoration: none;
border-radius: 2.5vw;
display: flex;
justify-content: center;
align-items: center;
font-size: 1.25vw;
font-weight: 700;
position: relative;
margin-right: 10vw;
overflow: hidden;
z-index: 10;
}
.catch__link p {
position: relative;
z-index: 10;
transition: 0.3s;
}
.catch__link img {
position: relative;
z-index: 10;
}
.catch__link img:nth-of-type(1) {
width: 2.65625vw;
height: auto;
position: absolute;
top: 1vw;
left: 4vw;
transition: 0.3s;
}
.catch__link img:nth-of-type(2) {
width: 1.458vw;
height: auto;
position: absolute;
top: 1.3vw;
right: 1vw;
transition: 0.3s;
}
.catch__link:hover {
animation: ripple 1.5s infinite;
}
.catch__link:hover img:nth-of-type(2) {
transform: translateX(0.3vw);
}
@media (max-width: 1024px) {
.catch {
margin-bottom: 22vw;
}
.catch h2 {
padding-top: 12vw;
}
.catch__slide {
width: 35vw;
}
.catch__slide__left {
width: 50%;
height: 25vw;
}
.catch__slide__left img {
max-height: 21vw;
}
.catch__slide__right {
width: 50%;
}
.catch__slide__right__img img {
height: 5.125vw;
}
.catch__slide__right__img div {
width: 6.9vw;
padding: 0.5vw;
}
.catch__slide__right__img div img {
max-height: 4.4vw;
}
.catch__slide__right h3 {
font-size: 1vw;
}
.catch__slide__right__place {
font-size: 1vw;
}
.catch__slide__right__top {
height: 16.9vw;
}
.catch__slide__right__btm {
max-height: 8.1vw;
min-height: 8.1vw;
}
.catch__slide__right__num {
padding-top: 2vw;
}
.catch__slide__copy {
font-size: 10px;
top: 9.3vw;
width: 35vw;
}
.catch__link {
margin-top: 2vw;
}
}
@media (max-width: 750px) {
.catch {
height: auto;
background: url(//animetourism88.com/wp-content/themes/animetourism88/assets/images/wave_top_sp.png) no-repeat;
background-size: 100%;
margin-bottom: 14vw;
}
.catch h2 {
width: 100%;
margin: 0 auto;
padding: 26.2vw 0 8vw 0;
}
.catch h2 img {
width: 100vw;
}
.catch .slider-container {
margin-bottom: 8vw;
}
.catch__mask {
height: 55vw;
}
.catch__slide {
width: 92vw;
margin-bottom: 14.5vw;
margin-left: 8vw;
}
.catch__slide__right {
width: 50%;
}
.catch__slide__right__num {
font-size: 3.2vw;
margin: 0 0 2vw 4.7vw;
padding-top: 4vw;
}
.catch__slide__right__img {
margin-bottom: 2.5vw;
margin-left: 2.5vw;
}
.catch__slide__right__img img {
height: 13.6vw;
}
.catch__slide__right__img div {
width: 28.5vw;
padding: 2vw;
}
.catch__slide__right__img div img {
max-height: 9.3vw;
}
.catch__slide__right h3 {
font-size: 2.46vw;
margin: 0 0 3.2vw 1.5vw;
}
.catch__slide__right__place {
font-size: 2.46vw;
padding-bottom: 1vw;
width: 90%;
margin: 0 auto;
}
.catch__slide__right__top {
height: 42vw;
}
.catch__slide__right__btm {
max-height: 23.7vw;
min-height: 23.7vw;
}
.catch__slide__right__btm img {
max-height: 16.5vw;
}
.catch__slide__copy {
font-size: 10px;
top: 26vw;
width: 91vw;
}
.catch__slide__left {
height: 65.7vw;
padding: 3vw 0.36vw;
}
.catch__slide__left img {
max-height: 57vw;
width: auto;
}
.catch__link {
width: 74.66vw;
height: 16vw;
border-radius: 8vw;
margin: 0 auto;
font-size: 3.46vw;
}
.catch__link img:nth-of-type(1) {
width: 6.8vw;
top: 4.6vw;
left: 12vw;
}
.catch__link img:nth-of-type(2) {
width: 6.4vw;
top: 5vw;
right: 2vw;
}
}
.swiper-wrapper {
transition-timing-function: linear;
}
.vote {
width: 100%;
padding-bottom: 15vw;
overflow: hidden;
}
.vote h3 {
width: 54vw;
margin: 0 auto;
}
.vote h3 img {
width: 100%;
height: auto;
}
.vote__catch {
width: 100%;
height: 23.62vw;
position: relative;
}
.vote__catch__main {
display: block;
width: 32.91vw;
height: auto;
margin: 8vw auto 0 auto;
position: relative;
z-index: 10;
}
.vote__cloud1 {
width: 19.11vw;
height: auto;
position: absolute;
top: -6vw;
left: 18vw;
animation: swing1 3s linear infinite;
}
.vote__cloud2 {
width: 1.97vw;
height: auto;
position: absolute;
top: 13vw;
left: 26vw;
animation: swing2 3s linear infinite;
}
.vote__cloud3 {
width: 7.185vw;
height: auto;
position: absolute;
top: 3.5vw;
right: 19vw;
animation: swing3 3s linear infinite;
}
.vote__cloud4 {
width: 10.15625vw;
height: auto;
position: absolute;
top: 12vw;
right: 17vw;
animation: swing1 3s linear infinite;
}
.vote__jpn {
width: 41.77vw;
height: auto;
position: absolute;
top: -5vw;
left: 28vw;
z-index: 5;
transition: 0.5s;
}
.vote__vote {
width: 14vw;
position: absolute;
top: 14vw;
right: 28vw;
z-index: 10;
display: block;
transition: 0.3s;
}
.vote__vote img {
width: 100%;
height: auto;
}
.vote__vote:hover {
transform: rotate(10deg) !important;
filter: brightness(1.1);
}
.vote__slide {
display: flex;
justify-content: flex-start;
align-items: center;
width: 212.916%;
}
.vote__slide div {
display: flex;
justify-content: flex-start;
align-items: center;
}
.vote__slide img {
display: block;
width: 106.458%;
height: auto;
}
.vote__ring1 {
width: 14vw;
height: 14vw;
border-radius: 50%;
border: 1px solid #fec4c4;
position: absolute;
top: 0;
left: 0;
animation: vote 1.5s linear infinite;
}
.vote__ring2 {
width: 14vw;
height: 14vw;
border-radius: 50%;
border: 1px solid #fec4c4;
position: absolute;
top: 0;
left: 0;
animation: vote 1.5s linear infinite;
animation-delay: 0.5s;
}
.vote__ring3 {
width: 14vw;
height: 14vw;
border-radius: 50%;
border: 1px solid #fec4c4;
position: absolute;
top: 0;
left: 0;
}
@media (max-width: 1024px) {
.vote h3 {
width: 78vw;
}
.vote__catch {
height: 28vw;
}
.vote__catch__main {
width: 47vw;
}
.vote__vote {
top: 20vw;
}
}
@media (max-width: 750px) {
.vote {
padding-bottom: 5vw;
}
.vote h3 {
width: 100%;
margin: 0 auto -10vw auto;
}
.vote__catch {
height: 98vw;
}
.vote__catch__main {
width: 100%;
height: auto;
margin: 10vw auto 0 auto;
}
.vote__vote {
position: relative;
top: auto;
right: auto;
width: 39.73vw;
margin: 8vw auto 0 auto;
}
.vote__ring1 {
width: 39.73vw;
height: 39.73vw;
}
.vote__ring2 {
width: 39.73vw;
height: 39.73vw;
}
.vote__ring3 {
width: 39.73vw;
height: 39.73vw;
}
.vote__jpn {
width: 92vw;
top: 50vw;
left: auto;
right: 0;
}
.vote__slide {
margin-bottom: 40vw;
width: 300%;
}
.vote__slide img {
width: 150%;
}
.vote__cloud1 {
width: 35vw;
top: 48vw;
left: -4vw;
}
.vote__cloud2 {
width: 5vw;
top: 68vw;
left: 2vw;
}
.vote__cloud3 {
width: 14vw;
top: 40vw;
right: 0;
}
.vote__cloud4 {
width: 24.26vw;
top: 147vw;
right: 6vw;
}
.vote__cloud5 {
width: 12vw;
position: absolute;
top: -12vw;
left: 10vw;
animation: swing3 3s linear infinite;
}
}
@keyframes vote {
0% {
transform: scale(1);
opacity: 1;
}
70% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(2);
opacity: 0;
}
}
@keyframes swing1 {
0% {
transform: translateX(0);
}
50% {
transform: translateX(15px);
}
100% {
transform: translateX(0);
}
}
@keyframes swing2 {
0% {
transform: translateY(0);
}
50% {
transform: translateY(15px);
}
100% {
transform: translateY(0);
}
}
@keyframes swing3 {
0% {
transform: translateX(0);
}
50% {
transform: translateX(-15px);
}
100% {
transform: translateX(0);
}
}
.topics {
width: 100%;
margin-bottom: 10vw;
position: relative;
}
.topics__bg {
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
overflow: hidden;
}
.topics__bg img {
display: block;
width: 100%;
height: auto;
}
.topics h3 {
width: 58.95vw;
margin: 0 auto 4.47vw auto;
}
.topics h3 img {
width: 100%;
height: auto;
}
.topics__flex {
display: flex;
justify-content: center;
align-items: flex-start;
}
.topics__left {
width: 15vw;
position: sticky;
top: 100px;
}
.topics__left div {
width: 127px;
height: 27px;
border-radius: 6vw;
font-size: 14px;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 10px;
position: relative;
transition: 0.2s;
}
.topics__left div:nth-of-type(4) {
margin-bottom: 1.875vw;
}
.topics__left div:nth-of-type(5) {
width: 13.54vw;
height: 4.16vw;
}
.topics__all {
color: #333;
background: #fff;
border: 2px solid #000;
cursor: pointer;
}
.topics__all.current {
color: #fff;
background: #000;
}
.topics__all:hover {
background: #000;
color: #fff;
}
.topics__img {
height: 14.64vw;
display: flex;
justify-content: center;
align-items: center;
background: #e1f2f5;
margin-bottom: 1vw;
}
.topics__news {
color: #333;
background: #fff;
border: 2px solid #fec4c4;
cursor: pointer;
transition: 0.3s;
}
.topics__news.current {
color: #333;
background: #fec4c4;
}
.topics__news:hover {
background: #fec4c4;
color: #333;
}
.topics__event {
color: #333;
background: #fff;
border: 2px solid #ffda5b;
cursor: pointer;
transition: 0.3s;
}
.topics__event.current {
color: #333;
background: #ffda5b;
}
.topics__event:hover {
background: #ffda5b;
color: #333;
}
.topics__goods {
color: #333;
background: #fff;
border: 2px solid #77bff6;
cursor: pointer;
transition: 0.3s;
}
.topics__goods.current {
color: #333;
background: #77bff6;
}
.topics__goods:hover {
background: #77bff6;
color: #333;
}
.topics__list {
width: 168px;
height: 46px;
display: block;
color: #fff;
background: #000;
border: 1px solid #000;
margin-left: -20px;
border-radius: 6vw;
font-size: 14px;
display: flex;
justify-content: center;
align-items: center;
position: relative;
text-decoration: none;
overflow: hidden;
}
.topics__list img {
width: 17px;
height: auto;
position: absolute;
top: 14px;
right: 5px;
z-index: 10;
transition: 0.3s;
}
.topics__list p {
position: relative;
z-index: 10;
transition: 0.3s;
}
.topics__list:hover {
animation: ripple 1.5s infinite;
}
.topics__list:hover img {
transform: translateX(0.3vw);
}
.topics__right {
width: 62vw;
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-wrap: wrap;
}
.topics__right__sect {
width: 17.7vw;
height: 30vw;
margin-bottom: 2vw;
margin-right: 2.8vw;
display: block;
color: #333;
text-decoration: none;
transition: 0.2s;
}
.topics__right__sect:hover {
transform: translateY(-2px);
}
.topics__right__sect:hover img {
filter: brightness(1.1);
}
.topics__right__sect:hover p {
color: #616161;
}
.topics__right__sect img {
width: 100%;
height: auto;
display: block;
margin-bottom: 0.83vw;
transition: 0.2s;
max-width: 100%;
max-height: 14.64vw;
width: auto;
height: auto;
margin: 0 auto;
}
.topics__right__sect__btm div {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 0.83vw;
}
.topics__right__sect__btm div .blank {
opacity: 0;
}
.topics__right__sect__btm div span:nth-of-type(1) {
width: 4.16vw;
height: 1.66vw;
background: #fff;
border-radius: 1vw;
color: #333;
font-size: 0.72vw;
display: flex;
justify-content: center;
align-items: center;
}
.topics__right__sect__btm div span:nth-of-type(2) {
font-size: 0.72vw;
}
.topics__right__sect__btm p {
color: #333;
font-weight: 700;
font-size: 15px;
line-height: 2em;
transition: 0.2s;
}
.topics__empty {
width: 100%;
}
.topics__empty__in {
width: 100%;
height: 16vw;
display: flex;
justify-content: center;
align-items: center;
}
@media (max-width: 750px) {
.topics__empty__in {
height: 20vw;
align-items: flex-start;
}
.topics__empty p {
font-size: 3.46vw;
}
}
.topics .News {
border: 2px solid #fec4c4;
}
.topics .Event {
border: 2px solid #ffda5b;
}
.topics .Goods {
border: 2px solid #77bff6;
}
@media (max-width: 1024px) {
.topics h3 {
width: 83vw;
}
.topics__left {
width: 20vw;
}
.topics__left div {
width: 15vw;
height: 3vw;
font-size: 1.3vw;
}
.topics__list {
width: 18vw;
height: 6vw;
font-size: 1.3vw;
margin-left: -1.3vw;
}
.topics__list img {
width: 2vw;
top: 2vw;
right: 0.5vw;
}
.topics__right {
width: 63vw;
}
.topics__right__sect {
width: 19vw;
margin-bottom: 5vw;
}
.topics__right__sect div span:nth-of-type(1) {
width: 60px;
height: 20px;
font-size: 12px;
border-radius: 2vw;
}
.topics__right__sect div span:nth-of-type(2) {
font-size: 12px;
}
.topics__right__sect p {
font-size: 1.3vw;
}
.topics__right__sect__btm p {
font-size: 13px;
}
.topics__right__sect img {
height: 17.64vw;
}
.topics__img {
max-height: 17.64vw;
}
}
@media (max-width: 750px) {
.topics {
margin-bottom: 11vw;
}
.topics h3 {
width: 100%;
margin-bottom: 4vw;
}
.topics__flex {
display: block;
}
.topics__left {
position: static;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
margin-bottom: 11vw;
}
.topics__left div {
width: 34.13vw;
height: 7.46vw;
font-size: 3.46vw;
margin: 0 0.93vw 2.4vw 0.93vw;
}
.topics__left div:nth-of-type(4) {
margin-bottom: 2.4vw;
}
.topics__all {
border: 1px solid #000;
}
.topics__news {
border: 1px solid #fec4c4;
}
.topics__event {
border: 1px solid #ffda5b;
}
.topics__goods {
border: 1px solid #77bff6;
}
.topics .news {
border: 1px solid #fec4c4;
}
.topics .event {
border: 1px solid #ffda5b;
}
.topics .goods {
border: 1px solid #77bff6;
}
.topics__right {
display: block;
width: 100%;
}
.topics__right__sect {
width: 93vw;
height: auto;
margin: 0 auto 5vw auto;
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.topics__right__sect img {
max-height: 42vw;
max-width: 42vw;
width: auto;
height: auto;
}
.topics__right__sect__btm {
width: 47.33vw;
}
.topics__right__sect div {
margin-bottom: 2.66vw;
}
.topics__right__sect div span:nth-of-type(1) {
width: 76px;
height: 20px;
border-radius: 2.8vw;
font-size: 12px;
}
.topics__right__sect div span:nth-of-type(2) {
font-size: 12px;
}
.topics__right__sect p {
font-size: 14px;
line-height: 1.5em;
}
.topics__right__sect:nth-of-type(3n) {
margin-right: auto;
}
.topics__right__sect:last-of-type {
margin-bottom: 11vw;
}
.topics__list {
width: 74.66vw;
height: 16vw;
border-radius: 8vw;
margin: 0 auto;
font-size: 3.46vw;
}
.topics__list img {
width: 6.4vw;
top: 5vw;
right: 2vw;
}
.topics__list p {
position: relative;
z-index: 10;
transition: 0.3s;
}
.topics__img {
max-height: initial;
width: 42vw;
height: 42vw;
}
}
.topics .btn01 {
width: 74.66vw;
height: 16vw;
border-radius: 8vw;
margin: 0 auto;
font-size: 3.46vw;
}
.topics .btn01 img {
width: 6.4vw;
top: 4.6vw;
right: 2vw;
}
.official {
width: 75vw;
padding: 4.16vw 0;
background: rgba(210, 235, 246, 0.9);
margin: 0 auto;
display: flex;
justify-content: center;
align-items: flex-start;
position: relative;
z-index: 10;
}
.official__left h3 {
width: 25.57vw;
margin-bottom: 4.32vw;
}
.official__left h3 img {
width: 100%;
height: auto;
}
.official__left p {
text-align: center;
color: #333;
font-size: 1.25vw;
font-weight: 700;
margin-bottom: 2.91vw;
}
.official__link {
display: block;
background: #000;
border: 1px solid #000;
color: #fff;
text-decoration: none;
width: 29.16vw;
height: 4.16vw;
font-size: 1.25vw;
font-weight: 700;
position: relative;
border-radius: 2.5vw;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
margin: 0 auto;
}
.official__link img {
position: relative;
z-index: 10;
}
.official__link img:nth-of-type(1) {
width: 1.61vw;
height: auto;
position: absolute;
top: 1vw;
left: 8vw;
}
.official__link img:nth-of-type(2) {
width: 1.458vw;
height: auto;
position: absolute;
top: 1.3vw;
right: 1vw;
transition: 0.3s;
}
.official__link span {
transition: 0.3s;
position: relative;
z-index: 10;
}
.official__link span:nth-of-type(2) {
color: #b0babd;
font-size: 0.72vw;
position: absolute;
top: 1.8vw;
right: 4vw;
}
.official__link:after {
content: "";
width: 0;
height: 4.16vw;
position: absolute;
top: 0;
right: 0;
background: #fff;
transition: 0.3s;
}
.official__link:hover {
animation: ripple 1.5s infinite;
}
.official__link:hover img:nth-of-type(2) {
transform: translateX(0.3vw);
}
.official__right {
width: 28vw;
background: #fff;
margin-left: 4vw;
border-radius: 5px;
padding: 10px;
}
.official__right__in {
width: 100%;
height: 34.2vw;
overflow-y: scroll;
}
@media (max-width: 1024px) {
.official {
width: 83vw;
}
.official__left h3 {
width: 36.3vw;
}
.official__left p {
font-size: 17px;
}
.official__right {
width: 35vw;
}
}
@media (max-width: 750px) {
.official {
width: 100%;
display: block;
padding: 10vw 0;
}
.official h3 {
width: 100%;
margin-bottom: 4vw;
}
.official p {
font-size: 16px;
margin-bottom: 5.46vw;
}
.official__link {
width: 74.66vw;
height: 16vw;
border-radius: 8vw;
margin: 0 auto 10vw auto;
font-size: 3.46vw;
}
.official__link img:nth-of-type(1) {
width: 4.13vw;
top: 4vw;
left: 23vw;
}
.official__link img:nth-of-type(2) {
width: 6.4vw;
top: 4.6vw;
right: 2vw;
}
.official__link span:nth-of-type(1) {
transform: translateY(-2vw);
}
.official__link span:nth-of-type(2) {
font-size: 2.66vw;
top: 9vw;
left: 23vw;
}
.official__right {
width: 88.66vw;
margin: 0 auto;
}
.official__right__in {
height: 131.6vw;
}
}
#ctf .ctf-header-text .ctf-header-user,
#ctf .ctf-header-text p {
color: #000;
}
#ctf .ctf-author-name {
color: #000;
text-decoration: none;
}
#ctf .ctf-author-box {
display: flex;
justify-content: flex-start;
align-items: flex-start;
}
#ctf.ctf-styles .ctf-author-screenname,
#ctf.ctf-styles .ctf-context,
#ctf.ctf-styles .ctf-screename-sep,
#ctf.ctf-styles .ctf-tweet-meta,
.ctf_smash_error span {
color: #000;
}
.ctf-tweet-meta a {
color: #000;
}
.ctf-context a {
color: #000;
}
#ctf #ctf-more {
color: #000;
}
#ctf .ctf-twitterlink {
color: #000;
}
#ctf .ctf-tweet-actions a.ctf-like,
#ctf .ctf-tweet-actions a.ctf-reply,
#ctf .ctf-tweet-actions a.ctf-retweet {
color: rgb(0, 0, 0) !important;
}
#ctf.ctf-super-narrow .ctf-header-follow {
width: 70px;
display: flex;
justify-content: center;
align-items: center;
}
#ctf .ctf-header .ctf-header-follow .fa,
#ctf .ctf-header .ctf-header-follow svg {
display: inline;
margin-top: -6px;
}
@media (max-width: 1024px) {
#ctf p.ctf-media-link,
#ctf p.ctf-tweet-text {
font-size: 13px;
}
}
.movie {
position: relative;
}
.movie__top {
display: block;
width: 100%;
height: auto;
margin-top: -10vw;
}
.movie__top canvas:nth-of-type(1) {
position: absolute;
top: 0;
left: 0;
}
.movie__mid {
background: linear-gradient(to right, rgb(41, 191, 255) 0%, rgb(9, 102, 197) 100%);
margin-top: -1px;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
padding-top: 5vw;
}
.movie__mid__left {
margin-right: 6.145vw;
}
.movie__btm {
display: block;
width: 100%;
height: auto;
}
.movie h3 {
width: 16.3vw;
margin: 0 auto 5vw auto;
}
.movie h3 img {
width: 100%;
height: auto;
}
.movie__play {
width: 44vw;
position: relative;
cursor: pointer;
}
.movie__play div {
overflow: hidden;
}
.movie__play img {
display: block;
}
.movie__play img:nth-of-type(1) {
width: 100%;
height: auto;
}
.movie__play img:nth-of-type(2) {
width: 7.86vw;
height: auto;
position: absolute;
top: calc(50% - 3.93vw);
left: calc(50% - 3.93vw);
}
.movie__play .thum {
transition: 0.5s;
}
.movie__play p {
font-size: 0.83vw;
margin: 0.5vw auto 0 auto;
text-align: center;
width: 83%;
line-height: 1.3em;
}
.movie__play:hover .thum {
filter: brightness(1.2);
transform: scale(1.1);
}
.movie .btn01 {
margin: 0 auto;
}
.movie__wave {
position: relative;
margin-top: 8vw;
width: 100%;
overflow: hidden;
}
@media (max-width: 1024px) {
.movie h3 {
width: 23vw;
}
.movie .btn01 {
width: 18vw;
height: 6vw;
font-size: 1.3vw;
}
.movie .btn01 img {
width: 2vw;
top: 2vw;
right: 0.5vw;
}
.movie__top {
margin-top: -23vw;
}
.movie__mid {
width: 100%;
padding: 10vw 0 0 0;
margin: -1px auto 0 auto;
}
.movie__play {
width: 60vw;
}
.movie__play img:nth-of-type(2) {
width: 14vw;
height: auto;
position: absolute;
top: calc(50% - 7vw);
left: calc(50% - 7vw);
}
.movie__play p {
font-size: 1.3vw;
}
}
@media (max-width: 750px) {
.movie h3 {
width: 100%;
margin-bottom: 4vw;
}
.movie__top {
margin-top: 0;
height: 21vw;
position: relative;
}
.movie__top canvas {
position: absolute;
top: auto !important;
bottom: 0;
left: 0;
}
.movie__play {
width: 93.3vw;
margin: 0 auto 10vw auto;
}
.movie__play img:nth-of-type(2) {
width: 20vw;
height: auto;
position: absolute;
top: calc(50% - 10vw);
left: calc(50% - 10vw);
}
.movie__play p {
font-size: 3.46vw;
margin: 2.5vw auto 0 auto;
}
.movie__mid {
display: block;
width: 100%;
padding: 0;
}
.movie__mid__left {
margin-right: 0;
}
.movie .btn01 {
width: 74.66vw;
height: 16vw;
border-radius: 8vw;
margin: 0 auto;
font-size: 3.46vw;
}
.movie .btn01 img {
width: 6.4vw;
top: 4.6vw;
right: 2vw;
}
.movie__wave {
position: relative;
margin-top: 0;
height: 25vw;
margin-top: 5vw;
}
.movie__wave canvas {
margin-top: -19vw;
transform: scaleY(0.7);
transform-origin: 0 100%;
}
}
.player {
position: fixed;
top: calc(50% - 20vw);
left: calc(50% - 38vw);
opacity: 0;
z-index: -1;
}
.player #player {
width: 76vw;
height: 42.6vw;
}
#pauseButton {
border: none;
background: rgba(0, 0, 0, 0);
}
#pauseButton div {
width: 20px;
position: absolute;
top: -16px;
right: 16px;
cursor: pointer;
}
#pauseButton span {
width: 100%;
height: 2px;
background: #fff;
display: block;
}
#pauseButton span:nth-of-type(1) {
transform: rotate(45deg) translate(1px, 1px);
}
#pauseButton span:nth-of-type(2) {
transform: rotate(-45deg);
}
.videoShow {
z-index: 1000;
opacity: 1;
}
.maskShow {
z-index: 900;
opacity: 1;
}
.contact {
background: #ffda5b;
padding: 2.44vw 0 7.96vw 0;
margin-top: -1px;
}
.contact__in {
width: 46vw;
margin: 0 auto;
padding: 3vw 0;
background: #fff;
border-radius: 5px;
}
.contact h3 {
width: 22.6vw;
margin: 0 auto 4.6875vw auto;
}
.contact h3 img {
width: 100%;
height: auto;
}
.contact p {
font-size: 1.25vw;
font-weight: 700;
color: #333;
text-align: center;
line-height: 1.3em;
margin: 0 auto 2.86vw auto;
width: 90%;
}
.contact a {
margin: 0 auto;
}
@media (max-width: 1024px) {
.contact__in {
width: 75vw;
padding: 10vw 0;
}
.contact h3 {
width: 35.3vw;
}
.contact .btn01 {
width: 19vw;
height: 6vw;
font-size: 1.3vw;
}
.contact .btn01 img {
width: 2vw;
top: 2vw;
right: 0.5vw;
}
.contact p {
font-size: 16px;
}
}
@media (max-width: 750px) {
.contact {
padding: 2.44vw 0 10vw 0;
}
.contact h3 {
width: 100%;
margin-bottom: 4vw;
}
.contact__in {
width: 93.3vw;
}
.contact p {
font-size: 16px;
margin-bottom: 10vw;
}
.contact .btn01 {
width: 74.66vw;
height: 16vw;
border-radius: 8vw;
margin: 0 auto;
font-size: 3.46vw;
}
.contact .btn01 img {
width: 6.4vw;
top: 4.6vw;
right: 2vw;
}
}
.sns {
padding: 7.96vw 0;
}
.sns h3 {
width: 32.29vw;
margin: 0 auto 4.6875vw auto;
}
.sns h3 img {
width: 100%;
height: auto;
}
.sns h4 {
text-align: center;
margin-bottom: 1.3vw;
}
.sns h4 img {
margin: 0 auto;
}
.sns__catch {
font-size: 1.25vw;
color: #333;
display: flex;
justify-content: center;
align-items: center;
font-weight: 700;
margin-bottom: 2vw;
}
.sns__catch span {
display: block;
font-size: 1.35vw;
font-weight: 400;
}
.sns__catch span:nth-of-type(1) {
transform: rotate(-45deg) translateY(-0.2vw);
margin-right: 10px;
}
.sns__catch span:nth-of-type(2) {
transform: rotate(45deg) translateY(-0.2vw);
margin-left: 10px;
}
.sns__flex {
width: 40vw;
margin: 0 auto;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.sns__flex a {
width: 17.91vw;
height: 5.2vw;
border-radius: 5px;
color: #fff;
text-decoration: none;
font-weight: 700;
display: flex;
justify-content: center;
align-items: center;
margin: 0 1.25vw 1.25vw 0;
position: relative;
font-size: 1.45vw;
transition: 0.3s;
}
.sns__flex a span {
transform: translateX(1vw);
}
.sns__flex a img {
width: 3.33vw;
height: auto;
position: absolute;
top: 1vw;
left: 1vw;
}
.sns__flex a:nth-of-type(1) {
background: #000;
}
.sns__flex a:nth-of-type(1):hover {
animation: ripple1 1.5s infinite;
}
.sns__flex a:nth-of-type(2) {
background: #ff0033;
}
.sns__flex a:nth-of-type(2):hover {
animation: ripple2 1.5s infinite;
}
.sns__flex a:nth-of-type(3) {
background: #1877f2;
}
.sns__flex a:nth-of-type(3):hover {
animation: ripple3 1.5s infinite;
}
@media (max-width: 1024px) {
.sns h3 {
width: 47.3vw;
}
.sns__catch {
font-size: 18px;
}
.sns__catch span {
font-size: 2vw;
}
}
@media (max-width: 750px) {
.sns h3 {
width: 100%;
margin-bottom: 4vw;
}
.sns__catch {
font-size: 16px;
transform: translateX(2vw);
margin-bottom: 10vw;
}
.sns__catch span {
font-size: 7.46vw;
}
.sns__catch span:nth-of-type(1) {
margin-right: 4.5vw;
margin-top: 1vw;
}
.sns__catch span:nth-of-type(2) {
margin-top: 1vw;
transform: rotate(45deg) translateY(3.8vw) translateX(-3vw);
margin-left: 7vw;
}
.sns h4 {
width: 51vw;
margin: 0 auto 10vw auto;
}
.sns h4 img {
width: 100%;
height: auto;
}
.sns__flex {
display: block;
width: 100%;
}
.sns__flex a {
width: 74.66vw;
height: 12.4vw;
margin: 0 auto 3.2vw auto;
font-size: 4.26vw;
}
.sns__flex a img {
width: 8.53vw;
top: 2vw;
left: 2vw;
}
}
.footer {
padding: 4.73vw 0;
background: #d2ebf6;
position: relative;
}
.footer__in {
width: 75vw;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.footer__left {
display: flex;
justify-content: flex-start;
align-items: center;
}
.footer__left h2 {
color: #333;
font-size: 0.83vw;
text-align: center;
margin-right: 2.7vw;
font-weight: 400;
}
.footer__left h2 img {
width: 12.7vw;
height: auto;
margin-bottom: 1.66vw;
transition: 0.3s;
}
.footer__left h2 a:nth-of-type(1):hover img {
filter: brightness(1.1);
}
.footer__left img {
width: 11.56vw;
height: auto;
}
.footer__right {
display: flex;
justify-content: flex-end;
}
.footer__right ul {
margin-left: 2.7vw;
}
.footer__right ul li {
list-style: none;
margin-bottom: 1.5vw;
display: flex;
justify-content: flex-start;
align-items: center;
}
.footer__right ul li a {
text-decoration: none;
color: #333;
font-size: 0.83vw;
position: relative;
}
.footer__right ul li a:after {
content: "";
width: 0;
height: 1px;
background: #333;
position: absolute;
bottom: -2px;
right: 0;
transition: 0.2s;
}
@media (min-width: 750px) {
.footer__right ul li a:hover:after {
width: 100%;
right: auto;
left: 0;
}
}
@media (max-width: 1024px) {
.footer__left h2 {
font-size: 1vw;
}
.footer__left h2 img {
width: 17.7vw;
}
.footer__right ul li a {
font-size: 1vw;
}
}
@media (max-width: 750px) {
.footer {
padding: 10vw 0 0 0;
}
.footer__in {
display: block;
width: 100%;
}
.footer__left {
width: 100%;
display: block;
}
.footer__left h2 {
margin: 0 auto;
font-size: 3.46vw;
line-height: 1.5em;
margin-bottom: 10vw;
}
.footer__left h2 img {
width: 39.73vw;
}
.footer__left img {
display: block;
width: 44.4vw;
margin: 0 auto 10vw auto;
}
.footer__right {
width: 100%;
display: block;
}
.footer__right ul {
width: 100%;
margin-left: 0;
}
.footer__right ul li {
padding: 3vw 0 3vw 3vw;
border-top: 1px solid #98abb3;
margin-bottom: 0;
}
.footer__right ul li a {
font-size: 3.46vw;
margin-left: 2vw;
}
}
small {
width: 100%;
height: 4.16vw;
background: #333;
color: #fff;
font-size: 0.83vw;
display: flex;
justify-content: center;
align-items: center;
}
@media (max-width: 750px) {
small {
font-size: 2.5vw;
padding: 3vw 0;
height: 8vw;
}
}
.pageTop {
width: 5vw;
height: 5vw;
position: fixed;
bottom: 1vw;
right: 1vw;
transform: rotate(90deg);
font-size: 0.9vw;
z-index: 50;
}
@media (max-width: 1024px) {
.pageTop {
font-size: 1.3vw;
width: 8vw;
height: 8vw;
}
}
@media (max-width: 750px) {
.pageTop {
font-size: 3vw;
width: 18vw;
height: 4vw;
right: -4vw;
bottom: 5vw;
transform: rotate(90deg) translateX(-7vw);
}
}
@keyframes horizontal-animation {
from {
transform: translateX(0);
}
to {
transform: translateX(-100%);
}
}
.slider-container {
display: flex;
overflow: hidden;
padding-top: 1vw;
margin-bottom: 3vw;
}
.slider-wrapper {
display: flex;
}
.slideOn {
animation: horizontal-animation 60s linear infinite;
animation-delay: 1s;
}
.slideOn2 {
animation: horizontal-animation 50s linear infinite;
}
@keyframes first {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes first2 {
0% {
opacity: 1;
}
100% {
opacity: 1;
}
}
@keyframes mask {
0% {
width: 0;
}
100% {
width: 100%;
}
}
.slide {
margin-right: 2vw;
cursor: pointer;
}
.slide:nth-of-type(1) {
opacity: 0;
animation-name: first;
animation-duration: 1s;
animation-fill-mode: forwards;
animation-timing-function: ease-in;
}
.slide:nth-of-type(2) {
opacity: 0;
animation-name: first;
animation-duration: 1s;
animation-fill-mode: forwards;
animation-timing-function: ease-in;
animation-delay: 0.3s;
}
.slide:nth-of-type(3) {
opacity: 0;
animation-name: first;
animation-duration: 1s;
animation-fill-mode: forwards;
animation-timing-function: ease-in;
animation-delay: 0.6s;
}
.slide:nth-of-type(4) {
opacity: 0;
animation-name: first;
animation-duration: 1s;
animation-fill-mode: forwards;
animation-timing-function: ease-in;
animation-delay: 0.9s;
}
.slide:nth-of-type(5) {
opacity: 0;
animation-name: first;
animation-duration: 1s;
animation-fill-mode: forwards;
animation-timing-function: ease-in;
animation-delay: 1.2s;
}
.searchName__result .slide:nth-of-type(1) {
opacity: 1;
animation-name: first2;
animation-duration: 1s;
animation-fill-mode: forwards;
animation-timing-function: ease-in;
}
.searchName__result .slide:nth-of-type(2) {
opacity: 1;
animation-name: first2;
animation-duration: 1s;
animation-fill-mode: forwards;
animation-timing-function: ease-in;
animation-delay: 0.3s;
}
.searchName__result .slide:nth-of-type(3) {
opacity: 1;
animation-name: first2;
animation-duration: 1s;
animation-fill-mode: forwards;
animation-timing-function: ease-in;
animation-delay: 0.6s;
}
.searchName__result .slide:nth-of-type(4) {
opacity: 1;
animation-name: first2;
animation-duration: 1s;
animation-fill-mode: forwards;
animation-timing-function: ease-in;
animation-delay: 0.9s;
}
.searchName__result .slide:nth-of-type(5) {
opacity: 1;
animation-name: first2;
animation-duration: 1s;
animation-fill-mode: forwards;
animation-timing-function: ease-in;
animation-delay: 1.2s;
}
@media (hover: hover) {
.slider-container:hover .slider-wrapper {
animation-play-state: paused;
}
}
@media (max-width: 1024px) {
#waveCanvas {
transform: scaleY(0.5);
transform-origin: 0 100%;
}
#waveCanvas2 {
transform: scaleY(0.5);
transform-origin: 0 100%;
}
}
@media (max-width: 750px) {
#waveCanvas {
transform: scaleY(0.5);
}
#waveCanvas2 {
transform: scaleY(0.5);
}
}
.wave-canvas-b {
transform: rotate(180deg);
}
@media (max-width: 1024px) {
.wave-canvas-b {
transform: rotate(180deg) scaleY(0.7);
transform-origin: 50% 40%;
}
}
.category {
width: 100%;
height: 3.74vw;
background: #000;
margin-top: 6.2vw;
display: flex;
justify-content: center;
align-items: center;
}
.category ul {
display: flex;
justify-content: center;
align-items: center;
}
.category ul li {
list-style: none;
padding: 0 3vw;
height: 3.74vw;
display: flex;
justify-content: center;
align-items: center;
}
.category ul li.curernt {
background: #e60213;
}
.category ul li a {
color: #fff;
text-decoration: none;
display: flex;
justify-content: flex-start;
align-items: center;
font-size: 0.83vw;
height: 3.74vw;
font-family: "Noto Sans JP", sans-serif !important;
}
.category ul li a img {
width: auto;
height: 1.875vw;
margin-right: 0.5vw;
}
@media (max-width: 1024px) {
.category {
height: 5.75vw;
margin-top: 12.2vw;
}
.category ul li {
height: 5.8vw;
}
.category ul li a {
font-size: 1.2vw;
height: 5.8vw;
}
}
@media (max-width: 750px) {
.category {
height: auto;
margin-top: 20vw;
}
.category ul {
display: block;
width: 100%;
}
.category ul li {
width: 100%;
height: 10vw;
text-align: left;
display: flex;
justify-content: flex-start;
align-items: center;
margin: 0;
border-bottom: 2px solid #fff;
padding: 0;
}
.category ul li:last-of-type {
border: none;
}
.category ul li a {
font-size: 3.46vw;
margin-left: 0;
padding: 3vw 3vw 3vw 5.33vw;
width: 100%;
}
.category ul li a img {
height: 4vw;
}
}
.menuMg {
margin-top: 6.2vw;
}
@media (max-width: 1024px) {
.menuMg {
margin-top: 11.2vw;
}
}
@media (max-width: 750px) {
.menuMg {
margin-top: 21.2vw;
}
}
.topPlace {
width: 100%;
height: 400px;
background: linear-gradient(to right, #23a3ed 0%, #23a3ed 100%);
background-size: 100%;
position: relative;
overflow: hidden;
}
.topPlace canvas {
width: 100%;
height: auto;
}
.topPlace canvas:nth-of-type(1) {
position: absolute;
bottom: 0;
left: 0;
transform: scale(1.3);
}
.topPlace canvas:nth-of-type(2) {
position: absolute;
top: 0;
left: 0;
z-index: -1;
transform: rotate(180deg) scale(-1, 1.1);
}
.topPlace__stamp {
margin: 1.97vw 0 0 12vw;
text-align: center;
width: 45px;
position: relative;
z-index: 10;
}
.topPlace__stamp span {
font-size: 22px;
}
.topPlace__stamp img {
width: 100%;
height: auto;
}
.topPlace__stamp p {
font-size: 22px;
margin: 0 0 10px -25px;
font-weight: 700;
width: 100px;
color: #fff;
}
.topPlace h2 {
font-size: 34px;
font-weight: 900;
margin: -3.8vw auto 0 auto;
text-align: center;
color: #fff;
position: relative;
z-index: 10;
width: 63vw;
}
.topPlace h2 span {
font-weight: 400;
display: block;
margin-top: 1vw;
font-size: 1.3vw;
}
.topPlace h2 p {
font-weight: 400;
margin: 0.7vw 0;
}
.topPlace h2 div {
font-size: 1.66vw;
font-weight: 400;
}
@media (max-width: 1024px) {
.topPlace {
height: 37vw;
}
.topPlace__stamp {
width: 4.5vw;
font-size: 2vw;
}
.topPlace__stamp p {
width: 13vw;
font-size: 2vw;
margin: 0 0 10px -4.5vw;
}
.topPlace__stamp p span {
font-size: 1.5vw;
}
.topPlace h2 {
font-size: 22px;
margin: -5vw auto 0 auto;
width: 61vw;
}
.topPlace h2 span {
font-size: 2.5vw;
}
.topPlace h2 div {
font-size: 2.5vw;
}
}
@media (max-width: 750px) {
.topPlace {
background-size: 100%;
height: 95vw;
}
.topPlace__stamp {
margin: 0 0 0 3.33vw;
padding-top: 5.33vw;
width: 20vw;
}
.topPlace__stamp p {
font-size: 5.33vw;
width: 20vw;
margin-left: 0;
}
.topPlace__stamp p span {
font-size: 5.33vw;
}
.topPlace__stamp img {
width: 45%;
display: block;
margin: 0 auto;
}
.topPlace h2 {
font-size: 6.4vw;
margin: 6vw auto 0 auto;
width: 95vw;
}
.topPlace h2 div {
font-size: 5.33vw;
}
.topPlace h2 span {
font-size: 5.33vw;
margin-top: 2vw;
}
}
.breadcramb {
width: 100%;
background: #fff;
font-size: 0.72vw;
padding: 0.72vw 0 0.72vw 2.23vw;
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
line-height: 1.5em;
}
.breadcramb li {
margin-right: 0.5vw;
list-style: none;
}
.breadcramb li a {
color: #333;
text-decoration: none;
}
.breadcramb li:last-of-type {
font-weight: 700;
}
@media (max-width: 1024px) {
.breadcramb {
padding: 1.3vw 0 1.3vw 1.3vw;
font-size: 1.3vw;
}
}
@media (max-width: 750px) {
.breadcramb {
position: static;
font-size: 2.4vw;
margin-bottom: 2.4vw;
}
}
.placeDest {
width: 75vw;
padding: 1.35vw 0 0 0;
background: #fff;
margin: -75px auto 0 auto;
position: relative;
z-index: 10;
}
.placeDest .mainHeading {
font-size: 20px;
font-weight: 700;
margin: 3.66vw 0 1.86vw 0;
}
.placeDest__photo {
display: flex;
justify-content: center;
align-items: center;
}
.placeDest__photo div {
width: 21.95vw;
padding: 0 2.03vw;
height: 22.5vw;
display: flex;
justify-content: center;
align-items: center;
}
.placeDest__photo div:nth-of-type(2) {
border-left: 2px solid #d2d2d2;
}
.placeDest__photo div:nth-of-type(3) {
border-left: 2px solid #d2d2d2;
}
.placeDest__photo img {
max-width: 100%;
max-height: 22.3vw;
width: auto;
height: auto;
}
.placeDest__copy {
font-size: 0.72vw;
text-align: right;
margin: 2.08vw 5vw 3.75vw 0;
display: flex;
justify-content: flex-end;
text-align: left;
}
.placeDest h3 {
font-size: 20px;
font-weight: 700;
text-align: center;
margin-bottom: 2.86vw;
}
.placeDest h3 span {
font-weight: 400;
margin-top: 14px;
}
.placeDest__catch {
padding-bottom: 5vw;
}
.placeDest__catch__txt {
font-size: 14px;
width: 41.66vw;
line-height: 1.8em;
margin: 0 auto 3.33vw auto;
}
.placeDest__catch__txt p {
font-size: 14px;
width: 41.66vw;
line-height: 1.8em;
margin: 0 auto 3.33vw auto;
}
.placeDest__catch__txt p a {
color: #0057aa;
text-decoration: underline;
}
.placeDest__catch__info {
width: 41.66vw;
margin: 0 auto;
}
.placeDest__catch__info__div {
width: 100%;
display: flex;
justify-content: flex-start;
align-items: flex-start;
margin-bottom: 0.88vw;
}
.placeDest__catch__info__div .childWrap {
width: 28.85vw;
font-size: 14px;
line-height: 1.5em;
margin-left: 1vw;
margin-top: 4px;
}
.placeDest__catch__info__div .childWrap a {
color: #0057aa;
text-decoration: underline;
position: relative;
transition: 0.2s;
}
.placeDest__catch__info__div .childWrap a:hover {
filter: brightness(1.2);
}
.placeDest__catch__info__p {
width: 12vw;
display: flex;
justify-content: center;
align-items: center;
color: #333;
background: #d2ebf6;
border-radius: 2vw;
font-size: 14px;
padding: 5px;
line-height: 1.3em;
}
.placeDest__imgWrap {
background: #eee;
width: 34%;
height: 18.64vw;
display: flex;
justify-content: center;
align-items: center;
margin-top: 4.5vw;
}
.placeDest__imgWrap img {
max-width: 100%;
max-height: 18.64vw;
width: auto;
height: auto;
}
.placeDest__catch2 {
padding: 4vw 7vw;
display: flex;
justify-content: space-between;
position: relative;
}
.placeDest__catch2:before {
content: "";
width: calc(100% - 14vw);
height: 1px;
background: #d2d2d2;
margin: 0 auto;
position: absolute;
top: 0;
left: 7vw;
}
.placeDest__catch2 h3 {
text-align: left;
width: 150%;
}
.placeDest__catch2 h3 span {
color: #e60213;
}
.placeDest__catch2__left {
width: 35vw;
}
.placeDest__catch2__txt {
font-size: 14px;
width: 34.66vw;
line-height: 1.8em;
margin: 1.5vw 0;
}
.placeDest__catch2__txt2 {
font-size: 0.83vw;
width: 39.66vw;
line-height: 1.8em;
margin: 1.5vw 0 0 0;
}
.placeDest__catch2__info {
width: 36.26vw;
margin: 0 auto;
border: 1px solid #d2d2d2;
padding: 1.2vw;
}
.placeDest__catch2__info div {
width: 100%;
display: flex;
justify-content: flex-start;
align-items: flex-start;
margin-bottom: 0.88vw;
position: relative;
}
.placeDest__catch2__info div .childWrap {
width: 23.85vw;
font-size: 14px;
line-height: 1.5em;
margin: 0.5vw 0 0 1vw;
display: block;
}
.placeDest__catch2__info div .childWrap p {
background: rgba(0, 0, 0, 0);
padding: 0;
display: block;
text-align: left;
width: 21vw;
}
.placeDest__catch2__info div .childWrap p:nth-of-type(2) {
margin-left: 0;
}
.placeDest__catch2__info div p {
width: 13vw;
display: flex;
justify-content: center;
align-items: center;
color: #333;
background: #d2ebf6;
border-radius: 2vw;
font-size: 14px;
margin-bottom: 3px;
padding: 0.5vw 1vw;
text-align: center;
}
.placeDest__catch2__info div p span {
width: 11vw;
position: static;
line-height: 1.3em;
color: #333 !important;
text-align: left;
display: inline-block;
}
.placeDest__catch2__info div p a {
color: #0057aa;
position: relative;
text-decoration: underline;
transition: 0.2s;
}
.placeDest__catch2__info div p a:hover {
filter: brightness(1.2);
}
.placeDest__catch2__info div span {
display: block;
color: #e60213 !important;
font-size: 14px;
position: absolute;
top: 2vw;
left: 14vw;
}
.placeDest__catch3 {
padding: 4vw 7vw;
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.placeDest__catch3 h3 {
text-align: left;
width: 150%;
}
.placeDest__catch3 h3 span {
color: #e60213;
}
.placeDest__catch3__left {
width: 35vw;
}
.placeDest__catch3__txt {
font-size: 14px;
width: 39.66vw;
line-height: 1.8em;
margin: 1.5vw 0;
}
.placeDest__catch3__txt2 {
font-size: 14px;
width: 39.66vw;
line-height: 1.8em;
margin: 1.5vw 0 0 0;
}
.placeDest__catch3__info {
width: 36.26vw;
border: 1px solid #d2d2d2;
padding: 1.2vw;
}
.placeDest__catch3__info div {
width: 100%;
display: flex;
justify-content: flex-start;
align-items: flex-start;
margin-bottom: 0.88vw;
position: relative;
}
.placeDest__catch3__info div .childWrap {
width: 23.85vw;
font-size: 14px;
line-height: 1.5em;
margin: 0.5vw 0 0 1vw;
display: block;
}
.placeDest__catch3__info div .childWrap p {
background: rgba(0, 0, 0, 0);
padding: 0;
display: block;
text-align: left;
width: 21vw;
}
.placeDest__catch3__info div .childWrap p:nth-of-type(2) {
margin-left: 0;
}
.placeDest__catch3__info div .childWrap span {
color: #e60213 !important;
width: 100%;
font-size: 14px;
}
.placeDest__catch3__info div p {
width: 13vw;
display: flex;
justify-content: center;
align-items: center;
background: #d2ebf6;
border-radius: 2vw;
font-size: 14px;
padding: 0.5vw 1vw;
text-align: center;
line-height: 1.3em;
margin-bottom: 0.5vw;
}
.placeDest__catch3__info div p span {
width: 12vw;
position: static;
line-height: 1.3em;
color: #333 !important;
}
.placeDest__catch3__info div p a {
color: #097fd6;
position: relative;
}
.placeDest__catch3__info div p a:after {
content: "";
width: 0;
height: 1px;
background: #097fd6;
position: absolute;
bottom: -2px;
right: 0;
transition: 0.2s;
}
.placeDest__catch3__info div p a:hover:after {
right: auto;
left: 0;
width: 100%;
}
.placeDest__catch3__info div span {
display: block;
color: #e60213 !important;
font-size: 14px;
position: absolute;
top: 2vw;
left: 14vw;
}
.placeDest .btn02 {
margin: 5vw auto;
}
@media (max-width: 1300px) {
.placeDest {
width: 85vw;
}
.placeDest__photo div {
width: 27vw;
}
.placeDest__catch__txt {
width: 55vw;
}
.placeDest__catch__info {
width: 55vw;
}
.placeDest__catch2__txt {
width: 43.66vw;
}
.placeDest__catch2__info {
width: 43.66vw;
}
.placeDest__catch2__info div p {
width: 185px;
}
.placeDest__catch2__info div p .childWrap {
width: 317px;
}
.placeDest__catch2__info div p span {
width: 160px;
}
.placeDest__catch3__txt {
width: 43.66vw;
}
.placeDest__catch3__info {
width: 43.66vw;
}
.placeDest__catch3__info div p {
width: 185px;
}
.placeDest__catch3__info div p .childWrap {
width: 317px;
}
.placeDest__catch3__info div p span {
width: 160px;
}
}
@media (max-width: 1024px) {
.placeDest {
width: 85vw;
margin: -5vw auto 0 auto;
}
.placeDest__photo div {
width: 22vw;
}
.placeDest__photo img {
max-height: 100%;
width: 100%;
}
.placeDest__copy {
font-size: 1vw;
}
.placeDest__imgWrap {
margin-top: 5.4vw;
}
.placeDest__catch h3 {
font-size: 22px;
}
.placeDest__catch__txt {
font-size: 13px;
width: 60vw;
}
.placeDest__catch__txt p {
font-size: 13px;
width: 60vw;
}
.placeDest__catch__info {
width: 60vw;
}
.placeDest__catch__info div {
margin-bottom: 1.2vw;
}
.placeDest__catch__info div .childWrap {
width: 41vw;
font-size: 13px;
margin-top: 0.3vw;
}
.placeDest__catch__info__p {
width: 15vw;
font-size: 1.3vw;
}
.placeDest__catch2 {
padding: 4vw 0;
}
.placeDest__catch2:before {
content: "";
width: 100%;
height: 1px;
background: #d2d2d2;
margin: 0 auto;
position: absolute;
top: 0;
left: 0;
}
.placeDest__catch2 h3 {
font-size: 22px;
}
.placeDest__catch2__txt {
font-size: 13px;
width: 50vw;
}
.placeDest__catch2__txt2 {
font-size: 1.3vw;
width: 47.5vw;
}
.placeDest__catch2__info {
width: 50vw;
}
.placeDest__catch2__info div {
margin-bottom: 1.2vw;
}
.placeDest__catch2__info div p:nth-of-type(1) {
width: 45vw;
font-size: 13px;
border-radius: 5vw;
}
.placeDest__catch2__info div p:nth-of-type(1) span {
width: 20vw;
}
.placeDest__catch2__info div p:nth-of-type(2) {
width: 41vw;
font-size: 13px;
margin-left: 1vw;
margin-bottom: 0.5vw;
}
.placeDest__catch2__info div span {
font-size: 1.3vw;
top: 2.7vw;
left: 25.2vw;
}
.placeDest__catch2__info .childWrap p {
margin-bottom: 0.2vw;
}
.placeDest__catch3 {
padding: 4vw 0;
}
.placeDest__catch3__info {
width: 50vw;
}
.placeDest__catch3__info div p {
font-size: 13px;
margin-bottom: 0.5vw;
}
.placeDest__catch3__info div p:nth-of-type(1) {
width: 22vw;
}
.placeDest__catch3__info div p:nth-of-type(1) span {
width: 20vw;
font-size: 1.3vw;
}
.placeDest__catch3__info div p:nth-of-type(2) {
font-size: 1.3vw;
}
.placeDest__catch3__info div p:nth-child(n+3) {
font-size: 13px;
top: 2.5vw;
left: 23vw;
}
.placeDest__catch3__info div span {
font-size: 13px;
}
.placeDest__catch3__txt2 {
font-size: 13px;
}
.placeDest .btn01 {
width: 20vw;
height: 6vw;
font-size: 1.3vw;
}
.placeDest .btn01 img {
width: 2vw;
top: 2vw;
left: 1vw;
}
.placeDest .btn02 {
width: 19.54vw;
height: 5.16vw;
font-size: 1.2vw;
}
.placeDest .btn02 img {
width: 1.7vw;
height: auto;
position: absolute;
top: 1.6vw;
left: 1vw;
z-index: 10;
transition: 0.3s;
transform: rotate(180deg);
}
}
@media (max-width: 750px) {
.placeDest {
width: 93.6vw;
padding: 8.4vw 0 0 0;
margin: -17vw auto 0 auto;
}
.placeDest .mainHeading {
font-weight: 700;
font-size: 20px;
margin: 8vw 0 5vw 3vw;
}
.placeDest__photo {
display: block;
}
.placeDest__photo div {
width: 48.53vw;
margin: 0 auto;
padding: 5.46vw 0;
height: auto;
}
.placeDest__photo div:nth-of-type(2) {
border-left: none;
border-top: 1px solid #d2d2d2;
}
.placeDest__photo div:nth-of-type(3) {
border-left: none;
border-top: 1px solid #d2d2d2;
padding: 5.46vw 0 0 0;
}
.placeDest__copy {
font-size: 2.46vw;
margin: 2.08vw 0vw 13.75vw 0;
}
.placeDest__catch h3 {
font-size: 5.33vw;
margin-bottom: 10vw;
}
.placeDest__catch__txt {
width: calc(100% - 4vw);
font-size: 4vw;
}
.placeDest__catch__txt p {
width: calc(100% - 4vw);
font-size: 4vw;
}
.placeDest__catch__info {
width: calc(100% - 4vw);
}
.placeDest__catch__info div {
display: block;
}
.placeDest__catch__info div .childWrap {
width: 81.66vw;
font-size: 4vw;
margin-left: 3vw;
margin-bottom: 4vw;
}
.placeDest__catch__info__p {
width: 86.66vw;
font-size: 4vw;
border-radius: 5vw;
margin: 0 auto 2vw auto;
padding: 1vw 4vw;
}
.placeDest__catch2 {
display: block;
padding: 10vw 0 0 0;
}
.placeDest__catch2 h3 {
font-size: 4.5vw;
margin-bottom: 10vw;
width: 100%;
padding-left: 4.5vw;
text-indent: -4.5vw;
line-height: 1.3em;
}
.placeDest__catch2__txt {
width: calc(100% - 4vw);
font-size: 4vw;
margin: 0 auto 5vw auto;
}
.placeDest__catch2__txt2 {
width: calc(100% - 4vw);
font-size: 4vw;
margin: 0 auto;
}
.placeDest__catch2__info {
width: calc(100% - 4vw);
padding: 4vw;
margin-bottom: 10vw;
}
.placeDest__catch2__info div {
display: block;
}
.placeDest__catch2__info div .childWrap {
width: 100%;
margin-bottom: 5vw;
line-height: inherit;
}
.placeDest__catch2__info div p:nth-of-type(1) {
width: 100%;
font-size: 4vw;
border-radius: 5vw;
margin-bottom: 2vw;
}
.placeDest__catch2__info div p:nth-of-type(1) span {
width: 73vw;
margin: 0;
}
.placeDest__catch2__info div p:nth-of-type(2) {
width: 81.66vw;
font-size: 4vw;
margin-left: 3vw;
margin-bottom: 4vw;
}
.placeDest__catch2__info div span {
position: static;
font-size: 4vw;
margin: -1vw 0 4vw 3vw;
}
.placeDest__catch3 {
display: block;
padding: 10vw 0 0 0;
}
.placeDest__catch3 h3 {
font-size: 4.5vw;
margin-bottom: 10vw;
width: 100%;
padding-left: 4.5vw;
text-indent: -4.5vw;
line-height: 1.3em;
}
.placeDest__catch3__txt {
width: calc(100% - 4vw);
font-size: 4vw;
margin: 0 auto 5vw auto;
}
.placeDest__catch3__txt2 {
width: calc(100% - 4vw);
font-size: 4vw;
margin: 0 auto;
}
.placeDest__catch3__info {
width: calc(100% - 4vw);
padding: 4vw;
margin-bottom: 10vw;
}
.placeDest__catch3__info div {
display: block;
}
.placeDest__catch3__info div .childWrap {
font-size: 4vw;
width: 100%;
margin-bottom: 5vw;
line-height: inherit;
}
.placeDest__catch3__info div .childWrap p {
font-size: 4vw;
}
.placeDest__catch3__info div p:nth-of-type(1) {
width: 100%;
font-size: 4vw;
border-radius: 5vw;
margin: 0 auto 3vw auto;
}
.placeDest__catch3__info div p:nth-of-type(1) span {
width: 73vw;
margin: 0;
font-size: 4vw;
}
.placeDest__catch3__info div p:nth-of-type(2) {
width: 81.66vw;
font-size: 4vw;
margin-left: 3vw;
margin-bottom: 4vw;
}
.placeDest__catch3__info div p:nth-child(n+3) {
font-size: 4vw;
width: 100%;
}
.placeDest__catch3__info div span {
position: static;
font-size: 4vw;
margin: 0 0 4vw 0;
}
.placeDest__catch3__txt2 {
font-size: 4vw;
}
.placeDest .btn02 {
width: 74.66vw;
height: 16vw;
border-radius: 8vw;
margin: 0 auto;
font-size: 3.46vw;
margin: 10vw auto;
}
.placeDest .btn02 img {
width: 6.4vw;
top: 5vw;
left: 5vw;
}
.placeDest__imgWrap {
width: 95%;
height: 64vw;
margin: 0 auto;
}
.placeDest__imgWrap img {
max-height: 64vw;
}
}
@media (max-width: 750px) {
.spHeight {
height: auto;
}
}
.placeDest__imgWrap {
position: relative;
}
.placeDest .swiper-slide {
display: flex;
justify-content: center;
align-items: center;
height: 18vw;
}
.placeDest .swiper-button-prev {
left: -3vw;
}
.placeDest .swiper-button-prev svg {
display: none;
}
.placeDest .swiper-button-next {
right: -3vw;
}
.placeDest .swiper-button-next svg {
display: none;
}
.placeDest .swiper-button-prev img,
.placeDest .swiper-button-next img {
width: 1.45vw;
height: auto;
}
@media (max-width: 1024px) {
.placeDest .swiper-button-prev img,
.placeDest .swiper-button-next img {
width: 1.45vw;
height: auto;
}
.placeDest .swiper-button-prev {
left: -4vw;
}
.placeDest .swiper-button-next {
right: -4vw;
}
}
@media (max-width: 750px) {
.placeDest .swiper-button-prev img,
.placeDest .swiper-button-next img {
width: 6.2vw;
height: auto;
}
.placeDest .swiper-button-prev {
left: -2.5vw;
}
.placeDest .swiper-button-next {
right: -2.5vw;
}
.placeDest .swiper-slide {
height: 64vw;
}
}
.titSpan span {
display: block;
font-size: 15px;
}
@media (max-width: 1024px) {
.titSpan span {
font-size: 18px;
}
}
@media (max-width: 750px) {
.titSpan span {
font-size: 16px;
}
}
.notes {
color: #333 !important;
}
@media (max-width: 1024px) {
.notes {
font-size: 1.3vw !important;
}
}
@media (max-width: 750px) {
.notes {
font-size: 3.46vw !important;
}
}
.area88head {
width: 100%;
height: 35vw;
position: relative;
background: linear-gradient(to right, #23a3ed 0%, #23a3ed 100%);
overflow: hidden;
}
.area88head__flex {
display: flex;
justify-content: space-between;
align-items: center;
}
.area88head canvas {
width: 100%;
height: auto;
position: absolute;
bottom: 0;
left: 0;
transform: scale(1.3);
}
.area88head__left {
position: relative;
z-index: 10;
width: calc(32% - 2vw);
padding-left: 2vw;
}
.area88head__left h3 {
color: #fff;
width: 24.8vw;
margin-bottom: 3vw;
}
.area88head__left h3 img {
width: 17.39vw;
height: auto;
display: block;
margin: 0 auto 1.25vw auto;
transform: translateX(-0.5vw);
}
.area88head__left h3 span {
font-size: 2.5vw;
font-weight: 900;
}
.area88head__left p {
font-size: 1.25vw;
color: #fff;
line-height: 1.5em;
}
.area88head__right {
position: relative;
z-index: 10;
width: 68%;
}
.area88head .splide__track {
padding-top: 1vw;
}
.area88head .splide__slide {
width: 22.6vw !important;
}
.area88head .splide__pagination {
width: 13vw;
left: auto;
right: 2vw;
bottom: -2vw;
}
.area88head .splide__arrow {
opacity: 1 !important;
width: 2vw;
height: 2vw;
}
.area88head .splide__arrow svg {
width: 50%;
}
.area88head .splide__arrow--prev {
top: auto;
bottom: -3.5vw;
left: auto;
right: 13.8vw;
}
.area88head .splide__arrow--next {
top: auto;
bottom: -3.5vw;
left: auto;
right: 1vw;
}
.area88head .splide__pagination__page {
width: 0.5vw;
height: 0.5vw;
border-radius: 0;
background: #fff;
opacity: 1;
border: 0.1vw solid #000;
}
.area88head .splide__pagination__page.is-active {
transform: scale(1);
background: #000;
}
.area88head #hero-carousel .splide__slide:not(.is-visible) {
opacity: 1;
}
@media (max-width: 1024px) {
.area88head {
height: 42vw;
}
.area88head .catch__slide {
width: 31vw;
}
.area88head .splide__slide {
width: 35vw !important;
}
.area88head .splide__pagination {
width: 21vw;
bottom: -2vw;
right: 1vw;
}
.area88head .splide__pagination__page {
width: 0.8vw;
height: 0.8vw;
border: 0.2vw solid #000;
}
.area88head .splide__arrow--prev {
bottom: -3.2vw;
right: 19.5vw;
}
.area88head .splide__arrow--next {
bottom: -3.2vw;
}
}
@media (max-width: 750px) {
.area88head {
height: 142vw;
padding: 0 0 10vw 0;
}
.area88head__flex {
display: block;
}
.area88head__left {
width: 100%;
padding-left: 0;
}
.area88head__left h3 {
width: 100%;
text-align: center;
margin-top: 10vw;
}
.area88head__left h3 img {
width: 44.4vw;
margin: 0 auto 2.5vw auto;
transform: translateX(-1vw);
}
.area88head__left h3 span {
font-size: 6.4vw;
}
.area88head__left p {
font-size: 3.46vw;
text-align: center;
}
.area88head__right {
width: 100%;
}
.area88head .splide__slide {
width: 90vw !important;
}
.area88head .catch__slide {
width: 80vw;
}
.area88head .catch__slide__copy {
width: 80vw;
}
.area88head .splide__pagination {
width: 45vw;
bottom: -3vw;
right: 4vw;
}
.area88head .splide__pagination__page {
width: 1.8vw;
height: 1.8vw;
}
.area88head .splide__arrow {
width: 6vw;
height: 6vw;
}
.area88head .splide__arrow--prev {
bottom: -7.2vw;
right: 43.5vw;
}
.area88head .splide__arrow--next {
bottom: -7.2vw;
right: 3vw;
}
}
.area88main {
width: 100%;
padding: 4.16vw 0;
}
.area88main h2 {
width: 33vw;
margin: 0 auto 4.16vw auto;
}
.area88main h2 img {
width: 100%;
height: auto;
}
.area88main__flex {
display: flex;
justify-content: flex-start;
align-items: flex-start;
margin-bottom: 4.16vw;
}
.area88main__left {
width: 24vw;
padding-left: 2vw;
position: sticky;
top: 10vw;
}
.area88main__right {
width: 74vw;
padding-top: 4.3vw;
}
.area88main__right__list {
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-wrap: wrap;
margin-bottom: 15vw;
}
.area88main__right__list:last-of-type {
margin-bottom: 0;
}
.area88main__right__list a {
margin-right: 2.18vw;
}
.area88main__region {
width: 100%;
transition: 0.3s;
}
.area88main__region h3 {
display: flex;
justify-content: flex-start;
align-items: center;
font-size: 1.9vw;
font-weight: 700;
margin-bottom: 1vw;
}
.area88main__region h3 p span {
font-size: 0.83vw;
display: block;
margin-top: 0.5vw;
}
.area88main__region h3 img {
display: block;
width: 1.82vw;
height: auto;
margin-right: 0.5vw;
}
.area88main__region__img {
width: 18vw;
height: auto;
}
.area88main__link {
width: 18vw;
}
.area88main__link p {
font-size: 0.72vw;
display: flex;
justify-content: flex-start;
align-items: center;
margin: 0.83vw 0 1.66vw 0;
}
.area88main__link p img {
width: 1.51vw;
height: auto;
margin: 0 0.2vw;
}
.area88main__link__sect {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
.area88main__link__sect a {
width: 8.58vw;
height: 2vw;
border: 1px solid #333;
display: flex;
justify-content: center;
align-items: center;
border-radius: 10vw;
font-size: 0.7vw;
position: relative;
margin-bottom: 0.5vw;
cursor: pointer;
transition: 0.2s;
text-decoration: none;
}
.area88main__link__sect a img {
width: 1.2vw;
height: auto;
transform: rotate(90deg);
position: absolute;
top: 0.3vw;
right: 0.1vw;
transition: 0.2s;
}
@media (min-width: 750px) {
.area88main__link__sect a:hover {
background: #333;
color: #fff;
}
.area88main__link__sect a:hover img {
filter: invert(1);
}
}
.area88main .btn02 {
margin: 0 auto;
}
.area88main__not {
display: none;
}
.area88main__pin {
display: flex !important;
justify-content: center;
align-items: center;
width: 3vw;
height: 3vw;
border-radius: 50%;
margin-right: 0.5vw;
}
.area88main__pin img {
width: 1.5vw !important;
height: auto;
margin: 0 !important;
}
.area88main__pin1 {
background: #fec4c4;
}
.area88main__pin2 {
background: #ffda5b;
}
.area88main__pin3 {
background: #6b7bc8;
}
.area88main__pin4 {
background: #77bff6;
}
.area88main__pin5 {
background: #7fd28e;
}
.area88main__pin6 {
background: #ffb85b;
}
.area88main__pin7 {
background: #da6464;
}
@media (max-width: 1024px) {
.area88main__left {
width: 30vw;
}
.area88main__right {
width: 76vw;
}
.area88main .catch__slide {
width: 32vw;
}
.area88main .catch__slide__copy {
width: 31vw;
}
.area88main__region h3 {
font-size: 2.5vw;
}
.area88main__region h3 span {
font-size: 1.2vw;
}
.area88main__region h3 img {
width: 2.7vw;
}
.area88main__region img {
width: 22vw;
}
.area88main__link p {
font-size: 1.1vw;
}
.area88main__link p img {
width: 2vw;
margin: 0 0.3vw;
}
.area88main__link__sect {
width: 22vw;
}
.area88main__link__sect a {
width: 10.3vw;
height: 2.5vw;
font-size: 1.1vw;
margin-bottom: 1vw;
}
.area88main__link__sect a img {
width: 1.5vw;
top: 0.4vw;
}
}
@media (max-width: 750px) {
.area88main {
padding: 10vw 0 25vw 0;
}
.area88main h2 {
width: 87vw;
}
.area88main__flex {
display: block;
}
.area88main__region {
display: none;
}
.area88main__right {
width: 100%;
padding-top: 0;
}
.area88main__link__sect {
width: 100vw;
position: fixed;
bottom: 5vw;
left: 0;
z-index: 50;
justify-content: center;
padding: 1vw 0;
}
.area88main__link__sect a {
width: 20vw;
height: 7.46vw;
font-size: 2.93vw;
margin: 1vw;
background: #fff;
text-align: center;
line-height: 1.1em;
}
.area88main__link__sect p {
width: 7vw;
}
.area88main .catch__slide {
width: 89vw;
margin: 0 6vw 15vw 6vw;
}
.area88main .catch__slide__copy {
width: 88vw;
}
.area88main .btn02 {
width: 74.66vw;
height: 16vw;
border-radius: 8vw;
margin: 0 auto;
font-size: 3.46vw;
margin: 10vw auto;
}
.area88main .btn02 img {
width: 6.4vw;
top: 5vw;
left: 5vw;
}
.area88main__not {
display: flex;
justify-content: flex-start;
align-items: center;
font-size: 2.66vw;
margin: 0 auto 10vw 5vw;
}
.area88main__not img {
width: 4.66vw;
height: auto;
margin: 0 0.3vw;
}
}
#area1 {
position: relative;
}
#area2,
#area3,
#area4,
#area5,
#area6,
#area7 {
position: absolute;
top: 0;
left: 2vw;
opacity: 0;
z-index: -1;
}
#link1 {
padding-top: 14.5vw;
margin-top: -14.5vw;
}
@media (max-width: 750px) {
#link1 {
margin-top: -20vw;
padding-top: 20vw;
}
#link1:before {
content: "";
background: url(//animetourism88.com/wp-content/themes/animetourism88/assets/images/88navi/en/place1.png) no-repeat;
background-size: 100%;
width: 100%;
height: 108vw;
}
}
#link2 {
padding-top: 14.5vw;
margin-top: -14.5vw;
}
@media (max-width: 750px) {
#link2 {
margin-top: -20vw;
padding-top: 20vw;
}
#link2:before {
content: "";
background: url(//animetourism88.com/wp-content/themes/animetourism88/assets/images/88navi/en/place2.png) no-repeat;
background-size: 100%;
width: 100%;
height: 108vw;
}
}
#link3 {
padding-top: 14.5vw;
margin-top: -14.5vw;
}
@media (max-width: 750px) {
#link3 {
margin-top: -20vw;
padding-top: 20vw;
}
#link3:before {
content: "";
background: url(//animetourism88.com/wp-content/themes/animetourism88/assets/images/88navi/en/place3.png) no-repeat;
background-size: 100%;
width: 100%;
height: 108vw;
}
}
#link4 {
padding-top: 14.5vw;
margin-top: -14.5vw;
}
@media (max-width: 750px) {
#link4 {
margin-top: -20vw;
padding-top: 20vw;
}
#link4:before {
content: "";
background: url(//animetourism88.com/wp-content/themes/animetourism88/assets/images/88navi/en/place4.png) no-repeat;
background-size: 100%;
width: 100%;
height: 108vw;
}
}
#link5 {
padding-top: 14.5vw;
margin-top: -14.5vw;
}
@media (max-width: 750px) {
#link5 {
margin-top: -20vw;
padding-top: 20vw;
}
#link5:before {
content: "";
background: url(//animetourism88.com/wp-content/themes/animetourism88/assets/images/88navi/en/place5.png) no-repeat;
background-size: 100%;
width: 100%;
height: 108vw;
}
}
#link6 {
padding-top: 14.5vw;
margin-top: -14.5vw;
}
@media (max-width: 750px) {
#link6 {
margin-top: -20vw;
padding-top: 20vw;
}
#link6:before {
content: "";
background: url(//animetourism88.com/wp-content/themes/animetourism88/assets/images/88navi/en/place6.png) no-repeat;
background-size: 100%;
width: 100%;
height: 108vw;
}
}
#link7 {
padding-top: 14.5vw;
margin-top: -14.5vw;
}
@media (max-width: 750px) {
#link7 {
margin-top: -20vw;
padding-top: 20vw;
}
#link7:before {
content: "";
background: url(//animetourism88.com/wp-content/themes/animetourism88/assets/images/88navi/en/place7.png) no-repeat;
background-size: 100%;
width: 100%;
height: 108vw;
}
}
.topicsList {
width: 80vw;
margin: 0 auto;
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-wrap: wrap;
padding-bottom: 4.375vw;
}
.topicsList__top {
width: 100%;
display: flex;
justify-content: space-between;
align-items: flex-start;
padding: 4.375vw 0;
}
.topicsList__top .select {
position: relative;
width: 10.39vw;
margin-right: 2.5vw;
}
.topicsList__top select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0.5vw;
width: 10.39vw;
height: 2.91vw;
border: 2px solid #333;
padding: 0 1vw;
font-size: 0.83vw;
}
.topicsList__top select::-ms-expand {
display: none;
}
.topicsList__top .select::before {
content: "";
position: absolute;
right: 0.5vw;
top: 1.2vw;
width: 0.88vw;
height: 0.625vw;
background: url(//animetourism88.com/wp-content/themes/animetourism88/assets/images/down.png) no-repeat;
background-size: 100%;
}
.topicsList__flex {
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-wrap: wrap;
}
.topicsList__cat {
display: flex;
justify-content: flex-start;
align-items: center;
margin-left: 1.5vw;
}
.topicsList__cat button {
width: 8.33vw;
height: 1.66vw;
display: flex;
justify-content: center;
align-items: center;
border-radius: 5vw;
font-size: 0.83vw;
margin-right: 1vw;
cursor: pointer;
transition: 0.2s;
}
.topicsList__cat__all {
border: 1px solid #333;
}
.topicsList__cat__all.active {
color: #fff;
background: #333;
}
.topicsList__cat__all:hover {
color: #fff;
background: #333;
}
.topicsList__cat__news {
border: 1px solid #fec4c4;
}
.topicsList__cat__news.active {
background: #fec4c4;
}
.topicsList__cat__news:hover {
color: #fff;
background: #fec4c4;
color: #333;
}
.topicsList__cat__event {
border: 1px solid #77bff6;
}
.topicsList__cat__event.active {
background: #77bff6;
}
.topicsList__cat__event:hover {
color: #fff;
background: #77bff6;
color: #333;
}
.topicsList__cat__goods {
border: 1px solid #ffda5b;
}
.topicsList__cat__goods.active {
background: #ffda5b;
}
.topicsList__cat__goods:hover {
color: #fff;
background: #ffda5b;
color: #333;
}
.topicsList__btm {
margin: 0 auto;
}
.topicsList__btm .btnW {
margin: 0 auto 4.16vw auto;
}
.topicsList .topics__right__sect {
width: 17vw;
margin: 0 1.4vw 2vw 1.4vw;
}
.topicsList .News {
color: #333;
background: #fff;
border: 2px solid #fec4c4;
cursor: pointer;
transition: 0.3s;
}
.topicsList .News.current {
color: #333;
background: #fec4c4;
}
.topicsList .News:hover {
background: #fec4c4;
color: #333;
}
.topicsList .Event {
color: #333;
background: #fff;
border: 2px solid #ffda5b;
cursor: pointer;
transition: 0.3s;
}
.topicsList .Event.current {
color: #333;
background: #ffda5b;
}
.topicsList .Event:hover {
background: #ffda5b;
color: #333;
}
.topicsList .Goods {
color: #333;
background: #fff;
border: 2px solid #77bff6;
cursor: pointer;
transition: 0.3s;
}
.topicsList .Goods.current {
color: #333;
background: #77bff6;
}
.topicsList .Goods:hover {
background: #77bff6;
color: #333;
}
.topicsList .btn02 {
margin: 0 auto;
}
@media (max-width: 1024px) {
.topicsList__cat button {
width: 14vw;
height: 3vw;
font-size: 1.3vw;
}
.topicsList .topics__right__sect {
margin-bottom: 5vw;
}
.topicsList__top .select:before {
content: "";
position: absolute;
right: -1.5vw;
top: 1.5vw;
width: 1.3vw;
height: 2vw;
}
.topicsList__top select {
width: 13.39vw;
height: 3.91vw;
font-size: 1.3vw;
}
.topicsList .btnW {
width: 19.54vw;
height: 5.16vw;
font-size: 1.2vw;
}
.topicsList .btn02 {
width: 19.54vw;
height: 5.16vw;
font-size: 1.2vw;
}
.topicsList .btn02 img {
top: 1.8vw;
}
}
@media (max-width: 750px) {
.topicsList {
width: 100%;
}
.topicsList__flex {
display: block;
width: 100%;
}
.topicsList__top {
flex-wrap: wrap;
flex-direction: column-reverse;
}
.topicsList .topics__right__sect {
width: 93vw;
height: auto;
margin: 0 auto 5vw auto;
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.topicsList .topics__right__sect div {
margin-bottom: 2.66vw;
}
.topicsList .topics__right__sect div span:nth-of-type(1) {
width: 76px;
height: 20px;
border-radius: 2.8vw;
font-size: 12px;
}
.topicsList .topics__right__sect div span:nth-of-type(2) {
font-size: 12px;
}
.topicsList .topics__right__sect img {
max-height: 42vw;
max-width: 42vw;
width: auto;
height: auto;
}
.topicsList .btnW {
width: 74.66vw;
height: 16vw;
border-radius: 8vw;
font-size: 3.46vw;
margin: 10vw auto;
}
.topicsList .btnW span {
font-size: 7.46vw;
top: 3.2vw;
right: 5vw;
}
.topicsList .btn02 {
width: 74.66vw;
height: 16vw;
border-radius: 8vw;
font-size: 3.46vw;
margin: 10vw auto;
}
.topicsList .btn02 img {
width: 6.4vw;
top: 4.3vw;
left: 5vw;
}
.topicsList .select {
width: 37.33vw;
margin: 0 0 10vw 60vw;
}
.topicsList .select:before {
content: "";
position: absolute;
right: 1.5vw;
top: 2.5vw;
width: 3.3vw;
height: 4vw;
}
.topicsList .select select {
width: 37.33vw;
height: 7.46vw;
font-size: 3.46vw;
background: #fff;
}
.topicsList__cat {
justify-content: center;
width: 100%;
flex-wrap: wrap;
}
.topicsList__cat button {
width: 34.13vw;
height: 7.46vw;
font-size: 3.46vw;
margin: 0 1vw 2vw 1vw;
}
}
.topicsDist {
width: calc(100% - 60px);
margin: 0 auto;
padding: 3.5vw 0;
max-width: 800px;
}
.topicsDist h1 {
margin: 50px 0 20px 0;
font-weight: 700;
line-height: 1.3em;
}
.topicsDist h2 {
font-size: 32px;
padding-bottom: 32px;
margin-bottom: 32px;
border-bottom: 1px solid #dfdfdf;
font-weight: 700;
line-height: 1.3em;
}
.topicsDist h3 {
font-size: 20px;
margin: 30px 0 17px 0;
line-height: 1.3em;
}
.topicsDist a {
color: #007bff;
text-decoration: underline;
}
.topicsDist p {
line-height: 1.7em;
font-size: 16px;
}
.topicsDist .wp-block-image img {
margin: 20px 0 !important;
height: auto !important;
}
.topicsDist .wp-block-columns img {
margin: 0 !important;
}
.topicsDist .wp-block-columns {
margin: 30px 0;
}
.topicsDist .is-resized {
padding: 0 20px 0 0;
margin: 0 !important;
}
.topicsDist .wp-element-caption {
font-size: 12px;
line-height: 1.3em;
}
.topicsDist iframe {
margin: 0 auto;
}
.topicsDist .wp-block-embed__wrapper iframe {
margin: 50px auto 30px auto;
}
.topicsDist table {
margin-bottom: 40px;
}
.topicsDist table td {
border: 1px solid #e1e1e1;
padding: 28px 15px;
line-height: 1.3em;
vertical-align: middle;
}
.topicsDist__date {
display: flex;
justify-content: flex-start;
align-items: center;
margin-bottom: 15px;
}
.topicsDist__date__1 {
width: 80px;
height: 32px;
border-radius: 20px;
color: #333;
background: #fff;
font-size: 12px;
display: flex;
justify-content: center;
align-items: center;
margin-right: 15px;
}
.topicsDist__date__2 {
font-size: 20px;
}
.topicsDist__date .News {
border: 2px solid #fec4c4;
}
.topicsDist__date .Event {
border: 2px solid #ffda5b;
}
.topicsDist__date .Goods {
border: 2px solid #77bff6;
}
@media (max-width: 1024px) {
.topicsDist h2 {
font-size: 3.2vw;
padding-bottom: 3vw;
margin-bottom: 3vw;
}
.topicsDist h3 {
font-size: 18px;
}
.topicsDist p {
font-size: 13px;
}
.topicsDist table {
margin-bottom: 20px;
}
.topicsDist table td {
padding: 20px 10px;
font-size: 13px;
}
.topicsDist .wp-element-caption {
font-size: 10px;
}
.topicsDist__date__1 {
width: 14vw;
height: 5vw;
font-size: 2vw;
}
.topicsDist__date__2 {
font-size: 3vw;
}
}
@media (max-width: 750px) {
.topicsDist {
width: calc(100% - 10vw);
}
.topicsDist h1 {
margin: 5vw 0 3vw 0;
}
.topicsDist h2 {
font-size: 5.33vw;
padding-bottom: 6vw;
margin-bottom: 6vw;
}
.topicsDist h3 {
font-size: 3.46vw;
margin: 5vw 0 3vw 0;
}
.topicsDist__date {
font-size: 3.2vw;
margin-bottom: 3vw;
}
.topicsDist__date__1 {
width: 21.33vw;
height: 5.33vw;
font-size: 3.2vw;
}
.topicsDist__date__2 {
font-size: 3.2vw;
}
.topicsDist p {
font-size: 3.46vw;
}
.topicsDist .wp-block-image {
margin: 0 0 5vw 0 !important;
}
.topicsDist table {
margin-bottom: 5vw;
}
.topicsDist table td {
font-size: 3.46vw;
line-height: 1.3em;
padding: 2vw 2vw;
}
.topicsDist .is-layout-flex {
display: block !important;
margin-bottom: 5vw;
}
.topicsDist .is-layout-flex p {
width: 100%;
}
.topicsDist .is-resized {
width: 100%;
}
.topicsDist iframe {
width: 100%;
}
.topicsDist .has-medium-font-size {
font-size: 4.5vw !important;
}
.topicsDist .has-large-font-size {
font-size: 5.33vw !important;
}
}
.topicsReccomend {
margin-top: 50px;
}
.topicsReccomend h3 {
font-size: 24px;
margin-bottom: 40px;
color: #333;
}
.topicsReccomend__flex {
display: flex;
justify-content: center;
align-items: flex-start;
}
.topicsReccomend .btn02 {
margin: 0px auto 7vw auto;
}
.topicsReccomend .News {
color: #333;
background: #fff;
border: 2px solid #fec4c4;
cursor: pointer;
transition: 0.3s;
}
.topicsReccomend .News.current {
color: #333;
background: #fec4c4;
}
.topicsReccomend .News:hover {
background: #fec4c4;
color: #333;
}
.topicsReccomend .Event {
color: #333;
background: #fff;
border: 2px solid #ffda5b;
cursor: pointer;
transition: 0.3s;
}
.topicsReccomend .Event.current {
color: #333;
background: #ffda5b;
}
.topicsReccomend .Event:hover {
background: #ffda5b;
color: #333;
}
.topicsReccomend .Goods {
color: #333;
background: #fff;
border: 2px solid #77bff6;
cursor: pointer;
transition: 0.3s;
}
.topicsReccomend .Goods.current {
color: #333;
background: #77bff6;
}
.topicsReccomend .Goods:hover {
background: #77bff6;
color: #333;
}
.topicsReccomend .btn02 {
width: 19.54vw;
}
@media (max-width: 750px) {
.topicsReccomend {
margin-top: 10vw;
}
.topicsReccomend__flex {
display: block;
}
.topicsReccomend .btn02 {
width: 74.66vw;
height: 16vw;
border-radius: 8vw;
font-size: 3.46vw;
margin: 10vw auto;
}
.topicsReccomend .btn02 img {
width: 6.4vw;
top: 4.3vw;
left: 5vw;
}
}
#places-search {
width: 100%;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
width: 100% !important;
}
.titUs {
width: 100%;
height: 20vw;
position: relative;
background: linear-gradient(to right, #23a3ed 0%, #23a3ed 100%);
overflow: hidden;
position: relative;
}
.titUs h3 {
font-size: 2.5vw;
font-weight: 700;
color: #fff;
text-align: center;
padding-top: 4.16vw;
background: url(//animetourism88.com/wp-content/themes/animetourism88/assets/images/88navi/tit_frame.png) no-repeat;
background-size: 24.11vw auto;
background-position: 50% 0;
margin-bottom: 1.77vw;
margin-top: 3vw;
position: relative;
z-index: 10;
}
.titUs p {
font-size: 1vw;
color: #fff;
text-align: center;
position: relative;
z-index: 10;
line-height: 1.3em;
}
.titUs canvas {
position: absolute;
bottom: -7vw;
left: 0;
width: 100%;
transform: scaleY(0.5);
}
@media (max-width: 1024px) {
.titUs {
height: 25vw;
}
.titUs h3 {
background: url(//animetourism88.com/wp-content/themes/animetourism88/assets/images/88navi/tit_frame.png) no-repeat;
background-size: 33.11vw auto;
background-position: 50% 0;
padding-top: 5.16vw;
}
.titUs p {
font-size: 1.25vw;
}
}
@media (max-width: 750px) {
.titUs {
height: 59vw;
}
.titUs h3 {
font-size: 6.4vw;
background: url(//animetourism88.com/wp-content/themes/animetourism88/assets/images/88navi/tit_frame.png) no-repeat;
background-size: 47.11vw auto;
background-position: 50% 0;
padding: 9.16vw 1vw 0 1vw;
margin-top: 12vw;
margin-bottom: 3vw;
line-height: 1.3em;
}
.titUs p {
font-size: 3.4vw;
line-height: 1.3em;
margin: 0 auto;
padding: 0 1vw;
line-height: 1.3em;
}
}
.searchName {
width: 75vw;
margin: 0 auto;
padding: 4.68vw 0 3.8vw 0;
}
.searchName__initial {
margin-bottom: 2.08vw;
}
.searchName__initial h3 {
font-size: 1.25vw;
width: 100%;
border-bottom: 2px solid #c9c9c9;
font-weight: 700;
padding-bottom: 0.78vw;
margin-bottom: 1.25vw;
}
.searchName__initial__btn {
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-wrap: wrap;
}
.searchName__initial button {
width: 2.23vw;
height: 2.23vw;
display: flex;
justify-content: center;
align-items: center;
border: 2px solid #9dc0d2;
border-radius: 3px;
font-size: 1vw;
color: #333;
margin: 0 0 0.72vw 0.72vw;
font-weight: 700;
}
.searchName .is-active {
background: #e60213 !important;
border: 2px solid #e60213 !important;
color: #fff;
}
.searchName__flex {
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.searchName__type {
margin-bottom: 2.08vw;
width: 45vw;
}
.searchName__type h3 {
font-size: 1.25vw;
width: 100%;
border-bottom: 2px solid #c9c9c9;
font-weight: 700;
padding-bottom: 0.78vw;
margin-bottom: 1.25vw;
}
.searchName__type button {
width: 10.3vw;
height: 2.23vw;
display: flex;
justify-content: center;
align-items: center;
border: 2px solid #9dc0d2;
border-radius: 5px;
font-size: 1vw;
color: #333;
margin: 0 0 6vw 0.72vw;
font-weight: 700;
}
.searchName__type__flex {
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.searchName__stamp {
width: 27vw;
}
.searchName__stamp h3 {
font-size: 1.25vw;
width: 100%;
border-bottom: 2px solid #c9c9c9;
font-weight: 700;
padding-bottom: 0.78vw;
margin-bottom: 1.25vw;
}
.searchName__stamp button {
width: 10.3vw;
height: 2.23vw;
display: flex;
justify-content: center;
align-items: center;
border: 2px solid #9dc0d2;
border-radius: 5px;
font-size: 1vw;
color: #333;
margin: 0 0 6vw 0.72vw;
font-weight: 700;
}
.searchName__result {
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-wrap: wrap;
margin-bottom: 3.8vw;
}
.searchName__result .catch__slide {
width: 16.7vw;
}
.searchName__result .catch__slide__copy {
width: 16.7vw;
}
.searchName .slide {
margin: 0 1vw;
}
.searchName__sub {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 2vw;
}
.searchName__sub p:nth-of-type(1) {
font-size: 0.83vw;
}
.searchName__sub p:nth-of-type(2) {
font-size: 0.83vw;
display: flex;
justify-content: flex-start;
align-items: center;
}
.searchName__sub p:nth-of-type(2) img {
width: 1.5vw;
height: auto;
margin: 0 0.3vw;
}
.searchName .btnW {
display: block;
margin: 0 auto 3.6vw auto;
}
.searchName .btn02 {
margin: 0 auto;
}
.searchName__modal__close {
display: none;
}
@media (max-width: 1024px) {
.searchName .catch__slide {
width: 22vw;
}
.searchName .btnW {
width: 19.54vw;
height: 5.16vw;
font-size: 1.2vw;
}
.searchName .btnW span {
font-size: 1.5vw;
top: 1.8vw;
right: 2vw;
}
.searchName .btn02 {
width: 19.54vw;
height: 5.16vw;
font-size: 1.2vw;
}
.searchName .btn02 img {
top: 1.6vw;
}
}
@media (max-width: 750px) {
.searchName {
width: 100%;
padding: 10vw 0 21.8vw 0;
}
.searchName__result {
display: block;
}
.searchName .catch__slide {
width: 90%;
margin: 0 auto 15vw auto;
}
.searchName .catch__slide__copy {
width: 88vw;
}
.searchName__modal {
width: 86vw;
height: 100vh;
position: fixed;
top: 0;
right: 0;
z-index: 1000;
z-index: -1;
opacity: 0;
background: rgba(255, 255, 255, 0.9);
padding: 24vw 5.6vw 5.6vw 5.6vw;
overflow-y: scroll;
transition: 0.5s;
}
.searchName__modal__close {
width: 36.8vw;
height: 7.46vw;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
background: #000;
border-radius: 4vw;
margin: 5vw auto;
font-size: 3.46vw;
}
.searchName__sub {
margin: 0 0 3vw 6vw;
}
.searchName__sub p:nth-of-type(1) {
font-size: 3.46vw;
}
.searchName__initial {
margin-bottom: 5vw;
}
.searchName__initial h3 {
font-size: 3.46vw;
margin-bottom: 3vw;
}
.searchName__initial button {
width: 7.46vw;
height: 7.46vw;
margin: 0 1.3vw 1.3vw 1.3vw;
font-size: 3.46vw;
}
.searchName__flex {
display: block;
}
.searchName__type {
width: 100%;
margin-bottom: 5vw;
}
.searchName__type h3 {
font-size: 3.46vw;
margin-bottom: 3vw;
}
.searchName__type button {
width: 34.8vw;
height: 7.46vw;
margin: 0 1.3vw 1.3vw 1.3vw;
font-size: 3.46vw;
}
.searchName__type__flex {
flex-wrap: wrap;
}
.searchName__stamp {
width: 100%;
}
.searchName__stamp h3 {
font-size: 3.46vw;
margin-bottom: 3vw;
}
.searchName__stamp button {
width: 34.8vw;
height: 7.46vw;
margin: 0 1.3vw 1.3vw 1.3vw;
font-size: 3.46vw;
}
.searchName .btnW {
width: 74.66vw;
height: 16vw;
border-radius: 8vw;
font-size: 3.46vw;
margin: 10vw auto;
}
.searchName .btnW span {
font-size: 7.46vw;
top: 3.2vw;
right: 5vw;
}
.searchName .btn02 {
width: 74.66vw;
height: 16vw;
border-radius: 8vw;
font-size: 3.46vw;
margin: 10vw auto;
}
.searchName .btn02 img {
width: 6.4vw;
top: 4.3vw;
left: 5vw;
}
}
.notTxt {
text-align: center;
font-size: 24px;
font-weight: 900;
margin: 5vw auto;
line-height: 1.5em;
}
.notTxt span {
font-size: 16px;
font-weight: 400;
display: block;
}
@media (max-width: 1024px) {
.notTxt {
font-size: 20px;
}
.notTxt span {
font-size: 14px;
}
}
@media (max-width: 750px) {
.notTxt {
margin: 10vw auto;
}
}
.notTxt2 {
text-align: center;
font-size: 35px;
font-weight: 900;
margin: 15.06vw auto;
line-height: 1.5em;
}
.notTxt2 .btn02 {
margin: 5vw auto;
}
.notTxt2 p {
font-size: 16px;
font-weight: 400;
display: block;
}
@media (max-width: 1024px) {
.notTxt2 {
font-size: 20px;
}
.notTxt2 .btn02 {
width: 19.54vw;
height: 5.16vw;
font-size: 1.2vw;
}
.notTxt2 .btn02 img {
top: 1.6vw;
}
.notTxt2 span {
font-size: 14px;
}
}
@media (max-width: 750px) {
.notTxt2 {
margin: 37vw auto;
}
.notTxt2 .btn02 {
width: 74.66vw;
height: 16vw;
border-radius: 8vw;
margin: 0 auto;
font-size: 3.46vw;
margin: 10vw auto;
}
.notTxt2 .btn02 img {
width: 6.4vw;
top: 5vw;
left: 5vw;
}
}
.btnB {
width: 74.66vw;
height: 16vw;
border-radius: 1vw;
color: #fff;
background: #097ad3;
display: flex;
justify-content: center;
align-items: center;
font-weight: 700;
position: fixed;
bottom: 7vw;
left: calc(50% - 37.33vw);
z-index: 100;
}
.btnB img {
position: absolute;
width: 5vw;
top: 5.6vw;
left: 22vw;
}
.mapAll {
width: 75vw;
margin: 0 auto;
padding: 5.6vw 0;
position: relative;
z-index: 10;
}
.mapAll__flex {
display: flex;
justify-content: center;
align-items: flex-start;
}
.mapAll__link {
width: 37vw;
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-wrap: wrap;
position: relative;
z-index: 10;
}
.mapAll__link li {
margin: 0 1.25vw 1.25vw 0;
}
.mapAll__link li a {
width: 16.66vw;
height: 5.83vw;
display: flex;
justify-content: center;
align-items: center;
border-radius: 5px;
transition: 0.2s;
font-size: 1.25vw;
font-weight: 700;
text-align: center;
}
.mapAll__link li a span {
font-size: 0.83vw;
font-weight: 400;
}
.mapAll__link li:nth-of-type(1) a {
border: 2px solid #fec4c4;
}
.mapAll__link li:nth-of-type(1) a:hover {
background: #ffeded;
}
.mapAll__link li:nth-of-type(2) a {
border: 2px solid #ffda5b;
}
.mapAll__link li:nth-of-type(2) a:hover {
background: #fff4cd;
}
.mapAll__link li:nth-of-type(3) a {
border: 2px solid #6b7bc8;
}
.mapAll__link li:nth-of-type(3) a:hover {
background: #d2d7ee;
}
.mapAll__link li:nth-of-type(4) a {
border: 2px solid #77bff6;
}
.mapAll__link li:nth-of-type(4) a:hover {
background: #d6ecfc;
}
.mapAll__link li:nth-of-type(5) a {
border: 2px solid #7fd28e;
}
.mapAll__link li:nth-of-type(5) a:hover {
background: #d7f1dd;
}
.mapAll__link li:nth-of-type(6) a {
border: 2px solid #ffb85b;
}
.mapAll__link li:nth-of-type(6) a:hover {
background: #ffeacd;
}
.mapAll__link li:nth-of-type(7) a {
border: 2px solid #da6464;
}
.mapAll__link li:nth-of-type(7) a:hover {
background: #f4d0d0;
}
.mapAll__map {
width: 39.0625vw;
position: relative;
transform: translateX(-7vw);
}
.mapAll__map img {
width: 100%;
height: auto;
}
.mapAll__map svg {
width: 115%;
height: auto;
}
.mapAll__map svg g {
cursor: pointer;
}
.mapAll__map .pin {
width: 2vw;
height: auto;
position: absolute;
transform: translateY(-5vw);
opacity: 0;
}
.mapAll__map .pin1 {
top: 4vw;
right: 4vw;
}
.mapAll__map .pin2 {
top: 20.7vw;
right: 9.5vw;
}
.mapAll__map .pin3 {
top: 21.9vw;
right: 10vw;
}
.mapAll__map .pin4 {
top: 21.5vw;
right: 13.8vw;
}
.mapAll__map .pin5 {
top: 24vw;
right: 17.2vw;
}
.mapAll__map .pin6 {
top: 26.5vw;
left: 13.5vw;
}
.mapAll__map .pin7 {
top: 28.8vw;
left: 9vw;
}
.mapAll__map .fall {
animation-name: pin;
animation-duration: 0.4s;
animation-iteration-count: 1;
animation-timing-function: ease-in;
animation-fill-mode: forwards;
}
@keyframes pin {
0% {
opacity: 0;
transform: translateY(-10vw) scaleY(1);
}
60% {
opacity: 1;
transform: translateY(0) scaleY(1);
}
80% {
opacity: 1;
transform: translateY(-2vw) scaleY(0.8);
}
100% {
opacity: 1;
transform: translateY(0) scaleY(1);
}
}
.mapAll__map .hide {
opacity: 0 !important;
}
.mapAll .btn02 {
margin: 5.6vw auto 0 auto;
}
@media (max-width: 1024px) {
.mapAll__link li a {
font-size: 1.5vw;
}
.mapAll__link li a span {
font-size: 1.1vw;
}
.mapAll .btn02 {
width: 19.54vw;
height: 5.16vw;
font-size: 1.2vw;
}
.mapAll .btn02 img {
top: 1.6vw;
}
}
@media (max-width: 750px) {
.mapAll {
width: 90%;
padding: 10vw 0;
}
.mapAll__flex {
display: block;
}
.mapAll__link {
width: 100%;
justify-content: space-between;
}
.mapAll__link li {
margin: 0 0 3vw 0;
}
.mapAll__link li a {
width: 43.2vw;
height: 15vw;
font-size: 3.46vw;
}
.mapAll__link li a span {
font-size: 2.66vw;
}
.mapAll__map {
width: 100%;
transform: translateX(0);
}
.mapAll .btn02 {
width: 74.66vw;
height: 16vw;
border-radius: 8vw;
font-size: 3.46vw;
margin: 10vw auto;
}
.mapAll .btn02 img {
width: 6.4vw;
top: 4.3vw;
left: 5vw;
}
.mapAll .pin {
opacity: 1;
transform: translateY(0);
width: 5.46vw;
}
.mapAll .pin1 {
top: 8vw;
right: 12vw;
}
.mapAll .pin2 {
top: 51vw;
right: 26vw;
}
.mapAll .pin3 {
top: 59.3vw;
right: 29vw;
}
.mapAll .pin4 {
top: 52.3vw;
right: 41vw;
}
.mapAll .pin5 {
top: 66.3vw;
left: 34vw;
}
.mapAll .pin6 {
top: 64.3vw;
left: 18vw;
}
.mapAll .pin7 {
top: 72.3vw;
left: 4.3vw;
}
}
.mapDist {
padding: 5.33vw 2vw;
}
.mapDist__link {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
position: relative;
z-index: 10;
margin-bottom: 5.33vw;
}
.mapDist__link li {
margin: 0 0.36vw;
}
.mapDist__link li a {
width: 8.33vw;
height: 2.91vw;
display: flex;
justify-content: center;
align-items: center;
border-radius: 5px;
transition: 0.2s;
font-size: 0.93vw;
text-align: center;
}
.mapDist__link li:nth-of-type(1) a {
border: 2px solid #fec4c4;
}
.mapDist__link li:nth-of-type(1) a:hover {
background: #ffeded;
}
.mapDist__link li:nth-of-type(2) a {
border: 2px solid #ffda5b;
}
.mapDist__link li:nth-of-type(2) a:hover {
background: #fff4cd;
}
.mapDist__link li:nth-of-type(3) a {
border: 2px solid #6b7bc8;
}
.mapDist__link li:nth-of-type(3) a:hover {
background: #d2d7ee;
}
.mapDist__link li:nth-of-type(4) a {
border: 2px solid #77bff6;
}
.mapDist__link li:nth-of-type(4) a:hover {
background: #d6ecfc;
}
.mapDist__link li:nth-of-type(5) a {
border: 2px solid #7fd28e;
}
.mapDist__link li:nth-of-type(5) a:hover {
background: #d7f1dd;
}
.mapDist__link li:nth-of-type(6) a {
border: 2px solid #ffb85b;
}
.mapDist__link li:nth-of-type(6) a:hover {
background: #ffeacd;
}
.mapDist__link li:nth-of-type(7) a {
border: 2px solid #da6464;
}
.mapDist__link li:nth-of-type(7) a:hover {
background: #f4d0d0;
}
.mapDist__flex {
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.mapDist__left {
width: 55%;
padding: 3vw;
border: 1px solid #c9c9c9;
}
.mapDist__left a {
width: 2.39vw;
height: 2.39vw;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
background: #fff;
font-size: 0.83vw;
transform: translate(-1.2vw, -1.2vw);
transition: 0.2s;
}
@media (min-width: 1024px) {
.mapDist__left a:hover {
transform: translate(-1.2vw, -1.2vw) scale(0.9);
}
}
.mapDist__right {
width: 43%;
}
.mapDist__right__over {
overflow-y: scroll;
height: 45.46vw;
}
.mapDist__right__num {
width: 2.6vw;
height: 2.6vw;
display: flex;
justify-content: center;
align-items: center;
font-size: 1vw;
border-radius: 50%;
font-weight: 700;
}
.mapDist__right__area {
font-size: 1vw;
margin-left: 0.625vw;
}
.mapDist__right__area p {
width: 29vw;
}
.mapDist__right__area p:nth-of-type(1) {
margin-bottom: 0.3vw;
}
.mapDist__right__area p:nth-of-type(2) {
font-weight: 700;
}
.mapDist__right h3 {
width: 100%;
height: 2.65vw;
display: flex;
justify-content: center;
align-items: center;
font-size: 1.25vw;
background: #d2ebf6;
border-top-left-radius: 1.2vw;
border-top-right-radius: 1.2vw;
font-weight: 700;
}
.mapDist__right a {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1vw;
border: 1px solid #c9c9c9;
border-radius: 1vw;
width: calc(100% - 2vw);
margin: 0 auto 0.5vw auto;
}
.mapDist__right a img {
width: 2.39vw;
height: auto;
}
.mapDist__right__list {
display: flex;
justify-content: flex-start;
align-items: center;
}
.mapDist__right li:first-of-type {
margin: 1vw auto 0.5vw auto;
}
.mapDist__right .sub {
font-size: 0.72vw;
display: flex;
justify-content: flex-end;
align-items: center;
margin: 1vw 0 0 0;
}
.mapDist__right .sub img {
width: 1.5vw;
margin: 0 0.3vw;
}
.mapDist .type1_1 {
border: 2px solid #fec4c4;
background: #ffa3a3;
box-shadow: 0px 3px 0px #c97171;
}
.mapDist .type1_2 {
border: 2px solid #fec4c4;
background: #fff;
box-shadow: 0px 3px 0px #c97171;
}
.mapDist .type1_3 {
border: 2px solid #fec4c4;
background: #ffeded;
box-shadow: 0px 3px 0px #c97171;
}
.mapDist .type2_1 {
border: 2px solid #ffda5b;
background: #ffc800;
box-shadow: 0px 3px 0px #bc7a1d;
}
.mapDist .type2_2 {
border: 2px solid #ffda5b;
background: #fff;
box-shadow: 0px 3px 0px #bc7a1d;
}
.mapDist .type2_3 {
border: 2px solid #ffda5b;
background: #fff4cd;
box-shadow: 0px 3px 0px #bc7a1d;
}
.mapDist .type3_1 {
border: 2px solid #6b7bc8;
background: #9cabf4;
box-shadow: 0px 3px 0px #2f3b75;
}
.mapDist .type3_2 {
border: 2px solid #6b7bc8;
background: #fff;
box-shadow: 0px 3px 0px #2f3b75;
}
.mapDist .type3_3 {
border: 2px solid #6b7bc8;
background: #d2d7ee;
box-shadow: 0px 3px 0px #2f3b75;
}
.mapDist .type4_1 {
border: 2px solid #70b8ef;
background: #2fa5ff;
box-shadow: 0px 3px 0px #16629d;
}
.mapDist .type4_2 {
border: 2px solid #70b8ef;
background: #fff;
box-shadow: 0px 3px 0px #16629d;
}
.mapDist .type4_3 {
border: 2px solid #70b8ef;
background: #d6ecfc;
box-shadow: 0px 3px 0px #16629d;
}
.mapDist .type5_1 {
border: 2px solid #7fd18e;
background: #43c15a;
box-shadow: 0px 3px 0px #358644;
}
.mapDist .type5_2 {
border: 2px solid #7fd18e;
background: #fff;
box-shadow: 0px 3px 0px #358644;
}
.mapDist .type5_3 {
border: 2px solid #7fd18e;
background: #d7f1dd;
box-shadow: 0px 3px 0px #358644;
}
.mapDist .type6_1 {
border: 2px solid #ffb95d;
background: #eb9b00;
box-shadow: 0px 3px 0px #b6741e;
}
.mapDist .type6_2 {
border: 2px solid #ffb95d;
background: #fff;
box-shadow: 0px 3px 0px #b6741e;
}
.mapDist .type6_3 {
border: 2px solid #ffb95d;
background: #ffeacd;
box-shadow: 0px 3px 0px #b6741e;
}
.mapDist .type7_1 {
border: 2px solid #da6464;
background: #e58686;
box-shadow: 0px 3px 0px #8f1010;
}
.mapDist .type7_2 {
border: 2px solid #da6464;
background: #fff;
box-shadow: 0px 3px 0px #8f1010;
}
.mapDist .type7_3 {
border: 2px solid #da6464;
background: #f4d0d0;
box-shadow: 0px 3px 0px #8f1010;
}
.mapDist .btn02 {
margin: 5.6vw auto 0 auto;
}
@media (max-width: 1024px) {
.mapDist__link a {
width: 11vw;
height: 4vw;
font-size: 1.2vw;
}
.mapDist__left a {
width: 3vw;
height: 3vw;
font-size: 1.1vw;
transform: translate(-1.5vw, -1.5vw);
}
.mapDist__right {
margin-bottom: 2vw;
}
.mapDist__right h3 {
height: 3.5vw;
font-size: 1.5vw;
}
.mapDist__right__num {
width: 3vw;
height: 3vw;
font-size: 1.1vw;
}
.mapDist__right__area {
font-size: 1.2vw;
}
.mapDist__right .sub {
font-size: 1vw;
}
.mapDist .btn02 {
width: 19.54vw;
height: 5.16vw;
font-size: 1.2vw;
}
.mapDist .btn02 img {
top: 1.6vw;
}
}
@media (max-width: 750px) {
.mapDist {
padding: 10vw 3.2vw;
}
.mapDist__link {
margin-bottom: 7.46vw;
}
.mapDist__link li {
margin: 0 0.5vw 2vw 0.5vw;
}
.mapDist__link li a {
width: 21.8vw;
height: 7.46vw;
font-size: 2.8vw;
}
.mapDist__link .current:nth-of-type(1) a {
border: 2px solid #fec4c4;
background: #ffeded;
}
.mapDist__link .current:nth-of-type(2) a {
border: 2px solid #ffda5b;
background: #fff4cd;
}
.mapDist__link .current:nth-of-type(3) a {
border: 2px solid #6b7bc8;
background: #d2d7ee;
}
.mapDist__link .current:nth-of-type(4) a {
border: 2px solid #77bff6;
background: #d6ecfc;
}
.mapDist__link .current:nth-of-type(5) a {
border: 2px solid #7fd28e;
background: #d7f1dd;
}
.mapDist__link .current:nth-of-type(6) a {
border: 2px solid #ffb85b;
background: #ffeacd;
}
.mapDist__link .current:nth-of-type(7) a {
border: 2px solid #da6464;
background: #f4d0d0;
}
.mapDist__link__blank1 {
margin: 0 0.5vw 2vw 2vw !important;
}
.mapDist__link__blank2 {
margin: 0 2vw 2vw 0.5vw !important;
}
.mapDist__flex {
flex-direction: column-reverse;
}
.mapDist__left {
width: 88.2vw;
margin: 0 auto;
padding: 4vw;
}
.mapDist__left a {
width: 6vw;
height: 6vw;
transform: translate(-3vw, -3vw);
font-size: 2vw;
}
.mapDist__right {
width: 100%;
margin-bottom: 11vw;
}
.mapDist__right h3 {
height: 7.46vw;
font-size: 3.46vw;
border-top-left-radius: 3.2vw;
border-top-right-radius: 3.2vw;
}
.mapDist__right a {
width: 88.2vw;
padding: 2.8vw;
margin: 0 auto 1vw auto;
}
.mapDist__right a img {
width: 6.13vw;
}
.mapDist__right__num {
width: 7.86vw;
height: 7.86vw;
font-size: 2.53vw;
}
.mapDist__right__area p {
font-size: 3.46vw;
margin-left: 1vw;
width: 65vw;
}
.mapDist__right__area p:nth-of-type(1) {
margin-bottom: 1.2vw;
}
.mapDist__right__over {
height: 118.5vw;
}
.mapDist__right .sub {
font-size: 2.66vw;
}
.mapDist__right .sub img {
width: 4.66vw;
}
.mapDist .btn02 {
width: 74.66vw;
height: 16vw;
border-radius: 8vw;
font-size: 3.46vw;
margin: 10vw auto;
}
.mapDist .btn02 img {
width: 6.4vw;
top: 4.3vw;
left: 5vw;
}
}
.spotList {
position: relative;
display: flex;
justify-content: center;
align-items: flex-start;
width: calc(100% - 60px);
margin: 80px auto;
}
.spotList h2 {
text-align: center;
font-size: 24px;
margin-bottom: 50px;
font-weight: 700;
}
.spotList__in {
width: 62%;
max-width: 800px;
}
.spotList__jump {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 50px;
}
.spotList__jump a {
width: 170px;
height: 50px;
border-radius: 10px;
position: relative;
display: flex;
justify-content: center;
align-items: center;
border: 3px solid #99bdd0;
margin: 0 5px;
font-size: 15px;
text-align: center;
}
.spotList__jump a:after {
content: "";
background: url(//animetourism88.com/wp-content/themes/animetourism88/assets/images/down.png) no-repeat;
background-size: 100%;
width: 14px;
height: 12px;
position: absolute;
top: 18px;
right: 10px;
transition: 0.2s;
}
.spotList__jump a:hover:after {
transform: translateY(4px);
}
.spotList__link {
top: 120px;
margin-right: 50px;
margin-left: -165px;
margin-top: 190px;
}
.spotList__link a {
width: 184px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
color: #333;
border: 1px solid #333;
border-radius: 20px;
margin-bottom: 10px;
transition: 0.2s;
}
.spotList__link a:hover {
background: #333;
color: #fff;
}
.spotList__tit {
width: 100%;
display: flex;
justify-content: flex-start;
align-items: center;
border-radius: 30px;
font-size: 24px;
margin-bottom: 20px;
padding-top: 8vw;
margin-top: -8vw;
}
.spotList__tit:before {
content: "";
width: 20px;
height: 20px;
background: #e60213;
margin-right: 5px;
}
.spotList .select {
position: relative;
width: 10.39vw;
margin-right: 2.5vw;
display: none;
}
.spotList select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0.5vw;
width: 10.39vw;
height: 2.91vw;
border: 2px solid #333;
padding: 0 1vw;
font-size: 0.83vw;
}
.spotList select::-ms-expand {
display: none;
}
.spotList .select::before {
content: "";
position: absolute;
right: 0.5vw;
top: 1.2vw;
width: 0.88vw;
height: 0.625vw;
background: url(//animetourism88.com/wp-content/themes/animetourism88/assets/images/down.png) no-repeat;
background-size: 100%;
}
.spotList .wp-block-table {
margin-bottom: 80px;
}
.spotList .wp-block-table th {
border: 1px solid #fff;
font-size: 16px;
padding: 15px;
background: #d2ebf6;
line-height: 1.3em;
font-weight: 400;
}
.spotList .wp-block-table td {
border: 1px solid #e1e6e9;
font-size: 16px;
padding: 15px 20px;
line-height: 1.3em;
}
.spotList .wp-block-table thead {
border: none;
}
.spotList .btn02 {
margin: 0 auto;
}
@media (max-width: 1024px) {
.spotList .btn02 {
display: block;
width: 14.54vw;
height: 4.16vw;
border-radius: 6vw;
font-size: 0.83vw;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 0.83vw;
position: relative;
color: #fff;
background: #000;
border: 1px solid #000;
text-decoration: none;
overflow: hidden;
}
}
@media (max-width: 750px) {
.spotList .btn02 {
width: 74.66vw;
height: 16vw;
border-radius: 8vw;
font-size: 3.46vw;
margin: 10vw auto;
}
.spotList .btn02 img {
width: 6.4vw;
top: 5vw;
left: 5vw;
}
}
@media (max-width: 1024px) {
.spotList {
margin: 5vw auto;
}
.spotList__in {
width: 80%;
}
.spotList__link {
margin-right: 20px;
margin-left: 0px;
}
.spotList__link a {
width: 140px;
height: 30px;
font-size: 14px;
}
}
@media (max-width: 750px) {
.spotList {
width: calc(100% - 10vw);
}
.spotList h2 {
margin-bottom: 8vw;
}
.spotList__link {
display: none;
}
.spotList__in {
width: 100%;
}
.spotList__tit {
height: 7.46vw;
font-size: 4.26vw;
padding-top: 30vw;
margin-top: -30vw;
margin-bottom: 8vw;
}
.spotList__tit:before {
content: "";
width: 4.26vw;
height: 4.26vw;
background: #e60213;
margin-right: 1.5vw;
}
.spotList__jump {
margin-bottom: 10vw;
}
.spotList__jump a {
width: 35vw;
height: 10.66vw;
font-size: 3.26vw;
}
.spotList__jump a:after {
content: "";
width: 2.26vw;
height: 1.6vw;
background: url(//animetourism88.com/wp-content/themes/animetourism88/assets/images/down.png) no-repeat;
background-size: 100%;
position: absolute;
top: 4vw;
right: 1.5vw;
}
.spotList .select {
width: 37.33vw;
margin: 0 0 10vw 50vw;
display: block;
}
.spotList .select:before {
content: "";
position: absolute;
right: 1.5vw;
top: 2.5vw;
width: 3.3vw;
height: 4vw;
}
.spotList .select select {
width: 37.33vw;
height: 7.46vw;
font-size: 3.46vw;
background: #fff;
}
.spotList .wp-block-table {
margin-bottom: 15vw;
}
.spotList .wp-block-table th {
font-size: 3.2vw;
padding: 3vw;
}
.spotList .wp-block-table td {
font-size: 3.2vw;
padding: 3vw;
}
}
.usContent {
width: calc(100% - 60px);
max-width: 800px;
margin: 80px auto;
font-size: 16px;
line-height: 1.8em;
}
.usContent .btn02 {
margin: 5vw auto 0 auto;
}
@media (max-width: 750px) {
.usContent {
width: calc(100% - 10vw);
margin: 10vw auto;
font-size: 3.46vw;
}
.usContent .btn02 {
width: 74.66vw;
height: 16vw;
border-radius: 8vw;
margin: 0 auto;
font-size: 3.46vw;
margin: 10vw auto;
}
.usContent .btn02 img {
width: 6.4vw;
top: 5vw;
left: 5vw;
}
}
.inquiryWrap {
width: calc(100% - 60px);
max-width: 800px;
margin: 0 auto;
}
.inquiryWrap__catch {
font-size: 15px;
text-align: center;
margin: 80px 0;
line-height: 1.3em;
}
.inquiryWrap .overflow-y-scroll {
border: 1px solid #e1e1e1;
padding: 40px;
line-height: 1.8em;
margin-bottom: 50px;
}
.inquiryWrap .text-xl {
font-size: 24px;
font-weight: 700;
}
.inquiryWrap h3 {
font-size: 20px !important;
border: none;
padding: 0;
}
.inquiryWrap h4 {
font-size: 20px !important;
border: none;
padding: 0;
}
.inquiryWrap h4 strong {
font-weight: 400 !important;
}
.inquiryWrap .btn02 {
margin: 50px auto !important;
}
.inquiryWrap .btn03 {
margin: 50px auto !important;
}
.inquiryWrap .btn04 {
margin: 50px auto !important;
}
.inquiryWrap .font-medium {
font-size: 16px;
font-weight: 400;
margin: 50px 0;
}
.inquiryWrap input {
background-color: #fff !important;
}
@media (max-width: 1024px) {
.inquiryWrap .btn02 {
width: 19.54vw;
height: 5.16vw;
font-size: 1.2vw;
}
.inquiryWrap .btn02 img {
width: 1.7vw;
height: auto;
position: absolute;
top: 1.6vw;
left: 1vw;
z-index: 10;
transition: 0.3s;
transform: rotate(180deg);
}
.inquiryWrap .btn03 {
width: 19.54vw;
height: 5.16vw;
font-size: 1.2vw;
}
.inquiryWrap .btn03 img {
width: 1.7vw;
height: auto;
position: absolute;
top: 1.6vw;
right: 1vw;
z-index: 10;
transition: 0.3s;
}
.inquiryWrap .btn04 {
width: 19.54vw;
height: 5.16vw;
font-size: 1.2vw;
}
}
@media (max-width: 750px) {
.inquiryWrap__catch {
margin: 8vw 0;
}
.inquiryWrap .overflow-y-scroll {
padding: 4vw;
}
.inquiryWrap .text-xl {
font-size: 3.46vw;
}
.inquiryWrap .wp-block-heading {
font-size: 3.46vw !important;
}
.inquiryWrap .btn02 {
width: 74.66vw;
height: 16vw;
border-radius: 8vw;
margin: 0 auto;
font-size: 3.46vw;
margin: 10vw auto;
}
.inquiryWrap .btn02 img {
width: 6.4vw;
top: 5vw;
left: 5vw;
}
.inquiryWrap .btn03 {
width: 74.66vw;
height: 16vw;
border-radius: 8vw;
margin: 0 auto;
font-size: 3.46vw;
margin: 10vw auto;
}
.inquiryWrap .btn03 img {
width: 6.4vw;
top: 5vw;
right: 5vw;
}
.inquiryWrap .btn04 {
width: 74.66vw;
height: 16vw;
border-radius: 8vw;
margin: 0 auto;
font-size: 3.46vw;
margin: 10vw auto;
}
}
.showMap {
opacity: 1 !important;
z-index: 10 !important;
}
.hideMap {
opacity: 0 !important;
z-index: -1 !important;
}
.colorRed {
color: #e60213;
}
@media (max-width: 750px) {
.pc {
display: none !important;
}
}
@media (max-width: 750px) {
.pc {
display: none !important;
}
}
.sp {
display: none;
}
@media (max-width: 750px) {
.sp {
display: block;
}
}
.sp2 {
display: none;
}
@media (max-width: 750px) {
.sp2 {
display: flex;
}
}
.center {
opacity: 0;
transition: 0.5s;
}
.bottom {
opacity: 0;
transition: 0.5s;
transform: translate(0, 20px) !important;
}
.zoom {
opacity: 0;
transition: 0.6s;
transform: scale(0.8);
transition-timing-function: ease-in;
transition-delay: 0.5s;
}
.show {
opacity: 1 !important;
transform: translate(0, 0) scale(1) !important;
}
#vote {
padding-top: 8vw;
margin-top: -8vw;
}
#topics {
padding-top: 8vw;
margin-top: -8vw;
}
#movie {
padding-top: 12vw;
margin-top: -12vw;
}
#contact {
padding-top: 8vw;
margin-top: -8vw;
}
@keyframes ripple {
0% {
box-shadow: 0 0 0 0 #a0a0a0;
}
70% {
box-shadow: 0 0 0 1.5vw rgba(27, 133, 251, 0);
}
100% {
box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
}
}
@keyframes ripple1 {
0% {
box-shadow: 0 0 0 0 #a0a0a0;
}
70% {
box-shadow: 0 0 0 1vw rgba(27, 133, 251, 0);
}
100% {
box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
}
}
@keyframes ripple2 {
0% {
box-shadow: 0 0 0 0 #ff0033;
}
70% {
box-shadow: 0 0 0 1vw rgba(255, 0, 51, 0);
}
100% {
box-shadow: 0 0 0 0 rgba(255, 0, 51, 0);
}
}
@keyframes ripple3 {
0% {
box-shadow: 0 0 0 0 #1877f2;
}
70% {
box-shadow: 0 0 0 1vw rgba(24, 119, 242, 0);
}
100% {
box-shadow: 0 0 0 0 rgba(24, 119, 242, 0);
}
}
.hidden {
display: none !important;
}
.curb {
width: 63vw;
border-radius: 50px;
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1024px) {
.curb {
width: 80vw;
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
}
@media (max-width: 750px) {
.curb {
width: 100%;
border-radius: 0;
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0);
}
}
.shadow {
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1024px) {
.shadow {
width: 80vw;
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
}
@media (max-width: 750px) {
.shadow {
width: 100%;
border-radius: 0;
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0);
}
}