@charset "UTF-8";

p.message {
  max-width: 1080px;
  width: 96%;
  margin: 20px auto 0;
  font-size: 14px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  p.message {
    margin-top: 60px;
  }
}

/*ALERT*/

.alert a {
  display: block;
  text-decoration: none;
  margin: 40px auto 40px;
  padding: 50px 20px;
  width: 1080px;
  color: #c00;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  border: 2px solid #c00;
  box-sizing: border-box;

  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.alert a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1080px) {
  .alert a {
    margin-top: 80px;
    margin-bottom: 50px;
    padding: 30px 10px;
    width: 94%;
    font-size: 16px;
  }
}

#h_logo {
  /* height: 90px;
  margin-top: 40px; */
  /* padding-top: 8px; */
}

@media screen and (max-width: 767px) {
  #h_logo img {
    width: 72px;
  }
}

@media screen and (min-width: 1081px) {
  #h_logo {
    /* height: 80px; */
    margin-top: 0;
    padding-top: 0;
  }
}

.top_visual {
  background: #f1f1f1;
  overflow: hidden;
  position: relative;
  opacity: 0;

  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.top_visual .circle {
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: 555;
}

.top_visual .circle a {
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.top_visual .circle a:hover {
  opacity: 0.7;
}

.top_visual .top_inner {
  position: relative;
  display: flex;
  padding: 20px 0;
  max-width: 960px;
  width: 92%;
  margin: 0 auto;
}

.top_visual .catch_img {
  position: relative;
  z-index: 11;
}

.top_visual > canvas {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;

  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;

  filter: blur(2px);
}

.top_visual .catch_video {
  position: relative;
  z-index: 1;
}

.top_visual .catch_video video {
  position: absolute;
  visibility: hidden;
}

.top_visual .catch_video canvas {
  position: absolute;
  z-index: 4;
}

#buffer {
  visibility: hidden;
}

.top_visual > canvas {
  opacity: 0;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}

.loaded .top_visual,
.ending .top_visual {
  opacity: 1;
}

.loaded .top_visual .catch_img,
.ending .top_visual .catch_img {
  opacity: 1;
}

.loaded .top_visual > canvas,
.ending .top_visual > canvas {
  opacity: 0.8;
}

.top_catch.small {
  position: relative;
  box-shadow: 0 -40px 50px rgba(255, 255, 255, 1);
  z-index: 10;
}

@media screen and (max-width: 1080px) {
  .top_visual .catch_img {
    width: 70%;
    left: -3%;
  }

  .top_visual .catch_img img {
    width: 100%;
    height: auto;
  }

  .top_visual .catch_video {
    position: absolute;
    width: 90%;
    top: 4%;
    right: -80px;
  }
  .top_visual #output {
    width: 100%;
    margin-top: -4%;
  }
}

@media screen and (min-width: 768px) {
  .top_visual .top_inner {
    max-width: 780px;
  }

  .top_visual .catch_img {
    margin-left: 5%;
  }
}

.top_catch {
  overflow: hidden;
  padding: 20px 0;
}
.top_catch.no-pd {
  padding: 0;
}

.top_catch.small {
  padding: 0;
}

.top_catch .box {
  width: 110%;
  margin-left: -5%;
  background: #e70b6b;
  padding: 30px 0;
  text-align: center;
  color: #fff;
}

.top_catch.small .box {
  padding: 10px 0;
}

.top_catch.rotation {
  margin-top: -40px;
  margin-bottom: -20px;
}

.top_catch.rotation .box {
  transform: rotate(-0.5deg);
}

.top_catch .catch {
  margin-bottom: 0;
  line-height: 160%;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 2px;
}

.top_catch .catch .bigger {
  font-size: 40px;
}
/*
.overflow_wrap{
	padding-bottom: 60px;
	margin-bottom: -60px;
	width: 100%;
	overflow: hidden;
} */

.keyvisual {
  height: 680px;
  position: relative;
  /* margin-bottom: 120px; */
}
.keyvisual .inner,
.keyvisual .slide,
.keyvisual .slide .slick-list,
.keyvisual .slide .slick-track {
  height: 100%;
}
.keyvisual .inner {
}
.keyvisual .slide {
}
.keyvisual .slide .slick-list {
}
.keyvisual .slide .slick-track {
}

.keyvisual .slide li.item {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  transition: none;
  height: 100%;
}
.keyvisual .slide li.item img {
  max-width: 760px;
  width: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  right: -50%;
  bottom: -50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 70%;
}

.keyvisual .slide li.item.num01 {
  background-image: url(../img/index/keyvisual/img01-bg.jpg);
}
.keyvisual .slide li.item.num01 img {
  height: 100%;
  margin-top: 10px;
}

