@charset "utf-8";
/* CSS Document */
/* Google Fonts (Noto Sans JP) */
@import url('https://fonts.googleapis.com/css2?family=Reddit+Sans+Condensed:wght@200..900&family=Zen+Old+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap');
html,body {
	margin: 0;
	width: 100%;
	font-size: 12pt;
	font-family: "Reddit Sans Condensed", "Zen Old Mincho", sans-serif;
	color: #222222;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
h1 {
	font-size: 1em;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	margin: 1em;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 1em 0;
}
h4 {
	font-size: 1.4em;
	font-weight: bold;
	margin: -0.3em 0 0.2em 0;
}
hr {
	border-width: 1px 0 0 0;
	border-style:  solid;
	border-color: #000000;
}
p {
	margin: 0;
	padding: 0;
}
a, a:visited {
	color: #494949;
}
a:hover {
	color: #7A7A7A;
}
table {
	width: 100%;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}
tr, th, td {
	border: 1px solid #CCCCCC;
	padding: 20px;
}
iframe {
	border: 0;
	width: 100%;
	overflow: hidden;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.small {
	font-size: 0.8em;
}
.large {
	font-size: 1.2em
}
.strong {
	font-weight: bolder;
}
.res_br {
	display: none;
}
.top-title {
	font-size: 2em;
}
@media screen and (max-width: 800px) {
	.top-title {
		font-size: 1.6em;
	}
}
@media screen and (max-width: 800px) {
	.res_br {
		display: block;
	}
}
#menu {
	z-index: 100;
	position: relative;
	width: 94%;
	height: 40px;
	padding: 15px 3% 15px 3%;
	background: rgba(0,0,0,1.00);
	color: #C0C0C0;
}
#menu a {
	text-decoration: none;
	color: #C0C0C0;
}
@media screen and (max-width: 800px) {
	#menu {
		height: auto;
		padding: 10px 4% 5px 4%;
	}
}
.menu-column {
	max-width: 960px;
	height: auto;
	margin: auto;
	text-align: center;
}
.menu-column-title {
	margin: auto;
}
.menu-column-title img {
	height: 40px;
	width: auto;
}
@media screen and (max-width: 800px) {
	.menu-column-title img {
		height: 30px;
	}
}
#top-img img {
    width: 100vw;
    height: 640px;
    object-fit: cover;
    object-position: center;
}

