@charset "UTF-8";

/* *==============================================================================================================================
 * css content
 * *==============================================================================================================================
 * [object]
 * ------------------------------------------------------------------------------------------------------------------------------
 * _project ページ固有のコンポーネント
 *
 * 01. home
 * 02. enjoy
 * 03. course
 * _a. skybus
 * _b. skyduck
 * _c. skyhop
 * 04. recommended
 * 05. vehicle
 * 06. gallery
 * 07. topics
 * 08. goods
 * 09. group
 * 10. guide
 * 11. reserved
 * 12. flow
 * 13. meeting-place
 * 14. faq
 * 15. contract
 * 16. contact
 *
 */

/* ==============================================================================================================================
 * 00. home
 */

.js-slider--container {
  overflow-x: hidden;
  width: 100%;
  height: 55rem;
  background-color: #fff;
  background-image: url(../images/slide_bg.jpg);
  background-repeat: repeat-x;
		margin-top: 160px;
}



.bx-wrapper{
  max-width: 100%!important;
}
/* .js-slider--wrap{
  overflow: hidden;
} */



.js-slider {
  position: relative;
  left: 1110px; /* (100vw - SlideWidth) / 2 */ /* 20180210 変更 */
  overflow: visible !important;
}

.js-slider--slide {
  width: 1110px !important;
  height: 450px;
}

