/* CSS Document */
/*---------------------------------------------------------------------------*/
/*--- ▼（googleフォント）---*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p&display=swap');
/*---------------------------------------------------------------------------*/
/*--- ▼（共通）---*/
/*---------------------------------------------------------------------------*/
main * {
	box-sizing: border-box;
	font-family: 'M PLUS 1p', sans-serif;
}
#mainwrap {
	position: relative;
}
#mainwrap:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
    background-image: url(/images/senoise/bubble.png);
	background-size: 100% auto;
	background-repeat: repeat-y;		
	z-index: 1;
}
.maintop {
    height: 900px;
    width: 100%;
    background-image: url(/images/senoise/mainimg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
	position: relative;
	background-color:rgba(255,255,255,1);
	background-blend-mode:lighten;transition: 2s;
}
.maintop.changed {
	animation-name: intro_bk;
	animation-duration: 3s;
	animation-timing-function: ease-out;
	animation-fill-mode:forwards;
	animation-delay: 2s;

}
@-webkit-keyframes intro_bk {
  from {
	 background-color:rgba(255,255,255,1);
  }

  to {
	 background-color:rgba(255,255,255,0);
  }
}
.maintop h1 {
	padding-top: 30px;
	opacity: 0;
}
.maintop.changed h1 {
	animation-name: intro;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-fill-mode:forwards;
	animation-delay: 5s;
}
@-webkit-keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.maintop figure {
	position: absolute;
	top: 50vh;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	transition: 1.5s;
}
.maintop figure img {
	max-width: 100%;
}
.maintop.changed figure {
	opacity: 0;
}
.maintitle {
	max-width: 1340px;
	width: 90%;
	margin: 0 auto;
	z-index: 2;
	position: relative;
}
.maintitle img {
	width: 100%;
}
.mainbottom {
	padding-bottom: 50px;
	position: relative;
}
/*.mainbottom:after{
	width: 100%;
	height: 100vw;
	content: '';
	display: block;
	background-image: url(/images/senoise/cake.jpg);
    background-repeat: no-repeat;
    background-size: 90% auto;
    background-position: left bottom;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: -1;
}*/
.mainbottom .slidelogo {
	max-width: 280px;
	width: 50%;
	margin: 150px auto 100px;
}
.slidelogo_top {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	max-width: 284px;
	margin-bottom: 10px;
}
.slidelogo_top .sen {
	max-width: 100px;
	width: 36%;
}
.slidelogo_top .oi {
	max-width: 44px;
	margin: -500px 5% 0;
	width: 23%;
	opacity: 0;
	transition: 3s;
}
.slidelogo_top .oi.animated {
	opacity: 1;
	margin-top: 0;
}
.slidelogo_top .se {
	max-width: 100px;
	width: 36%;
}
.slidelogo_bottom figure {
	max-width: 100px;
	width: 36%;
	margin-left: 26%;
}
.mainbottom .slidelogo img {
	width: 100%;
}
.mainbottom .mainbottom_word {
	max-width: 1200px;
	margin: 0 auto 80px;
	font-size: 24px;
	color: #40210f;
	padding: 0 30px;
}
.mainbottom .mainbottom_word .breadwrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.mainbottom .mainbottom_word .breadwrap p {
	width: 33%;
	font-size: 15px;
}
.mainbottom .mainbottom_word .breadwrap p.blanksquare {
	padding-right: 30px;
}
.mainbottom .mainbottom_word .breadwrap p:last-of-type {
	padding-left: 30px;
}
.mainbottom .mainbottom_word .breadwrap figure {
	width: 34%;
	text-align: center;
}
.mainbottom .mainbottom_word .breadwrap figure img {
	max-width: 100%;
}
#profile {
	position: relative;
}
#profile:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
    background-image: url(/images/senoise/bubble.png);
	background-size: 100% auto;
	background-repeat: repeat-y;		
	z-index: 1;
	opacity: 0.5;
}
#profile .profile_top {
    background-image: url(/images/senoise/penguin.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 25%;
}
#profile .profile_top {
	padding: 80px 0;
	z-index: 2;
	min-height: 100vh;
}
#profile .profile_top h2 {
	text-align: center;
	max-width: 225px;
	width: 50%;
	margin: 0 auto 50px;
}
#profile .profile_top h2 .penguin_logo_sp {
	display: none;
}
#profile .profile_top h2 img {
	width: 100%;
}
#profile .profile_top_word {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 2;
	max-width: 1000px;
	padding: 0 30px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
