@charset "UTF-8";
html {
  color: #000;
  background: #FFF
}

html, body {
  height: 100%
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, p, blockquote, th, td {
  margin: 0;
  padding: 0
}

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

img {
  border: 0;
  vertical-align: bottom;
  line-height: 0
}

address, button, caption, cite, code, dfn, em, input, optgroup, option, select, strong, textarea, th, var {
  font: inherit
}

li {
  list-style: none
}

sup, sub {
  vertical-align: baseline
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  background: #fff;
  font-size: calc(27 / 750 * 100vw);
  line-height: calc(53 / 750 * 100vw);
  letter-spacing: .075em
}

a, a:link, a:visited {
  color: #4494d0
}

a:hover, a:active {
  color: #0079d4
}

.disappear {
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0
}

.appear {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1
}

#wrapper {
  overflow: hidden;
  max-width: 750px;
  margin: 0 auto
}

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

sup {
  font-size: 50%;
  line-height: 1
}

.ccv_back_blue{
  background: #62c4e1;
}

.cnt {
  max-width: 750px;
  position: relative;
  margin: 0 auto;
}

#scrpt {
  display: none
}

.atte {
  font-size: calc(16 / 750 * 100vw);
  line-height: calc(28 / 750 * 100vw);
  letter-spacing: .05em;
  color: #818181;
  padding: 2vw 5vw 4vw;
  font-weight: 100;
}

.atte.ccv_back {
  color: #fff;
  background-color: #62c4e1;
  background-size: 100%;
}
.no1_bk {
  background-image: url(../images/no1_bk.png);
  background-size: 100%;
  padding: 5%;
}

.point_2 {
  background-image: url(../images/2_point_bk.png);
  background-size: 100%;
  padding-bottom: 5%;
}

.atte li {
  position: relative;
  padding-left: 1.5em
}

.atte .as-no li {
  padding-left: 2.5em
}

.atte li span {
  position: absolute;
  left: 0;
  top: 0
}

header {
  background-color: rgba(255, 255, 255, .5);
  z-index: 50;
  width: 100%;
  position: fixed;
  top: 0
}

header .container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  margin: 0 auto;
  max-width: 1024px
}

@media screen and (max-width:1024px) {
  header .container {
    margin: 0 15px
  }
}

@media screen and (max-width:640px) {
  header .container {
    height: 65px
  }
}

@media screen and (max-width:370px) {
  header .container {
    height: 65px;
    margin: 0 10px
  }
}

@media screen and (max-width:640px) {
  header .logo {
    width: 80px
  }
}

@media screen and (max-width:370px) {
  header .logo {
    width: 70px
  }
}

@media screen and (max-width:640px) {
  header .logo img {
    vertical-align: baseline;
    width: 100%;
    height: auto
  }
}

header .link {
  margin-left: auto
}

header ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

header ul li+li {
  margin-left: 10px
}

@media screen and (max-width:640px) {
  header ul li+li {
    margin-left: 5px
  }
}

header .button {
  width: 180px
}

@media screen and (max-width:640px) {
  header .button {
    width: 110px
  }
}

@media screen and (max-width:370px) {
  header .button {
    width: 105px
  }
}

header .button a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  height: 44px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 10px;
  text-decoration: none
}

@media screen and (max-width:640px) {
  header .button a {
    font-size: 8px;
    height: 40px;
    padding-left: 14px
  }
}

header .button a span {
  position: relative
}

header .button a span::before {
  background-size: contain;
  content: '';
  display: block;
  height: 19px;
  width: 19px;
  position: absolute;
  top: 50%;
  left: -22px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media screen and (max-width:640px) {
  header .button a span::before {
    left: -20px
  }
}

@media screen and (max-width:640px) {
  header .button a span::before {
    left: -18px
  }
}

header .button-blue {
  background-color: #55ace1;
  border: 1px solid #55ace1;
  color: #fff
}

header .button-blue span::before {
  background: url(../images/kira_w.png) no-repeat center center
}

header .button-white {
  background-color: #fff;
  border: 1px solid #55ace1;
  color: #55ace1
}

header .button-white span::before {
  background: url(../images/kira_b.png) no-repeat center center
}

#top_area dl.date {
  position: relative;
}

