@charset "UTF-8";

/* =========================================================
 共通
========================================================= */

html,
body {
    height: 100%;
}
body {
    font-family: "Lato", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    background: #fff;
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 180%;
    font-feature-settings: "halt" 1;
    overflow-y: scroll;
    overflow-x: hidden;
}
a {
    transition: 0.3s;
}
a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.contents {
    text-align: center;
    margin: 0 auto;
}
.contarea {
    width: 100%;
    padding: 64px 0 64px;
}
header {
    background-color: #be1717;
    color: #fff;
    font-size: 28px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.flex {
    display: flex;
}
.text_indent {
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
}
.pb_picture {
    padding-bottom: 30px;
    background-color: white;
}
.pb_picture img {
    padding-bottom: 30px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 10% 50%, rgba(255, 255, 255, 1) 50% 90%);
}
/* =========================================================
 PC 701px〜
========================================================= */
* {
    box-sizing: border-box;
}

img {
    width: 100%;
    vertical-align: bottom;
}

.contents_inner {
    width: 80%;
    margin: 0 auto;
}

.font_bold {
    font-weight: bold;
}
/* ↓ 個別のCSS */
#main_bnr {
    margin: 0 auto;
    background-image: url(todaya_bg01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    position: relative;
    background-color: transparent;
    height: 1175px;
}
.mainarea {
    margin: 0 auto;
    max-width: 1280px;
}
.mainarea h1 {
    padding: 0;
    margin: 0;
    text-align: center;
}
.mainarea h1 img {
    margin: 15% 0 15%;
    width: 29%;
}
.section01 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    color: #000;
    padding: 63% 0 0;
}
.section01 .contents_inner img {
    width: 100%;
    margin-left: 0.1%;
}

.section01 .buyersvoice {
    margin: 0 auto;
    padding: 1.5em 0;
    box-sizing: border-box;
    width: calc(100% - 0.5px);
    text-align: left;
    position: relative;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0 0 7px #666;
}

