@import url('/css/legacy/parts.css');
:root {
--theme-color: #e1d5c6;
}

/*common*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
font-size: 20px;
}

.sp-page {
background-color:#fff;
font-size: 1.0rem;
line-height: 1.5;
font-feature-settings : "palt";
}

ol.breadcrumbsV2 {max-width: 100%;}
ol.breadcrumbsV2 * {font-size: 0.8rem;}

.l-container {
max-width: 1100px;}
a:hover img {opacity: 0.8;
}

.flexCol2 {
display: flex; 
}

.flexCol2 ul {
flex-shrink: 0;
}

.flexCol2 .prizeImg {
width:450px; 
margin: 0 0 0 90px;
font-size: 0.8rem;
}

.flexCol2 .prizeImg img {
width:200px; 
display: block;
margin: 0 auto 5px;
}


.flexCol2 .prizeImg .notes li {
font-size: 0.9rem;
}

b, strong, em, h2, h3, 
#requirements dt {
font-weight: 700;
}

#wrapper {
width: 100%;
}

#wrapper img {
/* width: auto; */
vertical-align: bottom;
}

/* .contents {
background-color:#fff;
line-height: 1.4rem;
padding: 20px 50px;
max-width: 1234px;
margin: auto;
font-size: 17px;
} */

.contentsInner {
padding: 0 40px;}

h2 {
font-size: 40px;
margin: 10px 0 40px;
text-align: center;
font-family: "sictype", sans-serif;
font-weight: 400;
font-style: normal;
color: #3e2401;
min-height: 120px;
background: url(img/bg_h2.png) no-repeat center bottom;
background-size: 270px;
padding-top: 15px;
}

#lead h2 {
font-size: 36px;
letter-spacing: -0.1rem;
min-height: auto;
background: none;
padding-top: 0px;
margin-bottom: 20px;
}

.font-sictype {
font-family: "sictype", sans-serif;
font-weight: 400;
font-style: normal;
}

.sns {margin-bottom: 1rem;}

.notice,
p.notes,
ul.notes li{
font-size:20px;
text-indent:-1rem;
padding-left:1rem;
line-height: 1.5;
margin-bottom: 0;
}

p.notes::before,
ul.notes li::before {
content: '※';
margin-right: 0.1rem;
}

.ext-link::after {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
content: "";
margin-left: 0.2rem;
}

/* === .zoom === */
/*.zoom{
display:inline-block;
position:relative;
vertical-align:top;
}*/
.zoom:after{
content:"";
width:22px;
height:22px;
background:url(img/zoom.png) no-repeat 0 0;
position:absolute; bottom:5px; right:5px;
}
.zoom:hover:after{ background-position:-22px 0; }
span.zoom:after{ display:none; }

.help-link {
font-size: 0.9rem;
margin-top: 5px;
}

.help-link::before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
content: "";
margin-right: 0.2rem;
}

.titleArea {
position: relative;
width: 100%;
height: 500px;
}

.titleArea::after {
content: "";
display: block;
width: 100%;
height: 60px;
background: url(img/bg1.svg); 
background-size: 101% 60px; 
z-index: 3; 
position: absolute;
bottom:0;
}

.titleArea .h1Area {
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 350px;
max-height: 350px;
box-sizing: border-box;
margin: auto;
z-index:3;
}

.slider {
width: 100%;
height: 500px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
padding: 0;
margin: 0;
position: absolute;
z-index: 1;
}
/*スライドは背景画像にする*/
.slider-img {
content: "";
background-repeat: no-repeat;
background-size: 100%;
background-position: center;
width: 100%;
height: 500px;/*スライド画像の高さ*/
}
/*スライダー画像を指定*/
.slider-img-01 {
background-image: url(img/photo_01.jpg);
}
.slider-img-02 {
background-image: url(img/photo_02.jpg);
}
.slider-img-03 {
background-image: url(img/photo_03.jpg);
}
.slider-img-04 {
background-image: url(img/photo_04.jpg);
}
.slider-img-05 {
background-image: url(img/photo_05.jpg);
}
.slick-list {
width: 100%;
}
@keyframes fadezoom {
0% {
transform: scale(1);
}
100% {
transform: scale(1.1); /* 拡大率 */
}
}
.add-zoom {
  animation: fadezoom 10s 0s forwards;
}


