@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
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;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 1rem;
}

body {
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-text-size-adjust: none;
}

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

nav ul {
  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%;
  background: transparent;
  color: #333;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: none;
}

ul,
ol {
  list-style: none;
}

em,
i {
  font-style: normal;
}

/* フォントサイズ
-------------------------------------------*/
html {
  font-size: 52.5%;
}

@media screen and (min-width: 350px) {
  html {
    font-size: 62.5%;
  }
}

@media screen and (min-width: 414px) {
  html {
    font-size: 72.5%;
  }
}

@media screen and (min-width: 992px) {
  html {
    font-size: 62.5%;
  }
}

/* body
-------------------------------------------*/
body {
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #333333;
  width: 100%;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (min-width: 992px) {
  body {
    font-size: 1.6rem;
  }
}

/* コンテンツ幅
-------------------------------------------*/
.inner {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 991px) {
  .inner {
    padding: 0 6%;
  }
}

.inner_s {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 991px) {
  .inner_s {
    padding: 0 6%;
  }
}

/*------------------------------------
clearfix 
------------------------------------*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clearfix {
  display: block;
}

/* End IE-mac */
.clear {
  clear: both;
}

/*------------------------------------
リンク 
------------------------------------*/
a {
  color: #333333;
  text-decoration: none;
}

@media screen and (min-width: 992px) {

  /* ホバーアクション */
  .hover {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .hover:hover {
    opacity: 0.6 !important;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*------------------------------------
テキスト
------------------------------------*/
.bold {
  font-weight: bold;
}

.txt_co_orange {
  color: #ff7f00;
}

/*------------------------------------
スマホ　非表示
------------------------------------*/
@media screen and (min-width: 992px) {
  .disp_sp {
    display: none !important;
  }
}

/*------------------------------------
PC　非表示
------------------------------------*/
@media screen and (max-width: 991px) {
  .disp_pc {
    display: none !important;
  }
}

.header {
  position: fixed;
  pointer-events: none;
  top: 0;
  z-index: 9999;
}

@media screen and (min-width: 992px) {
  .header .inner {
    max-width: 1380px;
  }
}

@media screen and (min-width: 992px) {
  .header {
    left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .header {
    top: 10px;
    left: inherit;
    right: 4%;
  }
}

@media screen and (max-width: 991px) {
  .header .inner {
    padding-right: 0;
  }
}

.header_menu {
  margin: 0 0 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header_menu ul {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 992px) {
  .header_menu ul {
    padding: 15px 35px 15px 40px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}

.header_menu li+li {
  margin-left: 25px;
}

@media screen and (max-width: 991px) {
  .header_menu li+li {
    margin-left: 15px;
  }
}

@media screen and (max-width: 991px) {
  .header_menu li a {
    pointer-events: all;
  }
}

.header_menu li:nth-child(2) a {
  pointer-events: all;
}

@media screen and (min-width: 992px) {
  .header_menu li a .telbox {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    padding-left: 40px;
  }

  .header_menu li a .telbox::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 23px;
    height: 39px;
    background: url(../img/img-kusabana/icon_tel_pc.png) left center no-repeat;
    background-size: contain;
  }

  .header_menu li a .telbox .t1 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 5px;
  }

  .header_menu li a .telbox .t2 {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.02em;
  }
}

@media screen and (max-width: 991px) {
  .header_menu li img {
    width: 50px;
  }
}

@media screen and (min-width: 992px) {
  .header.is_active .header_menu ul {
    background: rgba(255, 255, 255, 0.8);
  }
}

.main {
  overflow: hidden;
}

.mv {
  padding: 30px 0 0;
  position: relative;
  background: url(../img/img-kusabana/mv_cloud.png) left top repeat-x;
  background-size: 100%;
  animation: bgscroll 100s linear infinite;
}

.mv.started .shrink {
  animation: Shrink 1.5s ease forwards;
}

.mv .shrink {
  animation-delay: 0.3s !important;
}

.mv::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url(../img/img-kusabana/bg_mv.png) center center no-repeat;
  background-size: cover;
  z-index: -1;
  animation: fadeIn 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .mv::after {
    background-image: url(../img/img-kusabana/bg_mv_sp.png);
  }
}

@media screen and (max-width: 991px) {
  .mv {
    padding: 60px 0 0;
  }
}

.mv_logo {
  position: absolute;
  left: 45px;
  top: -10px;
  z-index: 3;
}

.mv_logo a{
  display: block;
}

@media screen and (max-width: 991px) {
  .mv_logo {
    left: 4%;
    top: -50px;
    height: 35px;
    width: auto;
  }
  .mv_logo a{
    height: 100%;
  }

  .mv_logo img {
    height: 100%;
    width: auto;
  }
}

.mv_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.mv_main {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .mv_main {
    width: 100%;
  }
}

.mv_main h1{
  position: relative;
  z-index: 2;
}

.mv_main .flower01 {
  position: absolute;
  z-index: 3;
  left: -60px;
  top: 100px;
}

@media screen and (max-width: 991px) {
  .mv_main .flower01 {
    top: 0;
    left: 0;
    width: 100%;
  }

  .mv_main .flower01 img {
    width: 100%;
  }
}

.mv_main .flower02 {
  position: absolute;
  z-index: 1;
  left: -88px;
  bottom: 0;
}

@media screen and (max-width: 991px) {
  .mv_main .flower02 {
    left: 0;
    bottom: inherit;
    top: 0;
    width: 100%;
  }

  .mv_main .flower02 img {
    width: 100%;
  }
}

.mv_image {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .mv_image {
    width: 100%;
  }
}

.mv_text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 200px;
  margin: auto;
  z-index: 4;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  animation-delay: 0.8s !important;
}

@media screen and (max-width: 991px) {
  .mv_text {
    bottom: 7vw;
  }
}

.mv_text .t1 {
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .mv_text .t1 {
    width: 90%;
    text-align: center;
    margin-bottom: 25px;
  }
}

.mv_text .t2 {
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 991px) {
  .mv_text .t2 {
    flex-direction: column;
    align-items: center;
  }
}

.mv_text .t2 .plus {
  padding: 0 10px 20px;
}

@media screen and (max-width: 991px) {
  .mv_text .t2 .plus {
    padding: 0;
    width: 7%;
  }
}

.mv_text .t2 .img01 {
  animation-delay: 0.5s !important;
}

@media screen and (max-width: 991px) {
  .mv_text .t2 .img01 {
    width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .mv_text .t2 .img02 {
    width: 70%;
    margin-top: -6vw;
  }
}

.mv_baloon {
  background: url(../img/img-kusabana/mv_baloon.png) left center no-repeat;
  background-size: contain;
  width: 688px;
  height: 327px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: -250px;
  margin: auto;
  animation-delay: 0.8s !important;
}

@media screen and (max-width: 991px) {
  .mv_baloon {
    background: url(../img/img-kusabana/mv_baloon_sp.png) left center no-repeat;
    background-size: contain;
    width: 95%;
    bottom: -59vw;
    height: auto;
    padding-bottom: 0;
    margin: 0 auto;	  
    display: flex;
    align-items: center;
    justify-content: center;
	  max-width: 600px;
  }
}

/* @media screen and (max-width: 991px) and (min-width: 450px) {
  .mv_baloon {
    bottom: -180px;
  }
} */

@media screen and (max-width: 991px) {
  .mv_baloon_wrap {
    position: relative;
    padding-top: 67.11409395973154%;
    width: 100%;
    height: 0;
  }
}

.mv_baloon p {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #222;
}
.mv_baloon p span{
  background: linear-gradient(transparent 60%, #ffe8bc 60%);
}
@media screen and (max-width: 991px) {
  .mv_baloon p {
    font-size: 1.2rem;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 8vw;
  }
.mv_baloon p span{
	letter-spacing: -0.01em;
}
}
/* @media screen and (max-width: 991px) and (min-width: 450px) {
  .mv_baloon p {
    top: 35px;
  }
} */

@keyframes bgscroll {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 100vw 0;
  }
}

.bg01 {
  position: relative;
  background: url(../img/img-kusabana/bg01.png) center top repeat;
  background-size: 100% auto;
  padding-top: 280px;
  animation: fadeIn 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
}

@media screen and (max-width: 991px) {
  .bg01 {
    padding-top: 75vw;
    background-image: url(../img/img-kusabana/bg01_sp.png);
  }
}

.bg01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 0;
  padding-top: 24.58333333333333%;
  background: url(../img/img-kusabana/bg01_top.png) left center no-repeat;
  background-size: contain;
  margin-top: -24.58333333333333%;
}

.network_blk::after {
  content: "";
  position: absolute;
  top: -6vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 0;
  padding-top: 9.16666666666667%;
  background: url(../img/img-kusabana/bg01_bottom.png) center bottom no-repeat;
  background-size: 100%;
}


@media screen and (max-width: 991px) {
  .network_blk::after {
    top: -9vw;
    padding-top: 26.09375%;
    background-image: url(../img/img-kusabana/bg01_bottom_sp.png);
  }
}

.state_blk {
  position: relative;
}

.state_blk .state_illust {
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
  margin: auto;
  display: table;
}

@media screen and (max-width: 991px) {
  .state_blk .state_illust {
    top: 52vw;
    width: 94%;
  }
}

.state_blk .inner {
  max-width: 1340px;
}

@media screen and (max-width: 991px) {
  .state_blk .inner {
    padding: 0;
    position: relative;
    z-index: 2;
  }
}

.state_ttl {
  display: flex;
  justify-content: center;
  margin-bottom: 37px;
}

@media screen and (max-width: 991px) {
  .state_ttl {
    width: 88%;
    margin: 0 auto 30px;
  }
}

.state_ttl_wrap {
  position: relative;
}

.state_ttl .bg_state01,
.state_ttl .bg_state02 {
  position: absolute;
}

.state_ttl .bg_state01 {
  top: -64px;
  left: -241px;
  max-width: 258px;
}

@media screen and (max-width: 1100px) and (min-width: 992px) {
  .state_ttl .bg_state01 {
    left: -20%;
  }
}

@media screen and (max-width: 991px) {
  .state_ttl .bg_state01 {
    left: 0;
    width: 50%;
    top: -70px;
  }
}

.state_ttl .bg_state02 {
  top: -89px;
  right: -96px;
  max-width: 123px;
}

@media screen and (max-width: 991px) {
  .state_ttl .bg_state02 {
    right: 0;
    width: 25%;
    top: -100px;
  }
}

.state_box01 {
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 73px;
}

@media screen and (max-width: 991px) {
  .state_box01 {
    margin-bottom: 30px;
  }
}

.state_box01 .line {
  position: absolute;
  right: 11px;
  top: -56px;
}

@media screen and (max-width: 991px) {
  .state_box01 .line {
    right: inherit;
    width: 27%;
    left: 10%;
    top: -4%;
  }
}

.state_box02 {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 37px;
}

@media screen and (max-width: 991px) {
  .state_box02 {
    margin: 0 auto 30px;
    justify-content: center;
  }
}

.state_box03_01 {
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 991px) {
  .state_box03_01 {
    margin-bottom: 0;
  }
}

.state_box03_02 {
  position: relative;
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 991px) {
  .state_box03_02 {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 991px) {
  .state_box03_02 .img01 {
    margin-top: -12%;
  }
}

@media screen and (min-width: 992px) {
  .state_box03_02 .movie {
    position: absolute;
    width: 484px;
    top: -65px;
    left: 0;
  }
}

@media screen and (max-width: 991px) {
  .state_box03_02 .movie {
    width: 70%;
    padding-left: 6%;
  }
}

.state_box03_02 .movie_wrap {
  position: relative;
  padding-top: 56.90721649484536%;
}

.state_box03_02 .movie_wrap::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url(../img/img-kusabana/frame_movie.png) left center no-repeat;
  background-size: contain;
}

.state_box03_02 .movie_wrap .video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.state_box04 {
  padding: 50px 0 100px;
}

@media screen and (max-width: 991px) {
  .state_box04 {
    padding: 25px 4% 120px;
  }
}

.state_box04 .t1 {
  font-size: 2.4rem;
  font-weight: 700;
  /*margin-bottom: 60px;*/
  text-align: center;
}

@media screen and (max-width: 991px) {
  .state_box04 .t1 {
    text-align: center;
    font-size: 1.5rem;
    /*margin-bottom: 20px;*/
  }
}

.state_box04 .t2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: center;
  color: #429018;
}

@media screen and (max-width: 991px) {
  .state_box04 .t2 {
    font-size: 1.7rem;
    text-align: center;
    margin-bottom: 25px;
  }
}
.state_box04 .t3 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: center;
  color: #ff8400;
}

@media screen and (max-width: 991px) {
  .state_box04 .t3 {
    font-size: 1.7rem;
    text-align: center;
    margin-bottom: 20px;
  }
}

.state_box04 .wbox,
.asobi_blk .box03 .wbox.--insta {
  position: relative;
  padding-top: 65.25285481239804%;
}

@media screen and (max-width: 991px) {
  .state_box04 .wbox,
  .asobi_blk .box03 .wbox.--insta {
    padding-top: 234.8993288590604%;
  }
}

.state_box04 .wbox::before,
.asobi_blk .box03 .wbox.--insta::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url(../img/img-kusabana/bg_insta.png) left center no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 991px) {
  .state_box04 .wbox::before,
  .asobi_blk .box03 .wbox.--insta::before {
    background-image: url(../img/img-kusabana/bg_insta_sp.png);
  }
}