#top_area dl.date dd.countdown {
  display: none;
  position: relative;
  height: calc(245 / 750 * 100vw)
}

#top_area dl.date dd.countdown.active {
  display: block;
  background: #62c4e1 url(../images/cd_bg.png) left top / 100% auto no-repeat
}

#top_area dl.date dd.countdown ul {
  position: absolute;
  left: calc(154 / 750 * 100vw);
  top: calc(110 / 750 * 100vw);
  width: calc(690 / 750 * 100vw);
  font-size: 0
}

#top_area dl.date dd.countdown ul li {
  display: inline-block;
  margin-right: calc(6 / 750 * 100vw);
  width: calc(110 / 750 * 100vw);
  font-size: 0
}

#top_area dl.date dd.countdown ul li+li {
  margin-right: calc(2 / 750 * 100vw)
}

#top_area dl.date dd.countdown.active ul li span {
  display: inline-block;
  width: calc(45 / 750 * 100vw);
  height: calc(63/ 750 * 100vw);
  background: url(../images/cd_num.svg) 0 top / auto 100% no-repeat
}

#top_area dl.date dd.countdown.active ul li span.image1 {
  background-position: calc(10 / 750 * 100vw) top
}

#top_area dl.date dd.countdown.active ul li span.image2 {
  background-position: calc(-52 / 750 * 100vw) top
}

#top_area dl.date dd.countdown.active ul li span.image3 {
  background-position: calc(-114 / 750 * 100vw) top
}

#top_area dl.date dd.countdown.active ul li span.image4 {
  background-position: calc(-176 / 750 * 100vw) top
}

#top_area dl.date dd.countdown.active ul li span.image5 {
  background-position: calc(-238 / 750 * 100vw) top
}

#top_area dl.date dd.countdown.active ul li span.image6 {
  background-position: calc(-300 / 750 * 100vw) top
}

#top_area dl.date dd.countdown.active ul li span.image7 {
  background-position: calc(-360 / 750 * 100vw) top
}

#top_area dl.date dd.countdown.active ul li span.image8 {
  background-position: calc(-424 / 750 * 100vw) top
}

#top_area dl.date dd.countdown.active ul li span.image9 {
  background-position: calc(-486 / 750 * 100vw) top
}

#top_area dl.date dd.countdown.active ul li span.image0 {
  background-position: calc(-546 / 750 * 100vw) top
}

#cam03_area div.ani {
  position: absolute;
  left: calc(60 / 750 * 100vw);
  top: calc(140 / 750 * 100vw);
  width: calc(270 / 750 * 100vw)
}

#cam03_area dl {
  position: relative;
  background: #7cbde7
}

#cam03_area dl dd.atte {
  font-size: calc(14 / 750 * 100vw);
  line-height: 1.3;
  letter-spacing: .05em;
  text-align: center;
  color: #fff;
  font-weight: 400;
  padding: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) calc(40 / 750 * 100vw)
}

#shop_area {
  background: #fff;
  margin-bottom: calc(40 / 750 * 100vw)
}

#shop_area .cnt {
  background: #fff;
}

#shop_area img {
  width: auto
}

#shop_area h2 {
  font-size: calc(33 / 750 * 100vw);
  line-height: 1;
  letter-spacing: .2em;
  color: #666;
  font-weight: 300!important;
  text-align: center;
  padding: calc(83 / 750 * 100vw) 0 0
}

#shop_area h2 strong {
  display: block;
  font-size: calc(45.6 / 750 * 100vw);
  line-height: 1;
  font-weight: 700;
  letter-spacing: .1em;
  color: #55ace1;
  padding-top: calc(33 / 750 * 100vw)
}

