/* media query */
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
body #wrapper header {
  background: #F48F9C;
}
@media all and (max-width: 1025px) {
  body #wrapper header {
    padding-top: 0 !important;
  }
}
body #wrapper header .sp_menu .menu-trigger {
  background: #000 !important;
}
body #wrapper header .sp_menu nav .splnav li.access {
  background-color: #fcebf2;
}
body #wrapper main {
  line-height: 1.8;
}
body #wrapper main .intro {
  background: #F48F9C;
  height: 1200px;
  background-image: url(../images/main_img_pc.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 65%;
}
@media all and (max-width: 1680px) {
  body #wrapper main .intro {
    height: 1000px;
  }
}
@media all and (max-width: 1440px) {
  body #wrapper main .intro {
    background-position: top 20px center;
    background-size: 65%;
    height: 937px;
  }
}
@media all and (max-width: 1366px) {
  body #wrapper main .intro {
    background-size: 70%;
    height: 924px;
  }
}
@media all and (max-width: 1025px) {
  body #wrapper main .intro {
    background-position: top 30px center;
    background-size: 75%;
    height: 760px;
  }
}
@media all and (max-width: 1025px) and (-ms-high-contrast: none) {
  body #wrapper main .intro {
    height: 740px;
  }
}

@media all and (max-width: 768px) {
  body #wrapper main .intro {
    background-position: top 120px center;
    background-size: 80%;
    height: 700px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .intro {
    background-image: url(../images/main_img_sp.png);
    background-position: top 100px center;
    background-size: 100%;
    height: 560px;
  }
}
@media all and (max-width: 375px) {
  body #wrapper main .intro {
    height: 520px;
  }
}
body #wrapper main .intro .object {
  position: absolute;
  top: 50px;
}
@media all and (max-width: 1025px) {
  body #wrapper main .intro .object {
    top: 100px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .intro .object {
    top: 55px;
  }
}
body #wrapper main .intro .object img {
  max-width: 80%;
  margin: auto;
}
@media all and (max-width: 768px) {
  body #wrapper main .intro .object img {
    max-width: 90%;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .intro .object img {
    max-width: 100%;
  }
}
body #wrapper main .intro h1 {
  text-align: center;
  line-height: 1.2;
  margin: 80px 0 50px;
}
@media all and (max-width: 1680px) {
  body #wrapper main .intro h1 {
    margin: 50px 0 40px;
  }
}
@media all and (max-width: 1440px) {
  body #wrapper main .intro h1 {
    margin: 30px 0 40px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .intro h1 {
    margin: 50px 0;
  }
}
body #wrapper main .intro h1 img {
  max-width: 48%;
  margin: auto;
}
@media all and (max-width: 1440px) {
  body #wrapper main .intro h1 img {
    max-width: 58%;
  }
}
@media all and (max-width: 1025px) {
  body #wrapper main .intro h1 img {
    max-width: 65%;
  }
}
@media all and (max-width: 768px) {
  body #wrapper main .intro h1 img {
    max-width: 78%;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .intro h1 img {
    max-width: 85%;
  }
}
body #wrapper main .intro::after {
  position: absolute;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../common/images/separate_white_bottom.png);
  width: 100%;
  height: 0;
  padding-top: 13.2%;
  margin-top: 1000px;
  top: 0;
}
@media all and (max-width: 1680px) {
  body #wrapper main .intro::after {
    margin-top: 830px;
  }
}
@media all and (max-width: 1440px) {
  body #wrapper main .intro::after {
    margin-top: 760px;
  }
}
@media all and (max-width: 1366px) {
  body #wrapper main .intro::after {
    margin-top: 790px;
  }
}
@media all and (max-width: 1025px) {
  body #wrapper main .intro::after {
    margin-top: 640px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .intro::after {
    margin-top: 520px;
  }
}
@media all and (max-width: 375px) {
  body #wrapper main .intro::after {
    margin-top: 480px;
  }
}
body #wrapper main .intro.on::after {
  content: none;
}
body #wrapper main .access .block {
  margin-top: 0;
}
@media all and (max-width: 1680px) {
  body #wrapper main .access .block {
    margin-top: 30px;
  }
}
@media all and (max-width: 1440px) {
  body #wrapper main .access .block {
    margin-top: 0;
  }
}
@media all and (max-width: 768px) {
  body #wrapper main .access .block {
    margin-top: 30px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .access .block {
    margin-top: 20px;
  }
}
body #wrapper main .access .block .headline::before {
  top: -235px;
}
@media all and (max-width: 1680px) {
  body #wrapper main .access .block .headline::before {
    top: -250px;
  }
}
@media all and (max-width: 1440px) {
  body #wrapper main .access .block .headline::before {
    top: -235px;
  }
}
@media all and (max-width: 1366px) {
  body #wrapper main .access .block .headline::before {
    top: -200px;
  }
}
@media all and (max-width: 1025px) {
  body #wrapper main .access .block .headline::before {
    top: -180px;
  }
}
@media all and (max-width: 768px) {
  body #wrapper main .access .block .headline::before {
    top: -135px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .access .block .headline::before {
    top: -85px;
  }
}
body #wrapper main .access .block .point ul.col2 {
  align-items: flex-start;
  margin-top: 50px;
}
@media all and (max-width: 480px) {
  body #wrapper main .access .block .point ul.col2 li {
    margin-bottom: 50px;
  }
  body #wrapper main .access .block .point ul.col2 li:last-child {
    margin-bottom: 0;
  }
}
body #wrapper main .convenient .block {
  margin-top: 370px;
}
@media all and (max-width: 1440px) {
  body #wrapper main .convenient .block {
    margin-top: 310px;
  }
}
@media all and (max-width: 1025px) {
  body #wrapper main .convenient .block {
    margin-top: 240px;
  }
}
@media all and (max-width: 768px) {
  body #wrapper main .convenient .block {
    margin-top: 170px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .convenient .block {
    margin-top: 100px;
  }
}
body #wrapper main .convenient .block .headline::before {
  top: -280px;
}
@media all and (max-width: 1680px) {
  body #wrapper main .convenient .block .headline::before {
    top: -275px;
  }
}
@media all and (max-width: 1440px) {
  body #wrapper main .convenient .block .headline::before {
    top: -270px;
  }
}
@media all and (max-width: 1366px) {
  body #wrapper main .convenient .block .headline::before {
    top: -275px;
  }
}
@media all and (max-width: 1025px) {
  body #wrapper main .convenient .block .headline::before {
    top: -220px;
  }
}
@media all and (max-width: 768px) {
  body #wrapper main .convenient .block .headline::before {
    top: -155px;
  }
}
@media all and (max-width: 414px) {
  body #wrapper main .convenient .block .headline::before {
    top: -100px;
  }
}
@media all and (max-width: 375px) {
  body #wrapper main .convenient .block .headline::before {
    top: -100px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .convenient .block p.image {
    margin-top: 20px;
  }
}
body #wrapper main .convenient .block .point {
  margin-top: 100px;
}
@media all and (max-width: 480px) {
  body #wrapper main .convenient .block .point {
    margin-top: 20px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .convenient .block .point ul li ul.col2 {
    display: flex;
  }
}
body #wrapper main .convenient .block .point ul li ul.col2 li {
  width: 48%;
}
@media all and (max-width: 480px) {
  body #wrapper main .convenient .block .point ul li ul.col2 li:nth-child(2) {
    margin-top: 0;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .convenient .block .point ul li:nth-child(2) p {
    margin-top: 10px;
  }
}
@media all and (max-width: 1025px) {
  body #wrapper main .transportation {
    padding-bottom: 50px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .transportation {
    padding-bottom: 0;
  }
}
body #wrapper main .transportation .block {
  margin-top: 370px;
}
@media all and (max-width: 1440px) {
  body #wrapper main .transportation .block {
    margin-top: 310px;
  }
}
@media all and (max-width: 1025px) {
  body #wrapper main .transportation .block {
    margin-top: 240px;
  }
}
@media all and (max-width: 768px) {
  body #wrapper main .transportation .block {
    margin-top: 170px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .transportation .block {
    margin-top: 100px;
  }
}
body #wrapper main .transportation .block .headline::before {
  top: -280px;
}
@media all and (max-width: 1680px) {
  body #wrapper main .transportation .block .headline::before {
    top: -275px;
  }
}
@media all and (max-width: 1440px) {
  body #wrapper main .transportation .block .headline::before {
    top: -270px;
  }
}
@media all and (max-width: 1366px) {
  body #wrapper main .transportation .block .headline::before {
    top: -275px;
  }
}
@media all and (max-width: 1025px) {
  body #wrapper main .transportation .block .headline::before {
    top: -220px;
  }
}
@media all and (max-width: 768px) {
  body #wrapper main .transportation .block .headline::before {
    top: -155px;
  }
}
@media all and (max-width: 414px) {
  body #wrapper main .transportation .block .headline::before {
    top: -100px;
  }
}
@media all and (max-width: 375px) {
  body #wrapper main .transportation .block .headline::before {
    top: -100px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .transportation .block p.image {
    margin-top: 20px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .transportation .block .bg_c {
    padding-bottom: 120px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .transportation .block .bg_c::after {
    margin-top: 150px;
  }
}
body #wrapper main .transportation .block .inner {
  padding-bottom: 50px;
}
@media all and (max-width: 480px) {
  body #wrapper main .transportation .block .inner {
    padding-bottom: 0;
  }
}
body #wrapper main p {
  margin-top: 20px;
}
@media all and (max-width: 480px) {
  body #wrapper main p {
    margin-top: 0;
  }
}
body #wrapper main p.image {
  text-align: center;
}
@media all and (max-width: 768px) {
  body #wrapper main p.image {
    margin-bottom: 0;
  }
}
body #wrapper main p.image img {
  max-width: 700px;
  margin: auto;
}
@media all and (max-width: 768px) {
  body #wrapper main p.image img {
    max-width: 500px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main p.image img {
    max-width: 85%;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main p.image img.wide {
    max-width: 100%;
  }
}

p.title {
  font-weight: bold;
  font-size: 150%;
  margin: 10px 0 !important;
  color: #000;
  text-align: left;
  letter-spacing: 1px;
}
@media all and (max-width: 480px) {
  p.title {
    margin: 0 0 10px !important;
  }
}
p.title.on {
  color: #fff000;
}
p.color {
  margin: 50px 0 10px !important;
  text-align: center;
}
p.color svg, p.color img {
  max-width: 700px;
}
@media all and (max-width: 768px) {
  p.color svg, p.color img {
    max-width: 600px;
  }
}
@media all and (max-width: 480px) {
  p.color svg, p.color img {
    max-width: 85%;
  }
}
p.color svg path .st0 {
  fill: #F48F9C;
}
p.color svg path .st1 {
  fill: #231815;
}
p.color.on svg path {
  fill: #fff000 !important;
}
p.ribon {
  text-align: center;
}
p.ribon img, p.ribon svg {
  width: 100%;
  max-width: 528px;
}
p.ribon svg path .st0 {
  fill: #fff;
}
p.ribon.on svg path {
  fill: #000;
}

.bg_c {
  background: #FEF4F5;
  margin-top: 200px;
}
@media all and (max-width: 768px) {
  .bg_c {
    margin-top: 150px;
  }
}
@media all and (max-width: 480px) {
  .bg_c {
    margin-top: 80px;
  }
}
.bg_c::before {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/separate_top.svg);
  width: 100%;
  height: 0;
  padding-top: 10%;
  margin-top: -10%;
}
.bg_c::after {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/separate_bottom.svg);
  width: 100%;
  height: 0;
  padding-top: 12.4094%;
}
@media all and (max-width: 480px) {
  .bg_c .inner {
    padding: 10px 0 30px;
  }
}
@media all and (max-width: 480px) {
  .bg_c .inner.pb0 {
    padding: 10px 0 0;
  }
}