.state_box04 .wbox dl,
.asobi_blk .box03 .wbox.--insta dl {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: -15px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .state_box04 .wbox dl,
  .asobi_blk .box03 .wbox.--insta dl {
    top: 0;
  }
}

.state_box04 .wbox dl dt,
.asobi_blk .box03 .wbox.--insta dl dt {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .state_box04 .wbox dl dt,
  .asobi_blk .box03 .wbox.--insta dl dt {
    width: 90%;
    margin: auto;
  }
}

.state_box04 .wbox dl dt span,
.asobi_blk .box03 .wbox.--insta dl dt span {
  font-size: 1.8rem;
  font-weight: 500;
  padding-top: 25px;
  color: #4f0e0e;
}

@media screen and (max-width: 991px) {
  .state_box04 .wbox dl dt span,
  .asobi_blk .box03 .wbox.--insta dl dt span {
    font-size: 1.5rem;
    padding-top: 20px;
  }
}

.state_box04 .wbox dl dd,
.asobi_blk .box03 .wbox.--insta dl dd {
  width: 80%;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .state_box04 .wbox dl dd,
  .asobi_blk .box03 .wbox.--insta dl dd {
    width: 85%;
    padding-top: 10px;
  }
}

.state_box04 .wbox dl dd .insta_link,
.asobi_blk .box03 .wbox.--insta dl dd .insta_link {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

@media screen and (max-width: 991px) {
  .state_box04 .wbox dl dd .insta_link,
  .asobi_blk .box03 .wbox.--insta dl dd .insta_link {
    margin-top: 10px;
  }
}

.state_box04 .wbox dl dd .insta_link a,
.asobi_blk .box03 .wbox.--insta dl dd .insta_link a {
  position: relative;
  padding-right: 60px;
}

@media screen and (max-width: 991px) {
  .state_box04 .wbox dl dd .insta_link a,
  .asobi_blk .box03 .wbox.--insta dl dd .insta_link a {
    font-size: 1.3rem;
    padding-right: 50px;
  }
}

.state_box04 .wbox dl dd .insta_link a::before,
.asobi_blk .box03 .wbox.--insta dl dd .insta_link a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 46px;
  height: 14px;
  background: url(../img/img-kusabana/link_arrow.png) left center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .state_box04 .wbox dl dd .insta_link a::before,
  .asobi_blk .box03 .wbox.--insta dl dd .insta_link a::before {
    width: 35px;
    height: 100%;
  }
}

.state_box04 .wbox dl dd .insta_link a span,
.asobi_blk .box03 .wbox.--insta dl dd .insta_link a span {
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  .state_box04 .wbox dl dd .insta_link a:hover span,
  .asobi_blk .box03 .wbox.--insta dl dd .insta_link a:hover span {
    text-decoration: none;
  }
}

.bg04 {
  margin-top: -160px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .bg04 {
    margin-top: -80px;
  }
}

@media screen and (max-width: 991px) {
  .bg04 .image img {
    display: block;
    width: 100%;
  }
}

.bg02 {
  margin-top: -12%;
  position: relative;
  z-index: 3;
  pointer-events: none;
}