#shop_area h2 strong>strong {
  display: inline;
  font-size: calc(57 / 750 * 100vw);
  line-height: 1
}

#shop_area h2 small {
  font-size: calc(14 / 750 * 100vw);
  line-height: 1;
  font-weight: 300;
  letter-spacing: .1em;
  color: #555;
  text-align: right;
  padding: calc(50 / 750 * 100vw) calc(20 / 750 * 100vw) calc(12 / 750 * 100vw);
  display: block
}

#shop_area h3 {
  background: url(../images/shop_btn_open.png) calc(660 / 750 * 100vw) top / calc(50 / 750 * 100vw) auto no-repeat #55ace1;
  text-align: center;
  cursor: pointer
}

#shop_area h3.active {
  background: url(../images/shop_btn_close.png) calc(660 / 750 * 100vw) top / calc(50 / 750 * 100vw) auto no-repeat #55ace1
}

#shop_area h3 img {
  height: calc(100 / 750 * 100vw)
}

#shop_area .incnt+h3 {
  margin-top: calc(10 / 750 * 100vw)
}

#shop_area .incnt {
  display: none
}

#shop_area tr {
  display: block;
  position: relative
}

#shop_area tr.kanto {
  padding-bottom: calc(60 / 750 * 100vw)
}

#shop_area tr+tr {
  margin-top: calc(10 / 750 * 100vw)
}

#shop_area a, #shop_area .more a:nth-child(odd) {
  width: 100%;
  display: block;
  text-decoration: none;
  padding: calc(18 / 750 * 100vw) calc(40 / 750 * 100vw) calc(14 / 750 * 100vw) calc(30 / 750 * 100vw);
  font-size: calc(24 / 750 * 100vw);
  line-height: 1.4;
  color: #555;
  background: url(../images/shop_arrow.png) calc(572 / 750 * 100vw) center no-repeat #fefefe;
  box-sizing: border-box
}

#shop_area a dt {
  color: #55ace1;
  font-size: calc(28 / 750 * 100vw);
  line-height: 1.4;
  margin-bottom: calc(5 / 750 * 100vw);
  font-weight: 700
}

#shop_area a:nth-child(odd), #shop_area .more a:nth-child(even) {
  background: url(../images/shop_arrow.png) calc(572 / 750 * 100vw) center no-repeat #fafafa
}

#shop_area th {
  width: calc(150 / 750 * 100vw);
  text-align: center;
  vertical-align: middle;
  color: #55ace1;
  font-size: calc(30 / 750 * 100vw);
  background: #f0f9ff;
  font-weight: 400
}

#shop_area td {
  width: calc(100vw - (150 / 750 * 100vw))
}

#shop_area .more h4 {
  position: absolute;
  left: 0;
  bottom: 0;
  cursor: pointer;
  background: url(../images/shop_more_close.png) left top no-repeat;
  background-size: 100%
}

#shop_area .more h4.active img {
  visibility: hidden
}

#shop_area h4+.incnt {
  display: none
}

#shop_area .incnt, #shop_area th {
  position: relative
}

#shop_area .region h3:hover, #shop_area .region h4:hover, #shop_area .region a:hover {
  opacity: .7;
  filter: alpha(opacity=70);
  -moz-opacity: .7;
  -ms-filter: "alpha(opacity=70)"
}

#shop_area .anchor01 {
  position: absolute;
  left: 0;
  top: -110px;
  visibility: hidden
}

#shop_area .anchor02 {
  position: absolute;
  left: 0;
  top: -110px;
  visibility: hidden
}

.cv {
  background: #fff;
  padding: 0 0 40px
}

.cv .cnt {
  background: #fff;
}

.cv div.btn {
  margin: 0 auto;
  width: calc(605 / 750 * 100vw);
  position: relative
}

.cv .tel {
  position: relative;
  width: 120%;
  margin: calc(30 / 750 * 100vw) -4% 0
}

.cv .tel img {
  width: 100%
}

