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

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

body {
    background-color: #fffaec;
}

ol, ul {
  list-style-type: none;
}

/*.fontset {
	font-family: ten-mincho-text, serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}*/

#header-a-f-pcd-clear-file {
	background:url(../images/a-f-pcd-clear-file/mv.jpg) center 23px;
	background-repeat:no-repeat;
	-moz-background-size:100% auto;
	background-size:100% auto;
	padding-bottom:41vw;
	
	background-color:#fffaec;
	margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
#header-a-f-pcd-clear-file{
	background:url(../images/a-f-pcd-clear-file/mv_sp.jpg) center 23px;
	background-repeat:no-repeat;
	background-size:100% auto;
	padding-bottom:92%;
}
}

.img-main{
	margin-top:23px;
	z-index:0;
	width:100%;
	height:auto;
}

.setumei_box{
	padding:5px;
	border: solid 1px #090;
	background-color:#EAFFEA;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	margin-bottom:2em;
}
.setumei{
	font-size:90%;
	margin-left:1em;
	text-indent:-1em;
}
.kome {
	color:#090;
}

.box ul{
	list-style:none;
}

.design {
	margin:0 auto;
}
.tote-bag-left {
	width:279px;
	margin-left:16px;
	margin-right:0px;
	float:left;
	text-align:center;
	/*display:block;*/
}
.tote-bag-left img {
	margin-bottom:10px;
}

.box ul li{
	position: relative;
}
.design_name{
	position:absolute;
	top:0px;
	left:0px;
}


.maintitle{
	text-align: center;
	margin-top: 1em;
}

.bikou{
	text-align: right;
}
.gazou {
	display: flex;
	flex-flow: nowrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3em;
	}
.gazou li{
	text-align: center;
}
@media screen and (max-width: 640px) {
	.gazou{
		flex-flow: column;
	}
	.gazou li:first-child{
		margin-bottom: 2em;
	}
}


.sp {
	display: none;
}
@media screen and (max-width: 640px) {
	.sp {
	display: block;
	}
}
.pc {
	display: block;
}
@media screen and (max-width: 640px) {
	.pc {
	display: none;
	}
}



/*印刷用CSS 170618追記*/
@media print {
	.design_zoom　.design_name{
		opacity: 1;
	}
}

/*商品説明*/
.text-main-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3em;
    margin-top: 3em;
}
.text-main-box .text-main{
    font-size: 16px;
    line-height: 2;
    width: 623px;
}
@media screen and (max-width: 640px) {
    .text-main-box .text-main {
        width: 100%;
    }
    .text-main-box {
        flex-direction: column;
    }
    .text-main {
        padding-top: 0;
    }
}

/*デザイン*/
.designBox{
    display: flex;
    justify-content: space-evenly;
    margin: 0 auto;
    padding-bottom: 260px;
}
.designBox div{
    text-align: center;
}
.designBox div img{
}
.designBox .spec{
    text-align: left;
    margin-top: 1em;
}
.designBox .omoteImage{
    position: relative;
}
.setumeiIllust{
    position: absolute;
    top: 137px;
    left: 169px;
    width: 235px;
    height: auto;
}
@media screen and (max-width: 640px) {
    .designBox {
        flex-direction: column;
        padding-bottom: 0;
    }
    .designBox .omoteImage,.designBox .uraImage {
        margin: 0 auto;
        margin-bottom: 3em;
    }
}


/*プロフィール*/
.profile{
    display: flex;
    align-items: center;
    padding: 24px;
    background-color: white;
    border-radius: 24px;
    justify-content: space-evenly;
    width: 760px;
    margin: 0 auto;
    margin-bottom: 3em;
}
.profile img{
    width: 160px;
    height: auto;
}
.profile p {
    padding: 6px 0;
}
.profile .name{
    font-size: 24px;
    font-weight: bold;
}
.profile .yomi{
    padding: 0;
    margin-top: -8px;
}
.profile .text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media screen and (max-width: 640px) {
    .profile {
        width: 100%;
        box-sizing: border-box;
        flex-direction: column;
    }
    .profile img {
        margin-bottom: 1em;
    }
    .profile .name {
        text-align: center;
    }
    .profile .yomi{
        text-align: center;
    }
}



/*登場アニメ*/
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.fadein {
    opacity : 0;
    transform : translate(0, 25px);
    transition : all 0.75s;
}
.fadein.scrollin {
    opacity : 1;
	transform : translate(0, 0);
}