.section01 .buyersvoice dl {
    width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;

}
.section01 .buyersvoice dl dt {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    flex-basis: 80%;
}
.section01 .buyersvoice dl dt p {
    font-size: 0.85rem;
    line-height: 2.5em;
    font-weight: normal;
    line-height: 1.8rem;
}
.section01 .buyersvoice dl dt p span {
    background: linear-gradient(transparent 0%, transparent 70%, #fdea25 70%, #fdea25 100%);
    font-weight: bold;
}
.section01 .buyersvoice dl dt p span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: yellow;
    z-index: -1;
}
.section01 .buyersvoice dl dt small {
    margin-right: 1em;
    font-size: 14px;
}
.section01 .buyersvoice dl dd {
    flex-basis: 20%;
}
.section01 .buyersvoice dl dd picture {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.section01 .buyersvoice div{
    width: 40vw;
    max-width: 410px;
    margin-bottom: 1vw;
}

/* ----- .section02 ----- */

.section02 {
    width: 100%;
    color: #000000;
    background-image: url(todaya_bg02.jpg);
    background-size: cover;
    background-color: transparent;
    height: 1275px;
    font-weight: bold;
}
.sec02_origin_info {
    padding-top: 200px;
    text-align: left;
}
.sec02_place_producer {
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 600;
    padding-left: 11px;
    letter-spacing: 0;
}
.sec02_place_producer span {
    font-size: 16px;
}
.sec02_product_info {
    padding-left: 11px;
    font-size: 15px;
    font-weight: 600;
    padding-top: 20px;
    line-height: 2.1em;
    width: 57%;
    letter-spacing: 0.03em;
}
.sec02_contents {
    text-align: left;
}
.sec02_upper {
    display: flex;
    margin-top: 21px;
    justify-content: space-between;
    align-items: flex-start;
}
.sec02_upper img {
    width: 47%;
}
.sec02_upper_sentence {
    width: 50%;
}
.sec02_upper_sentence .sec02_upper_title {
    font-size: 35px;
    line-height: 1.5em;
    margin-top: 18px;
    white-space: nowrap;
}
.sec02_upper_sentence p {
    line-height: 1.95em;
    margin-top: 13px;
    font-size: 16px;
    letter-spacing: 0;
}
.sec02_lower {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: -20px;
    align-items: flex-start;
}
.sec02_lower img {
    width: 47%;
}
.sec02_lower_sentence {
    width: 50%;
    margin-top: 45px;
    padding-left: 10px;
    letter-spacing: -0.05em;
}
.sec02_lower_sentence .sec02_lower_title {
    font-size: 35px;
    line-height: 1.5em;
    margin-top: 50px;
    letter-spacing: 0;
    white-space: nowrap;
}
.sec02_lower_sentence p {
    line-height: 1.95em;
    margin-top: 13px;
    font-size: 16px;
    letter-spacing: 0;
}
/* 商品購入のエリア */
.sec02_purchase_area {
    display: flex;
    text-align: left;
}
.sec02_purchase_left {
    flex-basis: 50%;
    padding-right: 4%;
    position: relative;
    margin-top: -66px;
}
.sec02_purchase_left02 img {
    width: 120%;
    padding: 25px 46px 0 0;
}
.sec02_purchase_right {
    flex-basis: 50%;
    padding: 8px 0 0 29px;
}

/* ----- ////////.section_add /////////----- */

.section_add {
    margin: 0 auto 0;
    width: 100%;
    color: #000000;
    background-image: url(todaya_bg_add.jpg);
    background-size: cover;
    height: 770px;
}

/* 商品購入のエリア */
.sec_add_purchase_area {
    display: flex;
    text-align: left;
    gap: 2.5%;
    padding-top: 190px;
}

.sec_add_purchase_area02 {
    margin-top: -18px;
}

.sec_add_purchase_left {
    flex-basis: 50%;
}

.sec_add_purchase_right {
    margin-top: 30px;
    flex-basis: 50%;
}

.section_add .flex-wrap-product {
    margin-top: 100px;
}


/* ----- ////////.section03 /////////----- */

.section03 {
    margin: 0 auto 0;
    width: 100%;
    color: #000000;
    background-image: url(todaya_bg03.jpg);
    background-size: cover;
    height: 930px;
}
.sec03_origin_info {
    padding-top: 260px;
    text-align: left;
    margin-bottom: 70px;
}
.sec03_place_producer {
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 600;
    padding-right: 11px;
    letter-spacing: 0;
}
.sec03_place_producer span {
    font-size: 16px;
}
.sec03_product_info {
    padding-right: 11px;
    font-size: 15px;
    font-weight: 600;
    padding-top: 20px;
    line-height: 2.1em;
    width: 65%;
    letter-spacing: 0.03em;
    text-align: left;
    margin: 0 0 0 auto;
}
.sec03_contents {
    text-align: left;
}
.sec03_upper {
    display: flex;
    margin-top: 21px;
    justify-content: space-between;
}
.sec03_upper picture {
    width: 47%;
}
.sec03_upper img {
    width: 100%;
    padding: 132px 10px 0 0;
}
.sec03_upper_sentence {
    width: 50%;
}
.sec03_upper_sentence .sec03_upper_title {
    font-size: 35px;
    line-height: 1.5em;
    margin-top: 18px;
    letter-spacing: 0;
    white-space: nowrap;
}
.sec03_upper_sentence p {
    line-height: 1.95em;
    margin-top: 13px;
    font-size: 16px;
    letter-spacing: 0;
}
.sec03_lower {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: -20px;
    align-items: flex-start;
}
.sec03_lower img {
    width: 47%;
    margin-top: 35px;
}
.sec03_lower_sentence {
    width: 52%;
    margin-top: 45px;
    padding-left: 10px;
    letter-spacing: -0.05em;
}
.sec03_lower_sentence .sec03_lower_title {
    font-size: 35px;
    line-height: 1.5em;
    margin-top: 8px;
    letter-spacing: -0.03em;
    white-space: nowrap;
}
.sec03_lower_sentence p {
    line-height: 1.95em;
    margin-top: 13px;
    font-size: 16px;
    letter-spacing: 0;
}
/* section03_contents03 */

.sec03_purchase {
    display: flex;
    gap: 2.5%;
    text-align: left;
}
.sec03_content03_left {
    flex-basis: 50%;
}
/*
.sec03_content03_left img {
    width: 119%;
    margin: -44px 0 0 -24px;
}
*/
.sec03_content03_right {
    flex-basis: 50%;
    margin-top: 30px;
}
.sec03_content03_right img {
/*    margin-left: -16px;*/
}
.sec03_content03_right ul {
    text-align: left;
    margin-top: 20px;
}

/* section04 */
.section04 {
    background-image: url(todaya_bg04.jpg);
    width: 100%;
    color: #000000;
    background-size: cover;
    background-color: transparent;
    height: 750px;
}
.sec04_origin_info {
    padding-top: 0px;
    text-align: left;
}
.sec04_place_producer {
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 600;
    padding-left: 11px;
    letter-spacing: 0;
}
.sec04_place_producer span {
    font-size: 16px;
}
.sec04_product_info {
    padding-left: 11px;
    font-size: 15px;
    font-weight: 600;
    padding-top: 20px;
    line-height: 2.1em;
    width: 57%;
    letter-spacing: 0.03em;
}
.sec04_contents {
    padding-bottom: 35px;
}
.sec04_upper {
    display: flex;
    margin-top: 21px;
    justify-content: space-between;
    text-align: left;
    align-items: flex-start;
}
.sec04_upper img {
    width: 47%;
}
.sec04_upper_sentence {
    width: 50%;
}
.sec04_upper_sentence .sec04_upper_title {
    font-size: 35px;
    line-height: 1.5em;
    margin-top: 18px;
    white-space: nowrap;
}
.sec04_upper_sentence p {
    line-height: 1.95em;
    margin-top: 13px;
    font-size: 16px;
    letter-spacing: 0;
}
/* 商品購入のエリア */
.sec04_purchase_area {
    display: flex;
    text-align: left;
    gap: 2.5%;
}
.sec04_purchase_area02 {
    margin-top: -18px;
}
.sec04_purchase_left {
    flex-basis: 50%;
}
.sec04_purchase_right {
    flex-basis: 50%;
    margin-top: 30px;
}
/* section05 */
.section05 {
    background-image: url(todaya_bg05.jpg);
    width: 100%;
    color: #000000;
    background-size: cover;
    background-color: transparent;
    height: 520px;
}
.sec05_contents {
    padding-top: 345px;
    position: relative;
}
.sec05_attention {
    position: absolute;
    left: 10%;
    bottom: 17.5%;
    text-align: left;
}
/* 商品購入のエリア */
.sec05_purchase_area {
    display: flex;
    text-align: left;
    gap: 2.5%;
}
.sec05_purchase_left {
    flex-basis: 50%;
}
.sec05_purchase_right {
    flex-basis: 50%;
    margin-top: 30px;
}

/* section06 */
.section06 {
    background-image: url(todaya_bg06.jpg);
    width: 100%;
    color: #000000;
    background-size: cover;
    background-color: transparent;
    height: 850px;
}
.sec06_origin_info {
    padding-top: 371px;
    text-align: left;
}
.sec06_place_producer {
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 600;
    padding-left: 11px;
    letter-spacing: 0;
}
.sec06_place_producer span {
    font-size: 16px;
}
.sec06_product_info {
    padding-left: 11px;
    font-size: 15px;
    font-weight: 600;
    padding-top: 20px;
    line-height: 2.1em;
    width: 57%;
    letter-spacing: 0.03em;
}
.sec06_contents {
    padding-bottom: 35px;
}
.sec06_upper {
    display: flex;
    margin-top: 21px;
    justify-content: space-between;
    text-align: left;
    align-items: flex-start;
}
.sec06_upper img {
    width: 47%;
}
.sec06_upper_sentence {
    width: 50%;
}
.sec06_upper_sentence .sec04_upper_title {
    font-size: 35px;
    line-height: 1.5em;
    margin-top: 18px;
    white-space: nowrap;
}
.sec06_upper_sentence p {
    line-height: 1.95em;
    margin-top: 13px;
    font-size: 16px;
    letter-spacing: 0;
}
/* 商品購入のエリア */
.sec06_purchase_area {
    display: flex;
    text-align: left;
    gap: 2.5%;
}
.sec06_purchase_area02 {
    margin-top: -18px;
}
.sec06_purchase_left {
    flex-basis: 50%;
}

.sec06_purchase_right {
    margin-top: 30px;
    flex-basis: 50%;
}

/* section07
--------------------------------------------------------- */
.section07 {
    background-image: url(todaya_bg07.jpg);
    width: 100%;
    color: #000000;
    background-size: cover;
    background-color: transparent;
    height: 517px;
}
.sec07_origin_info {
    padding-top: 6px;
    text-align: left;
}
.sec07_place_producer {
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 600;
    padding-left: 11px;
    letter-spacing: 0;
}
.sec07_place_producer span {
    font-size: 16px;
}
.sec07_product_info {
    padding-left: 11px;
    font-size: 15px;
    font-weight: 600;
    padding-top: 20px;
    line-height: 2.1em;
    width: 57%;
    letter-spacing: 0.03em;
}
.sec07_contents {
    padding-bottom: 35px;
}
.sec07_upper {
    display: flex;
    margin-top: 21px;
    justify-content: space-between;
    text-align: left;
    align-items: flex-start;
}
.sec07_upper img {
    width: 47%;
}
.sec07_upper_sentence {
    width: 50%;
}
.sec07_upper_sentence .sec07_upper_title {
    font-size: 35px;
    line-height: 1.5em;
    margin-top: 18px;
    white-space: nowrap;
}
.sec07_upper_sentence p {
    line-height: 1.95em;
    margin-top: 13px;
    font-size: 16px;
    letter-spacing: 0;
}
/* 商品購入のエリア */
.sec07_purchase_area {
    display: flex;
    text-align: left;
    gap: 2.5%;
}
.sec07_purchase_left {
    flex-basis: 50%;
}
.sec07_purchase_right {
    margin-top: 33px;
    flex-basis: 50%;
}

/* section08
--------------------------------------------------------- */
.section08 {
    background-image: url(todaya_bg08.jpg);
    width: 100%;
    color: #000000;
    background-size: cover;
    background-color: transparent;
    height: 1009px;
}
.sec08_origin_info {
    padding-top: 400px;
    text-align: left;
    margin-bottom: 30px;
}
.sec08_place_producer {
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 600;
    padding-left: 11px;
    letter-spacing: 0;
}
.sec08_place_producer span {
    font-size: 16px;
}
.sec08_product_info {
    padding-left: 11px;
    font-size: 15px;
    font-weight: 600;
    padding-top: 20px;
    line-height: 2.1em;
    width: 57%;
    letter-spacing: 0.03em;
}
.sec08_contents {
    padding-bottom: 35px;
}
.sec08_upper {
    display: flex;
    margin-top: 21px;
    justify-content: space-between;
    text-align: left;
    align-items: flex-start;
}
.sec08_upper img {
    width: 47%;
}
.sec08_upper_sentence {
    width: 50%;
}
.sec08_upper_sentence .sec08_upper_title {
    font-size: 35px;
    line-height: 1.5em;
    margin-top: 18px;
    white-space: nowrap;
}
.sec08_upper_sentence p {
    line-height: 1.95em;
    margin-top: 13px;
    font-size: 16px;
    letter-spacing: 0;
}
/* 商品購入のエリア */
.sec08_purchase_area {
    display: flex;
    text-align: left;
    gap: 2.5%;
}
.sec08_purchase_area02 {
    margin-top: -18px;
}
.sec08_purchase_left {
    flex-basis: 50%;
}
.sec08_purchase_right {
    margin-top: 30px;
    flex-basis: 50%;
}

/* ----- #purchaseArea ----- */

#purchaseArea {
    margin: 0 auto;
    padding: 5vw 0 0;
    background: transparent url(salmon_bg04.jpg) repeat-y;
    background-size: 100% auto;
    width: 100%;
    max-width: 1280px;
}
#purchaseArea h2 {
    margin: 0 0 3vw;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 29px;
    font-weight: normal;
    line-height: 1.5;
    color: #c23f14;
    text-align: center;
}
#purchaseArea .items {
    margin: 3vw auto 0;
    max-width: 1000px;
}
#purchaseArea .item-inner.images {
    width: 50vw;
}
#purchaseArea .item-inner.images img {
    margin-right: 0;
    width: 90%;
}
#purchaseArea .item-inner.purchace {
    margin: 0;
    width: 40vw;
}
#purchaseArea .purchace dt {
    margin-bottom: 1vw;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
}
#purchaseArea .purchace dd {
    margin-bottom: 2vw;
    text-align: left;
}
#purchaseArea .purchace dd:nth-of-type(1) {
    margin-bottom: 0;
}
#purchaseArea .purchace dd:nth-of-type(2) {
    margin-top: 0;
    font-size: 14px;
}
#purchaseArea .purchace ul {
    width: 87%;
}
#purchaseArea .purchace .store-name {
    font-size: 14px;
    text-align: left;
}
#purchaseArea .purchace .item-name {
    font-size: 18px;
    text-align: left;
    border-top: 1px dotted #000;
    border-bottom: 1px dotted #000;
}
#purchaseArea .purchace .capa {
    font-size: 12px;
    text-align: left;
}
#purchaseArea .purchace .price {
    font-size: 12px;
    text-align: left;
    color: #000;
}
#purchaseArea .purchace .btn {
    text-align: left;
}