.cv .tel dd.btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 53%;
  text-align: left;
  box-sizing: border-box
}

.tel_num {
  color: #55ace1;
  text-decoration: underline;
  letter-spacing: .05em;
  font-size: calc(50 / 750 * 100vw);
  line-height: 1
}

.tel_num a, .tel_num a:link, .tel_num a:visited, .tel_num a:hover, .tel_num a:active {
  color: #55ace1
}

#attention_area {
  padding: calc(20 / 750 * 100vw) 0 0;
  background: #fff;
  position: relative
}

#attention_area .cnt {
  padding-bottom: calc(60 / 750 * 100vw);
  background: #fff;
}

#attention_area h2 strong {
  font-weight: 700
}

#attention_area h2 span {
  font-size: calc(14 / 750 * 100vw)
}

#attention_area .attention {
  text-align: left;
  padding: calc(6 / 750 * 100vw) 0 calc(25 / 750 * 100vw);
  color: #888;
  font-size: calc(14 / 750 * 100vw);
  line-height: 1.85;
  margin: 0 6.666% 0;
  letter-spacing: .1em
}

#attention_area .attention+.attention {
  background: url(../images/ftr_line.png) center top / calc(650 / 750 * 100vw) auto no-repeat;
  padding-top: calc(38 / 750 * 100vw)
}

#attention_area .attention .cpt {
  color: #55ace1;
  font-weight: 700;
  font-size: calc(18 / 750 * 100vw);
  line-height: 1.55;
  text-align: left;
  margin-bottom: calc(18 / 750 * 100vw)
}

#attention_area .attention ul li {
  position: relative
}

#attention_area .attention ul li span {
  position: absolute;
  left: 0;
  top: 0
}

#attention_area .attention .kome li {
  padding-left: 1em
}

#attention_area .attention .kome2 li {
  padding-left: 2em
}

#attention_area .gotohead {
  position: absolute;
  right: 5%;
  bottom: 0;
  text-align: right;
  overflow: hidden;
  background: #55ace1;
  padding: calc(10 / 750 * 100vw) 3%;
  margin: calc(10 / 750 * 100vw) 0 0 0;
  display: inline-block;
  border-top-left-radius: calc(10 / 750 * 100vw);
  border-top-right-radius: calc(10 / 750 * 100vw)
}

#attention_area .gotohead a {
  font-size: calc(20 / 750 * 100vw);
  background: url(../images/ftr_icn01.png) left center / calc(20 / 750 * 100vw) auto no-repeat;
  line-height: 1.5;
  display: inline-block;
  padding-left: calc(24 / 750 * 100vw);
  text-decoration: none;
  border-bottom: #fff solid 1px
}

#attention_area .gotohead a, #attention_area .gotohead a:link, #attention_area .gotohead a:visited {
  color: #fff
}

#attention_area .gotohead a:hover, #attention_area .gotohead a:active {
  color: #fff
}

#footer_area {
  background: #55ace1;
  padding: calc(80 / 750 * 100vw) 0 calc(330 / 750 * 100vw);
}
#footer_area .cnt {
  background: #55ace1;
}

#footer_area img {
  width: 100%;
  height: auto
}

#footer_area p.cpt {
  width: calc(640 / 750 * 100vw);
  margin: 0 auto calc(24 / 750 * 100vw);
  line-height: .1
}

.footer {
  position: relative;
  box-sizing: border-box;
  padding: calc(30 / 750 * 100vw) calc(50 / 750 * 100vw) 0
}

.footer p.logo {
  position: absolute;
  left: calc(50 / 750 * 100vw);
  top: calc(15 / 750 * 100vw);
  width: calc(220 / 750 * 100vw)
}

.footer table {
  margin: 0 0 0 40%;
  width: 60%
}

.footer table td {
  padding: calc(3 / 750 * 100vw) 0 calc(5 / 750 * 100vw) 4%;
  text-align: left;
  font-size: calc(21 / 750 * 100vw);
  line-height: calc(33 / 750 * 100vw)
}