#profile .profile_top_word .profile_l {
	width: calc(50% - 10px);
	max-width: 350px;
	padding-bottom: 50px;
	margin-right: 10px;
}
#profile .profile_top_word .profile_l figure {
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
}
#profile .profile_top_word .profile_l figure img {
	max-width: 180px;
}
#profile .profile_top_word .profile_l p:not(:last-of-type) {
	margin-bottom: 20px;
}
#profile .profile_top_word .profile_r {
	width: calc(50% - 10px);
	max-width: 350px;
	margin-left: 10px;
}
#profile .profile_top_word .profile_r p:not(:last-of-type) {
	margin-bottom: 50px;
}
#profile .profile_bottom {
	background-image: url(/images/senoise/penguin2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
	padding: 100px 0 50px;
	z-index: 1;
	position: relative;
}
.profile_body {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 14px;
	color: #FFFFFF;
	width: 90%;
}
.profile_list_l {
	width: 50%;
}
.profile_list_l .profile_line {
	display: flex;
	flex-wrap: wrap;
}
.profile_list_l .profile_line img {
	max-width: 90px;
}
.profile_list_l .profile_line p:first-of-type {
	width: 90px;
}
.profile_list_l .profile_line p:last-of-type {
	width: calc(100% - 90px);
	padding-left: 30px;
}
.profile_list_r {
	width: 50%;
}
.profile_list_r .profile_line {
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
}
.profile_list_r .profile_line p:first-of-type {
	width: 90px;
	display: flex;
	justify-content: space-between;
}
.profile_list_r .profile_line p:last-of-type {
	width: calc(100% - 90px);
	padding-left: 30px;
}
.profile_list_r .profile_line:last-of-type {
	margin-top: 40px;
	margin-bottom: 0;
	position: relative;
}
.profile_list_r .profile_line:last-of-type:after {
	content: '';
	display: block;
	height: 1px;
	width: 90%;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}