.bg02::before {
  content: "";
  position: absolute;
  bottom: -2vw;
  left: 0;
  margin: auto;
  width: 100%;
  height: 0;
  padding-top: 5.98958333333333%;
  background: url(../img/img-kusabana/bg02_bottom.png) left center no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 991px) {
  .bg02::before {
    padding-top: 9.10518053375196%;
    background-image: url(../img/img-kusabana/bg02_bottom_sp.png);
  }
}

.bg02 .image {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .bg02 .image img {
    display: block;
    width: 100%;
  }
}

.bg03 {
  position: relative;
  background: url(../img/img-kusabana/bg03.jpg) center bottom repeat;
  background-size: cover;
  padding: 50px 0 100px;
}

@media screen and (max-width: 991px) {
  .bg03 {
    padding: 8vw 0 80px;
    background-image: url(../img/img-kusabana/bg03_sp.jpg);
  }
}

.bg05 {
  position: relative;
  background: url(../img/img-kusabana/bg05.jpg) center top repeat;
  background-size: 100% auto;
  margin-top: 7%;
}

@media screen and (max-width: 991px) {
  .bg05 {
    margin-top: 11%;
    background-image: url(../img/img-kusabana/bg05_sp.png);
  }
}

.bg05::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 0;
  padding-top: 10.67708333333333%;
  background: url(../img/img-kusabana/bg05_top.png) left center no-repeat;
  background-size: 100%;
  margin-top: -10.67708333333333%;
}

@media screen and (max-width: 991px) {
  .bg05::before {
    background-image: url(../img/img-kusabana/bg05_top_sp.png);
    padding-top: 19.84375%;
    margin-top: -19.84375%;
  }
}

.bg05::after {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 0;
  margin: auto;
  width: 100%;
  height: 0;
  padding-top: 23.5140771637122%;
  background: url(../img/img-kusabana/bg05_bottom.png) left center no-repeat;
  background-size: 100%;
  margin-bottom: -12.5140771637122%;
}

@media screen and (max-width: 991px) {
  .bg05::after {
    padding-top: 66.25%;
    background-image: url(../img/img-kusabana/bg05_bottom_sp.png);
    margin-bottom: -45.25%;
    bottom: 0;
  }
}

.bg_note {
  background-image: linear-gradient(#eee 1px, transparent 1px), linear-gradient(to right, #eee 1px, #fff 1px);
  background-size: 20px 20px;
  background-color: #fff;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .bg_note {
    background-size: 15px 15px;
  }
}

.network_map {
  position: relative;
}

@media screen and (max-width: 991px) {
  .network_map {
    padding: 10% 0;
  }
}

.network_map .js_modal {
  cursor: pointer;
}

.network_map .fukidashi01 {
  position: absolute;
}

@media screen and (min-width: 992px) {
  .network_map .fukidashi01 {
    right: -55px;
    top: 116px;
  }
}

@media screen and (max-width: 991px) {
  .network_map .fukidashi01 {
    width: 46%;
    left: 54%;
    top: -4%;
  }
}

.network_map .fukidashi02 {
  position: absolute;
}

@media screen and (min-width: 992px) {
  .network_map .fukidashi02 {
    right: 130px;
    top: 26px;
  }
}

@media screen and (max-width: 991px) {
  .network_map .fukidashi02 {
    width: 38%;
    left: 30%;
    top: 11%;
  }
}

.network_map .fukidashi03 {
  position: absolute;
}

@media screen and (min-width: 992px) {
  .network_map .fukidashi03 {
    right: 270px;
    top: 100px;
  }
}

@media screen and (max-width: 991px) {
  .network_map .fukidashi03 {
    width: 44%;
    left: 14%;
    top: 27%;
  }
}

.network_map .fukidashi04 {
  position: absolute;
}

@media screen and (min-width: 992px) {
  .network_map .fukidashi04 {
    right: 250px;
    bottom: -20px;
  }
}

@media screen and (max-width: 991px) {
  .network_map .fukidashi04 {
    width: 38%;
    right: 35%;
    top: 75%;
  }
}

.network_map .fukidashi05 {
  position: absolute;
}

@media screen and (min-width: 992px) {
  .network_map .fukidashi05 {
    left: 85px;
    bottom: 340px;
	  
  }
}

@media screen and (max-width: 991px) {
  .network_map .fukidashi05 {
    width: 38%;
    left: -4%;
    top: 42%;
}
}

.network_map .fukidashi06 {
  position: absolute;
}

@media screen and (min-width: 992px) {
  .network_map .fukidashi06 {
    right: 480px;
    bottom: 250px;
    width: 190px!important;
  }
}

@media screen and (max-width: 991px) {
  .network_map .fukidashi06 {
    width: 42%;
    right: 30%;
    top: 90%;
}
}

.network_map .fukidashi07 {
  position: absolute;
}