.footer table .line {
  border-right: #c3e8ff solid 1px;
  padding: calc(3 / 750 * 100vw) 4% calc(5 / 750 * 100vw) 0;
  text-align: right
}

.footer a, .footer a:link, .footer a:visited {
  color: #c4e9ff;
  text-decoration: underline;
  opacity: 1
}

.footer a:hover, .footer a:active {
  color: #c4e9ff;
  text-decoration: none;
  opacity: 1
}

.footer .logos {
  font-size: 0;
  padding: calc(40 / 750 * 100vw) 0 0;
  overflow: hidden;
  display: block
}

.footer .logos li {
  display: inline-block
}

.footer .logos li+li {
  margin-left: calc(25 / 750 * 100vw)
}

.footer .logos li.logo02 {
  width: calc(295 / 750 * 100vw)
}

.footer li.copy {
  color: #fff;
  font-size: calc(16 / 750 * 100vw);
  line-height: calc(26 / 750 * 100vw);
  letter-spacing: .05em;
  padding-top: calc(13 / 750 * 100vw);
  width: calc(320 / 750 * 100vw)
}

#backpopup {
  display: block;
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, .7);
  margin: auto
}

#backpopup img {
  width: 100%;
  height: auto
}

#backpopup div.cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: auto!important;
  text-align: center;
  background-color: transparent;
  border: none;
  max-height: 740px
}

#backpopup p.cvb {
  position: relative;
  max-width: calc(690 / 750 * 100vw);
  max-height: 100vw;
  margin: 0 auto;
  margin-top: 10vw;
  background-color: transparent
}

#backpopup p.cvb a {
  display: block
}

#backpopup p.cvb .close02 {
  position: absolute;
  right: 3vw;
  top: -3vw;
  width: calc(50 / 750 * 100vw);
  height: calc(50 / 750 * 100vw);
  z-index: 1000
}

#qa_area {
  padding-bottom: .1vw;
  margin-top:10%;
}
#qa_area .cnt {
  background: #fff;
}

#qa_area dl.ac {
  width: 89.6vw;
  margin: 0 auto;
  padding-top: 1.33vw;
  border-bottom: #55ace1 solid 1px
}

#qa_area dl.ac:last-child dd.incnt {
  margin-bottom: 8vw
}

#qa_area dl.ac dt {
  color: #55ace1;
  font-size: 4.26vw;
  line-height: 6.93vw;
  letter-spacing: .12em;
  font-weight: 700;
  padding: 4vw 5.33vw 4.26vw 8vw;
  position: relative;
  background: url(../images/qa_icn_off.png) right center no-repeat;
  background-size: 4.8vw auto;
  cursor: pointer
}

#qa_area dl.ac dt.active {
  background: url(../images/qa_icn_on.png) right center no-repeat;
  background-size: 4.8vw auto
}

#qa_area dl.ac dt::before {
  content: "";
  width: 5.06vw;
  height: 5.33vw;
  line-height: .1;
  background: url(../images/qa_icn_q.png) left top no-repeat;
  background-size: 5.06vw auto;
  position: absolute;
  left: 0;
  top: 5.1vw
}

#qa_area dl.ac dd.incnt {
  display: none;
  color: #666;
  font-size: 3.2vw;
  line-height: 5.86vw;
  letter-spacing: .12em;
  padding: 4vw 4vw 4vw 11.46vw;
  position: relative;
  background: #f8f8f8
}

#qa_area dl.ac dd.incnt p {
  position: relative
}

#qa_area dl.ac dd.incnt p::before {
  content: "A.";
  color: #ff95a9;
  font-weight: 700;
  position: absolute;
  left: -6.13vw;
  top: 0
}

#qa_area dl.ac dd.incnt ul {
  padding: 1.33vw 0 0
}

#qa_area dl.ac dd.incnt ul li {
  color: #666;
  font-size: 2.4vw;
  line-height: 4.26vw;
  letter-spacing: .12em;
  padding: 0 0 0 2.5em;
  position: relative
}