ul .store-name {
    font-size: 14px;
    line-height: 26px;
    font-weight: bold;
}
ul .item-name {
    font-size: 17px;
    font-weight: bold;
    line-height: 160%;
    border-top: 1px dotted #000;
    border-bottom: 1px dotted #000;
    display: inline-block;
    padding: 10px 0;
    width: 100%;
    letter-spacing: 0;
}
ul .item-name span {
    font-size: 14px;
}
ul .price {
    margin-bottom: 24px;
    line-height: 160%;
    font-size: 13px;
    font-weight: bold;
}
ul .price span {
    font-size: 28px;
    letter-spacing: 0;
    margin-left: 5px;
}
ul .price p {
    color: #ce2525;
    font-size: 12px;
    font-weight: bold;
    background-color: #fff;
    display: inline-block;
    padding: 1px 6px;
    margin-left: 14px;
    border: 1px solid #ce2525;
    line-height: 1.65em;
}
ul .tax_in {
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}
.btn a {
    display: inline-block;
    color: #ffffff;
    font-size: 105%;
    background-color: #e94e49;
    text-decoration: none;
    padding: 16px 42px;
    border-radius: 30px;
    margin-top: 18px;
    border: solid 1px #e94e49;
    font-weight: 600;
}
.btn .btn02 {
    padding: 3px 20px;
    margin-left: 20px;
    font-size: 14px;
    letter-spacing: 0;
}
ul .capa {
    font-size: 11px;
    margin-bottom: 16px;
}
.btn a:hover {
    text-decoration: none;
    background-color: #f55e5d;
    border: solid 1px #f55e5d;
    color: #fff;
}
#list {
    padding-bottom: 32px;
    background-image: url(todaya_bg_list.jpg);
    background-size: 100%;
}
#list a {
    display: inline-block;
    color: #ffffff;
    font-size: 105%;
    background-color: #e94e49;
    text-decoration: none;
    background-image: url(arrow02.png);
    background-image: none\9;
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: right 32px center;
    padding: 32px 197px;
    border-radius: 4px;
    border: solid 1px #e94e49;
    font-size: 200%;
    margin: 40px 0 16px 0;
    border-bottom: solid 5px #c73531;
}
#back {
    width: 715px;
    margin: 0 auto;
    text-align: left;
}
#back a {
    display: inline-block;
    color: #ffffff;
    font-size: 105%;
    background-color: #888888;
    text-decoration: none;
    background-image: url(arrow03.png);
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: 10px center;
    padding: 6px 16px 6px 32px;
    border-radius: 4px;
    border: solid 1px #888888;
    font-size: 100%;
    margin: 16px 0 0 0;
}
#back a:hover {
    background-color: #aaaaaa;
    border: solid 1px #aaaaaa;
}
#copyright {
    font-size: 86%;
    text-align: center;
    color: #000;
}
#footer {
    margin: auto;
    padding: 10px 0;
    width: 100%;
    max-width: 1280px;
    background-color: #eee;
}
.pc-none {
    display: none;
}
/* =========================================================
 PC 非表示一覧
========================================================= */
.buyersvoice_SP,
.buyersvoice_SP,
.product_example_area_SP,
.product_explanation_SP,
.sec02_parts02_set_SP,
.sec03_content02_SP,
.sec03_content03_SP,
.sec03_content04_SP {
    display: none;
}
/* =========================================================
 TAB 701px〜1280
========================================================= */
@media screen and (max-width: 1280px) {
    .pc-none {
        display: none;
    }

    /* 全てvw変換したCSS実験 */
    #main_bnr {
        margin: 0 auto;
        background-image: url(todaya_bg01.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 100%;
        position: relative;
        background-color: transparent;
        height: 92vw;
    }
    .mainarea {
        margin: 0 auto;
        max-width: 100vw;
    }
    .mainarea h1 {
        padding: 0;
        margin: 0;
        text-align: center;
    }
    .mainarea h1 img {
        margin: 15% 0 15%;
        width: 29%;
    }
    .section01 {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        font-size: 1.875vw;
        font-weight: bold;
        line-height: 2.813vw;
        color: #000;
        padding: 5% 0 7%;
    }
    .section01 .contents_inner img {
        width: 100%;
        margin-left: 0.1%;
    }
    .section01 .buyersvoice {
        margin: 0 auto;
        box-sizing: border-box;
        text-align: left;
        top: 57vw;
        padding: 0 0 1.5vw 0;;
    }
    .section01 .buyersvoice dl {
        width: 95%;
        display: flex;
        align-items: flex-end;
    }
    .section01 .buyersvoice dl dt {
        font-size: 1.719vw;
        font-weight: bold;
        line-height: 2rem;
        flex-basis: 76%;
        padding-top: 1.8vw;
    }
    .section01 .buyersvoice dl dt p {
        font-size: 1.094vw;
        line-height: 2.5em;
        font-weight: normal;
        line-height: 2em;
    }
    .section01 .buyersvoice dl dt p span {
        background: linear-gradient(transparent 0%, transparent 70%, #fdea25 70%, #fdea25 100%);
        font-weight: bold;
    }
    .section01 .buyersvoice dl dt p span::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0.391vw;
        background-color: yellow;
        z-index: -1;
    }
    .section01 .buyersvoice dl dt small {
        margin-right: 1em;
        font-size: 1.094vw;
    }
    .section01 .buyersvoice dl dd {
        flex-basis: 24%;
    }
    .section01 .buyersvoice dl dd picture {
        display: flex;
        align-items: flex-end;
        height: 100%;
    }
    /* ----- .section02 ----- */

    .section02 {
        width: 100%;
        color: #000000;
        background-image: url(todaya_bg02.jpg);
        background-size: cover;
        background-color: transparent;
        height: 99.61vw;
    }
    .sec02_origin_info {
        padding-top: 14vw;
        text-align: left;
    }
    .sec02_place_producer {
        font-size: 1.563vw;
        line-height: 1.6em;
        font-weight: 600;
        padding-left: 0.859vw;
        letter-spacing: 0;
    }
    .sec02_place_producer span {
        font-size: 1.25vw;
    }
    .sec02_product_info {
        padding-left: 0.859vw;
        font-size: 1.172vw;
        font-weight: 600;
        padding-top: 1.563vw;
        line-height: 2.1em;
        width: 57%;
        letter-spacing: 0.03em;
    }
    .sec02_contents {
        text-align: left;
    }
    .sec02_upper {
        display: flex;
        margin-top: 1.641vw;
        justify-content: space-between;
    }
    .sec02_upper img {
        width: 47%;
    }
    .sec02_upper_sentence {
        width: 50%;
    }
    .sec02_upper_sentence .sec02_upper_title {
        font-size: 2.734vw;
        white-space: nowrap;
        line-height: 1.5em;
        margin-top: 1.406vw;
    }
    .sec02_upper_sentence p {
        line-height: 1.95em;
        margin-top: 1.016vw;
        font-size: 1.25vw;
        letter-spacing: 0;
    }
    .sec02_lower {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        margin-top: -1.562vw;
    }
    .sec02_lower img {
        width: 47%;
    }
    .sec02_lower_sentence {
        width: 50%;
        margin-top: 3.516vw;
        padding-left: 0.781vw;
        letter-spacing: -0.05em;
    }
    .sec02_lower_sentence .sec02_lower_title {
        font-size: 2.734vw;
        white-space: nowrap;
        line-height: 1.5em;
        margin-top: 3.906vw;
        letter-spacing: 0;
    }
    .sec02_lower_sentence p {
        line-height: 1.95em;
        margin-top: 1.016vw;
        font-size: 1.25vw;
        letter-spacing: 0;
    }
    /* 商品購入のエリア */
    .sec02_purchase_area {
        display: flex;
        text-align: left;
    }
    .sec02_purchase_left {
        flex-basis: 50%;
        padding-right: 4%;
        position: relative;
        margin-top: -5.156vw;
    }
    .sec02_purchase_left02 img {
        width: 120%;
        padding: 1.953vw 3.594vw 0 0;
    }
    .sec02_purchase_right {
        flex-basis: 50%;
        padding: 0.625vw 0 0 2.266vw;
    }

    /*  section_add(タブレット)
--------------------------------------------------------- */

    .section_add {
        margin: 0 auto 0;
        width: 100%;
        color: #000000;
        background-image: url(todaya_bg_add.jpg);
        background-size: cover;
        height: 60.16vw;
    }

    /* 商品購入のエリア */
    .sec_add_purchase_area {
        display: flex;
        text-align: left;
        padding-top: 16.84vw;
    }
    .sec_add_purchase_left {
        flex-basis: 50%;
    }
    .sec_add_purchase_left img {
        width: 100%;
    }
    .sec_add_purchase_right {
        flex-basis: 55%;
        margin-top: 1.5vw;
    }
    .product_explanation {
        font-size: 1vw;
        font-weight: 600;
        line-height: 1.65em;
        margin-bottom: 1vw;
    }

    .section_add .flex-wrap-product {
        margin-top: 7.81vw;
    }

/*  section03(タブレット)
--------------------------------------------------------- */
    .section03 {
        margin: 0 auto 0;
        width: 100%;
        color: #000000;
        background-image: url(todaya_bg03.jpg);
        background-size: cover;
        height: 72vw;
    }
    .sec03_origin_info {
        padding-top: 22vw;
        margin-bottom: 0vw;
        text-align: left;
    }
    .sec03_place_producer {
        font-size: 1.563vw;
        line-height: 1.6em;
        font-weight: 600;
        padding-right: 0.859vw;
        letter-spacing: 0;
    }
    .sec03_place_producer span {
        font-size: 1.25vw;
    }
    .sec03_product_info {
        padding-right: 0.859vw;
        font-size: 1.172vw;
        font-weight: 600;
        padding-top: 1.563vw;
        line-height: 2.1em;
        width: 65%;
        letter-spacing: 0.03em;
        text-align: left;
        margin: 0 0 0 auto;
    }
    .sec03_contents {
        text-align: left;
    }
    .sec03_upper {
        display: flex;
        margin-top: 1.641vw;
        justify-content: space-between;
    }
    .sec03_upper img {
        width: 100%;
        padding: 10.313vw 0.781vw 0 0;
    }
    .sec03_upper_sentence {
        width: 50%;
    }
    .sec03_upper_sentence .sec03_upper_title {
        font-size: 2.734vw;
        white-space: nowrap;
        line-height: 1.5em;
        margin-top: 1.406vw;
        letter-spacing: 0;
    }
    .sec03_upper_sentence p {
        line-height: 1.95em;
        margin-top: 1.016vw;
        font-size: 1.25vw;
        letter-spacing: 0;
    }
    .sec03_lower {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        margin-top: -1.562vw;
    }
    .sec03_lower img {
        width: 47%;
        margin-top: 2.734vw;
    }
    .sec03_lower_sentence {
        width: 52%;
        margin-top: 3.516vw;
        padding-left: 0.781vw;
        letter-spacing: -0.05em;
    }
    .sec03_lower_sentence .sec03_lower_title {
        font-size: 2.734vw;
        white-space: nowrap;
        line-height: 1.5em;
        margin-top: 0.625vw;
        letter-spacing: 0.03em;
    }
    .sec03_lower_sentence p {
        line-height: 1.95em;
        margin-top: 1.016vw;
        font-size: 1.25vw;
        letter-spacing: 0;
    }
    /* section03_contents03 */

    .sec03_purchase {
        display: flex;
        align-items: inherit;
        gap: 2.5%;
        text-align: left;
    }
    .sec03_content03_left {
        flex-basis: 50%;
    }
    .sec03_content03_left img {
        width: 100%;
        margin: 0 auto;
    }
    .sec03_content03_right {
        flex-basis: 55%;
        margin: 2.5vw 0 0 0;
    }
    .sec03_content03_right img {
        margin-left: -1.25vw;
    }
    .sec03_content03_right ul {
        text-align: left;
        margin-top: 1.563vw;
    }

    /*  section04(タブレット)
    --------------------------------------------------------- */
    .section04 {
        background-image: url(todaya_bg04.jpg);
        width: 100%;
        color: #000000;
        background-size: cover;
        background-color: transparent;
        height: 58vw;
    }
    .sec04_origin_info {
        padding-top: 0vw;
        text-align: left;
    }
    .sec04_place_producer {
        font-size: 1.563vw;
        line-height: 1.6em;
        font-weight: 600;
        padding-left: 0.859vw;
        letter-spacing: 0;
    }
    .sec04_place_producer span {
        font-size: 1.25vw;
    }
    .sec04_product_info {
        padding-left: 0.859vw;
        font-size: 1.172vw;
        font-weight: 600;
        padding-top: 1.563vw;
        line-height: 2.1em;
        width: 57%;
        letter-spacing: 0.03em;
    }
    .sec04_contents {
        padding-bottom: 2.734vw;
    }
    .sec04_upper {
        display: flex;
        margin-top: 1.641vw;
        justify-content: space-between;
        text-align: left;
    }
    .sec04_upper img {
        width: 47%;
    }
    .sec04_upper_sentence {
        width: 50%;
    }
    .sec04_upper_sentence .sec04_upper_title {
        font-size: 2.734vw;
        white-space: nowrap;
        line-height: 1.5em;
        margin-top: 1.406vw;
    }
    .sec04_upper_sentence p {
        line-height: 1.95em;
        margin-top: 1.016vw;
        font-size: 1.25vw;
        letter-spacing: 0;
    }
    /* 商品購入のエリア */
    .sec04_purchase_area {
        display: flex;
        text-align: left;
    }
    .sec04_purchase_left {
        flex-basis: 50%;
        margin: 0;
    }
    .sec04_purchase_left img {
        width: 100%;
        margin: 0;
    }
    .sec04_purchase_right {
        flex-basis: 55%;
        padding: 0;
        margin-top: 2.5vw;
    }

    /*  section05(タブレット)
    --------------------------------------------------------- */
    .section05 {
        background-image: url(todaya_bg05.jpg);
        width: 100%;
        color: #000000;
        background-size: cover;
        background-color: transparent;
        height: 40vw;
    }

    .sec05_origin_info {
        padding-top: 0vw;
        text-align: left;
    }

    .sec05_contents {
        padding-top: 25vw;
    }
    .sec05_attention {
        font-size: 1.15vw;
        line-height: 1.75em;
    }
    /* 商品購入のエリア */
    .sec05_purchase_area {
        display: flex;
        text-align: left;
    }
    .sec05_purchase_left {
        flex-basis: 50%;
        padding-left: 0;
        margin-top:0;
    }
    .sec05_purchase_left img {
        width: 100%;
        margin: 0 auto;
    }
    .sec05_purchase_right {
        flex-basis: 55%;
        margin-top: 2.5vw;
        padding: 0;
    }
    .product_explanation {
        font-size: 1vw;
        font-weight: 600;
        line-height: 1.65em;
        margin-bottom: 1vw;
    }

    /*  section06(タブレット)
    --------------------------------------------------------- */
    .section06 {
        background-image: url(todaya_bg06.jpg);
        width: 100%;
        color: #000000;
        background-size: cover;
        background-color: transparent;
        height: 66vw;
    }

    .sec06_origin_info {
        padding-top: 25vw;
        text-align: left;
    }

    .sec06_contents {
        padding-top: 25vw;
    }
    .sec06_attention {
        font-size: 1.15vw;
        line-height: 1.75em;
    }
    /* 商品購入のエリア */
    .sec06_purchase_area {
        display: flex;
        text-align: left;
    }
    .sec06_purchase_left {
        flex-basis: 50%;
    }
    .sec06_purchase_left img {
        width: 100%;
    }
    .sec06_purchase_right {
        flex-basis: 55%;
        margin-top: 2.5vw;
        padding: 0;
    }
    .product_explanation {
        font-size: 1vw;
        font-weight: 600;
        line-height: 1.65em;
        margin-bottom: 1vw;
    }

    /*  section07(タブレット)
    --------------------------------------------------------- */
    .section07 {
        background-image: url(todaya_bg07.jpg);
        width: 100%;
        color: #000000;
        background-size: cover;
        background-color: transparent;
        height: 40vw;
    }

    .sec07_origin_info {
        padding-top: 1vw;
        text-align: left;
    }


    .sec07_contents {
        padding-top: 25vw;
    }
    .sec07_attention {
        font-size: 1.15vw;
        line-height: 1.75em;
    }
    /* 商品購入のエリア */
    .sec07_purchase_area {
        display: flex;
        text-align: left;
    }
    .sec07_purchase_left {
        flex-basis: 50%;
    }
    .sec07_purchase_left img {
        width: 100%;
    }
    .sec07_purchase_right {
        flex-basis: 55%;
        margin-top: 2.5vw;
        padding: 0;
    }
    .sec07_purchase_right02 {
        padding-top: 6.25vw;
    }
    .sec07_purchase_right03,
    .sec07_purchase_right04 {
        margin-top: -0.937vw;
    }
    .product_explanation {
        font-size: 1vw;
        font-weight: 600;
        line-height: 1.65em;
        margin-bottom: 1vw;
    }

    /*  section08(タブレット)
    --------------------------------------------------------- */
    .section08 {
        background-image: url(todaya_bg08.jpg);
        width: 100%;
        color: #000000;
        background-size: cover;
        background-color: transparent;
        height: 78.83vw;
    }

    .sec08_origin_info {
        padding-top: 32vw;
        text-align: left;
        margin-bottom: 1vw;
    }

    .sec08_contents {
        padding-top: 25vw;
    }
    .sec08_attention {
        font-size: 1.15vw;
        line-height: 1.75em;
    }
    /* 商品購入のエリア */
    .sec08_purchase_area {
        display: flex;
        text-align: left;
    }
    .sec08_purchase_left {
        flex-basis: 50%;
    }
    .sec08_purchase_left img {
        width: 100%;
    }
    .sec08_purchase_right {
        flex-basis: 55%;
        margin-top: 1.5vw;
    }
    .product_explanation {
        font-size: 1vw;
        font-weight: 600;
        line-height: 1.65em;
        margin-bottom: 1vw;
    }

    /* ----- #purchaseArea ----- */

    #purchaseArea {
        margin: 0 auto;
        padding: 5vw 0 0;
        background: transparent url(salmon_bg04.jpg) repeat-y;
        background-size: 100% auto;
        width: 100%;
        max-width: 100vw;
    }
    #purchaseArea h2 {
        margin: 0 0 3vw;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 2.266vw;
        font-weight: normal;
        line-height: 1.5;
        color: #c23f14;
        text-align: center;
    }
    #purchaseArea .items {
        margin: 3vw auto 0;
        max-width: 78.125vw;
    }
    #purchaseArea .item-inner.images {
        width: 50vw;
    }
    #purchaseArea .item-inner.images img {
        margin-right: 0;
        width: 90%;
    }
    #purchaseArea .item-inner.purchace {
        margin: 0;
        width: 40vw;
    }
    #purchaseArea .purchace dt {
        margin-bottom: 1vw;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 1.875vw;
        font-weight: normal;
        line-height: 1.5;
        text-align: left;
    }
    #purchaseArea .purchace dd {
        margin-bottom: 2vw;
        text-align: left;
    }
    #purchaseArea .purchace dd:nth-of-type(1) {
        margin-bottom: 0;
    }
    #purchaseArea .purchace dd:nth-of-type(2) {
        margin-top: 0;
        font-size: 1.094vw;
    }
    #purchaseArea .purchace ul {
        width: 87%;
    }
    #purchaseArea .purchace .store-name {
        font-size: 1.094vw;
        text-align: left;
    }
    #purchaseArea .purchace .item-name {
        font-size: 1.406vw;
        text-align: left;
        border-top: 1px dotted #000;
        border-bottom: 1px dotted #000;
    }
    #purchaseArea .purchace .capa {
        font-size: 0.938vw;
        text-align: left;
    }
    #purchaseArea .purchace .price {
        font-size: 0.938vw;
        text-align: left;
        color: #000;
    }
    #purchaseArea .purchace .btn {
        text-align: left;
    }

    ul .store-name {
        font-size: 1.094vw;
        line-height: 2.031vw;
        font-weight: bold;
    }
    ul .item-name {
        font-size: 1.328vw;
        font-weight: bold;
        line-height: 160%;
        border-top: 1px dotted #000;
        border-bottom: 1px dotted #000;
        display: inline-block;
        padding: 0.781vw 0;
        width: 100%;
        letter-spacing: 0;
    }
    ul .item-name span {
        font-size: 1.094vw;
    }
    ul .price {
        margin-bottom: 1vw;
        line-height: 160%;
        font-size: 1.016vw;
        font-weight: bold;
    }
    ul .price span {
        font-size: 2.5vw;
        letter-spacing: 0;
        margin-left: 0.391vw;
    }
    ul .price p {
        color: #ce2525;
        font-size: 1.25vw;
        font-weight: bold;
        background-color: #fff;
        display: inline-block;
        padding: 0.078vw 0.469vw;
        margin-left: 1.094vw;
        border: 1px solid #ce2525;
        line-height: 1.65em;
    }
    ul .tax_in {
        margin-bottom: 1.25vw;
        font-size: 1.094vw;
        font-weight: bold;
        color: #333333;
    }
    .btn {
        width: 120%;
    }
    .btn a {
        display: inline-block;
        color: #ffffff;
        font-size: 1.2vw;
        background-color: #e94e49;
        text-decoration: none;
        padding: 1vw 4vw;
        border-radius: 10vw;
        margin-top: 0;
        border: solid 1px #e94e49;
        font-weight: 600;
        letter-spacing: 0;
    }
    .btn .btn02 {
        padding: 0.2vw 1.3vw;
        margin-left: 1.3vw;
        font-size: 0.8vw;
        letter-spacing: 0;
    }
    ul .capa {
        font-size: 0.6vw;
        margin-bottom: 0.5vw;
    }
    .btn a:hover {
        text-decoration: none;
        background-color: #f55e5d;
        border: solid 1px #f55e5d;
        color: #fff;
    }
    #list a {
        display: inline-block;
        color: #ffffff;
        font-size: 105%;
        background-color: #e94e49;
        text-decoration: none;
        background-image: url(arrow02.png);
        background-image: none\9;
        background-repeat: no-repeat;
        background-size: 1.094vw;
        background-position: right 32px center;
        padding: 2.5vw 15.391vw;
        border-radius: 0.313vw;
        border: solid 1px #e94e49;
        font-size: 200%;
        margin: 3.125vw 0 1.25vw 0;
        border-bottom: solid 5px #c73531;
    }
    #back {
        width: 55.859vw;
        margin: 0 auto;
        text-align: left;
    }
    #back a {
        display: inline-block;
        color: #ffffff;
        font-size: 1.3vw;
        background-color: #888888;
        text-decoration: none;
        background-image: url(arrow03.png);
        background-repeat: no-repeat;
        background-size: 0.469vw;
        background-position: 10px center;
        padding: 0.469vw 1.25vw 0.469vw 2.5vw;
        border-radius: 0.313vw;
        border: solid 1px #888888;
        font-size: 100%;
        margin: 1.25vw 0 0 0;
    }
    #back a:hover {
        background-color: #aaaaaa;
        border: solid 1px #aaaaaa;
    }
    #copyright {
        font-size: 86%;
        text-align: center;
        color: #000;
    }
}
/* =========================================================
 SP 〜700px
========================================================= */