.headline {
  position: relative;
  text-align: center;
  display: block;
  margin: 0 auto 50px;
  font-size: 150%;
  font-weight: bold;
  letter-spacing: 1px;
}
@media all and (max-width: 480px) {
  .headline {
    margin: 0 auto;
    font-size: 120%;
  }
}
.headline::before {
  position: absolute;
  content: "";
  background-size: cover;
  background-image: url(../images/bookmark.svg);
  width: 60px;
  height: 164px;
  top: -250px;
  right: 50px;
  z-index: 1;
}
@media all and (max-width: 1025px) {
  .headline::before {
    width: 50px;
    height: 145px;
    top: -200px;
    right: 20px;
  }
}
@media all and (max-width: 768px) {
  .headline::before {
    width: 40px;
    height: 109px;
    top: -150px;
  }
}
@media all and (max-width: 480px) {
  .headline::before {
    width: 25px;
    height: 68px;
    top: -50px;
    right: 20px;
  }
}

span {
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0 1em;
  transition: all 2s ease;
}
span.active {
  background-position: -100% 1em;
}
span.on {
  background-image: none !important;
}
span.marker-animation {
  background-image: linear-gradient(left, transparent 50%, #facdd2 50%);
  background-image: -webkit-linear-gradient(left, transparent 50%, #facdd2 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #facdd2 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #facdd2 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #facdd2 50%);
}

.footer_wrapper .footer_img {
  top: -140px !important;
}
@media all and (max-width: 1440px) {
  .footer_wrapper .footer_img {
    top: -100px !important;
  }
}
@media all and (max-width: 1025px) {
  .footer_wrapper .footer_img {
    top: -90px !important;
  }
}
@media all and (max-width: 480px) {
  .footer_wrapper .footer_img {
    top: -75px !important;
  }
}
.footer_wrapper .footer_img li:first-child {
  width: 15% !important;
}
@media all and (max-width: 768px) {
  .footer_wrapper .footer_img li:first-child {
    width: 20% !important;
  }
}
@media all and (max-width: 480px) {
  .footer_wrapper .footer_img li:first-child {
    width: 40% !important;
  }
}
.footer_wrapper .footer_img li:nth-child(2) {
  width: 15% !important;
}
@media all and (max-width: 768px) {
  .footer_wrapper .footer_img li:nth-child(2) {
    width: 20% !important;
  }
}
@media all and (max-width: 480px) {
  .footer_wrapper .footer_img li:nth-child(2) {
    width: 40% !important;
  }
}
.footer_wrapper footer {
  position: relative;
  background: #F48F9C;
  color: #fff;
}
.footer_wrapper footer::before {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/separate_footer_top.png);
  width: 100%;
  height: 0;
  padding-top: 5%;
}
@media all and (max-width: 480px) {
  .footer_wrapper footer::before {
    top: 0;
  }
}
@media all and (max-width: 320px) {
  .footer_wrapper footer::before {
    top: -10px;
  }
}

ul.list li:first-letter {
  color: #F48F9C;
}

h2 {
  line-height: 2.5;
}
@media all and (max-width: 480px) {
  h2 {
    line-height: 1.8;
  }
}
@media all and (-ms-high-contrast: none) {
  h2.lh {
    line-height: 1.5;
  }
}
h2 svg.mds01_1, h2 img.mds01_1 {
  max-width: 500px;
}
@media all and (max-width: 480px) {
  h2 svg.mds01_1, h2 img.mds01_1 {
    max-width: 70%;
  }
}
@media all and (-ms-high-contrast: none) {
  h2 svg.mds01_1, h2 img.mds01_1 {
    height: 90px;
  }
}
h2 svg.mds01_2, h2 img.mds01_2 {
  max-width: 230px;
}
@media all and (max-width: 480px) {
  h2 svg.mds01_2, h2 img.mds01_2 {
    max-width: 33%;
  }
}
@media all and (-ms-high-contrast: none) {
  h2 svg.mds01_2, h2 img.mds01_2 {
    height: 90px;
  }
}
h2 svg.mds02_1, h2 img.mds02_1 {
  max-width: 500px;
}
@media all and (max-width: 480px) {
  h2 svg.mds02_1, h2 img.mds02_1 {
    max-width: 65%;
  }
}
h2 svg.mds02_2, h2 img.mds02_2 {
  max-width: 360px;
}
@media all and (max-width: 480px) {
  h2 svg.mds02_2, h2 img.mds02_2 {
    max-width: 48%;
  }
}
@media all and (-ms-high-contrast: none) {
  h2 svg.mds02_2, h2 img.mds02_2 {
    height: 90px;
  }
}
h2 svg.mds03_1, h2 img.mds03_1 {
  max-width: 400px;
}
@media all and (max-width: 480px) {
  h2 svg.mds03_1, h2 img.mds03_1 {
    max-width: 50%;
  }
}
@media all and (-ms-high-contrast: none) {
  h2 svg.mds03_1, h2 img.mds03_1 {
    height: 90px;
  }
}
h2 svg.mds03_2, h2 img.mds03_2 {
  max-width: 240px;
}
@media all and (max-width: 480px) {
  h2 svg.mds03_2, h2 img.mds03_2 {
    max-width: 32%;
  }
}
@media all and (-ms-high-contrast: none) {
  h2 svg.mds03_2, h2 img.mds03_2 {
    height: 90px;
  }
}

@media all and (max-width: 480px) {
  .mt100 {
    margin-top: 20px;
  }
}
