/* ==========================================================================
  Animation
  ========================================================================== */
.anim-fadeout {
  animation: fadeIn 0.2s 0.2s both ease-out;
}

@keyframes fadeIn {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
}
.anim-fadein {
  opacity: 0;
}

.anim-fadein.is-show {
  animation: fadeIn 0.8s 0.2s both ease-out;
}

@keyframes fadeIn {
  0% {
    transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.anim-slidein-l {
  opacity: 0;
}

.anim-slidein-l.is-show {
  animation: slideInL 0.8s 0.2s both ease-out;
}

@keyframes slideInL {
  0% {
    transform: translate(-10vw, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.anim-slidein-r {
  opacity: 0;
}

.anim-slidein-r.is-show {
  animation: slideInR 0.8s 0.2s both ease-out;
}

@keyframes slideInR {
  0% {
    transform: translate(10vw, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.anim-fadeInUp {
  opacity: 0;
}

.anim-fadeInUp.is-show {
  animation: fadeInUp 1s both cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes fadeInUp {
  0% {
    transform: translate(0, 80px);
  }
  70% {
    transform: translate(0, -10px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes bounce-repeat {
  0%, 90%, 92%, 94%, 96%, 98%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
  92% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  94% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  96% {
    transform: scale3d(1.03, 1.03, 1.03);
  }
  98% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
/* ----------------------------
common / container / wrapper 
---------------------------- */
#travelinmos.main {
  width: 100%;
  max-width: 100%;
  padding: 0 0 40px;
}
#travelinmos .travelin-container {
  background: #fff0e5;
  margin-bottom: 20px;
}
#travelinmos .l-inner {
  max-width: 1240px;
  margin: 0 auto;
  line-height: 1.714;
  padding: 0 20px;
}
#travelinmos img {
  display: block;
  width: 100%;
  height: auto;
}
#travelinmos .btn {
  display: block;
}

/* ----------------------------
key visual 
---------------------------- */
#travelinmos .kv {
  position: relative;
  background: url(../images/bg-zigzag-btm.png) center bottom repeat-x #fff0e5;
  background-size: auto 100px;
  padding: 30px 0 0;
}
#travelinmos .kv .illust {
  max-width: 880px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #travelinmos .kv {
    background-size: auto 60px;
  }
}
/* ----------------------------
intro
---------------------------- */
#travelinmos .intro {
  background: #ebdea9;
  padding: 3% 0 250px;
}
#travelinmos .intro h1 {
  width: 75%;
  margin: 0 auto 5%;
}
#travelinmos .intro h2 {
  width: 75%;
  margin: 0 auto 5%;
}
#travelinmos .intro p {
  width: 55%;
  margin: 0 auto 3%;
}

@media screen and (max-width: 767px) {
  #travelinmos .intro {
    padding: 5% 0 25vw;
  }
  #travelinmos .intro h1 {
    width: 90%;
    margin: 0 auto 7.5%;
  }
  #travelinmos .intro h2 {
    width: 90%;
    margin: 0 auto 7.5%;
  }
  #travelinmos .intro p {
    width: 75%;
    margin: 0 auto 5%;
  }
}
/* ----------------------------
movie
---------------------------- */
#travelinmos .movie {
  position: relative;
  background: url(../images/bg-zigzag-top.png) center top repeat-x #fff0e5;
  background-size: auto 100px;
  padding: 250px 0 0;
}
#travelinmos .movie h3 {
  width: 85%;
  margin: -550px auto 2%;
}
#travelinmos .movie .movie-box {
  max-width: 960px;
  margin: 0 auto 60px;
}
#travelinmos .movie .youtube {
  position: relative;
  padding-bottom: 56.25%;
  max-width: 960px;
  height: 0;
  overflow: hidden;
  z-index: 0;
}
#travelinmos .movie .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  #travelinmos .movie {
    background-size: auto 70px;
    padding: 25vw 0 0;
  }
  #travelinmos .movie h3 {
    width: 100%;
    margin: -50vw auto 2%;
  }
  #travelinmos .movie .movie-box {
    max-width: 960px;
    margin: 0 auto 60px;
  }
  #travelinmos .movie .youtube {
    position: relative;
    padding-bottom: 56.25%;
    max-width: 960px;
    height: 0;
    overflow: hidden;
    z-index: 0;
  }
  #travelinmos .movie .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
}
/* ----------------------------
cnts
---------------------------- */
#travelinmos .cnts {
  position: relative;
  background: url(../images/bg-zigzag-btm.png) center bottom repeat-x #fff0e5;
  background-size: auto 100px;
  padding-bottom: 100px;
}
#travelinmos .cnts h3 {
  width: 85%;
  margin: 0 auto 2%;
}
#travelinmos .cnts .illust {
  max-width: 960px;
  margin: 0 auto 60px;
}
#travelinmos .cnts .illust .illust-wrap {
  background: #fff0e5;
  border-radius: 18px;
  margin-bottom: 15px;
}
#travelinmos .cnts .illust p {
  width: 95%;
  margin: 0 auto 2.5%;
}
#travelinmos .cnts .illust ul {
  display: flex;
  justify-content: space-between;
}
#travelinmos .cnts .illust ul li {
  width: 47.5%;
}
#travelinmos .cnts .illust ul li img {
  display: block;
  width: 100%;
  height: auto;
}
#travelinmos .cnts .illust a.btn-zoom {
  width: 12%;
  min-width: 100px;
  max-width: 180px;
  margin: 0 0 30px auto;
}
#travelinmos .cnts .illust a.btn-judge {
  width: 30%;
  min-width: 260px;
  max-width: 520px;
  margin: 0 auto;
}
#travelinmos .cnts .machigai-sns {
  width: 250px;
  margin: 0 auto;
  justify-content: space-around;
  display: flex;
}
#travelinmos .cnts .machigai-sns li {
  width: 100%;
  height: auto;
  display: contents;
}
#travelinmos .cnts .machigai-sns li img {
  width: auto;
  height: 50px;
}
#travelinmos .cnts .machigai-sns li a {
  display: block;
}
#travelinmos .cnts .machigai-sns li a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  #travelinmos .cnts {
    background-size: auto 70px;
    padding-bottom: 70px;
  }
  #travelinmos .cnts h3 {
    width: 100%;
    margin: -5vw auto 2%;
  }
  #travelinmos .cnts .illust {
    margin: 0 auto 10%;
  }
  #travelinmos .cnts .illust .illust-wrap {
    border-radius: 12px;
  }
  #travelinmos .cnts .illust p {
    width: 65%;
    margin: 0 auto 5%;
  }
  #travelinmos .cnts .illust ul {
    flex-direction: column;
    justify-content: center;
  }
  #travelinmos .cnts .illust ul li {
    width: 75%;
    margin: 0 auto 5%;
  }
  #travelinmos .cnts .illust ul li img {
    display: block;
    width: 100%;
    height: auto;
  }
  #travelinmos .cnts .illust a.btn-zoom {
    width: 120px;
    margin: 0 auto 10% auto;
  }
  #travelinmos .cnts .illust a.btn-judge {
    width: 80%;
    max-width: 520px;
    margin: 0 auto;
  }
}
/* ----------------------------
profile
---------------------------- */
#travelinmos .profile {
  position: relative;
  background: #ebdea9;
  padding-bottom: 60px;
}
#travelinmos .profile .prof-ttl {
  margin: -5% auto 5%;
}
#travelinmos .profile .prof-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#travelinmos .profile .prof-wrap .prof-box {
  margin-bottom: 3%;
}
#travelinmos .profile .prof-wrap .chara1 {
  width: 50%;
  margin-bottom: 7%;
}
#travelinmos .profile .prof-wrap .chara2 {
  width: 46%;
  margin-bottom: 7%;
}
#travelinmos .profile .prof-wrap .chara3 {
  margin-left: 5%;
  width: 42%;
}
#travelinmos .profile .prof-wrap .chara4 {
  width: 47%;
}
#travelinmos .profile .prof-wrap .chara5 {
  width: 31%;
}
#travelinmos .profile .prof-wrap .chara6 {
  width: 31%;
}
#travelinmos .profile .prof-wrap .chara7 {
  width: 31%;
}
#travelinmos .profile .copyright {
  width: 380px;
  margin: 30px auto 0;
}