.profile_list {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 20px;
}
.profile_list tr {
	display: flex;
	flex-wrap: wrap;
}
.profile_list tr {
	margin-bottom: 30px;
}
.profile_list td:first-of-type {
	width: 140px;
	display: flex;
	justify-content: space-between;
}
.profile_list td:last-of-type {
	width: calc(100% - 140px);
	padding-left: 50px;
}
.profile_list td figure {
	width: 100%;
}
.profile_list td img {
	width: 100%;
}
.craftart {
	max-width: 230px;
	width: 18%;
	position: absolute;
	bottom: -100px;
	right: 30px;
	z-index: 2;
}
.craftart a:hover img {
	opacity: 1!important;
	transform: scale(1.05);
}
.craftart img {
	width: 100%;
	transition: 0.3s;
}
#shichida {
	position: relative;
	background-color: #FFFFFF;
	padding-top: 100px;
}
#shichida:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/images/senoise/bubble.png);
    background-size: 100% auto;
    z-index: 1;
    background-position: 0% bottom;
    background-repeat: repeat-y;	
}
#shichida .shichida_intro {
	margin-bottom: 150px;
}
#shichida .shichida_intro figure {
	max-width: 230px;
	width: 20%;
	margin: 0 auto;
}
#shichida .shichida_intro figure img {
	width: 100%;
}
#shichida .library {
	margin-bottom: 100px;
	z-index: 98;
	position: relative;
}
#shichida .library h2 {
	margin: 0 auto 80px;
	max-width: 381px;
	width: 30%;
}
#shichida .library h2 img {
	width: 100%;
}
#shichida .library .readline {
	margin-bottom: 80px;
}
#shichida .library .readline p {
	text-align: center;
	font-weight: bold;
	color: #3e3a39;
}
#shichida .library .readline p:first-of-type {
	line-height: 1;
	font-size: 56px;
	margin-bottom: 40px;
}
#shichida .library .readline p:last-of-type {
	line-height: 1.2;
	font-size: 45px;
}
#shichida .library .download {
	width: 75%;
	margin: 0 auto;
	position: relative;
	max-width: 1050px;
}
#shichida .library .download .download_element {
    background-image: url("../images/senoise/library/library_bk.jpg");
    background-size: cover;
    background-position: center 0%;
	margin-bottom: 20px;
}
#shichida .library .download .download_element a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
#shichida .library .download .download_element a.zoom:hover img {
	animation-name: zoom;
	animation-duration: 0.2s;
	animation-timing-function: linear;
}
#shichida .library .download .download_element a:after {
	padding-top: 43%;
	content: '';
	display: block;
	top: 0;
	left: 0;
}
#shichida .library .download .download_element figure {
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	width: 30%;
}
#shichida .library .download .download_element figure img {
	width: 100%;
}
#shichida .library .download p {
	color: #FFFFFF;
	font-size: 18px;
	position: absolute;
	bottom: 30px;
	left: 30px;
}

@keyframes zoom {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
	}
	100% {
		transform: scale(1);
	}
}

@media (max-width: 1050px) {
	
	#shichida .library h2 {
		margin: 0 auto 50px;
		width: 40%;
	}
	#shichida .library .readline p:first-of-type {
		font-size: 5.3vw;
		margin-bottom: 20px;
	}
	#shichida .library .readline p:last-of-type {
		font-size: 4.2vw;
	}
	#shichida .library .download p {
		font-size: 1.4vw;
	}
	
}
@media (max-width: 768px) {
	
	#shichida .library {
		margin-bottom: 50px;
	}
	#shichida .library h2 {
		margin-bottom: 30px;
	}
	#shichida .library .readline {
		margin-bottom: 50px;
	}
	#shichida .library .readline p:first-of-type {
		font-size: 17px;
		margin-bottom: 10px;
	}
	#shichida .library .readline p:last-of-type {
		font-size: 14px;
	}
	#shichida .library .download .download_element a:after {
		padding-top: 72%;
	}
	#shichida .library .download .download_element figure {
		top: 50%;
		left: 8%;
		transform: translateY(-50%);
		width: 40%;
	}
	#shichida .library .download p {
		color: #231815;
		font-size: 10px;
		position: relative;
		bottom: auto;
		left: auto;
	}
	
}

