@charset "UTF-8";
/* CSS Document */

/* Reset -------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;box-sizing: border-box;}
:focus {outline: 0;}

ol, ul {list-style: none outside none;}
table {border-collapse: collapse;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

html {overflow-y: scroll;}
body{
font:80%/1.5 "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

color:#000;
-webkit-text-size-adjust: 100%;
background:#fff;
}
html>/**/body {}
* + html body {font-family: "メイリオ","Meiryo";}

object, embed	{vertical-align: top;}
hr, legend	{display: none;}
img {-ms-interpolation-mode: bicubic; }
li	{list-style-type: none;}
p, dd, blockquote {text-align: justify;text-justify: inter-ideograph;}
a	{overflow: hidden;outline: none;}

strong {font-weight: bold;}
sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* -------------------------------------------- */


/* Style -------------------------------------------- */

html {
    font-size: 62.5%;
}

body {
    box-sizing: border-box;

	color: #231815;
	font-size: 1.6em;
	line-height: 1.7;
    
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    
    position: relative;
    z-index: 1;
    
    background-color: #fff;
}
body *{
  box-sizing: border-box;
}
a{
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	color: #333;
	transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}


p{
    font-size: 1.6rem;
    line-height: 1.8;
}
h3, h4, h5{
    font-size: 1.6rem;
    line-height: 1.8;
}
br.pc{
    display: block;
}
@media only screen and (max-width: 750px){
p{ font-size: 1.4rem; }
h3, h4, h5{ font-size: 1.4rem; }
br.pc{ display: none; }
}



.ivmvel{
	opacity: 0.0;
	-webkit-transform: translate(0, 20px); 
	transform: translate(0, 20px); 
	transition: all 0.4s ease;
}
.ivmv{
	opacity: 1.0;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0); 
}



header.page {
	width: 100%;
	height: 120px;
}

header.page .inner{
    width: 95%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: block;
    
    position: relative;
	z-index: 500;
}
header.page .logo{
    box-sizing: border-box;
    position: absolute;
	z-index: 700;
    right: 4px;
    top: 20px;
    width: 160px;
    display:flex;
    justify-content:center;
    align-items:center;
/*    background-color:#000;*/
}
header.page .logo h1{
    width: 100%;
}
header.page .logo img{
    width: 100%;
    height: auto;
    line-height: 0;
}
@media only screen and (max-width: 750px){
header.page {
	height: 100px;
}
header.page .logo{
    width: 120px;
}
}





