* {
  margin: 0;
  padding: 0;
}
img {
  width: 100%;
  vertical-align: middle;
}
ul,li,dl {
  list-style: none;
}
a {
  text-decoration: none;
}
body {
  color: #1C1414;
  font-family: Noto Sans JP,"\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3",Hiragino Kaku Gothic Pro,Sans-Serif;
  /* padding-bottom: 80px; */
}
.wrap {
  width: 965px;
  margin: 0 auto;
}
body.is-noscroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.content-main {
  width: 966px;
  margin: 0 auto;
}
.content-main_spe {
  width: 1034px;
  margin: 0 auto;
}

/* header */
header .header-main {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1032px;
  padding: 18px 17px 18px 37px;
  border-radius: 36px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  z-index: 99;
}
header .header-main .left {
  display: flex;
  align-items: center;
}
header .header-main .left .logo {
  width: 153.36px;
  margin-right: 36.24px;
}
header .header-main .left .anchor-list {
  display: flex;
  gap: 16px;
  font-size: 14px;
  font-weight: 300;
}
header .header-main .left .anchor-list a {
  color: #1A1A1A;
}
header .header-main .right a {
  font-size: 14px;
  font-weight: 600;
  color: #1A1A1A;
  padding: 10px 16px;
  border-radius: 20px;
  background-color: #FCF050;
}
header .header-main .right a.ml8 {
  margin-left: 8px;
}
header .header-main .right a img {
  margin-right: 4px;
}
header .header-main .right a img.w18 {
  width: 18px;
}
header .header-main .right a img.w27 {
  width: 27px;
  margin-right: 8px;
}

/* banner */
.banner .banner-main {
  position: relative;
}
.banner .banner-main .banner-logo {
  position: absolute;
  top: 117.61px;
  left: 10.4%;
  display: block;
  width: 14.53%;
}
.banner .banner-main .banner-float {
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
  width: 1032px;
}
.banner .banner-main .banner-float .banner-btn {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 575px;
}

/* main-area */
.main-area {
  margin-top: 164px;
}
.main-shikoku .shikoku-top .top-title {
  width: 502.67px;
  margin: 0 auto;
}
.main-shikoku .shikoku-top .top-prompt {
  font-size: 20px;
  font-weight: 400;
  color: #333;
  text-align: center;
  margin-top: 20px;
}
.main-shikoku .shikoku-con {
  display: flex;
  justify-content: space-between;
  margin: 35px 0 41px;
}
.main-shikoku .shikoku-con .con-left {
  display: flex;
  flex-direction: column;
  width: 158px;
  padding-top: 10.71px;
}
.main-shikoku .shikoku-con .con-left .w145 {
  width: 145.93px;
  margin-bottom: 30px;
}
.main-shikoku .shikoku-con .con-right {
  width: 746px;
  flex-shrink: 0;
}
.main-shikoku .shikoku-con .con-right .list-item {
  width: 100%;
  height: 240px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #62A34B;
  margin-bottom: 13.5px;
  transition: 0.5s;
  cursor: pointer;
}
.main-shikoku .shikoku-con .con-right .list-item img {
  height: 100%;
  width: 100%;
}
.main-shikoku .shikoku-con .con-right .list-item .list-subscript {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 0 6px;
  background: rgba(98, 163, 75, 0.85);
}
.main-shikoku .shikoku-con .con-right .list-item .list-main {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #333;
  padding: 5px 16px 4px;
  box-sizing: border-box;
  background: rgba(255, 254, 227, 0.8);
}
.main-shikoku .shikoku-con .con-right .list-item .list-main .text {
  font-size: 17px;
  font-weight: bold;
}
.main-shikoku .shikoku-con .con-right .list-item .list-main .text span {
  font-size: 13px;
  font-weight: 600;
  display: block;
}
.main-shikoku .shikoku-con .con-right .list-item .list-main .more {
  color: #fff;
  font-size: 10px;
  position: relative;
  width: 64px;
  background: rgba(98, 163, 75, 0.9);
  border-radius: 14px;
  padding: 3.5px 0 4px 11px;
  border: 2px solid transparent;
  box-sizing: border-box;
}
.main-shikoku .shikoku-con .con-right .list-item .list-main .more span {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
}
.main-shikoku .shikoku-con .con-right .list-item .list-main .more span:after,
.main-shikoku .shikoku-con .con-right .list-item .list-main .more span:before {
  content: "";
  width: 9px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
}
.main-shikoku .shikoku-con .con-right .list-item .list-main .more span:after {
  width: 1px;
  height: 9px;
}

/* main-apply */
.main-apply {
  background: #fffee5;
  width: 100%;
  padding: 80.5px 0 100px;
}
.main-apply .apply-con {
  width: 960px;
  margin: 0 auto;
}
.main-apply .apply-con .apply-title {
  width: 297.21px;
  margin: 0 auto 57.36px;
}
.main-apply .apply-con .apply-list {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.main-apply .apply-con .apply-list li {
  width: 207px;
  flex-shrink: 0;
}
.main-apply .apply-con .apply-list li h2 {
  line-height: 1;
  margin-bottom: 15px;
}
.main-apply .apply-con .apply-list li h2 img {
  width: auto;
  height: 28px;
}
.main-apply .apply-con .apply-list li .center-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 124px;
}
.main-apply .apply-con .apply-list li .list-text {
  line-height: 24px;
}
.main-apply .apply-con .apply-list li .list-text span {
  display: inline-block;
  margin-top: 9px;
}
.main-apply .apply-con .apply-list li .list-btn {
  display: block;
  color: #999999;
  font-size: 14px;
  width: 100%;
  background: #E4E4E4;
  border-radius: 20px;
  text-align: center;
  padding: 8px 0;
  position: relative;
  margin-bottom: 15.3px;
  border: 2px solid #E4E4E4;
  box-sizing: border-box;
  cursor: default;
}
/* .main-apply .apply-con .apply-list li .list-btn:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  right: 18px;
  top: 49%;
} */
.main-apply .apply-con .apply-list li .list-img {
  width: 100%;
}