/* lead */

#lead {
background:#fff; 
padding: 60px 0;
}


/* prize */

#prize {
background: #fff073 url(img/prize_bg.png) repeat 0 0;
padding: 20px;
border-radius: 12px;
text-align: center;
font-size: 1.1em;
/* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); */
margin: 0 1rem;
margin: auto;
}

#prize b {
display: block;
margin: 0 0 15px;
border-radius: 8px;
background: #fff;
padding: 5px;
font-size: 1.3rem;
padding: 10px;
}

#prize em {
font-size: 1.3rem;
/* color: #ff6600; */
background: linear-gradient(transparent 70%, #ffb580 70%);
font-style: normal;
}

/* about Yamatane */

#aboutYamatane {
background: url(img/bg_yamatane.jpg) no-repeat; 
background-size: cover; 
position: relative;
z-index: 1; 
background-attachment: fixed;
}

#aboutYamatane::before {
content: "";
display: block;
width: 100%;
height: 60px;
background: url(img/bg2.svg); 
background-size: 101% 60px; 
background-position: 0 0;
margin-bottom: 60px;
}

#aboutYamatane::after {
content: "";
display: block;
width: 100%;
height: 60px;
z-index: 2;
background: url(img/bg3.svg); 
background-size: 101% 60px; 
z-index: 2; 
background-position: 0 100%;
margin-top: 60px;
}

#aboutYamatane h3 {
font-family: "sictype", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.8em;
line-height: 1.5;
margin-bottom: 10px;
}

#aboutYamatane h3 em {
color: #073190;
font-size: 1.5em;
}


.colYamatane {
background-color: #fff;
line-height: 1.4rem;
margin: auto;
font-size: 17px;
background: #fff;
padding: 40px;
border-radius: 10px;
display: flex;
align-items: center;
line-height: 1.7;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
max-width: 1300px;
}

.colYamatane .companyInfo {
display: flex;
flex-wrap: wrap;
width: 100%;
margin-bottom: 20px;
}

.colYamatane .companyInfo dt {
width: 8rem;
padding-bottom: 5px;
flex-shrink: 0;
}

.colYamatane .companyInfo dd {
width: calc(100% - 10rem);
padding-bottom: 5px;
}

.colYamatane .companyInfo {
display: flex;
}

.colYamatane>dt {
width: 70%;
}

.colYamatane>dd {
width: 30%;
margin-left: 30px;
}

.colYamatane>dd ul {
/* display: flex; */
}

.colYamatane>dd ul li {
position: relative;
}

.colYamatane>dd ul li:first-of-type{
margin-bottom: 20px;
}

.colYamatane>dd ul li img {
width: 100%;
}

.colYamatane>dd .caption {
margin: 10px 0 0;
text-align: center;
font-size: 17px;
}

.linkBtn {
display: inline-block;
background-color: #FDE823;
border-radius: 6px;
font-weight: bold;
color: #000;
font-size:1.1rem;
margin: 0;
text-decoration: none !important;
padding: 10px 40px;
}

.linkBtn:visited {
color: #000;
}

.linkBtn:hover {
background-color: #ffef5b;
color: #000;
}


/* judges */

#judges {
background: #e9f1e0;
overflow: hidden;
}

#judges::after {
content: "";
display: block;
width: 100%;
height: 60px;
z-index: 2;
background: url(img/bg4.svg); 
background-size: 101% 60px; 
z-index: 2; 
background-position: 0 100%;
margin-top: 60px;
}

#judges dl {
display: flex;
align-items: center;
}

#judges dl dt {
margin-right: 40px;
}

#judges dl dt img {
width: 350px;
border-radius: 50%;
}

#judges dl dd em {
font-size: 1.7em;
}

#judges h2 {
color: #228701;
min-height: 106px;
}

/* === .photos === */
.photos {
text-align: center;
border-bottom: 2px dotted #9fcd90; 
padding-bottom: 1rem;
max-width: 1700px; 
margin: 0 auto 40px; 
padding: 0;
}