@media screen and (max-width: 700px) {
    header ul {
        width: 100%;
        margin: 0 auto;
        padding: 10px 0;
    }
    header li {
        float: none;
    }
    header li img {
        width: 120px;
    }
    header li:last-child {
        float: none;
        padding: 10px 0 0 0;
        font-size: 20px;
    }
    ins.play-gif {
        position: absolute;
        font-family: Arial, sans serif;
        width: 58px;
        height: 58px;
        line-height: 52px;
        text-align: center;
        background-image: url(kai_gifbtn.png);
        font-size: 18px;
        color: #fff;
        /*border-radius: 50%;*/
        opacity: 0.9;
        /*border: 4px solid #fff;*/
        cursor: pointer;
        text-decoration: none;
        text-indent: -9999px;
        top: 50px !important;
        margin-top: -4px;
    }
    .gifplayer-wrapper {
        position: relative;
        display: block;
        height: auto !important;
    }
}

/* =========================================================
 PC 701px〜
========================================================= */

@media screen and (min-width: 701px) {
    header ul {
        width: 640px;
        margin: 0 auto;
        padding: 10px 0;
    }
    header li {
        float: left;
    }
    header li:last-child {
        float: left;
        padding: 18px 0 0 16px;
    }
    ins.play-gif {
        position: absolute;
        font-family: Arial, sans serif;
        width: 58px;
        height: 58px;
        line-height: 52px;
        text-align: center;
        background-image: url(kai_gifbtn.png);
        font-size: 18px;
        color: #fff;
        opacity: 0.9;
        cursor: pointer;
        text-decoration: none;
        text-indent: -9999px;
    }
    .gifplayer-wrapper {
        position: relative;
        display: inline-block;
    }
    .sp {
        display: none;
    }
}

