/***** 写真更新 *****/

:root {
	--photo-A: url(../image/diary/20250930-1.webp);
	--photo-B: url(../image/diary/20250819.webp);
	--photo-C: url(../image/diary/20250813_2.webp);
	--photo-D: url(../image/diary/20251224_4.webp);
	--photo-E: url(../image/diary/20251224_3.webp);
	--photo-F: url(../image/diary/20251224_2.webp);
	--photo-G: url(../image/diary/20251224_1.webp);
	--photo-H: url(../image/diary/20250930-2.webp);
	}

.photo_a {
	background: var(--photo-A) center center / 100% auto no-repeat;
	}

.photo_b {
	background: var(--photo-B) center center / 100% auto no-repeat;
	}

.photo_c {
	background: var(--photo-C) center top / 100% auto no-repeat;
	}

.photo_d {
	background: var(--photo-D) center / 100% auto no-repeat;
	}

.photo_e {
	background: var(--photo-E) center center / 100% auto no-repeat;
	}

.photo_f {
	background: var(--photo-F) center top / 100% auto no-repeat;
	}

.photo_g {
	background: var(--photo-G) center top / 100% auto no-repeat;
	}

.photo_h {
	background: var(--photo-H) center center / 100% auto no-repeat;
	}

/***** ここまで *****/



/***** 固定メニュー *****/

.navi ul .fixation a {
	color: #00a0e9;
	font-weight: bold;
	text-shadow: 0.1vw 0.1vw 0.1vw #f0f0f0;
	}

/***** フォントサイズ *****/

p {
	font-size: 1.5vw;
	}

.navi ul .fixation a::before {
	transform-origin: center top;
	transform: scale(1, 1);
  	}

/***** メインコンテンツ *****/

main {
	width: 100vw;
	height: auto;
	margin-top: 7vw;
    margin-bottom: 10vw;
	padding: 0;
	letter-spacing: 0.2vw;
	display: flex;
	flex-direction: column;
    justify-content: center;
	align-items: center;
	}

.title {
    aspect-ratio: 3/1;
    width: 100%;
    height: auto;
	margin-bottom: 10vw;
    background: url(../image/diary/nikki.webp) no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    }