.js-slider--slide a {
  width: 1110px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

/* bxSlider */
.bx-viewport {
  box-shadow: none;
  border: none;
  margin: 0;
}
































 .js-slider--all {
  position: relative;
  width: 100%;
  height: 100%;
}

 .js-slider--wrap {
  position: absolute;
  left: 50%;
  width: 333rem;
  margin-left: -166.5rem;
} 



.js-slider--slide {
  height: 46rem;
  text-align: center;
  vertical-align: bottom;
} 

.js-slider--slide img {
  border: .8rem solid #fff;
  box-shadow: 0 0 0.8rem 0.3rem rgba(0, 0, 0, 0.12);
  vertical-align: bottom;
}

.p-homeCourse {
  margin-top: -3rem;
  padding-top: 11.2rem;
  background-image: url(../images/course--bg.jpg);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center 1rem;
}

.p-homeCourseMain--ttl::before,
.p-homeCourseMain--ttl::after,
.p-homeCourseSub--ttl::before,
.p-homeCourseSub--ttl::after {
  position: absolute;
  -webkit-animation-name: logoCrowdXY;
  animation-name: logoCrowdXY;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  will-change: transform;
}

.p-homeCourseMain--ttl {
  position: relative;
  width: 105rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.p-homeCourseMain--ttl::before {
  top: -6.4rem;
  left: 19.2rem;
  content: url(../images/course--item2.png);
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.p-homeCourseMain--ttl::after {
  top: -7.2rem;
  right: 14.5rem;
  content: url(../images/course--item3.png);
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

.p-homeCourseSub--ttl {
  position: relative;
  width: 105rem;
  margin-top: 6.4rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.p-homeCourseSub--ttl::before {
  top: -21rem;
  left: 4.5rem;
  content: url(../images/course--item1.png);
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
}

.p-homeCourseSub--ttl::after {
  top: -19.8rem;
  right: 4.2rem;
  content: url(../images/course--item4.png);
  -webkit-animation-delay: -5s;
  animation-delay: -5s;
}

.p-homeCourse--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 105rem;
  margin-top: 4.8rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7.2rem;
}

.p-homeCourse--item {
  position: relative;
  overflow: hidden;
  width: 35rem;
  text-align: center;
  transition-timing-function: ease-in-out;
  transition: all .3s;
}

.p-homeCourse--item.is-active {
  width: 50rem;
}

.p-homeCourse--item.in-active {
  width: 27.5rem;
}

.p-homeCourse--item img {
  transition: all .3s;
}

.p-homeCourse--txt {
  display: inline-block;
  height: 2.2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  transition: all .3s;
}

.p-homeCourse--txt::after {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
}

li:nth-of-type(1) .p-homeCourse--txt::after {
  content: url(../images/courseSb--ico.png);
}

li:nth-of-type(2) .p-homeCourse--txt::after {
  content: url(../images/courseSd--ico.png);
}

li:nth-of-type(3) .p-homeCourse--txt::after {
  content: url(../images/courseSh--ico.png);
}

.in-active .p-homeCourse--txt {
  height: 1.7rem;
  padding-top: 2rem;
}

.in-active .p-homeCourse--txt img {
  height: 1.6rem;
}

.p-homeCourse--anchor {
  display: block;
  height: 40.2rem;
  background-repeat: no-repeat;
}

li:nth-of-type(1) .p-homeCourse--anchor {
  background-image: url(../images/courseSb--bg--line.png), url(../images/../images/courseSb--bg--img.jpg);
  background-position: center 5.2rem, left 5.2rem;
}

li:nth-of-type(2) .p-homeCourse--anchor {
  background-image: url(../images/courseSd--bg--line.png), url(../images/../images/courseSd--bg--img.jpg);
  background-position: center 5.2rem, center 5.2rem;
}

li:nth-of-type(2) .p-homeCourse--anchor::before {
  position: absolute;
  top: 7.2rem;
  right: 1.2rem;
  content: url(../images/courseSd--bg--ykhm.png);
  z-index: 2;
  opacity: 0;
  transition: all .3s;
}

li:nth-of-type(2) .p-homeCourse--anchor::after {
  position: absolute;
  top: 7.2rem;
  right: 10.2rem;
  content: url(../images/courseSd--bg--tokyo.png);
  z-index: 2;
  opacity: 0;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition: all .3s;
}

li.is-active .p-homeCourse--anchor::before {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-delay: .4s;
  opacity: 1 !important;
}

li.is-active .p-homeCourse--anchor::after {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-delay: .3s;
  opacity: 1 !important;
}

li:nth-of-type(3) .p-homeCourse--anchor {
  background-image: url(../images/courseSh--bg--line.png), url(../images/../images/courseSh--bg--img.jpg);
  background-position: center 5.2rem, right 5.2rem;
}

.is-show .p-homeCourseSub--section {
  -webkit-animation-name: showPannel;
  animation-name: showPannel;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

.p-homeCourseSub--section > * {
  position: relative;
  min-height: 28rem;
  padding-right: 47.5rem;
  background-image: url(../images/courseSection--line.png);
  background-repeat: no-repeat;
  background-position: 2.5rem bottom;
}

.p-homeCourseSub--head {
  background-image: url(../images/courseSection--line.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.p-homeCourseSub--head img {
  padding-right: 2rem;
  background-color: #fff;
}

.p-homeCourseSub--head::after {
  position: absolute;
  top: -1rem;
  right: 0;
}

#courseSb .p-homeCourseSub--head::after {
  content: url(../images/courseSb--fig.png);
}

#courseSd .p-homeCourseSub--head::after {
  content: url(../images/courseSd--fig.png);
}

#courseSh .p-homeCourseSub--head::after {
  content: url(../images/courseSh--fig.png);
}

.p-homeTopics {
  background-color: #f8ead6;
  background-image: url(../images/topics-bg.png), linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-position: center bottom, left top;
  background-repeat: repeat-x, repeat;
  background-size: auto, 1.2rem 1.2rem;
}

.p-homeTopics--row {
  width: 105rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.p-homeTopics--col {
  position: relative;
  box-sizing: border-box;
  min-height: 26rem;
  margin-bottom: 3rem;
  padding: 2rem;
  border: .1rem solid #ececec;
  border-radius: .8rem;
  background-color: #fff;
}

.p-homeTopics--ttl {
  margin-bottom: 1.5rem;
  padding-bottom: 1.7rem;
  background-image: url(../images/line--ttl.png);
  background-repeat: repeat-x;
  background-position: left bottom;
}

.p-homeTopics--more {
  position: absolute;
  top: 3.5rem;
  right: 2rem;
}

.p-homeTopics--itemwrap {
  overflow: auto;
  height: 14.5rem;
}

.p-homeTopics--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

.p-homeTopics--head {
  width: 16.5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  border-bottom: .1rem dashed #dadfe2;
}

.translated-ltr .p-homeTopics--head {
  width: 19.5rem !important;
}

.p-homeTopics--desc {
  width: calc( 100% - 16.5rem);
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  border-bottom: .1rem dashed #dadfe2;
}

.translated-ltr .p-homeTopics--desc {
  width: calc( 100% - 19.5rem) !important;
}

.p-homeTopics--desc a {
  display: block;
  overflow: hidden;
  width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.p-homeTopics .p-ico--sb,
.p-homeTopics .p-ico--sd,
.p-homeTopics .p-ico--sh,
.p-homeTopics .p-ico--ot {
  width: 7rem;
  font-size: 1rem;
  line-height: 2;
}

.p-homeTopics .p-ico--sb .notranslate,
.translated-ltr .p-homeTopics .p-ico--sb .c__ja,
.p-homeTopics .p-ico--sd .notranslate,
.translated-ltr
.p-homeTopics .p-ico--sd .c__ja,
.p-homeTopics .p-ico--sh .notranslate,
.translated-ltr
.p-homeTopics .p-ico--sh .c__ja,
.p-homeTopics .p-ico--ot .notranslate,
.translated-ltr
.p-homeTopics .p-ico--ot .c__ja {
  display: none;
}

.p-homeTopics .p-ico--sb .c__ja,
.translated-ltr .p-homeTopics .p-ico--sb .notranslate,
.p-homeTopics .p-ico--sd .c__ja,
.translated-ltr
.p-homeTopics .p-ico--sd .notranslate,
.p-homeTopics .p-ico--sh .c__ja,
.translated-ltr
.p-homeTopics .p-ico--sh .notranslate,
.p-homeTopics .p-ico--ot .c__ja,
.translated-ltr
.p-homeTopics .p-ico--ot .notranslate {
  display: inline-block;
}

.p-homeTopics .p-txt--date {
  display: inline-block;
}

.p-ico--sb,
.p-ico--sd,
.p-ico--sh,
.p-ico--ot {
  display: inline-block;
  margin-right: 1rem;
  color: #fff;
  text-align: center;
}

.p-ico--sb {
  background-color: #d96f75;
}

.p-ico--sd {
  background-color: #3aa5c0;
}

.p-ico--sh {
  background-color: #daa524;
}

.p-ico--ot {
  background-color: #96a3ab;
}

.p-homePoint {
  min-height: 54rem;
  background-image: url(../images/enjoyPoint--bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.p-homePoint .l-container {
  padding-top: 4rem;
  padding-left: 31.5rem;
  padding-bottom: 4rem;
}

.p-homePoint--ttl {
  margin-top: 7rem;
  -webkit-transform: translateX(-6.6rem);
  transform: translateX(-6.6rem);
}

.p-homePoint--txt {
  max-width: 60rem;
  margin-top: 2.4rem;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.8;
  text-align: center;
}

.p-homePoint--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3.2rem;
}

.p-homePoint--item {
  margin-left: 1rem;
  margin-right: 1rem;
}

.p-homeBnr {
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fbf6d8;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 50%, transparent 50%);
  background-position: left top;
  background-repeat: repeat;
  background-size: 8px 8px;
}

.p-homeBnr--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-homeBnr--item {
  margin-left: 1rem;
  margin-right: 1rem;
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem);
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: ease-in-out;
  opacity: 0;
}

.p-homeBnr--img {
  display: block;
  position: relative;
  transition: all .3s;
}

.p-homeBnr--img:hover {
  opacity: .8;
}

.p-homeBnr--img.bnr1::before {
  position: absolute;
  left: 1.5em;
  top: 7rem;
  content: url(../images/homeBnr--vehicle--item1.png);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.p-homeBnr--img.bnr1::after {
  position: absolute;
  right: 1.5em;
  top: 7rem;
  content: url(../images/homeBnr--vehicle--item2.png);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.p-homeBnr--img.bnr1:hover::before,
.p-homeBnr--img.bnr1:hover::after {
  -webkit-animation-name: cradleRote;
  animation-name: cradleRote;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.p-homeBnr--img.bnr1:hover::before {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.p-homeBnr--img.bnr1:hover::after {
  -webkit-animation-direction: normal;
  animation-direction: normal;
}

.p-homeGallery {
  position: relative;
  background-color: #ffdfe1;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-position: left top;
  background-repeat: repeat;
  background-size: 1.2rem 1.2rem;
}

.p-homeGallery::before {
  content: "";
  display: block;
  position: absolute;
  top: -3rem;
  left: 0;
  right: 0;
  width: 13rem;
  height: 13rem;
  margin: auto;
  border-radius: 50%;
  background-color: #ffdfe1;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-position: left top;
  background-repeat: repeat;
  background-size: 1.2rem 1.2rem;
  z-index: 200;
}

.p-homeGallery--ttl {
  position: relative;
  z-index: 201;
  text-align: center;
}

.p-homeGallery--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-homeGallery--item {
  width: 19.2rem;
  height: 19.2rem;
  margin-top: 2rem;
  border: .1rem solid #ddd;
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem);
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: ease-in-out;
  opacity: 0;
}

.p-homeGallery--img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 205;
  transition: all .3s;
}

.p-homeGallery--img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  z-index: 209;
}

.p-homeGallery--btn {
  padding-top: 4rem;
  padding-bottom: 7rem;
  text-align: center;
}

.p-homeRecommended {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  height: 28.2rem;
  background-image: url(../images/recommended--bg.jpg);
  background-repeat: repeat-x;
  padding-top: 6rem;
}

.p-homeRecommended--bg {
  position: relative;
  width: 100%;
  max-width: 111rem;
  margin-left: auto;
  margin-right: auto;
}

.p-homeRecommended--bg .bgStep--rt,
.p-homeRecommended--bg .bgStep--lt {
  display: inline-block;
  position: absolute;
  width: 7rem;
  height: 7rem;
  -webkit-animation-name: bgStep;
  animation-name: bgStep;
  -webkit-animation-duration: 24s;
  animation-duration: 24s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

.p-homeRecommended--bg .bgStep--rt {
  background-image: url(../images/foot--rt.png);
}

.p-homeRecommended--bg .bgStep--rt.step1 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  top: 20rem;
  left: 16rem;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.p-homeRecommended--bg .bgStep--rt.step3 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  top: 8.5rem;
  left: 10rem;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.p-homeRecommended--bg .bgStep--rt.step5 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  top: 0;
  left: 4rem;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}

.p-homeRecommended--bg .bgStep--rt.step7 {
  -webkit-animation-delay: 3.51s;
  animation-delay: 3.51s;
  top: -8.5rem;
  left: -0.5rem;
  -webkit-transform: rotate(6deg);
  transform: rotate(6deg);
}

.p-homeRecommended--bg .bgStep--lt {
  background-image: url(../images/foot--lt.png);
}

.p-homeRecommended--bg .bgStep--lt.step2 {
  -webkit-animation-delay: 1.0s;
  animation-delay: 1.0s;
  top: 15.5rem;
  left: 8.5rem;
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
}

.p-homeRecommended--bg .bgStep--lt.step4 {
  -webkit-animation-delay: 2.0s;
  animation-delay: 2.0s;
  top: 7rem;
  left: 3.5rem;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.p-homeRecommended--bg .bgStep--lt.step6 {
  -webkit-animation-delay: 3.0s;
  animation-delay: 3.0s;
  top: -1.5rem;
  left: -2.5rem;
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

.p-homeRecommended--bg .bgStep--lt.step8 {
  -webkit-animation-delay: 4.0s;
  animation-delay: 4.0s;
  top: -11rem;
  left: -7.5rem;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.p-homeRecommended li {
  position: relative;
  z-index: 10;
}

.is-scrollin .p-homeBnr--item {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.is-scrollin .p-homeBnr--item:nth-of-type(1) {
  transition-delay: .5s;
}

.is-scrollin .p-homeBnr--item:nth-of-type(2) {
  transition-delay: .7s;
}

.is-scrollin .p-homeBnr--item:nth-of-type(3) {
  transition-delay: .9s;
}

.is-scrollin .p-homeGallery--item {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.is-scrollin .p-homeGallery--item:nth-of-type(1) {
  transition-delay: .5s;
}

.is-scrollin .p-homeGallery--item:nth-of-type(2) {
  transition-delay: .7s;
}

.is-scrollin .p-homeGallery--item:nth-of-type(3) {
  transition-delay: .9s;
}

.is-scrollin .p-homeGallery--item:nth-of-type(4) {
  transition-delay: 1.1s;
}

.is-scrollin .p-homeGallery--item:nth-of-type(5) {
  transition-delay: 1.3s;
}

.is-scrollin .p-homeGallery--item:nth-of-type(6) {
  transition-delay: 1.5s;
}

.is-scrollin .p-homeGallery--item:nth-of-type(7) {
  transition-delay: 1.7s;
}

.is-scrollin .p-homeGallery--item:nth-of-type(8) {
  transition-delay: 1.9s;
}

.is-scrollin .p-homeGallery--item:nth-of-type(9) {
  transition-delay: 2.1s;
}

.is-scrollin .p-homeGallery--item:nth-of-type(10) {
  transition-delay: 2.3s;
}

/* ==============================================================================================================================
 *
 * 02. enjoy
 */

.p-enjoyMain--container {
  position: relative;
  box-sizing: border-box;
  width: 113rem;
  margin-top: 6rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4rem 8rem;
  border-radius: .8rem;
  background-color: #fff;
  background-image: url(../enjoy/images/enjoyMain--ttlBg.png);
  background-repeat: no-repeat;
  background-position: center 1.5rem;
  box-shadow: 0 0 0.6rem 0.1rem rgba(0, 0, 0, 0.2);
}

.p-enjoyMain--ttl {
  padding-top: 8rem;
  text-align: center;
}

.p-enjoyPoint {
  clear: both;
  padding-top: 3rem;
}

.p-enjoyPoint + .p-enjoyPoint {
  padding-top: 6rem;
}

.p-enjoyPoint--ttl {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 10rem;
  background-image: url(../common_img/line--dashed.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  font-size: 2.6rem;
}

.p-enjoyPoint--ttl::before {
  position: absolute;
  top: -2.4rem;
  left: -.8rem;
  z-index: 11;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-name: logoCrowdXY;
  animation-name: logoCrowdXY;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  will-change: transform;
}

.p-enjoyPoint:nth-of-type(1) [class*="--ttl"]::before {
  content: url(../enjoy/images/p-enjoyPoint--ico01.png);
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.p-enjoyPoint:nth-of-type(2) [class*="--ttl"]::before {
  content: url(../enjoy/images/p-enjoyPoint--ico02.png);
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.p-enjoyPoint:nth-of-type(3) [class*="--ttl"]::before {
  content: url(../enjoy/images/p-enjoyPoint--ico03.png);
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.p-enjoyPoint--txt {
  position: relative;
  margin-top: 2.5rem;
  line-height: 2;
}

.p-enjoyPoint--btn {
  clear: both;
  margin-top: 1.5rem;
  text-align: center;
}

.p-enjoyPoint--wrap {
  position: relative;
  margin-top: 1.5rem;
  margin-right: -3rem;
  margin-left: -3rem;
}

.p-enjoyPoint--wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 16rem;
  background-color: #fbf6d8;
  background-image: linear-gradient(90deg, white 50%, transparent 50%);
  background-position: left top;
  background-repeat: repeat;
  background-size: 8px 8px;
}

.p-enjoyPoint--row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

.p-enjoyPoint:nth-of-type(3) [class*="--row"]::after {
  opacity: 0;
  z-index: -1;
  content: url(../enjoy/images/enjoyPoint--fig3.png);
  position: absolute;
  top: 0;
  right: 6.5rem;
  -webkit-animation-name: boundY2;
  animation-name: boundY2;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.p-enjoyPoint--col {
  padding: 1.5rem;
  transition: all 1s;
}

.p-enjoyPoint--col img {
  position: relative;
  border: .6rem solid #fff;
  box-shadow: 0 0 0.6rem 0.1rem rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.p-enjoyPoint--bnr {
  clear: both;
  margin-top: 8rem;
  text-align: center;
}

.js-scrollin .p-enjoyPoint--col {
  opacity: 0;
}

.js-scrollin .p-enjoyPoint--col:nth-of-type(1) {
  transition-delay: 1.2s;
}

.js-scrollin .p-enjoyPoint--col:nth-of-type(2) {
  transition-delay: 1.4s;
}

.js-scrollin .p-enjoyPoint--col:nth-of-type(3) {
  transition-delay: 1.6s;
}

.js-scrollin .p-enjoyPoint--col:nth-of-type(4) {
  transition-delay: 1.8s;
}

.is-scrollin.p-enjoyPoint:nth-of-type(3) [class*="--row"]::after {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.is-scrollin .p-enjoyPoint--col {
  opacity: 1;
}

/* ==============================================================================================================================
 *
 * 03. course
 */

.p-courseMain {
  border-bottom: 0.1rem solid rgba(241, 159, 0, 0.2);
  padding-bottom: 8rem;
  background-image: url(../course/images/course--bgMap.png), url(../common_img/main--bg.jpg);
  background-repeat: no-repeat, repeat;
  background-position: center 15.5rem, center top;
		padding-top: 160px;
}

.p-courseList--container {
  position: relative;
  box-sizing: border-box;
  width: 113rem;
  margin-top: 6rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4rem 8rem;
  border-radius: .8rem;
  background-color: #fff;
  background-image: url(../course/images/courseList--ttlBg.png);
  background-repeat: no-repeat;
  background-position: 1.5rem 1.5rem;
  box-shadow: 0 0 0.6rem 0.1rem rgba(0, 0, 0, 0.2);
}

.p-courseList--ttl {
  padding-top: 8rem;
  padding-bottom: 1rem;
  text-align: center;
}

.p-courseList--row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 24rem;
  margin-top: 4rem;
  margin-right: -3rem;
  margin-left: -3rem;
  padding: 0 1.5rem;
}

.p-courseList--row::before {
  content: "";
  display: block;
  position: absolute;
  top: 1.5rem;
  right: 0;
  left: 0;
  width: 100%;
  height: 16rem;
  background-color: #fbf6d8;
  background-image: linear-gradient(90deg, white 50%, transparent 50%);
  background-position: left top;
  background-repeat: repeat;
  background-size: 8px 8px;
  z-index: 0;
}

.p-courseList--col {
  width: 36rem;
  text-align: center;
}

.p-courseList--img {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  word-break: break-all;
}

.p-courseList--img img {
  position: relative;
  margin-bottom: 1rem;
  border: .6rem    solid #fff;
  box-shadow: 0 0 0.6rem 0.1rem rgba(0, 0, 0, 0.2);
  background-color: #fff;
  transition: all .3s;
}

.p-courseList--img:hover img {
  -webkit-transform: rotate(-1deg);
  transform: rotate(-1deg);
}

.p-courseDetail {
  /* desc */
}

.p-courseDetail--ttl {
  width: 105rem;
  margin-left: auto;
  margin-right: auto;
  padding: 6rem 2.5rem 6rem 4rem;
  text-indent: -1.5rem;
  font-size: 3rem;
  font-weight: bold;
  word-break: break-all;
}

.p-courseDetail--ttl i {
  margin-right: .5rem;
}

.p-courseDetail--fig {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 105rem;
  margin-left: auto;
  margin-right: auto;
  z-index: 500;
}

.p-courseDetail--figItems {
  width: 37rem;
  text-align: right;
  z-index: 500;
}

.p-courseDetail--figItems::before,
.p-courseDetail--figItems::after,
.p-courseDetail--figItems .wrap::before {
  position: absolute;
  -webkit-animation-name: logoCrowdXY;
  animation-name: logoCrowdXY;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  will-change: transform;
  z-index: 502;
}

.p-courseDetail--figItems .wrap {
  position: relative;
  min-height: 45rem;
}

.p-courseDetail--figItems .wrap::after {
  position: absolute;
  z-index: 504;
}

.p-courseDetail--figImg {
  position: relative;
  margin-bottom: 5rem;
  z-index: 511;
}

.p-courseDetail--figImg .wrap {
  position: relative;
  border: .6rem solid #fff;
  box-shadow: 0 0 0.6rem 0.1rem rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.p-courseDetail--figImg .wrap::before {
  position: absolute;
  top: -1.5rem;
  right: -1.5rem;
  content: url(../course/images/courseFig--cornerBefore.png);
  z-index: 512;
}

.p-courseDetail--figImg .wrap::after {
  position: absolute;
  left: -1.5rem;
  bottom: -2rem;
  content: url(../course/images/courseFig--cornerAfter.png);
  z-index: 513;
}

.p-courseDetail--figImg::before,
.p-courseDetail--figImg::after {
  position: absolute;
  top: -11.5rem;
  right: 0;
  -webkit-animation-name: logoCrowdXY;
  animation-name: logoCrowdXY;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  will-change: transform;
  z-index: 514;
}

.p-courseDetail--figImg::before {
  content: url(../course/images/courseFig--item01.png);
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
}

.p-courseDetail--figImg::after {
  content: url(../course/images/courseFig--item02.png);
  -webkit-animation-delay: -5s;
  animation-delay: -5s;
}

.p-courseDetail--figCap {
  position: absolute;
  right: .5rem;
  bottom: -3rem;
  z-index: 515;
}

.p-courseDetail--container {
  position: relative;
  box-sizing: border-box;
  width: 113rem;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 4rem 0;
  border-radius: .8rem;
  background-color: #fff;
  box-shadow: 0 0 0.6rem 0.1rem rgba(0, 0, 0, 0.2);
}

.p-courseDetail--catch {
  position: relative;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 5.5rem;
  padding: 1.5rem 9rem 1.2rem 3rem;
  border-radius: .8rem;
  background-repeat: no-repeat;
  background-position: left center;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
  word-break: break-all;
}

.p-courseDetail--catch::after {
  position: absolute;
  right: 1.5rem;
  bottom: -.75rem;
}

.p-courseDetail--desc {
  margin-top: 2.5rem;
  line-height: 2;
}

.p-courseDetail--balloon {
  margin-top: 8rem;
  padding: 0 2.5rem 3.5rem;
  background-repeat: no-repeat;
  background-position: bottom center;
  color: #222;
  font-family: "Yu Mincho", YuMincho, "游明朝", "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, "ＭＳ Ｐ明朝", MS PMincho, "serif";
  font-size: 2.2rem;
  font-weight: bold;
}

.p-courseDetail--balloon i {
  margin-right: .5rem;
}

.p-courseDetail--basic {
  width: 100%;
  background-color: #f6f3e7;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-position: center top;
  background-repeat: repeat;
  background-size: 1.6rem 1.6rem;
}

.p-courseDetail--basic + .p-courseDetail--basic {
  margin-left: 2rem;
}

.p-courseDetail--basicWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-courseDetail--basic dt {
  box-sizing: border-box;
  position: relative;
  display: block;
  padding: 3rem 3rem 1.5rem;
  border-top: 2rem solid #fff;
  font-family: "Yu Mincho", YuMincho, "游明朝", "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, "ＭＳ Ｐ明朝", MS PMincho, "serif";
  font-size: 2.8rem;
  font-weight: bold;
  word-break: break-all;
}

.p-courseDetail--basic dt::after {
  position: absolute;
  top: -5px;
  right: -5px;
}

.p-courseDetail--basicHead01::after {
  content: url(../course/images/courseDetail-img01.png);
}

.p-courseDetail--basicHead02::after {
  content: url(../course/images/courseDetail-img02.png);
}

.p-courseDetail--basicHead03::after {
  content: url(../course/images/courseDetail-img03.png);
}

.p-courseDetail--basicHead04::after {
  content: url(../course/images/courseDetail-img04.png);
}

.p-courseDetail--basicDesc {
  padding: 0 3rem 3rem;
  line-height: 2;
}

.p-courseDetail--basicDesc,
.p-courseDetail--basicDesc * {
  word-break: break-all;
}

.p-courseDetail--flyer {
  margin-top: 40px;
  text-align: center;
}

.p-courseDetail--flyer a {
  display: inline-block;
  background-size: cover, 0;
  background-position: center center;
  background-repeat: no-repeat;
  text-decoration: none !important;
  transition: all .3s;
}

.p-courseDetail--flyer a:hover {
  background-size: 0, cover;
}

.p-courseDetail--flyer i {
  margin-right: .5em;
}

.p-courseDetail--flyer .btnIn {
  color: #fff;
  font-weight: bold;
  font-size: 2.0rem;
  text-shadow: 0.1rem 0.1rem 0.3rem rgba(0, 0, 0, 0.5);
}

.p-courseDetail--upWrap {
  width: 100%;
  margin-top: 1.5rem;
  text-align: center;
}

.p-courseDetail--upWrap img {
  max-width: 100%;
}

.p-courseDetail--routes {
  margin-bottom: 3rem;
}

.p-courseDetail--route {
  position: relative;
  width: 105rem;
  margin-top: 4rem;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem;
  background-color: #9e9e9e;
  background-image: linear-gradient(-45deg, white 49%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 0) 51%, white 51%, white);
  background-position: center top;
  background-repeat: repeat;
  background-size: 1rem 1rem;
  z-index: 500;
}

.p-courseDetail--routePannel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-color: #fff;
  transition: all .3s;
}

.p-courseDetail--routeRow {
  overflow: hidden;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
  z-index: -500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0;
  padding: 2.5rem 4rem;
}

.p-courseDetail--routeRow.is-headup {
  visibility: visible;
  opacity: 1;
  position: relative;
  z-index: 501;
  height: auto;
}

.p-courseDetail--routeCol {
  width: 63rem;
  margin-right: 2rem;
  text-align: left;
}

.p-courseDetail--routeCol + .p-courseDetail--routeCol {
  width: 30rem;
}

.p-courseDetail--routeCol iframe {
  width: 30rem;
  height: 20rem;
}

.p-courseDetail--routeName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.2rem;
  font-weight: bold;
  word-break: break-all;
}

.p-courseDetail--routeName::before {
  margin-right: 1em;
  content: url(../course/images/busStopIco.png);
}

.p-courseDetail--routeTerm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: bold;
  word-break: break-all;
}

.p-courseDetail--routeIco {
  display: inline-block;
  width: 5em;
  background-color: #4d6a79;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
}

.p-courseDetail--routeTable {
  margin-top: 2rem;
  font-size: 1.4rem;
  word-break: break-all;
}

.p-courseDetail--routeTable th {
  padding: .2em 1em;
  background-color: #e33e4d;
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  word-break: break-all;
}

.p-courseDetail--routeTable td {
  padding: .2em 1em;
  border-top: .1rem solid #fff;
  background-color: #efefef;
  text-align: center;
  vertical-align: middle;
  word-break: break-all;
}

.p-courseDetail--routeTable th + th,
.p-courseDetail--routeTable td + td {
  border-left: .1rem solid #fff;
}

.p-courseDetail--inSession {
  position: relative;
  min-height: 36rem;
  margin-right: -3rem;
  margin-left: -3rem;
  padding-bottom: 8rem;
}

.p-courseDetail--inSession::before {
  content: "";
  display: block;
  position: absolute;
  top: 9rem;
  right: 0;
  left: 0;
  width: 100%;
  height: 16rem;
  background-color: #fbf6d8;
  background-image: linear-gradient(90deg, white 50%, transparent 50%);
  background-position: left top;
  background-repeat: repeat;
  background-size: 8px 8px;
  z-index: -1;
}

.p-courseDetail--inSessionHead {
  text-align: center;
}

.p-courseDetail--inSessionItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 4.5rem;
}

.p-courseDetail--inSessionItem {
  width: 36rem;
  text-align: center;
}

.p-courseDetail--inSessionImg {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  word-break: break-all;
}

.p-courseDetail--inSessionImg img {
  position: relative;
  margin-bottom: 1rem;
  border: .6rem    solid #fff;
  box-shadow: 0 0 0.6rem 0.1rem rgba(0, 0, 0, 0.2);
  background-color: #fff;
  transition: all .3s;
}

.p-courseDetail--inSessionImg:hover img {
  -webkit-transform: rotate(-1deg);
  transform: rotate(-1deg);
}

.p-courseDetail--fig + .p-courseDetail--container {
  margin-top: -23rem;
  padding-top: 28rem;
  z-index: 400;
}

.p-courseDetail--tourPhoto { margin-bottom: 3rem; }
.p-courseDetail--tourPhoto ul{
  margin-top:1.5rem;
}
.p-courseDetail--tourPhoto ul li{
  display: inline-block;
  margin-right: 1rem;
  width: 340px;
  vertical-align: top;
}
.p-courseDetail--tourPhoto ul li:last-child{
  margin-right: 0;
}
.p-courseDetail--tourPhoto ul li p{
  margin-top: 1rem;
}


/* ==============================================================================================================================
 *
 * _a. skybus
 */

.skybus .c-ttlPage {
  background-color: #d96f75;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-position: center top;
  background-repeat: repeat;
  background-size: 1.6rem 1.6rem;
}

.skybus .c-ttlPage--hx {
  padding-right: 18rem;
  padding-left: 18rem;
}

.skybus .c-ttlPage--hx::after {
  content: url(../course/images/courseLogo--sb.png);
}

.skybus .c-pager .btnBg:hover {
  background-image: url(../common_img/btn--bg--tC1x2.png);
}

.skybus .p-courseDetail--ttl i {
  color: #d96f75;
}

.skybus .p-courseDetail--figItems::before {
  left: 5.5rem;
  bottom: 13.5rem;
  bottom: 36.5rem;
  content: url(../course/images/courseSb--item01.png);
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
}

.skybus .p-courseDetail--figItems::after {
  left: 1.5rem;
  bottom: 11.5em;
  content: url(../course/images/courseSb--item02.png);
  -webkit-animation-delay: -5s;
  animation-delay: -5s;
}

.skybus .p-courseDetail--figItems .wrap {
  padding-top: 2.2rem;
  padding-bottom: 18rem;
}

.skybus .p-courseDetail--figItems .wrap::before {
  right: .6rem;
  bottom: 3rem;
  content: url(../course/images/courseSb--item03.png);
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
}

.skybus .p-courseDetail--figItems .wrap::after {
  left: 2.5rem;
  bottom: .5rem;
  content: url(../course/images/courseSb--item04.png);
}

.skybus .p-courseDetail--catch {
  background-image: url(../course/images/courseSb--catchBg.jpg);
}

.skybus .p-courseDetail--catch::after {
  content: url(../course/images/courseSb--catchIco.png);
}

.skybus .p-courseDetail--balloon {
  background-image: url(../course/images/courseSb--balloon.png);
}

.skybus .p-courseDetail--balloon i {
  color: #d96f75;
}

.skybus .p-courseDetail--basic {
  background-color: #fef0f1;
}

.skybus .p-courseDetail--basic dt {
  color: #d96f75;
}

.skybus .p-courseDetail--flyer a {
  background-image: url(../common_img/btnLarge--bg--tC1.png), url(../common_img/btnLarge--bg--tC1x2.png);
}

/* ==============================================================================================================================
 *
 * _b. skyduck
 */

.skyduck .c-ttlPage {
  background-color: #61b7cd;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-position: center top;
  background-repeat: repeat;
  background-size: 1.6rem 1.6rem;
}

.skyduck .c-ttlPage--hx {
  padding-right: 21rem;
  padding-left: 21rem;
}

.skyduck .c-ttlPage--hx::after {
  content: url(../course/images/courseLogo--sd.png);
}

.skyduck .c-pager .btnBg:hover {
  background-image: url(../common_img/btn--bg--tC2x2.png);
}

.skyduck .p-courseDetail--ttl i {
  color: #3aa5c0;
}

.skyduck .p-courseDetail--figItems::before {
  left: 5.5rem;
  bottom: 13.5rem;
  bottom: 36.5rem;
  content: url(../course/images/courseSd--item01.png);
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
}

.skyduck .p-courseDetail--figItems::after {
  left: 1.5rem;
  bottom: 11.5em;
  content: url(../course/images/courseSd--item02.png);
  -webkit-animation-delay: -5s;
  animation-delay: -5s;
}

.skyduck .p-courseDetail--figItems .wrap {
  padding-top: 1.8rem;
  padding-bottom: 21rem;
}

.skyduck .p-courseDetail--figItems .wrap::before {
  right: 1.5rem;
  bottom: 3rem;
  content: url(../course/images/courseSd--item03.png);
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
}

.skyduck .p-courseDetail--figItems .wrap::after {
  left: 2.5rem;
  bottom: .5rem;
  content: url(../course/images/courseSd--item04.png);
}

.skyduck .p-courseDetail--catch {
  background-image: url(../course/images/courseSd--catchBg.jpg);
}

.skyduck .p-courseDetail--catch::after {
  content: url(../course/images/courseSd--catchIco.png);
}

.skyduck .p-courseDetail--balloon {
  background-image: url(../course/images/courseSd--balloon.png);
}

.skyduck .p-courseDetail--balloon i {
  color: #3aa5c0;
}

.skyduck .p-courseDetail--basic {
  background-color: rgba(219, 241, 247, 0.8);
}

.skyduck .p-courseDetail--basic dt {
  color: #3aa5c0;
}

.skyduck .p-courseDetail--flyer a {
  background-image: url(../common_img/btnLarge--bg--tC2.png), url(../common_img/btnLarge--bg--tC2x2.png);
}

/* ==============================================================================================================================
 *
 * _c. skyhop
 */

.skyhop .c-ttlPage {
  background-color: #f1bc39;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-position: center top;
  background-repeat: repeat;
  background-size: 1.6rem 1.6rem;
}

.skyhop .c-ttlPage--hx {
  padding-right: 11rem;
  padding-left: 11rem;
}

.skyhop .c-ttlPage--hx::after {
  content: url(../course/images/courseLogo--sh.png);
}

.skyhop .c-pager .btnBg:hover {
  background-image: url(../common_img/btn--bg--tC3x2.png);
}

.skyhop .p-courseDetail {
  /* balloon */
}

.skyhop .p-courseDetail--ttl i {
  color: #daa524;
}

.skyhop .p-courseDetail--figItems::before {
  left: 5.5rem;
  bottom: 13.5rem;
  bottom: 36.5rem;
  content: url(../course/images/courseSh--item01.png);
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
}

.skyhop .p-courseDetail--figItems::after {
  left: 1.5rem;
  bottom: 11.5em;
  content: url(../course/images/courseSh--item02.png);
  -webkit-animation-delay: -5s;
  animation-delay: -5s;
}

.skyhop .p-courseDetail--figItems .wrap {
  padding-top: 3.2rem;
  padding-bottom: 18rem;
}

.skyhop .p-courseDetail--figItems .wrap::before {
  right: 2.5rem;
  bottom: 3rem;
  content: url(../course/images/courseSh--item03.png);
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
}

.skyhop .p-courseDetail--figItems .wrap::after {
  left: 0;
  bottom: .5rem;
  content: url(../course/images/courseSh--item04.png);
}

.skyhop .p-courseDetail--catch {
  background-image: url(../course/images/courseSh--catchBg.jpg);
}

.skyhop .p-courseDetail--catch::after {
  content: url(../course/images/courseSh--catchIco.png);
}

.skyhop .p-courseDetail--balloon {
  background-image: url(../course/images/courseSh--balloon.png);
}

.skyhop .p-courseDetail--balloon i {
  color: #daa524;
}

.skyhop .p-courseDetail--basic {
  background-color: #f6f3e7;
}

.skyhop .p-courseDetail--basic dt {
  color: #daa524;
}

.skyhop .p-courseDetail--flyer a {
  background-image: url(../common_img/btnLarge--bg--tC3.png), url(../common_img/btnLarge--bg--tC3x2.png);
}

.busStop {
  display: inline-block;
  position: relative;
  width: 12rem;
  text-align: center;
  transition: all .3s;
  cursor: pointer;
}

.busStop::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 11.8rem;
  height: 11.8rem;
  border: 0.1rem solid #e60012;
  border-radius: 5.9rem;
}

.busStop:hover::before {
  -webkit-animation-name: circleFlare;
  animation-name: circleFlare;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.busStop::after {
  content: url(../course/images/busStop--bottom.png);
}

.busStop--tabs {
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.busStop--tabItems {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  background-image: url(../course/images/busRoute.png), url(../course/images/busRoute.png);
  background-repeat: repeat-x, repeat-x;
  background-position: 0 16rem, 0 37rem;
}

.busStop--tabItems + .busStop--tabItems {
  padding-top: 3rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.busStop--tabItem {
  position: relative;
  width: 15rem;
  height: 21rem;
  text-align: center;
  border: 0 none;
  outline: none;
}

.busStop--tabItem::after {
  position: absolute;
  right: -.5rem;
  bottom: 10rem;
  content: url(../course/images/busRouteLt.png);
  z-index: 11;
}

.busStop--tabItems + .busStop--tabItems .busStop--tabItem::after {
  content: url(../course/images/busRouteRt.png);
}

#busStopTabs {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  text-align: center;
}

#busStopCount1 .busStop--tabItem:last-child::after,
#busStopCount2 .busStop--tabItem:last-child::after,
#busStopCount3 .busStop--tabItem:last-child::after,
#busStopCount4 .busStop--tabItem:last-child::after,
#busStopCount5 .busStop--tabItem:last-child::after,
#busStopCount6 .busStop--tabItem:last-child::after {
  display: none;
}

#busStopCount7,
#busStopCount8,
#busStopCount9,
#busStopCount10,
#busStopCount11,
#busStopCount12 {
  padding-left: 1.5rem;
  padding-right: 15rem;
  background-image: url(../course/images/busRouteTurn.png);
  background-repeat: no-repeat;
  background-position: right 16rem;
}

#busStopCount7 {
  width: 60rem;
}

#busStopCount7 .busStop--tabItem:nth-of-type(5) {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

#busStopCount7 .busStop--tabItem:nth-of-type(6) {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

#busStopCount7 .busStop--tabItem:nth-of-type(7) {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

#busStopCount7 .busStop--tabItem:nth-of-type(5)::after,
#busStopCount7 .busStop--tabItem:nth-of-type(6)::after,
#busStopCount7 .busStop--tabItem:nth-of-type(7)::after {
  content: url(../course/images/busRouteRt.png);
}

#busStopCount8 {
  width: 60rem;
}

#busStopCount8 .busStop--tabItem:nth-of-type(5) {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

#busStopCount8 .busStop--tabItem:nth-of-type(6) {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

#busStopCount8 .busStop--tabItem:nth-of-type(7) {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

#busStopCount8 .busStop--tabItem:nth-of-type(8) {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

#busStopCount8 .busStop--tabItem:nth-of-type(5)::after,
#busStopCount8 .busStop--tabItem:nth-of-type(6)::after,
#busStopCount8 .busStop--tabItem:nth-of-type(7)::after,
#busStopCount8 .busStop--tabItem:nth-of-type(8)::after {
  content: url(../course/images/busRouteRt.png);
}

#busStopCount9 {
  width: 75rem;
}

#busStopCount9 .busStop--tabItem:nth-of-type(6) {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

#busStopCount9 .busStop--tabItem:nth-of-type(7) {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

#busStopCount9 .busStop--tabItem:nth-of-type(8) {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

#busStopCount9 .busStop--tabItem:nth-of-type(9) {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

#busStopCount9 .busStop--tabItem:nth-of-type(6)::after,
#busStopCount9 .busStop--tabItem:nth-of-type(7)::after,
#busStopCount9 .busStop--tabItem:nth-of-type(8)::after,
#busStopCount9 .busStop--tabItem:nth-of-type(9)::after {
  content: url(../course/images/busRouteRt.png);
}

#busStopCount10 {
  width: 75rem;
}

#busStopCount10 .busStop--tabItem:nth-of-type(6) {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

#busStopCount10 .busStop--tabItem:nth-of-type(7) {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

#busStopCount10 .busStop--tabItem:nth-of-type(8) {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

#busStopCount10 .busStop--tabItem:nth-of-type(9) {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

#busStopCount10 .busStop--tabItem:nth-of-type(10) {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

#busStopCount10 .busStop--tabItem:nth-of-type(6)::after,
#busStopCount10 .busStop--tabItem:nth-of-type(7)::after,
#busStopCount10 .busStop--tabItem:nth-of-type(8)::after,
#busStopCount10 .busStop--tabItem:nth-of-type(9)::after,
#busStopCount10 .busStop--tabItem:nth-of-type(10)::after {
  content: url(../course/images/busRouteRt.png);
}

#busStopCount11 {
  width: 90rem;
}

#busStopCount11 .busStop--tabItem:nth-of-type(7) {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

#busStopCount11 .busStop--tabItem:nth-of-type(8) {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

#busStopCount11 .busStop--tabItem:nth-of-type(9) {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

#busStopCount11 .busStop--tabItem:nth-of-type(10) {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

#busStopCount11 .busStop--tabItem:nth-of-type(11) {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

#busStopCount11 .busStop--tabItem:nth-of-type(7)::after,
#busStopCount11 .busStop--tabItem:nth-of-type(8)::after,
#busStopCount11 .busStop--tabItem:nth-of-type(9)::after,
#busStopCount11 .busStop--tabItem:nth-of-type(10)::after,
#busStopCount11 .busStop--tabItem:nth-of-type(11)::after {
  content: url(../course/images/busRouteRt.png);
}

#busStopCount12 {
  width: 90rem;
}

