@charset "UTF-8";
/*
Theme Name: yamakawa
Version: 1.0

*/
/*--------------------------------------------------------------------------
   reset
   --------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong,
sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 0; }

article, aside, details, figcaption, figure, main, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

img {
  border: 0;
  vertical-align: top; }

em {
  font-style: italic; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 0; }

input, select, textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle; }

input:focus, textarea:focus, select:focus {
  outline: none; }

body, p, h1, h2, h3, h4, h5, ul, li, table, tbody, th, td, a {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media (min-width: 769px) {
  .pc {
    display: block; } }

@media (max-width: 768px) {
  .pc {
    display: none !important; } }

@media (min-width: 769px) {
  .sp {
    display: none !important; } }

@media (max-width: 768px) {
  .sp {
    display: block; } }

/*--------------------------------------------------------------------------
 *   default;
 *---------------------------------------------------------------------------*/
/*-----------------------
  fonts
  -----------------------*/
/*--------------------------------------------------------------------------
 *	 html, body;
 *---------------------------------------------------------------------------*/
html {
  font-size: 62.5%; }

html, body {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }

body {
  font-size: 1.6rem;
  letter-spacing: 1.2px;
  line-height: 1.87; }

* {
  box-sizing: border-box; }

img {
  display: block;
  width: 100%; }

/*--------------------------------------------------------------------------
 *	 base link;
 *---------------------------------------------------------------------------*/
a {
  outline: none;
  opacity: 1;
  -webkit-tap-highlight-color: transparent;
  transition-duration: 0.1s; }
  a:link, a:visited {
    text-decoration: none; }
  a:hover {
    text-decoration: none;
    outline: none; }

/* clear fix */
.cf {
  zoom: 1; }
  .cf:before {
    display: table;
    content: ''; }
  .cf:after {
    display: table;
    content: '';
    clear: both; }

.l-inner {
  width: 1000px;
  margin: 0 auto;}
  @media (max-width: 768px) {
    .l-inner {
      width: calc(100% - 20px); } }

.l-inner02 {
  width: 720px;
  margin: 0 auto;
  padding: 20px 0;
  background: #fff;
  border-radius: 30px;}
  @media (max-width: 768px) {
    .l-inner02 {
      width: calc(100% - 20px);
      background: #e7f0f9;
      padding: 15px 0;
      border-radius: 18px; } }

.intro-area {
  height: 700px;
  background-color: #e7f0f9;
  background-image: url(../images/bg-intro.png);
  background-repeat: no-repeat;;
  background-position: bottom center;}
.intro-area .l-inner{
  position: relative;
  width: 1000px;
  height: 700px;
  margin: 0 auto;
}
.intro-area .l-inner .intro-area__txt{
  position: absolute;
  bottom: 40px;
  left: calc( 50% - 320px);
  width: 641px;}
.intro-area .l-inner .intro-area__balloon01{
  position: absolute;
  top: 156px;
  left: 63px;
  width: 180px;}
.intro-area .l-inner .intro-area__balloon02{
  position: absolute;
  top: 30px;
  right: 46px;
  width: 232px;}
.intro-area .l-inner .intro-area__present{
  position: absolute;
  top: -35px;
  left: 125px;
  width: 585px;}
  @media (max-width: 768px) {
    .intro-area {
      position: relative;
      z-index: 99;
      height: auto;
     }
    .intro-area .l-inner{
      height: auto;
      }
    .intro-area .l-inner .intro-area__txt{
      position: static;
      width: 100%;
      height: auto;
      }
    .intro-area .l-inner .intro-area__balloon01{
      position: absolute;
      top: 38.125vw;
      left: 2.03125vw;
      width: 24.6875%;}
    .intro-area .l-inner .intro-area__balloon02{
      position: absolute;
      top: 7.03125vw;
      right: 2.5vw;
      width: 33.59375%;}
    .intro-area .l-inner .intro-area__present{
      position: absolute;
      top: -6.2vw;
      left: 0;
      width: 68.75%;}
  }

.l-content {
  min-width: 1000px;
  overflow: hidden; }
  @media (max-width: 768px) {
    .l-content {
      min-width: 320px; } }

