@charset "UTF-8";

@import url("https://use.typekit.net/ssx5rfz.css");

/* Common */

* {
-webkit-text-size-adjust: 100%;
}

html {
margin: 0;
padding: 0;
font-size: 62.5%;
}
body {
position: relative;
font-family: fot-tsukuardgothic-std, sans-serif;
letter-spacing: 0.04em;
font-size: 1.4rem;
color: #564432;
line-height: 1.0em;
margin: 0;
padding: 0;
overflow-y: scroll;
word-wrap: break-word;
background: #fff;
font-style: normal;
font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
ol,
dl,
dt,
dd,
table,
tr,
th,
td,
span,
strong {
line-height: 1.0em;
letter-spacing: 0.04em;
margin: 0;
padding: 0;
font-style: normal;
font-weight: 700;
}
li {
list-style-type: none;
list-style-position: outside;
}
table {
border-collapse: collapse;
}
img {
vertical-align: bottom;
max-width: 100%;
height: auto;
}
a {
text-decoration: none;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
a:hover {
text-decoration: none;
}
a img {
border: none;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
a:hover img {
opacity: 0.6;
_filter: alpha(opacity=60);
}
a:focus {
outline:none;
}
button {
background-color: transparent;
border: none;
cursor: pointer;
outline: none;
padding: 0;
appearance: none;
}
input, 
textarea, 
select,
button {
outline: none;
margin: 0;
padding: 0;
border: none;
font-family: fot-tsukuardgothic-std, sans-serif;
color: #564432;
font-size: 1.4rem;
letter-spacing: 0.08em;
line-height: 1.4em;
}
select {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
border-radius: 0;
border: 0;
margin: 0;
padding: 0;
background: none transparent;
vertical-align: middle;
font-size: inherit;
color: inherit;
box-sizing: content-box;
}


/* Clearfix */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-table;
}
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
.clear {
clear: both;
}




/* Header */

.header {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: center;
-webkit-align-items: center;
justify-content: space-between;
-webkit-justify-content: space-between;
}
.header h1 {
    margin: 0;
    border: solid 5px #FFF;
}
.header .ico-menu {
margin-left: auto;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: center;
-webkit-align-items: center;
}
.header .btn {
font-size: 1.3rem;
color: #564432;
border: 2px solid #564432;
border-radius: 4px;
width: 236px;
line-height: 36px;
display: block;
text-align: center;
}
.header .btn:before {
content: '';
width: 17px;
height: 16px;
display: inline-block;
background: url(../images/ico-cart.png) center center /cover no-repeat;
position: relative;
top: 3px;
margin-right: 12px;
}
.header .btn:hover {
background: #f2f2f2;
}
.header .btn .sp {
display: none;
}
.header ul {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: center;
-webkit-align-items: center;
}
.header ul li {
width: 40px;
margin-left: 16px;
}




/* Rule */

.fancybox-container {
font-family: fot-tsukuardgothic-std, sans-serif;
}
.fancybox-content {
margin: 0 auto;
padding: 80px;
width: 800px;
box-sizing: border-box;
}
.fancybox-content h3 {
font-size: 1.6rem;
line-height: 1.4em;
margin-bottom: 8px;
}
.fancybox-content h3:before {
content: '';
width: 8px;
height: 8px;
display: inline-block;
background: #d2d2d2;
margin-right: 8px;
position: relative;
top: -2px;
}
.fancybox-content p {
line-height: 1.8em;
font-weight: 400;
}
.fancybox-content p a {
color: #009e96;
}
.fancybox-content p + h3 {
margin-top: 32px;
}





/* Parts */

.pcNone {
display: none;
}
.spNone {
display: block;
}
.mtb {
margin: 60px auto !important;
}
ul.tab {
margin-top: 40px;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: center;
-webkit-align-items: center;
justify-content: center;
-webkit-justify-content: center;
}
ul.tab li.now {
color: #564432;
background: url(../images/bg.jpg) left center;
width: 320px;
height: 80px;
box-sizing: border-box;
border-radius: 6px 6px 0 0;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: center;
-webkit-align-items: center;
justify-content: center;
-webkit-justify-content: center;
}
ul.tab li a {
color: #b2b2b2;
background: #fff;
width: 320px;
height: 80px;
box-sizing: border-box;
border-radius: 6px 6px 0 0;
border-top: 1px solid #ddd;
border-right: 1px solid #ddd;
border-left: 1px solid #ddd;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: center;
-webkit-align-items: center;
justify-content: center;
-webkit-justify-content: center;
}
ul.tab li a:hover {
background: #f2f2f2;
}
ul.tab li {
margin: 0 10px;
}
ul.tab li span {
font-size: 2.4rem;
margin-left: 20px;
}
.wrapper {
padding: 20px 20px 60px;
background: url(../images/bg.jpg) left center;

}
.txtBnr {
text-align: center;
max-width: 1000px;
margin: 0 auto; 
padding: 0;
box-sizing: border-box;
/*
padding: 80px 20px;
background: rgba(255,255,255,0.72);
box-shadow: 0px 0px 8px 0px rgba(6, 1, 2, 0.20);
*/
}
.txtBnr p {
font-size: 2.4rem;
line-height: 2.0em;
}
.txtBnr p strong {
background: linear-gradient(transparent 60%, #ffff66 60%);
}
ul.nav {
margin: 36px auto;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: flex-end;
-webkit-align-items: flex-end;
justify-content: center;
-webkit-justify-content: center;
}
ul.nav li {
font-size: 1.6rem;
margin: 0 10px;
}
ul.nav li a {
text-align: center;
color: #564432;
display: block;
width: 200px;
line-height: 56px;
box-sizing: border-box;
border: 2px solid #564432;
box-shadow: 0 4px #564432;
border-radius: 4px;
position: relative;
}
ul.nav li a:after {
content: '';
width: 6px;
height: 10px;
display: block;
position: absolute;
top: 50%;
right: 16px;
margin-top: -5px;
background: url(../images/ico-link.png) center center /cover no-repeat;
}
ul.nav li a:hover {
background: #fff;
line-height: 64px;
}
.cts01 {
max-width: 1360px;
margin: 60px auto 0 auto;
}
.ttlM {
text-align: center;
font-size: 3.2rem;
}
.ttlS {
    max-width: 675px;
    margin: 0 auto;
    font-size: 2.2rem;
    margin-top: 60px;
}
.ttlM span {
display: block;
font-size: 1.4rem;
margin-top: 16px;
}
.cts02 {
max-width: 972px;
margin: 0 auto;
padding: 120px 0;
}
.csImg {
display: block;
margin: 0 auto;
}



/* UsersPost */

.ctsPost {
background: #fff;
padding: 120px 0;
}
.ctsPost .txt {
line-height: 2.0em;
width: 675px;
margin: 60px auto 0 auto;
}
.ctsPost div.txt p{
	line-height: 2.0em;
}


.ctsPost .i_txt {
	line-height: 2.0em;
}

.ctsPost .txt.top{
	margin-top: 30px;
}

.ctsPost .txt_list{
width: 675px;
margin: 10px 0;
}
.ctsPost .txt_list li{
line-height: 2.0em;
text-indent:-1em;
padding-left:1em; 
}


.sr-sh-filters.sr-sh-theme-filters.sr-sh-navigation.sr-sh-theme-navigation{
display: none;
}
.sr-sh .sr-sh-theme-statistics .sr-sh-theme-statistics__item {
display: none;
}
.sr-sh-theme-card__description-container.sr-sh-theme-card__text-position-bottom {
display: none;
}
#social-hub-wrapper {
width: 1106px;
margin: 0 auto;
}
.sr-sh-items.sr-sh-theme-items {
width: 1106px;
margin: 0 auto;
}
.sr-sh-item {
width: 156px !important;
height: 156px !important;
margin: 1px;
overflow: hidden;
}
.sr-sh-theme-card__wrapper {
box-shadow:none;
margin: 0;
border-radius: 0;
}
.sr-sh-theme-card__wrapper .sr-sh-theme-card {
border-radius: 0;
}
.sr-sh .sr-sh-theme-btn, .ngdialog .sr-sh-theme-btn {
margin: 30px auto 0 auto;
}



/* Present */

.ribbon {
display: inline-block;
position: relative;
width: 100%;
height: 120px;
vertical-align: middle;
text-align: center;
margin: 0 auto 40px auto;
background: #7f281f;
color: #fff;
box-sizing: border-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: center;
-webkit-align-items: center;
justify-content: center;
-webkit-justify-content: center;
}
.ribbon:before, .ribbon:after{
content: '';
border-style: solid;
position: absolute;
width: 0;
height: 0;
z-index: 1;
border-color: #7f281f transparent;
}
.ribbon:before{
top: 0;
left: -24px;
border-width: 60px 0 60px 24px;
}
.ribbon:after{
top: 0;
right: -24px;
border-width: 60px 24px 60px 0;
}
.ribbon p {
font-size: 2.8rem;
}
.ribbon span {
font-size: 1.8rem;
display: block;
margin-top: 12px;
}
.ctsPresent .list {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: flex-start;
-webkit-align-items: flex-start;
justify-content: center;
-webkit-justify-content: center;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
}
.ctsPresent .list .col {
background: rgba(255,255,255,0.84);
box-sizing: border-box;
max-width: 304px;
padding: 12px;
margin: 0 10px 20px 10px;
box-shadow: 0px 0px 8px 0px rgba(6, 1, 2, 0.12);
}
.ctsPresent .list .col img {
width: 280px;
display: block;
margin: 0 auto;
}
.ctsPresent .list .col p {
font-size: 1.6rem;
line-height: 1.8em;
margin: 8px 0;
}
.ctsPresent .list .col span {
font-size: 1.2rem;
display: block;
box-sizing: border-box;
border: 1px solid #564432;
width: 60px;
padding: 8px 0;
text-align: center;
margin-left: auto;
}
.txtMin {
text-align: right;
margin-top: 10px;
}




/* Footer */

.footer {
text-align: center;
padding: 60px 20px 0 20px;
}
.message {
    text-align: center;
    font-size: 230%;
    margin: 27px 0 0;
}
.message p {
		line-height: 1.3;
}


/* 応募規約 */

ul.attention_list {
    width: 95%;
    max-width: 675px;
    margin: 0 auto;
}
ul.attention_list li {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5;
    margin: 15px 0 0;
}
ul.attention_list li.sub-attention {
    padding-left: 2em;
    margin: 5px 0;
}
ul.attention_list li.indent_number{
    padding-left: 2em;
    margin: 5px 0;
    text-indent: -2em;
}
ul.attention_list li.tips {
    text-indent: 0;
    padding-left: 0;
    line-height: 1.5;
    margin:15px 0 0;
}
ul.attention_list li.tips.mb_30{
  margin-bottom: 15px;
}
ul.attention_list.mt_30{
  margin-top: 15px;
}










@media only screen and (max-width: 768px) {
.ctsPost {
    background: #fff;
    padding: 100px 0;
}
.message {
    text-align: center;
    font-size: 125%;
    margin: 15px 0 0px;
    padding-bottom: 8px;
}
/* Header */

.header {
padding: 0;
-webkit-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.header h1 {
    margin: 0 auto 0 0;
}
.header ul li {
width: 24px;
margin-left: 12px;
}



/* Parts */

.pcNone {
display: block;
}
.spNone {
display: none;
}
.mtb {
margin: 10px auto !important;
}
ul.nav {
margin: 10px auto;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
}
ul.nav li {
font-size: 1.3rem;
margin: 5px 4px;
}
ul.nav li a {
width: 140px;
line-height: 32px;
border: 1px solid #564432;
box-shadow: 0 2px #564432;
}
ul.nav li a:after {
right: 10px;
}
ul.nav li a:hover {
background: none;
line-height: 32px;
}
.cts01 {
max-width: none;
margin: 20px auto;
}
.ttlM {
font-size: 2.0rem;
margin-bottom: 16px;
}
.ttlM span {
font-size: 1.0rem;
margin-top: 6px;
}
.ttlS {
    width: 95%;
    font-size: 1.8rem;
}
.cts02 {
max-width: none;
padding: 40px 20px;
}
.csImg {
width: 60%;
}

  .sp_block{
    padding: 0 5%;
  }


/* Entry */


.sp_br{
	display: none;
	}


/* Footer */

.footer {
font-size: 1.2rem;
padding: 20px 0 10px 0;
}
}
@media print {
	body{
		width: 1000px;
		margin: auto;
	}
}