#busStopCount12 .busStop--tabItem:nth-of-type(7) {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

#busStopCount12 .busStop--tabItem:nth-of-type(8) {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

#busStopCount12 .busStop--tabItem:nth-of-type(9) {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

#busStopCount12 .busStop--tabItem:nth-of-type(10) {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

#busStopCount12 .busStop--tabItem:nth-of-type(11) {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

#busStopCount12 .busStop--tabItem:nth-of-type(12) {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

#busStopCount12 .busStop--tabItem:nth-of-type(7)::after,
#busStopCount12 .busStop--tabItem:nth-of-type(8)::after,
#busStopCount12 .busStop--tabItem:nth-of-type(9)::after,
#busStopCount12 .busStop--tabItem:nth-of-type(10)::after,
#busStopCount12 .busStop--tabItem:nth-of-type(11)::after,
#busStopCount12 .busStop--tabItem:nth-of-type(12)::after {
  content: url(../course/images/busRouteRt.png);
}

/* ==============================================================================================================================
 *
 * 04. recommended
 */

.p-recommendedMain {
  clear: both;
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.p-recommendedMain + .p-recommendedMain {
  padding-top: 0;
}

.p-recommendedMain--container {
  position: relative;
  box-sizing: border-box;
  width: 113rem;
  margin-top: 6rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4rem;
  border-radius: .8rem;
  background-color: #fff;
  box-shadow: 0 0 0.6rem 0.1rem rgba(0, 0, 0, 0.2);
}

.p-recommendedMain--fig {
  position: relative;
  width: 49rem;
  margin-right: -3rem;
  margin-left: -3rem;
  padding-bottom: 6rem;
}

.p-recommendedMain--fig::before {
  content: "";
  display: block;
  position: absolute;
  top: 6rem;
  right: 0;
  left: 0;
  width: 100%;
  height: 16rem;
  background-color: #fbf6d8;
  background-image: linear-gradient(90deg, white 50%, transparent 50%);
  background-position: left top;
  background-repeat: repeat;
  background-size: 8px 8px;
}

.p-recommendedMain--fig::after {
  display: block;
  position: absolute;
  z-index: 515;
}

.p-recommendedMain--figWrap {
  display: block;
  position: relative;
}

.p-recommendedMain--figWrap::before,
.p-recommendedMain--figWrap::after {
  position: absolute;
  -webkit-animation-name: logoCrowdXY;
  animation-name: logoCrowdXY;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  will-change: transform;
  z-index: 514;
}

.p-recommendedMain--fig img {
  display: inline-block;
  position: relative;
  margin-bottom: 1rem;
  border: .6rem solid #fff;
  box-shadow: 0 0 0.6rem 0.1rem rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.p-recommendedMain--ttl {
  position: relative;
  max-width: 56rem;
  z-index: 1;
  margin-bottom: 2.4rem;
  padding-top: 1.2rem;
  padding-bottom: 2.4rem;
  padding-left: 9rem;
  background-image: url(../common_img/line--dashed.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}

.p-recommendedMain--ttl strong {
  font-size: 2.8rem;
}

.p-recommendedMain--ttl span {
  margin-left: 1rem;
  color: #bbb;
  font-size: 1.4rem;
}

.p-recommendedMain--ttl::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-animation-name: cradleRote;
  animation-name: cradleRote;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.p-recommendedMain--sub {
  display: block;
  font-size: 1.8rem;
}

.p-recommendedMain--txt {
  position: relative;
  max-width: 56rem;
  z-index: 1;
  margin-top: 1rem;
  line-height: 2;
}

.p-recommendedMain--txt + * {
  margin-top: 1.5rem;
  text-align: right;
}

.p-recommendedMain:nth-of-type(1) .p-recommendedMain--ttl::before {
  content: url(../recommended/images/ico--spot01.png);
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.p-recommendedMain:nth-of-type(2) .p-recommendedMain--ttl::before {
  content: url(../recommended/images/ico--spot02.png);
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.p-recommendedMain:nth-of-type(3) .p-recommendedMain--ttl::before {
  content: url(../recommended/images/ico--spot03.png);
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
}

.p-recommendedMain:nth-of-type(odd) {
  background-image: url(../recommended/images/bg_footL.png);
}

.p-recommendedMain:nth-of-type(odd) .p-recommendedMain--fig {
  float: left;
  padding-left: 6.5rem;
  padding-right: 2.5rem;
  text-align: left;
}

.p-recommendedMain:nth-of-type(odd) .p-recommendedMain--fig img:nth-of-type(2) {
  position: relative;
  margin-top: -8.5rem;
  margin-left: -2.5rem;
}

.p-recommendedMain:nth-of-type(odd) .p-recommendedMain--ttl,
.p-recommendedMain:nth-of-type(odd) .p-recommendedMain--sub,
.p-recommendedMain:nth-of-type(odd) .p-recommendedMain--txt {
  margin-left: 49rem;
}

.p-recommendedMain:nth-of-type(even) {
  background-image: url(../recommended/images/bg_footR.png);
}

.p-recommendedMain:nth-of-type(even) .p-recommendedMain--fig {
  float: right;
  padding-left: 2.5rem;
  padding-right: 6.5rem;
  text-align: right;
}

.p-recommendedMain:nth-of-type(even) .p-recommendedMain--fig img:nth-of-type(2) {
  position: relative;
  margin-top: -8.5rem;
  margin-right: -2.5rem;
}

.p-recommendedMain:nth-of-type(even) .p-recommendedMain--ttl,
.p-recommendedMain:nth-of-type(even) .p-recommendedMain--sub,
.p-recommendedMain:nth-of-type(even) .p-recommendedMain--txt {
  margin-right: 49rem;
}

.p-recommendedMain:last-of-type {
  background: none !important;
}

.p-recommendedMain#asakusa .p-recommendedMain--fig::after {
  content: url(../recommended/images/asakusa--item00.png);
  right: 115px;
  bottom: -10px;
}

.p-recommendedMain#asakusa .p-recommendedMain--figWrap::before {
  content: url(../recommended/images/asakusa--item01.png);
  right: 30px;
  top: -20px;
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
}

.p-recommendedMain#asakusa .p-recommendedMain--figWrap::after {
  content: url(../recommended/images/asakusa--item02.png);
  left: -35px;
  top: 130px;
  -webkit-animation-delay: -5s;
  animation-delay: -5s;
}

.p-recommendedMain#odaiba .p-recommendedMain--fig::after {
  content: url(../recommended/images/odaiba--item00.png);
  left: 63px;
  bottom: -20px;
}

.p-recommendedMain#odaiba .p-recommendedMain--figWrap::before {
  content: url(../recommended/images/odaiba--item01.png);
  left: 20px;
  top: -20px;
  -webkit-animation-delay: -5s;
  animation-delay: -5s;
}

