@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&family=Roboto&display=swap&family=Kosugi&display=swap');
#butter {
    text-align: left;
}
#butter section.select .answer01 .ansBox .number { font-family: 'Oswald', sans-serif;font-size: 1.6rem; color: #f1991b; font-weight: 700; width: 10%!important;min-height: 20px; float: unset!important;letter-spacing: -2px; }
#butter section.select .answer01 .ansBox .number:after { content: "."; padding-left: 0.1rem; }
#butter section.select .answer01 .ansBox .number.null:after { content: ""; padding-left: 0rem; }
.se09, .se10 { width: 56%; margin-top: 2%; float: right; }
#butter section.select .answer01 .ansBox { padding: 5% 2.5% 5% 2.5%!important; }
#butter section.select .answer01 .ansBox ul { padding: 1% 2% 2.5% 2%!important; }
#butter section.select .answer01 .ansBox #num9 ul { width: 90%; }
#butter section.select .answer01 .ansBox ul li { margin-bottom: 2%; }
#butter section.select .answer01 .ansBox .catch { width: 19%!important; }
.butter-list ul { display: flex; flex-wrap: wrap; align-items:center; justify-content: center;margin: 0 0 10%; align-items: flex-end; }
.butter-list ul li { width: 25%; padding: 0 1%; }

/*----fade in setting----*/
.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
.fadein.scrollin:nth-of-type(2) {
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
}
.fadein.scrollin:nth-of-type(3),
.detail .fadein.scrollin:nth-of-type(1) {
	-moz-transition-delay:300ms;
	-webkit-transition-delay:300ms;
	-o-transition-delay:300ms;
	-ms-transition-delay:300ms;
}
.fadein.scrollin:nth-of-type(4),
.detail .fadein.scrollin:nth-of-type(2) {
	-moz-transition-delay:500ms;
	-webkit-transition-delay:500ms;
	-o-transition-delay:500ms;
	-ms-transition-delay:500ms;
}
/*----fade in setting----*/
.pcsize{
	display: block;
}
.tabsize,
.spsize {
	display: none;
}
.txt-center {
	text-align: center!important;
}
.txt-left {
	text-align: left!important;
}
.txt-right {
	text-align: right!important;
}

strong,b,
.fnt-bold {
	font-weight: 700!important;
}
.fnt-small {
	font-size: 75%!important;
}
.fnt-medium {
	font-size: 100%!important;
}
.fnt-large {
	font-size: 140%!important;
}
.fnt-red {
	color: #b40011!important;
}
.fnt-ylw {
	color: #c2bd28!important;
}
.fnt-org {
	color: #de8300!important;
}
.fnt-ble {
	color: #56b8f7!important;
}
.fnt-grn {
	color: #5bae1d!important;
}
.fnt-pup {
	color: #A67C9E!important;
}
.fnt-brw {
	color: #5c2723!important;
}
.fnt-pnk {
	color: #f999bc!important;
}
.fnt-wht {
	color: #fff!important;
}
.fnt-border {
	text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;}
.txt-u {
	text-decoration: underline;
}
.mt0 {
	margin-top: 0!important;
}
.mt10 {
	margin-top: 10px!important;
}
.mt20 {
	margin-top: 20px!important;
}
.mt30 {
	margin-top: 30px!important;
}
.mb0 {
	margin-bottom: 0!important;
}
.mb10 {
	margin-bottom: 10px!important;
}
.mb20 {
	margin-bottom: 20px!important;
}
.mb30 {
	margin-bottom: 30px!important;
}
.ml0 {
	margin-left: 0!important;
}
.ml10 {
	margin-left: 10px!important;
}
.ml20 {
	margin-left: 20px!important;
}
.ml30 {
	margin-left: 30px!important;
}
.mr0 {
	margin-right: 0!important;
}
.mr10 {
	margin-right: 10px!important;
}
.mr20 {
	margin-right: 20px!important;
}
.mr30 {
	margin-right: 30px!important;
}
.pt0 {
	padding-top: 0!important;
}
.pt10 {
	padding-top: 10px!important;
}
.pt20 {
	padding-top: 20px!important;
}
.pt30 {
	padding-top: 30px!important;
}
.pb0 {
	padding-bottom: 0!important;
}
.pb10 {
	padding-bottom: 10px!important;
}
.pb20 {
	padding-bottom: 20px!important;
}
.pb30 {
	padding-bottom: 30px!important;
}
.pl0 {
	padding-left: 0!important;
}
.pl10 {
	padding-left: 10px!important;
}
.pl20 {
	padding-left: 20px!important;
}
.pl30 {
	padding-left: 30px!important;
}
.pr0 {
	padding-right: 0!important;
}
.pr10 {
	padding-right: 10px!important;
}
.pr20 {
	padding-right: 20px!important;
}
.pr30 {
	padding-right: 30px!important;
}
.bg.ylw {
	background-color: #eccaa2!important;
}
.bg.pnk {
	background-color: #f4b2c1!important;
}
.bg.ble {
	background-color: #95b3ff!important;
}
.bg.grn {
	background-color: #95cdac!important;
}