/* .keyvisual .slide li.item.num02 {
	background-color: #FFFFD3;
}
.keyvisual .slide li.item.num02 img {
    height: 100%;
} */

.keyvisual .slide li.item.num03 {
  background-image: url(../img/index/keyvisual/img03-bg.jpg);
}
.keyvisual .slide li.item.num03 img {
  height: 80%;
}

.keyvisual .slide li.item.num04 {
  background-image: url(../img/index/keyvisual/img03-bg.jpg);
}
.keyvisual .slide li.item.num04 img {
  height: 76%;
}

.keyvisual .slide li.item.num05 {
  background-color: #f8e753;
}
.keyvisual .slide li.item.num05 img {
  height: 110%;
  margin-top: 35px;
}

.swiper-slide picture > * {
  aspect-ratio: 2600/1212;
}

@media screen and (max-width: 767px) {
  .swiper-slide picture > * {
    aspect-ratio: 375/520;
  }
}

.swiper-slide-link {
  position: relative;
}

.swiper-slide-link .link {
  position: absolute;
  top: 22%;
  right: 7%;
  display: block;
  width: 14.4%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  @media screen and (max-width: 767px) {
    top: 20%;
    right: 3%;
    width: 18.4%;
  }
}

.keyvisual .catch {
  background-color: #059f6b;
  transform: rotate(-3deg);
  text-align: center;
  position: absolute;
  width: 120%;
  left: -10%;
  bottom: -80px;
  z-index: 100;
}
.keyvisual .catch img {
  width: 280px;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .keyvisual {
    height: 590px;
    /* margin-bottom: 90px; */
  }
  .keyvisual .inner,
  .keyvisual .slide,
  .keyvisual .slide .slick-list,
  .keyvisual .slide .slick-track {
  }
  .keyvisual .inner {
  }
  .keyvisual .slide {
  }
  .keyvisual .slide .slick-list {
  }
  .keyvisual .slide .slick-track {
  }
  .keyvisual .slide li.item {
  }
  .keyvisual .slide li.item img {
  }

  .keyvisual .slide li.item.num01 {
  }
  .keyvisual .slide li.item.num01 img {
    width: 100%;
    margin-top: 5%;
  }
  .keyvisual .slide li.item.num02 {
  }
  .keyvisual .slide li.item.num02 img {
    width: 100%;
    height: auto;
  }
  .keyvisual .slide li.item.num03 {
  }
  .keyvisual .slide li.item.num03 img {
    height: auto;
    width: 100%;
  }
  .keyvisual .slide li.item.num04 {
  }
  .keyvisual .slide li.item.num04 img {
    height: auto;
    width: 88%;
  }
  .keyvisual .slide li.item.num05 {
  }
  .keyvisual .slide li.item.num05 img {
    margin-top: 30px;
    width: 100%;
    height: auto;
  }

  .keyvisual .catch {
    bottom: -60px;
  }
  .keyvisual .catch img {
    width: 180px;
    padding: 18px 0 16px;
  }
}

/* message */
.br-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .br-sp {
    display: block;
  }
}

.top_catch.small {
  z-index: inherit;
}

#message {
  padding-top: 97px;
  padding-bottom: 123px;
  position: relative;
  background-color: #f5f5f5;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #message {
    padding-top: 50px;
  }
}

#message::before {
  content: "";
  pointer-events: none;
  position: absolute;
  bottom: 0;
  right: 37px;
  display: block;
  /* width: 79.1%; */
  width: 58.1%;
  aspect-ratio: 1539/1002;
  background-image: url(../img/index/message-img.jpg);
  /* background-image: url(<?php echo $GLOBALS["theme_uri"]; ?>/img/index/message-img.jpg); */
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  #message::before {
    right: 0;
    width: 100%;
  }
}

#message .inner {
  position: relative;
  max-width: 1104px;
  padding: 0 20px;
  margin: 0 auto;
}

#message .h_type01 {
  position: relative;
  margin-bottom: 79px;
  line-height: 1.66;
}

@media screen and (max-width: 767px) {
  #message .h_type01 {
    /* margin-bottom: 50px; */
    margin-bottom: 15px;
  }
}

#message .h_type01 .jp {
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  #message .h_type01 .jp {
    font-size: 16px;
  }
}

#message .scroll-area {
  overflow-y: scroll;
  height: 50vh;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent,
    black 20px,
    black calc(100% - 20px),
    transparent
  );
  mask-image: linear-gradient(
    to bottom,
    transparent,
    black 20px,
    black calc(100% - 20px),
    transparent
  );
}