.p-recommendedMain#odaiba .p-recommendedMain--figWrap::after {
  content: url(../recommended/images/odaiba--item02.png);
  right: -45px;
  top: 125px;
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}

.p-recommendedMain#roppongi .p-recommendedMain--fig::after {
  content: url(../recommended/images/roppongi--item00.png);
  right: 130px;
  bottom: 10px;
}

.p-recommendedMain#roppongi .p-recommendedMain--figWrap::before {
  content: url(../recommended/images/roppongi--item01.png);
  right: 42px;
  top: -35px;
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
}

.p-recommendedMain#roppongi .p-recommendedMain--figWrap::after {
  content: url(../recommended/images/roppongi--item02.png);
  left: -27px;
  top: 120px;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.js-scrollin .p-recommendedMain--fig img,
.js-scrollin .p-recommendedMain--fig::after,
.js-scrollin .p-recommendedMain--figWrap::before,
.js-scrollin .p-recommendedMain--figWrap::after,
.js-scrollin .p-recommendedMain--ttl,
.js-scrollin .p-recommendedMain--sub,
.js-scrollin .p-recommendedMain--txt {
  opacity: 0;
}

.js-scrollin .p-recommendedMain--fig::after {
  transition: all 1s 1.5s;
}

.js-scrollin .p-recommendedMain--figWrap::before,
.js-scrollin .p-recommendedMain--figWrap::after {
  transition: all .5s 2s;
}

.js-scrollin .p-recommendedMain--fig img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 1s 1s;
}

.js-scrollin.p-recommendedMain:nth-of-type(odd) .p-recommendedMain--fig img:nth-of-type(2),
.js-scrollin.p-recommendedMain:nth-of-type(even) .p-recommendedMain--fig img:nth-of-type(2) {
  -webkit-transform: scale(1.1) rotate(0deg);
  transform: scale(1.1) rotate(0deg);
  transition: all 1s 1.2s;
}

.js-scrollin.p-recommendedMain:nth-of-type(odd) .p-recommendedMain--ttl,
.js-scrollin.p-recommendedMain:nth-of-type(odd) .p-recommendedMain--sub,
.js-scrollin.p-recommendedMain:nth-of-type(odd) .p-recommendedMain--txt {
  -webkit-transform: translate(30px, 0);
  transform: translate(30px, 0);
  transition: all 1s 2s;
}

.js-scrollin.p-recommendedMain:nth-of-type(even) .p-recommendedMain--ttl,
.js-scrollin.p-recommendedMain:nth-of-type(even) .p-recommendedMain--sub,
.js-scrollin.p-recommendedMain:nth-of-type(even) .p-recommendedMain--txt {
  -webkit-transform: translate(-30px, 0);
  transform: translate(-30px, 0);
  transition: all 1s 2s;
}

.is-scrollin .p-recommendedMain--fig img {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.is-scrollin.p-recommendedMain:nth-of-type(odd) .p-recommendedMain--fig img:nth-of-type(2) {
  opacity: 1;
  -webkit-transform: scale(1) rotate(-10deg);
  transform: scale(1) rotate(-10deg);
}

.is-scrollin.p-recommendedMain:nth-of-type(even) .p-recommendedMain--fig img:nth-of-type(2) {
  opacity: 1;
  -webkit-transform: scale(1) rotate(10deg);
  transform: scale(1) rotate(10deg);
}

.is-scrollin .p-recommendedMain--fig::after,
.is-scrollin .p-recommendedMain--figWrap::before,
.is-scrollin .p-recommendedMain--figWrap::after,
.is-scrollin .p-recommendedMain--ttl,
.is-scrollin .p-recommendedMain--sub,
.is-scrollin .p-recommendedMain--txt {
  opacity: 1;
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}

/* ==============================================================================================================================
 *
 * 05. vehicle
 */

.p-vehicleMain--container {
  margin-top: 6rem;
  padding-top: 4.5rem;
  padding-bottom: 5rem;
}

.p-vehicleMain--head {
  position: relative;
  width: 105rem;
  height: 39rem;
  background-image: url(../vehicle/images/p-vehicleMain--bg.png);
}

.p-vehicleMain--head figure {
  position: absolute;
}

.p-vehicleMain--ttl {
  box-sizing: border-box;
  position: absolute;
  top: 10.4rem;
  left: 0;
  right: 0;
  width: 45rem;
  height: 19.4rem;
  margin: auto;
  background-image: url(../vehicle/images/p-vehicleCatch--bg.png);
  text-align: center;
  transition: all 1s;
}

.p-vehicleMain--ttl img {
  position: relative;
  transition: all 1s;
}

.p-vehicleMain--ttl img:nth-of-type(1) {
  padding-top: 4.6rem;
}

.p-vehicleMain--ttl img:nth-of-type(2) {
  padding-top: 2.4rem;
}

.p-vehicleMain--Sb {
  top: 3.5rem;
  left: 9.6rem;
}

.p-vehicleMain--Sb--img {
  position: absolute;
  top: 8.5rem;
  left: -3.8rem;
  -webkit-animation-name: cradleRote;
  animation-name: cradleRote;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.p-vehicleMain--Sd {
  top: 26rem;
  right: 12.6rem;
}

.p-vehicleMain--Sd--img {
  position: absolute;
  top: -15.0rem;
  right: -7.6rem;
  -webkit-animation-name: cradleRote;
  animation-name: cradleRote;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}

.p-vehicleIntro--row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1;
}

.p-vehicleIntro--col {
  position: relative;
  width: 50rem;
  margin-top: 7.5rem;
}

.p-vehicleIntro--col:nth-of-type(1) {
  background-image: url(../vehicle/images/p-vehicleIntro--bgTop.png), url(../vehicle/images/p-vehicleIntro--bgBtm.png);
  background-repeat: no-repeat;
  background-position: center top, center bottom;
}

.p-vehicleIntro--col:nth-of-type(2) dl {
  border-top: 3px solid #d96f75;
}

.p-vehicleIntro--col:nth-of-type(3) dl,
.p-vehicleIntro--col:nth-of-type(4) dl {
  border-top: 3px solid #3aa5c0;
}

.p-vehicleIntro--ttl {
  margin-top: 5rem;
  text-align: center;
}

.p-vehicleIntro--ttl strong {
  display: inline-block;
  margin-right: -1rem;
  margin-left: -.5rem;
  padding-right: 1rem;
  padding-left: .5rem;
  background-image: linear-gradient(transparent 65%, rgba(218, 115, 121, 0.4) 65%);
  background-size: auto;
  font-family: "Yu Mincho", YuMincho, "游明朝", "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, "ＭＳ Ｐ明朝", MS PMincho, "serif";
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
}

.p-vehicleIntro--txt {
  margin-top: 2rem;
  padding: 0 1.5rem 1.5rem;
  line-height: 2;
  text-align: center;
}

.translated-ltr .p-vehicleIntro--txt {
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
}

.translated-ltr .p-vehicleIntro--txt br {
  display: none;
}

.p-vehicleIntro--fig {
  position: relative;
  padding: 27px 29px 29px 291px;
  background-color: #fbf6d8;
  background-image: linear-gradient(90deg, transparent 50%, white 50%);
  background-position: left top;
  background-repeat: repeat;
  background-size: 8px 8px;
}

.p-vehicleIntro--figWrap {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 29.1rem;
  text-align: center;
}

.p-vehicleIntro--sub {
  margin-top: 2rem;
  font-size: 2rem;
}

.p-vehicleIntro--sub i {
  margin-right: .5rem;
}

.p-vehicleIntro--sub span {
  margin-left: 1.5rem;
  font-size: 1.6rem;
}

.p-vehicleIntro--data {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-vehicleIntro--dataHead {
  width: 8rem;
  padding: 1rem;
  border-bottom: .1rem dashed #ddd;
  font-weight: bold;
  letter-spacing: 1em;
}

.p-vehicleIntro--dataDesc {
  width: 42rem;
  padding: 1rem;
  border-bottom: .1rem dashed #ddd;
}

.p-vehiclePoint--ttl {
  margin-top: 9rem;
  text-align: center;
}

.p-vehiclePoint--fig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 35rem;
  padding: 5.5rem 2.5rem 2.5rem;
  background-image: url(../vehicle/images/p-vehiclePoint--bg.png);
  background-repeat: no-repeat;
  background-position: center top;
}

.p-vehiclePoint--figItems + .p-vehiclePoint--figItems {
  margin-left: 7.5rem;
}

.p-vehiclePoint--figItems + .p-vehiclePoint--figItems dd {
  margin-top: .5rem;
}

.p-vehiclePoint--figItem {
  float: left;
}

.p-vehiclePoint--figItem + .p-vehiclePoint--figItem {
  margin-left: 2.5rem;
}

.p-vehiclePoint--sub {
  margin-top: 3rem;
  background-image: url(../common_img/line--dashed.png);
  background-repeat: repeat-x;
  background-position: left center;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
}

.p-vehiclePoint--sub > * {
  display: inline-block;
  padding-right: 2rem;
  background-color: #fff;
}

.p-vehiclePoint--sub i {
  margin-right: 1rem;
}

.p-vehiclePoint--wrap {
  position: relative;
  margin-top: 3rem;
  margin-right: -3rem;
  margin-left: -3rem;
  padding-bottom: 3rem;
}

.p-vehiclePoint--wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 2.5rem;
  right: 0;
  left: 0;
  width: 100%;
  height: 16rem;
  background-color: #fbf6d8;
  background-image: linear-gradient(90deg, white 50%, transparent 50%);
  background-position: left top;
  background-repeat: repeat;
  background-size: 8px 8px;
}