@media screen and (max-width: 767px) {
  #travelinmos .profile {
    padding-bottom: 30px;
  }
  #travelinmos .profile .prof-ttl {
    margin: -5% auto 5%;
  }
  #travelinmos .profile .prof-wrap {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
  #travelinmos .profile .prof-wrap .prof-box {
    margin-bottom: 5%;
  }
  #travelinmos .profile .prof-wrap .chara1 {
    width: 87%;
    margin-bottom: 5%;
  }
  #travelinmos .profile .prof-wrap .chara2 {
    width: 80%;
    margin-bottom: 7.5%;
    margin-left: auto;
  }
  #travelinmos .profile .prof-wrap .chara3 {
    margin-left: 0;
    margin-bottom: 7.5%;
    width: 73%;
  }
  #travelinmos .profile .prof-wrap .chara4 {
    width: 80%;
    margin-left: auto;
    margin-bottom: 7.5%;
  }
  #travelinmos .profile .prof-wrap .chara5 {
    width: 80%;
    margin-bottom: 7.5%;
  }
  #travelinmos .profile .prof-wrap .chara6 {
    width: 80%;
    margin-left: auto;
    margin-bottom: 0;
  }
  #travelinmos .profile .prof-wrap .chara7 {
    width: 80%;
  }
  #travelinmos .profile .copyright {
    width: 280px;
    margin: 30px auto 0;
  }
}
/* ----------------------------
others
---------------------------- */
#travelinmos .attention {
  text-align: right;
  color: #666;
}

/* ----------------------------
SNS
---------------------------- */
#travelinmos .snsList {
  max-width: 1240px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

/* ----------------------------
Modaal ( Override)
---------------------------- */
.modaal-close {
  position: absolute;
  left: auto;
  right: -25px;
  top: -25px;
  bottom: auto;
  margin: auto;
  color: #000;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: white !important;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-close:before,
.modaal-close:after {
  background: #000 !important;
}

@media screen and (min-width: 768px) {
  button.modaal-close:hover {
    opacity: 1;
    transform: scale(1.2);
  }

  .modaal-close:hover:before,
.modaal-close:hover:after {
    background: #ccc !important;
  }
}
@media screen and (max-width: 767px) {
  .modaal-close {
    top: -15px;
    transform: scale(0.75);
  }
}

/*# sourceMappingURL=style-travelinmos.css.map */