@media screen and (min-width: 992px) {
  .network_map .fukidashi07 {
    right: 60px;
    bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .network_map .fukidashi07 {
    width: 38%;
    right: 0%;
    top: 66%!important;
  }
}

.network_map .fukidashi08 {
  position: absolute;
}

@media screen and (min-width: 992px) {
  .network_map .fukidashi08 {
    right: 420px;
    bottom: -80px;
  }
}

@media screen and (max-width: 991px) {
  .network_map .fukidashi08 {
    width: 34%;
    right: 70%;
    top: 85%;
  }
}

.network_blk {
  padding: 100px 0 220px;
  margin-top: -100px;
  position: relative;
  z-index: 1;
}

.network_blk .network_illust {
  position: absolute;
  top: 70px;
  left: -20px;
  right: 0;
  margin: auto;
  display: table;
}

@media screen and (max-width: 991px) {
  .network_blk .network_illust {
    top: 100px;
    width: 94%;
    left: 0;
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .network_blk {
    padding: 100px 0 100px;
    margin-top: -110px;
  }
}

.network_blk .inner {
  max-width: 1300px;
}

.network_blk .flex {
  display: flex;
}

@media screen and (max-width: 991px) {
  .network_blk .flex {
    flex-direction: column;
  }
}

@media screen and (min-width: 992px) {
  .network_blk .flex .item:nth-child(1) {
    min-width: 614px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1250px) {
  .network_blk .flex .item:nth-child(2) {
    padding-top: 8vw;
  }
}

@media screen and (max-width: 991px) {
  .network_blk .flex .item {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .network_blk .flex .item:not(:last-child) {
    margin-bottom: 25px;
  }
}

.network_debriefing {
  padding-top: 135px;
  padding-left: 17px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .network_debriefing {
    padding: 40px 0 0 0;
  }
}

.network_debriefing .illust {
  position: absolute;
  left: 214px;
  top: 23px;
}

@media screen and (max-width: 1250px) and (min-width: 992px) {
  .network_debriefing .illust {
    left: 40%;
  }
}

@media screen and (max-width: 991px) {
  .network_debriefing .illust {
    left: 2%;
    top: 0;
    width: 15%;
    max-width: 55px;
  }
}

.network_ttl {
  display: flex;
  justify-content: center;
  margin-bottom: 37px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .network_ttl {
    width: 80%;
    margin: 0 auto 30px;
  }
}

.network_ttl_wrap {
  position: relative;
}

.network_ttl .bg_network01,
.network_ttl .bg_network02 {
  position: absolute;
}

.network_ttl .bg_network01 {
  top: 19px;
  left: -146px;
  max-width: 62px;
}

@media screen and (max-width: 991px) {
  .network_ttl .bg_network01 {
    left: -13%;
    width: 15%;
    top: inherit;
    bottom: -18%;
  }
}

.network_ttl .bg_network02 {
  top: -33px;
  right: -128px;
  max-width: 73px;
}

@media screen and (max-width: 991px) {
  .network_ttl .bg_network02 {
    right: -14%;
    width: 15%;
    top: -10%;
  }
}

.network_text {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .network_text {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 35px;
  }
}

.network_text b,
.network_text span {
  color: #13832c;
}

.network_text b {
  font-size: 2.4rem;
}

@media screen and (max-width: 991px) {
  .network_text b {
    font-size: 1.6rem;
  }
}

.point_blk {
  position: relative;
  z-index: 2;
}

.point_blk .point_illust {
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  margin: auto;
  display: table;
}

@media screen and (max-width: 991px) {
  .point_blk .point_illust {
    top: 6vw;
    width: 94%;
  }
}

.point_blk .inner {
  max-width: 1367px;
}

.point_blk .inner >.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: auto;
}

.point_blk .inner >.flex .item {
  position: relative;
}

.point_blk .inner >.flex .item:nth-child(1)::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: -20px;
  margin: auto;
  background: url(../img/img-kusabana/bg_photo01.png) left bottom no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .point_blk .inner >.flex .item:nth-child(1)::after {
    left: -15px;
    bottom: -20px;
  }
}

.point_blk .inner >.flex .item:nth-child(2)::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: -10px;
  margin: auto;
  background: url(../img/img-kusabana/bg_photo02.png) left bottom no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .point_blk .inner >.flex .item:nth-child(2)::after {
    left: inherit;
    right: -15px;
    bottom: -15px;
  }
}

.point_blk .inner >.flex .item .image {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .point_blk .inner >.flex .item .image img {
    width: 100%;
    display: block;
  }
}

.point_blk .inner >.flex .item dl {
  background: #fff;
  padding: 25px;
  position: relative;
  z-index: 2;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

@media screen and (max-width: 991px) {
  .point_blk .inner >.flex .item dl {
    padding: 18px;
  }
}

.point_blk .inner >.flex .item dl dt {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.6;
  color: #613626;
}

@media screen and (max-width: 991px) {
  .point_blk .inner >.flex .item dl dt {
    font-size: 1.8rem;
    margin-bottom: 18px;
  }
}

.point_blk .inner >.flex .item dl dt a{
  color: #613626;
}

@media screen and (min-width: 992px) {
  .point_blk .inner >.flex .item dl dt a{
    pointer-events: none;
  }
}

@media screen and (max-width: 991px) {
  .point_blk .inner >.flex .item dl dt a{
    text-decoration: underline;
  }
}

.point_blk .inner >.flex .item dl dd p+p {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .point_blk .inner >.flex .item dl dd p+p {
    margin-top: 12px;
  }
}

@media screen and (min-width: 992px) {
  .point_blk .inner >.flex .item {
    width: 47%;
  }

  .point_blk .inner >.flex .item:nth-child(n + 3) {
    margin-top: 4%;
  }
}

@media screen and (max-width: 991px) {
  .point_blk .inner >.flex .item {
    width: 100%;
  }

  .point_blk .inner >.flex .item:not(:last-child) {
    margin-bottom: 50px;
  }
}

.point_blk .img01 {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .point_blk .img01 {
    margin-top: 40px;
  }
}

.point_blk .box01 .flex {
  max-width: 1100px;
  margin: 90px auto 0;
}



.point_link {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

@media screen and (max-width: 991px) {
  .point_link {
    width: 90%;
    margin: 25px auto 0;
  }
}

.point_ttl {
  display: flex;
  justify-content: center;
  margin-bottom: 37px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .point_ttl {
    width: 88%;
    margin: 0 auto 30px;
  }
}

.point_ttl_wrap {
  position: relative;
}

.point_ttl .bg_point01,
.point_ttl .bg_point02 {
  position: absolute;
}

.point_ttl .bg_point01 {
  top: 19px;
  left: -146px;
  max-width: 78px;
}

@media screen and (max-width: 991px) {
  .point_ttl .bg_point01 {
    left: -7%;
    width: 15%;
    top: -17%;
  }
}

.point_ttl .bg_point02 {
  top: 47px;
  right: -149px;
  max-width: 67px;
}

@media screen and (max-width: 991px) {
  .point_ttl .bg_point02 {
    right: -9%;
    width: 15%;
    top: inherit;
    bottom: -10%;
  }
}

.asobi_ttl {
  display: flex;
  justify-content: center;
  margin-bottom: 65px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .asobi_ttl {
    width: 80%;
    margin: 0 auto 50px;
  }
}

.asobi_ttl_wrap {
  margin-top: -5%;
  position: relative;
}

.asobi_ttl .bg_asobi01,
.asobi_ttl .bg_asobi02 {
  position: absolute;
}

.asobi_ttl .bg_asobi01 {
  top: 19px;
  left: -146px;
  max-width: 62px;
}

@media screen and (max-width: 991px) {
  .asobi_ttl .bg_asobi01 {
    left: -13%;
    width: 15%;
    top: inherit;
    bottom: -80%;
  }
}

.asobi_ttl .bg_asobi02 {
  top: -33px;
  right: -128px;
  max-width: 73px;
}

@media screen and (max-width: 991px) {
  .asobi_ttl .bg_asobi02 {
    right: -14%;
    width: 15%;
    top: -10%;
  }
}

.asobi_blk {
  position: relative;
  z-index: 3;
}

.asobi_blk .asobi_illust {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  display: table;
}

@media screen and (max-width: 991px) {
  .asobi_blk .asobi_illust {
    top: -10vw;
    width: 85%;
  }
}

.asobi_blk .inner {
  max-width: 1200px;
}

.asobi_blk .box01,
.point_blk .box01 {
  position: relative;
  z-index: 2;
  padding-bottom: 75px;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box01,
  .point_blk .box01 {
    padding-bottom: 40px;
  }
}

.point_blk .box01 {
  padding-bottom: 0;
}

.asobi_blk .box01 h3,
.point_blk .box01 h3 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 35px;
  text-align: center;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box01 h3,
  .point_blk .box01 h3 {
    font-size: 1.9rem;
    margin-bottom: 25px;
  }
}

.asobi_blk .box01 .flex,
.point_blk .box01 .flex {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box01 .flex,
  .point_blk .box01 .flex {
    flex-direction: column;
  }
}

.asobi_blk .box01 .flex .item,
.point_blk .box01 .flex .item {
  border-radius: 10px;
  background: #fff;
}

@media screen and (min-width: 992px) {
  .asobi_blk .box01 .flex .item:nth-child(3),
  .point_blk .box01 .flex .item:nth-child(3) {
    position: relative;
    z-index: 2;
  }

  .asobi_blk .box01 .flex .item:nth-child(3)::before,
  .point_blk .box01 .flex .item:nth-child(3)::before {
    content: '';
    position: absolute;
    top: -100px;
    bottom: 0;
    left: -30px;
    margin: auto;
    width: 41px;
    height: 100%;
    background: url(../img/img-kusabana/arrow_asobi.png) left center no-repeat;
    background-size: contain;
  }
  .asobi_blk .box01 .flex .item:nth-child(3)::after,
  .point_blk .box01 .flex .item:nth-child(3)::after {
    content: '';
    position: absolute;
    top: -100px;
    bottom: 0;
    right: -25px;
    margin: auto;
    width: 41px;
    height: 100%;
    background: url(../img/img-kusabana/arrow_asobi.png) left center no-repeat;
    background-size: contain;
  }
  @media screen and (max-width: 1050px) {
    .asobi_blk .box01 .flex .item:nth-child(2)::before,
    .point_blk .box01 .flex .item:nth-child(2)::before {
      width: 30px;
      left: -20px;
    }
    .asobi_blk .box01 .flex .item:nth-child(2)::after,
    .point_blk .box01 .flex .item:nth-child(2)::after {
      width: 30px;
      right: -20px;
    }
  }
}

@media screen and (max-width: 991px) {
  .asobi_blk .box01 .flex .item:nth-child(1)::before,
  .point_blk .box01 .flex .item:nth-child(1)::before,
  .asobi_blk .box01 .flex .item:nth-child(3)::before,
  .point_blk .box01 .flex .item:nth-child(3)::before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 31px;
    height: 31px;
    background: url(../img/img-kusabana/arrow_asobi.png) left center no-repeat;
    background-size: contain;
    transform: rotate(-90deg);
  }
}

.asobi_blk .box01 .flex .item dl,
.point_blk .box01 .flex .item dl {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box01 .flex .item dl,
  .point_blk .box01 .flex .item dl {
    flex-direction: row;
  }
}

.asobi_blk .box01 .flex .item dl dt,
.point_blk .box01 .flex .item dl dt {
  font-size: 2.4rem;
  font-weight: 700;
  color: #296b17;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .asobi_blk .box01 .flex .item dl dt,
  .point_blk .box01 .flex .item dl dt {
    min-height: 95px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}

@media screen and (max-width: 991px) {
  .asobi_blk .box01 .flex .item dl dt,
  .point_blk .box01 .flex .item dl dt {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    font-size: 1.7rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-bottom: 0;
    width: 3em;
    justify-content: flex-start;
    padding-top: 25px;
  }
}

.asobi_blk .box01 .flex .item dl dd,
.point_blk .box01 .flex .item dl dd {
  padding: 30px 30px 20px 30px;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box01 .flex .item dl dd,
  .point_blk .box01 .flex .item dl dd {
    width: calc(100% - 3em);
    padding: 20px;
  }
}

@media screen and (min-width: 992px) {
  .asobi_blk .box01 .flex .item dl dd ul,
  .point_blk .box01 .flex .item dl dd ul {
    display: flex;
    flex-direction: row-reverse;
    /*flex-direction: row-reverse;*/
	}
}

@media screen and (min-width: 992px) {
  .asobi_blk .box01 .flex .item dl dd ul li,
  .point_blk .box01 .flex .item dl dd ul li {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: relative;
    padding-top: 1.5em;
  }

  .asobi_blk .box01 .flex .item dl dd ul li+li,
  .point_blk .box01 .flex .item dl dd ul li+li {
    /*margin-right: 40px;*/
	  margin-right: 40px;
  }

  .asobi_blk .box01 .flex .item dl dd ul li::before,
  .point_blk .box01 .flex .item dl dd ul li::before {
    content: "";
    position: absolute;
    display: block;
    right: 0.4em;
    top: 0;
    font-size: inherit;
    width: 16px;
    height: 16px;
    background: #ee9700;
    border-radius: 50%;
  }
}

@media screen and (max-width: 991px) {
  .asobi_blk .box01 .flex .item dl dd ul li,
  .point_blk .box01 .flex .item dl dd ul li {
    font-size: 1.4rem;
    padding-left: 1.5em;
    position: relative;
  }

  .asobi_blk .box01 .flex .item dl dd ul li::before,
  .point_blk .box01 .flex .item dl dd ul li::before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0.5em;
    font-size: inherit;
    width: 10px;
    height: 10px;
    background: #ee9700;
    border-radius: 50%;
  }

  .asobi_blk .box01 .flex .item dl dd ul li+li,
  .point_blk .box01 .flex .item dl dd ul li+li {
    margin-top: 15px;
  }
}

.asobi_blk .box01 .flex .item:nth-child(1) dl dt,
.point_blk .box01 .flex .item:nth-child(1) dl dt {
  background: url(../img/img-kusabana/bg_asobi01.png) center center no-repeat;
  background-size: cover;
}

.asobi_blk .box01 .flex .item:nth-child(1) dl dd,
.point_blk .box01 .flex .item:nth-child(1) dl dd {
  padding-bottom: 72px;
}

@media screen and (min-width: 992px) {
  .asobi_blk .box01 .flex .item:nth-child(1) dl dd,
  .point_blk .box01 .flex .item:nth-child(1) dl dd {
    display: flex;
    justify-content: center;
    position: relative;
  }

  .asobi_blk .box01 .flex .item:nth-child(1) dl dd .img01,
  .point_blk .box01 .flex .item:nth-child(1) dl dd .img01 {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media screen and (max-width: 991px) {
  .asobi_blk .box01 .flex .item:nth-child(1) dl dd,
  .point_blk .box01 .flex .item:nth-child(1) dl dd {
    padding-bottom: 0;
  }

  .asobi_blk .box01 .flex .item:nth-child(1) dl dd .img01,
  .point_blk .box01 .flex .item:nth-child(1) dl dt .img01 {
    margin: 0 0 -20px auto;
    width: 50%;
    display: block;
  }
}

.asobi_blk .box01 .flex .item:nth-child(4) dl dt,
.point_blk .box01 .flex .item:nth-child(4) dl dt {
  background: url(../img/img-kusabana/bg_asobi01.png) center center no-repeat;
  background-size: cover;
}

@media screen and (min-width: 992px) {
  .asobi_blk .box01 .flex .item:nth-child(2) dl dd,
  .point_blk .box01 .flex .item:nth-child(2) dl dd {
    padding-right: 45px;
  }
}

@media screen and (max-width: 991px) {
  .asobi_blk .box01 .flex .item:nth-child(2) dl dd,
  .point_blk .box01 .flex .item:nth-child(2) dl dd {
    position: relative;
    padding-bottom: 15%;
  }

  .asobi_blk .box01 .flex .item:nth-child(2) dl dd ul li:nth-child(2),
  .point_blk .box01 .flex .item:nth-child(2) dl dd ul li:nth-child(2) {
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .asobi_blk .box01 .flex .item:nth-child(2) dl dd .img02,
  .point_blk .box01 .flex .item:nth-child(2) dl dd .img02 {
    margin-top: -50px;
    max-width: 189px;
    margin-left: 100px;
    width: 70%;
  }
}

@media screen and (max-width: 991px) {
  .asobi_blk .box01 .flex .item:nth-child(2) dl dd .img02,
  .point_blk .box01 .flex .item:nth-child(2) dl dd .img02 {
    width: 42%;
    display: block;
    position: absolute;
    right: 20px;
    bottom: 20px;
    max-width: 150px;
  }
}

.asobi_blk .box01 .flex .item:nth-child(3) dl dt,
.point_blk .box01 .flex .item:nth-child(3) dl dt {
  background: url(../img/img-kusabana/bg_asobi02.png) center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 992px) {
.asobi_blk .box01 .flex .item:nth-child(2) dl dt,
.point_blk .box01 .flex .item:nth-child(2) dl dt {
  background: url(../img/img-kusabana/bg_asobi03.png) center center no-repeat;
  background-size: cover;
}
}
@media screen and (max-width: 991px) {
.asobi_blk .box01 .flex .item:nth-child(5) dl dt,
.point_blk .box01 .flex .item:nth-child(5) dl dt {
  background: url(../img/img-kusabana/bg_asobi03.png) center center no-repeat;
  background-size: cover;
}
}
@media screen and (min-width: 992px) {
  .asobi_blk .box01 .flex .item:nth-child(3) dl dd,
  .point_blk .box01 .flex .item:nth-child(3) dl dd {
    padding-right: 75px;
  }
}
@media screen and (min-width: 992px) {
  .asobi_blk .box01 .flex .item:nth-child(3) dl dd img,
  .point_blk .box01 .flex .item:nth-child(3) dl dd img{
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .asobi_blk .box01 .flex .item:nth-child(3) dl dd img,
  .point_blk .box01 .flex .item:nth-child(3) dl dd img{
    width: 70%;
    margin-top: 10px;
  }
}
@media screen and (min-width: 992px) {
  .asobi_blk .box01 .flex .item:nth-child(3) dl dd .img03,
  .point_blk .box01 .flex .item:nth-child(3) dl dd .img03 {
    margin-top: -70px;
    margin-left: 50px;	  
    max-width: 214px;
    width: 80%;
  }
}

@media screen and (max-width: 991px) {
  .asobi_blk .box01 .flex .item:nth-child(3) dl dd .img03,
  .point_blk .box01 .flex .item:nth-child(3) dl dd .img03 {
    width: 65%;
    display: block;
    margin: 15px 0 0 auto;
  }
}

@media screen and (min-width: 992px) {
  .asobi_blk .box01 .flex,
  .point_blk .box01 .flex {
    position: relative;
  }

  .asobi_blk .box01 .flex .item,
  .point_blk .box01 .flex .item {
    width: 32%;
  }

  .asobi_blk .box01 .flex .item:nth-child(1),
  .point_blk .box01 .flex .item:nth-child(1) {
    width: 33%;
  }
}

@media screen and (max-width: 991px) {
  .asobi_blk .box01 .flex .item,
  .point_blk .box01 .flex .item {
    width: 100%;
  }

  .asobi_blk .box01 .flex .item:not(:last-child),
  .point_blk .box01 .flex .item:not(:last-child) {
    margin-bottom: 25px;
  }
}


.asobi_blk .box02 {
  position: relative;
  z-index: 2;
}

.asobi_blk .box02::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 45px;
  margin: auto;
  background: url(../img/img-kusabana/illust_asobi03.png) left bottom no-repeat;
  background-size: contain;
  width: 157px;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box02::after {
    width: 120px;
    right: 20px;
  }
}

.asobi_blk .box02 h3 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 35px;
  text-align: center;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box02 h3 {
    font-size: 1.9rem;
    margin-bottom: 25px;
  }
}

.asobi_blk .box02 .item:not(:last-child) {
  position: relative;
  z-index: 2;
}

.asobi_blk .box02 .item:not(:last-child) dl dt {
  position: relative;
}

.asobi_blk .box02 .item:not(:last-child) dl dt::after {
  content: "";
  position: absolute;
  bottom: -5%;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/img-kusabana/arrow_b.png) left bottom no-repeat;
  background-size: contain;
  width: 110%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box02 .item:not(:last-child) dl dt::after {
    bottom: -3%;
  }
}

.asobi_blk .box02 .item:not(:last-child) dl dd {
  padding-bottom: 0;
}

.asobi_blk .box02 .item:not(:last-child) dl dd .inner_box {
  padding-bottom: 50px;
  background-image: linear-gradient(to right, #757575 3px, transparent 3px);
  background-size: 10px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box02 .item:not(:last-child) dl dd .inner_box {
    padding-bottom: 25px;
    background-image: linear-gradient(to right, #757575 2px, transparent 2px);
    background-size: 8px 2px;
  }
}

.asobi_blk .box02 .item:nth-child(1) dl dt,
.asobi_blk .box02 .item:nth-child(1) dl dd {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.asobi_blk .box02 .item:nth-child(2) dl dt,
.asobi_blk .box02 .item:nth-child(2) dl dd {
  /* border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; */
}

.asobi_blk .box02 .item dl {
  display: flex;
  justify-content: space-between;
}

.asobi_blk .box02 .item dl dt {
  font-size: 2.4rem;
  font-weight: 700;
  width: 115px;
  color: #5c2b20;
  letter-spacing: 0.2em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
  background: url(../img/img-kusabana/bg_date.png) center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box02 .item dl dt {
    width: 50px;
    font-size: 1.5rem;
  }
}

.asobi_blk .box02 .item dl dd {
  width: calc(100% - 125px);
  background: #fff;
  padding: 40px;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box02 .item dl dd {
    width: calc(100% - 60px);
    padding: 20px;
    line-height: 1.5;
  }
}

.asobi_blk .box02 .item:last-child dl dd {
  padding-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box02 .item:last-child dl dd {
    padding-bottom: 50px;
    padding-top: 25px;
  }
}

.asobi_blk .box02 .item dl dd .inner_box {
  margin-right: 50px;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box02 .item dl dd .inner_box {
    margin-right: 0;
  }
}

.asobi_blk .box02 .item dl dd .list_dot {
  margin-top: 8px;
}

.asobi_blk .box02 .item dl dd .list_dot>li {
  position: relative;
  padding-left: 1.3em;
  font-size: 1.8rem;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box02 .item dl dd .list_dot>li {
    font-size: 1.3rem;
  }
}

.asobi_blk .box02 .item dl dd .list_dot>li::before {
  content: "・";
  position: absolute;
  display: block;
  left: 0;
  font-size: inherit;
}

.asobi_blk .box02 .item dl dd .list_caution {
  margin-top: 10px;
}

.asobi_blk .box02 .item dl dd .list_caution>li {
  position: relative;
  padding-left: 1.3em;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box02 .item dl dd .list_caution>li {
    font-size: 1.2rem;
  }
}

.asobi_blk .box02 .item dl dd .list_caution>li::before {
  content: "※";
  position: absolute;
  display: block;
  left: 0;
  font-size: inherit;
}

.asobi_blk .box02 .item dl dd .list_caution+.t1 {
  margin-top: 15px;
}



.asobi_blk .box02 .item dl dd .list_no {
  margin-top: 8px;
}

.asobi_blk .box02 .item dl dd .list_no > li {
  position: relative;
  padding-left: 1.3em;
  font-size: 1.8rem;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box02 .item dl dd .list_no > li {
    font-size: 1.3rem;
  }
}

.asobi_blk .box02 .item dl dd .list_no > li::before {
  position: absolute;
  display: block;
  left: 0;
  font-size: inherit;
}

.asobi_blk .box02 .item dl dd .list_no > li:nth-child(1)::before {
  content: '\02460';
}

.asobi_blk .box02 .item dl dd .list_no > li:nth-child(2)::before {
  content: '\02461';
}

.asobi_blk .box02 .item dl dd .list_no > li:nth-child(3)::before {
  content: '\02462';
}

.asobi_blk .box02 .item dl dd .inner_box_item {
  position: relative;
}

.asobi_blk .box02 .item dl dd .inner_box_item + .inner_box_item {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box02 .item dl dd .inner_box_item + .inner_box_item {
    margin-top: 20px;
  }
}

@media screen and (min-width: 992px) {
  .asobi_blk .box02 .item dl dd .inner_box_item .img01 {
    position: absolute;
    right: 80px;
    top: 0;
  }
  .asobi_blk .box02 .item dl dd .inner_box_item .img02 {
    position: absolute;
    right: 27px;
    top: 0;
  }
}

.asobi_blk .box02 .item dl dd .inner_box .t1 {
  font-size: 2rem;
  font-weight: 700;
  color: #572a04;
  padding-left: 30px;
  margin-bottom: 5px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box02 .item dl dd .inner_box .t1 {
    padding-left: 20px;
  }
}

.asobi_blk .box02 .item dl dd .inner_box .t1::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #50b320;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box02 .item dl dd .inner_box .t1::before {
    width: 12px;
    height: 12px;
  }
}

@media screen and (max-width: 991px) {
  .asobi_blk .box02 .item dl dd .inner_box .t1 {
    font-size: 1.4rem;
  }
}

.asobi_blk .box02 .item dl dd .inner_box .t2 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box02 .item dl dd .inner_box .t2 {
    font-size: 1.3rem;
  }
}

.asobi_blk .box02 .item dl dd .inner_box .t3 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 8px;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box02 .item dl dd .inner_box .t3 {
    font-size: 1.3rem;
  }
}

.asobi_blk .box02 .item dl dd .inner_box .t3 + .t3 {
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box02 .item dl dd .inner_box .t3.--flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .asobi_blk .box02 .item dl dd .inner_box .t3.--flex p, .asobi_blk .box02 .item dl dd .inner_box .t3.--flex img {
    width: 48%;
  }
}

.asobi_blk .box02 .item dl dd .inner_box .t4 {
  margin-top: 30px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #572a04;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box02 .item dl dd .inner_box .t4 {
    font-size: 1.3rem;
    margin-top: 15px;
  }
}