@media screen and (max-width: 800px) {
    #top-img img {
        height: 240px;
    }
}
.cont-column,
.link-column,
.sns-column {
	max-width: 100%;
	height: auto;
	margin: auto;
	padding: 40px 0;
	text-align: center;
}
@media screen and (max-width: 800px) {
	.cont-column,
	.link-column,
	.sns-column {
		padding: 0 25px 30px 25px;
	}
}
.mid-cont-column {
	max-width: 1200px;
	height: auto;
	margin: auto;
	padding: 90px 0 20px 0;
	text-align: center;
}
@media screen and (max-width: 1200px) {
	.mid-cont-column {
		padding: 40px 20px 40px 20px;
	}
}
.narrow-cont-column {
	max-width: 840px;
	height: auto;
	margin: auto;
	padding: 40px 20px 20px 20px;
	text-align: left;
}
.link-column {
	background: #000000;
	color: #FFFFFF;
	font-size: 0.9em;
}
.link-column-img {
	width: 500px;
	max-width: 80%;
	height: auto;
}
.link-column-img:hover {
	filter: brightness(120%);
	cursor: pointer;
	transition-duration: 0.26s;
}
.youtube-column {
	max-width: 1280px;
	max-height: 720px;
	aspect-ratio: 16 / 9;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
}
@media screen and (max-width: 800px) {
	.youtube-column {
		margin: 0 0 80px 0;
	}
}
.youtube-column iframe {
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 800px) {
	.profile-text {
		font-size: 0.96em;
	}
}
.form-column {
	max-width: 1200px;
	height: auto;
	margin: auto;
	padding: 80px 0 80px 0;
	text-align: center;
}
@media screen and (max-width: 800px) {
	.form-column {
		padding: 40px 20px 80px 20px;
	}
}
.fooder-column {
	max-width: 100%;
	height: auto;
	margin: -40px auto 0 auto;
	padding: 40px 0 40px 0;
	text-align: center;
	background: rgba(0,0,0,1.00);
	color: #FFFFFF;
	font-size: 0.9em;
}
@media screen and (max-width: 800px) {
	.fooder-column {
		margin: 0 auto 0 auto;
	}
}
.fooder-column a {
	display: inline-block;
	text-decoration: none;
	color:  #FFFFFF;
	padding: 0 0.5em;
}
.fooder-column a:hover {
	color: #AAAAAA;
	text-decoration: underline;
}
.column-button {
	display: inline-block;
	width: 180px;
	height: auto;
	margin: 40px;
	padding: 8px;
	background: #000;
	font-size: 0.9em;
	color: #FEFEFE;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a.column-button {
	color: #FEFEFE;
}
.column-button:hover {
	background: #333;
}
.main-column {
	max-width: 960px;
	margin: auto;
	padding: 160px 15px 80px 15px;
	text-align: left;
}
@media screen and (max-width: 800px) {
	.main-column {
		padding: 60px 15px 60px 15px;
	}
}
.main-column-text {
	max-width: 720px;
	margin: auto;
	padding: 60px 0 40px 0;
}
.resize-img {
	max-width: 100%;
	height: auto;
}
.column-jacket-img {
	max-width: 365px;
	height: auto;
	margin: 0 0 1em 0;
}
@media screen and (max-width: 800px) {
	.column-jacket-img {
		max-width: 240px;
	}
}
.fooder-icon {
	max-width: 1.4em;
	height: auto;
}
.fooder-logo {
	width: auto;
	height: 2.4em;
	margin: 2em auto 0 auto;
}
.sns-column img {
	width: 45px;
	padding: 5px;
	height: auto;
}
.message-img {
	display: block;
	margin-bottom: 25px;
}
.message-img img {
	width: 280px;
	height: auto;
}
.copyright-columm {
	padding-bottom: 20px;
	font-size: 0.8em;
	text-align: center;
	background: rgba(0,0,0,1.00);
	color: #FFFFFF;
}
.selang {
	font-family: "Reddit Sans Condensed", "Zen Kaku Gothic New", sans-serif;
}
.article-box {
	position: relative;
	display: inline-block;
	border: 1px #CCC solid;
	width: 273px;
	height: 100px;
	margin: 2px 1px;
	padding: 30px 20px 20px 20px;
	font-size: 1.2em;
	overflow: hidden;
}
.article-box a {
	text-decoration: none;
	color: #222;
}
.article-box a:hover {
	cursor: pointer;
	color: #666;
	text-decoration: underline;
}
.article-box hr {
	border-width: 1px 0 0 0;
	border-style:  solid;
	border-color: #CCC;
}
.article-box p {
	margin-bottom: 2em;
	width: 285px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.article-box span {
	font-size: 0.8em;
	color: #999;
}
.product-box {
	position: relative;
	display: inline-block;
	border: 1px #CCC solid;
	width: 273px;
	height: 300px;
	margin: 2px 1px;
	padding: 30px 20px 20px 20px;
	font-size: 0.8em;
	text-decoration: none;
	overflow: hidden;
}
.product-box :hover {
	cursor: pointer;
	opacity: 0.8;
}
.product-box p {
	margin: 1em;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
@media screen and (max-width: 800px) {
	.product-box {
	width: 138px;
	height: 155px;
	font-size: 0.6em;
	}
}
.catlabel {
	position: absolute;
	top: 42%;
	font-size: 0.7em;
}
.newicon {
	color: #F00 !important;
}
.space-line {
	display: inline-block;
	height: 30px;
	clear: both;
}
.space-both {
	display: inline-block;
	width: 100%;
	margin-bottom: 3em;
	clear: both;
}
.icon-link {
	width: auto;
	height: 0.7em;
	padding-left: 0.2em;
}
.archives-link a {
	text-decoration: none;
}
.parent {
	text-align: center;
}
a.target-button {
	display: inline-block;
	min-width: 300px;
	height: auto;
	padding: 1em;
	margin: 4em auto;
	border-radius: 50px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #F36775;
	text-align: center;
}
a.target-button:hover {
	background-color: #38A6B1;
	transition-duration: 0.26s;
}
/* Instagram Widget*/
.instagram-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); /* 180pxの正方形を自動調整 */
    gap: 10px; /* 画像同士の間隔 */
    justify-content: center;
    max-width: 1000px; /* ギャラリー全体の最大幅（適宜変更OK） */
    margin: auto;
}

.instagram-gallery img {
    width: 180px; /* 180px固定 */
    height: 180px; /* 180px固定 */
    object-fit: cover; /* 画像をトリミングして均一な見た目にする */
    border-radius: 5px; /* 角を少し丸める（好みで変更） */
}