#butter section.fax_box .ttl p.q1lead {
    padding: 24% 0 0 0;
    line-height: 1.6;
}
.product-name {
    font-size: 1rem;
    margin-bottom: 4%;
}
#butter .flex.single .product-name {
    margin-bottom: 0;
}
tbody tr:nth-child(even) {
    background-color: transparent;
}
.en {  
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
}
.jpn {
    font-family: 'Kosugi', sans-serif;
}
.product-name .volume {
    font-size: 0.8rem;
    padding: 0.4rem;
    background-color: #d73332;
    color: #fff;
    margin-top: 2%;
    width: 100%!important;
    float: none!important;
}
.product-name .salted {
    background-color: #5ebb50;
}
.product-component {
    margin-bottom: 2%;
}
.product-component img {
    width: 100%;
}
.product-area .product-buy .btn.buy {
    border-bottom: 1px dotted #333;
    padding-bottom: 1.5rem;
}
.product-area .product-buy .flex:last-child .btn.buy {
    border-bottom: none;
    padding-bottom: 0;
}
.btn.buy a {
    background-color: #ff590d;
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 1.2rem 1rem 1rem;
    text-align: center;
    color: #fff;
    -webkit-box-shadow: 0 3px 0 #c90000;
    -moz-box-shadow: 0 3px 0 #c90000;
    -o-box-shadow: 0 3px 0 #c90000;
    box-shadow: 0 3px 0 #c90000;
     -webkit-border-radius: 6px;/* for Safari and Chrome */
     -moz-border-radius: 6px; /* for Firefox */
     -o-border-radius: 6px; /* for opera */
    border-radius: 6px;
}
#butter .flex > .product-buy > .flex:nth-of-type(2n) .btn.buy a {
    background-color: #ff9c0d;
     -webkit-box-shadow: 0 3px 0 #c07200;
     -moz-box-shadow: 0 3px 0 #c07200;
     -o-box-shadow: 0 3px 0 #c07200;
    box-shadow: 0 3px 0 #c07200;
}
#butter .btn.buy a .icn {
	background-image: url("https://tomizawa-ec.s3.amazonaws.com/contents/butter1610/cart-icn.png");
	background-repeat: no-repeat;
	background-position: top 50% left 0%;
	background-size: auto 100%;
	padding: 8px 0 6px 32px;
	margin: 0;
}
.btn.buy.flex a {
    width: 69%;
    font-size: 1rem;
    margin-left: 1%;
}
.butter-list .btn.buy.flex a {
    font-size: 0.8rem;
    padding: 1.2rem 0.4rem;
}
.fax_box .btn.buy a {
    width: 80%;
    margin: 0 auto 4%;
    font-size: 1rem;
}
.fax_box .btn.buy {
    padding-bottom: 14%;
}
.btn.buy.flex .select_quantity {
    width: 30%;
}
.btn.buy select {
    margin-bottom: 0;
    min-height: 54px;
}
.flex {
    width: 100%;
	display: -webkit-box;
	display: -ms-box;
	display: flex;
	flex-direction: row;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	flex-wrap: wrap;
    float:none!important;
}
.flex > * {
     float:none!important;
}
#butter section.select .answer01 .ansBox .comment {
     clear: none;
     margin: 2% 0 0 10%;
     border: 1px dotted #ff2a00;
     color: #ff2a00;
     line-height: 1.3em;
     padding: 1.5%;
     width: 90%;
}
.ansBox .name,
.cont2 .name,
.cont .name {
     width: 90%;
     font-weight:700;
     margin-left: 10%;
     font-size: 1.1rem;
     line-height: 1.4;
}
#butter.re2108 section.select .answer01 .ansBox .catch {
     float: unset;
}
.ansBox .name:nth-of-type(2),
.cont2 .name:nth-of-type(2),
.cont .name:nth-of-type(2) {
     margin-left: 0;
}
#butter .product-name h3 {
    background-color: #ffb400;
    color: #472019;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.3;
    padding: 0.8rem 0.6rem 0.6rem 0.4rem;
    display: inline-block;
    -webkit-border-radius: 25px 0px 0px 25px;/* for Safari and Chrome */
    -moz-border-radius: 25px 0px 0px 25px; /* for Firefox */
    -o-border-radius: 25px 0px 0px 25px; /* for opera */
    border-radius: 25px 0px 0px 25px;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