.asobi_blk .box02 .item dl dd .inner_box_no {
  position: relative;
  margin-top: 15px;
}

.asobi_blk .box02 .item dl dd .inner_box_no > * {
  padding-left: 40px;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box02 .item dl dd .inner_box_no > * {
    padding-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .asobi_blk .box02 .item dl dd .inner_box_no {
    margin-top: 8px;
  }
}

.asobi_blk .box02 .item dl dd .inner_box_no + .inner_box_no {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box02 .item dl dd .inner_box_no + .inner_box_no {
    margin-top: 15px;
  }
}

.asobi_blk .box02 .item dl dd .inner_box_no .t2 {
  position: relative;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box02 .item dl dd .inner_box_no .t2 {
    padding-left: 30px;
  }
}

.asobi_blk .box02 .item dl dd .inner_box_no .t2::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #58a31e;
}

.asobi_blk .box02 .item dl dd .inner_box_no .t2.--no01::before {
  content: "[1]";
}

.asobi_blk .box02 .item dl dd .inner_box_no .t2.--no02::before {
  content: "[2]";
}

.asobi_blk .box02 .item dl dd .inner_box_no .t2.--no03::before {
  content: "[3]";
}

@media screen and (max-width: 991px) {
  .asobi_blk .box02 .item dl dd .inner_box_no .flex .item .t3 {
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .asobi_blk .box02 .item dl dd .inner_box_no .flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 10px;
  }
/*  .asobi_blk .box02 .item dl dd .inner_box_no .flex .item {
    width: 48%;
  }*/
  .asobi_blk .box02 .item dl dd .inner_box_no .flex .item:nth-child(1) {
    width: 63%;
  }
  .asobi_blk .box02 .item dl dd .inner_box_no .flex .item:nth-child(2) {
    width: 35%;
  }
}