#shichida .shichida_title {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
	padding: 50px 0;
}
#shichida .shichida_title h2 {
	max-width: 150px;
	width: 13%;
	margin: 0 auto 30px;
}
#shichida .shichida_title P {
	font-size: 50px;
	color: #f8b62d;
	text-align: center;
	line-height: 1.2;
}
#shichida .shichida_title P span {
	font-size: 40px;
}
#shichida .shichida_title h2 img {
	width: 100%;
}
.shichida_body {
    padding: 120px 0 180px;
	position: relative;
	max-width: 1050px;
	margin: 0 auto;
}
.shichida_body figure {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}
.shichida_body figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.shichida_read {
	max-width: 800px;
	width: 90%;
	margin: 0 auto 200px;
	z-index: 2;
	position: relative;
	font-size: 14px;
}
.shichida_read p:first-of-type {
	margin-bottom: 30px;
}
.shichida_bottom {
	margin-top: -150px;
}
.shichida_bottom .circlewrap2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	z-index: 2;
	position: relative;
}
.shichida_bottom .circlewrap2 .circle {
	font-size: 18px;
	background-color: #f8b62d;
	color: #FFFFFF;
	text-align: center;
	margin: 0 20px;
	max-width: 300px;
	width: 50%;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.8;
	position: relative;
}
.shichida_bottom .circlewrap2 .circle:after {
	content: '';
	display: block;
	padding-top: 100%;
}
.shichida_bottom .circlewrap {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto 80px;
	position: relative;
	z-index: 2;
	width: 90%;
}
.shichida_bottom .circlewrap figure {
	position: relative;
	max-width: 368px;
	width: 100%;
}
.shichida_bottom .circlewrap figure img {
	width: 100%;
	animation-name: fuyu;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	position: relative;
	top: 0;
	left: 0;
}
.shichida_bottom .circlewrap div:first-of-type {
	width: 33.3%;
}
.shichida_bottom .circlewrap div:last-of-type {
	width: 66.6%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around
}
.shichida_bottom .circlewrap div:first-of-type figure {
	width: 100%;
	padding-right: 8px;
}
.shichida_bottom .circlewrap div:first-of-type figure img {
	animation-duration: 3s;
}
.shichida_bottom .circlewrap div:last-of-type figure {
	width: 50%;
}
.shichida_bottom .circlewrap div:last-of-type figure:first-of-type {
	padding: 0 4px;
}
.shichida_bottom .circlewrap div:last-of-type figure:last-of-type {
	padding-left: 8px;
}
.shichida_bottom .circlewrap div:last-of-type figure:first-of-type img {
	animation-duration: 3.5s;
}
.shichida_bottom .circlewrap div:last-of-type figure:last-of-type img {
	animation-duration: 4s;
}

@keyframes fuyu {
    0% {
        top: 0;
    }
	50% {
        top: 5px;
    }
    100% {
        top: 0px;
    }
}
/*.shichida_bottom .circlewrap figure {
	width: 30%;
	max-width: 368px;
	position: relative;
}
*/
.opening_wrap {
	position: relative;
}
.opening_wrap:after {
	content: '';
	display: block;
	width: 100%;
	height: 50%;
	background-color: #efefef;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 0;
}
.opening_body {
	display: flex;
	max-width: 1100px;
	margin: 0 auto;
	width: 90%;
	align-items: center;
	position: relative;
	z-index: 2;
}
.joinus {
	width: 33%;
	max-width: 240px;
}
.joinus img {
	width: 100%;
}
.dummybox {
	width: 33%;
	max-width: 240px;
}
.opening {
    max-width: 560px;
    width: calc(100% - 480px);
	margin: 0 40px;
    z-index: 3;
    position: relative;
    background-color: #e2e6e5;
    -webkit-box-shadow: 1px 1px 2px hsla(0,0%,0%,1.00);
    box-shadow: 2px 2px 10px hsla(0,0%,0%,0.30);
}
.opening_arrow {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
}
.opening_arrow:hover + .openingimg img {
	transform: scale(1.03);
}
.opening_arrow figure {
	width: 48px;
	height: 48px;
}
.openingimg {
	overflow: hidden;
}
.openingimg img {
	max-width: 100%;
	transition: 0.5s;
}
.opening_word {
	text-align: center;
	padding: 0px 50px 80px;
	line-height: 1;
}
.opening_word p br,
.opening_word h3 br {
	display: none;
}
.opening_word p:first-of-type {
	font-size: 16px;
	margin: 0 0 10px;
}
.opening_word h3 {
	font-size: 30px;
	margin: 0 0 15px;
}
.opening_word p:last-of-type {
	font-size: 18px;
	margin: 0;
}

#senoise footer {
	background-color: #FFFFFF;
	margin-top: 0;
	padding-top: 80px;
}
#senoise footer div {
	margin-top: 0;
}
#senoise footer div.copywrap {
	position: relative;
	margin: 0;
	padding-top: 50px;
}
.copywrap figure {
	width: 189px;
	margin: 0 auto;
}
.copywrap figure img {
	width: 100%;
}
.copywrap copy {
	position: absolute;
	bottom: 0;
	right: 100px;
}
footer:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/images/senoise/bubble.png);
	background-size: 100% auto;
	z-index: 1;
	background-position: 0% bottom;
	background-repeat: repeat-y;		
}
#senoise footer small {
	letter-spacing: 3px;
}