#message .scroll-area::-webkit-scrollbar {
  display: none;
}

#message .text-wrapper {
  padding: 8px 0 14px;
}

@media screen and (max-width: 767px) {
  #message .text-wrapper {
    padding-top: 11px;
  }
}

#message .text {
  margin-bottom: 31px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.66;
}

@media screen and (max-width: 767px) {
  #message .text {
    margin-bottom: 14px;
    font-size: 14px;
  }
}

#message .text.large {
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 73px;
  font-weight: 600;
  font-size: 25px;
  line-height: 2;
  background: linear-gradient(
    transparent 60%,
    rgba(10, 195, 213, 0.5) 60%,
    rgba(10, 195, 213, 0.5) 90%,
    transparent 90%
  );
}

@media screen and (max-width: 767px) {
  #message .text.large {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}

#message .name {
  margin-top: 45px;
  font-size: 16px;
  line-height: 1.875;
}

#message .name span {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.66;
}

/* campaign-banner */
.campaign-banner {
  width: 94%;
  max-width: 1080px;
  margin: 60px auto 60px;
}
.campaign-banner img {
  width: 100%;
  transition: all 0.3s;
}
.campaign-banner a:hover img {
  opacity: 0.7;
}
.campaign-banner .main {
  margin: 30px auto;
  max-width: 600px;
}
.campaign-banner .sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* justify-content: center; */
  /* width: 90%; */
  margin: 0 auto;
  max-width: 950px;
}
.campaign-banner .sub li {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .top_visual .top_inner {
    padding-top: 60px;
  }
  .top_catch.rotation .box {
    transform: rotate(-5deg);
  }
  .top_catch.rotation {
    margin-bottom: -50px;
  }

  .top_catch .box {
    padding: 20px 0;
  }

  .top_catch .catch {
    font-size: 20px;
  }

  .top_catch .catch .bigger {
    font-size: 35px;
  }

  .top_visual .circle {
    position: absolute;
    right: -14px;
    bottom: 7px;
    z-index: 555;
    width: 38%;
  }

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

  .top_catch.small {
    width: 110%;
    margin-left: -5%;
    /* box-shadow: 0 -40px 20px 41px rgba(255,255,255,1); */
    margin-top: -20px;
    margin-bottom: -30px;
    transform: rotate(-3.5deg);
  }

  .top_catch .box {
    transform: none;
  }

  .top_catch .catch {
    font-size: 20px;
  }

  .campaign-banner {
    margin: 50px auto 0;
  }
  .campaign-banner .sub {
    flex-direction: column;
    width: 100%;
  }
  .campaign-banner .sub li {
    width: 100%;
    margin-bottom: 30px;
  }
  .campaign-banner .sub li:last-of-type {
    margin-bottom: 0px;
  }
}

/*voice */

section#voice {
  padding: 80px 0 120px;
  background: url(../img/index/bgpc.jpg) no-repeat 0 0;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  section#voice {
    padding-bottom: 50px;
    background-image: url(../img/index/bg.jpg);
  }
}

.voice_list {
  margin-top: -37px;
}

.voice_list .slick-dots {
  bottom: -11px;
}

/*blog */

section#blog {
  padding: 90px 0;

  background: #f5f5f5;
}

.slider_banner {
  padding-bottom: 90px;
  /* background: #F5F5F5; */
}

@media screen and (max-width: 767px) {
  section#blog {
    padding-bottom: 30px;
  }
  .slider_banner {
    padding-bottom: 40px;
    /* background: #F5F5F5; */
  }
}

/* services */

section#services {
  padding: 80px 0 100px;
}
section#services .inner960 {
}

section#services .h_type01 {
}

section#services .photo-set {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
  align-items: center;
}
section#services .photo-set .photo {
  width: 45%;
}
section#services .photo-set:nth-of-type(1) .photo {
  max-width: 414px;
}
section#services .photo-set:nth-of-type(2) .photo {
  max-width: 396px;
  order: 2;
}
section#services .photo-set:nth-of-type(3) .photo {
  max-width: 430px;
}
section#services .photo-set .photo img {
  width: 100%;
}