.mainTitle{
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.mainTitle h1{
    width: 100%;
}
.mainTitle img{
    width: 100%;
    height: auto;
}


.lead{
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 60px;
}
.lead p{
    font-size: 2.2rem;
    line-height: 1.8;
    text-align: center;
}

@media only screen and (max-width: 750px){

.lead{
    margin-bottom: 40px;
}
.lead p{
    font-size: 1.6rem;
    text-align: left;
}

}


.contentArea{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    
    position: relative;
    z-index: 5;
}

section.content{
    box-sizing: border-box;
    width: 100%;
    
    margin-bottom: 100px;
}

@media only screen and (max-width: 750px){

section.content{
    margin-bottom: 60px;
}

}



.introduction{
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    
    border: 5px solid #004097;
    border-radius: 20px;
    
    position: relative;
}

.introduction .craftImage{
    width: 20%;
    
    position: absolute;
    right: 30px;
    top: 30px;
}
.introduction .craftImage img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.introduction p{
    padding: 30px calc(20% + 50px) 30px 30px;
}

.introduction .materal{
    width: 90%;
    margin: 0 auto;
}
.introduction .materal img{
    width: 100%;
    height: auto;
}


@media only screen and (max-width: 750px){

.introduction .craftImage{
    right: 20px;
    top: 20px;
}
.introduction .craftImage img{
    border-radius: 15px;
}
.introduction p{
    padding: 20px calc(20% + 40px) 20px 20px;
}

}


.comment{
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}
.comment h2{
    text-align: center;
    margin-bottom: 30px;
}
.comment h2 .title{
    display: inline-block;
    
    font-size: 2.4rem;
    font-weight: 500;
    color: #fff;
    
    background-color: #004097;
    padding: 5px 50px;
    border-radius: 20px;
}
.comment .content{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.comment .photo{
    width: 30%;
}
.comment .photo img{
    display: inline-block;
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.comment .text{
    width: 65%;
}
.comment .name{
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 20px;
}
.comment .kana{
    font-size: 1.8rem;
    font-weight: 400;
}

.comment p{
    font-size: 1.5rem;
}

@media only screen and (max-width: 750px){

.comment h2{
    margin-bottom: 20px;
}
.comment h2 .title{
    font-size: 1.8rem;
    padding: 3px 30px;
    border-radius: 15px;
}
.comment .photo{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.comment .photo img{
    max-width: 250px;
    border-radius: 15px;
}

.comment .text{
    width: 100%;
}
.comment .name{
    font-size: 1.8rem;
    margin-bottom: 15px;
}
.comment .kana{
    font-size: 1.5rem;
}

.comment p{
    font-size: 1.4rem;
}

}



.message{
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    
    margin-bottom: 60px;
}

.message .header{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    flex-direction: row-reverse;
    
    margin-bottom: 50px;
}

.message .dockey{
    width: 56%;
}
.message .dockey img{
    width: 100%;
    height: auto;
}

.message .suwa{
    width: 40%;
}
.message .suwa .photo{
    width: 100%;
    line-height: 0;
}
.message .suwa img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.message .suwa .source{
    width: 100%;
    text-align: right;
    font-size: 1.3;
}

.message .body p{
    font-size: 1.8rem;
}
.message .body p.name{
    text-align: right;
    font-size: 2.0rem;
    margin-top: 20px;
}

@media only screen and (max-width: 750px){

.message{
    margin-bottom: 40px;
}

.message .header{
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    
    margin-bottom: 50px;
}

.message .dockey{
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
.message .dockey img{
    display: inline-block;
    max-width: 350px;
}

.message .suwa{
    width: 100%;
}
.message .suwa img{
    display: block;
    max-width: 280px;
    margin: 0 auto;
    border-radius: 15px;
}
.message .suwa .source{
    font-size: 1.3rem;
    max-width: 300px;
    margin: 0 auto;
}

.message .body p{
    font-size: 1.6rem;
}
.message .body p.name{
    font-size: 1.8rem;
    margin-top: 20px;
}

}




.prizeList{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
    position: relative;
}
.prizeList::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    
    width: 1px;
    height: 100%;
    background-color: #ccc;
}
.prizeList .prize{
    width: 46%;
    padding-bottom: 60px;
    margin-bottom: 80px;
    
    border-bottom: 1px solid #ccc;
}


@media only screen and (max-width: 750px){

.prizeList::before{
    content: none;
}
.prizeList .prize{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 60px;
}

}



.prize h2{
    text-align: center;
    margin-bottom: 30px;
}
.prize h2 .title{
    display: inline-block;
    
    font-size: 2.4rem;
    font-weight: 600;
    
    padding: 5px 50px;
    border-radius: 20px;
    
    background-image: url("img/bg_prizeTitle.png");
    background-repeat: repeat-x;
    background-position: center center;
    background-size: auto 100%;
}

.prize .mainImage{
    width: 100%;
    margin-bottom: 20px;
}
.prize .mainImage img{
    width: 100%;
    height: auto;
}


.prize table.outline{
    width: 100%;
    margin-bottom: 30px;
}
.prize table.outline th,
.prize table.outline td{
    font-size: 2.6rem;
    font-weight: 700;
}
.prize table.outline th{
    color: #004097;
    text-align: right;
    white-space: nowrap;
}


.prize .thumb{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.prize .thumb a{
    display: block;
    width: 100%;
    text-align: center;
}
.prize .thumb .image{
    display: block;
    width: 100%;
    line-height: 0;
}
.prize .thumb .image img{
    width: 100%;
    height: auto;
}

.prize .thumb .linkBtn{
    display: inline-block;
    text-align: center;
    
    font-size: 2.0rem;
    font-weight: 600;
    color: #fff;
    padding: 5px 30px;
    background-color: #e99500;
    border-radius: 10px;
}

.prize .thumb a:hover{
    opacity: 0.8;
}


.prize .review{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
    padding: 10px 10px;
    background-color: #004097;
    border-radius: 20px;
}
.prize .review .photo{
    width: 20%;
    line-height: 0;
}
.prize .review .photo img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.prize .review .text{
    width: 75%;
}
.prize .review .text p{
    font-size: 2.0rem;
    font-weight: 400;
    color: #fff;
    
    padding: 10px 20px 15px 0;
}


@media only screen and (max-width: 750px){

.prize h2{
    margin-bottom: 30px;
}
.prize h2 .title{
    font-size: 2.2rem;
    
    padding: 5px 30px;
    border-radius: 15px;
}

.prize .mainImage{
    margin-bottom: 20px;
}

.prize table.outline{
    margin-bottom: 20px;
}
.prize table.outline th,
.prize table.outline td{
    font-size: 2.0rem;
}

.prize .thumb{
    width: 90%;
    margin-bottom: 40px;
}

.prize .thumb .linkBtn{
    font-size: 1.8rem;
    padding: 5px 30px;
    background-color: #e99500;
    border-radius: 10px;
}

.prize .review{
    padding: 20px 30px 25px;
    border-radius: 20px;
}
.prize .review .photo{
    width: 100%;
    margin-bottom: 20px;
}
.prize .review .photo img{
    max-width: 120px;
    margin: 0 auto;
}
.prize .review .text{
    width: 100%;
}
.prize .review .text p{
    font-size: 1.6rem;
    padding: 0;
}

}




.detailBox{
    width: 96%;
    max-width: 1200px;
    
    background-color: #fff;
        
    display: none;
}
.workDetail{
    width: 90%;
    margin: 60px auto;
    
    display: flex;
    flex-wrap: nowrap;
}
.workDetail ul.imageList{
    width: 100%;
}
.workDetail ul.imageList li{
    width: 100%;
    line-height: 0;
    margin-bottom: 20px;
}
.workDetail ul.imageList li img{
    width: 100%;
    height: auto;
}

.fancybox-content {
    padding: 0;
}

@media only screen and (max-width: 750px){

.workDetail{
    margin: 30px auto;
}

}





.copyright{
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    margin-bottom: 20px;
}
.copyright p{
	font-size: 1.1rem;
    text-align: center;
}

footer{
}








