@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600&display=swap');
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
body #photo120th *{
	box-sizing: border-box;
}
body #photo120th img{
	vertical-align: bottom;
}
body div#content{
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
/* SNS
-------------------------------------------------------------------------*/
.container .sns ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.container .sns ul li {
  margin: 0px 10px 0px 0px;
}
body div.container #photo120th p.caption{
	padding: 10px 0 0;
	font-size: 12px;
}
/* MAIN
-------------------------------------------------------------------------*/
body #photo120th{
	font-size: 14px;
	font-family: YakuHanJP,'Noto Sans JP', sans-serif;
	font-weight: 500 !important;
	font-feature-settings:"pwid";
	color: #000;
	line-height: 1.7;
	padding: 0 20px;
}
body #photo120th p{
	font-size: 14px;
}
body #photo120th p,
body #photo120th figure{
	margin: 0;
	padding: 0;
}
/* mainVisual
-------------------------------------------------------------------------*/
body #photo120th .topimg{
	margin: 0 -20px;
}
body #photo120th .topimg h1 img{
	width: 100%;
}
body #photo120th .topimg p.lead{
	padding: 20px 0 0;
	text-align: center;
}
/* ancArea
-------------------------------------------------------------------------*/
body #photo120th #ancArea{
	margin: 20px -10px 60px;
}
body #photo120th #ancArea ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
body #photo120th #ancArea ul li{
	width: calc((100% - 10px) / 3);
	margin: 0;
}
/* Photo
-------------------------------------------------------------------------*/
body #photo120th #photoGold{}
body #photo120th #photoSilver{}
body #photo120th #photoBronze{}
body #photo120th #photoGold h2{
	width: 274px;
	margin: 0 auto;
}
body #photo120th #photoGold p{
	color: #666666;
	font-size: 16px;
	text-align: center;
	margin: 10px 0 30px;
}
body #photo120th #photoGold h3{
	width: 270px;
	height: 34px;
	margin: 10px auto 20px;
	text-align: center;
	position: relative;
	z-index: 2;
	font-size: 20px;
	font-weight: 600;
}
body #photo120th #photoGold h3:after{
	content: "";
	width: 100%;
	height: 15px;
	background-color: #e6e3b1;
	border-radius: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
body #photo120th #photoGold .boxPhoto{
	text-align: center;
}
body #photo120th #photoSilver h2{
	width: 180px;
	margin: 0 auto;
}
body #photo120th #photoBronze h2{
	width: 160px;
	margin: 0 auto;
}
body #photo120th .boxClmPhoto{
	width: 100%;
	display: block;
}
body #photo120th .boxClm2 .boxPhoto{
	width: 100%;
	margin: 20px 0 20px;
}
body #photo120th .boxClm3 .boxPhoto{
	width: 100%;
	margin: 20px 0 20px;
	text-align: center;
}
body #photo120th .boxClmPhoto h3{
	width: 100%;
	margin: 10px 0 0;
	padding: 10px 0 0;
	border-top: 1px solid #ccc;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
body #photo120th .boxClmPhoto .box{
	width: 100%;
	text-align: center;
}
body #photo120th #photoSilver .boxClmPhoto h3{
	color: #666666;
}
body #photo120th #photoBronze .boxClmPhoto h3{
	color: #d1892b;
}
body #photo120th .boxClmPhoto .boxPhoto p{
	width: 100%;
	color: #666666;
	text-align: left;
}
/* btnMenu
-------------------------------------------------------------------------*/
body #photo120th .btnMenu{
	width: 100%;
	margin: 0 0 60px;
	position: relative
}
body #photo120th .btnMenu:after{
	content: "";
	width: 100%;
	height: 1px;
	background-color: #ccc;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 0;
}
body #photo120th .btnMenu a{
	width: 140px;
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
/* btnBox
-------------------------------------------------------------------------*/
body #photo120th .btnBox{
	width: 100%;
	max-width: 270px;
	margin: 0 auto 70px;
}