@charset "UTF-8";

/* ============================================
        一覧ページ　共通CSS
============================================= */

.contentIndent {
	padding-bottom: 30px;
}
.summaryText {
	margin-top: 30px;
}
.ProdLineupDescription {
	margin-bottom: 25px;
}
.subTitle {
	font-size: 1.8rem;
	font-weight: bold;
	color: #de0d85;
	text-align: center;
	margin: 40px 0 10px;
}

@media print, screen and (min-width: 768px) {
	.contentIndent {
		padding-bottom: 80px;
	}
	.summaryText {
		font-size: 1.6rem;
		font-feature-settings: "palt";
		letter-spacing: 0.7px;
		margin-top: 0;
	}
	.ProdLineupDescription {
		text-align: center;
		font-size: 1.6rem;
		font-feature-settings: "palt";
		letter-spacing: 0.7px;
		margin-bottom: 45px;
	}
	.subTitle {
		font-size: 2.4rem;
		margin: 45px 0 20px;
	}
}

/* 商品リスト */
.ProdList {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.ProdList img {
	width: 100%;
}
.ProdList li {
	margin-bottom: 25px;
}
.ProdList li > a {
	display: block;
	color: #000;
}

.ProdList li .ProdName {
	display: block;
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: left;
	margin: 13px 0 0 0;
}
.ProdList li .ProdDescription {
	margin: 0;
	padding: 10px 0;
	display: block;
	text-align: left;
	font-size: 1.3rem;
}

.ProdList_flavor li {
	width: 30%;
	margin-left: 5%;
}
.ProdList_flavor li:nth-of-type(3n+2) {
	margin-left: 0;
}
.ProdList_flavor li:first-of-type {
	margin-left: 0;
	width: 100%;
	text-align: center;
}
.ProdList_flavor li:first-of-type img {
	width: 73%;
}
.ProdList_flavor li:first-of-type .ProdName {
	font-size: 1.7rem;
	text-align: center;
}

.ProdList_sundae li {
	width: 47%;
	margin-left: 6%;
}
.ProdList_sundae li:nth-of-type(odd) {
	margin-left: 0;
}

.ProdList_varietypack li .ProdName,
.ProdList_handpack li .ProdName {
	font-size: 1.7rem;
	text-align: center;
}
.ProdList_varietypack li .ProdNotes,
.ProdList_handpack li .ProdNotes {
	display: block;
	margin-top: 10px;
}

.ProdList_cake {
	margin-top: 30px;
}
.ProdList_cake li {
	width: 47%;
	margin-left: 6%;
}
.ProdList_cake li:nth-of-type(odd) {
	margin-left: 0;
}

.ProdList_chocolateplate li .ProdName {
	font-size: 1.7rem;
	text-align: center;
}
.ProdList_chocolateplate li .ProdNameCaution {
    display: block;
	text-align: center;
}

.ProdList_crepe li {
	width: 47%;
	margin-left: 6%;
}
.ProdList_crepe li:nth-of-type(odd) {
	margin-left: 0;
}

.ProdList_icecreamdrink li {
	width: 47%;
	margin-left: 6%;
}
.ProdList_icecreamdrink li:nth-of-type(odd) {
	margin-left: 0;
}

.ProdList_icecreampizza li {
	width: 47%;
	margin-left: 6%;
}
.ProdList_icecreampizza li:nth-of-type(odd) {
	margin-left: 0;
}

.ProdList_portioncup li .ProdName {
	font-size: 1.7rem;
	text-align: center;
}


@media print, screen and (min-width: 768px) {
	.ProdList li > a {
		text-decoration: none;
	}
	.ProdList li > a img:hover {
	}
	.ProdList li > a:hover {
	}

	.ProdList li .ProdName {
		font-size: 1.6rem;
	}
	.ProdList li .ProdDescription {
		display: none;
	}

	.ProdList_flavor li {
		width: 16.8%;
		margin-left: 4%;
	}
	.ProdList_flavor li:nth-of-type(3n+2) {
		margin-left: 4%;
	}
	.ProdList_flavor li:nth-of-type(5n+1) {
		margin-left: 0;
	}
	.ProdList_flavor li:first-of-type {
		width: 16.8%;
		text-align: left;
	}
	.ProdList_flavor li:first-of-type img {
		width: 100%;
	}
	.ProdList_flavor li:first-of-type .ProdName {
		font-size: 1.6rem;
		text-align: left;
	}
	
	.ProdList_sundae li {
		width: 30%;
		margin-left: 5%;
	}
	.ProdList_sundae li:nth-of-type(odd) {
		margin-left: 5%;
	}
	.ProdList_sundae li:nth-of-type(3n+1) {
		margin-left: 0;
	}

	.ProdList_varietypack li {
		width: 48%;
		margin-left: 4%;
		position: relative;
		padding-bottom: 33px;
	}
	.ProdList_varietypack li:nth-of-type(odd) {
		margin-left: 0;
	}
	.ProdList_varietypack li .ProdName {
		font-size: 2.2rem;
	}
	.ProdList_varietypack li .ProdNotes01 {
		display: none;
	}
	.ProdList_varietypack li .ProdNotes02 {
		position: absolute;
		bottom: 0;
		left: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	.ProdList_handpack li {
		width: 48%;
		margin: 0 auto;
	}
	.ProdList_handpack li .ProdName {
		font-size: 2.2rem;
	}
	.ProdList_handpack li .ProdNotes {
		text-align: center;
	}
	
	.ProdList_cake {
		margin: 50px 0 40px;
	}
	.ProdList_cake li {
		width: 22%;
		margin-left: 4%;
		margin-bottom: 30px;
	}
	.ProdList_cake li:nth-of-type(odd) {
		margin-left: 4%;
	}
	.ProdList_cake li:nth-of-type(4n+1) {
		margin-left: 0;
	}
	
	.ProdList_chocolateplate li {
		width: 48%;
		margin-left: 4%;
		margin-bottom: 50px;
	}
	.ProdList_chocolateplate li:nth-of-type(odd) {
		margin-left: 0;
	}
	.ProdList_chocolateplate li .ProdName {
		font-size: 2.2rem;
	}
	
	.ProdList_crepe li {
		width: 22%;
		margin-left: 4%;
		margin-bottom: 30px;
	}
	.ProdList_crepe li:nth-of-type(odd) {
		margin-left: 4%;
	}
	.ProdList_crepe li:nth-of-type(4n+1) {
		margin-left: 0;
	}
	.ProdList_crepe li .ProdName {
		font-size: 1.8rem;
	}
	
	.ProdList_icecreamdrink li {
		width: 30%;
		margin-left: 5%;
	}
	.ProdList_icecreamdrink li:nth-of-type(odd) {
		margin-left: 5%;
	}
	.ProdList_icecreamdrink li:nth-of-type(3n+1) {
		margin-left: 0;
	}
	.ProdList_icecreamdrink li .ProdName {
		font-size: 1.8rem;
	}
	
	.ProdList_icecreampizza li {
		width: 50%;
		margin-left: 0;
		text-align: center;
	}
	.ProdList_icecreampizza li img {
		width: 70.3%;
	}
	.ProdList_icecreampizza li .ProdName {
		font-size: 1.8rem;
	}
	
	.ProdList_portioncup li {
		width: 73.2%;
		margin: 0 auto 40px auto;
	}
	.ProdList_portioncup li .ProdName {
		font-size: 2.2rem;
		margin: 30px 0 0 0;
	}
	
}

/* リンク矢印アイコン */
.ProdList .icon_arrow {
	position: relative;
	left: 4px;
	top: -1px;
	width: 14px;
	height: 14px;
	vertical-align: middle;
}
.ProdMain .icon_arrow,
.ProdList_flavor li:first-of-type .icon_arrow,
.ProdList_portioncup .icon_arrow {
	position: relative;
	left: 4px;
	top: -1px;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
	.ProdList .icon_arrow {
		position: relative;
		left: 4px;
		top: -1px;
		width: 21px;
		height: 21px;
		vertical-align: middle;
	}
	.ProdMain .icon_arrow,
	.ProdList_flavor li:first-of-type .icon_arrow,
	.ProdList_portioncup .icon_arrow {
		position: relative;
		left: 4px;
		top: -1px;
		width: 24px;
		height: 24px;
		vertical-align: middle;
	}
}

/* テキストリンク */
.textLink,
.textLink:link,
.textLink:visited {
	color: #000;
	text-decoration: underline;
}
.textLink:hover {
	color: #DE0D85;
}

/* 注意書き */
.ProdNotes {
	font-size: 1.1rem;
}
@media print, screen and (min-width: 768px) {
	.ProdNotes {
		font-size: 1.2rem;
	}
}

/* バナー、リンクボタン */
.bannerProd {
	margin: 40px 0 30px;
}
.bannerProd img {
	width: 100%;
}
.bannerProd li {
	margin-top: 30px;
}
.button2cWrap .buttonBlack {
	margin-top: 17px;
}

@media print, screen and (min-width: 768px) {
	.bannerProd {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 60px 0 10px;
	}
	.bannerProd li {
		width: 490px;
	}
	.button2cWrap {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.button2cWrap .buttonBlack {
		width: 490px;
		margin-top: 30px;
	}
	
}



/* ============================================
        フレーバー
        /contents/flavor/index.html
============================================= */
/* FOM */
.ProdMain {
	margin-bottom: 30px;
}
.ProdMain .ProdPhoto a {
	display: block;
}
.ProdMain .ProdName a {
	color: #000;
}
@media print, screen and (min-width: 768px) {
	.ProdMain {
		margin-bottom: 80px;
	}
	.ProdMain .ProdName a {
		text-decoration: none;
	}
}

/* セレクトフレーバー */
.selectflavor {
	width: 68%;
	margin: 0 auto 80px;
}
.selectflavor img {
	width: 100%;
}
@media print, screen and (min-width: 768px) {
	.selectflavor {
		width: 300px;
		margin: 0 auto 120px;
	}
}

/* その他 */
.flavorCautionText {
	font-size: 1.1rem;
	line-height: 1.5;
	margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
    .flavorCautionText {
		font-size: 1.2rem;
		line-height: 1.667;
		margin-bottom: 70px;
	}
}


/* ============================================
        商品紹介
        /contents/product/index.html
============================================= */
body#productIndex #MainTitle .MainTitle_h1 {
	padding: 30px 28px 30px 82px;
}
body#productIndex #MainTitle .MainTitle_h1 .MainTitle_icon {
	width: 64px;
}
body#productIndex #MainTitle .MainTitle_h1 .MainTitle_icon img {
	position: absolute;
	right: 4px;
}