.p-vehiclePoint--row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

.p-vehiclePoint--col {
  position: relative;
  width: 36rem;
  text-align: center;
}

.p-vehiclePoint--col::before {
  position: absolute;
  top: -1.6rem;
  left: .6rem;
  z-index: 11;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-name: logoCrowdXY;
  animation-name: logoCrowdXY;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  will-change: transform;
}

#vehiclePoint--Sb .p-vehiclePoint--col:nth-of-type(1)::before {
  content: url(../vehicle/images/p-vehiclePoint--Sb--ico01.png);
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

#vehiclePoint--Sb .p-vehiclePoint--col:nth-of-type(2)::before {
  content: url(../vehicle/images/p-vehiclePoint--Sb--ico02.png);
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

#vehiclePoint--Sb .p-vehiclePoint--col:nth-of-type(3)::before {
  content: url(../vehicle/images/p-vehiclePoint--Sb--ico03.png);
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

#vehiclePoint--Sd .p-vehiclePoint--col:nth-of-type(1)::before {
  content: url(../vehicle/images/p-vehiclePoint--Sd--ico01.png);
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

#vehiclePoint--Sd .p-vehiclePoint--col:nth-of-type(2)::before {
  content: url(../vehicle/images/p-vehiclePoint--Sd--ico02.png);
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

#vehiclePoint--Sd .p-vehiclePoint--col:nth-of-type(3)::before {
  content: url(../vehicle/images/p-vehiclePoint--Sd--ico03.png);
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.p-vehiclePoint--head {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  word-break: break-all;
}

.p-vehiclePoint--head img {
  position: relative;
  margin-bottom: 1rem;
  border: .6rem    solid #fff;
  box-shadow: 0 0 0.6rem 0.1rem rgba(0, 0, 0, 0.2);
  background-color: #fff;
  transition: all .3s;
}

.p-vehiclePoint--desc {
  margin-top: .5rem;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  line-height: 2;
}

.translated-ltr .p-vehiclePoint--desc {
  line-height: 1.5;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
}

.translated-ltr .p-vehiclePoint--desc br {
  display: none;
}

.p-vehicleGoods--ttl {
  margin-top: 7.5rem;
  text-align: center;
}

.p-vehicleGoods--items {
  position: relative;
  width: 100%;
  height: 40rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  background-image: url(../vehicle/images/p-vehicleGoods--bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.p-vehicleGoods--item {
  position: absolute;
}

.p-vehicleGoods--item:nth-of-type(1) {
  top: 2.8rem;
  left: 10.0rem;
  -webkit-transform-origin: center 30px;
  transform-origin: center 30px;
  -webkit-animation: swinging 4.5s ease-in-out forwards infinite;
  animation: swinging 4.5s ease-in-out forwards infinite;
}

.p-vehicleGoods--item:nth-of-type(2) {
  top: 4.0rem;
  left: 44.3rem;
}

.p-vehicleGoods--item:nth-of-type(3) {
  top: 4.0rem;
  left: 67.0rem;
}

.p-vehicleGoods--item:nth-of-type(4) {
  top: 20.7rem;
  left: 55.8rem;
}

.p-vehicleGoods--item:nth-of-type(5) {
  top: 20.6rem;
  left: 80.0rem;
}

.js-scrollin .p-vehicleMain--head {
  opacity: 0;
  transition: all 1s;
}

.js-scrollin .p-vehicleMain--ttl {
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem);
  opacity: 0;
}

.js-scrollin .p-vehicleMain--ttl img {
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem);
  opacity: 0;
}

.js-scrollin .p-vehicleMain--Sb,
.js-scrollin .p-vehicleMain--Sd {
  opacity: 0;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  transition: all 1s;
  transition-delay: 3s;
}

.js-scrollin .p-vehicleMain--Sb--img,
.js-scrollin .p-vehicleMain--Sd--img {
  z-index: 10;
}

.js-scrollin .p-vehicleMain--Sb figcaption,
.js-scrollin .p-vehicleMain--Sd figcaption {
  opacity: 0;
  transition: all .5s;
  transition-delay: 3.5s;
}

.js-scrollin .p-vehicleIntro--figWrap {
  opacity: 0;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  transition: all 1s;
}

.js-scrollin .p-vehicleIntro--col:nth-of-type(2) .p-vehicleIntro--figWrap {
  transition-delay: 1.5s;
}

.js-scrollin .p-vehicleIntro--col:nth-of-type(3) .p-vehicleIntro--figWrap {
  transition-delay: 1.8s;
}

.js-scrollin .p-vehicleIntro--col:nth-of-type(4) .p-vehicleIntro--figWrap {
  transition-delay: 2.1s;
}

.js-scrollin .p-vehiclePoint--figItems:nth-of-type(1) dd {
  transition-delay: 1.5s;
}

.js-scrollin .p-vehiclePoint--figItems:nth-of-type(2) dd:nth-of-type(1) {
  transition-delay: 2.0s;
}

.js-scrollin .p-vehiclePoint--figItems:nth-of-type(2) dd:nth-of-type(2) {
  transition-delay: 2.3s;
}

.js-scrollin .p-vehiclePoint--figItem {
  opacity: 0;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  transition: all 1s;
}

.js-scrollin .p-vehicleGoods--item:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  transition: all 1s;
  transition-delay: 1.2s;
}

.js-scrollin .p-vehicleGoods--item:nth-of-type(3) {
  opacity: 0;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  transition: all 1s;
  transition-delay: 1.5s;
}

.js-scrollin .p-vehicleGoods--item:nth-of-type(4) {
  opacity: 0;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  transition: all 1s;
  transition-delay: 1.8s;
}

.js-scrollin .p-vehicleGoods--item:nth-of-type(5) {
  opacity: 0;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  transition: all 1s;
  transition-delay: 2.1s;
}

.is-scrollin .p-vehicleMain--head {
  opacity: 1;
  transition-delay: 1.5s;
}

.is-scrollin .p-vehicleMain--ttl {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition-delay: 2s;
}

.is-scrollin .p-vehicleMain--ttl img {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.is-scrollin .p-vehicleMain--ttl img:nth-of-type(1) {
  transition-delay: 2.5s;
}

.is-scrollin .p-vehicleMain--ttl img:nth-of-type(2) {
  transition-delay: 2.7s;
}

.is-scrollin .p-vehicleMain--Sb,
.is-scrollin .p-vehicleMain--Sd {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.is-scrollin .p-vehicleMain--Sb figcaption,
.is-scrollin .p-vehicleMain--Sd figcaption {
  opacity: 1;
}

.is-scrollin .p-vehicleIntro--figWrap {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.is-scrollin .p-vehiclePoint--figItem {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.is-scrollin .p-vehicleGoods--item:nth-of-type(2),
.is-scrollin .p-vehicleGoods--item:nth-of-type(3),
.is-scrollin .p-vehicleGoods--item:nth-of-type(4),
.is-scrollin .p-vehicleGoods--item:nth-of-type(5) {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* ==============================================================================================================================
 *
 * 06. gallery
 */

.page06 .c-ttlPage {
  background-color: #66a67d;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3));
  background-position: center top;
  background-repeat: repeat;
  background-size: 1.6rem 1.6rem;
}

.page06 #lightbox .lb-details {
  margin-top: .5%;
}

.page06 #lightbox .lb-caption {
  font-size: 1.8rem;
  line-height: 1.5;
}

.page06 #lightbox .lb-number {
  display: none !important;
}

.p-galleryNav {
  width: 105rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.p-galleryNav--head {
  width: 32.8rem;
}

.p-galleryNav--item {
  float: left;
  width: 32.8rem;
  text-align: center;
}

.p-galleryNav--item + .p-galleryNav--item {
  margin-left: 3.3rem;
}

.p-galleryNav--item .btnIn {
  background-image: url(../common_img/btnLarge--bg--gry.png), url(../common_img/btnLarge--bg--tC1.png), url(../common_img/btnLarge--bg--tC2.png), url(../common_img/btnLarge--bg--tC3.png);
  background-size: auto auto, 0 0, 0 0, 0 0;
}

.p-galleryNav--item:nth-of-type(1) .btnTab:hover .btnIn {
  background-image: url(../common_img/btnLarge--bg--tC1.png);
}

.p-galleryNav--item:nth-of-type(2) .btnTab:hover .btnIn {
  background-image: url(../common_img/btnLarge--bg--tC2.png);
}

.p-galleryNav--item:nth-of-type(3) .btnTab:hover .btnIn {
  background-image: url(../common_img/btnLarge--bg--tC3.png);
}

.p-galleryContainer {
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.p-galleryContainer .c-pager {
  width: 105rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4.5rem;
}

.p-galleryList--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p-galleryList--item {
  position: relative;
  overflow: hidden;
  width: 19.2rem;
  height: 19.2rem;
  margin-top: 2rem;
  margin-left: 2rem;
  border: .1rem solid #ddd;
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem);
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: ease-in-out;
  opacity: 0;
}

.p-galleryList--item:nth-of-type(5n+1) {
  margin-left: 0;
}

.p-galleryList--item a {
  display: inline-block;
  position: relative;
  width: 19.2rem;
  height: 19.2rem;
}

.p-galleryList--item a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: .0;
  left: 0;
  width: 19.2rem;
  height: 19.2rem;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all .3s;
  z-index: 505;
}

.p-galleryList--item a:hover::after {
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../common_img/ico-zoom.png);
}

.p-galleryList--img {
  display: inline-block;
  width: 19.2rem;
  height: 19.2rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.ca .p-galleryNav--head,
.ca1 .p-galleryNav--head {
  margin-right: auto;
}

.ca .p-galleryNav--item:nth-of-type(1) .btnIn,
.ca1 .p-galleryNav--item:nth-of-type(1) .btnIn {
  background-image: url(../common_img/btnLarge--bg--tC1.png) !important;
}

.ca2 .p-galleryNav--head {
  margin-left: auto;
  margin-right: auto;
}

.ca2 .p-galleryNav--item:nth-of-type(2) .btnIn {
  background-image: url(../common_img/btnLarge--bg--tC2.png) !important;
}

.ca2 .c-pager .btnBg:hover {
  background-image: url(../common_img/btn--bg--tC2.png);
}

.ca3 .p-galleryNav--head {
  margin-left: auto;
}

.ca3 .p-galleryNav--item:nth-of-type(3) .btnIn {
  background-image: url(../common_img/btnLarge--bg--tC3.png) !important;
}

.ca3 .c-pager .btnBg:hover {
  background-image: url(../common_img/btn--bg--tC3.png);
}

.is-scrollin .p-galleryList--item {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.is-scrollin .p-galleryList--item:nth-of-type(1) {
  transition-delay: .5s;
}

.is-scrollin .p-galleryList--item:nth-of-type(2) {
  transition-delay: .7s;
}

.is-scrollin .p-galleryList--item:nth-of-type(3) {
  transition-delay: .9s;
}

.is-scrollin .p-galleryList--item:nth-of-type(4) {
  transition-delay: 1.1s;
}

.is-scrollin .p-galleryList--item:nth-of-type(5) {
  transition-delay: 1.3s;
}

.is-scrollin .p-galleryList--item:nth-of-type(6) {
  transition-delay: 1.5s;
}

.is-scrollin .p-galleryList--item:nth-of-type(7) {
  transition-delay: 1.7s;
}

.is-scrollin .p-galleryList--item:nth-of-type(8) {
  transition-delay: 1.9s;
}

.is-scrollin .p-galleryList--item:nth-of-type(9) {
  transition-delay: 2.1s;
}

.is-scrollin .p-galleryList--item:nth-of-type(10) {
  transition-delay: 2.3s;
}

.is-scrollin .p-galleryList--item:nth-of-type(11) {
  transition-delay: 2.5s;
}

.is-scrollin .p-galleryList--item:nth-of-type(12) {
  transition-delay: 2.7s;
}

.is-scrollin .p-galleryList--item:nth-of-type(13) {
  transition-delay: 2.9s;
}

.is-scrollin .p-galleryList--item:nth-of-type(14) {
  transition-delay: 3.1s;
}

.is-scrollin .p-galleryList--item:nth-of-type(15) {
  transition-delay: 3.3s;
}

/* ==============================================================================================================================
 *
 * 07. topics
 */

.p-topicsNav {
  width: 110rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.p-topicsNav--head {
  width: 33rem;
}

.p-topicsNav--item {
  float: left;
  width: 33rem;
  margin-left: 5.4rem;
  text-align: center;
}
.p-topicsNav--item:first-of-type {
  margin-left: 0;
}

.p-topicsNav--item i {
  position: absolute;
  right: 2.5rem;
}

.p-topicsNav--item .btnTab {
  display: inline-block;
}

.p-topicsMain {
  padding-bottom: 8rem;
  background-image: url(../topics/images/topics--body--items.png), url(../common_img/woodpanel--body.jpg);
  background-repeat: no-repeat, repeat;
  background-position: center top;
}

.p-topicsMain .c-pager {
  width: 105rem;
  margin-right: auto;
  margin-left: auto;
}

.ca1 .p-topicsNav--head {
  margin-right: auto;
}

.ca1 .p-topicsNav--item:nth-of-type(1) .btnIn {
  background-image: url(../common_img/btnLarge--bg--tC1.png) !important;
  background-size: auto, 0 !important;
}

.ca2 .p-topicsNav--head {
  margin-right: auto;
  margin-left: auto;
}

.ca2 .p-topicsNav--item:nth-of-type(2) .btnIn {
  background-image: url(../common_img/btnLarge--bg--tC1.png) !important;
  background-size: auto, 0 !important;
}

.ca3 .p-topicsNav--head {
  margin-left: auto;
}

.ca3 .p-topicsNav--item:nth-of-type(3) .btnIn {
  background-image: url(../common_img/btnLarge--bg--tC1.png) !important;
  background-size: auto, 0 !important;
}

.p-topic {
  position: relative;
  padding-top: 3rem;
}

.p-topic::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -2.5rem;
  left: 0;
  width: 100%;
  height: 8rem;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center top;
}

.p-topic:nth-of-type(odd)::after {
  background-image: url(../topics/images/topics--bg--itemR.png);
}

.p-topic:nth-of-type(even)::after {
  background-image: url(../topics/images/topics--bg--itemL.png);
}

.p-topicContainer {
  position: relative;
  box-sizing: border-box;
  width: 115rem;
  margin: 4rem auto 2.5rem;
  padding: 3rem 5rem 6.5rem;
  background-image: url(../common_img/notes--bg.png);
  background-repeat: repeat-y;
  background-position: center top;
}

.p-topicContainer::before,
.p-topicContainer::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}

.p-topicContainer::before {
  top: -4rem;
  height: 4rem;
  background-image: url(../common_img/notes--bg--top.png);
}

.p-topicContainer::after {
  bottom: -2.5rem;
  height: 2.5rem;
  background-image: url(../common_img/notes--bg--btm.png);
}

.p-topicHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 2.5rem 2.5rem 0;
}

.p-topicHead--ttl {
  width: auto;
  max-width: calc(100% - 21rem);
  margin-top: -.5rem;
}

.p-topicHead--ttlBg {
  display: inline;
  background-size: auto 2.5rem;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1.5;
}

.p-ico--sb + * + * .p-topicHead--ttlBg {
  background-image: linear-gradient(transparent 70%, rgba(217, 111, 117, 0.3) 70%);
}

.p-ico--sd + * + * .p-topicHead--ttlBg {
  background-image: linear-gradient(transparent 70%, rgba(58, 165, 192, 0.3) 70%);
}

.p-ico--sh + * + * .p-topicHead--ttlBg {
  background-image: linear-gradient(transparent 70%, rgba(218, 165, 36, 0.3) 70%);
}

.p-ico--ot + * + * .p-topicHead--ttlBg {
  background-image: linear-gradient(transparent 70%, rgba(150, 163, 171, 0.3) 70%);
}

.p-topicHead .p-ico--sb,
.p-topicHead .p-ico--sd,
.p-topicHead .p-ico--sh,
.p-topicHead .p-ico--ot {
  width: 9rem;
  font-size: 1.2rem;
  line-height: 2.1;
}

.p-topicHead .p-ico--sb .notranslate,
.translated-ltr .p-topicHead .p-ico--sb .c__ja,
.p-topicHead .p-ico--sd .notranslate,
.translated-ltr
.p-topicHead .p-ico--sd .c__ja,
.p-topicHead .p-ico--sh .notranslate,
.translated-ltr
.p-topicHead .p-ico--sh .c__ja,
.p-topicHead .p-ico--ot .notranslate,
.translated-ltr
.p-topicHead .p-ico--ot .c__ja {
  display: none;
}

.p-topicHead .p-ico--sb .c__ja,
.translated-ltr .p-topicHead .p-ico--sb .notranslate,
.p-topicHead .p-ico--sd .c__ja,
.translated-ltr
.p-topicHead .p-ico--sd .notranslate,
.p-topicHead .p-ico--sh .c__ja,
.translated-ltr
.p-topicHead .p-ico--sh .notranslate,
.p-topicHead .p-ico--ot .c__ja,
.translated-ltr
.p-topicHead .p-ico--ot .notranslate {
  display: inline-block;
}

.p-topicHead .p-txt--date {
  display: inline-block;
  min-width: 10rem;
  margin-right: 1rem;
  font-family: "Yu Mincho", YuMincho, "游明朝", "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, "ＭＳ Ｐ明朝", MS PMincho, "serif";
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}

.p-topicDesc {
  padding: 2.5rem 2.5rem 0;
  line-height: 2;
}

.p-topicDesc--flyer {
  margin-top: 2.5rem;
  margin-bottom: -2.5rem;
  padding: 2.5rem 2.5rem 0;
  background: url(../common_img/line--dashed.png) no-repeat center top;
  text-align: center;
}

.p-topicDesc--flyer i {
  margin-right: .5em;
}

.p-topicFig {
  float: right;
  width: 38rem;
  padding: 2.5rem 2.5rem 0;
}

.p-topicFig a {
  display: inline-block;
  position: relative;
  width: 100%;
}

.p-topicFig a::after {
  display: inline-block;
  content: url(../common_img/ico-zoom.png);
  position: absolute;
  bottom: 1rem;
  right: .2rem;
  width: 3.2rem;
  height: 3.2rem;
  padding: .5rem;
  line-height: 1;
  border-radius: .3rem;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all .3s;
}

.p-topicFig a:hover::after {
  opacity: .7;
}

.p-topicFig img {
  max-width: 100%;
  border: .5rem solid #fff;
  background-color: #fff;
  box-shadow: 0 0 0.6rem 0.1rem rgba(0, 0, 0, 0.2);
}

/* ==============================================================================================================================
 *
 * 08. goods
 */

.p-goodsList {
  position: relative;
  width: 100%;
  margin-bottom: -8rem;
}

.p-goodsList::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 311;
  top: 0;
  width: 100%;
  min-height: 55.5rem;
  background-image: url(../goods/images/goodsList--bgF.png);
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 511;
}