/* =========================================================
 SP 〜700px
========================================================= */

@media screen and (max-width: 700px) {
    /* 共有部分 */
    .contents_inner {
        width: 86%;
        margin: 0 auto;
    }
    .text_right {
        text-align: right;
    }

    /* トップ画面 */
    /************ 一括　vw 置換CSS ************/
    #main_bnr {
        background-image: url(todaya_bg01_sp.jpg);
        background-repeat: no-repeat;
        width: 100%;
        background-size: cover;
        position: relative;
        background-color: transparent;
        height: 343vw;
    }

/*  section01(SP)
--------------------------------------------------------- */
    .section01 {
        padding-bottom: 13%;
    }
    .buyersvoice {
        display: none;
    }
    .buyersvoice_SP {
        display: block;
        margin-top: 190vw;
        padding: 6vw;
        background-color: rgba(255,255,255,0.9);
    }
    .section01 .buyersvoice_SP small {
        margin: 0;
        font-size: 4vw;
        letter-spacing: 0;
    }
    .float_box_wrap {
        text-align: left;
        font-size: 4.545vw;
        line-height: 1.5em;
    }
    .float_box_wrap p {
        font-size: 3.743vw;
        padding-top: 1.872vw;
        font-weight: 100;
    }
    .float_box {
        width: 36vw;
        float: right;
        font-size: 5.882vw;
        font-weight: bold;
        line-height: 1.5;
        margin: -1vw -3.743vw 0 0;
    }