.asobi_blk .box02 .item dl dd .inner_box_wrap {
  padding-left: 30px;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box02 .item dl dd .inner_box_wrap {
    padding-left: 0;
  }
}

.asobi_blk .box02 .item dl dd .inner_box .task_schedule {
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .asobi_blk .box02 .item dl dd .inner_box .task_schedule {
    position: absolute;
    right: 25px;
    bottom: 0;
    width: 170px;
    z-index: 3;
  }
}

.asobi_blk .box02 .item dl dd .inner_box .task_schedule > img {
  width: 100%;
  border: 1px solid #ccc;
}


.asobi_blk .box02 .item dl dd .inner_box .task_schedule > div {
  display: flex;
  justify-content: center;
  margin-top: 1px;
}

.asobi_blk .box02 .item dl dd .inner_box .task_schedule > div > span {
  position: relative;
  padding-left: 25px;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}



.asobi_blk .box02 .item dl dd .inner_box .task_schedule > div > span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 23px;
  height: 20px;
  background: url(../img/img-kusabana/icon_pdf.png) left center no-repeat;	
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box02 .item dl dd .inner_box .task_schedule > div > span {
    font-size: 1.0rem;
    padding-left: 22px;
  }
.asobi_blk .box02 .item dl dd .inner_box .task_schedule > div > span::before {
  width: 23px;
  height: 17px;
  background: url(../img/img-kusabana/icon_pdf.png) left center no-repeat;	
  background-size: contain;
}
}