.p-goodsList--container {
  position: relative;
  width: 110rem;
  min-height: 55.5rem;
  margin-right: auto;
  margin-left: auto;
}

.p-goodsList--ttl {
  position: absolute;
  top: 27.2rem;
  left: 1.8rem;
  z-index: 515;
}

.p-goodsList--items {
  min-height: 55.5rem;
}

.p-goodsList--item {
  position: absolute;
}

.p-goodsList--item:nth-of-type(1) {
  left: 37.2rem;
  top: 3.6rem;
}

.p-goodsList--item:nth-of-type(1) .p-goodsList--tag {
  top: 13.8rem;
  left: 10rem;
}

.p-goodsList--item:nth-of-type(2) {
  left: 78.8rem;
  top: 8rem;
}

.p-goodsList--item:nth-of-type(2) .p-goodsList--tag {
  top: 10.6rem;
  left: 4.1rem;
}

.p-goodsList--item:nth-of-type(3) {
  left: 36.3rem;
  top: 34.0rem;
}

.p-goodsList--item:nth-of-type(3) .p-goodsList--tag {
  top: 10.3rem;
  left: 13.3rem;
}

.p-goodsList--item:nth-of-type(4) {
  left: 76.0rem;
  top: 28.5rem;
}

.p-goodsList--item:nth-of-type(4) .p-goodsList--tag {
  top: 13.8rem;
  left: 9.8rem;
}

.p-goodsList--img {
  position: absolute;
  z-index: 501;
  top: 0;
  left: 0;
}

.p-goodsList--tag {
  position: absolute;
  z-index: 512;
}

/* ==============================================================================================================================
 *
 * 09. group
 */

.page09 .pageTop {
  z-index: 10;
}

.p-groupMain--container {
  position: relative;
  box-sizing: border-box;
  width: 113rem;
  margin-top: 6rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4rem 8rem;
  border-radius: .8rem;
  background-color: #fff;
  background-image: url(../group/images/groupMain--ttlBg.png);
  background-repeat: no-repeat;
  background-position: 1.5rem 1.5rem;
  box-shadow: 0 0 0.6rem 0.1rem rgba(0, 0, 0, 0.2);
}

.p-groupMain--ttl {
  padding-top: 8rem;
  text-align: center;
}

.p-groupSub {
  clear: both;
  padding-top: 4rem;
}

.p-groupSub + .p-groupSub {
  padding-top: 8rem;
}

.p-groupSub--fig {
  position: relative;
  width: 620px;
  margin-right: -3rem;
  margin-left: -3rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.p-groupSub--fig::before {
  content: "";
  display: block;
  position: absolute;
  top: 12.5rem;
  right: 0;
  left: 0;
  width: 100%;
  height: 16rem;
  background-color: #fbf6d8;
  background-image: linear-gradient(90deg, white 50%, transparent 50%);
  background-position: left top;
  background-repeat: repeat;
  background-size: 8px 8px;
}

.p-groupSub--fig::after {
  display: block;
  position: absolute;
  bottom: 3rem;
  z-index: 1;
}

.p-groupSub--fig img {
  display: inline-block;
  position: relative;
  margin-bottom: 1rem;
  border: .6rem solid #fff;
  box-shadow: 0 0 0.6rem 0.1rem rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.p-groupSub--ttl {
  position: relative;
  max-width: 43rem;
  z-index: 1;
  margin-bottom: 2.4rem;
  padding-top: 1.2rem;
  padding-bottom: 2.4rem;
  padding-left: 9rem;
  background-image: url(../common_img/line--dashed.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}

.p-groupSub--ttl strong {
  font-size: 2.8rem;
}

.p-groupSub--ttl span {
  margin-left: 1rem;
  color: #bbb;
  font-size: 1.4rem;
}

.p-groupSub--ttl::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-animation-name: cradleRote;
  animation-name: cradleRote;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.p-groupSub--voice {
  display: block;
  font-size: 1.8rem;
}

.p-groupSub--txt {
  position: relative;
  max-width: 43rem;
  z-index: 1;
  margin-top: 1rem;
  line-height: 2;
}

.p-groupSub--txt + * {
  margin-top: 1.5rem;
  text-align: right;
}

#kyoto .p-groupSub--fig {
  float: left;
}

#kyoto .p-groupSub--fig::after {
  content: url(../group/images/fig--kyotoAfter.png);
  left: 52rem;
}

#kyoto .p-groupSub--ttl::before {
  content: url(../group/images/ico--kyoto.png);
}

#kyoto .p-groupSub--ttl,
#kyoto .p-groupSub--voice,
#kyoto .p-groupSub--txt {
  margin-left: 62rem;
}

#kobe .p-groupSub--fig {
  float: right;
}

#kobe .p-groupSub--fig::after {
  content: url(../group/images/fig--kobeAfter.png);
  right: 57.5rem;
}

#kobe .p-groupSub--ttl::before {
  content: url(../group/images/ico--kobe.png);
}

#kobe .p-groupSub--ttl,
#kobe .p-groupSub--voice,
#kobe .p-groupSub--txt {
  margin-rightt: 620px;
}

.js-scrollin .p-groupSub--fig img,
.js-scrollin .p-groupSub--fig::after,
.js-scrollin .p-groupSub--ttl,
.js-scrollin .p-groupSub--voice,
.js-scrollin .p-groupSub--txt {
  opacity: 0;
}

.js-scrollin .p-groupSub--fig img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  transition: all 1s 1s;
}

.js-scrollin#kyoto .p-groupSub--fig::after {
  -webkit-transform: translate(30px, 0);
  transform: translate(30px, 0);
  transition: all 1s 1.5s;
}

.js-scrollin#kyoto .p-groupSub--ttl,
.js-scrollin#kyoto .p-groupSub--voice,
.js-scrollin#kyoto .p-groupSub--txt {
  -webkit-transform: translate(30px, 0);
  transform: translate(30px, 0);
  transition: all 1s 2s;
}

.js-scrollin#kobe .p-groupSub--fig::after {
  -webkit-transform: translate(-30px, 0);
  transform: translate(-30px, 0);
  transition: all 1s 1.5s;
}

.js-scrollin#kobe .p-groupSub--ttl,
.js-scrollin#kobe .p-groupSub--voice,
.js-scrollin#kobe .p-groupSub--txt {
  -webkit-transform: translate(-30px, 0);
  transform: translate(-30px, 0);
  transition: all 1s 2s;
}

.is-scrollin#kyoto .p-groupSub--fig img,
.is-scrollin#kobe .p-groupSub--fig img {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.is-scrollin#kyoto .p-groupSub--fig::after,
.is-scrollin#kyoto .p-groupSub--ttl,
.is-scrollin#kyoto .p-groupSub--voice,
.is-scrollin#kyoto .p-groupSub--txt,
.is-scrollin#kobe .p-groupSub--fig::after,
.is-scrollin#kobe .p-groupSub--ttl,
.is-scrollin#kobe .p-groupSub--voice,
.is-scrollin#kobe .p-groupSub--txt {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* ==============================================================================================================================
 *
 * 10. guide
 */

.p-guideMain--container {
  margin-top: 6rem;
  padding-top: 4.5rem;
  padding-bottom: 5rem;
}

.p-guideMain--head {
  position: relative;
  width: 105rem;
  height: 39rem;
  background-image: url(../guide/images/p-guideCatch--fig.png);
  opacity: 0;
  transition: all 1s;
}

.p-guideMain--ttl {
  box-sizing: border-box;
  position: absolute;
  top: 10.4rem;
  left: 0;
  right: 0;
  width: 37rem;
  height: 19.4rem;
  margin: auto;
  background-image: url(../guide/images/p-guideCatch--bg.png);
  text-align: center;
  transition: all 1s;
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem);
  opacity: 0;
}

.p-guideMain--ttl img {
  position: relative;
  transition: all 1s;
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem);
  opacity: 0;
}

.p-guideMain--ttl img:nth-of-type(1) {
  padding-top: 4.6rem;
}

.p-guideMain--ttl img:nth-of-type(2) {
  padding-top: 1.2rem;
}

.p-guideSub--ttl {
  background-image: url(../common_img/line--dashed.png);
  background-repeat: repeat-x;
  background-position: left center;
  font-family: "Yu Mincho", YuMincho, "游明朝", "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, "ＭＳ Ｐ明朝", MS PMincho, "serif";
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
}

.p-guideSub--ttl > * {
  display: inline-block;
  padding-right: 2rem;
  background-color: #fff;
}

.p-guideSub--ttl i {
  margin-right: 1rem;
}

.p-guideIntro {
  position: relative;
  min-height: 22rem;
  background-image: url(../guide/images/p-guideIntro--bg.png);
  background-repeat: no-repeat;
  background-position: center 2.5rem;
}

.p-guideIntro--ttl {
  margin-top: 5rem;
  padding-top: 5rem;
  background-image: url(../guide/images/p-guideIntro--logo.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 10.5rem auto;
  text-align: center;
}

.p-guideIntro--ttl strong {
  display: inline-block;
  margin-right: -1rem;
  margin-left: -.5rem;
  padding-right: 1rem;
  padding-left: .5rem;
  background-image: linear-gradient(transparent 65%, rgba(218, 115, 121, 0.4) 65%);
  background-size: auto;
  font-family: "Yu Mincho", YuMincho, "游明朝", "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, "ＭＳ Ｐ明朝", MS PMincho, "serif";
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
}

.p-guideIntro--txt {
  margin-top: 2rem;
  padding: 0 21rem;
  line-height: 2;
  text-align: center;
}

.translated-ltr .p-guideIntro--txt {
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
}

.translated-ltr .p-guideIntro--txt br {
  display: none;
}

.p-guideIntro--txt::before {
  position: absolute;
  top: 5.5rem;
  left: 6.5rem;
  content: url(../guide/images/p-guideIntro--item.png);
  -webkit-animation-name: logoCrowdXY;
  animation-name: logoCrowdXY;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  will-change: transform;
}

.p-guidePoint--ttl {
  margin-top: 6rem;
  text-align: center;
}

.p-guidePoint--wrap {
  position: relative;
  margin-top: 4rem;
  margin-right: -3rem;
  margin-left: -3rem;
  padding-bottom: 8rem;
}

.p-guidePoint--wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 2.5rem;
  right: 0;
  left: 0;
  width: 100%;
  height: 16rem;
  background-color: #fbf6d8;
  background-image: linear-gradient(90deg, white 50%, transparent 50%);
  background-position: left top;
  background-repeat: repeat;
  background-size: 8px 8px;
}

.p-guidePoint--row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

.p-guidePoint--col {
  position: relative;
  width: 36rem;
  text-align: center;
}

.p-guidePoint--col::before {
  position: absolute;
  top: -1.6rem;
  left: .6rem;
  z-index: 11;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-name: logoCrowdXY;
  animation-name: logoCrowdXY;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  will-change: transform;
}

