@charset "utf-8";
html {
  font-size: 62.5%;
}
body {
  color: #333333;
  font-family: Verdana, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.2px;
}
* {
  box-sizing: border-box;
}
main {
  display: block;
}

/* link
------------------------------------------------ */

a {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a img {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
a:link {
  color: #004349;
  text-decoration: none;
}
a:visited {
  color: #004349;
  text-decoration: none;
}
a:hover {
  color: #00BACD;
  text-decoration: underline;
}
a:active {
  color: #00BACD;
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
  a:hover img {
    opacity: 0.6;
    transition-duration: 0.3s;
  }
  a:hover img.kaiten {
    opacity: 1;
    transform: rotateY( 360deg);
  }
}

/* 文字
------------------------------------------------ */

strong {
  font-weight: bold;
}
.textC {
  text-align: center;
}
.textR {
  text-align: right;
}
.textL {
  text-align: left;
}
.red {
  color: red;
}
.blue {
  color: blue;
}
.bold {
  font-weight: bold;
}
.smallCap {
  font-size: 1.4rem;
}
.largeCap {
  font-size: 2.2rem;
}
.vLast {
  margin-bottom: 0 !important;
}
.hLast {
  margin-right: 0 !important;
}
.super {
  vertical-align: super;
  font-size: 70%;
}
p {
  margin-bottom: 30px;
}
.atmark:before {
  content: "@";
}

/* img
------------------------------------------------ */

img {
  max-width: 100%;
  height: auto;
}

/* display: none;
------------------------------------------------ */

.mobileOnly {
  display: block;
}
.pcOnly {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .mobileOnly {
    display: none;
  }
  .pcOnly {
    display: block;
  }
}

/* button
------------------------------------------------ */

.button {
  text-align: center;
}
.button.left {
  text-align: left;
}
.button a {
  display: inline-block;
  padding: 5px 40px;
  color: #fff;
  background: #00B9C9;
  border-radius: 6px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.button a:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f138";
  margin-left: .5em;
  font-weight: bold;
}
.button a[target="_blank"]:after {
  font-family: "Font Awesome 5 Free";
  content: " \f35d";
  margin-left: .5em;
  font-weight: bold;
}
.button a:link, .button a:visited, .button a:active {
  color: #fff;
}
.button a:hover {
  text-decoration: none;
  background: #004349;
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(-5px);
}
.button a:active {
  box-shadow: none;
  transform: translateY(0);
}

/* ------------------------------------------------ */


/* layout
------------------------------------------------ */
#wrapAll {
  display: none;
}

#container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
main .box {
  margin-bottom: 80px;
  padding: 0 10px;
}
main .box .wrap {
  width: 100%;
  max-width: 1096px;
  margin: 0 auto;
  padding-bottom: 200px;
}
main .box.topics .wrap {
  padding-bottom: 0;
}
@media print, screen and (min-width: 769px) {
  main .box .wrap {
    padding-bottom: 400px;
  }
}

/* ------------------------------------------------ */

main .lead {
  background: url(../images/border-1.png) no-repeat right bottom;
  background-size: auto 20vh;
}
main .senryu {
  background: url(../images/border-2.png) no-repeat left bottom;
  background-size: auto 20vh;
}
main .about-so {
  background: url(../images/border-3.png) no-repeat right bottom;
  background-size: auto 20vh;
}
main .about-soday {
  background: url(../images/border-4.png) no-repeat left bottom;
  background-size: auto 20vh;
}
@media print, screen and (min-width: 769px) {
  main .lead {
    background: url(../images/border-1.png) no-repeat 0 bottom;
    background-size: 100% auto;
  }
  main .senryu {
    background: url(../images/border-2.png) no-repeat 0 bottom;
    background-size: 100% auto;
  }
  main .about-so {
    background: url(../images/border-3.png) no-repeat 0 bottom;
    background-size: 100% auto;
  }
  main .about-soday {
    background: url(../images/border-4.png) no-repeat 0 bottom;
    background-size: 100% auto;
  }
}

/* ------------------------------------------------ */


/* 見出し
------------------------------------------------ */

.titleArea {
  background: url(../images/bg-subHeader.jpg) no-repeat 0 50%;
  width: 100%;
  min-height: 100px;
  background-size: 100% auto;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  padding: 40px 10px;
}
.titleArea h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #004349;
}
@media print, screen and (min-width: 769px) {
  .titleArea {
    height: 300px;
    padding: 20px;
    margin-bottom: 80px;
  }
  .titleArea h2 {
    font-size: 3.6rem;
  }
}

/* ------------------------------------------------ */


/* header
------------------------------------------------ */

#header {
  background: url(../images/main-visual-mobile.png) no-repeat 0 bottom #00B9CA;
  background-size: 100% auto;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
#header #mainTitle {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 90vw;
  z-index: 9999;
  text-align: center;
}
#header #mainTitle img {
  width: 100%;
  height: auto;
  max-width: 960px;
}
#header .fukidashi {
  position: absolute;
  bottom: 9999px;
  width: 15vw;
  height: 15vw;
  background: url(../images/fukidashi.png) no-repeat 0 0;
  background-size: auto 100%;
}
@media print, screen and (min-width: 650px) {
  #header {
    min-height: 700px;
  }
}
@media print, screen and (min-width: 769px) {
  #header {
    background: url(../images/main-visual.png) no-repeat 0 bottom #00B9CA;
    background-size: 100% auto;
    margin-bottom: 80px;
    position: relative;
  }
  #header #mainTitle {
    width: 80vw;
  }
  #header .fukidashi {
    position: absolute;
    bottom: 9999px;
    width: 6vw;
    height: 6vw;
    background: url(../images/fukidashi.png) no-repeat 0 0;
    background-size: auto 100%;
  }
}