@media (max-width: 1200px) {
	
	.opening_body {
		display: block;
		padding-top: 200px;
	}
	.opening {
		margin: 0 auto;
		width: 60%;
	}
	.dummybox {
		display: none;
	}
	.joinus {
		position: absolute;
		top: 40px;
		left: 5%;
		transform: rotate(270deg);
		width: 150px;
	}
	.opening_wrap:after {
		top: auto;
		bottom: 10%;
		transform: translateY(0);
	}
	
}

@media (max-width: 1100px) {
	
	.craftart {
		position: relative;
		margin: 50px auto 0;
		bottom: auto;
		right: auto;
	}
	.profile_list_r .profile_line:last-of-type:after {
		content: none;
	}
}

@media (max-width: 1000px) {
	
	.mainbottom .mainbottom_word {
		padding: 0;
	}
	.mainbottom .mainbottom_word .breadwrap p.blanksquare {
		display: none;
	}
	.mainbottom .mainbottom_word .breadwrap p:last-of-type {
		width: 66%;
	}
	#profile .profile_top {
		background-position: 75% 50%;
	}
	
}
@media (max-width: 768px) {
	
	.maintop {
    	height: 450px;
	}
	.maintop figure {
		top: 50%;
		width: 50%;
	}

	.craftart {
		width: 35%;
	}
	.shichida_body {
		padding: 80px 0 80px;
	}


}
@media (max-width: 767px) {
	
	.maintop {
    	height: 350px;
	}
	.slidelogo_top .oi {
		width: 16%;
	}
	.mainbottom {
		padding-top: 75px;
	}
	.mainbottom:after {
		background-size: 200% auto;
		background-position: center bottom;
	}
	.mainbottom .slidelogo {
		margin-top: 0px;
		margin-bottom: 30px;
	}
	.mainbottom .mainbottom_word {
		width: 90%;
		font-size: 12px;
		text-align: left;
		margin-bottom: 0;
	}
	.mainbottom .mainbottom_word .breadwrap p:last-of-type {
		font-size: 11px;
		padding-left: 10px;
	}
	#profile .profile_top{
		background-size: cover;
		background-position: 80% bottom;
		padding: 50px 0;
	}
	#profile .profile_top h2 {
		margin-bottom: 30px;
		width: 40%;
	}
	#profile .profile_top h2 .penguin_logo_sp {
		display: block;
	}
	#profile .profile_top h2 .penguin_logo_pc {
		display: none;
	}
	#profile .profile_top_word {
		color: #FFFFFF;
		font-size: 12px;
	}
	#profile .profile_top_word {
		padding: 0;
		width: 80%;
		margin: 0 auto;
		display: block;
	}
	#profile .profile_top_word p:not(:last-of-type) {
		margin-bottom: 20px;
	}
	#profile .profile_bottom {
		padding: 40px 0;
		background-image: url(/images/senoise/penguin2_sp.jpg);
		background-size: cover;
		background-position: 100% bottom;
	}
	#profile .profile_top_word .profile_l {
		width: 100%;
		padding-bottom: 20px;
	}
	#profile .profile_top_word .profile_l figure {
		width: 30%;
		margin-bottom: 20px;
	}
	#profile .profile_top_word .profile_l figure img {
		width: 100%;
	}
	#profile .profile_top_word .profile_l p:not(:last-of-type) {
		margin-bottom: 20px;
	}
	#profile .profile_top_word .profile_r {
		width: 100%;
		margin-left: 0;
	}
		#profile .profile_top_word .profile_r p:not(:last-of-type) {
		margin-bottom: 20px;
	}
	.profile_list {
		font-size: 12px;
		width: 80%;
	}
	.craftart {
		width: 40%;
		position: relative;
		bottom: auto;
		right: auto;
		margin: 0 auto;
	}
	.profile_body {
		display: block;
		width: 80%;
		font-size: 3vw;
	}
	.profile_list_l {
		width: 100%;
		margin-bottom: 30px;
	}
	.profile_list_r {
		width: 100%;
		margin-bottom: 30px;
	}
	.profile_list_r .profile_line {
		margin-bottom: 5px;
	}
	#shichida {
		padding-top: 50px;
	}
	#shichida:after {
    	background-repeat: repeat-y;		
	}
	#shichida .shichida_intro {
		margin-bottom: 50px;
	}
	#shichida .shichida_title {
		display: block;
		position: relative;
		z-index: 2;
		width: 100%;
		padding: 30px 10px;
	}
	#shichida .shichida_title h2 {
		width: 20%;
		margin: 0 auto 30px;
	}
	#shichida .shichida_title P {
		font-size: 18px;
		width: 95%;
		padding-left: 0;
		margin: 0 auto;
		line-height: 1.6;
	}
	#shichida .shichida_title P span {
		font-size: 16px;
	}
	.shichida_body {
		padding: 0;
	}
	.shichida_body figure {
		position: relative;
		z-index: 2;
		width: 80%;
		margin: 0 auto;
	}
	.shichida_read {
		font-size: 12px;
		background-color: hsla(0,0%,100%,0.30);
		padding: 30px;
		margin-bottom: 0;
	}
	.shichida_bottom {
		margin-top: 0px;
	}
	.shichida_bottom .circlewrap2 {
		width: 90%;
		margin: 0 auto;
	}
	.shichida_bottom .circlewrap2 .circle {
		font-size: 10px;
		width: calc(50% - 20px);
		margin: 0 10px;
	}
	.shichida_body .circle {
		font-size: 12px;
		width: 45%;
		margin: 0 5px;
	}
	.shichida_body .circle:first-of-type {
		margin-bottom: 10px;
	}
	.shichida_bottom .circlewrap {
		margin-top: -10px;
		margin-bottom: 50px;
		display: block;
		width: 80%;
	}
	.shichida_bottom .circlewrap div:first-of-type {
		margin: 0 auto 10px;
		width: 100%;
	}
	.shichida_bottom .circlewrap div:first-of-type figure {
		padding-right: 0;
		width: 50%;
		margin: 0 auto;
	}
	.shichida_bottom .circlewrap div:last-of-type {
		width: 100%;
	}
	.opening {
		width: 80%;
	}
	.opening_word p:first-of-type {
		font-size: 2.5vw;
		line-height: 1.4;
		margin-bottom: 5px;
	}
	#senoise footer div.copywrap figure {
		margin-bottom: 70px;
		width: 40%;
	}
	.opening_body {
		padding-top: 0;
	}
	.joinus {
		position: relative;
		transform: rotate(0);
		top: auto;
		left: auto;
		margin: 0 auto 30px;
	}
	.opening_word {
		padding: 10px 20px 70px;
	}
	.opening_word p br,
	.opening_word h3 br {
		display: none;
	}
	.opening_word h3 {
		font-size: 4.5vw;
		line-height: 1.2;
		margin-bottom: 10px;
	}
	.opening_word p:last-of-type {
		font-size: 1.8vw;
		line-height: 1.2;
	}
	.opening_arrow figure {
		width: 30px;
		height: 30px;
	}
	.opening_arrow figure img {
		width: 100%;
	}
	footer {
		padding-bottom: 30px;
	}
	.pagetop  {
		margin: 0 auto 30px;
	}
	.copywrap copy {
		bottom: auto;
		right: auto;
		position: relative;
	}

}

@media (max-width: 480px) {
}


@media (max-width: 350px) {
	
	#profile .profile_top_word br {
		display: none;
	}
	
}