.asobi_blk .box03 {
  margin-top: 100px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box03 {
    margin-top: 60px;
  }
}

.asobi_blk .box03 .ttl01 {
  font-size: 2.4rem;
  font-weight: 700;
  padding: 10px;
  color: #fff;
  position: relative;
  background: url(../img/img-kusabana/bg_price_ttl.png) center center no-repeat;
  background-size: cover;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box03 .ttl01 {
    padding: 7px 7px 9px 7px;
    font-size: 1.7rem;
    background-image: url(../img/img-kusabana/bg_price_ttl_sp.png);
    line-height: 1.5;
    margin-bottom: 10px;
  }
}

.asobi_blk .box03 > dl+dl {
  margin-top: 70px;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box03 > dl+dl {
    margin-top: 40px;
  }
}

.asobi_blk .box03 > dl > dt {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box03 > dl > dt {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.asobi_blk .box03 .flex01 {
  display: flex;
  align-items: center;
  max-width: 960px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box03 .flex01 {
    flex-direction: column;
    margin: 0 auto 30px;
  }
}

.asobi_blk .box03 .flex01 .item:nth-child(1) {
  width: 380px;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box03 .flex01 .item:nth-child(1) {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .asobi_blk .box03 .flex01 .item:nth-child(1) {
    width: 90%;
    max-width: 450px;
  }
}

.asobi_blk .box03 .flex01 .item:nth-child(2) {
  padding-left: 60px;
  width: calc(100% - 380px);
  position: relative;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box03 .flex01 .item:nth-child(2) {
    width: 90%;
    padding-left: 0;
  }
}

.asobi_blk .box03 .flex01 .item:nth-child(2) .kako_left {
  position: absolute;
  left: 60px;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 30px;
  border-left: 3px solid #5c2b20;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box03 .flex01 .item:nth-child(2) .kako_left {
    left: 0;
    width: 18px;
    border-width: 2px;
  }
}

.asobi_blk .box03 .flex01 .item:nth-child(2) .kako_left div {
  position: relative;
  height: 100%;
}

.asobi_blk .box03 .flex01 .item:nth-child(2) .kako_left div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 3px;
  background: #5c2b20;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box03 .flex01 .item:nth-child(2) .kako_left div::before {
    width: 18px;
    height: 2px;
  }
}

.asobi_blk .box03 .flex01 .item:nth-child(2) .kako_left div::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 3px;
  background: #5c2b20;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box03 .flex01 .item:nth-child(2) .kako_left div::after {
    width: 18px;
    height: 2px;
  }
}

.asobi_blk .box03 .flex01 .item:nth-child(2) .kako_right {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 30px;
  border-right: 3px solid #5c2b20;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box03 .flex01 .item:nth-child(2) .kako_right {
    width: 18px;
    border-width: 2px;
  }
}

.asobi_blk .box03 .flex01 .item:nth-child(2) .kako_right div {
  position: relative;
  height: 100%;
}

.asobi_blk .box03 .flex01 .item:nth-child(2) .kako_right div::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 3px;
  background: #5c2b20;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box03 .flex01 .item:nth-child(2) .kako_right div::before {
    width: 18px;
    height: 2px;
  }
}

.asobi_blk .box03 .flex01 .item:nth-child(2) .kako_right div::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 3px;
  background: #5c2b20;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box03 .flex01 .item:nth-child(2) .kako_right div::after {
    width: 18px;
    height: 2px;
  }
}

.asobi_blk .box03 .flex01 .item:nth-child(2) ul {
  padding: 10px 70px;
  display: table;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box03 .flex01 .item:nth-child(2) ul {
    padding: 10px 10px;
  }
}

.asobi_blk .box03 .flex01 .item:nth-child(2) ul li {
  display: flex;
}

.asobi_blk .box03 .flex01 .item:nth-child(2) ul li+li {
  margin-top: 5px;
}

.asobi_blk .box03 .flex01 .item:nth-child(2) ul li .t1 {
  width: 8em;
  font-size: 1.8rem;
  font-weight: 700;
  color: #5c2b20;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box03 .flex01 .item:nth-child(2) ul li .t1 {
    font-size: 1.3rem;
    width: 7em;
  }
}

.asobi_blk .box03 .flex01 .item:nth-child(2) ul li .t2 {
  width: calc(100% - 8em);
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box03 .flex01 .item:nth-child(2) ul li .t2 {
    width: calc(100% - 7em);
    font-size: 1.3rem;
  }
}

.asobi_blk .box03 .flex01 .item .wbox {
  width: 380px;
  height: 271px;
  background: url(../img/img-kusabana/bg_price.png) left center no-repeat;
  background-size: contain;
  position: relative;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box03 .flex01 .item .wbox {
    position: relative;
    padding-top: 71.31578947368421%;
    width: 100%;
    height: 0;
  }
}

.asobi_blk .box03 .flex01 .item .wbox .txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 35px;
  margin: auto;
  text-align: center;
}

.asobi_blk .box03 .flex01 .item .wbox .txt p {
  font-size: 1.9rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.4;
}

.asobi_blk .box03 .flex01 .item .wbox .txt p span{
  font-size: 2.2rem;
  font-weight: 700;
  color: #13832c;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box03 .flex01 .item .wbox .txt {
    top: 50px;
  }
  .asobi_blk .box03 .flex01 .item .wbox .txt p {
    font-size: 1.4rem;
  }
.asobi_blk .box03 .flex01 .item .wbox .txt p span{
  font-size: 1.7rem;
}
}
.asobi_blk .box03 .flex01 .item .wbox .txt p b {
  font-size: 2.6rem;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box03 .flex01 .item .wbox .txt p b {
    font-size: 1.8rem;
  }
}

.asobi_blk .box03 .flex01 .item .wbox .txt p+p {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box03 .flex01 .item .wbox .txt p+p {
    margin-top: 8px;
  }
}

.asobi_blk .box03 .flex02 {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box03 .flex02 {
    justify-content: space-between;
    padding-top: 5px;
  }
}

.asobi_blk .box03 .flex02 .item .t1 {
  font-size: 2rem;
  font-weight: 700;
  color: #13832c;
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box03 .flex02 .item .t1 {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
  }
}

.asobi_blk .box03 .flex02 .item .image {
  position: relative;
}

.asobi_blk .box03 .flex02 .item .image .illust {
  position: absolute;
  right: 0;
  top: -20px;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box03 .flex02 .item .image .illust {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .asobi_blk .box03 .flex02 .item+.item {
    margin-left: 100px;
  }
}

@media screen and (max-width: 991px) {
  .asobi_blk .box03 .flex02 .item {
    width: 48%;
  }
}

.asobi_blk .box03 .txt {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box03 .txt {
    padding-top: 10px;
  }
}

.asobi_blk .box03 .txt p+p {
  margin-top: 45px;
}

@media screen and (max-width: 991px) {
  .asobi_blk .box03 .txt p+p {
    margin-top: 20px;
  }
}

.asobi_blk .box03 .txt .list_dot>li {
  position: relative;
  padding-left: 1.3em;
}

.asobi_blk .box03 .txt .list_dot>li::before {
  content: "・";
  position: absolute;
  display: block;
  left: 0;
  font-size: inherit;
}

.asobi_blk .box03 .txt .list_caution {
  margin-top: 10px;
}

.asobi_blk .box03 .txt .list_caution>li {
  position: relative;
  padding-left: 1.3em;
}

.asobi_blk .box03 .txt .list_caution>li::before {
  content: "※";
  position: absolute;
  display: block;
  left: 0;
  font-size: inherit;
}

.asobi_blk .box03 .wbox.--insta {
  margin-top: 50px;
}

.next_blk {
  padding: 200px 0 150px;
}

@media screen and (max-width: 991px) {
  .next_blk {
    padding: 40vw 0 40px;
  }
}

.next_blk .image {
  display: flex;
  justify-content: center;
}

.next_blk .image_wrap {
  position: relative;
}

@media screen and (max-width: 991px) {
  .next_blk .image_wrap {
    width: 100%;
  }

  .next_blk .image_wrap img {
    width: 100%;
    display: block;
  }
}

.next_blk .image_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/img-kusabana/bg_next.png) center center no-repeat;
  background-size: 100% auto;
  animation: scaling linear 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media screen and (max-width: 991px) {
  .next_blk .image_wrap::after {
    background-image: url(../img/img-kusabana/bg_next_sp.png);
  }
}