.photos ul{
margin: 1rem 0 40px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.photos ul li {
flex-basis: 19%;
}

.photos ul li a{
position: relative;
display: block;
border:1px solid #ccc;
width: 100%;
background: #fff;
box-sizing: border-box;
border-radius: 8px;
}

.photos ul li a:hover {
border-color:#03f;
}
.photos ul li a::before{
content:"";
display: block;
padding-top: 100%; /* 高さを幅の100%に固定 */
}

.photos ul li a img {
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
max-width: 96%;
max-height: 96%;
box-sizing: border-box;
margin: auto;
}


/* requirements */

#requirements::after {
content: "";
display: block;
width: 100%;
height: 60px;
z-index: 2;
background: url(img/bg5.svg); 
background-size: 101% 60px; 
z-index: 2; 
background-position: 0 100%;
margin-top: 60px;
}

#requirements dl {
margin: 1rem;
}

#requirements dt{
margin:1.5em 0 0.3em 0;
padding:3px 0 3px 60px;
min-height: 30px;
/* border-left:6px solid var(--theme-color); */
font-family: "sictype", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.5em;
background-image: url(img/onigiri01.png);
background-repeat: no-repeat;
background-size: 50px;
}


#requirements dt:nth-of-type(2){
background-image: url(img/onigiri02.png);
}

#requirements dt:nth-of-type(3){
background-image: url(img/onigiri03.png);
}

#requirements dt:nth-of-type(4){
background-image: url(img/onigiri04.png);
}

#requirements dt:nth-of-type(5){
background-image: url(img/onigiri05.png);
}

#requirements dt:nth-of-type(6){
background-image: url(img/onigiri06.png);
}

#requirements dt:nth-of-type(7){
background-image: url(img/onigiri07.png);
}

#requirements dd{
padding-left:60px;
}

#requirements ul.prizeList>li{
list-style-type:disc;
margin:0.3em 0 0.5em 1.5em;
line-height: 1.7;
}


/* rule */

#rule {
margin-bottom: 60px;
}


#rule h3:not(:first-of-type)  {
font-size: 1rem;
font-weight: bold;
margin-top: 40px;
margin-bottom: 10px;
border-top:2px dotted var(--theme-color);
padding-top: 40px;
}

#rule::before {
content: "";
display: block;
width: 100%;
height: 60px;
z-index: 2;
background: url(img/bg6.svg); 
background-size: 101% 60px; 
z-index: 2; 
background-position: 0 0;
}

#rule li{
list-style-type:disc;
margin:0.4rem 0 0.5rem 1.5rem;
line-height: 1.5;
}

#rule li b{
font-weight:normal;
color:#c00;
}

#rule p {
margin: 0.4rem 0 0.8rem 1.5rem;
line-height: 1.7;
}


/* method */

#method { 
background: #fbf4e0;
overflow: hidden;
padding-bottom: 40px;
}

#method .flow {
counter-reset:number;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#method .flow li {
width: 49%;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
background:#fff;
border-radius: 8px;
padding: 10px;
position:relative;
text-align:center;
list-style-type:none !important;
margin:0 0 20px 0;
}

#method .flow li:last-child {
margin: auto;
}

#method .flow li b {
background-color:#eee;
display: block;
line-height: 1.7rem;
border-radius: 3px;
padding: 5px;
}

#method .flow li b::before {
counter-increment: number;
content: counter(number);
background: #874e01;
display: inline-block;
width: 24px;
height: 24px;
text-align: center;
border-radius: 50%;
color: #fff;
margin-right: 5px; 
line-height: 24px;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
vertical-align: middle;
margin-bottom: 2px;
}

#method .flow p {
margin:0.5em 0 0 0;
line-height: 1.4rem;
font-size: 1rem;;
}

#method .flow li em {
font-weight: bold;
font-style: normal;
}




.sp-form {
/* border: 2px solid var(--theme-color); */
background: #fff;
padding: 10px;
margin: 1rem 0;
border-radius: 8px;
text-align: center;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.sp-form p {
margin: 0.3rem 0 0 0;
}

.entry-btn{
text-align:center;
margin-bottom:1rem;
}

.entry-btn {
display: block;
padding: 1rem;
background-color: #FDE823;
border-radius: 6px;
font-weight: bold;
color: #000;
font-size:1.1rem;
margin: 10px 10px 0;
text-decoration: none !important;
}
.entry-btn:visited {
color: #000;
}
.entry-btn:hover {
background-color: #ffef5b;
color: #000;
}

/* === timer === */
.timerHidden{ display: none;}
.timerVisible{
display: block;
clear:both;
}