/*  section02(SP)
--------------------------------------------------------- */
    .section02 {
        margin: 0;
        background-image: url(todaya_bg02_sp.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 394vw;
        /* overflow: hidden; */
    }
    .sec02_origin_info {
        padding-top: 45vw;
        text-align: left;
    }
    .sec02_place_producer {
        font-size: 4.278vw;
        letter-spacing: 0.05em;
    }
    .sec02_place_producer span {
        font-size: 3.743vw;
        letter-spacing: 0;
    }
    .sec02_product_info {
        font-size: 3.743vw;
        font-weight: 300;
        padding-top: 4.278vw;
        line-height: 1.9em;
        width: 100%;
        letter-spacing: 0;
    }
    .sec02_upper {
        flex-direction: column;
        margin-top: 10.16vw;
    }
    .sec02_upper img {
        width: 102%;
    }
    .sec02_upper_sentence {
        width: 100%;
    }
    .sec02_upper_sentence .sec02_upper_title {
        font-size: 5.882vw;
        margin-top: 2.674vw;
        text-align: center;
    }
    .sec02_upper_sentence p {
        line-height: 1.85em;
        margin-top: 4.813vw;
        font-size: 3.743vw;
    }

    .sec02_lower {
        flex-direction: column;
        margin-top: 8.021vw;
    }
    .sec02_lower img {
        width: 104%;
        transform: rotate(350deg);
    }
    .sec02_lower_sentence {
        width: 100%;
    }
    .sec02_lower_sentence .sec02_lower_title {
        font-size: 5.882vw;
        margin-top: 0.267vw;
        text-align: center;
    }
    .sec02_lower_sentence p {
        line-height: 1.85em;
        margin-top: 4.813vw;
        font-size: 3.743vw;
    }

    /* sec02_purchase */
    .sec02_purchase_area {
        flex-direction: column;
    }
    .sec02_purchase_left {
        padding-right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -8vw;
    }
    .sec02_purchase_left img {
        width: 118%;
    }
    .sec02_purchase_left02 {
        margin-top: 2.674vw;
    }
    .sec02_purchase_left02 img {
        padding: 0;
        width: 116%;
    }
    .sec02_purchase_right {
        padding: 0;
        margin: -11.765vw 0 0 7.487vw;
    }
    .sec02_purchase_right02 {
        margin-top: -4.813vw;
    }

/*  section_add(SP)
--------------------------------------------------------- */
.section_add {
    margin: 0;
    background-image: url(todaya_bg_add_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 307.47vw;
    /* overflow: hidden; */
}

/* sec_add_purchase */
.sec_add_contents {
    padding-top: 0;
    position: relative;
}

.sec_add_purchase_area {
    flex-direction: column;
    padding-top: 50.67vw;
}

.sec_add_purchase_left {
    display: block;
    margin: 0 -7vw;
}

.sec_add_purchase_left img {
    width: 100vw;
    margin: 0 auto;
}

.sec_add_purchase_left02 {
    margin-top: 2.674vw;
}

.sec_add_purchase_left02 img {
    padding: 0;
    width: 116%;
}

.sec_add_purchase_right {
    padding: 0;
    margin: 0;
}

.sec_add_purchase_right {
    flex-basis: 100%;
    padding: 0;
}

.section_add .contents_inner {
    position: relative;
}

.abs_img {
    position: absolute;
}

.snow1 {
    top: 44.5vw;
    left: 76vw;
    width: 12.8vw;
}

/*  section03(SP)
--------------------------------------------------------- */
    .section03 {
        width: 100%;
        color: #000000;
        background-image: url(todaya_bg03_sp.jpg);
        background-size: cover;
        height: 394.67vw;
        background-repeat: no-repeat;
        /* overflow: hidden; */
    }
    .sec03_origin_info {
        padding-top: 55vw;
        text-align: left;
        margin-bottom: 10vw;
    }
    .sec03_place_producer {
        font-size: 4.278vw;
        letter-spacing: 0.05em;
    }
    .sec03_place_producer span {
        font-size: 3.743vw;
        letter-spacing: 0;
    }
    .sec03_product_info {
        font-size: 3.743vw;
        font-weight: 300;
        padding-top: 4.278vw;
        line-height: 1.9em;
        width: 100%;
        letter-spacing: 0;
    }
    .sec03_upper {
        flex-direction: column;
        margin-top: 10.16vw;
    }
    .sec03_upper picture {
        width: 100%;
    }
    .sec03_upper img {
        width: 111%;
        padding: 0;
        margin: -1.07vw 0 0 -5.615vw;
    }
    .sec03_upper_sentence {
        width: 100%;
    }
    .sec03_upper_sentence .sec03_upper_title {
        font-size: 5.882vw;
        margin-top: -12.032vw;
        text-align: left;
    }
    .sec03_upper_sentence p {
        line-height: 1.85em;
        margin-top: 4.813vw;
        font-size: 3.743vw;
    }

    .sec03_lower {
        flex-direction: column;
        margin-top: 8.021vw;
    }
    .sec03_lower img {
        width: 104%;
        transform: rotate(350deg);
    }
    .sec03_lower_sentence {
        width: 100%;
    }
    .sec03_lower_sentence .sec03_lower_title {
        font-size: 5.882vw;
        margin-top: -2.406vw;
        text-align: center;
    }
    .sec03_lower_sentence p {
        line-height: 1.85em;
        margin-top: 4.813vw;
        font-size: 3.743vw;
    }

    /* sec03_purchase */
    .sec03_purchase {
        flex-direction: column;
    }
    .sec03_purchase_left {
        padding-right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -8vw;
    }
    .sec03_content03_left{
        display: block;
        margin: 0 -7vw;
    }
    .sec03_content03_left img {
        width: 100vw;
        margin: 0 auto;
    }
    .sec03_purchase_left img {
        width: 100%;
        margin: 0;
    }
    .sec03_purchase_left02 {
        margin-top: 2.674vw;
    }
    .sec03_purchase_left02 img {
        padding: 0;
        width: 116%;
    }
    .sec03_purchase_right {
        padding: 0;
        margin: -11.765vw 0 0 7.487vw;
    }
    .sec03_content03_right {
        flex-basis: 49%;
        margin: 5vw 0 0 0;
    }

/*  section04(SP)
--------------------------------------------------------- */
    .section04 {
        width: 100%;
        color: #000000;
        background-image: url(todaya_bg04_sp.jpg);
        background-size: cover;
        height: 348vw;
        background-repeat: no-repeat;
        /* overflow: hidden; */
    }

    .sec04_origin_info {
        padding-top: 5vw;
        text-align: left;
    }
    .sec04_place_producer {
        font-size: 4.278vw;
        letter-spacing: 0.05em;
    }
    .sec04_place_producer span {
        font-size: 3.743vw;
        letter-spacing: 0;
    }
    .sec04_product_info {
        font-size: 3.743vw;
        font-weight: 300;
        padding-top: 4.278vw;
        line-height: 1.9em;
        width: 100%;
        letter-spacing: 0;
    }
    .sec04_upper {
        flex-direction: column;
        margin-top: 10.16vw;
    }
    .sec04_upper img {
        width: 102%;
    }
    .sec04_upper_sentence {
        width: 100%;
    }
    .sec04_upper_sentence .sec04_upper_title {
        font-size: 5.882vw;
        margin-top: 2.674vw;
        text-align: center;
    }
    .sec04_upper_sentence p {
        line-height: 1.85em;
        margin-top: 4.813vw;
        font-size: 3.743vw;
    }

    /* sec04_purchase */
    .sec04_purchase_area {
        flex-direction: column;
    }
    .sec04_purchase_left {
        display: block;
        margin: 0 -7vw;
    }
    .sec04_purchase_left img {
        width: 100vw;
        margin: 0 auto;
    }
    .sec04_purchase_left02 {
        margin: 2.674vw 0;
    }
    .sec04_purchase_left02 img {
        padding: 0;
        width: 89%;
        margin: 10.963vw 0 0 0px;
    }
    .sec04_purchase_right {
        padding: 0;
        margin: 0 auto;
    }

/*  section05(SP)
--------------------------------------------------------- */
    .section05 {
        width: 100%;
        color: #000000;
        background-image: url(todaya_bg05_sp.jpg);
        background-size: cover;
        height: 301.33vw;
        background-repeat: no-repeat;
        /* overflow: hidden; */
    }

    .sec05_origin_info {
        padding-top: 4vw;
        text-align: left;
    }

    .sec05_purchase_right ul {
        padding: 1.07vw 8.021vw 0;
    }
    .sec05_purchase_right ul .btn {
        text-align: center;
        width: 120%;
        margin: 0 0% 0 -10%;
    }
    .sec05_purchase_right ul .btn .btn02 {
        margin: 7.487vw 0 0 0vw;
    }
    .product_explanation {
        font-size: 3.743vw;
        font-weight: 600;
        line-height: 1.85em;
        letter-spacing: -0.03em;
    }
    .product_explanation span {
        width: 60%;
        display: inline-block;
        letter-spacing: 0;
        margin-bottom: 6.952vw;
    }
    .product_explanation04 {
        width: 56%;
        letter-spacing: -0.04em;
        margin-bottom: 5.348vw;
    }
    /* sec05_purchase */
    .sec05_contents {
        padding-top: 0;
        position: relative;
    }
    .sec05_purchase_area {
        flex-direction: column;
    }
/*
    .sec05_purchase_area:nth-child(1) {
        top: 158vw;
    }
    .sec05_purchase_area:nth-child(2) {
        top: 428vw;
    }
    .sec05_purchase_area:nth-child(3) {
        top: 667vw;
    }
    .sec05_purchase_area:nth-child(4) {
        top: 884vw;
    }
*/
    .sec05_attention {
        left: 50%;
        transform: translateX(-50%);
        width: 95vw;
        text-align: center;
        font-size: 3.4vw;
        top: 788vw;
        font-weight: 600;
    }
    .sec05_purchase_left {
        display: block;
        margin: 0 -7vw;
    }
    .sec05_purchase_left img {
        width: 100vw;
        margin: 0 auto;
    }
    .sec05_purchase_left02 {
        margin-top: 2.674vw;
    }
    .sec05_purchase_left02 img {
        padding: 0;
        width: 116%;
    }
    .sec05_purchase_right {
        padding: 0;
        margin: 0;
    }
    .sec05_purchase_right {
        flex-basis: 100%;
        padding: 0;
    }

/*  section06(SP)
--------------------------------------------------------- */
.section06 {
    width: 100%;
    color: #000000;
    background-image: url(todaya_bg06_sp.jpg);
    background-size: cover;
    height: 328vw;
    background-repeat: no-repeat;
    /* overflow: hidden; */
}

.sec06_origin_info {
    padding-top: 43vw;
    text-align: left;
}

.sec06_purchase_right ul {
    padding: 1.07vw 8.021vw 0;
}
.sec06_purchase_right ul .btn {
    text-align: center;
    width: 120%;
    margin: 0 0% 0 -10%;
}
.sec06_purchase_right ul .btn .btn02 {
    margin: 7.487vw 0 0 0vw;
}
.product_explanation {
    font-size: 3.743vw;
    font-weight: 600;
    line-height: 1.85em;
    letter-spacing: -0.03em;
}
.product_explanation span {
    width: 60%;
    display: inline-block;
    letter-spacing: 0;
    margin-bottom: 6.952vw;
}
.product_explanation04 {
    width: 56%;
    letter-spacing: -0.04em;
    margin-bottom: 5.348vw;
}
/* sec06_purchase */
.sec06_contents {
    padding-top: 0;
    position: relative;
}

.sec06_purchase_area {
    flex-direction: column;
}
/*
.sec06_purchase_area:nth-child(1) {
    top: 158vw;
}
.sec06_purchase_area:nth-child(2) {
    top: 428vw;
}
.sec06_purchase_area:nth-child(3) {
    top: 667vw;
}
.sec06_purchase_area:nth-child(4) {
    top: 884vw;
}
*/
.sec06_attention {
    left: 50%;
    transform: translateX(-50%);
    width: 95vw;
    text-align: center;
    font-size: 3.4vw;
    top: 788vw;
    font-weight: 600;
}
.sec06_purchase_left {
    display: block;
    margin: 0 -7vw;
}
.sec06_purchase_left img {
    width: 100vw;
    margin: 0 auto;
}
.sec06_purchase_left02 {
    margin-top: 2.674vw;
}
.sec06_purchase_left02 img {
    padding: 0;
    width: 116%;
}
.sec06_purchase_right {
    padding: 0;
    margin: 0;
}
.sec06_purchase_right {
    flex-basis: 100%;
    padding: 0;
}

.section06 .contents_inner {
    position: relative;
}

.abs_img {
    position: absolute;
}

.snow2 {
    top: 39.5vw;
    left: 65vw;
    width: 12.8vw;
}

/*  section07(SP)
--------------------------------------------------------- */
.section07 {
    width: 100%;
    color: #000000;
    background-image: url(todaya_bg07_sp.jpg);
    background-size: cover;
    height: 270vw;
    background-repeat: no-repeat;
    /* overflow: hidden; */
}

.sec07_origin_info {
    padding-top: 0vw;
    text-align: left;
}

.sec07_purchase_right ul {
    padding: 1.07vw 8.021vw 0;
}
.sec07_purchase_right ul .btn {
    text-align: center;
    width: 120%;
    margin: 0 0% 0 -10%;
}
.sec07_purchase_right ul .btn .btn02 {
    margin: 7.487vw 0 0 0vw;
}
.product_explanation {
    font-size: 3.743vw;
    font-weight: 600;
    line-height: 1.85em;
    letter-spacing: -0.03em;
}
.product_explanation span {
    width: 60%;
    display: inline-block;
    letter-spacing: 0;
    margin-bottom: 6.952vw;
}
.product_explanation04 {
    width: 56%;
    letter-spacing: -0.04em;
    margin-bottom: 5.348vw;
}
/* sec07_purchase */
.sec07_contents {
    padding-top: 0;
    position: relative;
}

.sec07_purchase_area {
    flex-direction: column;
}
/*
.sec07_purchase_area:nth-child(1) {
    top: 158vw;
}
.sec07_purchase_area:nth-child(2) {
    top: 428vw;
}
.sec07_purchase_area:nth-child(3) {
    top: 667vw;
}
.sec07_purchase_area:nth-child(4) {
    top: 884vw;
}
*/
.sec07_attention {
    left: 50%;
    transform: translateX(-50%);
    width: 95vw;
    text-align: center;
    font-size: 3.4vw;
    top: 788vw;
    font-weight: 600;
}
.sec07_purchase_left {
    display: block;
    margin: 0 -7vw;
}
.sec07_purchase_left img {
    width: 100vw;
    margin: 0 auto;
}
.sec07_purchase_left02 {
    margin-top: 2.674vw;
}
.sec07_purchase_left02 img {
    padding: 0;
    width: 116%;
}
.sec07_purchase_right {
    padding: 0;
    margin: 0;
}
.sec07_purchase_right {
    flex-basis: 100%;
    padding: 0;
}

/*  section08(SP)
--------------------------------------------------------- */
.section08 {
    width: 100%;
    color: #000000;
    background-image: url(todaya_bg08_sp.jpg);
    background-size: cover;
    height: 348.8vw;
    background-repeat: no-repeat;
    /* overflow: hidden; */
}

.sec08_origin_info {
    padding-top: 52vw;
    text-align: left;
    margin-bottom: 5vw;
}

.sec08_purchase_right ul {
    padding: 1.07vw 8.021vw 0;
}
.sec08_purchase_right ul .btn {
    text-align: center;
    width: 120%;
    margin: 0 0% 0 -10%;
}
.sec08_purchase_right ul .btn .btn02 {
    margin: 7.487vw 0 0 0vw;
}
.product_explanation {
    font-size: 3.743vw;
    font-weight: 600;
    line-height: 1.85em;
    letter-spacing: -0.03em;
}
.product_explanation span {
    width: 60%;
    display: inline-block;
    letter-spacing: 0;
    margin-bottom: 6.952vw;
}
.product_explanation04 {
    width: 56%;
    letter-spacing: -0.04em;
    margin-bottom: 5.348vw;
}
/* sec08_purchase */
.sec08_contents {
    padding-top: 0;
    position: relative;
}

.sec08_purchase_area {
    flex-direction: column;
}
/*
.sec08_purchase_area:nth-child(1) {
    top: 158vw;
}
.sec08_purchase_area:nth-child(2) {
    top: 428vw;
}
.sec08_purchase_area:nth-child(3) {
    top: 667vw;
}
.sec08_purchase_area:nth-child(4) {
    top: 884vw;
}
*/
.sec08_attention {
    left: 50%;
    transform: translateX(-50%);
    width: 95vw;
    text-align: center;
    font-size: 3.4vw;
    top: 788vw;
    font-weight: 600;
}
.sec08_purchase_left {
    display: block;
    margin: 0 -7vw;
}
.sec08_purchase_left img {
    width: 100vw;
    margin: 0 auto;
}
.sec08_purchase_left02 {
    margin-top: 2.674vw;
}
.sec08_purchase_left02 img {
    padding: 0;
    width: 116%;
}
.sec08_purchase_right {
    padding: 0;
    margin: 0;
}
.sec08_purchase_right {
    flex-basis: 100%;
    padding: 0;
}

    /* ----- #purchaseArea ----- */

    ul .price span,
    .section03 ul .price span {
        font-size: clamp(28px, 7.5vw, 40px);
    }
    ul .store-name {
        font-size: 3.209vw;
        line-height: 6.952vw;
    }
    ul .item-name {
        font-size: 4.278vw;
        font-weight: bold;
        line-height: 160%;
        border-top: 1px dotted #000;
        border-bottom: 1px dotted #000;
        display: inline-block;
        margin: 0;
        padding: 2.674vw 0;
        width: 100%;
    }
    ul .item-name span {
        font-size: 3.743vw;
    }
    ul .price {
        font-size: 3.476vw;
        margin-bottom: 7.754vw;
    }
    ul .price p,
    .section03 ul .price p {
        font-size: 3.209vw;
        padding: 0px 1.07vw;
    }
    ul .tax_in {
        margin-bottom: 4.278vw;
        font-size: 3.743vw;
        font-weight: bold;
        color: #333333;
    }
    ul .capa {
        font-size: 2.941vw;
        margin-bottom: 4.278vw;
        font-weight: bold;
    }
    .btn {
        text-align: start;
        width: 100%;
    }
    .btn .btn02 {
        padding: 0.802vw 3.476vw;
        margin: 7.487vw 0 0 3.209vw;
        font-size: 4.011vw;
        letter-spacing: -0.05em;
    }
    .btn a {
        display: inline-block;
        color: #ffffff;
        font-size: 4vw;
        background-color: #e94e49;
        text-decoration: none;
        padding: 4.278vw 21.123vw;
        border-radius: 8.021vw;
        border: solid 1px #cc1816;
    }
    .btn a:hover {
        text-decoration: none;
        background-color: #f55e5d;
        border: solid 1px #f55e5d;
        color: #fff;
    }
    #list {
        background-image: url(todaya_bg_list_sp.jpg);
        background-size: 100%;
    }
    #list a {
        display: inline-block;
        color: #ffffff;
        font-size: 105%;
        background-color: #e94e49;
        text-decoration: none;
        padding: 5.348vw 12.032vw;
        border-radius: 1.07vw;
        border: solid 1px #e94e49;
        font-size: 140%;
        margin: 8.556vw 0 4.278vw 0;
        border-bottom: solid 5px #c73531;
        background-image: none;
    }
    #back {
        width: 90%;
        margin: 0 auto;
        text-align: left;
        font-size: 3.476vw;
    }
    #back a {
        display: inline-block;
        color: #ffffff;
        font-size: 105%;
        background-color: #888888;
        text-decoration: none;
        background-image: url(arrow03.png);
        background-repeat: no-repeat;
        background-size: 1.604vw;
        background-position: 10px center;
        padding: 2.674vw 4.278vw 2.674vw 8.556vw;
        border-radius: 1.07vw;
        border: solid 1px #888888;
        font-size: 100%;
        margin: 4.278vw 0;
    }
    #back a:hover {
        background-color: #aaaaaa;
        border: solid 1px #aaaaaa;
    }
    #copyright {
        font-size: 86%;
        text-align: center;
        color: #000;
    }
    #footer {
        margin: auto;
        padding: 2.674vw;
        width: 100%;
        background-color: #eee;
        box-sizing: border-box;
    }
    .pc {
        display: none;
    }
}