.title div {
    box-sizing: border-box;
    width: 90%;
    height: 70%;
    background: rgba(255,255,255,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    }

h2 {
    font-size: 4vw;
    text-align: center;
    text-shadow: 0.3vw 0.3vw 0.2vw #fff;
    }

section {
    width: 90%;
    height: auto;
	margin: 5vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    }

.comment div {
	display: flex;
	justify-content: center;
	/* align-items: center; */
	}

.comment div p span {
    font-weight: bold;
    }

.comment div p {
    /* font-size: 1.8vw; */
	font-weight: bold;
    /* text-align: center; */
	text-shadow: 0.1vw 0.1vw 1.5vw #fff, -0.1vw -0.1vw 1.5vw #fff;
    line-height: 3.5vw;
    }

article {
	width: 90%;
    height: auto;
	margin: 10vw 0;
	background: url(../image/diary/corkboard.webp) top center / 30% auto;
	border-radius: 2vw;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
	}

article div {
	position: relative;
	box-sizing: border-box;
	width: 45%;
	height: auto;
	margin: 5% 0;
	background: #FFF9EF;
	/* background: url(../image/diary/youshi.jpg) no-repeat; */
	filter: drop-shadow(0.3vw 0.3vw 0.5vw #777);
	display: flex;
	justify-content: space-around;
	align-items: center;
	}

.tape {
	position: absolute;
	top: -5vw;
	width: 35%;
	height: 10%;
	}

.kind_a {
	background: url(../image/diary/red.webp) center / 100% 80% no-repeat;
	transform: rotate(-5deg);
	}

.kind_b {
	background: url(../image/diary/greeen.webp) center / 100% 80% no-repeat;
	transform: rotate(0deg);
	}

.kind_c {
	background: url(../image/diary/blue.webp) center / 100% 80% no-repeat;
	transform: rotate(5deg);
	z-index: 10;
	}

.kind_d {
	background: url(../image/diary/yellow.webp) center / 35% 80% no-repeat;
	transform: rotate(-90deg);
	}

.kind_e {
	background: url(../image/diary/sky_blue.webp) center / 100% 80% no-repeat;
	transform: rotate(5deg);
	z-index: 10;
	}

.kind_f {
	background: url(../image/diary/purple.webp) center / 35% 80% no-repeat;
	transform: rotate(-90deg);
	}

.kind_g {
	background: url(../image/diary/orange.webp) center / 100% 80% no-repeat;
	transform: rotate(0deg);
	}

.kind_h {
	background: url(../image/diary/pink.webp) center / 100% 80% no-repeat;
	transform: rotate(-5deg);
	}

article div a {
	box-sizing: border-box;
	color: #000;
	width: 98%;
	height: auto;
	margin: 3% 0;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	}

article div a .plan {
	aspect-ratio: 4/3;
	width: 90%;
	height: auto;
	border-radius: 1vw;
	}

article div a p {
	aspect-ratio: 4/3;
	width: 90%;
	height: auto;
	font-size: 0.9vw;
	}

.instagram {
	width: 80%;
	height: auto;
	background: rgb(255, 255, 255, 0.8);
	border-radius: 2vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	}

.instagram_top {
	margin-top: 1%;
	}

.instagram_top a {
	text-decoration: none;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	}

.mark {
	aspect-ratio: 1/1;
	width: 4vw;
	height: auto;
	background: url(../image/diary/instagram_icon.webp) no-repeat;
	background-size: contain;
	}

.instagram_top a p {
	margin-left: 3%;
	color: #000;
	font-size: 1.5vw;
	font-weight: bold;
	}

.instagram_middle {
	box-sizing: border-box;
	width: 98%;
	height: auto;
	padding: 1%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}

.instagram_middle div {
	position: relative;
	overflow: hidden;
	width: 24%;
	height: auto;
	margin: 0.5%;
	display: flex;
	justify-content: center;
	align-items: center;
	}

.instagram_middle div a {
	aspect-ratio: 1/1;
	width: 100%;
	height: 100%;
	transition: transform .6s ease;
	}

.instagram_middle div a:hover {
	transform: scale(1.1);
	}

.diary1 {
	background: url(../image/diary/okaimono.webp) center / 100% auto no-repeat;
	}

.diary2 {
	background: url(../image/diary/taiikukan.webp) center / 100% auto no-repeat;
	}

.diary3 {
	background: url(../image/diary/skate.webp) center / 100% auto no-repeat;
	}

.diary4 {
	background: url(../image/diary/north_safari.webp) center / 100% auto no-repeat;
	}

.diary5 {
	background: url(../image/diary/puppet.webp) center / 100% auto no-repeat;
	}

.diary6 {
	background: url(../image/diary/minitomato.webp) center / 100% auto no-repeat;
	}

.diary7 {
	background: url(../image/diary/obenkyou.webp) center / 100% auto no-repeat;
	}

.diary8 {
	background: url(../image/diary/salt_art.webp) center / 100% auto no-repeat;
	}



@media (max-width: 960px){



	/***** フォントサイズ *****/

	p {
		font-size: 3.5vw;
		}

	/***** メインコンテンツ *****/

	main {
                margin-top: 0;
    	        }

	h2 {
		font-size: 6vw;
		text-align: center;
		text-shadow: 0.5vw 0.5vw 0.1vw #fff;
		}

	section {
		width: 96%;
		}

	.comment div p {
		width: 80%;
		font-size: 3.5vw;
		line-height: 5.5vw;
		}

	article {
		width: 96%;
		background: url(../image/diary/corkboard.webp) top center / 30% auto;
		}

	article div {
		width: 90%;
		margin: 5% 0;
		}

	article div a p {
		font-size: 3.5vw;
		}

	.tape {
		top: -10vw;
		height: 8%;
		}

	/* article div a p {
		font-size: 3.5vw;
		} */

	.instagram {
		width: 96%;
		}

	.mark {
		width: 5vw;
		/* height: auto;
		background: url(../image/instagram_icon.png) no-repeat;
		background-size: contain; */
		}

	/* .instagram_top a p {
		font-size: 3.5vw;
		} */
}