@charset "UTF-8";
/* =========================   Base========================= */

html {
    font-size: 100%;
}
body {
    margin: 0;
    font-size: 0.8rem;
    color: #32122C;
	background-color: #f9eee0;
font-family: "MS Pゴシック" ;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
.wrapper {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 1rem;
    background-image: url("../img/footer.png");
} /*--------------アニメーション-------------------*/ 
.anime {
    font-size: 20px;
    font-weight: bold;
    animation-name: fadein;
    animation-duration: 2s;
}
@keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/*--------------header-------------------*/
header {
    text-align: center;
    border-top: #e17184 15px solid;
}

.hero {
    display: flex;
    background-color: #e17184;
    border: #e17184 15px solid;
}
.hero_img {
    width: 60%;
    object-fit: cover;
	margin: auto;
}
.hero_text {
    width: 40%;
	text-align: center;
}
.hero_text img {
    padding: 2rem 0;
}
.hero_text a{
	padding: 0.2rem;
}
.select_contents {
    display: block;
    border-top: #f9eee0 1px solid;
    border-bottom: #f9eee0 1px solid;
    padding: 0;
    margin: 0;
}
a.select_contents {
    color: #f9eee0;
    text-decoration: none;
} /*--------------main--------------------*/ 
a:hover{
  transform:scale(1.1,1.1);
}
img.main {
    width: 600px;
    margin: auto;
}
.slider {
    background-color: #f9eee0;
    margin-top: 1rem;
}
h1 {
    display: inline-block;
    background-color: #f9eee0;
    font-size: 0.8rem;
    font-weight: normal;
    padding: 0.5rem 3rem;
    margin: 0.5rem 1rem;
    cursor: pointer;
    text-align: center;
}
h2 {
    background-color: #e17184;
    text-align: center;
}
h2 a {
    color: #f9eee0;
    text-decoration: none;
}
h3{
	font-size: 1.5rem;
color: #e17184;
	text-align: left;
	padding:1rem 0 0;
	padding-left: 3rem;
	background-image: url("../img/onament.png");
	background-size: 100px;
	background-position: top left;
	border-top: 10px solid #f9d7aa;
}

/*--------------switch--------------------*/
.pink {
    background-color: #e17184;
    padding-top: 0.5rem;
}
.tab-switch {
    --tab-color: #f9eee0;
    display: flex;
    flex-wrap: wrap;
    margin-inline: auto;
    gap: 5px;
    color: #f9eee0;
}
.tab-switch label {
	font-size: 1.2rem;
    padding: 0.3rem 0.5em;
    margin: 0 2rem;
    cursor: pointer;
    order: -1;
    text-align: center;
    flex: 1;
    min-width: 60px;
    max-width: 10rem;
    border: 1px solid var(--tab-color);
    margin-left: 1rem;
}
.tab-switch input {
    display: none;
}
.tab-content {
    display: none;
    width: 100%;
    padding: 1.5em 0;
    background-color: #f9eee0;
}
.tab-switch label:has(:checked) {
    background: var(--tab-color);
    color: #4D4539;
}
.tab-switch label:has(:checked) + .tab-content {
    display: block;
}
.bg {
    background-image: url("../img/onament.png");
    background-size: 150px;
    background-repeat: repeat-x;
    min-height: 50px;
} /*--------------grid--------------------*/ 
.grid {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 1rem;
    font-size: 1rem;
    padding-top: 1rem;
}
.composer,.year{
    color: #4D4539;
    background-color: #f9d7aa;
	border:#e17184 2px solid ;
    margin: 0 0.5rem;
    padding: 0.3rem 0;
    transition: 0.5s;
	text-align: center
}
.composer:hover,.year:hover{
    rotate: -15deg;
}
.composer a,.year a{
    color: #4D4539;
    text-decoration: none;
}
.composer a{
	font-size: 0.8rem;
}
/*--------------section--------------------*/
section {
    border: #e17184 3px solid;
    text-align: justify;
    margin: 1rem;
    background-color: #f9eee0;
    opacity: 0;
    transform: translateY(20px);
    transition: all 3s ease;
}
section.show {
    opacity: 1;
    transform: translateY(0);
}
section img{
	border: 15px #f9eee0 solid;
}
.book {
    display: flex;
    justify-content:flex-start;
	gap:1rem
}
.book_image {
    width: 40%;
	margin:auto;
	line-height: 1rem;
	gap:1rem;
}
.book_image img{
	margin: auto;
	text-align: center
}
.book_text {
    width: 55%;
    padding: 0.5rem;
    background-color: #f9d7aa;
}
.song{
	min-height: 8rem;
}
.song, .song_contants {
    border-bottom: #f9eee0 2px solid;
    padding: 0.5rem;
}
.btn {
    display: block;
	width: 80%;
	justify-content: center;
    background-color: #e17184;
    text-align: center;
    color: #f9eee0;
    border: none;
    padding: 0.3rem 0;
	margin: auto;
		margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
a.btn {
    text-decoration: none;
}
.js-modal-button {
    cursor: pointer;
} 

#section2025-1{
	margin-bottom: 10rem;
}
/*--------------モーダル--------------------*/ 
.layer {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.layer.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.modal {
    position: relative;
    width: min(90%, 900px);
	height: 80vh;
    margin: 80px auto;
}
.modal__inner {
    position: relative;
    background: #fff;
    box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 13px;
    padding: 21px 8px 21px;
    min-height: 30vh;
}
.modal__contents {
    overflow: hidden;
}
.modal__content {
    padding-top: 15px;
    padding-bottom: 23px;
}
.modal__button-wrap {
    position: absolute;
    right: 10px;
    top: -28px;
    display: inline-flex;
    z-index: 1;
}
.close-button {
    position: relative;
    width: 39px;
    height: 39px;
    background: orange;
    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);
}

iframe{
	width: 200px;
	height: auto;
}
/*--------------アコーディオン------------------*/ 
.child {
    display: none;
    list-style: none;
    background-color: #f9d7aa;
    color: #4D4539;
    padding: 1rem;
    text-align: left;
}
.menu {
    list-style: none;
}
.menu a {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    display: block;
}
/*--------------footer--------------------*/ 

footer {
    margin-top: 3rem;
	display: flex;
		gap:1rem;
		align-items: center;
	justify-content: flex-end;
	position: fixed;
	bottom:10px;
	right: 30px;
}
footer p{
	border: 3px solid #fff;
	width: 6.5rem;
	text-align: center;
	height: 6.5rem;
	padding: 2rem 0;
	    background-color: #e17184;
	background-image: url("../img/onament.png");
	background-size: 150px;
	border-radius: 250px;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer p:hover{
	color: #e17184;
	background-color: #f9d7aa;
	box-shadow: 12px 12px 18px rgba(0, 0, 0, 0.3), inset -12px -12px 18px rgba(0, 0, 0, 0.3), inset 12px 12px 18px rgba(255, 255, 255, 0.6);
}

/*--------------デスクトップ用--------------------*/
@media (min-width: 750px) {
	body{
		font-size: 1rem;
	}
	
	h1 {
    font-size: 1.5rem;
}
h2 {
    font-size: 2rem;
	padding: 0.5rem 0
}

h3{
	font-size: 2.5rem;
}
	.hero{
		width: 700px;
		margin: auto;
		    border: #e17184 15px solid;
	}
	.page{
	background-color: #e17184;
	}
	.contents_wrap{
		display: flex;
			gap:1rem;
	}
	section{
		width: 48%;
	}
	.grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    font-size: 1rem;
}
	.composer:hover,.year:hover {
    rotate: -10deg;
}
}