/* FireFoxのみに適用するCSS */
@-moz-document url-prefix() {
    @media screen and (max-width: 1280px) {
        .sec03_lower_sentence .sec03_lower_title {
            letter-spacing: -0.07em;
        }
        .sec03_upper_sentence .sec03_upper_title {
            letter-spacing: -0.09em;
        }
    }
}

/* =========================================================

    23年8月 戸田屋 追加CSS

========================================================= */

/*  section02 flex-wrap 〜 説明文と写真
--------------------------------------------------------- */
/* ----- PCサイズ ----- */
.flex-wrap-01,
.flex-wrap-02{
    display: flex;
    width: 80%;
    margin: 0 auto 40px;
    gap:2%;
}

.flex-wrap-03{
    width: 80%;
    margin: 0 auto;
}

.flex-wrap-01 li:first-child,
.flex-wrap-02 li:first-child{
    flex-basis: 100%;
}

@media screen and (max-width: 1280px) {

    .flex-wrap-01,
    .flex-wrap-02 {
        margin: 0 auto 3.13vw;
    }

}




@media screen and (max-width: 700px) {

    /* ----- SP(①写真折り返し②横幅調整) ----- */
    .flex-wrap-01,
    .flex-wrap-02,
    .flex-wrap-03{
        width: 100%;
        margin:0 auto;
        flex-wrap: wrap;
    }
}