.p-guidePoint--col:nth-of-type(1)::before {
  content: url(../guide/images/p-guidePoint--ico01.png);
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.p-guidePoint--col:nth-of-type(2)::before {
  content: url(../guide/images/p-guidePoint--ico02.png);
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.p-guidePoint--col:nth-of-type(3)::before {
  content: url(../guide/images/p-guidePoint--ico03.png);
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.p-guidePoint--head {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  word-break: break-all;
}

.p-guidePoint--head img {
  position: relative;
  margin-bottom: 1rem;
  border: .6rem    solid #fff;
  box-shadow: 0 0 0.6rem 0.1rem rgba(0, 0, 0, 0.2);
  background-color: #fff;
  transition: all .3s;
}

.p-guidePoint--desc {
  margin-top: .5rem;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  line-height: 2;
}

.translated-ltr .p-guidePoint--desc {
  line-height: 1.5;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
}

.translated-ltr .p-guidePoint--desc br {
  display: none;
}

.p-guideEquipment--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin-top: 2.5rem;
}

.p-guideEquipment--item {
  position: relative;
  width: 51rem;
  min-height: 10rem;
  padding: 2rem 1.5rem 2rem 8.5rem;
  border-bottom: .1rem dashed #c1c1c1;
}

.p-guideEquipment--item:nth-of-type(even) {
  margin-left: 3rem;
}

.p-guideEquipment--item::before {
  position: absolute;
  top: 2rem;
  left: .5rem;
}

.p-guideEquipment--item:nth-of-type(1)::before {
  content: url(../guide/images/p-guideEq--ico01.png);
}

.p-guideEquipment--item:nth-of-type(2)::before {
  content: url(../guide/images/p-guideEq--ico02.png);
}

.p-guideEquipment--item:nth-of-type(3)::before {
  content: url(../guide/images/p-guideEq--ico03.png);
}

.p-guideEquipment--item:nth-of-type(4)::before {
  content: url(../guide/images/p-guideEq--ico04.png);
}

.p-guideEquipment--item:nth-of-type(5)::before {
  content: url(../guide/images/p-guideEq--ico05.png);
}

.p-guideEquipment--item:nth-of-type(6)::before {
  content: url(../guide/images/p-guideEq--ico06.png);
}

.p-guideEquipment--item:nth-of-type(7)::before {
  content: url(../guide/images/p-guideEq--ico07.png);
}

.p-guideEquipment--item:nth-of-type(8)::before {
  content: url(../guide/images/p-guideEq--ico08.png);
}

.p-guideEquipment--item:nth-of-type(9)::before {
  content: url(../guide/images/p-guideEq--ico09.png);
}

.p-guideEquipment--item:nth-of-type(10)::before {
  content: url(../guide/images/p-guideEq--ico10.png);
}

.p-guideFacilities {
  padding-top: 8rem;
}

.p-guideFacilities--map {
  margin-top: 4rem;
}

.p-guideFacilities--txt {
  padding-top: 2.5rem;
  background-image: url(../guide/images/p-guideFacilities--bg.png);
  background-repeat: no-repeat;
  background-position: center 4rem;
  line-height: 2;
  text-align: center;
}

.p-guideFacilities--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin-top: 4.5rem;
  padding: 3rem 5rem 5rem;
  border: .1rem solid #c1c1c1;
  background-image: url(../contact/images/contact--bg--paper.jpg);
  background-repeat: repeat;
}

.translated-ltr .p-guideFacilities--items {
  display: block !important;
}

.p-guideFacilities--head {
  width: 14rem;
  padding: 1.8rem;
  border-bottom: .1rem solid #c1c1c1;
  font-weight: bold;
}

.translated-ltr .p-guideFacilities--head {
  width: auto !important;
  padding-bottom: 0 !important;
  border-bottom: 0 none !important;
}

.p-guideFacilities--desc {
  width: 80.8rem;
  padding: 1.8rem;
  border-bottom: .1rem solid #c1c1c1;
}

.translated-ltr .p-guideFacilities--desc {
  width: auto !important;
  padding-top: 1rem !important;
}

.is-scrollin.p-guideMain--head {
  opacity: 1;
  transition-delay: 1.5s;
}

.is-scrollin .p-guideMain--ttl {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition-delay: 2s;
}

.is-scrollin .p-guideMain--ttl img {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.is-scrollin .p-guideMain--ttl img:nth-of-type(1) {
  transition-delay: 2.5s;
}

.is-scrollin .p-guideMain--ttl img:nth-of-type(2) {
  transition-delay: 2.7s;
}

/* ==============================================================================================================================
 *
 * 11. reserved
 */

.page11 .c-ttlPage {
  background-color: #6b81b4;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3));
  background-position: center top;
  background-repeat: repeat;
  background-size: 1.6rem 1.6rem;
}

.p-reservedMain--container {
  position: relative;
  box-sizing: border-box;
  width: 113rem;
  margin-top: 6rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4rem 8rem;
  border-radius: .8rem;
  background-color: #fff;
  background-image: url(../reserved/images/reservedMain--ttlBg.png);
  background-repeat: no-repeat;
  background-position: 1.5rem 1.5rem;
  box-shadow: 0 0 0.6rem 0.1rem rgba(0, 0, 0, 0.2);
}

.p-reservedMain--ttl {
  padding-top: 8rem;
  text-align: center;
}

.p-reservedPoint {
  position: relative;
  width: 100rem;
  height: 64rem;
  margin-top: 4rem;
}

.p-reservedPoint::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 40rem;
  height: 40rem;
  background-color: #fbf6d8;
  background-image: linear-gradient(90deg, white 50%, transparent 50%);
  background-position: left top;
  background-repeat: repeat;
  background-size: 8px 8px;
}

.p-reservedPoint::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50rem;
  height: 23rem;
  background-image: url(../reserved/images/reservedPoint--bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.p-reservedPoint--ttl {
  position: absolute;
  top: 54px;
  right: 0;
  width: 50rem;
  text-align: center;
}

.p-reservedPoint--figWrap {
  position: relative;
}

.p-reservedPoint--figWrap::after {
  position: absolute;
  top: -1.2rem;
  left: -2rem;
  z-index: 11;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-name: logoCrowdXY;
  animation-name: logoCrowdXY;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  will-change: transform;
}

.p-reservedPoint--item:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: 0;
}

.p-reservedPoint--item:nth-of-type(1) > *::after {
  content: url(../reserved/images/reservedPoint--parade.png);
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.p-reservedPoint--item:nth-of-type(2) {
  position: absolute;
  right: 0;
  bottom: 0;
}

.p-reservedPoint--item:nth-of-type(2) > *::after {
  content: url(../reserved/images/reservedPoint--events.png);
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.p-reservedPoint--fig {
  position: relative;
  margin-bottom: 1rem;
  border: .6rem    solid #fff;
  box-shadow: 0 0 0.6rem 0.1rem rgba(0, 0, 0, 0.2);
  background-color: #fff;
  transition: all .3s;
}

.p-reservedContact {
  position: relative;
  height: 26rem;
  margin-top: 8rem;
  margin-bottom: -4rem;
  padding-right: 8rem;
  padding-left: 8rem;
  background-image: url(../reserved/images/reservedContact--bg.png);
  background-repeat: no-repeat;
}

.p-reservedPhone {
  float: left;
  padding-top: 60px;
}

.p-reservedPhone--ttl {
  margin-bottom: 10px;
}

.p-reservedMail {
  float: right;
  width: 33rem;
  padding-top: 8rem;
}

.p-reservedMail--ttl {
  display: block;
  margin-bottom: 1em;
  background-image: url(../reserved/images/reservedMail--bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  font-weight: bold;
  text-align: center;
}

.js-scrollin .p-reservedPoint--fig {
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition: all 1s;
}

.js-scrollin .p-reservedPoint--figWrap::after {
  opacity: 0;
  -webkit-transform: scale(0.75, 0.75);
  transform: scale(0.75, 0.75);
  transition: all 1s;
}

.js-scrollin .p-reservedPoint--item:nth-of-type(1) img {
  transition-delay: 1s;
}

.js-scrollin .p-reservedPoint--item:nth-of-type(1) > *::after {
  transition-delay: 1.5s;
}

.js-scrollin .p-reservedPoint--item:nth-of-type(2) img {
  transition-delay: 1.25s;
}

.js-scrollin .p-reservedPoint--item:nth-of-type(2) > *::after {
  transition-delay: 1.75s;
}

.is-scrollin .p-reservedPoint--fig,
.is-scrollin .p-reservedPoint--figWrap::after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* ==============================================================================================================================
 *
 * 12. flow
 */

.page12 .c-ttlPage {
  background-color: #936eae;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3));
  background-position: center top;
  background-repeat: repeat;
  background-size: 1.6rem 1.6rem;
}

.p-flowStep--ttl {
  padding: 7rem 2.5rem 3rem 4rem;
}

.p-flowStep--container {
  padding-top: 4.5rem;
  padding-bottom: 5rem;
}

.p-flowStep--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.p-flowStep--item {
  position: relative;
  width: 33rem;
}

.p-flowStep--item + .p-flowStep--item {
  margin-left: 3rem;
}

.p-flowStep--item + .p-flowStep--item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 16rem;
  left: -2.4rem;
  width: 1rem;
  height: 1rem;
  margin: auto;
  border-width: .3rem .3rem 0 0;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-flowSb .p-flowStep--item::before {
  border-color: #d96f75;
}

.p-flowSb .c-card--ttlNum {
  background-image: url(../flow/images/flowSb--icoNum.png);
}

.p-flowSd .p-flowStep--item::before {
  border-color: #3aa5c0;
}

.p-flowSd .c-card--ttlNum {
  background-image: url(../flow/images/flowSd--icoNum.png);
}

.p-flowSh .p-flowStep--item::before {
  border-color: #daa524;
}

.p-flowSh .c-card--ttlNum {
  background-image: url(../flow/images/flowSh--icoNum.png);
}

/* ==============================================================================================================================
 *
 * 13. meeting-place
 */

.p-mPlaceStep--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 2.5rem;
}

.p-mPlaceStep--head {
  position: relative;
  width: 77.8rem;
  margin-bottom: 3.2em;
  background-color: #fff;
  background-image: url(../meeting-place/images/mPlace--ttlBg.jpg);
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.p-mPlaceStep--head::after {
  content: url(../meeting-place/images/mPlaceSb--ttlIco.png);
  position: absolute;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-name: cradleRote;
  animation-name: cradleRote;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.p-mPlaceStep--item {
  position: relative;
  min-height: 27.6rem;
  margin-bottom: 3.2em;
  padding: .6rem;
  background-color: #fff;
  box-shadow: 0 0 0.6rem 0.1rem rgba(0, 0, 0, 0.2);
}

.p-mPlaceStep--item:nth-of-type(1),
.p-mPlaceStep--item:nth-of-type(2),
.p-mPlaceStep--item:nth-of-type(3) {
  margin-right: 3.2rem;
}

.p-mPlaceStep--item:nth-of-type(5),
.p-mPlaceStep--item:nth-of-type(6),
.p-mPlaceStep--item:nth-of-type(7),
.p-mPlaceStep--item:nth-of-type(8) {
  margin-left: 3.2rem;
}

.p-mPlaceStep--item:nth-of-type(1) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.p-mPlaceStep--item:nth-of-type(2) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.p-mPlaceStep--item:nth-of-type(3) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.p-mPlaceStep--item:nth-of-type(4) {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.p-mPlaceStep--item:nth-of-type(5) {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.p-mPlaceStep--item:nth-of-type(6) {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.p-mPlaceStep--item:nth-of-type(7) {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.p-mPlaceStep--item:nth-of-type(8) {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.p-mPlaceStep--item:nth-of-type(9) {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.p-mPlaceStep--ico {
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: -3rem;
  width: 23.8rem;
  height: 1.8rem;
  padding-left: .5rem;
  text-align: center;
  transition: all .3s;
}

#mpOdaiba .p-mPlaceStep--ico {
  top: -3.8rem;
}

.p-mPlaceStep--ico span {
  display: inline-block;
  line-height: 1;
  vertical-align: bottom;
  -webkit-animation-name: boundY1;
  animation-name: boundY1;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.p-mPlaceStep--ico span:nth-of-type(1) {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.p-mPlaceStep--ico span:nth-of-type(2) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.p-mPlaceStep--ico span:nth-of-type(3) {
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}

.p-mPlaceStep--ico span:nth-of-type(4) {
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

.p-mPlaceStep--ico img {
  line-height: 1;
  vertical-align: bottom;
}

.p-mPlaceStep--ico::before {
  position: absolute;
  top: -.2rem;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-animation-name: logoCrowdY;
  animation-name: logoCrowdY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}

#mpMarunouchi .p-mPlaceStep--ico::before {
  content: url(../meeting-place/images/ico--slash1.png);
}

#mpOdaiba .p-mPlaceStep--ico::before {
  top: .2rem;
  content: url(../meeting-place/images/ico--slash2.png);
}

#mpTokyo .p-mPlaceStep--ico::before {
  content: url(../meeting-place/images/ico--slash2.png);
}

#mpYokohama .p-mPlaceStep--ico::before,
#mpGinza .p-mPlaceStep--ico::before {
  content: url(../meeting-place/images/ico--slash3.png);
}

.p-mPlaceStep--arwR::after,
.p-mPlaceStep--arwL::after,
.p-mPlaceStep--arwB::after {
  content: "";
  content: "";
  display: inline-block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  margin: auto;
  border-width: .3rem .3rem 0 0;
  border-style: solid;
}

.p-mPlaceStep--arwL::after {
  top: 14rem;
  left: -2rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.p-mPlaceStep--arwR::after {
  top: 14rem;
  right: -2rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-mPlaceStep--arwB::after {
  bottom: -2.7rem;
  left: 11.4rem;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.p-mPlaceStep--fig {
  width: 22.6rem;
}

.p-mPlaceStep--figWrap {
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 20rem;
  padding: .1rem;
  background-color: #ddd;
}

.p-mPlaceStep--figCap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 5.4rem;
  margin-top: .6rem;
}

.p-mPlaceStep--figCap > * {
  font-size: 1.5rem;
  text-align: center;
}

.translated-ltr .p-mPlaceStep--figCap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-right: .5rem;
  padding-left: .5rem;
}

.translated-ltr .p-mPlaceStep--figCap > * {
  text-align: left;
}

.translated-ltr .p-mPlaceStep--figCap br {
  display: none;
}

.p-mPlaceMap--head {
  padding-top: 4rem;
  padding-bottom: 2.5rem;
  text-align: center;
}

.p-mPlaceMap--head > * {
  display: inline-block;
  margin-right: -1rem;
  margin-left: -.5rem;
  padding-right: 1rem;
  padding-left: .5rem;
  background-size: auto;
  font-family: "Yu Mincho", YuMincho, "游明朝", "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, "ＭＳ Ｐ明朝", MS PMincho, "serif";
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
}

.p-mPlaceMap--wrap iframe {
  width: 100%;
  height: 25rem;
}

.p-mPlaceMap--wrap.boxHalf {
  width: 51.5rem;
}

.p-mPlaceMap--desc {
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  text-align: center;
}

.p-mPlaceSb .p-mPlaceStep--arwL::after,
.p-mPlaceSb .p-mPlaceStep--arwR::after,
.p-mPlaceSb .p-mPlaceStep--arwB::after {
  border-color: #d96f75;
}

.p-mPlaceSb #mpMarunouchi .p-mPlaceStep--head::after {
  top: .2rem;
  left: 41.8rem;
}

.p-mPlaceSb #mpOdaiba .p-mPlaceStep--head::after {
  top: 1.2rem;
  left: 38.5rem;
}

.p-mPlaceSb .p-mPlaceMap--head > * {
  background-image: linear-gradient(transparent 65%, rgba(218, 115, 121, 0.4) 65%);
}

.p-mPlaceSd .p-mPlaceStep--arwL::after,
.p-mPlaceSd .p-mPlaceStep--arwR::after,
.p-mPlaceSd .p-mPlaceStep--arwB::after {
  border-color: #3aa5c0;
}

.p-mPlaceSd #mpTokyo .p-mPlaceStep--head::after {
  top: 4rem;
  left: 36rem;
}

.p-mPlaceSd #mpYokohama .p-mPlaceStep--head::after {
  top: .5rem;
  left: 40rem;
}

.p-mPlaceSd #mpGinza .p-mPlaceStep--head::after {
  top: .5rem;
  left: 39rem;
}

.p-mPlaceSd .p-mPlaceMap--head > * {
  background-image: linear-gradient(transparent 65%, rgba(58, 165, 192, 0.4) 65%);
}

.p-mPlaceSh .p-mPlaceBnr {
  position: relative;
}

.p-mPlaceSh .p-mPlaceBnr--head::after {
  content: url(../meeting-place/images/mPlaceSb--ttlIco.png);
  position: absolute;
  top: .2rem;
  left: 57.5rem;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-name: cradleRote;
  animation-name: cradleRote;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.p-mPlaceSh .p-mPlaceBnr--wrap {
  position: absolute;
  top: 18rem;
  left: 6.5rem;
  width: 48rem;
  text-align: center;
}

#mpOdaiba,
#mpYokohama,
#mpGinza {
  margin-top: 6.5rem;
  padding-top: 10rem;
  background-image: url(../common_img/line--dashed.png);
  background-repeat: repeat-x;
  background-position: center top;
}

/* ==============================================================================================================================
 *
 * 14. faq
 */

.p-faq {
  position: relative;
}

.p-faqMain {
  padding-bottom: 8rem;
  background-image: url(../faq/images/faq--body--items.png), url(../common_img/woodpanel--body.jpg);
  background-repeat: no-repeat, repeat;
  background-position: center 155px, center top;
}

.p-faq::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -2.5rem;
  left: 0;
  width: 100%;
  height: 8rem;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center top;
}

.p-faqGuide--txt {
  width: 80rem;
  margin-right: auto;
  margin-left: auto;
  padding: 6rem 0 4.5rem;
  font-weight: bold;
  line-height: 2;
}

.p-faqContainer {
  position: relative;
  box-sizing: border-box;
  width: 115rem;
  margin: 4rem auto 2.5rem;
  padding: 3rem 5rem 6.5rem;
  background-image: url(../common_img/notes--bg.png);
  background-repeat: repeat-y;
  background-position: center top;
}

.p-faqContainer::before,
.p-faqContainer::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}

.p-faqContainer::before {
  top: -4rem;
  height: 4rem;
  background-image: url(../common_img/notes--bg--top.png);
}

.p-faqContainer::after {
  bottom: -2.5rem;
  height: 2.5rem;
  background-image: url(../common_img/notes--bg--btm.png);
}

.p-faqItems {
  overflow: hidden;
  background-color: #fff;
  border: .1rem solid #f2f0e1;
  border-radius: .4rem;
}

.p-faqItems + .p-faqItems {
  margin-top: 3rem;
}

.p-faqItem--head {
  position: relative;
  padding: 1.5rem 6.5rem 1.5rem 6.5rem;
  background-color: #f2f0e1;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-position: center top;
  background-repeat: repeat;
  background-size: 1.6rem 1.6rem;
  cursor: pointer;
}

.p-faqItem--head::before {
  position: absolute;
  left: 1.5rem;
  content: url(../faq/images/icon_q.png);
}

.p-faqItem--head::after {
  position: absolute;
  top: 1.5rem;
  right: .75rem;
  content: "";
  width: 3.6rem;
  height: 3.6rem;
  background-image: url(../faq/images/icon_arw.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all .5s;
}

.p-faqItem--head.is-opened::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.p-faqItem--desc {
  display: none;
  position: relative;
  padding: 1.8rem 1.5rem 3rem 6.5rem;
  line-height: 2;
}

.p-faqItem--desc::before {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  content: url(../faq/images/icon_a.png);
}

.p-faq--qst {
  display: inline;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
}

/* ==============================================================================================================================
 *
 * 15. contract
 */

.p-contractMain {
  padding-bottom: 8rem;
  background-image: url(../contact/images/contact--body.jpg);
  background-repeat: repeat;
  background-position: center top;
}

.p-contractArticle--container {
  position: relative;
  box-sizing: border-box;
  width: 113rem;
  margin-top: 8rem;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 10rem 8rem;
  background-color: #fff;
  background-image: url(../contact/images/contact--bg--header.jpg), url(../contact/images/contact--bg--paper.jpg);
  background-repeat: no-repeat, repeat;
  background-position: center top,  center top;
  box-shadow: 0 0 0.6rem 0.1rem rgba(0, 0, 0, 0.2);
}

.p-contractArticle--ttl {
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.p-contractArticle--txt {
  display: inline-block;
  margin-right: -1rem;
  margin-left: -.5rem;
  padding-right: 1rem;
  padding-left: .5rem;
  background-image: linear-gradient(transparent 65%, rgba(243, 130, 110, 0.6) 65%);
  background-size: auto;
  font-family: "Yu Mincho", YuMincho, "游明朝", "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, "ＭＳ Ｐ明朝", MS PMincho, "serif";
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1.2;
}

.p-contractInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-contractInfo--head {
  width: 21rem;
  padding: 1.5rem;
  border-bottom: .1rem solid #ddd;
  font-weight: bold;
}

.p-contractInfo--desc {
  width: 72rem;
  padding: 1.5rem;
  border-bottom: .1rem solid #ddd;
}

.translated-ltr .p-contractInfo {
  display: block !important;
}

.translated-ltr .p-contractInfo--head {
  width: auto !important;
  padding-bottom: 0 !important;
  border-bottom: 0 none !important;
}

.translated-ltr .p-contractInfo--desc {
  width: auto !important;
  padding-top: .5rem !important;
  padding-left: 3rem !important;
}

.translated-ltr .p-contractInfo--desc * {
  text-indent: 0 !important;
}

.p-contractMenu--items {
  clear: both;
}

.p-contractMenu--items dt {
  margin-top: 3rem;
  margin-left: -.5em;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #ddd;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
}

.p-contractMenu--items dd {
  margin-top: 1rem;
}

.p-contractMenu--items li {
  margin-top: .5rem;
  margin-left: 1.5rem;
}

.p-contractHead--ttl {
  font-weight: bold;
  line-height: 1.2;
}

.p-contractHead--ttl.lv2 {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #ddd;
  font-size: 2.2rem;
}

.p-contractHead--ttl.lv2b {
  margin-bottom: 1.5rem;
  font-size: 2.2rem;
}

.p-contractHead--ttl.lv3 {
  margin-top: 1.5em;
  font-size: 1.8rem;
}

.p-contractList--label {
  display: inline-block;
  position: relative;
}

.p-contractList--label em {
  display: inline-block;
  position: absolute;
  left: 0;
  background-color: #fff;
  font-style: normal;
  font-weight: normal;
}

.translated-ltr .p-contractList--label em {
  display: block !important;
  position: relative !important;
  left: auto !important;
}

.p-contractList--head {
  display: inline-block;
  margin-top: 1.5em;
  font-weight: bold;
}

.p-contractList--head.lv4 {
  margin-top: .5em;
  font-weight: normal !important;
}

.p-contractList--head.lv4 strong {
  font-weight: normal;
}

.p-contractList--head.lv4 + dd {
  margin-top: 0;
  margin-left: 1.5em;
}

.p-contractList--desc {
  margin-top: 1em;
}

.p-contractList--desc.lv2 {
  padding-left: 5em;
}

.p-contractList--desc.lv2 > strong {
  display: inline-block;
  float: left;
  width: 0;
  font-weight: normal;
  text-indent: -4.5em;
}

.translated-ltr .p-contractList--desc.lv2 > strong {
  display: block !important;
  float: none !important;
  width: auto;
}

.p-contractList--desc.lv4,
.p-contractList--desc.lv5 {
  margin-top: .5em;
}

.p-contractList--number {
  padding-top: .5em;
  padding-left: 2.5em;
}

.p-contractList--number > span {
  display: inline-block;
  float: left;
  width: 0;
  font-weight: normal;
  text-indent: -3em;
}

.p-contractNote {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #ddd;
}

/* ==============================================================================================================================
 *
 * 16. contact
 */

.p-contactPhone {
  width: 81.4rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10.8rem;
  padding-bottom: 5.3rem;
  padding-left: 31.6rem;
}

.p-contactPhone--num {
  margin-top: .7rem;
  margin-left: .7rem;
}

.p-contactMain {
  padding-bottom: 8rem;
  background-image: url(../contact/images/contact--body.jpg);
  background-repeat: repeat;
  background-position: center top;
}

.page08 .p-contactMain.step-input {
  background-image: url(../goods/images/goodsList--bgB.png), url(../contact/images/contact--body.jpg);
  background-repeat: no-repeat, repeat;
  background-position: center 15.5rem,  center top;
}

.page16 .p-contactMain.step-input {
  background-image: url(../contact/images/contact--body--items.png), url(../contact/images/contact--body.jpg);
  background-repeat: no-repeat, repeat;
  background-position: center 15.5rem,  center top;
}

.p-contactMain--container {
  position: relative;
  box-sizing: border-box;
  width: 113rem;
  margin-top: 8rem;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 10rem 8rem;
  background-color: #fff;
  background-image: url(../contact/images/contact--bg--header.jpg), url(../contact/images/contact--bg--footer.jpg), url(../contact/images/contact--bg--line.png), url(../contact/images/contact--bg--paper.jpg);
  background-repeat: no-repeat, no-repeat, repeat-y, repeat;
  background-position: center top, center bottom, center top, center top;
  box-shadow: 0 0 0.6rem 0.1rem rgba(0, 0, 0, 0.2);
}

.p-contactMain--container a {
  color: #469ed2;
}

.p-contactMain--ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 12rem;
  margin-bottom: 3rem;
}

.p-contactSub--ttl {
  position: relative;
  display: inline-block;
  margin-top: 8rem;
  margin-right: 5.5rem;
  margin-left: 5.5rem;
  padding-right: 1rem;
  padding-left: .5rem;
  background-image: linear-gradient(transparent 65%, #fde698 65%);
  background-size: auto 2.64rem;
  font-family: "Yu Mincho", YuMincho, "游明朝", "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, "ＭＳ Ｐ明朝", MS PMincho, "serif";
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
}

.p-contactSub--ttl::before {
  display: block;
  position: absolute;
  top: -4rem;
  left: -5.5rem;
  content: "";
  width: 93rem;
  height: .2rem;
  background-image: url(../common_img/line--dashed.png);
  background-repeat: no-repeat;
  background-position: center top;
}

.p-contactSub--ttl + .c-txt {
  margin-top: 4rem;
  margin-right: 5.5rem;
  margin-left: 5.5rem;
}

#deli_others_tbl {
  display: none;
}

#pp h3 {
  display: inline-block;
  margin-top: 4rem;
  margin-bottom: 3rem;
  margin-right: -1rem;
  margin-left: -.5rem;
  padding-right: 1rem;
  padding-left: .5rem;
  background-image: linear-gradient(transparent 65%, #fde698 65%);
  background-size: auto 2.64rem;
  font-family: "Yu Mincho", YuMincho, "游明朝", "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, "ＭＳ Ｐ明朝", MS PMincho, "serif";
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
}

#pp h4 {
  margin-top: 3rem;
  margin-bottom: .5rem;
  text-indent: -.5em;
}

#pp dt {
  display: inline-block;
  margin-top: 1.8rem;
}

#pp dd {
  line-height: 1.6;
}

#pp dd + dd {
  margin-top: 1rem;
}