/* 吹き出しの位置
------------------------ */

#header .fukidashi.n1 {
  left: 8vw;
}
#header .fukidashi.n2 {
  left: 22vw;
}
#header .fukidashi.n3 {
  left: 50vw;
}
#header .fukidashi.n4 {
  left: 68vw;
}
#header .fukidashi.n5 {
  left: 82vw;
}
@media print, screen and (min-width: 769px) {
  #header .fukidashi.n1 {
    left: 8vw;
  }
  #header .fukidashi.n2 {
    left: 30vw;
  }
  #header .fukidashi.n3 {
    left: 57vw;
  }
  #header .fukidashi.n4 {
    left: 72vw;
  }
  #header .fukidashi.n5 {
    left: 91vw;
  }
}

/* ハートのアニメーション
------------------------ */

#header .fukidashi .heart {
  width: 100px;
  height: 100px;
  background: url(../images/heart-anime.png) no-repeat;
  background-position: 0 0;
  background-size: auto 100px;
  animation: heart 1s steps(14) 1;
  animation-fill-mode: forwards;
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translateY(-50%) translateX(-50%);
}
@keyframes heart {
  to {
    background-position: -2800px 0;
  }
}
#header .fukidashi .heart.v1 {
  animation-delay: 2s;
}
#header .fukidashi .heart.v2 {
  animation-delay: 3s;
}
#header .fukidashi .heart.v3 {
  animation-delay: 4s;
}
#header .fukidashi .heart.v4 {
  animation-delay: 5s;
}
#header .fukidashi .heart.v5 {
  animation-delay: 6s;
}
#header .fukidashi .heart-wrap {
  width: 15vw;
  height: 15vw;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #header .fukidashi .heart-wrap {
    width: 6vw;
    height: 6vw;
    position: relative;
  }
}

/* ------------------------------------------------ */


/* footer
------------------------------------------------ */

footer {
  background: #C3EAEF;
  font-size: 1.4rem;
  color: #004349;
}
footer a:hover {
  text-decoration: none;
}
footer .copytight {
  background: #004349;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 10px;
}
footer .wrap {
  padding: 20px 10px;
}
footer .wrap .corpName {
  text-align: center;
  margin: 0 auto 20px;
}
footer .wrap .corpName img {
  display: block;
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
}
footer .wrap .textArea h2 {
  font-size: 2.0rem;
  font-weight: bold;
  color: #00B9C9;
}
footer .wrap .textArea {
  text-align: center;
}
footer .wrap .textArea .contact {
  margin-bottom: 20px;
}
footer .wrap .textArea .policy {
  display: flex;
  justify-content: center;
}
footer .wrap .textArea .policy a:first-child {
  margin: 0 1em 0 0;
}
footer .wrap .mail:before {
  font-family: "Font Awesome 5 Free";
  content: " \f0e0";
  font-weight: bold;
  margin-right: .5em;
}
@media print, screen and (min-width: 769px) {
  footer .wrap {
    width: 100%;
    max-width: 1096px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 40px 0;
  }
  footer .wrap .corpName {
    width: 50%;
    padding: 0 5%;
    margin-bottom: 0;
    max-width: 500px;
  }
  footer .wrap .corpName img {
    margin-bottom: 10px;
  }
  footer .wrap .textArea {
    width: 50%;
    padding: 0 5%;
  }
  footer .wrap .textArea .policy a:first-child {
    margin: 0 2em 0 0;
  }
}

/* ------------------------------------------------ */


/* senryu
------------------------------------------------ */

.senryu {
  text-align: center;
}
.senryu .card {
  display: block;
  margin: 0 10px 20px 0;
}
.senryu .card.last {
  margin-right: 0;
}
.senryu .saiyusyu, .senryu .tpecsyo {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.senryu .saiyusyu .card, .senryu .tpecsyo .card {
  width: 30%;
  height: auto;
}
.senryu .saiyusyu .price, .senryu .tpecsyo .price {
  width: 15%;
  height: auto;
}
.senryu .yusyu {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.senryu .yusyu .card {
  width: 25%;
  height: auto;
}
.senryu .yusyu .price {
  width: 15%;
  height: auto;
}
.senryu .kasaku {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.senryu .kasaku .card {
  width: 22%;
  height: auto;
}
.senryu .kasaku .price {
  width: 15%;
  height: auto;
}
.senryu .kokaicyu {
  font-size: 2.4rem;
  font-weight: bold;
  color: #004349;
}
.senryu .sns {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.senryu .sns a {
  display: block;
  margin: 0 20px;
}
.senryu .download {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 30px;
}
.senryu .download img {
  width: 100%;
  max-width: 750px;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .senryu .card {
    max-width: 150px;
    margin: 0 40px 40px 0;
  }
  .senryu .saiyusyu .card, .senryu .tpecsyo .card {
    max-width: 250px;
  }
  .senryu .yusyu .card {
    max-width: 200px;
  }
  .senryu .price {
    max-width: 120px;
  }
  .senryu .kokaicyu {
    font-size: 3.6rem;
  }
}

/* ------------------------------------------------ */


/* topics
------------------------------------------------ */

.topics .box-topic {
  margin-bottom: 40px;
}
.topics .box-topic .thumbnail {
  margin: 0 0 10px 0;
  text-align: center;
}
.topics .box-topic .title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.topics .box-topic .text {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 769px) {
  .topics .box-topic {
    display: flex;
  }
  .topics .box-topic .thumbnail {
    width: 50%;
    flex-shrink: 0;
    margin: 0 40px 0 0;
  }
}
