@charset "UTF-8";

/* --------- 汎用パーツ --------- */
/* リンクボタン */
.productBtn{
    width: 100%;
    display: block;
    background-color: #F04E98;
    border-radius: 7px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    text-align: left;
    padding-left: 13px;
    color: #FFF;
    position: relative;
    border: 1px solid #F04E98;
}
a.productBtn:link, a.productBtn:visited {
    color: #FFF;
}
.productBtn:after{
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.3rem;
    font-weight: 400;
}
.productBtn.productBtn_new {
    margin-top: 35px;
    background-color: #FFF;
    color: #348039;
    border: none;
}
a.productBtn.productBtn_new:link, a.productBtn.productBtn_new:visited {
    color: #348039;
}
.productBtn_white{
    width: 100%;
    display: block;
    background-color: #FFF;
    border-radius: 7px;
    padding: 15px 30px;
    box-sizing: border-box;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    color: #F04E98;
    position: relative;
    border: 1px solid #F04E98;
}
.productBtn_white:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f053";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.3rem;
    font-weight: 400;
}
.productBtn_white:link, .productBtn_white:visited {
    color: #F04E98;
    text-decoration: none;
}
.productBtn.productBtn_cp{
    margin: 20px 0 0 0;
}

@media print, screen and (min-width: 768px) {
    .productBtn{
        width: 450px;
        border-radius: 8px;
        padding: 23px 18px;
        font-size: 1.8rem;
        cursor: pointer;
        margin: 50px auto 0;
        transition: 0.5s;
    }
    .productBtn:after{
        font-size: 1.8rem;
        right: 18px;
    }
    .productBtn:hover,
    a.productBtn:hover{
        background-color: #FFF;
        color: #F04E98;
        text-decoration: none;
        opacity: 0.7;
    }
    .productBtn_white{
        width: 500px;
        border-radius: 8px;
        padding: 23px 18px;
        padding: 23px 46px;
        font-size: 1.8rem;
        cursor: pointer;
        margin-top: 0;
        transition: 0.5s;
    }
    .productBtn_white:after {
        font-size: 1.8rem;
        left: 18px;
    }
    .productBtn_white:hover,
    a.productBtn_white:hover{
        background-color: #F04E98;
        color: #FFF;
        text-decoration: none;
        opacity: 0.7;
    }
}


/* ----- 商品詳細ページCSS ----- */
.ProdName {
    margin-bottom: 0px;
    text-align: left;
    color: #3F2021;
}
.ProdPrice {
	font-size: 1.9rem;
    font-weight: bold;
    line-height: 1;
    margin-top: 9px;
    color: #3F2021;
}
.ProdDescription {
	margin-bottom: 0px;
    margin-top: 23px;
}
.ProdCaution {
    margin-top: 11px;
}
.ProdCaution li {
	font-size: 1.1rem;
    line-height: 1.5454;
}
.imageCaution{
	width: 89.3vw;
    margin: 59px auto 5px;
    color: #000;
    font-size: 1.1rem;
    text-align: right;
    line-height: 1.4;
}
.ProdMovie {
    margin-top: 15px;
}
.TitleKakomi {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	background: #F04E98;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	border-radius: 6px;
	padding: 9px 0 7px;
	margin-bottom: 18px;
}
.TitleType {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.25;
	margin-bottom: 8px;
}
.underline {
	text-decoration: underline;
}