#butter .product-name h3:before {
    content: '●';
    color: #fff;
    margin-right: 8px;
}
#butter .product-name h3 span {
    font-weight: normal;
    font-size: 1rem;
}
#butter.re2108 .product-price {
    width: 100%;
    text-align: right;
    margin-top: 1rem;
    padding-right: 1%;
    margin-bottom: 0.4rem;
    float: none;
}
#butter .flex > .product-name {
    width: 100%;
}
.product-image .product-name {
    grid-column: 1/2;
    grid-row: 1/2;
}
#butter .flex > .product-image {
    width: 60%;
    padding: 2%;
}
#butter .flex > .product-image a:active img,
#butter .flex > .product-image a:focus img,
#butter .flex > .product-image a:hover img {
        opacity: 1;
}
#butter .flex.single > .product-image {
    width: 80%;
    margin: 0 auto;
    padding: 2% 0 0;
}
#butter .flex.single > .product-buy {
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
}
.product-component {
    background-color:#fffff8;
    color: #472019;
}
.product-component dt {
    width: 49%;
    border: 1px solid #ddd;
    text-align: center;
    padding: 1rem 0;
    margin: 1% 0.5% 0;
}
.product-component dt.fat {
    background-color:#faf2e8;
    border: 1px solid #eccaa2;
    color: #fa8b03;
    order: 1;
}
.product-component dd.fat {
    order: 3;
    color: #fa8b03;
}
.product-component dt.solids {
    background-color:#fcecef;
    border: 1px solid #f4b2c1;
    color: #f32d52;
    order: 2;
}
.product-component dd.solids {
    order: 4;
    color: #f32d52;
}
.product-component dt.salt {
    background-color:#e4f3ea;
    border: 1px solid #95cdac;
    color: #009c3f;
    order: 5;
}
.product-component dd.salt {
    order: 7;
    color: #009c3f;
}
.product-component dt.moist {
    background-color:#e4ecff;
    border: 1px solid #95b3ff;
    color: #0040d6;
    order: 6;
}
.product-component dd.moist {
    order: 8;
    color: #0040d6;
}
.product-component dd {
    width: 50%;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 1.0rem;
    padding: 1rem 0;
}
.product-component dd span {
    font-size: 1.6rem;
}
#butter .flex > .product-image {
    width: 60%;
    padding: 2%;
}
#butter .flex > .product-image a {
    position: relative;
    display: grid;
}
#butter .flex > .product-image img {
    margin: 2% auto 0;
    padding: 0 20%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    grid-column: 1/2;
    grid-row: 1/2;
}
#butter .flex.single > .product-image img {
    margin: 0 auto;
}
#butter .flex > .product-buy {
     width: 40%;
}
/*#butter .flex > .product-price {
    width: 45%;
}*/
#butter section.bu_box .butter-list .product-price {
    width: 100%;
}
/*#butter .flex > .btn.buy {
    width: 55%;
}*/
.product-area {
    padding-bottom: 4%;
    max-width: 100%;
    margin: 0 auto;
}
.product-area:last-child {
    padding-bottom: 16%;
}
.product-area.flex {
	-webkit-box-items: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.product-price .volume {
    font-size: 1rem;
}
.product-price .volume .en {
    font-size: 1.4rem;
}
.product-price .volume .en > span {
    font-size: 1.6rem;
}
.product-price .volume:after {
   content: "/";
   padding: 0 0.2rem;
}
.product-price .price {
   font-size: 1.8rem;
}
#butter section.bu_box .about {
    width: 100%;
    color: #333;
}
#butter.re2108 section.bu_box .bu_ttl {
    border-left: #904132 12px solid;
}
#butter.re2108 section.bu_box .bu_ttl p {
    font-size: 1.4rem;
    color: #333;
    font-style: unset;
}
#butter.re2108 section.bu_box .bu_ttl h2 {
    font-size: 1.8rem;
    color: #904132
}
#butter.re2108 section.bu_box .about {
    font-size: 1.2rem;
}
#butter section.bu_box .recipi h4,
#butter section.fax_box .recipi_faq h4 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #c90000;
}
#butter section.bu_box .recipi h4:before,
#butter section.bu_box .recipi h4:after,
#butter section.fax_box .recipi_faq h4:before,
#butter section.fax_box .recipi_faq h4:after {
	content: "|";
	display: inline-block;
	font-size: 120%;
	padding: 0 0.4rem;
}
#butter section.bu_box .recipi h4:before,
#butter section.fax_box .recipi_faq h4:before {
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
#butter section.bu_box .recipi h4:after,
#butter section.fax_box .recipi_faq h4:after {
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
}
#butter section.bu_box .recipi > p {
    font-size: 1.2rem;
    color: #444;
}
#butter.re2108 section.fax_box .cont_box .one,
#butter.re2108 section.fax_box .cont_box .two {
    margin-top: 2%;
}
#butter section.fax_box .cont_box .detail h3 {
    font-size: 1.4rem;
}
#butter section.fax_box .cont_box .detail p.IMG img {
    max-width: 200px;
}
@media screen and (max-width:768px) {
	.pcsize,
	.spsize {
		display: none!important;
	}
	.tabsize {
		display: block!important;
	}
    .butter-list ul li {
        width: 50%;
        margin-bottom: 10%;
    }
    .product-area {
        padding-bottom: 12%;
    }
    #butter .flex > .product-image,
    #butter .flex > .product-buy,
    #butter .flex.single > .product-image,
    #butter .flex.single > .product-buy {
        width: 100%;
        padding: 0;
    }
    #butter.re2108 section.bu_box .about {
        padding: 1% 1% 2%;
        width: 100%;
    }
    .product-component,
    #butter .flex > .product-price,
    #butter .flex > .btn.buy {
        width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
    #butter .flex > .btn.buy {
        margin-bottom: 4%;
    }
    #butter section.fax_box .cont_box .detail h3 span {
        display: block;
    }
    #butter .product-name h3 span {
        display: inline-block;
    }
    #butter .product-price {
        margin-bottom: 2%;
    }
    .butter-list .btn.buy.flex a {
        padding: 1.4rem 0.4rem 1rem;
    }
    #butter section.bu_box .recipi,
    #butter section.fax_box .recipi_faq {
        width: 100%;
    }
    #butter section.bu_box .recipi h4 {
        width: 100%;
        margin: 0 auto 0.4rem;
    }
}
@media screen and (max-width:480px) {
	.pcsize,
	.tabsize {
		display: none!important;
	}
	.spsize {
		display: block!important;
	}
    .product-area {
        padding-bottom: 20%;
    }
    .btn.buy.flex a {
        font-size: 5vw;
    }
    .butter-list .btn.buy.flex a {
        font-size: 3vw;
    }
    #butter.re2108 section.bu_box .bu_detail p {
        margin-top: 1rem;
    }
    #butter.re2108 section.bu_box .bu_ttl h2 {
        font-size: 7vw;
    }
    #butter.re2108 section.bu_box .bu_ttl p {
        font-size: 5vw;
    }
    #butter .product-name h3 {
        font-size: 5.5vw;
        position: relative;
        padding-left: 32px;
    }
    #butter .product-name h3:before {
        content: '●';
        color: #fff;
        margin-right: 8px;
        position: absolute;
        top: 50%;
        margin-top: -12px;
        left: 8px;
    }
    #butter .single .product-name h3 span {
        display: block;
    }
    .product-component,
    #butter .flex > .product-price,
    #butter .flex > .btn.buy {
        width: 100%;
    }
    #butter .flex.single > .product-image img {
        padding: 20% 20% 0;
    }
    #butter .btn.buy a .icn {
        background-size: auto 20px;
        padding: 8px 0 6px 24px;
    }
    #butter section.bu_box .recipi h4,
    #butter section.fax_box .recipi_faq h4 {
        font-size: 6vw;
    }
}