@charset "utf-8";


/* ============================== common ============================== */
/* 左右の余白は
　PCヘッダー：40px
　SP：8px */

body {
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  color: #333;
}

.hiragino {
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}

.cormo {
  font-family: 'Cormorant Garamond', serif;
}

p {
  font-size: 18px;
  line-height: 2;
}


img {
  vertical-align: bottom;
}

a:hover {
  opacity: .6;
}

a {
  text-decoration: none;
  color: #333;
  transition: .5s;
}

li,ul {
  list-style: none;
}

.pc-mode {
  display: inline-block;
}

.sp-mode {
  display: none;
}

.blue {
  color: #C5E7FF;
}

.purple {
  color: #E6EBFF;
}

.pink {
  color: #F7E6E6;
}

.blue_back {
  background-color: #C5E7FF;
}

.purple_back {
  background-color: #E6EBFF;
}

.pink_back {
  background-color: #F7E6E6;
}

.blue_back2 {
  background-color: #8ED2FF;
}

.purple_back2 {
  background-color: #B2C1FF;
}

.pink_back2 {
  background-color: #E9BDBD;
}

.fs08em {
  font-size: 0.8em;
}

.fs2em {
  font-size: 2em;
}

.fs3em {
  font-size: 3em;
}

footer {
  text-align: center;
  margin-top: 200px;
  margin-bottom: 200px;
}

.close_btn {
  background: #C5E7FF;
  border-radius: 5px;
  padding: 16px;
  transition: .5s;
  color: #333;
}

.close_btn:hover {
  opacity: .6;
}

@media (max-width:450px) {

  .pc-mode {
    display: none;
  }
  
  .sp-mode {
    display: block;
  }
}



/* ============================== カルーセル ============================== */

#carousel {
  box-sizing: border-box;
}

#carousel #demo {
  margin-top: 24px;
}

.wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  overflow-x: hidden;
}
@media (max-width: 450px) {
  .wrapper {
    padding: 0 20px;
  }
}

#carousei h1 {
  font-weight: normal;
}

#carousel p {
  text-align: center;
  font-weight: normal;
  margin-top: 120px;
  margin-bottom: 8px;
  font-size: 20px;
}

.carousel-wrapper {
  position: relative;
}

.carousel {
  height: 540px;
}

.item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 540px;
  text-align: center;
  color: #333;
  font-size: 32px;
  font-weight: bold;
}

.item_blue {
  background: #8ED2FF;
}
.item_purple {
  background: #B2C1FF;
}
.item_pink {
  background: #E9BDBD;
}
.item_green {
  background: #8EFFA3;
}

.swiper-container {
  position: relative;
  overflow: hidden;
}
.swiper-container.visible {
  overflow: visible;
}
.sample-swiper-cards {
  padding: 0 50px;
}



/* ============================== アコーディオン ============================== */

#accordion {
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  width: 800px;
  margin: 0 auto;
}

#accordion ul{
  width: 350px;
  padding: 0;
  color: #333;
  margin: 0 0 80px 0;
}

#accordion li{
  list-style: none;
}

#accordion ul ul{
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: .5s;
  margin:0;
}

#accordion ul li li{
  padding: 16px 10px 16px 10px;
  margin-left: 18px;
}

#accordion button{
  position: relative;
  border: none;
  width: 100%;
  color: #333;
  cursor: pointer;
  text-align: left;
  padding: 15px 0 15px 20px;
  font-size:1em;
}

#accordion ul.tate01 button {
  background: #B2C1FF;
}

#accordion ul.tate01 button:hover {
  background: #7F99FF;
}

#accordion ul.tate01 ul{
  border-top: 1px solid #E6EBFF;
  background-color: #E6EBFF;
}

#accordion button::after,
#accordion button::before{
  content:"";
  position: absolute;
  top: 20px;
  width: 1.5px;
  height: 8px;
  background-color: #fff;
  transition: .5s;
}

#accordion button::before{
  transform: rotate(-45deg);
  right: 35px;
}

#accordion button::after{
  transform: rotate(45deg);
  right: 30px;
}

