@charset "utf-8";
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;margin:0;padding:0}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
body {
	position:relative;
	color: #000;
	word-wrap : break-word;
	overflow-wrap : break-word;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	     -o-text-size-adjust: 100%;
	        text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	 -webkit-font-smoothing: antialiased;
	font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

a {cursor: pointer;}
em {font-weight: bold;}
sup,
sub{
	position: relative;
	height: 0;
	font-size: 70%; line-height: 1;
	vertical-align: baseline;
}
sup{bottom:0.7ex;}
sub{top:0.5ex;}
.font-bold{font-weight:bold;}
/*----------------------------------------
さわらび明朝
----------------------------------------*/
@font-face
{
font-family:Sawarabi Mincho;
src: url('/smartphone/trading_p/the-cacaopro/css/sawarabi-mincho-medium.woff')
	format("woff");}
/*----------------------------------------
あおぞら明朝(さわらび明朝で不足する漢字を補うため)
----------------------------------------*/
@font-face
{
font-family: Aozora Mincho Medium;
src: url('/smartphone/trading_p/the-cacaopro/css/AozoraMinchoMedium.woff')
     format("woff");
}

/* img
==========================================*/
h1 img{
    width: 100%;
}
div.header img,
main img,
div.footer img{
    display:block;
}

/* wrap
==========================================*/
html,body{
	min-width: 100%;
}
.wrap{
	position:relative;
	font-size:1.5rem;
	width:100%;
    overflow: hidden;
}

/* header
==========================================*/
.header{
	position:absolute; top:0; left:0; right:0; z-index:2;
}
.header .header-logo{
	margin:0 auto;
    text-align: center;
}
.header .header-logo img{
	display: inline-block;
	vertical-align: bottom;
    width: 54%;
}
.header .header-logo#top img{
    width: 40%;
}
.header .header-menu{
	position:absolute; right:15px; top:15px; z-index:2;	width: 60px;
}
.header .header-menu li{
	margin:24px 0 0;
}
.header .header-menu li:first-child{
	margin-top:0;
}
.header .header-menu li img{
	width: 100%;
}
.header .box-header-linklist{
	position:absolute;
    top:0;
    right:0;
    z-index:3;
	padding:0 20px 30px;
	background:#dbccb7;
}
.header .box-header-linklist nav{
	margin:25px 0 0;}
.header .box-header-linklist nav li{
	margin:20px 0 0;}
.header .box-header-linklist nav li:first-child{
	margin-top:0;}
.header .box-header-linklist nav li img{
	height: 18px;
}
.header .box-header-linklist .item-sns{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:sflex-start;
	-webkit-justify-content:sflex-start;
	    -ms-flex-pack:sflex-start;
	        justify-content:sflex-start;
	margin:50px auto 0;
}
.header .box-header-linklist .item-sns li{
	margin-right:20px;
}
.header .box-header-linklist .item-sns li img{
	width: 40px;
}

/* header menu Fadein-out
==========================================*/
.header .box-header-linklist{
    left: 0;
	display:none;
	opacity:0;
	-webkit-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
}
.header .box-header-linklist.open{
	opacity:1;
}

/* header menu Slidein-out
==========================================*/
/*.header .box-header-linklist{
    left:100vh;
}
.header .box-header-linklist.open .js-menu-close{
	display: block;
}
.header .box-header-linklist .js-menu-close{
	display: none;
}*/



/* box-footer-linklist
==========================================*/
.box-footer-linklist{
	padding:30px 30px;
	background:url(/smartphone/trading_p/the-cacaopro/img/bg_footer_linklist.jpg) repeat 0 0;}

.box-footer-linklist li{
	margin:22px 0 0;
}
.box-footer-linklist li:first-child{
	margin-top:0;
}
.box-footer-linklist li:nth-child(1) img,
.box-footer-linklist li:nth-child(2) img,
.box-footer-linklist li:nth-child(6) img{
	height: 15px;
}
.box-footer-linklist li:nth-child(3) img,
.box-footer-linklist li:nth-child(4) img,
.box-footer-linklist li:nth-child(5) img{
	height: 20px;
}

/* box-gotop
==========================================*/
.box-gotop{
	display:none;
	position: fixed; right: 12px; bottom: 0;
	padding-bottom:19px;
}
.box-gotop a{
	display: block;
	width:45px; height:45px;
}

/* box-itemlist-lineup
==========================================*/
.box-itemlist-lineup{
	padding: 12% 0;
	background: url(/smartphone/trading_p/the-cacaopro/img/top_bg_01.jpg) no-repeat center center / 111%;
}
.box-itemlist-lineup ul{
	display: flex;
	justify-content: space-around;
	margin: 10% 0 0;
}
.box-itemlist-lineup ul li{
	width: 30%;
}
.box-itemlist-lineup ul li img{
	width: 100%;
}
.box-itemlist-lineup h2 img{
	margin: 0 auto 0;
    width: 30%;
}


