
.home, .blog {
	width: 183px;
}

.character {
	width: 295px;
}

#coming_soon {
	font-size: large;
	width: 25%;
    height: 150px;
	position: relative;
    display: block;
    margin: 5% auto;
  background: #B8FFF4;
  box-shadow: 0 2px 3px rgba(0,0,0,.22);
  padding: 22px 8px 22px 8px;
  background-color: #B8FFF4;
  background-size: 8px 100%,100% 2em;
  color: #FFB6C1;
  font-weight: bold;
  transform: rotate(3deg);
}

#coming_soon_title {
	font-size: x-large;
	text-align: center;
}

#coming_soon_title:before {
  position: absolute;
  content: "";
  top: 25px;
  width: 10%;
  height: 35px;
  opacity: 0.8;
  margin: -40px auto 10px -22px;
  background-color: #ffeaea;
  background-image:
  linear-gradient(-45deg, rgba(255,188,188,.5) 25%, transparent 25%, transparent 50%, rgba(255,188,188,.5) 50%, rgba(255,188,188,.5) 75%, transparent 75%, transparent 100%),
  linear-gradient(45deg, rgba(255,188,188,.5) 25%, transparent 25%, transparent 50%, rgba(255,188,188,.5) 50%, rgba(255,188,188,.5) 75%, transparent 75%, transparent 100%);
  background-size: 35px 35px;
  transform: rotate(3deg);
  transform: rotate(1deg);
  left: 10px;
  right: 10px;
  box-shadow:0 0 5px rgba(0,0,0,.2);
}

#coming_soon_title:after {
  position: absolute;
  content: "";
  top: 25px;
  width: 11%;
  height: 35px;
  opacity: 0.8;
  margin: -40px -22px 10px auto;
  background-color: #ffeaea;
  background-image:
  linear-gradient(-45deg, rgba(255,188,188,.5) 25%, transparent 25%, transparent 50%, rgba(255,188,188,.5) 50%, rgba(255,188,188,.5) 75%, transparent 75%, transparent 100%),
  linear-gradient(45deg, rgba(255,188,188,.5) 25%, transparent 25%, transparent 50%, rgba(255,188,188,.5) 50%, rgba(255,188,188,.5) 75%, transparent 75%, transparent 100%);
  background-size: 35px 35px;
  transform: rotate(3deg);
  left: 10px;
  right: 10px;
  box-shadow:0 0 5px rgba(0,0,0,.2);
}

#coming_soon p {
  margin: 0;
  padding: 0;
  text-align: center;
  color: gray;
}
.go_form {
	width: 90px;
	animation: swing 3s ease-in-out infinite;
}
@keyframes swing {
    20% {
        transform: rotate(15deg)
    }
    40% {
        transform: rotate(-10deg)
    }
    60% {
        transform: rotate(5deg)
    }
    80% {
        transform: rotate(-5deg)
    }
    100% {
        transform: rotate(0deg)
    }
}

/*以下小さい画面用*/
@media (min-width: 851px) and (max-width:1280px) {
  #img_logo {
	background: url(../img/logo.png) no-repeat center top;
    background-size: 715px auto;
	height: 60px;
	width: 720px;
	margin: 5px 0 0;
  }
  .logo_spase {
	right: 1%;
  }
  .logo_spase img {
    width: 42px;
    padding: 6px 19px;
    margin: 4px auto 0;
  }
  #title_image {
    /*background: url(../img/toripro_img.png) no-repeat center top;
    background-size: 600px auto;
    height: 235px;*/
    height: 30px;
  }
  #menu {
	height: 40px;
  }
  #menu::before {
    left: -2%;
  }
  .home, .blog {
    width: 150px;
  }
  .character {
    width: 249px;
  }
  #coming_soon {
    width: 42%;
  }
}

/*各種sns表示切替*/
.logo_for_phone {
	display: none;
}

/*以下スマホ用css*/