#accordion li.active button::before{
  transform: rotate(-135deg);
  transition:.5s;
}
#accordion li.active button::after{
  transform: rotate(135deg);
  transition:.5s;
}

#accordion ul.tate02 button {
  background: #E9BDBD;
}

#accordion ul.tate02 button:hover {
  background: #DD9797;
}

#accordion ul.tate02 ul {
  border-top: 1px solid #F7E6E6;
  background: #F7E6E6;
}

#accordion ul.tate02 li li {
  border-bottom: 1px dotted #E9BDBD;
}

#accordion ul.tate02 li.active li:last-child {
  border-bottom: none;
}

#accordion ul.active{
  overflow-y: auto;
}

.tate {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 800px;
  margin: 0 auto;
}

#accordion ul.yoko01 {
  width: 100%;
}

.yoko {
  margin-top: 80px;
  margin-bottom: 64px;
}

#accordion ul.yoko01 button {
  background: #8ED2FF;
}

#accordion ul.yoko01 button:hover {
  background: #5BBDFF;
}

#accordion ul.yoko01 ul {
  border-top: 1px solid #C5E7FF;
  background: #C5E7FF;
}

#accordion ul.yoko01 li li {
  border-bottom: none;
  margin: 0;
  padding: 16px;
}

.aco_img_wap {
  display: flex;
  justify-content: space-between;
}

.aco_img {
  width: 100%;
}

.aco_img img {
  width: 100%;
}

@media (max-width:450px) {

  #accordion {
    width: 90vw;
  }

  #accordion ul{
    width: 100%;
  }

  .tate {
    display: block;
    width: 100%;
  }

  .aco_img_wap {
    display: block;
  }
}


/* ============================== フワッと出現 ============================== */

#fuwatto {
  width: 800px;
  margin: 0 auto;
}

.fuwatto_wap {
  width: 300px;
}

.fuwatto_wap.hidari {
  margin: 0 auto 80px 0;
}

.fuwatto_wap.migi {
  margin: 0 0 80px auto;
}

.fuwatto_wap.chuo {
  margin: 0 auto 80px auto;
}

.fuwatto_wap p {
  line-height:200px;
  text-align: center;
}

.order {
  display: flex;
  justify-content: space-between;
}

.order .fuwatto_wap {
  width: 240px;
}

.animate {
  opacity: 0;
  transition: opacity 1s, transform 1s;
}

.animate.up {
  transform: translateY(100px);
}

.animate.right {
  transform: translateX(150px);
}

.animate.left {
  transform: translateX(-150px);
}

.animate.appear {
  opacity: 1;
  transform: none;
}

.animate.d01 {
  transition-delay: 0s
}

.animate.d02 {
  transition-delay: .25s
}

.animate.d03 {
  transition-delay: .5s
}

.animate.bye {
  transition: opacity 1s, transform 5s;
  transform: translateX(-500px);
}

.animate.bye.appear {
  opacity: 1;
  transform: translateX(1500px);
}

/* ============================== スクロール促す矢印 ============================== */
.cp_arrows *,
.cp_arrows *:before,
.cp_arrows *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.arrows_wap {
  height: 50vh;
  margin: 25vh 0 25vh 0;
}

.cp_arrows {
	position: relative;
	display: flex;
	height: 300px;
	margin: 0 auto ;
	justify-content: center;
	align-items: center;
}

.cp_arrows p {
  text-align: center;
  margin-top: -100px;
  font-size: 22px;
}

.cp_arrows .cp_arrow {
	position: absolute;
	top: 50%;
	left: 48%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
	opacity: 0;
}

.cp_arrows .cp_arrowfirst {
	-webkit-animation: arrow-move08 2s ease-in-out infinite;
	        animation: arrow-move08 2s ease-in-out infinite;
}

.cp_arrows .cp_arrowsecond {
	-webkit-animation: arrow-move08 2s 1s ease-in-out infinite;
	        animation: arrow-move08 2s 1s ease-in-out infinite;
}

.cp_arrows .cp_arrow:before,
.cp_arrows .cp_arrow:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 30px;
	height: 3px;
	content: '';
	background: #5BBDFF;
}