.productWrapLarge {
    width: 89.3vw;
}
.productWrapLarge a {
    display: inline-block;
    vertical-align: top;
 }
.productWrapLarge a img {
    width: 100%;
}
.productWrapLarge p {
    display: inline-block;
    vertical-align: top;
    font-size: 1.3rem;
    /* line-height: 1.54; */
    margin: 18px 0 0 0;
    width: 100%;
}

.productWrapSmall {
    width: 89.3vw;
}
.productWrapSmall a {
    display: inline-block;
    margin: 30px 0 0 0;
    width: 42.7vw;
}
.productWrapSmall a:nth-child(2n) {
    margin-left: 3.9vw;
}
.productWrapSmall a:hover {
    opacity: 0.4;
    text-decoration: none;
}
.productWrapSmall img {
    width: 100%;
}
.productWrapSmall img:hover {
    opacity: 1.0;
}
.productWrapSmall p {
    color: #000;
    font-size: 1.3rem;
    line-height: 1.0;
    margin-top: 10px;
    width: 100%;
}
.productWrapSmall p.letterSpacing {
    letter-spacing: -0.06em;
}
.productSpace {
    margin-top: 60px;
}

@media print, screen and (min-width: 768px) {
	body#productIndex #MainTitle .MainTitle_h1 {
		padding: 28px 44px 28px 114px;
	}
	body#productIndex #MainTitle .MainTitle_h1 .MainTitle_icon {
		width: 90px;
	}

    .title_h2-01.productTop {
        margin-top: 50px;
    }
    .productWrapLarge {
        width: 1024px;
    }
    .productWrapLarge a img {
        width: 758px;
    }
    .productWrapLarge p {
        font-size: 1.6rem;
        line-height: 1.625; 
        margin: 0 0 0 42px;
        width: 224px;
    }

    .productWrapSmall {
        width: 1024px;
    }
    .productWrapSmall a,
    .productWrapSmall a:nth-child(2n) {
        margin: 44px 0 0 44px;
        width: 223px;
    }
    .productWrapSmall a:first-child {
        margin-left: 0;
    }
    .productWrapSmall img {
        width: 223px;
    }
    .productWrapSmall p {
        color: #000;
        font-size: 1.6rem;
        line-height: 1.0;
        margin-top: 10px;
        width: 223px;
    }
    .productWrapSmall p.letterSpacing {
        letter-spacing: 0;
    }

    .productSpace {
        margin-top: 95px;
    }
}