/* アレルギー・エネルギー */
.productDetail_btnBox a.productBtn_white,
.productDetail_btnBox a.productBtn{
    margin-top: 35px;
}
.productBtn.allergyenergy_title:after {
    content: unset;
}
.allergyenergy_title_icon{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    right: 8px;
    width: 13px;
    height: 13px;
    transform: translateY(-50%);
}
.allergyenergy_title_icon_inner{
    display: block;
    width: 13px;
    height: 13px;
    position: relative;
}
.allergyenergy_title_icon_inner:before,
.allergyenergy_title_icon_inner:after {
    display: flex;
    content: '';
    background-color: #fff;
    width: 13px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    transition-duration: 0.5s;
}
.allergyenergy_title_icon_inner:after {
    transform: rotate(90deg);
}
.allergyenergy_title.up .allergyenergy_title_icon_inner:before {
    transform: rotate(-405deg);
}
.allergyenergy_title.up .allergyenergy_title_icon_inner:after {
    transform: rotate(-135deg);
}
.allergyenergy_contents{
    display: none;
}
.allergyenergy_contents h2{
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
    margin-top: 45px;
}
.allergyenergy_contents .allergy h3,
.allergyenergy_contents .energy h3{
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1;
    margin-top: 35px;
}
.allergy28List{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 2.13333vw;
}
.allergy28List li{
    width: 20.5333vw;
    height: 12vw;
    border: 1px solid #C5C5C5;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    background: linear-gradient(-30deg, #F3F3F3 0%, #F3F3F3 49%, #C5C5C5 49%, #C5C5C5 51%, #F3F3F3 51%, #F3F3F3 100%);
}
.allergy28List li span{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.3rem;
    line-height: 1.076;
    letter-spacing: -0.07em;
    color: #C5C5C5;
}
.allergy28List li.AllergyOn{
    background: #FFF;
    border: 1px solid #3F2021;
}
.allergy28List li.AllergyOn span{
    background-color: #FFF;
    color: #3F2021;
}
.allergyenergy_caution{
    font-size: 1.1rem;
    line-height: 1.5454;
    margin-top: 20px;
}
.allergyenergy_caution a:link, .allergyenergy_caution a:visited {
    color: #F04E98;
}
.energyList{
    margin-top: 14px;
}
.energyList li{
    padding: 15px 0;
    /*border-bottom: 1px solid #C8C8C8;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.3rem;
    line-height: 1;
}
.energyList_single{
	margin-top: 10px;
}
.energyList_single span{
	font-size: 1.3rem;
    line-height: 1;
}
.energy P{
	font-size: 1.1rem;
    line-height: 1.4;
    margin-top: 10px;
}
.energy .CalCal2cWrap{
    margin-top: 20px;
}
.CalCal2cSelect {
    position:relative;
	margin-bottom: 14px;
}
.CalCal2cSelect:before {
    position: absolute;
    right: 0;
	top: 0;
    content: "";
    pointer-events: none;
	width: 40px;
	height: 46px;
	background: #3C3C3C;
	border-radius: 0 6px 6px 0;
}
.CalCal2cSelect .fa-arrow-down {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	font-size: 1.0rem;
	color: #fff;
}
.CalCal2cSelect select{
    outline:none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
	width: 100%;
	height: 46px;
	box-sizing: border-box;
	border: #3C3C3C solid 1px;
	border-radius: 6px;
    font-size: 1.6rem;
    line-height: 2.875;
	color: #8C8C8C;
	padding: 0 5%;
	margin: 0;
}
.CalCal2cSelect select option{
  background-color: #fff;
  color: #333;
}
.CalCal2cSelect select::-ms-expand {
  display: none;
}
.CalCal2cSelect select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}
.CalCalResultTitle {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
.CalCal2cResult{
	margin-bottom: 50px;
}
.CalCal2cResult h4{
	font-size: 1.4rem;
    font-weight: normal;
    line-height: 1;
    margin-top: 20px;
}
.CalCal2cResult.full {
	width: 100%;
}
.CalCal2cResult input {
	width: 100%;
	height: 46px;
	box-sizing: border-box;
	border: #3C3C3C solid 1px;
	border-radius: 6px;
    font-size: 1.6rem;
    line-height: 2.875;
	padding: 0 5%;
	margin-top: 10px;
}
.CalCal2cResult.full input {
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.TitleKakomi {
		font-size: 1.8rem;
		margin-bottom: 28px;
	}
	.TitleType {
		font-size: 1.8rem;
		line-height: 1.33;
		margin-bottom: 6px;
	}

	/* 20240401 リニューアル */
	.ProdName {
		font-size: 2.4rem;
		line-height: 1.25;
	}
	.ProdPrice {
		font-size: 2.6rem;
	    margin-top: 15px;
	}
	.ProdDescription {
	    margin-top: 22px;
	}
	.ProdCaution {
	    margin-top: 21px;
	}
	.ProdCaution li {
		font-size: 1.2rem;
	    line-height: 1.6667;
	}
	.imageCaution{
		width: 1024px;
		margin: 70px auto 10px;
		font-size: 1.4rem;
		line-height: 1;
		text-align: right;
	}
	.ProdMovie {
	    margin-top: 25px;
	}

	/* アレルギー・エネルギー */
    .productDetail_btnBox{
        width: 1024px;
        margin: 0 auto;
    }
    .allergyenergy_btn{
        width: 100%;
    }
    .allergyenergy_title{
        width: 100%;
    }
    .allergyenergy_title_icon{
        width: 18px;
        height: 18px;
        right: 15px;
    }
    .allergyenergy_title_icon_inner{
        width: 18px;
        height: 18px;
    }
    .allergyenergy_title_icon_inner:before,
    .allergyenergy_title_icon_inner:after {
        width: 18px;
        height: 1px;
    }
    .productBtn:hover .allergyenergy_title_icon_inner:before,
    .productBtn:hover .allergyenergy_title_icon_inner:after {
        background-color: #F04E98;
    }
    .allergyenergy_contents h2{
        font-size: 2.2rem;
        padding-bottom: 21px;
        margin-top: 51px;
    }
    .allergyenergy_contents h3{
        font-size: 2.2rem;
        font-weight: bold;
        margin-top: 45px;
    }
    .allergyenergy_contents .allergy h3{
        font-size: 2.2rem;
        font-weight: bold;
        margin-top: 45px;
    }
    .allergyenergy_contents .energy h3{
        font-size: 1.8rem;
        margin-top: 45px;
    }
    .allergy28List{
        margin-top: 22px;
        gap: 13px;
    }
    .allergy28List li{
        width: 116px;
        height: 69px;
    }
    .allergy28List li span{
        font-size: 1.8rem;
        line-height: 1.16666;
    }
    .allergyenergy_caution{
        font-size: 1.8rem;
        line-height: 1.33333;
        margin-top: 18px;
    }
    .energy{
        margin-top: 72px;
    }
    .energyList{
        margin-top: 27px;
    }
    .energyList li{
        padding: 22px 0;
        font-size: 1.6rem;
    }
	.energyList_single span{
		font-size: 1.6rem;
	}
	.energy P{
		font-size: 1.8rem;
    	line-height: 1.33333;
    	margin-top: 18px;
	}
	.CalCalTitle {
		font-size: 2.2rem;
		line-height: 1;
		margin-bottom: 23px;
	}
	.CalCalText {
		font-size: 1.6rem;
		line-height: 1.625;
		margin-bottom: 13px;
	}
	.CalCal2cWrap {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin-bottom: 80px;
	}
	.CalCal2cSelectSet {
		margin-top: calc(1.8rem + 8px);
	}
	.CalCal2cSelect {
		width: 490px;
		height: 50px;
		margin-bottom: 20px;
	}
	.CalCal2cSelect:before {
		width: 50px;
		height: 50px;
		border-radius: 0 12px 12px 0;
	}
	.CalCal2cSelect .fa-arrow-down {
		right: 19px;
		font-size: 1.2rem;
	}
	.CalCal2cSelect select {
		border-radius: 12px;
		font-size: 1.6rem;
		line-height: 3;
		padding: 0 20px;
		margin: 0;
		height: 50px;
	}
	.CalCalResultTitle {
		font-size: 1.8rem;
		margin-bottom: 8px;
	}
	.CalCal2cResult{
		width: 490px;
		margin-bottom: 0;
	}
	.CalCal2cResult input {
		border-radius: 12px;
		font-size: 1.6rem;
		line-height: 3;
		padding: 0 20px;
		height: 50px;
        margin-top: 20px;
	}

    .CalCal2cResult .CalCalResultTitle + input {
        margin-top: 3px;
    }

	.CalCal2cResult h4{
	    margin-top: 0px;
	}
    .flavorDetail_btnBox_inner{
        display: flex;
        justify-content: space-between;
        margin-top: 50px;
    }
    .flavorDetail_btnBox_inner a.productBtn {
    	width: 500px;
        margin: 0;
    }
}


/* ----- ケーキ詳細ページ特有のCSS ----- */
.cake2cSize .TitleType {
	text-align: center;
}
.cake2cSize {
	margin-bottom: 28px;
}
.cake2cFlavor {
	margin-bottom: 38px;
}
.cakeFlavorImg {
	width: 100%;
	margin-bottom: 16px;
}
.cakeFlavorText {
	font-size: 1.1rem;
	line-height: 1.364;
}

@media print, screen and (min-width: 768px) {
	.cake2cSize .TitleType {
		text-align: left;
	}
	.cake2cWrap {
		display: flex;
		justify-content: space-between;
		margin-bottom: 58px;
	}
	.cake2cSize {
		width: 314px;
		margin-bottom: 0;
	}
	.cake2cFlavor {
		width: 669px;
		margin-bottom: 0;
	}
	.cakeFlavorImg {
		margin-bottom: 18px;
	}
	.cakeFlavorText {
		font-size: 1.2rem;
		line-height: 1.667;
	}
}