.cp_arrows .cp_arrow:before {
	-webkit-transform: rotate(30deg) translateX(-39%);
	        transform: rotate(30deg) translateX(-39%);
	-webkit-transform-origin: top left;
	        transform-origin: top left;
}

.cp_arrows .cp_arrow:after {
	-webkit-transform: rotate(-30deg) translateX(39%);
	        transform: rotate(-30deg) translateX(39%);
	-webkit-transform-origin: top right;
	        transform-origin: top right;
}

@-webkit-keyframes arrow-move08 {
	0% {
		top: 40%;
		opacity: 0;
	}
	70% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes arrow-move08 {
	0% {
		top: 40%;
		opacity: 0;
	}
	70% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@media (max-width:450px) {

  #fuwatto {
    width: 100vw;
  }

  .arrows_wap {
    margin: 25vh 0 50vh 0;
  }

  .fuwatto_wap {
    width: 230px;
  }

  .fuwatto_wap p {
    line-height:140px;
  }

  .order .fuwatto_wap {
    width: 30%;
  }

  .animate.bye {
    transition: opacity 1s, transform 3s;
    transform: translateX(-200px);
  }
  
  .animate.bye.appear {
    opacity: 1;
    transform: translateX(500px);
  }
}


/* ============================== タブメニュー ==============================  */
.tab {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 120px;
  padding: 10px;
}

/* タブメニュー */
.tab__menu {
  display: flex;
  align-items: flex-end; /* メニューを下揃え */
  justify-content: center;
  min-height: 50px; /* メニュー切替時にタブがズレないように */
  padding: 0;
  margin: 0;
}

.tab__menu-item {
  list-style: none;
  width: 200px;
  padding: 8px 5px; /* メニューに高さを付ける */
  text-align: center;
  margin-right: 6px;
  background-color: #cdcdcd;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
  transition: all .3s; /* アニメーション */
}

.tab__menu-item:last-of-type {
  margin-right: 0px;
}

/* is-activeがついている時のスタイル */
.tab__menu-item.is-active {
  color: #888;
  padding: 12px 5px;
}

.tab__menu-item.blue_t.is-active {
  background-color: #C5E7FF;
}

.tab__menu-item.purple_t.is-active {
  background-color: #E6EBFF;
}

.tab__menu-item.pink_t.is-active {
  background-color: #F7E6E6;
}

/* タブパネル */
.tab__panel {
 width: 100%;
}

.tab__panel-box {
  min-height: 400px;
  padding: 10px 30px;
  border-radius: 10px;
}

.tab__panel-box001 {
  background: #C5E7FF;
  display: none;
}

.tab__panel-box002 {
  background: #E6EBFF;
  display: none;
}

.tab__panel-box003 {
  background: #F7E6E6;
  display: none;
}

/* is-showがついている時のスタイル */
.tab__panel-box.is-show {
  display: block;
}

@media (max-width:450px) {

  .tab__panel-box {
    border-radius: 0px;
  }
}

/* ============================== ハンバーガーメニュー ============================== */

#open {
  position: fixed;
  top: 18px;
  right: 20px;
  background: rgba(255, 255, 255, 0.8);
  padding: 8px;
  z-index: 997;
  line-height: 1;
}

#open img {
  width: 30px;
  height: 25px;
}

#open.hide {
  display: none;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; /* メニュー以外をクリックしても閉じれる領域の確保 */
  z-index: 996;
  font-size: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .6s;
  pointer-events: none;
}

.overlay_inner {
  width: 400px;
  margin: 0px 0px 0px auto;
  background: #C5E7FF; /* メニュー以外をクリックしても閉じれる領域の確保 */
  border-radius: 5px;
}

.overlay.show {
  opacity: 1;
  pointer-events: auto;
}

.overlay a {
  color: #333;
}

.overlay ul {
  padding-top: 56px;
  padding-bottom: 32px;
}

.overlay li {
  padding: 16px;
  text-align: center;
}

.overlay li span {
  opacity: 0;
  display: inline-block;
  transform: translateY(32px);
}