#qa_area dl.ac dd.incnt ul li span {
  position: absolute;
  left: 0;
  top: 0
}

.flow_area {
  margin: 5% auto 0;
}

.flow_area .flow_area-step6 {
  width: 90vw;
  margin: 0 auto
}

.flow_area .banner {
  margin: 10.66vw auto 0
}
.ccv {
  position: relative;
  height: 150px;
  background-size:100%;
}
.ccv.btn_back {
  background-size:100%;
}
.more_ccv {
  background: #e1f6ff;
  height: 135px;
}
.ccv_saiyasune {
  position: relative;
  height: 100px;
}

.ccv.cv_bg_h {
  background: #fff;
  height: 130px;
}

.ccv.musee_3point {
  height: 120px;
  background: #81bce4;
}

.ccv.musee_3point dd.btn {
  top: 0;
}

.ccv dd.btn {
  position: absolute;
  left: calc(72 / 750 * 100vw);
  top: 18%;
  width: calc(605 / 750 * 100vw)
}
.ccv_saiyasune dd.btn.saiyasune_btn {
  top:2%;
  position: absolute;
  left: calc(72 / 750 * 100vw);
  width: calc(605 / 750 * 100vw)
}

.ccv dd.btn.btn02 {
  left: calc(13 / 750 * 100vw);
  width: calc(720 / 750 * 100vw)
}

.otoshidama_back {
  background:url(../images/otoshidama_back.png);
  background-size:cover;
  background-position: bottom;
}

.btn .btn-bg-03 {
  overflow: hidden;
  position: absolute;
  top: calc(10 / 750 * 100vw);
  left: calc(18 / 750 * 100vw);
  width: calc(605 / 750 * 100vw);
  height: calc(140 / 750 * 100vw);
  border-radius: calc(70 / 750 * 100vw);
  z-index: 1
}
.btn .fv-btn {
  overflow: hidden;
  position: absolute;
    top: calc(35 / 750* 100vw);
    left: calc(60 / 750* 100vw);
    width: calc(632 / 750* 100vw);
    height: calc(234 / 750* 100vw);
    border-radius: calc(50 / 750* 100vw);
    z-index: 1;
}
.btn.btn02 .btn-bg-03 {
  top: calc(18 / 750 * 100vw);
  left: calc(25 / 750 * 100vw)
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
  50% {
    -webkit-transform: scale3d(1.075, 1.075, 1.075);
    transform: scale3d(1.075, 1.075, 1.075)
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
  50% {
    -webkit-transform: scale3d(1.075, 1.075, 1.075);
    transform: scale3d(1.075, 1.075, 1.075)
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

.pulse {
  -webkit-animation: pulse 1.4s ease 0s infinite normal;
  animation: pulse 1.4s ease 0s infinite normal
}

#fixed_area02 {
  position: fixed;
  left: 0;
  bottom: calc(10 / 750 * 100vw);
  width: 100%;
  z-index: 200;
  display: block;
  text-align: center
}

#fixed_area02 div.cvb {
  width: calc(736 / 750 * 100vw);
  margin: 0 auto
}

#fixed_area02 .btn-bg-03 {
  overflow: hidden;
  position: absolute;
  top: calc(19 / 750 * 100vw);
  left: calc(11 / 750 * 100vw);
  width: calc(710 / 750 * 100vw);
  height: calc(240 / 750 * 100vw);
  border-radius: calc(40 / 750 * 100vw);
  z-index: 1
}

#fixed_area02, .fixed-sp {
  opacity: 0;
  -webkit-transform: translate(0, 80px);
  transform: translate(0, 80px);
  -webkit-transition: .5s;
  transition: .5s
}

#fixed_area02.active, .fixed-sp.active {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
  opacity: 1
}