/* box-btn-more
==========================================*/
.box-btn-more{
	margin: 10% 0 0;
	text-align: center;
}
.box-btn-more img{
	display: inline-block;
    width: 150px;
}

/* textbox
==========================================*/
.textbox{
	padding: 0 30px;
	margin: 60px 0;
	font-size: 13px;
	line-height: 1.667;
	font-family:"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","Sawarabi Mincho","Aozora Mincho Medium",serif;
	text-align: center;
	color: #2f1701;
}
.textbox h2 img{
	margin: 0 auto;
    width: 100%;
}
.textbox h3{
	margin: 50px auto 0;
	font-weight: bold;

}
.textbox p{
	margin: 30px 0 0;
}
.textbox .text-s{
	font-size: 12px;
}

/* textbox-pro
==========================================*/
.textbox-pro{
	padding: 130px 0 60px;
	margin: 0;
	background:#211000 url(/smartphone/trading_p/the-cacaopro/img/top_bg_02.jpg) no-repeat center 0 / 100%;
	color: #FFF;
}

/* textbox-cae
==========================================*/
.textbox-cae{
	padding: 0;
	margin: 0;
	background:url(/smartphone/trading_p/the-cacaopro/img/top_bg_06.jpg) repeat-x 0 0,url(/smartphone/trading_p/the-cacaopro/img/top_bg_04.jpg) repeat 0 0;
}
.textbox-cae .textbox-inr{
	padding: 100px 26px 80px;
	background:url(/smartphone/trading_p/the-cacaopro/img/top_bg_03.jpg) no-repeat 0 0,url(/smartphone/trading_p/the-cacaopro/img/top_bg_05.jpg) no-repeat 0 bottom;
	background-size: 100%,100%;
}

/* textlist-cae
==========================================*/
.textlist-cae{
	text-align: left;
}
.textlist-cae li{
	display: block;
    padding: 15px;
    margin: 35px 0 0;
    background: rgba(255,255,255,0.8);
}
.textlist-cae dt{
	position: relative;
    padding-bottom: 8px;
    margin-left: 26px;
    border-bottom: 1px solid #c8ae9d;
    font-size: 16px;
    line-height: 1.1;
    font-weight: bold;
    letter-spacing: 2px;
}
.textlist-cae dt .number{
    position: absolute;
    top: -0.1em;
    left: -26px;
    font-size: 32px;
    line-height: 1;
    color: #c8ae9d;
    font-weight: normal;
}
.textlist-cae dd{
	margin: 10px 0 0;
	font-size: 13px;
}

/* bnrlist
==========================================*/
.bnrlist{
	margin: 40px 0;
	text-align: center;
}
.bnrlist img{
	display: inline-block;
	vertical-align: bottom;
    width: -webkit-calc(100% - 46px);
    width: -moz-calc(100% - 46px);
    width: calc(100% - 46px);
}

/* bnrlist
==========================================*/
.lineuplist{
	margin: 45px 18px 50px;
}
.lineuplist li{
	margin: 62px 0 0;
}
.lineuplist li:first-child{
	margin-top:0;
}
.lineuplist li img{
	width: 100%;
}

/* sans-serif
==========================================*/
.sans-serif{
	font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}


/* box-img
==========================================*/
.box-img{
	margin:60px 0 0;
}
.box-img img{
	margin: 0 auto;
	max-width: 100%; height: auto;
}
.textbox + .box-img{
	margin-top:0;
}

/*======= お問い合わせ =======*/
.info{
	width: 90%;
	margin: 0 auto;
	font-size:13px;
	line-height: 1.5;
	text-align: left;
	font-family:"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","Sawarabi Mincho","Aozora Mincho Medium",serif;
}
table.type01 {
	border-collapse: collapse;
	margin: 10px auto 0;
}
table.type01 th {
	width: 96px;
	padding: 15px 8px;
	font-weight:normal;
	vertical-align: middle;
	background:#faf4e6;
	border: 1px solid #d1ba98;
}
table.type01 td {
	padding: 15px 10px;
	vertical-align: middle;
	border: 1px solid #d1ba98;
}

/* landscape
==========================================*/
@media screen and (orientation: landscape){
    .textbox-pro {
        padding: 235px 0 60px;
    }
    .textbox h2 img,
    .bnrlist img,
    .header .header-logo img,
    .box-itemlist-lineup ul li img,
    .box-itemlist-lineup h2 img,
    .box-btn-more img,
    .lineuplist li img,
    .header .header-logo#top img{
         width: auto; 
    }
    .box-itemlist-lineup ul li img,
    .lineuplist li img{
        margin: 0 auto;
    }
}