section#services .photo-set .txt {
  width: 50%;
}
section#services .photo-set .txt dl {
}
section#services .photo-set .txt dl dt {
  font-weight: bold;
  color: #0ac3d5;
  margin-bottom: 18px;
}
section#services .photo-set .txt dl dt span {
}
section#services .photo-set .txt dl dt .num {
  font-family: Roboto;
  font-size: 26px;
  border-right: solid 1px #0ac3d5;
  padding-right: 18px;
  margin-right: 18px;
}
section#services .photo-set .txt dl dt .title {
  font-size: 22px;
  letter-spacing: 0.1em;
}
section#services .photo-set .txt dl dd {
}
section#services .photo-set .txt dl dd p {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 26px;
}
section#services .photo-set .txt dl dd ul {
  background: #e6f9fb;
  padding: 20px 26px;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 26px;
}
section#services .photo-set .txt dl dd ul li {
}
section#services .photo-set .txt dl dd ul li:before {
  content: "■";
  color: #0ac3d5;
  font-size: 10px;
  padding-right: 4px;
}

.b_canclub {
  margin-top: 60px;
  text-align: center;
}
.b_canclub img {
  width: 400px;
}
@media screen and (max-width: 400px) {
  .b_canclub img {
    width: 100%;
  }
}
.b_canclub img:hover {
  opacity: 60%;
}

/* ~sp */
@media screen and (max-width: 767px) {
  section#services {
    padding: 100px 0 40px;
  }
  section#services .inner960 {
  }

  section#services .h_type01 {
  }

  section#services .photo-set {
    flex-direction: column;
    margin-bottom: 30px;
  }
  section#services .photo-set .photo {
    width: 100%;
    margin: 0 auto 10px;
  }
  section#services .photo-set:nth-of-type(1) .photo {
  }
  section#services .photo-set:nth-of-type(2) .photo {
    order: 0;
  }
  section#services .photo-set:nth-of-type(3) .photo {
  }
  section#services .photo-set .photo img {
  }

  section#services .photo-set .txt {
    width: 90%;
  }
  section#services .photo-set .txt dl {
  }
  section#services .photo-set .txt dl dt {
  }
  section#services .photo-set .txt dl dt span {
  }
  section#services .photo-set .txt dl dt .num {
    padding: 0 0 10px;
    margin: 0 0 10px;
    border: 0;
    border-bottom: solid 1px #0ac3d5;
    display: inline-block;
  }
  section#services .photo-set .txt dl dt .title {
    display: block;
    font-size: 20px;
    line-height: 1.2;
  }
  section#services .photo-set .txt dl dd {
  }
  section#services .photo-set .txt dl dd p {
  }
  section#services .photo-set .txt dl dd ul {
    text-indent: -14px;
    padding-left: 34px;
    line-height: 1.4;
  }
  section#services .photo-set .txt dl dd ul li {
    margin: 4px 0;
  }
  section#services .photo-set .txt dl dd ul li:before {
  }
}

/* price */

section#price {
  background: #cdf5f9;
  padding: 100px 0;
}
section#price .inner960 {
  background: #fff;
  padding: 80px 0;
}

section#price .h_type01 {
  margin-bottom: 30px;
}
section#price .center_text {
  margin-bottom: 40px;
}

section#price .block {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
section#price .block:before,
section#price .block:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  position: absolute;
  bottom: -20px;
}

section#price .block:before {
  width: 126px;
  height: 148px;
  background-image: url(../img/index/price-img01.png);
  left: 50px;
}
section#price .block:after {
  width: 130px;
  height: 148px;
  background-image: url(../img/index/price-img02.png);
  right: 50px;
}

section#price .block dl {
  width: 32%;
  max-width: 300px;
  margin: 0 2% 0;
}
section#price .block dl dt {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 26px;
  text-align: center;
  color: #fff;
  background: #0ac3d5;
  padding: 12px 0;
}
section#price .block dl dd {
  border: solid 2px #0ac3d5;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}
section#price .block dl dd .main {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.05em;
  display: block;
}
section#price .block dl:nth-of-type(2) dd .main {
  font-size: 22px;
}

section#price .block dl dd .main:after {
}
section#price .block dl dd .main span {
  font-size: 16px;
}
section#price .block dl dd .sub {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 26px;
}

/* ~sp */
@media screen and (max-width: 767px) {
  section#price {
    padding: 60px 0;
  }
  section#price .inner960 {
    padding: 40px 4%;
    box-sizing: border-box;
  }

  section#price .h_type01 {
  }
  section#price .center_text {
    margin-bottom: 20px;
  }

  section#price .block {
    flex-direction: column;
    padding-bottom: 110px;
  }

  section#price .block:before {
    left: 0;
    transform: scale(0.8);
    transform-origin: bottom;
  }
  section#price .block:after {
    right: 0;
    transform: scale(0.8);
    transform-origin: bottom;
  }

  section#price .block dl {
    width: 100%;
    margin: 0 auto 20px;
  }
  section#price .block dl dt {
    padding: 6px 0;
  }
  section#price .block dl dd {
    padding: 10px 0;
  }
  section#price .block dl dd .main {
  }
  section#price .block dl dd .main:after {
  }
  section#price .block dl dd .sub {
  }
}

