@charset "utf-8";
/* CSS Document */


@font-face {
  font-family: 'futura'; /* 任意につけれる */
  src: url(FUTURAHI.TTF); /* パスを指定 */
}

html{
    width: 100%;
    overflow-x: hidden;
}


/******************************* 共通パーツ *******************************/
.smt{
    display:none;
}
strong,em{
    font-weight:normal;
}
body{
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Roboto, "游ゴシック", YuGothic, "Yu Gothic", Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    overflow-x: hidden;
}
section{
    clear: both;
}
img{
    max-width: 100%;
}
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  


/*:::::::::::::header:::::::::::::::::*/
header{
        width: 100%;
}

header .honma_header{
    background-color:#000;
    padding: 10px 3%;
    box-sizing: border-box;
}
.header_logo{
    height:33px;
    vertical-align:middle;
}
.honma_logo{
    width:116px;
    height:auto;
    float:left;
    line-height: 1;
}

#left_honma_logo{
  width: 116px;
    height: auto;
    float: right;
    line-height: 1;
}


/*:::::::::::::footer:::::::::::::::::*/
footer {
}

footer .copy{
    color: #fff;
    background: #000;
    font-family: Oswald, "ヒラギノ角ゴ Pro W3", Verdana, "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 11px;
    padding: 20px;
    text-align: center;
}


html, body, h1, h2, h3, h4,
ul, ol, dl, li, dt, dd, p, div, span,
img, a, table, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
 
article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}



p{ font-size: large;
    line-height: initial;}

body {
    font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3", Verdana, "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    overflow-x: hidden;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/***************************/
#page-top {
  margin: 0 ;
  padding: 0 ;
  z-index: 99999;
  position: relative;
}
 
#page-top p {
  margin: 0 ;
  padding: 0 ;
  position: fixed ;
  right: 16px ;
  bottom: 16px ;
}
 
#move-page-top {
  display: block ;
  background: #000 ;
  width: 50px ;
  height: 50px ;
  color: #fff ;
  line-height: 50px ;
  text-decoration: none ;
  text-align: center ;
  -webkit-transition:all 0.3s ;
  -moz-transition:all 0.3s ;
  transition:all 0.3s ;
  opacity: 0.5 ;
  border-radius: 5px;
}

#move-page-top:hover {
  color: #fff;
}



/***************************/

#main_img {
}
#main_img img {
    width: 100%;
    margin: auto;
}

.wrapper {
    text-align: center;
    color: #000;
    background: #fff;
    background: linear-gradient(to right, #ffffff, #ebecec);
}

#inc_club {
	margin:0 auto;
	color: #000;
	font-size: 10px;
	z-index: 10;
    position: relative;
    background-size: 30px 30px;
}

/******/
#inc_club #head{
    padding: 10px;
}

#inc_club #campaign_head{
    background: #000000;
}


#inc_club .contents {
    max-width: 1024px;
    margin: 0 auto;
    background: transparent;
}

#inc_club #notes{
	clear: both;
	background: #ec6605;
	color: #fff;
	max-width: 980px;
	margin: 0 auto;
	padding: 2%;
    height: 400px;
    display: block;
    overflow-y: scroll;
    box-sizing:border-box;
    width: 95%;
}

#inc_club #notes h2{
	text-align: center;
	margin: 1% 0 1%;
}

#inc_club #notes ul{
	text-align: left;
}

#inc_club #notes li{
	list-style-type: disc;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 2%;
    margin-left: 20px;
}

.h2{
    margin-bottom: 4%;
    max-width: 30%;
    margin-top: 2%;
}

.item_box{
    margin-bottom: 2%;
}

.item_box .title{
    
}

#shop_bnr{
    max-width: 1010px;
    margin: 0 auto;
    clear: both;
    margin: 4% auto 0;
}

#shop_bnr a{
    width: 49.4%;
    display: inline-block;
    margin-bottom: 4%;
    padding: 0 10px;
    box-sizing: border-box;
}

#link_bnr{
    max-width: 1010px;
    margin: 0 auto;
    clear: both;
}

#link_bnr li{
    width: 49.4%;
    display: inline-block;
    margin-top: 0.4%;  
    vertical-align: top;
    text-align: left;
    padding: 0 10px;
    box-sizing: border-box;
}

#link_bnr li p{
    font-size: medium;
    margin: 2% 0;
}


/*--------------------応募方法---------------*/
#method{
    padding-top: 4%;
    padding-bottom: 4%;
}

.apply{
    padding: 25px;
    border: 4px double #000;
    background: #fff;
    max-width: 920px;
    margin: 0 auto 40px; 
}

.apply .title{
    background: #000;
    margin: -25px -25px 25px;
    padding: 15px;
    color: #fff;
    font-size: large;
    font-weight: bold;
}