.l-header {
  height: 105px;
  background-color: #fff;
  border-top: 2px solid #2d314c;
  position: relative; }
  @media (max-width: 768px) {
    .l-header {
      height: auto; } }
  .l-header::before {
    position: absolute;
    content: "";
    display: block;
    height: 14px;
    width: 100%;
    top: 0;
    background-image: url(../images/line-header.png);
    background-position: center; }
    @media (max-width: 768px) {
      .l-header::before {
        display: none; } }
  .l-header .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    padding-top: 30px;
    position: relative; }
    .l-header .header-inner::before {
      content: "";
      width: 445px;
      height: 88px;
      position: absolute;
      top: 10px;
      left: 366px;
      display: block;
      background-image: url(../images/icon-star.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .l-header .sp-header {
    width: 100%;
    height: auto; }

.header-logo01 {
  width: 397px;
  height: 59px; }

.header-logo02 {
  width: 127px;
  height: 33px;
  display: block; }

.l-footer {
  padding: 30px 0; }
  @media (max-width: 768px) {
    .l-footer {
      padding: 15px 0; } }
  .l-footer .footer-copyright {
    color: #999;
    font-size: 1.2rem;
    text-align: center; }
  .l-footer .page-top {
    text-align: center;
    color: #999;
    font-size: 1.3rem;
    font-weight: bold; }
    .l-footer .page-top::before {
      content: "";
      display: block;
      margin: 0 auto 4px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 5px 6px 5px;
      border-color: transparent transparent #999 transparent; }

.mv-area {
  background-color: #fbc6c6; }
  .mv-area picture img {
    width: 1000px;
    margin: auto; }
    @media (max-width: 768px) {
      .mv-area picture img {
        width: 100%; } }

.link-area {
  background-color: #f05988;
  padding: 40px 0 35px; }
  @media (max-width: 768px) {
    .link-area {
      padding: 15px 0; } }
  .link-area__phtxt {
    width: 637px;
    height: auto;
    margin: 0 auto;
    padding: 0 0 18px; }
    @media (max-width: 768px) {
      .link-area__phtxt {
        width: 280px;
        padding: 0 0 9px; } }
  .link-area__btn {
    width: 496px;
    height: 64px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .link-area__btn {
        width: 280px;
        height: 45px; } }
    .link-area__btn a {
      display: flex;
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: center;
      border: 2px solid #fff;
      border-radius: 35px;
      background-color: #1fb2e9;
      transition: .3s ease; }
      .link-area__btn a:hover {
        opacity: .7; }
    .link-area__btn img {
      width: 181px;
      height: auto; }
      @media (max-width: 768px) {
        .link-area__btn img {
          width: 130px; } }
  .link-area__desc {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.85;
    color: #f16f96;
    text-align: center;
    padding-top: 8px; }
    @media (max-width: 768px) {
      .link-area__desc {
        display: none; } }

.welcome-wrap{
  background: #fff338;
  border-top: 8px solid #00a5e9;}
  @media (max-width: 768px) {
    .welcome-wrap{
      position: relative;
      z-index: 0;
      border-top: 0;
      background: none;} }

.section01__ph {
  padding: 5px 0 45px;}
  @media (max-width: 768px) {
    .section01__ph {
      padding: 0; } }

@media (max-width: 768px) {
  .section01 .l-inner {
    width: 100%; } }

.section02__ph {
  padding: 65px 0 45px; }
  @media (max-width: 768px) {
    .section02__ph {
      padding: 35px 0; } }

.section03 {
  padding: 70px 0 0;
  background-color: #fce6e5; }
  @media (max-width: 768px) {
    .section03 {
      padding: 35px 0 0; } }

.section-ttl {
  color: #2d314c;
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: .04em;
  line-height: 1;
  font-weight: bold; }
  @media (max-width: 768px) {
    .section-ttl {
      font-size: 1.8rem; } }

.campaign-list {
  border-radius: 12px;
  background-color: #fff;
  width: 100%;
  padding: 30px;
  margin: 30px 0 50px; }
  @media (max-width: 768px) {
    .campaign-list {
      padding: 12px 10px;
      margin: 15px 0 35px; } }
  .campaign-list dt {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    font-size: 2.2rem;
    font-weight: bold; }
    .campaign-list dt:nth-child(n + 2) {
      margin-top: 1em;
      font-size: 1.3rem; }
  .campaign-list dd {
    font-size: 1.4rem;
    line-height: 1.42; }
    @media (max-width: 768px) {
      .campaign-list dd {
        font-size: 1.2rem; } }
    .campaign-list dd a {
      color: #0080c6;
      word-break: break-all; }
  .campaign-list__btn {
    width: 340px;
    height: 46px;
    margin: 25px auto 0;
    background-color: #f0666f;
    border-radius: 23px; }
    @media (max-width: 768px) {
      .campaign-list__btn {
        width: 225px;
        height: 25px;
        margin: 15px auto; } }
    .campaign-list__btn a {
      width: 100%;
      height: 100%;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.8rem;
      letter-spacing: 0; }
      @media (max-width: 768px) {
        .campaign-list__btn a {
          font-size: 1.2rem; } }
      .campaign-list__btn a:hover {
        opacity: .8; }