/* ============================================
        アイスクリーム
        /contents/product/ice/index.html
============================================= */
/* コーンorカップ */
.coneorcup {
	width: 90%;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.coneorcup img {
	width: 100%;
}
.coneorcup_item {
	width: 26%;
	text-align: center;
}
.coneorcup_item.wafflecone {
	width: 31%;
}
.coneorcup_item.wafflecone p {
	letter-spacing: -0.06em;
}
.coneorcup_item p {
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: 8px;
}

.coneorcupChoice {
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	margin: 35px 0 10px;
}
.coneorcupChoice.choice01 {
	margin: 25px 0 10px;
}

.coneorcupLink {
	font-weight: bold;
	margin-top: 6px;
}
.coneorcupNotes {
	margin-top: 10px;
}

.sizeTab {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sizeTab li {
	width: 33%;
	box-sizing: border-box;
	padding: 14px 5px;
	font-size: 1.1rem;
	background-color: #e5e5e5;
	border-radius: 6px 6px 0 0;
	text-align: center;
}
.sizeTab li.select {
	background-color: #de0d85;
	color: #fff;
}
.sizeTabContent {
	width: 100%;
}
.sizeTabContent img {
	width: 100%;
}
.sizeTabContentTitle {
	display: none;
}
.disnon {
	display: none;
}

@media print, screen and (min-width: 768px) {
	.coneorcup {
		width: 63%;
		padding-left: 20px;
	}
	.coneorcup_item.cone {
		width: 29%;
		padding-right: 3%;
	}
	.coneorcup_item.cup {
		width: 31%;
	}
	.coneorcup_item.wafflecone {
		width: 35%;
	}
    .coneorcup_item.wafflecone p {
    	letter-spacing: 0;
    }
	.coneorcup_item p {
		font-size: 1.8rem;
		margin-top: 20px;
	}

	.coneorcupChoice {
		font-size: 1.8rem;
		margin: 60px 0 25px;
	}
	.coneorcupChoice.choice01 {
		margin: 18px 0 25px;
	}
	.coneorcupText {
		font-size: 1.6rem;
		font-feature-settings: "palt";
		letter-spacing: 0.7px;
		text-align: center;
	}
	.coneorcupLink {
		font-size: 1.8rem;
		text-align: center;
		margin-top: 13px;
	}
	.coneorcupNotes {
		margin-top: 23px;
		text-align: center;
	}
	.coneorcupNotes li {
		display: inline;
	}

	.sizeTab {
		display: none;
	}
	.sizeTabContentWrap {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.sizeTabContent {
		width: 30.47%;
	}
	.sizeTabContent img {
		border-radius: 0 0 10px 10px;
	}
	.sizeTabContentTitle {
		display: block;
		font-size: 1.6rem;
		color: #fff;
		background-color: #de0d85;
		text-align: center;
		padding: 10px;
		border-radius: 10px 10px 0 0;
	}
	.disnon {
		display: block;
	}
}



/* ============================================
        アイスクリームケーキ
        /contents/product/cake/index.html
============================================= */
.messagecard {
	position: relative;
}
.messagecard img {
	width: 100%;
}
.messagecardNotes {
	position: absolute;
	/* left: 35%; */
	left: 70%;
	bottom: 4%;
	box-sizing: border-box;
	width: 29%;
	font-size: 1.1rem;
	background-color: #f0f0f0;
	padding: 6px;
	border-radius: 6px;
}
.messagecardNotes_triangle { 
	position: absolute;
	left: -20px;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	width: 0;
	height: 0;
	border-top: solid 10px transparent;
	border-right: solid 10px #f0f0f0;
	border-bottom: solid 10px transparent;
	border-left: solid 10px transparent;
}

.cakeMovieWrap {
	width:100%;
	margin: 30px auto;
}
.cakeMovie {
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.cakeMovie iframe {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}
.copyrightText {
	font-size: 1.0rem;
	margin-top: 30px;
}

@media print, screen and (max-width: 360px) {
	.messagecardNotes {
		bottom: -5%;
	}
}
@media print, screen and (min-width: 768px) {
	.messagecard {
		padding-bottom: 50px;
	}
	.messagecardNotes {
		position: absolute;
		bottom: 0;
		width: 22%;
		font-size: 1.2rem;
		background-color: transparent;
		padding: 0;
		border-radius: 0;
		/* left: 265px; */
		left: 530px;
	}
	.messagecardNotes_triangle { 
		display: none;
	}
	
	.numbercandleNotes {
		text-align: center;
	}
	
	.cakeMovieWrap {
		width: 68.3%;
		margin: 50px auto;
	}
	.cakeButtonWrap {
		width: 490px;
		margin: auto;
	}
}


/* ============================================
        その他
        /contents/product/other/index.html
============================================= */
@media print, screen and (min-width: 768px) {
	.otherNotes {
		text-align: center;
	}
	.otherButtonWrap {
		width: 490px;
		margin: auto;
	}
}