/* application */
.content-block.application {
  position: relative;
  padding: 72px 0 83px;
}
.content-block.application .content-ttl {
  width: 304.31px;
  margin: 0 auto;
}
.content-block.application .application-cont {
  width: 960px;
  margin: 72.33px auto 0;
  padding: 38px 38px 0;
  background: #F4F4F4;
  font-size: 14px;
  line-height: 21px;
  position: relative;
}
.gradation {
  background: #fff;
  width: 100%;
  height: 34px;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.gradation:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 34px;
  background: linear-gradient(hsla(0,0%,100%,.24),#fff);
  position: absolute;
  top: -34px;
  left: 0;
}
.toggleBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 139px;
  height: 40px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 12px 12px 10.5px 0;
  margin: -51px auto 0;
  box-sizing: border-box;
  border: 2px solid #62a34b;
  border-radius: 20px;
  background-color: #62a34b;
  transition: 0.5s
}
.toggleBtn:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.5s
}
.toggleBtn.is-open {
  margin: 24px auto
}
.toggleBtn.is-open:after {
  border-bottom: none;
  border-right: none;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  top: calc(50% + 1px)
}
.content-block.application .application-cont p.child {
  margin-bottom: 20px;
}
.content-block.application .application-cont p.child:first-child {
  font-weight: 600;
}
.content-block.application .application-cont:after {
  display: block;
  height: 25px;
  content: "";
}
.content-block.application .application-cont dl+dl {
  margin-top: 20px;
}
.content-block.application .application-cont dt {
  font-size: 14px;
}
.content-block.application .application-cont dd p {
  font-size: 14px;
  line-height: 1.7;
}
.content-block.application .application-cont dd a {
  color: #1e7dec;
  text-decoration: underline;
}
.content-block.application .application-cont dd .color_red {
  color: #DF0212;
}
.content-block.application .application-cont dd .indent-mark {
  padding-left: 1em;
  text-indent: -1em;
}
.content-block.application .application-cont ul {
  display: inline-block;
  width: 320px;
  padding: 20px;
  margin-top: 20px;
  box-sizing: border-box;
  background-color: #ebebeb;
}
.content-block.application .application-cont ul li {
  font-size: 12px;
  padding-bottom: 12px;
}
.content-block.application .application-cont ul li:first-child {
  font-size: 14px;
  padding-bottom: 16px;
}
.content-block.application .application-cont ul li:last-child {
  padding-bottom: 0;
}
.content-block.application .application-cont-more {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

/* charm */
.charm {
  width: 100%;
  background: url('https://img.goo-net.com/cache/lp/search/kankoucp202508_kagawa/bg_kagawa_charm.png') no-repeat;
  background-size: cover;
  padding: 92.78px 0 115px;
  position: relative;
}
.charm .charm-con {
  /* width: 69.22%; */
  width: 1030px;
  margin: 0 auto;
  border: 6px solid #fcf050;
  border-radius: 10px;
  box-shadow: 8px 8px 0 #14210e;
  padding: 28px 66px 2px;
  background: #fff;
  box-sizing: border-box;
}
.charm .charm-con .charm-pic {
  width: 913px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.charm .charm-con .charm-main .charm-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.charm .charm-con .charm-main .charm-list .charm-item {
  width: 46.73%;
  flex-shrink: 0;
  padding-bottom: 24px;
}
.charm .charm-con .charm-main .charm-list .charm-item .title {
  width: 108%;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.charm .charm-con .charm-main .charm-list .charm-item .title span {
  font-size: 14px;
  padding-left: 8px;
  position: relative;
  top: 2px;
  font-weight: 500;
  line-height: 1;
}
.charm .charm-con .charm-main .charm-list .charm-item .pic-list {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 700;
}
.charm .charm-con .charm-main .charm-list .charm-item .pic-list a {
  display: block;
  text-align: center;
}
.charm .charm-con .charm-main .charm-list .charm-item .pic-list .pic {
  display: inline-block;
  width: 100%;
  margin-bottom: 18px;
  position: relative;
}
.charm .charm-con .charm-main .charm-list .charm-item .pic-list .pic .lazy {
  position: absolute;
  top: 0;
  left: 0;
}
.charm .charm-con .charm-main .charm-list .charm-item .pic-list .pic .no-show {
  opacity: 0;
}
.charm .charm-con .charm-main .charm-list .charm-item .pic-list .pic .play-btn {
  display: block;
  width: 56.92%;
  position: absolute;
  left: 50%;
  bottom: 39px;
  transform: translateX(-50%);
}
.charm .charm-con .charm-main .charm-list .charm-item .pic-list .tip {
  display: inline-block;
  line-height: 36px;
  color: #c3434e;
}
.charm .charm-con .charm-main .charm-list .charm-item .pic-list .text {
  color: #c3434e;
  background: url('https://img.goo-net.com/cache/lp/search/kankoucp202508_kagawa/icon_arrow_red.png') no-repeat;
  background-position: 89% 2.5px;
  background-size: 18px auto;
  display: block;
  text-align: center;
  height: 21px;
  line-height: 21px;
  margin-left: -18px;
}
.charm .charm-con .charm-main .charm-list .charm-item .pic-list li {
  transition: 0.5s;
  width: 31.4%;
  text-align: center;
}
.charm .charm-con .charm-main .charm-list .charm-item .pic-list li:nth-child(2) .tip {
  display: inline-block;
  line-height: 36px;
  color: #62a34b;
}
.charm .charm-con .charm-main .charm-list .charm-item .pic-list li:nth-child(2) .text {
  color: #62a34b;
  background: url('https://img.goo-net.com/cache/lp/search/kankoucp202508_kagawa/icon_arrow_green.png') no-repeat;
  background-position: 89% 2.5px;
  background-size: 18px auto;
}
.charm .charm-con .charm-main .charm-list .charm-item .pic-list li:last-child .tip {
  display: inline-block;
  line-height: 36px;
  color: #496dce;
}
.charm .charm-con .charm-main .charm-list .charm-item .pic-list li:last-child .text {
  color: #496dce;
  background: url('https://img.goo-net.com/cache/lp/search/kankoucp202508_kagawa/icon_arrow_blue.png') no-repeat;
  background-position: 89% 2.5px;
  background-size: 18px auto;
}
.charm .charm-con .charm-main .charm-list .charm-item .pic-list li:hover {
  opacity: 0.7;
}
.charm .charm-con .charm-main .charm-list .charm-item:nth-child(3),
.charm .charm-con .charm-main .charm-list .charm-item:nth-child(4) {
  padding-bottom: 40px;
}
.charm .charm-share {
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 1032px;
  background: #fff;
  border: 6px solid #fcf050;
  border-radius: 10px;
  box-shadow: 8px 8px 0 #14210e;
  font-size: 16px;
  padding: 14px 0;
  box-sizing: border-box;
}
.charm .charm-share ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.charm .charm-share .share {
  font-weight: 600;
  margin-right: 45.27px;
}
.charm .charm-share .share-icon a {
  display: block;
  width: 40px;
  flex-shrink: 0;
  transition: 0.5s;
}
.charm .charm-share .share-icon a:hover {
  opacity: 0.7;
}
.charm .charm-share .share-x a {
  width: 30.2px;
}
.charm .charm-share .line {
  margin: 0 32px;
}

/* rediscover */
.rediscover {
  display: flex;
  width: 1034px;
  margin: 122px auto 0;
  background-color: #fff;
  border-radius: 18px;
  overflow: hidden;
}
.rediscover.mb155 {
  margin-top: 80px;
  margin-bottom: 155px;
}
.rediscover .left {
  width: 28.24%;
  flex-shrink: 0;
}
.rediscover .left img {
  height: 100%;
}
.rediscover .right {
  flex: 1;
  background-color: #93C027;
  padding: 20px 0 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-weight: 400;
}
.rediscover .right .title {
  width: 82.01%;
  max-width: 608.45px;
  padding: 13px 0 16px;
}
.rediscover .right .rediscover-button {
  width: 81.86%;
  max-width: 607.38px;
  background-color: #E4E4E4;
  border-radius: 50px;
  color: #999999;
  font-size: 26px;
  padding: 13px 0;
  text-align: center;
  cursor: default;
}

.rediscover .right .prompt {
  width: 42.6%;
  max-width: 316px;
  margin: 8px 0;
}

/* healthy */
.healthy {
  padding-top: 71.38px;
  text-align: center;
}
.healthy h3 {
  width: 459.18px;
  margin: 0 auto 48.78px;
}
.healthy .healthy-main dt {
  position: relative;
  width: 570px;
  height: 320.23px;
  margin: 0 auto 35.77px;
  transition: 0.5s;
  cursor: pointer;
}
.healthy .healthy-main dt:hover {
  opacity: 0.7;
}
.healthy .healthy-main dt img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.healthy .healthy-main .healthy-list {
  display: flex;
  justify-content: space-between;
}
.healthy .healthy-main .healthy-list li {
  width: 500px;
  flex-shrink: 0;
  background: #f8f8f8;
  padding: 20px 0 24px 20px;
  box-sizing: border-box;
}
.healthy .healthy-main .healthy-list li .list-top {
  width: 436.5px;
}
.healthy .healthy-main .healthy-list li .list-middle {
  margin: 30px 0 18px;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  text-align: left;
  color: #000;
  padding-left: 4px;
}
.healthy .healthy-main .healthy-list li .list-middle p {
  padding-left: 13px;
  margin-bottom: 6px;
}
.healthy .healthy-main .healthy-list li .list-middle .circle {
  position: relative;
}
.healthy .healthy-main .healthy-list li .list-middle .circle:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e00923;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.healthy .healthy-main .healthy-list li .list-middle span {
  display: block;
  padding-left: 13px;
}
.healthy .healthy-main .healthy-list li .list-btn-con {
  padding-right: 20px;
}
.healthy .healthy-main .healthy-list li .list-btn-con .list-btn {
  width: 289px;
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background: #ef3626;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 0;
  border: 3px solid #ef3626;
  box-sizing: border-box;
  transition: 0.5s;
}
.healthy .healthy-main .healthy-list li.another .list-top {
  width: 380px;
}
.healthy .healthy-main .healthy-list li.another .list-middle {
  margin: 24px 0 22px;
}

/* float */
.float {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 14px 0 8px;
}
.float .float-btn {
  display: inline-block;
  width: 575px;
}

/* popup */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  background: rgba(28, 20, 20, .7);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  font-family: Hiragino Sans;
}
.popup.show {
  display: flex;
}
.popup-main {
  background: #fff;
  width: 58.35%;
  max-width: 747px;
  font-family: Hiragino Sans;
  position: relative;
}
.popup-main .name {
  padding: 11px 0 11px 20px;
  font-weight: 400;
}
.popup-main .name .small-name {
  font-size: 16px;
  line-height: 22px;
}
.popup-main .name .big-name {
  font-size: 24px;
  line-height: 36px;
}
.popup-main .mySwiper2 {
  max-height: 333px;
}
.popup-main .mySwiper2 .swiper-slide {
  width: 100%;
}
.popup-main .mySwiper {
  margin: 16px 16.5px 0 18.5px;
}
.popup-main .mySwiper .swiper-slide.swiper-slide-thumb-active {
  position: relative;
}
.popup-main .mySwiper .swiper-slide.swiper-slide-thumb-active::before {
  /* opacity: 0; */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #1A1A1A;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  transition: .7s;
  background: hsla(0,0%,100%,.5);
}
.popup-main span.close {
  width: 16.5px;
  height: 16.5px;
  position: absolute;
  right: 0;
  top: -22px;
  cursor: pointer;
}
.popup-main span.close::before,
.popup-main span.close::after {
  content: '';
  display: inline-block;
  width: 23px;
  height: 1.5px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.popup-main span.close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.popup-main span.close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.popup-main .popup-bottom {
  padding: 0 16.5px 25px 18.5px;
}
.popup-main .popup-bottom a {
  display: block;
}
.popup-main .popup-bottom .address {
  font-size: 12px;
  font-weight: 500;
  background: url(https://img.goo-net.com/cache/lp/search/kankoucp202508_kagawa/icon_map.png) no-repeat;
  background-size: 11.25px auto;
  background-position: left 10px;
  padding: 6.7px 0 6.7px 17.12px;
  margin-top: 8.3px;
  color: #1A1A1A;
}
.popup-main .popup-bottom .address span {
  font-size: 12px;
  font-weight: 500;
  color: #62A34B;
}
.popup-main .popup-bottom .photo-cassette-holiday {
  font-size: 12px;
  color: #1A1A1A;
  font-weight: 500;
  padding-left: 20px;
  margin-bottom: 12px;
  position: relative;
}
.popup-main .popup-bottom .photo-cassette-holiday:before {
  content: "";
  background: url('https://img.goo-net.com/cache/lp/search/kankoucp202508_kagawa/icon_calendar.png') no-repeat;
  background-size: 100%;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 3.5px;
  left: 2px;
  transition: 0.7s
}
.popup-main .popup-bottom .home-page {
  font-size: 14px;
  font-weight: 700;
  color: #62A34B;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #62A34B;
  padding: 8px 0;
  position: relative;
}
.popup-main .popup-bottom .home-page::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10.25px;
  background: url('https://img.goo-net.com/cache/lp/search/kankoucp202508_kagawa/icon_turn.png') no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 14.22px;
  top: 50%;
  transform: translateY(-50%);
}
/* o-modal */
.o-modal {
  overflow-y: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 400;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.4);
  justify-content: center;
  align-items: center;
  display: none;
}
.o-modal.show {
  display: flex;
}
.o-modal__inner {
  background: #fff;
  max-width: 760px;
  width: 100%;
  height: 400px;
  position: relative;
}
.o-modal__video__close {
  width: 24.5px;
  height: 24.5px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  right: -4px;
  top: -37.8px;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.o-modal__inner.video .o-modal__video__close:after,
.o-modal__inner.video .o-modal__video__close:before {
  width: 15px;
  height: 2px;
  content: "";
  display: inline-block;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: 50%;
  margin-top: -1px;
}
.o-modal__inner.video .o-modal__video__close:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.o-modal__inner iframe {
  width: 100%;
  height: 400px;
}

/* footer */
footer {
  background: #fff;
}
.TheFooter_footer_2J-xQ {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    background: url(https://img.goo-net.com/common_v2/img/bg_footer_line.gif) repeat-x 0 0
}

.TheFooter_footer__nav_3daLn {
    background: #f1f1f1
}

.TheFooter_footer__logo_3Cr59 {
    display: block;
    margin: 0 0 15px 0;
    font-weight: 700;
    text-align: center;
    color: #333;
    font-style: normal;
    float: none
}

.TheFooter_footer__logo_3Cr59 img {
    width: 230px;
    height: 19px;
    margin: 0 auto
}

.TheFooter_footer__copyright_3_U_S {
    height: 26px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    background: url(https://img.goo-net.com/common_v2/img/bg_copyright.gif) repeat-x 0 0;
    line-height: 2.6
}

.TheFooter_footerNav--utility_1uzW2 {
    text-align: center;
    color: #333
}

.TheFooter_footerNav--utility__item_1ckfq {
    display: inline-block;
    padding: 0 10px 0 10px;
    border-left: 1px solid #ccc;
    letter-spacing: 0;
    line-height: 1.2
}

.TheFooter_footerNav--utility__item_1ckfq:first-child {
    border-left: none
}

.TheFooter_footerNav--utility__item_1ckfq a {
    font-size: 10px;
    color: #676767;
    text-decoration: none
}
/* ready-page */
body.ready-page {
  padding-bottom: 0;
  background: #6FBA2C;
}
.ready-main-area {
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin: 138.98px 0 100px;
}
.ready-main-area .ready-prompt {
  font-size: 28px;
  margin-bottom: 9px;
}
.ready-main-area h1 {
  font-size: 37px;
}

.disSP,
.flexSP {
  display: none !important;
}
.disPC {
  display: block !important;
}
.flexPC {
  display: flex !important;
}
@media screen and (max-width: 1279px) {
  header .header-main {
    width: 95%;
    padding-left: 24px;
  }
  header .header-main .left .logo {
    margin-right: 20px;
  }
  header .header-main .left .anchor-list {
    gap: 12px;
  }
  header .header-main .right a.ml8 {
    margin-left: 4px;
  }
  .banner .banner-main .banner-float,
  .charm .charm-con,
  .charm .charm-share,
  .rediscover,
  .content-main_spe {
    width: 85%;
  }
  .content-main,
  .main-apply .apply-con {
    width: 84%;
  }
  .main-shikoku .shikoku-con .con-right {
    width: 74%;
  }
  .main-apply .apply-con .apply-list li {
    width: 23%;
  }
  .content-block.application .application-cont {
    width: 80%;
  }
  .charm .charm-con {
    padding: 28px 33px 2px;
  }
  .charm .charm-con .charm-pic {
    width: 100%;
  }
  .charm .charm-con .charm-main .charm-list .charm-item {
    width: 48%;
  }
  .charm .charm-con .charm-main .charm-list .charm-item .title {
    font-size: 18px;
  }
  .charm .charm-con .charm-main .charm-list .charm-item .title span {
    font-size: 12px;
  }
  .charm .charm-con .charm-main .charm-list .charm-item .pic-list .text {
    background-position: 93% 2px;
    margin-left: -22px;
  }
  .charm .charm-con .charm-main .charm-list .charm-item .pic-list li:nth-child(2) .text,
  .charm .charm-con .charm-main .charm-list .charm-item .pic-list li:last-child .text {
    background-position: 93% 2px;
  }
  .healthy .healthy-main .healthy-list li {
    width: 48%;
    padding-right: 20px;
  }
  .healthy .healthy-main .healthy-list li .list-top,
  .healthy .healthy-main .healthy-list li.another .list-top {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  header .header-main {
    padding: 18px 16px;
  }
  header .header-main .left .logo {
    width: 110px;
    margin-right: 12px;
  }
  header .header-main .left .anchor-list {
    gap: 4px;
    font-size: 12px;
  }
  header .header-main .right a {
    font-size: 12px;
    padding: 10px 12px;
  }
  header .header-main .right a.ml8 {
    margin-left: 0;
  }
  header .header-main .right a img {
    margin-right: 4px;
  }
  header .header-main .right a img.w27 {
    width: 20px;
  }
  .banner .banner-main .banner-float,
  .charm .charm-con,
  .charm .charm-share,
  .rediscover,
  .content-main_spe {
    width: 90%;
  }
  .content-main,
  .main-apply .apply-con {
    width: 86%;
  }
  .main-apply {
    padding: 60px 0 80px;
  }
  .main-apply .apply-con .apply-list {
    font-size: 14px;
  }
  .main-apply .apply-con .apply-list li .center-inner {
    height: 160px;
  }
  .main-apply .apply-con .apply-list li .list-btn {
    font-size: 13px;
  }
  .content-block.application {
    padding: 52px 0 53px;
  }
  .charm .charm-con .charm-main .charm-list .charm-item .title,
  .charm .charm-con .charm-main .charm-list .charm-item .pic-list {
    font-size: 16px;
  }
  .charm .charm-con .charm-main .charm-list .charm-item .title span {
    font-size: 10px;
  }
  .charm .charm-con .charm-main .charm-list .charm-item .pic-list .text,
  .charm .charm-con .charm-main .charm-list .charm-item .pic-list li:nth-child(2) .text,
  .charm .charm-con .charm-main .charm-list .charm-item .pic-list li:last-child .text {
    background-size: 16px auto;
    background-position: 93% 3px;
  }
  .charm .charm-con .charm-main .charm-list .charm-item .pic-list .pic .play-btn {
    bottom: 30.77px;
  }
  .rediscover {
    margin-top: 69px;
  }
  .rediscover.mb155 {
    margin-bottom: 135px;
  }
}
@media screen and (max-width: 768px) {
  .disPC,
  .flexPC {
    display: none !important;
  }
  .disSP {
    display: block !important;
  }
  .flexSP {
    display: flex !important;
  }
  body {
    /* padding-bottom: 80px; */
  }
  .content-main {
    width: 100%;
  }
  .content-main_spe {
    width: 90.67%;
  }

  /* banner */
  .content-banner {
    position: relative;
    width: 100%;
  }
  .content-banner .banner-logo {
    width: 58px;
    display: block;
    position: absolute;
    top: 9.4px;
    left: 12px;
  }
  .menu-icon {
    background: #fff;
    width: 40px;
    height: 40px;
    border: 1px solid #d8dadc;
    box-sizing: border-box;
    position: fixed;
    top: 16px;
    right: 4.267%;
    border-radius: 4px;
    z-index: 1;
  }
  .menu-icon:after,
  .menu-icon:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 1px;
    background: #1a1a1a;
    position: absolute;
    left: 50%;
    top: 12.8px;
    margin-left: -10px
  }
  .menu-icon:after {
    top: auto;
    bottom: 13px
  }
  .content-banner .banner-menu {
    height: 72px;
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 36px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    font-size: 14px;
    padding: 16px 24px 17px 16px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .content-banner .banner-menu .menu-logo {
    width: 153.5px;
    flex-shrink: 0;
    margin-right: 22.6px;
  }
  .content-banner .banner-ticket {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 63.3px;
  }
  .content-banner .banner-ticket .ticket-pic {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .content-banner .banner-ticket .ticket-pic img {
    align-self: flex-start;
  }
  .content-banner .banner-ticket .ticket-btn {
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 88.9%;
  }
  .content-banner .menu-con {
    display: none;
    background: rgba(26,26,26,.6);
    width: 100%;
    height: 100vh;
    padding-left: 12.8%;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 101;
  }
  .content-banner .menu-con .menu-main {
    background: #fff;
    padding: 24px 32px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 16px;
    overflow-y: scroll;
    height: 100%;
  }
  .content-banner .menu-con .menu-main .title {
    width: 194px;
    margin: 0 auto 38.7px;
  }
  .content-banner .menu-con .menu-main .menu-list {
    width: 81.7%;
    margin: 0 auto 24px;
  }
  .content-banner .menu-con .menu-main .menu-list a {
    border-top: 0.5px solid #d1d1d1;
    text-align: center;
    color: #1A1A1A;
    padding: 24px 0;
    display: block;
  }
  .content-banner .menu-con .menu-main .menu-list li:last-child a {
    border-bottom: 0.5px solid #d1d1d1;
  }
  .content-banner .menu-con .menu-main .menu-btn {
    display: block;
    border-radius: 154px;
    width: 100%;
    text-align: center;
    background: url('https://img.goo-net.com/cache/lp/search/kankoucp202508_kagawa/icon_search-banner-sp.png') #fcf050 no-repeat;
    background-size: 34px auto;
    background-position: 22px;
    padding: 25px 0 23px 9.6%;
    box-sizing: border-box;
    color: #333;
  }
  .content-banner .menu-con .menu-main .menu-btn.last-btn {
    margin-top: 16px;
    background: url('https://img.goo-net.com/cache/lp/search/kankoucp202508_kagawa/icon_review-banner-sp.png') #fcf050 no-repeat;
    background-size: 32px auto;
    background-position: 20px;
  }
  .content-banner .menu-con .menu-main .share-list {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .content-banner .menu-con .menu-main .share-list .share-left {
    font-size: 16px;
    line-height: 26px;
  }
  .content-banner .menu-con .menu-main .share-list .share-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 66.2%;
  }
  .content-banner .menu-con .menu-main .share-list .share-right a {
    width: 40px;
    display: block;
  }
  .content-banner .menu-con .menu-main .share-list .share-right li:first-child a {
    width: 30.5px;
  }
  .content-banner .menu-con .menu-main .menu-close:after,.content-banner .menu-con .menu-main .menu-close:before {
    width: 29px;
    transform: rotate(45deg);
    top: 50%;
    margin-left: -14.5px;
    margin-top: -1px;
  }
  .content-banner .menu-con .menu-main .menu-close:after {
    transform: rotate(-45deg);
  }
  .content-banner .menu-con.show {
    display: block;
  }
  .content-banner .bg-module .bg-main {
    position: relative;
  }
  .content-banner .bg-module .bg-main .banner-float {
    position: absolute;
    bottom: 46px;
    left: 50%;
    transform: translateX(-50%);
    width: 91.47%;
  }
  .content-banner .bg-module .bg-main .banner-float .banner-btn {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
  }

  .main-area {
    margin-top: 40px;
  }

  /* shikoku */
  .main-shikoku .shikoku-top .top-title {
    width: 93.6%;
  }
  .main-shikoku .shikoku-top .top-prompt {
    font-size: 14px;
    font-weight: 300;
    margin-top: 14px;
  }
  .main-shikoku .shikoku-con {
    flex-direction: column;
    width: 82.94%;
    margin: 32px auto 15px;
  }
  .main-shikoku .shikoku-con .con-left {
    width: 81.08%;
    padding-top: 0;
    margin: 0 auto 31.21px;
  }
  .main-shikoku .shikoku-con .con-right {
    width: 100%;
  }
  .main-shikoku .shikoku-con .con-right .list-item {
    height: auto;
    margin-bottom: 20px;
    border: 0;
    border-radius: 0;
  }
  .main-shikoku .shikoku-con .con-right .list-item .list-subscript {
    width: 34px;
    font-weight: 600;
    padding: 2px 0;
  }
  .main-shikoku .shikoku-con .con-right .list-item .list-main {
    position: relative;
    padding: 7.5px 0 0;
    background: #FFFFFF;
  }
  .main-shikoku .shikoku-con .con-right .list-item .list-main .text {
    font-weight: 500;
  }
  .main-shikoku .shikoku-con .con-right .list-item .list-main .text span {
    font-size: 14px;
    font-weight: 300;
  }
  .main-shikoku .shikoku-con .con-right .list-item .list-main .more {
    position: absolute;
    right: 8px;
    top: -32px;
    width: 55px;
    padding: 4px 0 5px 12.13px;
    border: 0;
  }
  .main-shikoku .shikoku-con .con-right .list-item .list-main .more span {
    width: 5px;
    height: 5px;
    right: 8px;
  }
  .main-shikoku .shikoku-con .con-right .list-item .list-main .more span:after,
  .main-shikoku .shikoku-con .con-right .list-item .list-main .more span:before {
    width: 5px;
  }
  .main-shikoku .shikoku-con .con-right .list-item .list-main .more span:after {
    width: 1px;
    height: 5px;
  }

  /* apply */
  .main-apply {
    padding: 72.59px 0 26px;
  }
  .main-apply .apply-con {
    width: 83.47%;
  }
  .main-apply .apply-con .apply-title {
    width: 96.88%;
    margin-bottom: 61px;
  }
  .main-apply .apply-con .apply-list {
    flex-direction: column;
    font-size: 16px;
    font-weight: 300;
  }
  .main-apply .apply-con .apply-list li {
    width: 100%;
    padding: 32px 0;
    border-top: 1px solid #D1D1D1;
  }
  .main-apply .apply-con .apply-list li .apply-top {
    display: flex;
    justify-content: space-between;
  }
  .main-apply .apply-con .apply-list li h2 {
    margin-bottom: 14px;
  }
  .main-apply .apply-con .apply-list li .center-inner {
    height: auto;
  }
  .main-apply .apply-con .apply-list li .left-text {
    width: 63.9%;
  }
  .main-apply .apply-con .apply-list li .list-img {
    width: 28.12%;
  }
  .main-apply .apply-con .apply-list li .list-btn {
    font-size: 14px;
    margin: 8.5px 0 0;
  }

  /* application */
  .content-block.application {
    padding: 61.29px 0 103.4px;
  }
  .content-block.application .content-ttl {
    width: 82.59%;
  }
  .content-block.application .application-cont {
    width: 81.87%;
    max-width: none;
    padding: 24px 16px 0;
    margin-top: 31.33px;
    box-sizing: border-box;
  }
  .content-block.application .application-cont p.child:first-child {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .content-block.application .application-cont ul {
    width: 100%;
  }

  /* charm */
  .charm {
    padding: 73.85px 0 0;
    background: url('https://img.goo-net.com/cache/lp/search/kankoucp202508_kagawa/bg_kagawa_charm-sp.png') no-repeat;
    background-size: cover;
  }
  .charm .lignting {
    margin-top: 6px;
  }
  .charm .charm-con {
    width: 100%;
    padding: 0 25px 14px;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }
  .charm .charm-con .charm-pic {
    width: 98.16%;
    max-width: 319px;
    margin-top: -32.64px;
    margin-bottom: 39px;
  }
  .charm .charm-con .charm-main .charm-list {
    flex-direction: column;
  }
  .charm .charm-con .charm-main .charm-list .charm-item {
    width: 100%;
    padding-bottom: 14px;
  }
  .charm .charm-con .charm-main .charm-list .charm-item:nth-child(3) {
    padding-bottom: 14px;
  }
  .charm .charm-con .charm-main .charm-list .charm-item:nth-child(4) {
    padding-bottom: 0;
  }
  .charm .charm-con .charm-main .charm-list .charm-item .title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-weight: 600;
    margin-bottom: 9px;
  }
  .charm .charm-con .charm-main .charm-list .charm-item .title span {
    font-weight: 300;
    padding-left: 0;
  }
  .charm .charm-con .charm-main .charm-list .charm-item .pic-list li {
    width: 30.77%;
  }
  .charm .charm-con .charm-main .charm-list .charm-item .pic-list .pic {
    margin-bottom: 6.5px;
  }
  .charm .charm-con .charm-main .charm-list .charm-item .pic-list .text {
    background-position: 95% 3px;
    background-size: 16px auto;
    margin-left: -21px;
  }
  .charm .charm-con .charm-main .charm-list .charm-item .pic-list li:nth-child(2) .text,
  .charm .charm-con .charm-main .charm-list .charm-item .pic-list li:last-child .text {
    background-position: 95% 3px;
    background-size: 16px auto;
  }

  /* rediscover */
  .rediscover {
    width: 90.67%;
    flex-direction: column;
    border-radius: 8px;
    margin-top: 37px;
  }
  .rediscover.mb155 {
    margin-top: 40px;
    margin-bottom: 72px;
  }
  .rediscover .left {
    width: 100%;
  }
  .rediscover .right {
    padding: 12px 0 16.8px;
  }
  .rediscover .right .title {
    width: 75%;
    padding: 0 0 12px;
  }
  .rediscover .right .rediscover-button {
    width: 88.02%;
    font-size: 16px;
    padding: 12px 0;
  }
  .rediscover .right .prompt {
    width: 65.6%;
    margin: 9px 0 0;
  }

  /* healthy */
  .healthy {
    padding-top: 49px;
    margin-bottom: 3px;
  }
  .healthy h3 {
    width: 99.56%;
    margin-bottom: 40.39px;
  }
  .healthy .healthy-main dt {
    width: 100%;
    aspect-ratio: 34 / 19;
    height: auto;
    margin-bottom: 26.68px;
  }
  .healthy .healthy-main .healthy-list {
    flex-direction: column;
    gap: 24px;
  }
  .healthy .healthy-main .healthy-list li {
    width: 100%;
    padding: 19px 16px 32px;
  }
  .healthy .healthy-main .healthy-list li .list-top {
    width: 92%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
    line-height: 22px;
    color: #e00923;
    font-weight: 600;
    line-height: 24px;
    margin: 0 auto;
  }
  .healthy .healthy-main .healthy-list li .list-top img {
    width: 55.64px;
    align-self: flex-start;
  }
  .healthy .healthy-main .healthy-list li .list-top p {
    text-align: left;
    margin-left: 14.36px;
  }
  .healthy .healthy-main .healthy-list li h3 {
    font-size: 28px;
    line-height: 42px;
    font-weight: 600;
    color: #e00923;
    margin: 3px 0 18px;
  }
  .healthy .healthy-main .healthy-list li .list-middle {
    margin: 18px 0 26px;
  }
  .healthy .healthy-main .healthy-list li .list-middle p {
    margin-bottom: 8px;
  }
  .healthy .healthy-main .healthy-list li .list-middle .circle:before {
    top: 8px;
    transform: translateY(0);
  }
  .healthy .healthy-main .healthy-list li .list-btn-con {
    padding-right: 0;
  }
  .healthy .healthy-main .healthy-list li .list-btn-con .list-btn {
    width: 93.84%;
    padding: 8px 0;
  }

  /* float */
  .float .float-btn {
    width: 81.34%;
    width: 305px;
  }

  /* popup */
  .popup-main {
    width: 92.27%;
  }
  .popup-main .name {
    font-weight: 500;
    padding: 10px 0 7px 16px;
  }
  .popup-main .name .small-name {
    font-size: 14px;
  }
  .popup-main .name .big-name {
    font-size: 20px;
    line-height: 32px;
  }
  .popup-main .mySwiper {
    margin: 12px 19px 0 16px;
  }
  .popup-main .popup-bottom {
    padding: 0 19px 18px 16px;
  }
  .popup-main .popup-bottom .home-page {
    padding: 9px 0;
  }

   /* footer */
   .o-footer__nav {
    background: #9f9f9f;
    padding: 20px 10px 10px;
    font-size: 12px;;
  }
  .o-footer__nav .m-nav__item {
    display: inline-block;
    width: 49%;
    margin-right: 0;
    margin-bottom: 18px;
    position: relative;
    padding-left: 14px;
    line-height: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .o-footer__nav .m-nav__item a {
    color: #fff;
  }
  .o-footer__nav .m-nav__item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .o-footer__logo {
    padding: 18px 0;
    background: #fff;
    text-align: center;
  }
  .o-footer__logo img {
    width: 238px;
  }
  /* o-modal */
  .o-modal__inner {
    width: 80%;
    height: 180px;
  }
  .o-modal__inner iframe {
    height: 180px;
  }
  /* ready-page */
  .ready-main-area {
    margin: 48px 0 62px;
  }
  .ready-main-area .ready-prompt {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .ready-main-area h1 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media screen and (max-width: 320px) {
  .menu-icon {
    width: 36px;
    height: 36px;
    top: 8px;
    right: 2%;
  }
  .content-banner .menu-con .menu-main {
    font-size: 13px;
    padding: 24px;
  }
  .content-banner .menu-con .menu-main .menu-list {
    width: 86.7%;
  }
  .content-banner .menu-con .menu-main .menu-btn {
    padding: 22px 0 20px 9.6%;
  }
}

@media (any-hover: hover) {
  .main-shikoku .shikoku-con .con-right .list-item:hover {
    opacity: 0.7;
  }
  .main-shikoku .shikoku-con .con-right .list-item .list-main .more:hover {
    background: rgba(255, 254, 227, 0.8);
    color: #62a34b;
    border-color: #62A34B;
  }
  .main-shikoku .shikoku-con .con-right .list-item .list-main .more:hover span:after,
  .main-shikoku .shikoku-con .con-right .list-item .list-main .more:hover span:before {
    background: #62a34b;
  }
  /* .main-apply .apply-con .apply-list li .list-btn:hover {
    background: transparent;
    color: #62a34b;
  }
  .main-apply .apply-con .apply-list li .list-btn:hover:after {
    border-right: 1px solid #62a34b;
    border-bottom: 1px solid #62a34b;
  } */
  .toggleBtn:hover {
    color: #62a34b;
    background: #fff
  }
  .toggleBtn:hover:after {
    border-color: #62a34b
  }
  .healthy .healthy-main .healthy-list li .list-btn-con .list-btn:hover {
    background: transparent;
    color: #ef3626;
  }
  
}

@media screen and (orientation: landscape) {
  .popup-main .scroll-sp {
    max-height: calc(100vh - 65px);
    overflow-y: scroll;
  }
  .popup-main .scroll-sp::-webkit-scrollbar {
    display: none;
  }
}

.banner.disPC {
  position: relative;
}

.close-module {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  /* padding: 60px 0; */
}

.close-module .close-main {
  max-width: 820px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
}

.close-module .banner-logo {
  display: block;
  width: 114px;
  position: absolute;
  top: 63px;
  left: 133.5px;
}

@media screen and (max-width: 768px) {
.close-module .close-main {
    max-width: 100%;
    width: 90%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
  }

  .close-module .banner-logo {
    display: block;
    width: 88px;
    position: absolute;
    top: 2%;
    left: 2%;
  }

}