.reflection {
  height: 100%;
  width: 50px;
  position: absolute;
  top: calc(100 / 750 * 100vw);
  left: 0;
  background-color: #fff;
  opacity: 0;
  transform: rotate(-45deg);
  animation: reflection 2s ease-in-out infinite;
  -webkit-animation: reflection 2s ease-in-out infinite;
  -moz-animation: reflection 2s ease-in-out infinite;
  -ms-animation: reflection 2s ease-in-out infinite;
  -o-animation: reflection 2s ease-in-out infinite;
  border-radius: 68px;
  overflow: hidden
}

@keyframes reflection {
  0% {
    transform: scale(0) rotate(-45deg);
    opacity: 0
  }
  80% {
    transform: scale(0) rotate(-45deg);
    opacity: .5
  }
  81% {
    transform: scale(4) rotate(-45deg);
    opacity: 1
  }
  100% {
    transform: scale(50) rotate(-45deg);
    opacity: 0
  }
}

@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(-45deg);
    opacity: 0
  }
  80% {
    -webkit-transform: scale(0) rotate(-45deg);
    opacity: .5
  }
  81% {
    -webkit-transform: scale(4) rotate(-45deg);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(50) rotate(-45deg);
    opacity: 0
  }
}

@-moz-keyframes reflection {
  0% {
    -moz-transform: scale(0) rotate(-45deg);
    opacity: 0
  }
  80% {
    -moz-transform: scale(0) rotate(-45deg);
    opacity: .5
  }
  81% {
    -moz-transform: scale(4) rotate(-45deg);
    opacity: 1
  }
  100% {
    -moz-transform: scale(50) rotate(-45deg);
    opacity: 0
  }
}


.point03 {
  background: #81bce4;
}

.point03 .musee_3point_attention {
  background-image: url(../images/musee_3point_attention_back.png);
  background-size: 100%;
  padding: 0 8%;
}

.atte.musee_3point_attention .as-no li {
  padding: 0;
}
.atte.musee_3point_attention .as-no li.come {
  padding-left: 2.5em;
}

.covid .incnt {
  border: #53bcdc solid calc(3 / 750 * 100vw);
  border-top: none
}

.covid dl dt {
  line-height: 0
}

.covid .ac-box {
  background-color: #FFF;
  letter-spacing: .1em;
  padding: 0 0 30px
}

.covid .ac-top {
  border-bottom: 1px solid #d7d7d7
}

.covid .ac-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  margin: 0 2.5%
}

.covid .ac-top-text {
  padding: 5.3% 0;
  color: #4f4f4f;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 24px;
  line-height: 1.75;
  letter-spacing: .1em
}

@media screen and (max-width:750px) {
  .covid .ac-top-text {
    font-size: 3vmin
  }
}

.covid .ac-body {
  padding-top: 7.2%;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 40px
}

.covid .ac-body-head {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 4vmin;
  text-align: center;
  color: #4f4f4f;
  letter-spacing: .1em
}

.covid .ac-bottom {
  padding-bottom: 20px
}

.ac-container {
  display: flex;
  margin-top: 50px
}
.covid .ac-container {
    align-items: center;
}

@media screen and (max-width:750px) {
  .covid .ac-container {
    margin-top: 5.4%
  }
}

.covid .ac-icons {
  margin-top: 30px;
  display: inline-block
}

@media screen and (max-width:750px) {
  .covid .ac-icons {
    margin-top: 10px;
    width: 95px;
  }
}

.covid .ac-icons.thermometer {
  padding: 0 23px;
  width: 104px
}

@media screen and (max-width:750px) {
  .covid .ac-icons {
    margin-top: 10px
  }
  .covid .ac-icons.thermometer {
    padding: 0 4.8%;
    width: 30%
  }
}

.covid .ac-text {
  color: #4f4f4f;
  display: inline-block;
  width: 440px;
  margin-left: 50px;
  font-size: 24px;
  letter-spacing: .1em;
  line-height: 1.6;
}