/* ----- float-wrap 〜 「戸田屋」ロゴ回り込み設定 ----- */
@media screen and (min-width: 701px) {
    .float-wrap-01 {
        float: right;
        margin-left: 1vw;
        width: 5vw;
        max-width: 64px;
    }
}

@media screen and (max-width: 700px) {
    .float-wrap-01 {
        float: right;
        margin-left: 5vw;
    }
}




/*  section03~8 - flex 包材写真を横並びにする
--------------------------------------------------------- */

/* ----- これがベース ----- */
.flex-wrap-product{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
    @media screen and (max-width: 700px) {

        /* ----- SP(包材と商品情報が入れ替わる) ----- */
        .flex-wrap-product{
            flex-wrap: wrap-reverse;
            justify-content: center;
        }
    }

/*  section03~8 - 包材写真のサイズ調整
--------------------------------------------------------- */

    /* ----- for タブレット ----- */
    @media screen and (max-width: 1280px) {
        .img-product {
            width: 13vw;
        }

    }
    /* ----- for SP ----- */
    @media screen and (max-width: 700px) {
        .img-product {
            width: 50%;
        }
    }


/*  aside - 商品コメント（白枠）
--------------------------------------------------------- */
aside{
    background-color: #FFF;
    padding: 20px;
    margin-bottom: 15px;
}

@media screen and (min-width: 701px) and (max-width: 1280px) {
    aside{
        background-color: #FFF;
        padding: 1.1vw;
        margin-bottom: 15px;
    }
}


/*  em - テキスト強調マーカー（統一ver）
--------------------------------------------------------- */
em {
    background: linear-gradient(transparent 0%, transparent 70%, #fdea25 70%, #fdea25 100%);
    font-weight: bold;
    font-style: normal;
}

/*  テキストの光彩
--------------------------------------------------------- */
.section02 p{
    text-shadow: 1px 1px 1px #FFF, 1px -1px 1px #FFF, -1px -1px 1px #FFF, -1px 1px 1px #FFF, 0px 0px 2px #FFF, 0px 0px 10px #FFF, 0px 0px 15px #FFF;
}

/*  バイヤーズボイス 紅葉(SPのみ)
--------------------------------------------------------- */
.momiji_sp_01{
    position: absolute;
    top: 0;
    right: 0;
}

.momiji_sp_02{
    position: absolute;
    top: 27vw;
    left: 1vw;
}

/*  フォントサイズ指定まとめ
--------------------------------------------------------- */

/*  その他細々した調整とか
--------------------------------------------------------- */

.rel{
    position: relative;
}

.section04 aside div{
    width: 90%;
    margin: 0 auto;
}


@media screen and (max-width: 1280px) {
    /* ----- 全体のフォントサイズ指定 ----- */
    p,aside{
        font-size: 1.2vw;
        line-height: 1.8;
    }
    p.caption{
        font-size: 1.1vw;
    }

}

@media screen and (max-width: 700px) {
    /* ----- バイヤーズボイス見出し SP ----- */
    .midashi{
        width: 60vw;
        margin: 0 auto 5vw;
    }
    /* ----- ちょっと余白取りたい時に使う ----- */
    .btm-5vw-sp{
        margin-bottom: 5vw;
    }
    .top-5vw-sp{
        margin-top: 5vw;
    }
    .left-5vw-sp{
        margin-left: 5vw;
    }
    .right-5vw-sp{
        margin-right: 5vw;
    }


    /* ----- 全体のフォントサイズ指定 for スマホ ----- */
    p,aside{
        font-size: 3.6vw;
        line-height: 1.8;
    }

    p.caption{
        font-size: 3.0vw;
        width: 95%;
        margin:0 auto;
    }

}




aside{
    letter-spacing: 0;
}

.section08 .flex-wrap-product{
    margin-top: 100px;
}
    @media screen and (max-width: 1280px) {
        .section08 .flex-wrap-product{
            margin-top: 3vw;
        }

    }