/*instagram */

section#instagram {
  padding: 90px 0;

  background: #f2feff;
}

.feed_block {
  margin-bottom: 50px;
}

/* #sbi_load{
	display: none;
} */

@media screen and (max-width: 767px) {
  section#instagram {
    padding: 50px 0;
  }

  .feed_block {
    margin-bottom: 20px;
  }
  /*
	#sb_instagram.sbi_col_10 #sbi_images .sbi_item, #sb_instagram.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_col_6 #sbi_images .sbi_item, #sb_instagram.sbi_col_7 #sbi_images .sbi_item, #sb_instagram.sbi_col_8 #sbi_images .sbi_item, #sb_instagram.sbi_col_9 #sbi_images .sbi_item{
		width: 33.33333%;
		padding: 1px!important;
	}
	*/
}

/*news */

section#news {
  padding: 90px 0;
}

section#news .cat-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  gap: 0 20px;
  margin-bottom: 40px;
}
section#news .cat-list li {
  cursor: pointer;
}
section#news .cat-list li.active {
  color: #e7276b;
}

/* ~sp */
@media screen and (max-width: 767px) {
  section#news .cat-list {
    gap: 0;
    justify-content: space-between;
    width: 96%;
    margin: 0 auto 40px;
    font-size: 14px;
  }
  section#news .cat-list li {
    width: 46%;
    margin-bottom: 4%;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
  }
}

.news_list {
  border-top: none;
}
.news_list ul {
  display: none;
}
.news_list ul.active {
  display: block;
}

.news_list .title {
  position: relative;
}

@media screen and (max-width: 767px) {
  section#news {
    padding: 50px 0 28px;
  }
}

/*movie */

section#movie {
  padding: 90px 0;
  background-color: #fff954;
  background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 2px,
    rgba(255, 255, 255, 0.5) 2px,
    rgba(255, 255, 255, 0.5) 11px
  );
}

.video_box {
  text-align: center;
}

.video_box iframe,
.video_box video {
  max-width: 100%;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  section#movie {
    padding: 50px 0 56px;
  }
}

@media screen and (min-width: 1081px) {
  footer {
    margin-top: 0;
    background: #fff;
  }
}

@media screen and (max-width: 1080px) {
  footer {
    margin-top: 0;
    padding: 25px 0 0px;
    border-bottom: 2px solid #d6d6d6;
    height: auto;
    box-sizing: border-box;
    background: #fff;
  }
}

.slider_banner {
  margin-bottom: 0;
}

.button_banner {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 660px;
  min-height: 540px;
  width: 100%;
  margin: 0 auto;
  background: url(../img/index/button_bg1.png) no-repeat 50% 0,
    url(../img/index/button_bg2.png) no-repeat 50% 100%;
}

.button_banner .inner_box {
}

.button_banner .inner_box .text {
  font-family: "Yu Mincho";
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 160%;
  text-align: center;
  color: #d86f7c;
}

.button_banner .inner_box .color_button {
  position: relative;
  width: 290px;
  height: 61px;
  border-radius: 4px;
  background: #d86f7c;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;

  font-family: "Yu Mincho";
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  border: 0.1px solid #fff;
  text-decoration: none;

  -webkit-transition: 0.3s;
  transition: 0.3s;
  -o-transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .button_banner .inner_box .color_button:hover {
    opacity: 0.8;
  }
}

.button_banner .inner_box .color_button:after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  top: 0;
  bottom: 0;
  right: 26px;
  margin: auto;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .button_banner {
    background-size: 100% auto;

    min-height: 400px;
    margin-bottom: 80px;
    margin-top: 40px;
  }
  .button_banner .inner_box .text {
    font-size: 27px;
  }
}
.slider-area img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .slider-area + .top_catch {
    margin-top: 13px;
    box-shadow: none;
  }
}

.event-banner {
  max-width: 1080px;
  width: 1080px;
  margin: 60px auto;
}

.event-banner a:link,
.event-banner a:visited {
  transition: opacity 0.3s;
}

.event-banner a:hover,
.event-banner a:focus {
  opacity: 0.8;
}

.event-banner a {
  width: 100%;
}
.event-banner a img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .event-banner {
    width: 90%;
    max-width: 90%;
    margin: 30px auto;
    margin-bottom: 0;
    margin-top: 40px;
  }
  .event-banner a img {
    content: url(../img/events/banner-sp.jpg);
  }
}