@media screen and (max-width:750px) {
  .covid .ac-text {
    color: #4f4f4f;
    display: inline-block;
    width: 350px;
    margin-left: 20px;
    font-size: 3vmin;
    letter-spacing: .1em
  }
}

.covid .ac-text-strong {
  font-size: 32px;
  color: #1288e4;
  font-weight: 700;
  letter-spacing: .1em
}

@media screen and (max-width:750px) {
  .covid .ac-text-strong {
    font-size: 4vmin
  }
}

.covid .ac-bottom-text {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 24px;
  line-height: 1.75;
  color: #4f4f4f;
  padding: 30px 0
}

@media screen and (max-width:750px) {
  .covid .ac-bottom-text {
    font-size: 3vmin
  }
}

@media screen and (max-width:750px) {
  .covid .calendar .column .txt p img.star {
    width: 2.5vw!important
  }
}

@media screen and (max-width:750px) {
  .covid .calendar .column .txt p {
    font-size: 2.8vw
  }
}

.covid .banner-top {
  height: auto!important
}

.covid dl.ac {
  padding: 6% 2.5% 2%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.covid dl.ac dt.ttl {
  padding: 0;
  position: relative;
  cursor: pointer
}

.covid dl.ac dt.ttl:before, .covid dl.ac dt.ttl:after {
  content: "";
  width: 3.2%;
  height: 2px;
  background-color: #53bcdc;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.82%;
  transition: all 0.3s ease-out
}

.covid dl.ac dt.ttl:after {
  transform: rotate(90deg)
}

.covid dl.ac dt.ttl.active:after {
  display: none
}

.covid dl.ac dd.incnt .ac-box {
  padding: 0 5.64%
}

.banner {
  padding: 10px 4vw;
}

.banner:last-child {
  padding: 10px 4vw 50px;
}

#point_area .cnt {
  max-width: 750px;
  position: relative;
  margin: 0 auto;
  background:#DFFFFF!important;
}

#more {
  background: rgb(85 185 226);
  padding-bottom: 30px;
}

.more {
    background-size:100%;
    background-image: url(../images/more_01_back.png);
}
.group {
  background-image: url(../images/more_02_back.png);
  background-size:100%;
}

.group_img {
  padding: 0 15px 0 0;
  width: 45%;
}
.group_name {
  font-weight: bold;
  color: #5babde;
  border-bottom: 2px dotted #a0a0a0;
  font-size: 3.7vw;
  line-height: 1;
  padding-bottom: 6px;
}
.group_detail {
  font-size: 3vw;
  line-height: 1.5;
  margin-top: 10px;
}
.group_text {
  flex: 4;
}

.more .ac {
    width: 85%;
    margin: 0 auto;
}

.more .ac dd {
  border: 2px solid #fec7db;
}

.more .atte {
    padding-bottom: 20%;
    width: 80%;
    margin: 0 auto;
    color: #222;
}

.more dl.ac dt.ttl {
    padding: 0;
    position: relative;
    cursor: pointer
}

.more dl.ac dt.ttl:before,.more dl.ac dt.ttl:after {
    content: "";
    width: 3.2%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2.82%;
    transition: all 0.3s ease-out
}

.more dl.ac dt.ttl:after {
    transform: rotate(90deg)
}

.more dl.ac dt.ttl.active:after {
    display: none
}
section.fixed-sp {
  display: block;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 17vw;
  z-index: 200;
  text-align: center
}

section.fixed-sp img {
  max-width: 100%
}

section.fixed-sp .synalio-icon {
  display: block;
  bottom: 22vw!important;
  top: auto!important
}

.synalio-icon.footer-btn {
  position: absolute;
  width: 16%;
  top: -60px;
  right: 0
}

/* TOPボタン背景用 */
.fv_img {
  width: 92%;
  margin: 0 auto;
  padding: 30px 0 10px;
}
.white li {
  color: #FFF;
}
.brown li {
  color: #603813;
}
.date_w {
  margin: 0 auto;
  width: 70%;
  /* padding-top: 10px; */
  padding-bottom: 30px;
}