.overlay li span.d01 {
  transition: opacity .6s, transform .6s;
}

.overlay li span.d02 {
  transition: opacity .8s, transform .8s;
}

.overlay li span.d03 {
  transition: opacity 1s, transform 1s;
}

.overlay li span.d04 {
  transition: opacity 1.2s, transform 1.2s;
}

.overlay li span.d05 {
  transition: opacity 1.4s, transform 1.4s;
}

.overlay li span.d06 {
  transition: opacity 1.6s, transform 1.6s;
}

.overlay li span.d07 {
  transition: opacity 1.8s, transform 1.8s;
}

.overlay li span.d08 {
  transition: opacity 2s, transform 2s;
}

.overlay.show li span {
  opacity: 1;
  transform: none;
}

.overlay #close {
  position: absolute;
  top: 18px;
  right: 27px;
}

#close img {
  width: 30px;
}

.hb_desc {
  text-align: center;margin-top: 200px;
}

@media (max-width:450px) {

  .overlay {
    width: 100vw;
    height: 100%; /* メニュー以外をクリックしても閉じれる領域の確保 */
  }

  .overlay_inner {
    width: 100vw;
    margin: 0;
    border-radius: 0px;
  }

}


/* ============================== モーダルウィンドウ ============================== */

.layer {
  background: rgba(0, 0, 0, .2);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s linear, visibility .5s linear, z-index .5s linear;
}

.layer.is-open {
  z-index: 999;
  opacity: 1;
  visibility: visible;
}

.layer.is-open .modal{
  opacity: 1;
  visibility: visible;
}

.modal__button-wrap {
  position: absolute;
  right: 10px;
  top: -20px;
  display: inline-flex;
}

.close-button {
  position: relative;
  width: 39px;
  height: 39px;
  background: #B2C1FF;
  border-radius: 50%;
  padding: 0;
  border: transparent;
  cursor: pointer;
}

.close-button span {
  width: 25px;
  height: 2px;
  background: #fff;
  display: inline-block;
  position: absolute;
  left: calc(50% - 12px);
  top: 50%;
  border-radius: 20px;
}

.close-button span:nth-child(1) {
  transform: rotate(45deg) translate(-1px, -1px);
}

.close-button span:nth-child(2) {
  transform: rotate(-45deg) translate(1px, -1px);
}

.modal {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 600px;
  opacity: 0;
  visibility: hidden;
  transition:  visibility .3s linear, opacity .3s linear;
}

.modal__inner {
  margin-top: 125px;
  margin-bottom: 125px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 13px;
  display: block;
  padding: 21px 8px 21px;
  height: auto;
}

.modal__content {
  padding-top: 15px;
  padding-bottom: 23px;
  text-align: center;
  line-height: 2;
}

.modal__button-area {
  max-width: 843px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 17px;
  padding-top: 15px;
}

.button {
  background: #B2C1FF;
  border-radius: 12px;
  box-shadow: 2px 4px 6px 3px rgba(0, 0, 0, .24);
  /* border: 1px solid #B2C1FF; */
  font-size: 16px;
  line-height: 1.6;
  display: block;
  padding: 12px 20px;
  color: #333;
  text-align: center;
  cursor: pointer;
  margin: 200px auto;
  width: 200px;
}

@media (max-width:450px) {

  .modal {
    width: 90vw;
  }

}


/* ============================== ローディング ============================== */

#loading {
  text-align: center;
}

.loader_wap {
  background: #c2c2c2;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  animation: minutes 1s forwards;
  animation-delay: 3s;
}
@keyframes minutes {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

.loader {
  margin: 100px auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  left: 48%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}

.reload_btn {
  background: #C5E7FF;
  border-radius: 5px;
  padding: 16px;
  transition: .5s;
  margin-top: 100px;
}

.reload_btn:hover {
  opacity: .6;
}


/* ============================== ボタン ============================== */

#button {
  font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  width: 1000px;
  margin: 0 auto;
}

.btn_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.btn_wap {
  width: 33%;
  padding: 5% 1% 5% 1%;
  height: 200%;
  box-sizing: border-box;
}