@media(max-width:620px){
  #img_logo {
	background: url(../img/logo_1.png) no-repeat center top;
    background-size: 385px auto;
	height: 60px;
	width: 380px;
	margin: 15px auto;
    overflow: hidden;
  }
  header {
	display: block;
	top: 15px;
	height: 80px;
	margin: 15px -10px 0;
	transform: rotate(-10deg);
	overflow: hidden;
  }
  .logo_for_phone {
	display: flex;
	position: relative;
	overflow: hidden;
	height: 23dvh;
	background: #B8FFF4;
	--mask:
	radial-gradient(34.99px at 50% 48px,#000 99%,#0000 101%) calc(50% - 60px) 0/120px 100%,
    radial-gradient(34.99px at 50% -18px,#0000 99%,#000 101%) 50% 30px/120px 100% repeat-x;
	-webkit-mask: var(--mask);
	mask: var(--mask);
  }
  .logo_spase {
	display: none;
  }
  .logo_spase_for_phone {
	background: none;
	margin: 75px auto 0;
	z-index: 5;
  }
  .logo_spase_for_phone img {
	width: 50px;
	padding: 6px 31px;
  }
  .logo_spase_for_phone .note_logo {
	width: 45px;
  }
  .logo_background_for_phone {
	position: absolute;
	top: 21px;
	margin: 0 auto;
	height: 100%;
	width: 100%;
	background: rgb(255 255 255 / 0.9);
	--mask:
	radial-gradient(34.99px at 50% 48px,#000 99%,#0000 101%) calc(50% - 60px) 0/120px 100%,
    radial-gradient(34.99px at 50% -18px,#0000 99%,#000 101%) 50% 30px/120px 100% repeat-x;
	-webkit-mask: var(--mask);
	mask: var(--mask);
  }
  #title_image {
	/*background: url(../img/toripro_img.png) no-repeat center top;
	background-size: 500px auto;
	height: 240px;*/
  height: 30px;
	overflow: hidden;
  }
  #menu {
	top: 115px;
	width: 90%;
	height: 45px;
	font-size: 24px;
	align-items: center;
	transform: rotate(2deg);
	opacity: 1;
  }
  #menu::before {
	left: -25px;
	overflow: hidden;
  }
  #menu::after {
	right: -25px;
	overflow: hidden;
  }
  .home, .blog {
	width: 92px;
  }
  .character {
	width: 143px;
  }
  #coming_soon {
	width: 80%;
	margin: 9% auto;
  }
}

/*以下タブレット用*/
@media (min-width: 621px) and (max-width:850px){
#img_logo {
	background: url(../img/logo.png) no-repeat center top;
    background-size: 710px auto;
	height: 60px;
	width: 715px;
	margin: 15px auto;
    overflow: hidden;
  }
  header {
	display: block;
	top: 11px;
	height: 80px;
	margin: 20px -10px 0;
	overflow: hidden;
  }
  .logo_for_phone {
	display: flex;
	position: relative;
	overflow: hidden;
	height: 23dvh;
	background: #B8FFF4;
	--mask:
	radial-gradient(34.99px at 50% 48px,#000 99%,#0000 101%) calc(50% - 60px) 0/120px 100%,
    radial-gradient(34.99px at 50% -18px,#0000 99%,#000 101%) 50% 30px/120px 100% repeat-x;
	-webkit-mask: var(--mask);
	mask: var(--mask);
  }
  .logo_spase {
	display: none;
  }
  .logo_spase_for_phone {
	background: none;
	margin: 75px auto 0;
	z-index: 5;
  }
  .logo_spase_for_phone img {
	width: 50px;
	padding: 6px 31px;
  }
  .logo_spase_for_phone .note_logo {
	width: 45px;
  }
  .logo_background_for_phone {
	position: absolute;
	top: 21px;
	margin: 0 auto;
	height: 100%;
	width: 100%;
	background: rgb(255 255 255 / 0.9);
	--mask:
	radial-gradient(34.99px at 50% 48px,#000 99%,#0000 101%) calc(50% - 60px) 0/120px 100%,
    radial-gradient(34.99px at 50% -18px,#0000 99%,#000 101%) 50% 30px/120px 100% repeat-x;
	-webkit-mask: var(--mask);
	mask: var(--mask);
  }
  #title_image {
	/*background: url(../img/toripro_img.png) no-repeat center top;
	background-size: 500px auto;
	height: 240px;*/
  height: 30px;
	overflow: hidden;
  }
  #menu {
	top: 115px;
	width: 90%;
	height: 45px;
	font-size: 24px;
	align-items: center;
	transform: rotate(2deg);
	opacity: 1;
  }
  #menu::before {
	left: -25px;
	overflow: hidden;
  }
  #menu::after {
	right: -25px;
	overflow: hidden;
  }
  .home, .blog {
	width: 92px;
  }
  .character {
	width: 143px;
  }
}

/*デバイスが横向きの場合*/
@media (orientation: landscape) {
  .logo_for_phone {
    height: 45dvh;
  }
}