.a1-formList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 82rem;
  margin-top: 3.5rem;
  margin-right: auto;
  margin-left: auto;
}

.a1-formList--head {
  width: 21rem;
  padding: .5rem;
  font-weight: bold;
}

.a1-formList--desc {
  width: 61rem;
  padding: .5rem;
}

.a1-formList--label,
.a1-formList--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.2rem .5rem;
  cursor: default !important;
}

.a1-formList--label + .a1-formList--label,
.a1-formList--inner + .a1-formList--label,
.a1-formList--label + .a1-formList--inner,
.a1-formList--inner + .a1-formList--inner {
  padding-top: .2rem;
}

.a1-formList--label {
  min-height: 3.6rem;
  line-height: 2.6;
}

.a1-formList--inner > * + * {
  margin-left: 1rem;
}

.a1-formList--eg {
  padding: 2rem .5rem 0;
  color: #454545;
  font-weight: bold;
}

.a1-formList--inner + .a1-formList--eg {
  padding-top: .2rem;
}

.a1-formList--eg + .a1-formList--inner {
  padding-top: 1rem;
}

.a1-formList--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.a1-formList--item {
  margin-right: 3rem;
  padding: 1rem .5rem 0;
}

.a1-formGoods--item {
  display: table;
  width: 100%;
}

.a1-formGoods--label {
  display: table-row;
}

.a1-formGoods--label > * {
  display: table-cell;
  padding: 0 1.5rem 1.5rem;
  vertical-align: middle;
}

.a1-formGoods--amount {
  width: 10rem;
  text-align: right;
}

.a1-formGoods--amount input {
  width: 3em !important;
}

.a1-formGoods--unit {
  padding-left: .5em;
}

.translated-ltr .a1-formGoods--unit {
  display: none;
}

.a1-formIco--req,
.a1-formIco--any,
.a1-formIco--alt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 5rem;
  min-height: 2.2rem;
  margin-right: 1rem;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}

.a1-formIco--req {
  background-image: url(../contact/images/form--ico--req.png);
}

.a1-formIco--any {
  background-image: url(../contact/images/form--ico--any.png);
}

.a1-formIco--alt {
  background-image: url(../contact/images/form--ico--alt.png);
}

.a1-formInput--txt,
.a1-formInput--ema,
.a1-formInput--tel,
.a1-formInput--num,
.a1-formInput--zip,
.a1-formInput--adr,
.a1-formInput--sel,
.a1-formInput--txa {
  box-sizing: border-box;
  width: 100%;
  border: .1rem solid #cecece;
  border-radius: .3rem;
  outline: 0 none;
}

.a1-formInput--txt,
.a1-formInput--ema,
.a1-formInput--tel,
.a1-formInput--num,
.a1-formInput--zip,
.a1-formInput--adr {
  height: 3.6rem;
  padding: 0 1rem;
  line-height: 3.6rem;
  cursor: text;
}

.a1-formInput--txa {
  padding: .5rem 1rem;
  cursor: text;
}

.a1-formInput--sel {
  height: 3.6rem;
  padding: 0 1rem;
  line-height: 3.6rem;
}

.a1-formInput--txt:focus,
.a1-formInput--ema:focus,
.a1-formInput--tel:focus,
.a1-formInput--num:focus,
.a1-formInput--zip:focus,
.a1-formInput--adr:focus,
.a1-formInput--sel:focus,
.a1-formInput--txa:focus {
  border-color: #f36e78;
}

.step-confirm .a1-formList--inner {
  line-height: 2.6;
}

.p-submitArea {
  margin-top: 4.5rem;
  padding-top: 4.5rem;
  background-image: url(../common_img/line--dashed.png);
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
}

.p-submitArea .c-pager {
  padding-top: 2.4rem;
}

.p-submitTxt label {
  font-size: 1.8rem;
}

.p-submitTxt span {
  display: inline-block;
  margin-top: 1rem;
}

#Video {
  margin-bottom: 3rem;
}
#Video iframe {
  display : block;
  margin : 0 auto;
}