.btn_wap  button {
  width: 100%;
  line-height: 3;
  font-size: 18px;
  background: #8ED2FF;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 8px 5px -5px #888;
}


.btn01 button {
  position: relative;
  overflow: hidden;
}
.btn01 button::after {
  content: '';
  position: absolute;
  top: -10%;
  left: -20%;
  width: 60px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes shiny {
  0% { left: -20%; }
  25% { left: 120%; }
  100% { left: 120%; }
}


.btn02 button {
  animation: blinkOpacity 1s ease-in-out infinite alternate;
}
@keyframes blinkOpacity {
  0% { opacity: .1; }
  100% { opacity: 1; }
}


.btn03 button:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: none;
}


.btn04 button {
  animation: pyonpyon 3s infinite ease;
  box-shadow: none;
}
@keyframes pyonpyon {
	/*20%と30%のtranslateの値を変えることで跳ねる高さを変えられる*/
	0% { transform: translate(0, 0); }
	5% { transform: translate(0, 0); }
	10% { transform: translate(0, 0); }
	20% { transform: translate(0, -15px); }
	25% { transform: translate(0, 0); }
	30% { transform: translate(0, -15px); }
	50% { transform: translate(0, 0); }
	100% { transform: translate(0, 0); }
}


.btn05 button {
  animation: buruburu 0.2s infinite linear alternate;
}
@keyframes buruburu {
	/*translateの中の値を変えることでブルブルの大きさを変えられる*/
	0% { transform: translate(-2px, 0)rotate(-1deg); }
	50% { transform: translate(0, -1px)rotate(0deg); }
	100%{ transform: translate(-2px, 0) rotate(1deg); }
}


.btn06 {
  position: relative;
}


.btn06 button {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  animation: balloon .6s infinite alternate;
}
@keyframes balloon {
  0% {
    font-size: 1em;
    line-height: 3;
    width: 100%;
  }
  100% {
    font-size: 1.1em;
    line-height: 3.5;
    width: 105%;
  }
}


.btn07 button{
  border: 2px solid #8ED2FF;
  transition: .4s;
}
.btn07 button:hover{
  background: #fff;
  border-color: #8ED2FF;
  color: #8ED2FF;
}


.btn08 {
  position: relative;
  overflow: hidden;
}
.btn08 button {
  background: #8ED2FF;
}
.btn_text {
  position: absolute;
  left: 0;
  display: block;
  width: 100%; /* 横幅をボタンと同じにする */
  text-align: center; 
  transition: all 0.3s;
}
.btn_text:nth-child(1) {
  top: 32%;
}
.btn_text:nth-child(2) {
  top: -100%;
}
.btn08 button:hover .btn_text:nth-child(1) {
  top: 100%;
}
.btn08 button:hover .btn_text:nth-child(2) {
  top: 32%;
}

.btn09 button {
  overflow: hidden;
  position: relative;
  background-color: #8ED2FF;
}
.btn09 button span {
  position: relative; 
  z-index: 1;
}
.btn09 button:after {
  content: "";
  position: absolute;
  left: 30%;
  top: 0;
  height: 600%;
  width: 160%;
  background: #B2C1FF;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
}
.btn09 button:hover:after {
  -webkit-transform: translateX(-20%) translateY(-25%) rotate(45deg);
  transform: translateX(-20%) translateY(-25%) rotate(45deg);
}