.apply .notes{
    text-align: left;
    border: 1px solid #000;
    padding: 20px;
    line-height: 1.2;
    font-size: 115%;
    list-style: inherit;
    margin-bottom: 40px;
    height: 400px;
    overflow-y: scroll;
}

.apply .notes li{
    list-style: disc;
    margin-left: 18px;
    margin-top: 5px;
    font-size: medium;
}
.apply .inquiry{
    margin: 60px 0 25px;
}
.apply .inquiry .inquiry_title{
    font-weight: bold;
}
.apply .inquiry .text{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 20px 0;
    margin-top: 20px;
    line-height: 1.8;
}

#notes-strong{
    list-style: none;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}


@media only screen and (max-width:768px){
    #shop_bnr a{
        width: 95%;
        padding: 0;
    }

    #link_bnr{
        width: 95%;
    }

    #link_bnr li{
        padding: 0;
    }


    #link_bnr li:first-child{
        padding-right: 5px;
    }

    #link_bnr li:last-child{
        padding-left: 5px;
    }

    #link_bnr li p{
        font-size: 12px;
    }
}


/*--------------------応募方法---------------*/

@media only screen and (max-width:768px){
    .apply .notes li{
        font-size: small;
    }


    .apply .notes::-webkit-scrollbar {
      background:#f1f1f1;
      width:17px;
    }
    .apply .notes::-webkit-scrollbar-thumb {
      background:#c1c1c1;
    }
}


@media only screen and (max-width:450px){
    .apply .inquiry .text{
        font-size: small;
        font-weight: bold;
    }
}


/***************************/
.animation_slidein {
    opacity: 0;
    transition: opacity 0.3s, -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s, -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translate(0, 80px);
    -ms-transform: translate(0, 80px);
    transform: translate(0, 80px);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.animation_slidein.effect{
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
}

.animation_bottomin{
    opacity: 0;
}

.animation_bottomin.effect{
    opacity: 1;
    transition: opacity 0.6s 0.3s;
    -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
            transform-origin: center bottom; 
    -webkit-animation-name: keyframeScaleBottomIn; 
            animation-name: keyframeScaleBottomIn;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
}

@keyframes keyframeScaleIn {
    0% {
        -webkit-transform: scale(0.6);
                transform: scale(0.6);
    }
    80% {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@keyframes keyframeScaleBottomIn {
    0% {
        -webkit-transform: scale(0.6) translate(0, 40px);
                transform: scale(0.6) translate(0, 40px);
    }
    50% {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes keyframeScaleTopIn {
    0% {
        -webkit-transform: scale(0.6) translate(0, -40px);
                transform: scale(0.6) translate(0, -40px);
    }
    50% {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}


footer {
    padding: 0px 0px 0px;
}

#main_img{
    position: relative;
    overflow: hidden;
}

#main_img img{
    position: relative;
    z-index: 1;
}


header nav {
    padding: 0;
}


/***************************/
#club #inc_club .contents {
    max-width: 1200px;
    width: 95%;
}

@media screen and (max-width: 768px){
    #main_img {
        width: 120%;
        margin-left: -8.5%;
    }
}

/***************************/
.application h3 {
    font-size: 45px;
    color: #fff;
    font-weight: bold;
    background: #000000;
    padding: 2%;
}

.application ol {
    list-style: none;
    text-align: left;
    max-width: 920px;
    margin: 4% auto;
}
.application ol li {
    list-style: none;
    background: #e3e3e3;
    padding: 4% 2%;
    font-size: 18px;
    margin-bottom: 5%;
}
.application ol li.icon {
    background: none;
    text-align: center;
    padding: 0;
    margin: -4% auto 1%;
    font-size: 40px;
}
.application ol li span {
    color: #aa8232;
    font-size: 120%;
    font-weight: bold;
}

.application .btn {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #aa8232;
    color: #FFF;
    border-bottom: solid 4px #765107;
    border-radius: 5px;
    font-size: 35px;

    display: block;
    max-width: 920px;
    margin: 0 auto;
}
.application .btn:hover {
    border-bottom: none;
    border-bottom: 4px solid #a0792c;
    opacity: 0.9;
    transition: 0.6s;
}
.application .btn a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    display: block;
}
.application .btn.gray {
    font-weight: bold;
    background: #d0d0d0;
    color: #a1a1a1;
    border-bottom: solid 4px #d0d0d0;
}
.application .btn.gray:hover {
    opacity: 1;
    border-bottom: solid 4px #d0d0d0;
}

@media screen and (max-width: 768px){
    .application h3 {
        font-size: 30px;
    }
    .application .contents {
        width: 90%;
        font-size: 10px;
        margin: 0 auto;
    }
    .application ol li {
        padding: 6% 5%;
        font-size: 160%;
        margin-bottom: 0;
    }
    .application ol li.icon {
        font-size: 35px;
        margin: -1% auto -1%;
    }
    .application .btn {
        width: 100%;
        font-size: 270%;
        margin: 5% auto;
    }
}