.next_blk .cv_box {
  margin-top: -150px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .next_blk .cv_box {
    margin-top: 30px;
  }
}

.next_blk .cv_box dl dt {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 50px;
  color: #429018;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .next_blk .cv_box dl dt {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.next_blk .cv_box dl dd ul {
  width: 100%;
  max-width: 760px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .next_blk .cv_box dl dd ul {
    flex-direction: column;
    align-items: center;
    width: 90%;
  }
}

.next_blk .cv_box dl dd ul li {
  width: 48%;
  max-width: 365px;
}

@media screen and (max-width: 991px) {
  .next_blk .cv_box dl dd ul li {
    width: 100%;
  }

  .next_blk .cv_box dl dd ul li+li {
    margin-top: 20px;
  }
}

.next_blk .cv_box dl dd ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  border: 3px solid #000;
  background: #fff;
}

@media screen and (max-width: 991px) {
  .next_blk .cv_box dl dd ul li a {
    border-width: 2px;
    height: 70px;
  }
}

.next_blk .cv_box dl dd ul li a.tel {
  border-color: #fff;
  background: none;
}

.next_blk .cv_box dl dd ul li a.mail {
  border-color: #df7833;
  border-radius: 50px;
}

@media screen and (min-width: 992px) {
  .next_blk .cv_box dl dd ul li a.mail {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .next_blk .cv_box dl dd ul li a.mail .mailbox .t1, .next_blk .cv_box dl dd ul li a.mail .mailbox::before {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .next_blk .cv_box dl dd ul li a.mail:hover {
    background: #d07533;
  }

  .next_blk .cv_box dl dd ul li a.mail:hover .mailbox .t1 {
    color: #fff;
  }

  .next_blk .cv_box dl dd ul li a.mail:hover .mailbox::before {
    background-image: url(../img/img-kusabana/icon_mail_on.png);
  }
}

.next_blk .cv_box dl dd ul li a .telbox {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  padding-left: 55px;
}

.next_blk .cv_box dl dd ul li a .telbox::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  background: url(../img/img-kusabana/icon_tel.png) left center no-repeat;
  background-size: contain;
}

.next_blk .cv_box dl dd ul li a .telbox .t1 {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 5px;
}

@media screen and (max-width: 991px) {
  .next_blk .cv_box dl dd ul li a .telbox .t1 {
    font-size: 1.8rem;
  }
}

.next_blk .cv_box dl dd ul li a .telbox .t2 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .next_blk .cv_box dl dd ul li a .telbox .t2 {
    font-size: 1.1rem;
    letter-spacing: 0.02em;
  }
}

.next_blk .cv_box dl dd ul li a .mailbox {
  position: relative;
  padding-left: 55px;
}

.next_blk .cv_box dl dd ul li a .mailbox::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  background: url(../img/img-kusabana/icon_mail.png) left center no-repeat;
  background-size: contain;
}

.next_blk .cv_box dl dd ul li a .mailbox .t1 {
  font-size: 2.3rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .next_blk .cv_box dl dd ul li a .mailbox .t1 {
    font-size: 1.8rem;
  }
}

.next_blk .cv_box_official {
  display: flex;
  justify-content: center;
  max-width: 760px;
  width: 100%;
  margin: 60px auto 0;
}

@media screen and (max-width: 991px) {
  .next_blk .cv_box_official {
    margin-top: 30px;
  }
}

.next_blk .cv_box_official a {
  display: block;
}

.footer {
  padding: 30px 0;
}

@media screen and (max-width: 991px) {
  .footer {
    padding: 15px 0;
  }
}

.footer small {
  display: block;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
  color: #216934;
}

@media screen and (max-width: 991px) {
  .footer small {
    font-size: 1.1rem;
    letter-spacing: 0.03em;
  }
}

.modal {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
}

.modal.is_absolute {
  height: 100%;
  position: absolute;
}

.modal.is_absolute .modal_bg {
  height: 100%;
}

.modal.is_absolute .modal_inner {
  max-height: inherit;
  left: 0;
  right: 0;
  margin: auto;
  transform: inherit;
  background: none;
  height: auto;
  max-width: 680px;
}

.modal.is_absolute .modal_main {
  height: auto;
  overflow-y: none;
  max-height: inherit;
  background: #fff;
}

.modal_closetxt {
  display: table;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 20px;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .modal_closetxt {
    width: 50px;
    bottom: 15px;
  }
}

.modal_main {
  position: relative;
}

.modal_bg {
  background: rgba(51, 51, 51, 0.9);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal_inner {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}

@media screen and (max-width: 991px) {
  .modal_inner {
    width: 90%;
  }
}

.modal_wrap {
  height: 100%;
  padding: 0;
  max-height: 100%;
  overflow-y: scroll;
  z-index: 99999;
  border-radius: 10px;
}

.modal_wrap::-webkit-scrollbar {
  display: none;
}

.modal_close {
  width: 38px;
  height: 38px;
  display: block;
  position: absolute;
  right: -10px;
  top: -15px;
  z-index: 99999;
}

@media screen and (max-width: 991px) {
  .modal_close {
    width: 30px;
    height: 30px;
  }
}

.modal_close>span::before,
.modal_close>span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 18px;
  margin: auto;
  bottom: 0;
  width: 1px;
  height: 40px;
  background: #557488;
}

.modal_close>span::before {
  transform: rotate(-45deg);
}

.modal_close>span::after {
  transform: rotate(45deg);
}

.modal.is_open {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

/* アニメーション
-------------------------------------------*/
/* 下からふわっと */
.fade {
  opacity: 0;
}

.fade.started,
.started .fade {
  animation: fadeIn 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* 下からふわっと */
.fade_b {
  opacity: 0;
}

.fade_b.started {
  animation: fadeIn_b 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
}

@keyframes fadeIn_b {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 縮小 */
.shrink {
  opacity: 0;
}

.shrink.started {
  animation: Shrink 1.5s ease forwards;
}

@keyframes Shrink {
  0% {
    opacity: 0;
    transform: scale(1.2, 1.2);
  }

  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}

.zooming.started,
.started .zooming {
  animation: zooming linear 2s;
  animation-delay: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  z-index: 2;
}

@keyframes zooming {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.05, 1.05);
  }

  100% {
    transform: scale(1, 1);
  }
}

.scaling {
  animation: scaling linear 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@keyframes scaling {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.scaling02 {
  animation: scaling02 linear 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@keyframes scaling02 {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pagetop {
  position: fixed;
  right: 5px;
  bottom: 5px;
  width: 81px;
  opacity: 0;
  z-index: 9999;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.pagetop.is_active {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .pagetop {
    width: 60px;
  }
}

.pagetop>div {
  position: relative;
}

.pagetop .fade_items {
  position: absolute;
  width: 80px;
  height: 161px;
  top: -180px;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .pagetop .fade_items {
    width: 59px;
    height: 119px;
    top: -130px;
  }
}

.pagetop .fade_items img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: slide_pagetop 12s 0s infinite;
}

.pagetop .fade_items img:nth-child(1) {
  animation-delay: 0s;
}

.pagetop .fade_items img:nth-child(2) {
  animation-delay: 4s;
}

.pagetop .fade_items img:nth-child(3) {
  animation-delay: 8s;
}

@keyframes slide_pagetop {
  0% {
    opacity: 0;
  }

  33% {
    opacity: 1;
  }

  66% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}