.btn10 button,
.btn10 button:after,
.btn10 button:before {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn10 {
  color: #ccc;
  font-size: 1.5em;
  font-weight: 300;
}
.btn10:hover {
  color: #8ED2FF;
}

.btn10 {
  transition: .5s;
}
.btn10 button {
  overflow: hidden;
  position: relative;
  color: #333;
  background: none;
  box-shadow: none;
  }
.btn10 button:before {
  background: #8ED2FF;
  content: '下からスッ！';
  height: 0;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
} 
.btn10 button:hover:before {
  color: #fff;
  height: 100%;
  border-bottom: #aaa 1px solid;
}


.btn11 button {
  background: #fff;
  color: #8ED2FF;
  border: #8ED2FF 2px solid;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.btn11 button span {
  position: relative;
  left: 0;
  transition: all .35s ease-Out;
}
.arrow {
  width: 100%;
  height: 100%;
  background: #8ED2FF;
  color: #fff;
  left: -320px;
  position: absolute;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .35s ease-Out;
  bottom: 0;
}
.btn11 button:hover .arrow {
  left: 0;
}
.btn11 button:hover span {
  left: 250px;
}


.btn12 button{
  color: #fff;
  outline: none;
  transition: .3s linear;
  box-shadow: none;
}
.btn12 button:hover {
  transform: rotateY(-20deg);
  box-shadow: 15px 0 15px -3px #00a8ff;
}


.btn13 button{
  color:#fff;
  position:relative;
  cursor:pointer;
  transition:.6s ease all;
  outline:none;
  border-radius: 0px;
  box-shadow: none;
}
.btn13 button:hover{
  background:#fff;
  color:#8ED2FF;
}
.btn13 button:before,button:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #8ED2FF;
  transition:400ms ease all;
}
.btn13 button:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.btn13 button:hover:before,
.btn13 button:hover:after{
  width:100%;
  transition:800ms ease all;
}


.btn14 button {
  background-color: #8ED2FF;
  position: relative;
  opacity: 1 !important;
  transition: all 0.3s;
  border-radius: 0px;
  box-shadow: none;
}
.btn14 button:before,
.btn14 button:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #8ED2FF;
  top: 0;
  pointer-events: none;
}
.btn14 button:before {
  left: 0;
  width: 0;
  height: 2px;
}
.btn14 button:after {
  right: 0;
  width: 2px;
  height: 0;
}
.btn14 button:hover {
  background-color: #FFF;
  color: #8ED2FF;
}
.btn14 button:hover:before {
  width: 100%;
  transition: width 0.2s 0.2s;
}
.btn14 button:hover:after {
  height: 100%;
  transition: height 0.1s 0.4s;
}
.btn14 button:hover span:before {
  width: 100%;
  transition: width 0.2s 0.5s;
}
.btn14 button:hover span:after {
  height: 100%;
  transition: height 0.1s 0.7s;
}
.btn14 button span:before,
.btn14 button span:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #8ED2FF;
  bottom: 0;
  pointer-events: none;
}
.btn14 button span:before {
  right: 0;
  width: 0;
  height: 2px;
}
.btn14 button span:after {
  left: 0;
  width: 2px;
  height: 0;
}


.btn15 button {
  position: relative;
  height: 54px;
  line-height: 54px;
  outline: none;
  background: none;
  border-radius: 0;
  box-shadow: none;
}

/*ボタン内側の設定*/
.btn15 button span {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  /* 重なりを3Dで表示 */
  transform-style: preserve-3d;
  transition: 0.4s;
}
/* 回転前 */
.btn15 button span:nth-child(1) {
  background: #8ED2FF;
  border: #8ED2FF 1px solid;
  transform: rotateX(0deg);/*はじめは回転なし*/
  transform-origin: 0 50%  -25px;/* 回転する起点 */
}

/*hoverをした後の形状*/
.btn15 button:hover span:nth-child(1) {
  transform: rotateX(90deg);/* X軸に90度回転 */
}
/* 回転後 */
.btn15 button span:nth-child(2) {
  background: #fff;
  color: #8ED2FF;
  border: #8ED2FF 1px solid;
  transform: rotateX(-90deg);/*はじめはX軸に-90度回転*/
  transform-origin: 0 50%  -25px;/* 回転する起点 */
}
/*hoverをした後の形状*/
.btn15 button:hover span:nth-child(2) {
  transform: rotateX(0deg);/* X軸に0度回転 */
}



@media (max-width:450px) {

  #button {
    width: 100%;
  }

  .btn_wap {
    width: 45%;
  }

  .btn06 button {
  top: 120%;
  }

  .btn_text:nth-child(1) {
    top: 20%;
  }
  .btn08 button:hover .btn_text:nth-child(2) {
    top: 20%;
  }

  .btn09 button:after {
    left: 0%;
  }

}