@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

:root {
  --gothic:
  	"YuGothic",
  	"Yu Gothic",
  	"游ゴシック体",
  	"Hiragino Kaku Gothic ProN",
  	"Hiragino Sans",
  	"BIZ UDPGothic",
  	"Meiryo",
  	"Arial",
  	sans-serif;
  --zenmaru:
  	"Zen Maru Gothic",
  	"ヒラギノ丸ゴ Pro W4",
  	"ヒラギノ丸ゴ Pro",
  	"Hiragino Maru Gothic Pro",
  	"ヒラギノ角ゴ Pro W3",
  	"Hiragino Kaku Gothic Pro",
  	"HG丸ｺﾞｼｯｸM-PRO",
  	"HGMaruGothicMPRO";
  --zenkaku:
  	"Zen Kaku Gothic Antique"
  	"YuGothic",
  	"Yu Gothic",
  	"游ゴシック体",
  	"Hiragino Kaku Gothic ProN",
  	"Hiragino Sans",
  	"BIZ UDPGothic",
  	"Meiryo",
  	"Arial",
  	sans-serif;
  --black: #202124;
  --red: #d00;
  --daiko-red: #e7251d;
  --line1: #c8c8c8;
  --line2: #adadad;
  --line3: #e0e0e0;
  --gray: #666666;
  --brown: #4f3e2f;
  --blue: #0074be;
  --hum: #ff828c;
  --tori: #86c03f;
  --niku: var(--daiko-red);
  --meibutu: #9650aa;
  --gyomu: #ffdc00;
  --set: #0074be;
  --soryo: #c0966d;
  --reizo: #28b446;
  --reito: #2aa1ef;
  --jyoon: #f18d1e;
}

/************************************************

	基本

*************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: var(--gothic);
  line-height: 1.5;
  font-size: 1.6em;
  color: var(--black);
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}

button:focus-visible,
a:focus-visible {
  outline: none;
  box-shadow: 0px 0px 0px 2px #000, 0px 0px 0px 3px #fff;
}

input,
textarea {
  font-family: var(--gothic);
  font-size: 1.6rem;
}
input:focus-visible,
textarea:focus-visible {
  box-shadow: 0px 0px 0px 1px #fff inset, 0px 0px 0px 3px #333 inset;
}

select {
  font-family: var(--gothic);
  font-size: 1.6rem;
}
select:focus-visible {
  outline: none;
  box-shadow: 0px 0px 0px 2px #000, 0px 0px 0px 3px #fff;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  border-radius: 0;
  background: none;
  font: inherit;
  padding: 0;
  cursor: pointer;
  text-transform: inherit;
  color: inherit;
}

img {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}

sup {
  font-size: 0.8em;
  transform: translateY(-0.5em);
  display: inline-block;
}

/************************************************

	block

*************************************************/
.b-unit_2col01 {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.b-unit_2col01 > .b-unit_2col01__unit {
  width: 49%;
}
.b-unit_2col01 > .b-unit_2col01__unit:nth-child(odd) {
  margin-right: 2%;
}
.b-unit_2col01 > .b-unit_2col01__unit:nth-child(n+3) {
  margin-top: 2%;
}

.b-unit_2col02 {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.b-unit_2col02 > .b-unit_2col02__unit {
  width: 100%;
}
.b-unit_2col02 > .b-unit_2col02__unit:nth-child(odd) {
  margin-right: 2%;
}
@media screen and (max-width: 768px) {
  .b-unit_2col02 > .b-unit_2col02__unit:nth-child(odd) {
    margin-right: 0;
  }
}
.b-unit_2col02 > .b-unit_2col02__unit:nth-child(n+3) {
  margin-top: 2%;
}
@media screen and (max-width: 768px) {
  .b-unit_2col02 > .b-unit_2col02__unit:nth-child(n+2) {
    margin-top: 2%;
  }
}

/************************************************

	bottom

*************************************************/
/************************************************

	icon

*************************************************/
/************************************************

	utility

*************************************************/
.b-m0 {
  margin: 0px !important;
}

.b-mt0 {
  margin-top: 0px !important;
}

.b-mb0 {
  margin-bottom: 0px !important;
}

.b-ml0 {
  margin-left: 0px !important;
}

.b-mr0 {
  margin-right: 0px !important;
}

.b-p0 {
  padding: 0px !important;
}

.b-pt0 {
  padding-top: 0px !important;
}

.b-pb0 {
  padding-bottom: 0px !important;
}

.b-pl0 {
  padding-left: 0px !important;
}

.b-pr0 {
  padding-right: 0px !important;
}

.b-m5 {
  margin: 5px !important;
}

.b-mt5 {
  margin-top: 5px !important;
}

.b-mb5 {
  margin-bottom: 5px !important;
}

.b-ml5 {
  margin-left: 5px !important;
}

.b-mr5 {
  margin-right: 5px !important;
}

.b-p5 {
  padding: 5px !important;
}

.b-pt5 {
  padding-top: 5px !important;
}

.b-pb5 {
  padding-bottom: 5px !important;
}

.b-pl5 {
  padding-left: 5px !important;
}

.b-pr5 {
  padding-right: 5px !important;
}

.b-m10 {
  margin: 10px !important;
}

.b-mt10 {
  margin-top: 10px !important;
}

.b-mb10 {
  margin-bottom: 10px !important;
}

.b-ml10 {
  margin-left: 10px !important;
}

.b-mr10 {
  margin-right: 10px !important;
}

.b-p10 {
  padding: 10px !important;
}

.b-pt10 {
  padding-top: 10px !important;
}

.b-pb10 {
  padding-bottom: 10px !important;
}

.b-pl10 {
  padding-left: 10px !important;
}

.b-pr10 {
  padding-right: 10px !important;
}

.b-m15 {
  margin: 15px !important;
}

.b-mt15 {
  margin-top: 15px !important;
}

.b-mb15 {
  margin-bottom: 15px !important;
}

.b-ml15 {
  margin-left: 15px !important;
}

.b-mr15 {
  margin-right: 15px !important;
}

.b-p15 {
  padding: 15px !important;
}

.b-pt15 {
  padding-top: 15px !important;
}

.b-pb15 {
  padding-bottom: 15px !important;
}

.b-pl15 {
  padding-left: 15px !important;
}

.b-pr15 {
  padding-right: 15px !important;
}

.b-m20 {
  margin: 20px !important;
}

.b-mt20 {
  margin-top: 20px !important;
}

.b-mb20 {
  margin-bottom: 20px !important;
}

.b-ml20 {
  margin-left: 20px !important;
}

.b-mr20 {
  margin-right: 20px !important;
}

.b-p20 {
  padding: 20px !important;
}

.b-pt20 {
  padding-top: 20px !important;
}

.b-pb20 {
  padding-bottom: 20px !important;
}

.b-pl20 {
  padding-left: 20px !important;
}

.b-pr20 {
  padding-right: 20px !important;
}

.b-m25 {
  margin: 25px !important;
}

.b-mt25 {
  margin-top: 25px !important;
}

.b-mb25 {
  margin-bottom: 25px !important;
}

.b-ml25 {
  margin-left: 25px !important;
}

.b-mr25 {
  margin-right: 25px !important;
}

.b-p25 {
  padding: 25px !important;
}

.b-pt25 {
  padding-top: 25px !important;
}

.b-pb25 {
  padding-bottom: 25px !important;
}

.b-pl25 {
  padding-left: 25px !important;
}

.b-pr25 {
  padding-right: 25px !important;
}

.b-m30 {
  margin: 30px !important;
}

.b-mt30 {
  margin-top: 30px !important;
}

.b-mb30 {
  margin-bottom: 30px !important;
}

.b-ml30 {
  margin-left: 30px !important;
}

.b-mr30 {
  margin-right: 30px !important;
}

.b-p30 {
  padding: 30px !important;
}

.b-pt30 {
  padding-top: 30px !important;
}

.b-pb30 {
  padding-bottom: 30px !important;
}

.b-pl30 {
  padding-left: 30px !important;
}

.b-pr30 {
  padding-right: 30px !important;
}

.b-m35 {
  margin: 35px !important;
}

.b-mt35 {
  margin-top: 35px !important;
}

.b-mb35 {
  margin-bottom: 35px !important;
}

.b-ml35 {
  margin-left: 35px !important;
}

.b-mr35 {
  margin-right: 35px !important;
}

.b-p35 {
  padding: 35px !important;
}

.b-pt35 {
  padding-top: 35px !important;
}

.b-pb35 {
  padding-bottom: 35px !important;
}

.b-pl35 {
  padding-left: 35px !important;
}

.b-pr35 {
  padding-right: 35px !important;
}

.b-m40 {
  margin: 40px !important;
}

.b-mt40 {
  margin-top: 40px !important;
}

.b-mb40 {
  margin-bottom: 40px !important;
}

.b-ml40 {
  margin-left: 40px !important;
}

.b-mr40 {
  margin-right: 40px !important;
}

.b-p40 {
  padding: 40px !important;
}

.b-pt40 {
  padding-top: 40px !important;
}

.b-pb40 {
  padding-bottom: 40px !important;
}

.b-pl40 {
  padding-left: 40px !important;
}

.b-pr40 {
  padding-right: 40px !important;
}

.b-m45 {
  margin: 45px !important;
}

.b-mt45 {
  margin-top: 45px !important;
}

.b-mb45 {
  margin-bottom: 45px !important;
}

.b-ml45 {
  margin-left: 45px !important;
}

.b-mr45 {
  margin-right: 45px !important;
}

.b-p45 {
  padding: 45px !important;
}

.b-pt45 {
  padding-top: 45px !important;
}

.b-pb45 {
  padding-bottom: 45px !important;
}

.b-pl45 {
  padding-left: 45px !important;
}

.b-pr45 {
  padding-right: 45px !important;
}

.b-m50 {
  margin: 50px !important;
}

.b-mt50 {
  margin-top: 50px !important;
}

.b-mb50 {
  margin-bottom: 50px !important;
}

.b-ml50 {
  margin-left: 50px !important;
}

.b-mr50 {
  margin-right: 50px !important;
}

.b-p50 {
  padding: 50px !important;
}

.b-pt50 {
  padding-top: 50px !important;
}

.b-pb50 {
  padding-bottom: 50px !important;
}

.b-pl50 {
  padding-left: 50px !important;
}

.b-pr50 {
  padding-right: 50px !important;
}

.b-m55 {
  margin: 55px !important;
}

.b-mt55 {
  margin-top: 55px !important;
}

.b-mb55 {
  margin-bottom: 55px !important;
}

.b-ml55 {
  margin-left: 55px !important;
}

.b-mr55 {
  margin-right: 55px !important;
}

.b-p55 {
  padding: 55px !important;
}

.b-pt55 {
  padding-top: 55px !important;
}

.b-pb55 {
  padding-bottom: 55px !important;
}

.b-pl55 {
  padding-left: 55px !important;
}

.b-pr55 {
  padding-right: 55px !important;
}

.b-m60 {
  margin: 60px !important;
}

.b-mt60 {
  margin-top: 60px !important;
}

.b-mb60 {
  margin-bottom: 60px !important;
}

.b-ml60 {
  margin-left: 60px !important;
}

.b-mr60 {
  margin-right: 60px !important;
}

.b-p60 {
  padding: 60px !important;
}

.b-pt60 {
  padding-top: 60px !important;
}

.b-pb60 {
  padding-bottom: 60px !important;
}

.b-pl60 {
  padding-left: 60px !important;
}

.b-pr60 {
  padding-right: 60px !important;
}

.b-m65 {
  margin: 65px !important;
}

.b-mt65 {
  margin-top: 65px !important;
}

.b-mb65 {
  margin-bottom: 65px !important;
}

.b-ml65 {
  margin-left: 65px !important;
}

.b-mr65 {
  margin-right: 65px !important;
}

.b-p65 {
  padding: 65px !important;
}

.b-pt65 {
  padding-top: 65px !important;
}

.b-pb65 {
  padding-bottom: 65px !important;
}

.b-pl65 {
  padding-left: 65px !important;
}

.b-pr65 {
  padding-right: 65px !important;
}

.b-m70 {
  margin: 70px !important;
}

.b-mt70 {
  margin-top: 70px !important;
}

.b-mb70 {
  margin-bottom: 70px !important;
}

.b-ml70 {
  margin-left: 70px !important;
}

.b-mr70 {
  margin-right: 70px !important;
}

.b-p70 {
  padding: 70px !important;
}

.b-pt70 {
  padding-top: 70px !important;
}

.b-pb70 {
  padding-bottom: 70px !important;
}

.b-pl70 {
  padding-left: 70px !important;
}

.b-pr70 {
  padding-right: 70px !important;
}

.b-m75 {
  margin: 75px !important;
}

.b-mt75 {
  margin-top: 75px !important;
}

.b-mb75 {
  margin-bottom: 75px !important;
}

.b-ml75 {
  margin-left: 75px !important;
}

.b-mr75 {
  margin-right: 75px !important;
}

.b-p75 {
  padding: 75px !important;
}

.b-pt75 {
  padding-top: 75px !important;
}

.b-pb75 {
  padding-bottom: 75px !important;
}

.b-pl75 {
  padding-left: 75px !important;
}

.b-pr75 {
  padding-right: 75px !important;
}

.b-m80 {
  margin: 80px !important;
}

.b-mt80 {
  margin-top: 80px !important;
}

.b-mb80 {
  margin-bottom: 80px !important;
}

.b-ml80 {
  margin-left: 80px !important;
}

.b-mr80 {
  margin-right: 80px !important;
}

.b-p80 {
  padding: 80px !important;
}

.b-pt80 {
  padding-top: 80px !important;
}

.b-pb80 {
  padding-bottom: 80px !important;
}

.b-pl80 {
  padding-left: 80px !important;
}

.b-pr80 {
  padding-right: 80px !important;
}

.b-m85 {
  margin: 85px !important;
}

.b-mt85 {
  margin-top: 85px !important;
}

.b-mb85 {
  margin-bottom: 85px !important;
}

.b-ml85 {
  margin-left: 85px !important;
}

.b-mr85 {
  margin-right: 85px !important;
}

.b-p85 {
  padding: 85px !important;
}

.b-pt85 {
  padding-top: 85px !important;
}

.b-pb85 {
  padding-bottom: 85px !important;
}

.b-pl85 {
  padding-left: 85px !important;
}

.b-pr85 {
  padding-right: 85px !important;
}

.b-m90 {
  margin: 90px !important;
}

.b-mt90 {
  margin-top: 90px !important;
}

.b-mb90 {
  margin-bottom: 90px !important;
}

.b-ml90 {
  margin-left: 90px !important;
}

.b-mr90 {
  margin-right: 90px !important;
}

.b-p90 {
  padding: 90px !important;
}

.b-pt90 {
  padding-top: 90px !important;
}

.b-pb90 {
  padding-bottom: 90px !important;
}

.b-pl90 {
  padding-left: 90px !important;
}

.b-pr90 {
  padding-right: 90px !important;
}

.b-m95 {
  margin: 95px !important;
}

.b-mt95 {
  margin-top: 95px !important;
}

.b-mb95 {
  margin-bottom: 95px !important;
}

.b-ml95 {
  margin-left: 95px !important;
}

.b-mr95 {
  margin-right: 95px !important;
}

.b-p95 {
  padding: 95px !important;
}

.b-pt95 {
  padding-top: 95px !important;
}

.b-pb95 {
  padding-bottom: 95px !important;
}

.b-pl95 {
  padding-left: 95px !important;
}

.b-pr95 {
  padding-right: 95px !important;
}

.b-m100 {
  margin: 100px !important;
}

.b-mt100 {
  margin-top: 100px !important;
}

.b-mb100 {
  margin-bottom: 100px !important;
}

.b-ml100 {
  margin-left: 100px !important;
}

.b-mr100 {
  margin-right: 100px !important;
}

.b-p100 {
  padding: 100px !important;
}

.b-pt100 {
  padding-top: 100px !important;
}

.b-pb100 {
  padding-bottom: 100px !important;
}

.b-pl100 {
  padding-left: 100px !important;
}

.b-pr100 {
  padding-right: 100px !important;
}

@media screen and (max-width: 768px) {
  .b-sp_m0 {
    margin: 0px !important;
  }
  .b-sp_mt0 {
    margin-top: 0px !important;
  }
  .b-sp_mb0 {
    margin-bottom: 0px !important;
  }
  .b-sp_ml0 {
    margin-left: 0px !important;
  }
  .b-sp_mr0 {
    margin-right: 0px !important;
  }
  .b-sp_p0 {
    padding: 0px !important;
  }
  .b-sp_pt0 {
    padding-top: 0px !important;
  }
  .b-sp_pb0 {
    padding-bottom: 0px !important;
  }
  .b-sp_pl0 {
    padding-left: 0px !important;
  }
  .b-sp_pr0 {
    padding-right: 0px !important;
  }
  .b-sp_m5 {
    margin: 5px !important;
  }
  .b-sp_mt5 {
    margin-top: 5px !important;
  }
  .b-sp_mb5 {
    margin-bottom: 5px !important;
  }
  .b-sp_ml5 {
    margin-left: 5px !important;
  }
  .b-sp_mr5 {
    margin-right: 5px !important;
  }
  .b-sp_p5 {
    padding: 5px !important;
  }
  .b-sp_pt5 {
    padding-top: 5px !important;
  }
  .b-sp_pb5 {
    padding-bottom: 5px !important;
  }
  .b-sp_pl5 {
    padding-left: 5px !important;
  }
  .b-sp_pr5 {
    padding-right: 5px !important;
  }
  .b-sp_m10 {
    margin: 10px !important;
  }
  .b-sp_mt10 {
    margin-top: 10px !important;
  }
  .b-sp_mb10 {
    margin-bottom: 10px !important;
  }
  .b-sp_ml10 {
    margin-left: 10px !important;
  }
  .b-sp_mr10 {
    margin-right: 10px !important;
  }
  .b-sp_p10 {
    padding: 10px !important;
  }
  .b-sp_pt10 {
    padding-top: 10px !important;
  }
  .b-sp_pb10 {
    padding-bottom: 10px !important;
  }
  .b-sp_pl10 {
    padding-left: 10px !important;
  }
  .b-sp_pr10 {
    padding-right: 10px !important;
  }
  .b-sp_m15 {
    margin: 15px !important;
  }
  .b-sp_mt15 {
    margin-top: 15px !important;
  }
  .b-sp_mb15 {
    margin-bottom: 15px !important;
  }
  .b-sp_ml15 {
    margin-left: 15px !important;
  }
  .b-sp_mr15 {
    margin-right: 15px !important;
  }
  .b-sp_p15 {
    padding: 15px !important;
  }
  .b-sp_pt15 {
    padding-top: 15px !important;
  }
  .b-sp_pb15 {
    padding-bottom: 15px !important;
  }
  .b-sp_pl15 {
    padding-left: 15px !important;
  }
  .b-sp_pr15 {
    padding-right: 15px !important;
  }
  .b-sp_m20 {
    margin: 20px !important;
  }
  .b-sp_mt20 {
    margin-top: 20px !important;
  }
  .b-sp_mb20 {
    margin-bottom: 20px !important;
  }
  .b-sp_ml20 {
    margin-left: 20px !important;
  }
  .b-sp_mr20 {
    margin-right: 20px !important;
  }
  .b-sp_p20 {
    padding: 20px !important;
  }
  .b-sp_pt20 {
    padding-top: 20px !important;
  }
  .b-sp_pb20 {
    padding-bottom: 20px !important;
  }
  .b-sp_pl20 {
    padding-left: 20px !important;
  }
  .b-sp_pr20 {
    padding-right: 20px !important;
  }
  .b-sp_m25 {
    margin: 25px !important;
  }
  .b-sp_mt25 {
    margin-top: 25px !important;
  }
  .b-sp_mb25 {
    margin-bottom: 25px !important;
  }
  .b-sp_ml25 {
    margin-left: 25px !important;
  }
  .b-sp_mr25 {
    margin-right: 25px !important;
  }
  .b-sp_p25 {
    padding: 25px !important;
  }
  .b-sp_pt25 {
    padding-top: 25px !important;
  }
  .b-sp_pb25 {
    padding-bottom: 25px !important;
  }
  .b-sp_pl25 {
    padding-left: 25px !important;
  }
  .b-sp_pr25 {
    padding-right: 25px !important;
  }
  .b-sp_m30 {
    margin: 30px !important;
  }
  .b-sp_mt30 {
    margin-top: 30px !important;
  }
  .b-sp_mb30 {
    margin-bottom: 30px !important;
  }
  .b-sp_ml30 {
    margin-left: 30px !important;
  }
  .b-sp_mr30 {
    margin-right: 30px !important;
  }
  .b-sp_p30 {
    padding: 30px !important;
  }
  .b-sp_pt30 {
    padding-top: 30px !important;
  }
  .b-sp_pb30 {
    padding-bottom: 30px !important;
  }
  .b-sp_pl30 {
    padding-left: 30px !important;
  }
  .b-sp_pr30 {
    padding-right: 30px !important;
  }
  .b-sp_m35 {
    margin: 35px !important;
  }
  .b-sp_mt35 {
    margin-top: 35px !important;
  }
  .b-sp_mb35 {
    margin-bottom: 35px !important;
  }
  .b-sp_ml35 {
    margin-left: 35px !important;
  }
  .b-sp_mr35 {
    margin-right: 35px !important;
  }
  .b-sp_p35 {
    padding: 35px !important;
  }
  .b-sp_pt35 {
    padding-top: 35px !important;
  }
  .b-sp_pb35 {
    padding-bottom: 35px !important;
  }
  .b-sp_pl35 {
    padding-left: 35px !important;
  }
  .b-sp_pr35 {
    padding-right: 35px !important;
  }
  .b-sp_m40 {
    margin: 40px !important;
  }
  .b-sp_mt40 {
    margin-top: 40px !important;
  }
  .b-sp_mb40 {
    margin-bottom: 40px !important;
  }
  .b-sp_ml40 {
    margin-left: 40px !important;
  }
  .b-sp_mr40 {
    margin-right: 40px !important;
  }
  .b-sp_p40 {
    padding: 40px !important;
  }
  .b-sp_pt40 {
    padding-top: 40px !important;
  }
  .b-sp_pb40 {
    padding-bottom: 40px !important;
  }
  .b-sp_pl40 {
    padding-left: 40px !important;
  }
  .b-sp_pr40 {
    padding-right: 40px !important;
  }
  .b-sp_m45 {
    margin: 45px !important;
  }
  .b-sp_mt45 {
    margin-top: 45px !important;
  }
  .b-sp_mb45 {
    margin-bottom: 45px !important;
  }
  .b-sp_ml45 {
    margin-left: 45px !important;
  }
  .b-sp_mr45 {
    margin-right: 45px !important;
  }
  .b-sp_p45 {
    padding: 45px !important;
  }
  .b-sp_pt45 {
    padding-top: 45px !important;
  }
  .b-sp_pb45 {
    padding-bottom: 45px !important;
  }
  .b-sp_pl45 {
    padding-left: 45px !important;
  }
  .b-sp_pr45 {
    padding-right: 45px !important;
  }
  .b-sp_m50 {
    margin: 50px !important;
  }
  .b-sp_mt50 {
    margin-top: 50px !important;
  }
  .b-sp_mb50 {
    margin-bottom: 50px !important;
  }
  .b-sp_ml50 {
    margin-left: 50px !important;
  }
  .b-sp_mr50 {
    margin-right: 50px !important;
  }
  .b-sp_p50 {
    padding: 50px !important;
  }
  .b-sp_pt50 {
    padding-top: 50px !important;
  }
  .b-sp_pb50 {
    padding-bottom: 50px !important;
  }
  .b-sp_pl50 {
    padding-left: 50px !important;
  }
  .b-sp_pr50 {
    padding-right: 50px !important;
  }
  .b-sp_m55 {
    margin: 55px !important;
  }
  .b-sp_mt55 {
    margin-top: 55px !important;
  }
  .b-sp_mb55 {
    margin-bottom: 55px !important;
  }
  .b-sp_ml55 {
    margin-left: 55px !important;
  }
  .b-sp_mr55 {
    margin-right: 55px !important;
  }
  .b-sp_p55 {
    padding: 55px !important;
  }
  .b-sp_pt55 {
    padding-top: 55px !important;
  }
  .b-sp_pb55 {
    padding-bottom: 55px !important;
  }
  .b-sp_pl55 {
    padding-left: 55px !important;
  }
  .b-sp_pr55 {
    padding-right: 55px !important;
  }
  .b-sp_m60 {
    margin: 60px !important;
  }
  .b-sp_mt60 {
    margin-top: 60px !important;
  }
  .b-sp_mb60 {
    margin-bottom: 60px !important;
  }
  .b-sp_ml60 {
    margin-left: 60px !important;
  }
  .b-sp_mr60 {
    margin-right: 60px !important;
  }
  .b-sp_p60 {
    padding: 60px !important;
  }
  .b-sp_pt60 {
    padding-top: 60px !important;
  }
  .b-sp_pb60 {
    padding-bottom: 60px !important;
  }
  .b-sp_pl60 {
    padding-left: 60px !important;
  }
  .b-sp_pr60 {
    padding-right: 60px !important;
  }
  .b-sp_m65 {
    margin: 65px !important;
  }
  .b-sp_mt65 {
    margin-top: 65px !important;
  }
  .b-sp_mb65 {
    margin-bottom: 65px !important;
  }
  .b-sp_ml65 {
    margin-left: 65px !important;
  }
  .b-sp_mr65 {
    margin-right: 65px !important;
  }
  .b-sp_p65 {
    padding: 65px !important;
  }
  .b-sp_pt65 {
    padding-top: 65px !important;
  }
  .b-sp_pb65 {
    padding-bottom: 65px !important;
  }
  .b-sp_pl65 {
    padding-left: 65px !important;
  }
  .b-sp_pr65 {
    padding-right: 65px !important;
  }
  .b-sp_m70 {
    margin: 70px !important;
  }
  .b-sp_mt70 {
    margin-top: 70px !important;
  }
  .b-sp_mb70 {
    margin-bottom: 70px !important;
  }
  .b-sp_ml70 {
    margin-left: 70px !important;
  }
  .b-sp_mr70 {
    margin-right: 70px !important;
  }
  .b-sp_p70 {
    padding: 70px !important;
  }
  .b-sp_pt70 {
    padding-top: 70px !important;
  }
  .b-sp_pb70 {
    padding-bottom: 70px !important;
  }
  .b-sp_pl70 {
    padding-left: 70px !important;
  }
  .b-sp_pr70 {
    padding-right: 70px !important;
  }
  .b-sp_m75 {
    margin: 75px !important;
  }
  .b-sp_mt75 {
    margin-top: 75px !important;
  }
  .b-sp_mb75 {
    margin-bottom: 75px !important;
  }
  .b-sp_ml75 {
    margin-left: 75px !important;
  }
  .b-sp_mr75 {
    margin-right: 75px !important;
  }
  .b-sp_p75 {
    padding: 75px !important;
  }
  .b-sp_pt75 {
    padding-top: 75px !important;
  }
  .b-sp_pb75 {
    padding-bottom: 75px !important;
  }
  .b-sp_pl75 {
    padding-left: 75px !important;
  }
  .b-sp_pr75 {
    padding-right: 75px !important;
  }
  .b-sp_m80 {
    margin: 80px !important;
  }
  .b-sp_mt80 {
    margin-top: 80px !important;
  }
  .b-sp_mb80 {
    margin-bottom: 80px !important;
  }
  .b-sp_ml80 {
    margin-left: 80px !important;
  }
  .b-sp_mr80 {
    margin-right: 80px !important;
  }
  .b-sp_p80 {
    padding: 80px !important;
  }
  .b-sp_pt80 {
    padding-top: 80px !important;
  }
  .b-sp_pb80 {
    padding-bottom: 80px !important;
  }
  .b-sp_pl80 {
    padding-left: 80px !important;
  }
  .b-sp_pr80 {
    padding-right: 80px !important;
  }
  .b-sp_m85 {
    margin: 85px !important;
  }
  .b-sp_mt85 {
    margin-top: 85px !important;
  }
  .b-sp_mb85 {
    margin-bottom: 85px !important;
  }
  .b-sp_ml85 {
    margin-left: 85px !important;
  }
  .b-sp_mr85 {
    margin-right: 85px !important;
  }
  .b-sp_p85 {
    padding: 85px !important;
  }
  .b-sp_pt85 {
    padding-top: 85px !important;
  }
  .b-sp_pb85 {
    padding-bottom: 85px !important;
  }
  .b-sp_pl85 {
    padding-left: 85px !important;
  }
  .b-sp_pr85 {
    padding-right: 85px !important;
  }
  .b-sp_m90 {
    margin: 90px !important;
  }
  .b-sp_mt90 {
    margin-top: 90px !important;
  }
  .b-sp_mb90 {
    margin-bottom: 90px !important;
  }
  .b-sp_ml90 {
    margin-left: 90px !important;
  }
  .b-sp_mr90 {
    margin-right: 90px !important;
  }
  .b-sp_p90 {
    padding: 90px !important;
  }
  .b-sp_pt90 {
    padding-top: 90px !important;
  }
  .b-sp_pb90 {
    padding-bottom: 90px !important;
  }
  .b-sp_pl90 {
    padding-left: 90px !important;
  }
  .b-sp_pr90 {
    padding-right: 90px !important;
  }
  .b-sp_m95 {
    margin: 95px !important;
  }
  .b-sp_mt95 {
    margin-top: 95px !important;
  }
  .b-sp_mb95 {
    margin-bottom: 95px !important;
  }
  .b-sp_ml95 {
    margin-left: 95px !important;
  }
  .b-sp_mr95 {
    margin-right: 95px !important;
  }
  .b-sp_p95 {
    padding: 95px !important;
  }
  .b-sp_pt95 {
    padding-top: 95px !important;
  }
  .b-sp_pb95 {
    padding-bottom: 95px !important;
  }
  .b-sp_pl95 {
    padding-left: 95px !important;
  }
  .b-sp_pr95 {
    padding-right: 95px !important;
  }
  .b-sp_m100 {
    margin: 100px !important;
  }
  .b-sp_mt100 {
    margin-top: 100px !important;
  }
  .b-sp_mb100 {
    margin-bottom: 100px !important;
  }
  .b-sp_ml100 {
    margin-left: 100px !important;
  }
  .b-sp_mr100 {
    margin-right: 100px !important;
  }
  .b-sp_p100 {
    padding: 100px !important;
  }
  .b-sp_pt100 {
    padding-top: 100px !important;
  }
  .b-sp_pb100 {
    padding-bottom: 100px !important;
  }
  .b-sp_pl100 {
    padding-left: 100px !important;
  }
  .b-sp_pr100 {
    padding-right: 100px !important;
  }
}
.b-d_ib {
  display: inline-block;
}

.b-d_flex {
  display: flex;
}

.b-pc_br {
  display: inline;
}
@media screen and (max-width: 768px) {
  .b-pc_br {
    display: none;
  }
}

.b-sp_br {
  display: none;
}
@media screen and (max-width: 768px) {
  .b-sp_br {
    display: inline;
  }
}

/************************************************

	text

*************************************************/
.b-center {
  text-align: center !important;
}

.b-left {
  text-align: left !important;
}

.b-right {
  text-align: right !important;
}

.b-small {
  font-size: 0.8em;
}

.b-big {
  font-size: 1.2em;
}

.b-bold {
  font-weight: bold;
}

.b-txt_red {
  color: var(--daiko-red);
}

.b-notes {
  text-indent: -1em;
  padding-left: 1em;
}

.b-notes2 {
  text-indent: -0.5em;
  padding-left: 0.5em;
}

.b-link {
  text-decoration: underline;
  color: var(--daiko-red);
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-link:hover {
    opacity: 0.7;
  }
}

/************************************************

	containter

*************************************************/
.b-containter {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 25px 0;
  margin: 0 auto;
  gap: 0 30px;
}
@media screen and (max-width: 1139px) {
  .b-containter {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .b-containter {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1139px) {
  .b-containter.b-under {
    padding-top: 0;
  }
}
.b-containter .b-side_nav {
  flex-shrink: 0;
  max-width: 310px;
  background-image: repeating-linear-gradient(-45deg, #fffcd9, #fffcd9 6px, #ffffff 6px, #ffffff 12px);
  padding: 20px 25px 40px;
}
@media screen and (max-width: 1139px) {
  .b-containter .b-side_nav {
    display: none;
  }
}
.b-containter .b-content {
  max-width: 850px;
  overflow: hidden;
  padding: 0 2px;
}
@media screen and (max-width: 1139px) {
  .b-containter .b-content {
    margin: 0 auto;
    padding: 0;
  }
}
.b-containter .b-sec__ttl {
  font-family: var(--zenmaru);
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: var(--brown);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  .b-containter .b-sec__ttl {
    font-size: 2.2rem;
    gap: 0 10px;
  }
}
.b-containter .b-sec__ttl::before, .b-containter .b-sec__ttl::after {
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/common/images/ttl_deco.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 42px;
  height: 9px;
}
@media screen and (max-width: 768px) {
  .b-containter .b-sec__ttl::before, .b-containter .b-sec__ttl::after {
    width: 25px;
    height: 6px;
  }
}
.b-containter .b-sec__ttl2 {
  font-family: var(--zenmaru);
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: var(--brown);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .b-containter .b-sec__ttl2 {
    font-size: 2.2rem;
  }
}

/************************************************

	btn

*************************************************/
.b-link_btn {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: var(--daiko-red);
  background-color: #fff;
  border: 1px solid var(--daiko-red);
  border-radius: 25px;
  padding: 10px 30px;
  text-align: center;
  width: 100%;
  max-width: 245px;
  position: relative;
  transition: background-color 0.3s;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .b-link_btn {
    max-width: 163px;
    font-size: 0.9rem;
    padding: 10px 20px;
  }
}
.b-link_btn::after {
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/common/images/cate_arrow_red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .b-link_btn::after {
    width: 5px;
    height: 10px;
    right: 12px;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .b-link_btn:hover {
    background-color: var(--daiko-red);
    color: #fff;
  }
  .b-link_btn:hover::after {
    background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/common/images/cate_arrow_wh.svg");
  }
}
.b-link_btn.b-link_btn--prev::after {
  transform: translateY(-60%) rotate(180deg);
  right: auto;
  left: 16px;
}
.b-link_btn.b-link_btn--red {
  background-color: var(--daiko-red);
  color: #fff;
  transition: opacity 0.3s;
}
.b-link_btn.b-link_btn--red::after {
  background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/common/images/cate_arrow_wh.svg");
}
@media (any-hover: hover) and (pointer: fine) {
  .b-link_btn.b-link_btn--red:hover {
    opacity: 0.7;
  }
}

.b-to_top_btn {
  position: fixed;
  right: 20px;
  bottom: 40px;
  transform: translateX(200px);
  transition: transform 1s ease-in-out;
  cursor: pointer;
  border-radius: 40px;
  z-index: 90;
}
@media screen and (max-width: 768px) {
  .b-to_top_btn {
    right: 20px;
    bottom: 20px;
  }
}
.b-to_top_btn img {
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .b-to_top_btn img {
    width: 46px;
  }
}
.b-to_top_btn.is-show {
  transform: translateX(0) rotate(-360deg);
}

.b-to_cart_btn {
  position: fixed;
  right: 23px;
  bottom: 140px;
  cursor: pointer;
  border-radius: 40px;
  z-index: 90;
  display: none;
}
@media screen and (max-width: 768px) {
  .b-to_cart_btn {
    right: 20px;
    bottom: 75px;
  }
}
.b-to_cart_btn a {
  display: block;
}
.b-to_cart_btn img {
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .b-to_cart_btn img {
    width: 46px;
  }
}

/************************************************

	modal

*************************************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translate(-50%, -50%) translateY(15%);
  }
  to {
    transform: translate(-50%, -50%) translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translate(-50%, -50%) translateY(0);
  }
  to {
    transform: translate(-50%, -50%) translateY(-10%);
  }
}
.modal[aria-hidden=false] .modal__cover {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=false] .modal__contents {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=true] .modal__cover {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=true] .modal__contents {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal {
  display: none;
}
.modal.is-open {
  display: block;
}
.modal[aria-hidden=false] .modal__cover {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden=false] .modal__contents {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden=true] .modal__cover {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden=true] .modal__contents {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal .modal__container,
.modal .modal__overlay {
  will-change: transform;
}
.modal .modal__cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1200;
  background: rgba(0, 0, 0, 0.7);
}
.modal .modal__title {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: bold;
  color: var(--green_text);
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .modal .modal__title {
    font-size: 1.6rem;
  }
}
.modal .b-line_bnr {
  position: fixed;
  bottom: 30px;
  right: 130px;
  z-index: 90;
}
@media screen and (max-width: 1139px) {
  .modal .b-line_bnr {
    right: auto;
    left: 30px;
    bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .modal .b-line_bnr {
    width: 180px;
    left: 10px;
    bottom: 20px;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .modal .b-line_bnr a:hover {
    transition: opacity 0.3s;
  }
}
@media (any-hover: hover) and (pointer: fine) and (any-hover: hover) and (pointer: fine) {
  .modal .b-line_bnr a:hover:hover {
    opacity: 0.7;
  }
}
.modal .modal__close_btn {
  position: absolute;
  top: -10px;
  right: -15px;
  width: 30px;
  height: 30px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid var(--line1);
  border-radius: 50%;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .modal .modal__close_btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .modal .modal__close_btn {
    width: 20px;
    height: 20px;
    top: -8px;
    right: -8px;
  }
}
.modal .modal__close_btn .modal__close_btn__ico {
  position: relative;
  width: 17px;
  height: 17px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .modal .modal__close_btn .modal__close_btn__ico {
    width: 12px;
    height: 12px;
  }
}
.modal .modal__close_btn .modal__close_btn__ico::before, .modal .modal__close_btn .modal__close_btn__ico::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #A09183;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal .modal__close_btn .modal__close_btn__ico::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/************************************************

	画像のhover

*************************************************/
.b-zoom .b-zoom_img {
  object-fit: cover;
  overflow: hidden;
}
.b-zoom img {
  transition: transform 0.5s ease;
  width: 100%;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-zoom:hover {
    cursor: pointer;
  }
  .b-zoom:hover img {
    transform: scale(1.05);
  }
}

/************************************************

	inview

*************************************************/
.b-fade_up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s, transform 0.6s;
}
.b-fade_up.is-inview {
  opacity: 1;
  transform: translateY(0);
}

/************************************************

	カテゴリーBGカラー

*************************************************/
.bg-hum {
  background-color: var(--hum);
}

.bg-tori {
  background-color: var(--tori);
}

.bg-niku {
  background-color: var(--niku);
}

.bg-meibutu {
  background-color: var(--meibutu);
}

.bg-gyomu {
  background-color: var(--gyomu);
}

.bg-set {
  background-color: var(--set);
}

.bg-soryo {
  background-color: var(--soryo);
}

.bg-reizo {
  background-color: var(--reizo);
}

.bg-reito {
  background-color: var(--reito);
}

.bg-jyoon {
  background-color: var(--jyoon);
}

/************************************************

	レビュー 星

*************************************************/
.review__score {
  display: flex;
  align-items: center;
  margin-top: 15px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .review__score {
    font-size: 1.1rem;
    margin-top: 10px;
  }
}

.reviewRate {
  display: flex;
  align-items: center;
}
.reviewRate .reviewRateStar {
  font-size: 0;
  position: relative;
  width: 13px;
  height: 13px;
}
@media screen and (max-width: 768px) {
  .reviewRate .reviewRateStar {
    width: 12px;
    height: 12px;
  }
}
.reviewRate .reviewRateStar::before {
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/common/images/review_star_on.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 2px;
}
.reviewRate .reviewRateStar:last-child {
  margin-right: 0;
}
.reviewRate .reviewRateStar.starOff::before {
  background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/common/images/review_star_off.svg");
}
.reviewRate .reviewRateStar.starHalf::before {
  background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/common/images/review_star_half.svg");
}

.review-score {
  margin: 0 3px;
}

header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
}
header a {
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  header a:hover {
    opacity: 0.7;
  }
}

.header_pc {
  background-color: #fff;
  --header-transition: 0.3s;
}
@media screen and (max-width: 1139px) {
  .header_pc {
    display: none;
  }
}
.header_pc .header_inner {
  display: flex;
  align-items: center;
  gap: 0 25px;
  padding: 15px 25px;
  font-size: 1.2rem;
  transition: padding-top var(--header-transition);
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .header_pc .header_inner {
    font-size: 1rem;
  }
}
.header_pc .header_l {
  width: 160px;
  flex-shrink: 0;
}
.header_pc .header_l .header__logo a {
  display: block;
}
.header_pc .header_r {
  flex-grow: 1;
}
.header_pc .header_r .header_top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--line1);
  padding-bottom: 15px;
  transition: padding-bottom var(--header-transition);
}
.header_pc .header_r .header_top .header_top_l .header_top_l__txt {
  font-weight: bold;
  color: var(--daiko-red);
}
.header_pc .header_r .header_top .header_top_r {
  display: flex;
  align-items: center;
  gap: 0 30px;
}
.header_pc .header_r .header_top .header_top_r > li > a {
  color: var(--gray);
  display: block;
}
.header_pc .header_r .header_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding: 0;
  transition: margin-top var(--header-transition);
}
.header_pc .header_r .header_bottom .header_bottom_l {
  display: flex;
  align-items: center;
  gap: 0 10px;
  overflow-x: auto;
}
.header_pc .header_r .header_bottom .header_bottom_l .header_bottom_l__txt {
  font-size: 1.4rem;
  font-weight: bold;
  flex-shrink: 0;
}
@media screen and (max-width: 1279px) {
  .header_pc .header_r .header_bottom .header_bottom_l .header_bottom_l__txt {
    font-size: 1.2rem;
  }
}
.header_pc .header_r .header_bottom .header_bottom_l .header_bottom_l_lists {
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.header_pc .header_r .header_bottom .header_bottom_l .header_bottom_l_lists > li {
  flex-shrink: 0;
}
.header_pc .header_r .header_bottom .header_bottom_l .header_bottom_l_lists > li > a {
  border: 1px solid var(--line2);
  border-radius: 6px;
  padding: 3px 8px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  font-size: 1.3rem;
}
@media screen and (max-width: 1279px) {
  .header_pc .header_r .header_bottom .header_bottom_l .header_bottom_l_lists > li > a {
    font-size: 1.1rem;
  }
}
.header_pc .header_r .header_bottom .header_bottom_r {
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin-left: 10px;
  flex-shrink: 0;
}
.header_pc .header_r .header_bottom .header_bottom_r .header_bottom_r_search {
  display: flex;
}
.header_pc .header_r .header_bottom .header_bottom_r .header_bottom_r_search .header_search__input input {
  border: 1px solid var(--daiko-red);
  padding: 5px 10px;
  width: 180px;
  font-size: 1.3rem;
}
@media screen and (max-width: 1279px) {
  .header_pc .header_r .header_bottom .header_bottom_r .header_bottom_r_search .header_search__input input {
    font-size: 1.1rem;
  }
}
.header_pc .header_r .header_bottom .header_bottom_r .header_bottom_r_search .header_search__input input::placeholder {
  color: var(--line2);
}
.header_pc .header_r .header_bottom .header_bottom_r .header_bottom_r_search .header_search__input input:focus-visible {
  box-shadow: none;
}
.header_pc .header_r .header_bottom .header_bottom_r .header_bottom_r_search .header_search__btn {
  width: 30px;
}
.header_pc .header_r .header_bottom .header_bottom_r .header_bottom_r_search .header_search__btn a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid var(--daiko-red);
  background-color: var(--daiko-red);
  background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/common/images/header_icon_seach.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 19px 18px;
}
.header_pc .header_r .header_bottom .header_bottom_r .header_bottom_r_lists {
  display: flex;
  align-items: center;
}
.header_pc .header_r .header_bottom .header_bottom_r .header_bottom_r_lists > li {
  padding: 0 20px;
  border-right: 1px solid var(--line3);
  position: relative;
}
.header_pc .header_r .header_bottom .header_bottom_r .header_bottom_r_lists > li:last-child {
  border-right: none;
  padding-right: 0;
}
.header_pc .header_r .header_bottom .header_bottom_r .header_bottom_r_lists > li.is-d_none {
  display: none;
}
.header_pc .header_r .header_bottom .header_bottom_r .header_bottom_r_lists > li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px 0;
  color: var(--daiko-red);
  font-size: 1.3rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .header_pc .header_r .header_bottom .header_bottom_r .header_bottom_r_lists > li > a {
    font-size: 1.1rem;
  }
}
.header_pc .header_r .header_bottom .header_bottom_r .header_bottom_r_lists > li > a img {
  height: 26px;
  width: auto;
}
.header_pc .header_r .header_bottom .header_bottom_r .header_bottom_r_lists > li .cart-badge {
  background: var(--daiko-red);
  color: #fff;
  width: 16px;
  height: 16px;
  font-size: 0.9rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -5px;
  right: -5px;
}
.header_pc .header_nav {
  margin: 0 auto;
  background-color: var(--daiko-red);
}
.header_pc .header_nav .header_nav_lists {
  display: flex;
  max-width: 1230px;
  padding: 0 20px;
  margin: 0 auto;
}
.header_pc .header_nav .header_nav_lists > li {
  width: 20%;
  position: relative;
  border: solid #fff;
  border-width: 0 2px 0;
}
.header_pc .header_nav .header_nav_lists > li:nth-child(n+2) {
  border-left-width: 0;
}
.header_pc .header_nav .header_nav_lists > li > a, .header_pc .header_nav .header_nav_lists > li > button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  padding: 15px 0;
  transition: padding-top var(--header-transition), padding-bottom var(--header-transition);
}
@media screen and (max-width: 1279px) {
  .header_pc .header_nav .header_nav_lists > li > a, .header_pc .header_nav .header_nav_lists > li > button {
    font-size: 1.3rem;
  }
}
.header_pc .header_nav .header_nav_lists > li > a > img, .header_pc .header_nav .header_nav_lists > li > button > img {
  width: 24px;
}
.header_pc .header_nav .header_nav_lists .header_nav_megamenu {
  position: absolute;
  z-index: 110;
  width: 705px;
  box-shadow: 11px 7px 11px 0 rgba(0, 0, 0, 0.4);
  border-radius: 15px;
  background-color: #fff;
  display: none;
}
.header_pc .header_nav .header_nav_lists .header_nav_megamenu.header_nav_megamenu-price {
  width: 400px;
}
.header_pc .header_nav .header_nav_lists .header_nav_megamenu .megamenu_lists__wrapper {
  padding: 20px 30px 30px 30px;
  display: flex;
  justify-content: space-between;
}
.header_pc .header_nav .header_nav_lists .header_nav_megamenu .megamenu_lists {
  width: 47%;
}
.header_pc .header_nav .header_nav_lists .header_nav_megamenu .megamenu_lists > li > a {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0 10px;
  position: relative;
  border-bottom: 1px solid var(--line3);
  padding: 10px 0;
  font-size: 1.4rem;
}
.header_pc .header_nav .header_nav_lists .header_nav_megamenu .megamenu_lists > li > a::after {
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/common/images/cate_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 6px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.header_pc .header_nav .header_nav_lists .header_nav_megamenu .megamenu_lists > li > a img {
  width: 30px;
}
.header_pc.is-small .header_inner {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header_pc.is-small .header_top {
  padding-bottom: 5px;
}
.header_pc.is-small .header_bottom {
  margin-top: 10px;
}
.header_pc.is-small .header_nav_lists > li > a,
.header_pc.is-small .header_nav_lists > li > button {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header_sp {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  display: none;
}
@media screen and (max-width: 1139px) {
  .header_sp {
    display: block;
  }
}
.header_sp .header_sp_top__txt {
  font-size: 0.9rem;
  text-align: center;
  color: var(--daiko-red);
  background-color: #f2f2f2;
  padding: 5px 0;
}
.header_sp .header_sp_inner {
  display: flex;
  justify-content: space-between;
  padding: 8px 16px;
  background-color: #fff;
}
.header_sp .header_sp_l {
  width: 64px;
}
.header_sp .header_sp_r {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
.header_sp .header_sp_r .header_sp_r_lists {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.header_sp .header_sp_r .header_sp_r_lists li {
  position: relative;
}
.header_sp .header_sp_r .header_sp_r_lists li img {
  height: 21px;
  width: auto;
}
.header_sp .header_sp_r .header_sp_r_lists .cart-badge {
  background: var(--daiko-red);
  color: #fff;
  width: 15px;
  height: 15px;
  font-size: 0.8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -5px;
  right: -5px;
}
.header_sp .header_sp_r .header_sp_r_lists .is-d_none {
  display: none;
}
.header_sp .h_button {
  background-color: var(--daiko-red);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_sp .h_button span {
  position: relative;
  display: block;
  width: 15px;
}
.header_sp .h_button span::before, .header_sp .h_button span::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: transform 0.3s;
}
.header_sp .h_button span::before {
  top: -3px;
}
.header_sp .h_button span::after {
  bottom: -3px;
}
.header_sp .h_button.is-activ span::before, .header_sp .h_button.is-activ span::after {
  top: 0;
  bottom: 0;
}
.header_sp .h_button.is-activ span::before {
  transform: rotate(-45deg);
}
.header_sp .h_button.is-activ span::after {
  transform: rotate(45deg);
}
.header_sp .js-scroll_nav.is-opend {
  height: calc(100vh - 75.5px);
  overflow-y: scroll;
}
.header_sp .nav {
  display: none;
  background-image: repeating-linear-gradient(-45deg, #fffcd9, #fffcd9 3px, #ffffff 3px, #ffffff 6px);
}
.header_sp .nav .nav__inner {
  position: relative;
  padding: 23px 36px 31px;
}
.header_sp .nav .nav__inner::before {
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/common/images/header_sp_illust.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 185px;
  height: 165px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.header_sp .nav .sp_nav_lists {
  display: flex;
  gap: 0 5px;
}
.header_sp .nav .sp_nav_lists > li {
  flex-grow: 1;
}
.header_sp .nav .sp_nav_lists > li.is-d_none {
  display: none;
}
.header_sp .nav .sp_nav_lists > li > a {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background-color: var(--daiko-red);
  border-radius: 5px;
  padding: 5px 0;
}
.header_sp .nav .sp_nav_lists > li > a > img {
  height: 14px;
  width: auto;
}
.header_sp .nav .side_nav_lists {
  color: var(--brown);
  margin-top: 10px;
  border-top: 1px solid #a79e97;
}
.header_sp .nav .side_nav_lists .side_nav_lists__item {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 10px 30px 8px 0;
  border-bottom: 1px solid #a79e97;
  position: relative;
  position: relative;
  cursor: pointer;
}
.header_sp .nav .side_nav_lists .side_nav_lists__item .side_nav_accbtn {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.header_sp .nav .side_nav_lists .side_nav_lists__item .side_nav_accbtn::before, .header_sp .nav .side_nav_lists .side_nav_lists__item .side_nav_accbtn::after {
  content: "";
  background-color: var(--daiko-red);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
}
.header_sp .nav .side_nav_lists .side_nav_lists__item .side_nav_accbtn::before {
  width: 14px;
  height: 2px;
}
.header_sp .nav .side_nav_lists .side_nav_lists__item .side_nav_accbtn::after {
  width: 2px;
  height: 14px;
}
.header_sp .nav .side_nav_lists .side_nav_lists__item.is-opend .side_nav_accbtn::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.header_sp .nav .side_nav_lists .side_nav_sublists {
  display: none;
}
.header_sp .nav .side_nav_lists .side_nav_sublists > li > a {
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0 10px;
  position: relative;
  padding: 6px 10px;
  background-color: #fff;
  border-bottom: 1px solid #a79e97;
}
.header_sp .nav .side_nav_lists .side_nav_sublists > li > a::after {
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/common/images/cate_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 6px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.header_sp .nav .side_nav_lists .side_nav_sublists > li > a > img {
  width: 32px;
}
.header_sp .nav .side_nav__bnr {
  width: 100%;
  max-width: 300px;
  margin: 30px auto 0;
}
.header_sp .nav .side_nav__bnr a {
  width: 100%;
}
.header_sp .nav .side_nav__bnr a img {
  width: 100%;
}
.header_sp .nav .side_nav_bottom {
  margin-top: 40px;
  font-size: 1.3rem;
}
.header_sp .nav .side_nav_bottom li + li {
  margin-top: 15px;
}
.header_sp .nav .side_nav_sns {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 0 20px;
  position: relative;
}
@media screen and (max-width: 370px) {
  .header_sp .nav .side_nav_sns {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px 0;
  }
}
.header_sp .nav .side_nav_sns img {
  width: 31px;
}
.header_sp .nav2 {
  background-color: #fff;
}
.header_sp .nav2 .nav2_lists {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 2px;
}
.header_sp .nav2 .nav2_lists > li {
  width: 25%;
}
.header_sp .nav2 .nav2_lists > li > a, .header_sp .nav2 .nav2_lists > li > button {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  background-color: var(--daiko-red);
  padding: 5px 0;
  width: 100%;
}
.header_sp .nav2 .nav2_lists > li > a > img, .header_sp .nav2 .nav2_lists > li > button > img {
  width: auto;
  height: 28px;
}
.header_sp .header_nav_megamenu_sp {
  position: absolute;
  width: 100%;
  background-color: #fff;
  display: none;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.header_sp .header_nav_megamenu_sp .megamenu_lists_sp {
  padding: 10px 20px;
}
.header_sp .header_nav_megamenu_sp .megamenu_lists_sp li:nth-child(n+2) {
  border-top: 1px solid var(--line3);
}
.header_sp .header_nav_megamenu_sp .megamenu_lists_sp li a {
  display: flex;
  align-items: center;
  gap: 0 10px;
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--brown);
  padding: 8px 0;
  position: relative;
}
.header_sp .header_nav_megamenu_sp .megamenu_lists_sp li a::after {
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/common/images/cate_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 6px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.header_sp .header_nav_megamenu_sp .megamenu_lists_sp li img {
  width: 20px;
}
.header_sp .header_nav_megamenu_sp .megamenu_sp__close {
  font-size: 1.3rem;
  font-weight: bold;
}
.header_sp .header_nav_megamenu_sp .megamenu_sp__close button {
  background-color: #ccc;
  width: 100%;
  padding: 5px 0;
  cursor: pointer;
}

.header_sp_bottom {
  display: flex;
  flex-direction: column;
  padding: 20px 25px;
  background-color: #fff;
  padding-bottom: 20px;
  display: none;
}
@media screen and (max-width: 1139px) {
  .header_sp_bottom {
    display: block;
  }
}
.header_sp_bottom .header_bottom_l {
  display: flex;
  align-items: center;
  gap: 0 5px;
  overflow-x: auto;
}
.header_sp_bottom .header_bottom_l .header_bottom_l__txt {
  font-size: 1.1rem;
  font-weight: bold;
  flex-shrink: 0;
}
.header_sp_bottom .header_bottom_l .header_bottom_l_lists {
  display: flex;
  align-items: center;
  gap: 0 5px;
}
.header_sp_bottom .header_bottom_l .header_bottom_l_lists > li {
  flex-shrink: 0;
}
.header_sp_bottom .header_bottom_l .header_bottom_l_lists > li > a {
  border: 1px solid var(--line2);
  border-radius: 3px;
  padding: 2px 5px;
  font-size: 1rem;
  font-weight: bold;
  display: block;
  white-space: nowrap;
}
.header_sp_bottom .header_bottom_r {
  margin-top: 10px;
}
.header_sp_bottom .header_bottom_r .header_bottom_r_search {
  display: flex;
}
.header_sp_bottom .header_bottom_r .header_bottom_r_search .header_search__input {
  flex-grow: 1;
}
.header_sp_bottom .header_bottom_r .header_bottom_r_search .header_search__input input {
  font-size: 1.2rem;
  border: 1px solid var(--daiko-red);
  border-radius: 0;
  padding: 3px 10px;
  width: 100%;
}
.header_sp_bottom .header_bottom_r .header_bottom_r_search .header_search__input input::placeholder {
  color: var(--line2);
}
.header_sp_bottom .header_bottom_r .header_bottom_r_search .header_search__input input:focus-visible {
  box-shadow: none;
}
.header_sp_bottom .header_bottom_r .header_bottom_r_search .header_search__btn {
  width: 36px;
}
.header_sp_bottom .header_bottom_r .header_bottom_r_search .header_search__btn a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid var(--daiko-red);
  background-color: var(--daiko-red);
  background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/common/images/header_icon_seach.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 19px 18px;
}

.footer {
  margin-top: 120px;
  background-color: #f9fafb;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 40px;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .footer a:hover {
    transition: opacity 0.3s;
  }
}
@media (any-hover: hover) and (pointer: fine) and (any-hover: hover) and (pointer: fine) {
  .footer a:hover:hover {
    opacity: 0.7;
  }
}
.footer .footer_inner {
  max-width: 1230px;
  padding: 80px 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 650px) {
  .footer .footer_inner {
    flex-direction: column-reverse;
    align-items: center;
    gap: 25px 0;
    padding-bottom: 180px;
    padding-top: 40px;
  }
}
.footer .footer_inner::before {
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/common/images/side_nav_illusu.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  width: 350px;
  height: 294px;
  position: absolute;
  left: -360px;
  bottom: 0;
  opacity: 0.4;
  pointer-events: none;
}
@media screen and (max-width: 1720px) {
  .footer .footer_inner::before {
    width: 260px;
    height: 217px;
    left: -240px;
  }
}
@media screen and (max-width: 1560px) {
  .footer .footer_inner::before {
    left: auto;
    right: 290px;
  }
}
@media screen and (max-width: 940px) {
  .footer .footer_inner::before {
    width: 200px;
  }
}
@media screen and (max-width: 650px) {
  .footer .footer_inner::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.footer .footer_l {
  display: flex;
  gap: 0 80px;
  flex-grow: 1;
}
@media screen and (max-width: 1100px) {
  .footer .footer_l {
    gap: 0 40px;
  }
}
@media screen and (max-width: 900px) {
  .footer .footer_l {
    width: auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px 30px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 650px) {
  .footer .footer_l {
    display: block;
  }
}
.footer .footer_r {
  width: 292px;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 900px) {
  .footer .footer_r {
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_r {
    width: 100%;
    max-width: 280px;
  }
}
.footer .footer_tel {
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .footer .footer_tel {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_tel {
    width: auto;
  }
}
.footer .footer_tel .tel_top .tel_top__ttl {
  font-weight: bold;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 900px) {
  .footer .footer_tel .tel_top .tel_top__ttl {
    font-size: 1rem;
  }
}
.footer .footer_tel .tel_top .tel_top__txt {
  margin-top: 5px;
  font-size: 1.4rem;
}
@media screen and (max-width: 900px) {
  .footer .footer_tel .tel_top .tel_top__txt {
    font-size: 1rem;
  }
}
.footer .footer_tel .tel_bottom {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}
@media screen and (max-width: 900px) {
  .footer .footer_tel .tel_bottom {
    flex-direction: row;
    gap: 0 20px;
    margin-top: 10px;
  }
}
.footer .footer_tel .tel_bottom .tel_bottom__box .tel_bottom__txt {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 900px) {
  .footer .footer_tel .tel_bottom .tel_bottom__box .tel_bottom__txt {
    font-size: 0.9rem;
  }
}
.footer .footer_tel .tel_bottom .tel_bottom__box .tel_bottom__num {
  font-size: 3rem;
  font-weight: bold;
  color: var(--daiko-red);
}
@media screen and (max-width: 1330px) {
  .footer .footer_tel .tel_bottom .tel_bottom__box .tel_bottom__num {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 900px) {
  .footer .footer_tel .tel_bottom .tel_bottom__box .tel_bottom__num {
    font-size: 1.5rem;
    font-size: clamp(15px, 3.6364vw + 3.3636px, 17px);
  }
}
.footer .footer_link {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 70px;
}
@media screen and (max-width: 1100px) {
  .footer .footer_link {
    gap: 25px 35px;
  }
}
@media screen and (max-width: 650px) {
  .footer .footer_link {
    margin-top: 20px;
    gap: 0 30px;
  }
}
.footer .footer_link_01 {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 25px 0;
}
@media screen and (max-width: 900px) {
  .footer .footer_link_01 {
    gap: 10px 0;
  }
}
.footer .footer_link_01 li {
  font-weight: bold;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1330px) {
  .footer .footer_link_01 li {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 900px) {
  .footer .footer_link_01 li {
    font-size: 1rem;
  }
}
.footer .footer_link_02 {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 25px 0;
}
@media screen and (max-width: 900px) {
  .footer .footer_link_02 {
    gap: 10px 0;
  }
}
.footer .footer_link_02 li {
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1330px) {
  .footer .footer_link_02 li {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 900px) {
  .footer .footer_link_02 li {
    font-size: 1rem;
  }
}
.footer .calendar {
  border: 1px solid #c6c6c6;
  background-color: #fff;
  padding: 15px 15px 20px;
}
@media screen and (max-width: 900px) {
  .footer .calendar {
    padding: 10px 10px 15px;
  }
}
.footer .calendar .calendar-wrap {
  position: relative;
}
.footer .calendar .calendar__ttl {
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .footer .calendar .calendar__ttl {
    font-size: 1.4rem;
  }
}
.footer .calendar .calendar-title {
  display: flex;
  font-size: 1.8rem;
  justify-content: center;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 1px solid var(--line2);
}
@media screen and (max-width: 900px) {
  .footer .calendar .calendar-title {
    font-size: 1.5rem;
    padding: 5px 0;
  }
}
.footer .calendar table {
  margin-top: 10px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  border-collapse: separate;
  border-spacing: 5px;
}
@media screen and (max-width: 900px) {
  .footer .calendar table {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 900px) {
  .footer .calendar table td, .footer .calendar table th {
    opacity: 3px;
  }
}
.footer .calendar td.sunday,
.footer .calendar td.wednesday,
.footer .calendar td.close {
  background-color: #f9c8c6;
  color: var(--daiko-red);
}
.footer .calendar td.open {
  background-color: transparent;
  color: var(--black);
}
.footer .calendar .calendar__close {
  margin-top: 10px;
  color: var(--daiko-red);
  font-weight: bold;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .footer .calendar .calendar__close {
    font-size: 1.2rem;
  }
}
.footer .calendar .slick-slide:focus-visible {
  box-shadow: 0px 0px 0px 1px #fff inset, 0px 0px 0px 3px #333 inset;
}
.footer .calendar .slide-arrow {
  width: 24px;
  height: 24px;
  position: absolute;
  top: -24px;
  cursor: pointer;
}
.footer .calendar .slide-arrow.slide-arrow--prev {
  background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/common/images/footer_slide_arrow_prev.png");
  right: 33px;
}
.footer .calendar .slide-arrow.slide-arrow--next {
  background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/common/images/footer_slide_arrow_next.png");
  right: 0;
}
.footer .calendar .slide-arrow.slick-disabled {
  opacity: 0.3;
  cursor: default;
}
.footer .copyright {
  background-color: var(--daiko-red);
  padding: 10px 0;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer .copyright {
    font-size: 0.8rem;
  }
}

.b-side_nav {
  position: relative;
}
.b-side_nav a {
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-side_nav a:hover {
    opacity: 0.7;
  }
}
.b-side_nav .side_nav_lists {
  color: var(--brown);
}
.b-side_nav .side_nav_lists > li + li {
  margin-top: 20px;
}
.b-side_nav .side_nav_lists > li > a::after {
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/common/images/cate_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 6px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.b-side_nav .side_nav_lists .side_nav_lists__item {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #fffabf;
  padding: 14px 20px 12px 15px;
  border-bottom: 2px solid #4f3e2f;
  position: relative;
}
.b-side_nav .side_nav_lists .side_nav_sublists {
  padding: 15px 0 10px;
}
.b-side_nav .side_nav_lists .side_nav_sublists > li + li {
  margin-top: 15px;
}
.b-side_nav .side_nav_lists .side_nav_sublists > li > a {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0 10px;
  position: relative;
  padding-right: 10px;
  font-size: 1.4rem;
}
.b-side_nav .side_nav_lists .side_nav_sublists > li > a::after {
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/common/images/cate_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 6px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.b-side_nav .side_nav_lists .side_nav_sublists > li > a > img {
  width: 40px;
}
.b-side_nav .side_nav_lists .side_nav_sublists.side_nav_sublists--price {
  padding: 30px 0 10px;
}
.b-side_nav .side_nav_lists .side_nav_sublists.side_nav_sublists--price > li + li {
  margin-top: 30px;
}
.b-side_nav .side_nav__bnr {
  width: 100%;
  margin-top: 40px;
}
.b-side_nav .side_nav__bnr a {
  width: 100%;
  display: block;
}
.b-side_nav .side_nav__bnr a img {
  width: 100%;
}
.b-side_nav .side_nav_member {
  border: 2px solid var(--blue);
  border-radius: 5px;
  background-color: #fff;
  padding: 20px 15px;
  margin: 30px auto 0;
  max-width: 226px;
}
.b-side_nav .side_nav_member .side_nav_member__ttl {
  font-size: 2rem;
  font-family: var(--zenmaru);
  font-weight: 900;
  text-align: center;
  color: var(--blue);
  border-bottom: 3px dotted var(--blue);
  padding-bottom: 5px;
}
.b-side_nav .side_nav_member .side_nav_member__txt {
  color: var(--brown);
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
  font-size: 1.3rem;
}
.b-side_nav .side_nav_member .side_nav_member_lists {
  margin-top: 10px;
}
.b-side_nav .side_nav_member .side_nav_member_lists li {
  background-color: #f5f5f5;
  padding: 10px 10px 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
}
.b-side_nav .side_nav_member .side_nav_member_lists li + li {
  margin-top: 5px;
}
.b-side_nav .side_nav_member .side_nav_member_lists li img {
  width: 40px;
}
.b-side_nav .side_nav_member .side_nav_member_lists .side_nav_member_lists__txt {
  font-size: 1.4rem;
  font-family: var(--zenkaku);
  font-weight: 900;
  color: var(--blue);
  line-height: 1.3;
}
.b-side_nav .side_nav_member .side_nav_member_lists .side_nav_member_lists__txt span {
  color: var(--brown);
}
.b-side_nav .side_nav_member .side_nav_member_lists .side_nav_member_lists__txt .side_nav_member_lists__txt--small {
  font-size: 0.7em;
}
.b-side_nav .side_nav_member .side_nav__btn {
  margin-top: 10px;
}
.b-side_nav .side_nav_member .side_nav__btn a {
  display: block;
  background-color: var(--daiko-red);
  border-radius: 25px;
  padding: 10px 0;
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}

.history {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .history {
    margin-top: 60px;
    padding: 0;
  }
}
.history .history_lists {
  display: flex;
  gap: 0 3%;
  padding-bottom: 20px;
  padding-top: 2px;
  max-width: 850px;
  overflow-x: auto;
  scrollbar-color: var(--daiko-red) #edeef0;
  margin: 40px auto 0;
}
@media screen and (max-width: 1139px) {
  .history .history_lists {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .history .history_lists {
    padding-bottom: 10px;
    gap: 0 6%;
    margin-top: 25px;
    scrollbar-color: auto;
  }
}
.history .history_lists > li {
  width: 190px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .history .history_lists > li {
    width: 143px;
  }
}
.history .history_lists > li > a {
  display: inline-block;
}
.history .history_lists > li > a img {
  width: 100%;
}
.history .history_lists .history__img {
  aspect-ratio: 1/1;
}
.history .history_lists .history__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.history .history_lists .history__name {
  margin-top: 15px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .history .history_lists .history__name {
    margin-top: 10px;
    font-size: 1.1rem;
    line-height: 1.7;
  }
}
.history .history_lists .history__price {
  margin-top: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .history .history_lists .history__price {
    font-size: 1.1rem;
    margin-top: 5px;
  }
}
.history .history_lists .history__price.history__price--strikethrough {
  text-decoration: line-through;
}
.history .history_lists .history__price.history__price--sale {
  margin-top: 0;
  color: var(--daiko-red);
}

.related {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .related {
    margin-top: 60px;
    padding: 0;
  }
}
.related .related_lists {
  display: flex;
  gap: 0 3%;
  padding-bottom: 20px;
  padding-top: 2px;
  max-width: 850px;
  overflow-x: auto;
  scrollbar-color: var(--daiko-red) #edeef0;
  margin: 40px auto 0;
}
@media screen and (max-width: 1139px) {
  .related .related_lists {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .related .related_lists {
    padding-bottom: 10px;
    gap: 0 6%;
    padding-bottom: 10px;
    margin-top: 25px;
    scrollbar-color: auto;
  }
}
.related .related_lists > li {
  width: 190px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .related .related_lists > li {
    width: 143px;
  }
}
.related .related_lists > li > a {
  display: inline-block;
}
.related .related_lists > li > a img {
  width: 100%;
}
.related .related_lists .related__img {
  aspect-ratio: 1/1;
}
.related .related_lists .related__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related .related_lists .related__name {
  margin-top: 15px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .related .related_lists .related__name {
    margin-top: 10px;
    font-size: 1.1rem;
    line-height: 1.7;
  }
}
.related .related_lists .related__price {
  margin-top: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .related .related_lists .related__price {
    font-size: 1.1rem;
    margin-top: 5px;
  }
}
.related .related_lists .related__price.related__price--strikethrough {
  text-decoration: line-through;
}
.related .related_lists .related__price.related__price--sale {
  margin-top: 0;
  color: var(--daiko-red);
}

.info {
  margin-top: 110px;
}
@media screen and (max-width: 1139px) {
  .info {
    padding: 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .info {
    margin-top: 50px;
  }
}
.info .info_furusato {
  max-width: 1100px;
  margin: 0 auto;
}
.info .info_furusato a {
  display: block;
}
.info .info_furusato a img {
  width: 100%;
}
.info .info_member {
  border: 2px solid var(--blue);
  border-radius: 5px;
  background-color: #fff;
  padding: 23px 20px;
  margin: 30px auto 0;
  text-align: center;
  max-width: 1100px;
  display: none;
}
@media screen and (max-width: 1139px) {
  .info .info_member {
    display: block;
  }
}
.info .info_member .info_member__ttl {
  font-size: 2rem;
  font-family: var(--zenmaru);
  font-weight: 900;
  text-align: center;
  color: var(--blue);
  border-bottom: 3px dotted var(--blue);
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .info .info_member .info_member__ttl {
    font-size: 1.8rem;
  }
}
.info .info_member .info_member__txt {
  color: var(--brown);
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .info .info_member .info_member__txt {
    font-size: 1.2rem;
  }
}
.info .info_member .info_member_lists {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px 2%;
}
@media screen and (max-width: 768px) {
  .info .info_member .info_member_lists {
    gap: 10px 4%;
  }
}
.info .info_member .info_member_lists li {
  background-color: #f5f5f5;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 5px 0;
  border-radius: 5px;
  width: 32%;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .info .info_member .info_member_lists li {
    width: 48%;
    padding: 10px 0;
  }
}
.info .info_member .info_member_lists li img {
  width: 54px;
}
@media screen and (max-width: 768px) {
  .info .info_member .info_member_lists li img {
    width: 40px;
  }
}
.info .info_member .info_member_lists .info_member_lists__txt {
  font-size: 1.4rem;
  font-family: var(--zenkaku);
  font-weight: 900;
  color: var(--blue);
}
@media screen and (max-width: 768px) {
  .info .info_member .info_member_lists .info_member_lists__txt {
    font-size: 1.2rem;
  }
}
.info .info_member .info_member_lists .info_member_lists__txt span {
  color: var(--brown);
}
.info .info_member .info_member_lists .info_member_lists__txt .info_member_lists__txt--small {
  font-size: 0.7em;
}
.info .info_member .info__btn {
  margin-top: 20px;
}
.info .info_member .info__btn a {
  display: block;
  background-color: var(--daiko-red);
  border-radius: 25px;
  padding: 10px 0;
  font-weight: bold;
  text-align: center;
  color: #fff;
  max-width: 380px;
  margin: 0 auto;
  font-size: 1.4rem;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .info .info_member .info__btn a {
    max-width: 200px;
    font-size: 0.9rem;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .info .info_member .info__btn a:hover {
    opacity: 0.7;
  }
}
.info .info_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .info .info_content {
    gap: 20px 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .info .info_content {
    flex-direction: column;
  }
}
.info .info_content .info_content__box {
  width: 48%;
  border: 1px solid var(--line2);
  border-radius: 10px;
  padding: 30px 25px;
}
@media screen and (max-width: 768px) {
  .info .info_content .info_content__box {
    padding: 20px 10px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 600px) {
  .info .info_content .info_content__box {
    width: 100%;
  }
}
.info .info_content .info_content__box:nth-child(1) {
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .info .info_content .info_content__box:nth-child(1) {
    padding: 10px;
  }
}
.info .info_content .info_content__box:nth-child(2) {
  padding-left: 40px;
  padding-right: 40px;
}
.info .info_content .info_content__ttl {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .info .info_content .info_content__ttl {
    font-size: 1.5rem;
  }
}
.info .info_content .info_content__ttl::before {
  content: "";
  background-color: var(--daiko-red);
  width: 57px;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .info .info_content .info_content__ttl::before {
    width: 40px;
    height: 2px;
  }
}
.info .info_content .info__btn {
  margin-top: 20px;
}
.info .info_content .info__btn .b-link_btn {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .info .info_content .info__btn .b-link_btn {
    max-width: 163px;
  }
}
.info .info_content .info__btn.info__btn--small .b-link_btn {
  font-size: 1.2rem;
  max-width: 235px;
}
@media screen and (max-width: 768px) {
  .info .info_content .info__btn.info__btn--small .b-link_btn {
    font-size: 0.9rem;
    max-width: 163px;
  }
}
.info .info_content .info_contact {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .info .info_content .info_contact {
    margin-top: 12px;
  }
}
.info .info_content .info_contact p {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .info .info_content .info_contact p {
    font-size: 1rem;
  }
}
.info .info_content .info_line {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .info .info_content .info_line img {
    max-width: 228px;
  }
}
.info .info_content .info_payment {
  margin: 20px auto 0;
  padding-top: 20px;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .info .info_content .info_payment {
    max-width: 240px;
    padding-top: 10px;
  }
}
.info .info_content .info_payment > li {
  padding-bottom: 25px;
  border-bottom: 1px solid var(--line3);
}
@media screen and (max-width: 768px) {
  .info .info_content .info_payment > li {
    padding-bottom: 12px;
  }
}
.info .info_content .info_payment > li + li {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .info .info_content .info_payment > li + li {
    margin-top: 12px;
  }
}
.info .info_content .info_payment .info_payment__ttl {
  font-size: 1.7rem;
  font-weight: bold;
  position: relative;
  padding-left: 1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .info .info_content .info_payment .info_payment__ttl {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}
.info .info_content .info_payment .info_payment__ttl::before {
  content: "";
  background-color: var(--black);
  width: 0.7em;
  height: 0.7em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.info .info_content .info_payment .info_payment__txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .info .info_content .info_payment .info_payment__txt {
    font-size: 1.2rem;
  }
}
.info .info_content .info_payment .info_payment__txt--small {
  font-size: 0.7em;
}
.info .info_content .info_delivery {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .info .info_content .info_delivery {
    max-width: 278px;
    margin: 10px auto 0;
  }
}
.info .info_content .info_delivery .info_delivery_free {
  background-color: #fef8f8;
  padding: 25px 16px 20px;
}
@media screen and (max-width: 768px) {
  .info .info_content .info_delivery .info_delivery_free {
    padding: 15px 10px 10px;
  }
}
.info .info_content .info_delivery .info_delivery_free .info_delivery_free_ttl {
  text-align: center;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .info .info_content .info_delivery .info_delivery_free .info_delivery_free_ttl {
    padding: 0 10px;
  }
}
.info .info_content .info_delivery .info_delivery_free .info_delivery_free__txt {
  font-size: 1rem;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .info .info_content .info_delivery .info_delivery_free .info_delivery_free__txt {
    font-size: 0.8rem;
  }
}
.info .info_content .info_delivery_box {
  background-color: #f5f5f5;
  padding: 20px 16px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .info .info_content .info_delivery_box {
    padding: 10px;
    margin-top: 5px;
  }
}
.info .info_content .info_delivery_box .info_delivery_box__ttl01 {
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .info .info_content .info_delivery_box .info_delivery_box__ttl01 {
    font-size: 1.1rem;
  }
}
.info .info_content .info_delivery_box .info_delivery_box__txt01 {
  font-size: 1rem;
  text-align: center;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .info .info_content .info_delivery_box .info_delivery_box__txt01 {
    font-size: 0.8rem;
  }
}
.info .info_content .info_delivery_box .info_delivery_box__txt01 span {
  font-weight: bold;
}
.info .info_content .info_delivery_box .info_delivery_box__ttl02 {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1139px) {
  .info .info_content .info_delivery_box .info_delivery_box__ttl02 {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .info .info_content .info_delivery_box .info_delivery_box__ttl02 {
    font-size: 1rem;
  }
}
.info .info_content .info_delivery_box .info_delivery_box__txt02 {
  font-size: 1rem;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .info .info_content .info_delivery_box .info_delivery_box__txt02 {
    font-size: 1rem;
    margin-top: 5px;
  }
}

.p-top .top_slider a {
  display: block;
}
.p-top .top_slider .slick-slide {
  margin-left: 1vw;
  margin-right: 1vw;
}
@media screen and (max-width: 600px) {
  .p-top .top_slider .slick-slide {
    margin-right: 0;
    margin-left: 0;
  }
}
.p-top .top_slider .slick-dots {
  bottom: -30px;
}
.p-top .top_slider .slick-dots li button::before {
  color: #edeef0;
  font-size: 0.9rem;
  opacity: 1;
}
.p-top .top_slider .slick-dots li.slick-active button::before {
  color: var(--daiko-red);
}
.p-top .rank {
  background-color: #fdeeed;
  padding: 30px 0 40px;
}
@media screen and (max-width: 768px) {
  .p-top .rank {
    padding: 20px 0;
  }
}
.p-top .rank .rank_lists__wrapper {
  background-color: #fff;
  padding: 50px 30px 40px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-top .rank .rank_lists__wrapper {
    margin-top: 20px;
    padding: 25px;
  }
}
.p-top .rank .rank_lists {
  display: grid;
  grid-gap: 4% 4%;
  grid-template-columns: 55% 18.5% 18.5%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top .rank .rank_lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 6%;
  }
}
.p-top .rank .rank_lists li {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .rank .rank_lists li {
    width: 47%;
  }
}
.p-top .rank .rank_lists li .rank_lists__img {
  aspect-ratio: 1/1;
}
.p-top .rank .rank_lists li .rank_lists__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top .rank .rank_lists li .rank_lists__name {
  margin-top: 15px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-top .rank .rank_lists li .rank_lists__name {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
.p-top .rank .rank_lists li .rank_lists__price {
  margin-top: 5px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-top .rank .rank_lists li .rank_lists__price {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}
.p-top .rank .rank_lists li .rank_lists__price.rank_lists__price--strikethrough {
  text-decoration: line-through;
}
.p-top .rank .rank_lists li .rank_lists__price.rank_lists__price--sale {
  margin-top: 0;
  color: var(--daiko-red);
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-top .rank .rank_lists li .rank_lists__price.rank_lists__price--sale {
    font-size: 1.4rem;
  }
}
.p-top .rank .rank_lists li a {
  display: inline-block;
}
.p-top .rank .rank_lists li a img {
  width: 100%;
}
.p-top .rank .rank_lists li a::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-top .rank .rank_lists li a::after {
    width: 25px;
    height: 30px;
  }
}
.p-top .rank .rank_lists li:nth-child(1) {
  grid-row: 1/3;
}
@media screen and (max-width: 768px) {
  .p-top .rank .rank_lists li:nth-child(1) {
    width: 100%;
    max-width: 584px;
    margin-right: 0;
  }
}
.p-top .rank .rank_lists li:nth-child(1) .rank_lists__name {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .p-top .rank .rank_lists li:nth-child(1) .rank_lists__name {
    font-size: 1.3rem;
  }
}
.p-top .rank .rank_lists li:nth-child(1) .rank_lists__price {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .p-top .rank .rank_lists li:nth-child(1) .rank_lists__price {
    font-size: 1.3rem;
  }
}
.p-top .rank .rank_lists li:nth-child(1) .rank_lists__price.rank_lists__price--sale {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-top .rank .rank_lists li:nth-child(1) .rank_lists__price.rank_lists__price--sale {
    font-size: 1.5rem;
  }
}
.p-top .rank .rank_lists li:nth-child(1) a::after {
  background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/common/images/rank_no1.svg");
  width: 54px;
  height: 64px;
}
@media screen and (max-width: 768px) {
  .p-top .rank .rank_lists li:nth-child(1) a::after {
    width: 40px;
    height: 47px;
  }
}
.p-top .rank .rank_lists li:nth-child(2) {
  grid-column: 2/3;
}
.p-top .rank .rank_lists li:nth-child(2) a::after {
  background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/common/images/rank_no2.svg");
}
.p-top .rank .rank_lists li:nth-child(3) {
  grid-column: 3/4;
}
.p-top .rank .rank_lists li:nth-child(3) a::after {
  background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/common/images/rank_no3.svg");
}
.p-top .rank .rank_lists li:nth-child(4) {
  grid-column: 2/3;
}
.p-top .rank .rank_lists li:nth-child(4) a::after {
  background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/common/images/rank_no4.svg");
}
.p-top .rank .rank_lists li:nth-child(5) {
  grid-column: 3/4;
}
.p-top .rank .rank_lists li:nth-child(5) a::after {
  background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/common/images/rank_no5.svg");
}
.p-top .feature {
  padding: 100px 30px;
}
@media screen and (max-width: 768px) {
  .p-top .feature {
    padding: 40px 25px;
  }
}
.p-top .feature .feature_lists {
  display: grid;
  gap: min(0.0235294118 * (100vw - 390px), 20px) min(0.0235294118 * (100vw - 390px), 20px);
  grid-template-columns: min(0.4541176471 * (100vw - 390px), 386px) min(0.2141176471 * (100vw - 390px), 182px) min(0.2141176471 * (100vw - 390px), 182px);
  max-width: 850px;
  margin: 40px auto 0;
}
@media screen and (max-width: 1139px) {
  .p-top .feature .feature_lists {
    gap: min(2.3529411765vw, 20px) min(2.3529411765vw, 20px);
    grid-template-columns: min(45.4117647059vw, 386px) min(21.4117647059vw, 182px) min(21.4117647059vw, 182px);
  }
}
@media screen and (max-width: 768px) {
  .p-top .feature .feature_lists {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px 6%;
  }
}
.p-top .feature .feature_lists li {
  position: relative;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .p-top .feature .feature_lists li {
    width: 47%;
  }
}
.p-top .feature .feature_lists li a {
  display: block;
}
.p-top .feature .feature_lists li a img {
  width: 100%;
}
.p-top .feature .feature_lists li:nth-child(1) {
  grid-row: 1/3;
}
@media screen and (max-width: 768px) {
  .p-top .feature .feature_lists li:nth-child(1) {
    width: 100%;
    max-width: 519px;
  }
}
.p-top .feature .feature_lists li:nth-child(2) {
  grid-column: 2/3;
}
.p-top .feature .feature_lists li:nth-child(3) {
  grid-column: 3/4;
}
.p-top .feature .feature_lists li:nth-child(4) {
  grid-column: 2/3;
}
.p-top .feature .feature_lists li:nth-child(5) {
  grid-column: 3/4;
}
.p-top .feature .feature_lists li .feature_lists__img {
  aspect-ratio: 1/1;
}
.p-top .feature .feature_lists li .feature_lists__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top .category {
  background-color: #ebf4fa;
  padding: 60px 50px;
}
@media screen and (max-width: 768px) {
  .p-top .category {
    padding: 40px 25px;
  }
}
.p-top .category .category_lists__wrapper {
  display: flex;
  justify-content: space-between;
  margin: 35px auto 0;
}
@media screen and (max-width: 768px) {
  .p-top .category .category_lists__wrapper {
    display: block;
    margin-top: 30px;
  }
}
.p-top .category .category__lists {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .p-top .category .category__lists {
    margin-top: 30px;
    width: 100%;
  }
  .p-top .category .category__lists + .category__lists {
    margin-top: 7px;
  }
}
@media screen and (max-width: 768px) {
  .p-top .category .category__lists > li {
    width: 100%;
  }
}
.p-top .category .category__lists > li + li {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-top .category .category__lists > li + li {
    margin-top: 7px;
  }
}
.p-top .category .category__lists > li > a {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  gap: 0 10px;
  background-color: #fff;
  padding: 15px 40px 15px 26px;
  border-radius: 15px;
  position: relative;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .p-top .category .category__lists > li > a {
    font-size: 1.3rem;
    padding: 8px 30px 8px 12px;
    border-radius: 8px;
  }
}
.p-top .category .category__lists > li > a::after {
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/common/images/cate_arrow_red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-top .category .category__lists > li > a::after {
    width: 5px;
    height: 10px;
    right: 12px;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .p-top .category .category__lists > li > a:hover {
    opacity: 0.7;
  }
}
.p-top .category .category__lists > li > a > img {
  width: 50px;
}
@media screen and (max-width: 768px) {
  .p-top .category .category__lists > li > a > img {
    width: 33px;
  }
}
.p-top .purpose {
  padding: 100px 0 0;
}
@media screen and (max-width: 1139px) {
  .p-top .purpose {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-top .purpose {
    padding: 40px 15px 0;
  }
}
.p-top .purpose .purpose_cate_lists {
  display: flex;
  justify-content: space-between;
  margin: 55px auto 0;
}
@media screen and (max-width: 768px) {
  .p-top .purpose .purpose_cate_lists {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 2%;
    margin-top: 30px;
    max-width: 500px;
  }
}
.p-top .purpose .purpose_cate_lists > li {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .p-top .purpose .purpose_cate_lists > li {
    width: 32%;
  }
}
.p-top .purpose .purpose_cate_lists > li:nth-child(even) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-top .purpose .purpose_cate_lists > li:nth-child(even) {
    margin-top: 0;
  }
}
.p-top .purpose .purpose_cate_lists > li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  gap: 15px 0;
}
@media screen and (max-width: 768px) {
  .p-top .purpose .purpose_cate_lists > li > a {
    font-size: 1.3rem;
    gap: 5px 0;
  }
}
.p-top .purpose .purpose_cate_lists > li > a .purpose__img {
  border-radius: 50%;
}
.p-top .purpose .purpose_cate_lists > li > a .purpose__img img {
  width: 100%;
}
.p-top .recipe {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .p-top .recipe {
    margin-top: 40px;
  }
}
.p-top .recipe .recipe__bg {
  background-color: #fffcd9;
  background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/images/recipe_bg_top.jpg"), url("https://gigaplus.makeshop.jp/daikofoodsec/images/recipe_bg_bottom.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center, bottom center;
  padding: 90px 80px 120px;
}
@media screen and (max-width: 768px) {
  .p-top .recipe .recipe__bg {
    background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/images/recipe_bg_top_sp.jpg"), url("https://gigaplus.makeshop.jp/daikofoodsec/images/recipe_bg_bottom_sp.jpg");
    padding: 18vw 0 20vw;
  }
}
.p-top .recipe .recipe_inner {
  max-width: 1100px;
  margin: 0 auto;
}
.p-top .recipe .recipe__ttl {
  font-family: var(--zenmaru);
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: var(--brown);
  position: relative;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-top .recipe .recipe__ttl {
    font-size: 2.2rem;
    text-align: left;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    left: 10px;
  }
}
.p-top .recipe .recipe__ttl .recipe__ttl--img {
  position: absolute;
  width: 220px;
  top: -90px;
  left: 30px;
}
@media screen and (max-width: 768px) {
  .p-top .recipe .recipe__ttl .recipe__ttl--img {
    width: 160px;
    top: -45px;
    left: -98px;
  }
}
@media screen and (max-width: 349px) {
  .p-top .recipe .recipe__ttl .recipe__ttl--img {
    top: -65px;
    left: -85px;
  }
}
.p-top .recipe .recipe__ttl .recipe__ttl--br {
  display: none;
}
@media screen and (max-width: 600px) {
  .p-top .recipe .recipe__ttl .recipe__ttl--br {
    display: inline;
  }
}
.p-top .recipe .recipe_lists {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 0 4%;
}
@media screen and (max-width: 768px) {
  .p-top .recipe .recipe_lists {
    margin-top: 30px;
    width: 100%;
    overflow-x: auto;
    gap: 0 15px;
    padding: 0 25px 10px;
  }
}
.p-top .recipe .recipe_lists > li {
  width: 22%;
}
@media screen and (max-width: 768px) {
  .p-top .recipe .recipe_lists > li {
    width: 155px;
    flex-shrink: 0;
  }
}
.p-top .recipe .recipe_lists > li > a {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-top .recipe .recipe_lists > li > a {
    font-size: 1.1rem;
    gap: 10px 0;
  }
}
.p-top .recipe .recipe_lists > li > a > img {
  width: 100%;
}
.p-top .recipe .recipe_lists .recipe_lists__img {
  aspect-ratio: 1/1;
}
.p-top .recipe .recipe_lists .recipe_lists__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top .recipe .recipe_lists .recipe_lists__product {
  display: none;
}
.p-top .recipe .recipe_lists .recipe__hash {
  display: none;
}
.p-top .recipe .recipe__btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .recipe .recipe__btn {
    margin-top: 20px;
  }
}
.p-top .review {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-top .review {
    padding-top: 40px;
  }
}
.p-top .review .review__lists {
  margin: 40px auto 0;
  display: flex;
  gap: 0 3%;
  overflow: auto;
  scrollbar-color: var(--daiko-red) #edeef0;
  padding-bottom: 20px;
  padding-top: 2px;
}
@media screen and (max-width: 1139px) {
  .p-top .review .review__lists {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-top .review .review__lists {
    margin-top: 25px;
    padding-bottom: 10px;
    scrollbar-color: auto;
    gap: 0 6%;
  }
}
.p-top .review .review__lists > li {
  width: 230px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-top .review .review__lists > li {
    width: 148px;
  }
}
.p-top .review .review__lists > li > a {
  display: flex;
  flex-direction: column;
}
.p-top .review .review__lists > li > a img {
  width: 100%;
}
.p-top .review .review__lists .review__img {
  aspect-ratio: 1/1;
}
.p-top .review .review__lists .review__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top .review .review__lists .review_item__name {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-top .review .review__lists .review_item__name {
    font-size: 1.1rem;
    line-height: 1.7;
  }
}
.p-top .review .review__lists .review_item__price {
  font-size: 1.8rem;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-top .review .review__lists .review_item__price {
    font-size: 1.1rem;
  }
}
.p-top .review .review__lists .review__voice {
  background-color: #f2f8fc;
  padding: 20px 25px;
  margin-top: 15px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-top .review .review__lists .review__voice {
    font-size: 1rem;
    padding: 10px 18px;
    line-height: 1.7;
    margin-top: 10px;
  }
}
.p-top .review .review__btn {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-top .review .review__btn {
    margin-top: 20px;
  }
}
.p-top .news_sns__wrapper {
  margin-top: 120px;
}
@media screen and (max-width: 1139px) {
  .p-top .news_sns__wrapper {
    padding: 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-top .news_sns__wrapper {
    margin-top: 60px;
  }
}
.p-top .news_sns__container {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-top .news_sns__container {
    display: block;
  }
}
.p-top .news_sns__container::after {
  content: "";
  background-color: #c6c6c6;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 900px) {
  .p-top .news_sns__container::after {
    content: none;
  }
}
.p-top .news {
  width: 45%;
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-top .news {
    width: 100%;
    padding-bottom: 40px;
  }
  .p-top .news::after {
    content: "";
    background-color: #c6c6c6;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.p-top .news .b-sec__ttl2 {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-top .news .b-sec__ttl2 {
    text-align: center;
  }
}
.p-top .news .news__lists {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-top .news .news__lists {
    margin-top: 15px;
  }
}
.p-top .news .news__lists > li {
  border-bottom: 1px solid #e0e0e0;
}
.p-top .news .news__lists > li > a {
  display: flex;
  gap: 0 30px;
  font-weight: bold;
  padding: 30px 40px 30px 0;
  position: relative;
  transition: background-color 0.3s;
  font-size: 1.4rem;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .p-top .news .news__lists > li > a {
    padding: 15px 30px 15px 0;
    font-size: 1rem;
    gap: 0 18px;
  }
}
.p-top .news .news__lists > li > a::after {
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/common/images/cate_arrow_red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-top .news .news__lists > li > a::after {
    width: 5px;
    height: 10px;
    right: 12px;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .p-top .news .news__lists > li > a:hover {
    opacity: 0.7;
  }
}
.p-top .news .news__btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .news .news__btn {
    margin-top: 20px;
  }
}
.p-top .sns {
  width: 45%;
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-top .sns {
    width: 100%;
    margin-top: 40px;
  }
}
.p-top .sns::before {
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/images/sns_bg.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  width: 211px;
  height: 211px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-top .sns::before {
    width: 230px;
    width: min(72vw, 250px);
    height: 250px;
    right: -25px;
    bottom: -20px;
  }
}
.p-top .sns .b-sec__ttl2 {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-top .sns .b-sec__ttl2 {
    text-align: center;
  }
}
.p-top .sns .sns_lists {
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .sns .sns_lists {
    margin-top: 15px;
  }
}
.p-top .sns .sns_lists > li {
  border-bottom: 1px solid #e0e0e0;
}
.p-top .sns .sns_lists > li > a {
  display: flex;
  gap: 0 20px;
  align-items: flex-start;
  position: relative;
  padding: 35px 30px 35px 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .p-top .sns .sns_lists > li > a {
    padding: 15px 20px 15px 0;
    gap: 0 18px;
  }
}
.p-top .sns .sns_lists > li > a::after {
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/common/images/cate_arrow_red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-top .sns .sns_lists > li > a::after {
    width: 5px;
    height: 10px;
    right: 12px;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .p-top .sns .sns_lists > li > a:hover {
    opacity: 0.7;
  }
}
.p-top .sns .sns_lists > li > a img {
  height: auto;
  width: 50px;
}
@media screen and (max-width: 768px) {
  .p-top .sns .sns_lists > li > a img {
    width: 40px;
  }
}
.p-top .sns .sns_lists > li > a .sns_txt .sns__copy {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-top .sns .sns_lists > li > a .sns_txt .sns__copy {
    font-size: 1.1rem;
  }
}
.p-top .sns .sns_lists > li > a .sns_txt .sns__name {
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-top .sns .sns_lists > li > a .sns_txt .sns__name {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 1139px) {
  .p-item .item__section {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.p-item .item__section + .item__section {
  margin-top: 120px;
}
.p-item .section__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.p-item .item_list .item_list_head {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-item .item_list .item_list_head {
    margin-top: 30px;
    display: block;
  }
}
.p-item .item_list .item_list_head .item_all {
  display: flex;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-item .item_list .item_list_head .item_all {
    font-size: 1.1rem;
  }
}
.p-item .item_list .item_list_head .item_all dt {
  padding-right: 1em;
  margin-right: 1em;
  position: relative;
}
.p-item .item_list .item_list_head .item_all dt::before {
  content: "";
  background-color: var(--black);
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.p-item .item_list .item_list_head .item_sort {
  display: flex;
  gap: 0 1.5em;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-item .item_list .item_list_head .item_sort {
    font-size: 1.1rem;
    margin-top: 10px;
    gap: 0 1em;
  }
}
.p-item .item_list .item_list_head .item_sort li {
  position: relative;
}
.p-item .item_list .item_list_head .item_sort li::after {
  content: "";
  background-color: var(--black);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-item .item_list .item_list_head .item_sort li:hover::after {
    transform: scaleX(100%);
  }
}
.p-item .item_list .item_list_head .item_sort li.is-current::after {
  transform: scaleX(100%);
}
.p-item .item_list .item_list_result {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-item .item_list .item_list_result {
    margin-top: 20px;
  }
}
.p-item .item_list .item_list_result .item_list_result__lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 60px 4%;
}
@media screen and (max-width: 768px) {
  .p-item .item_list .item_list_result .item_list_result__lists {
    gap: 30px 4%;
  }
}
.p-item .item_list .item_list_result .item_list_result__lists > li {
  width: 22%;
}
@media screen and (max-width: 768px) {
  .p-item .item_list .item_list_result .item_list_result__lists > li {
    width: 48%;
  }
}
.p-item .item_list .item_list_result .item_list_result__lists > li a {
  display: block;
}
.p-item .item_list .item_list_result .item_list_result__lists > li .result_lists__tag {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-item .item_list .item_list_result .item_list_result__lists > li .result_lists__tag {
    margin-top: 5px;
  }
}
.p-item .item_list .item_list_result .item_list_result__lists > li .result_lists__tag > li img {
  display: block;
  width: 70px;
}
@media screen and (max-width: 768px) {
  .p-item .item_list .item_list_result .item_list_result__lists > li .result_lists__tag > li img {
    width: 50px;
  }
}
.p-item .item_list .item_list_result .item_list_result__lists > li .result_lists__img {
  aspect-ratio: 1/1;
  position: relative;
}
.p-item .item_list .item_list_result .item_list_result__lists > li .result_lists__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-item .item_list .item_list_result .item_list_result__lists > li .result_lists__img .soldout_txt {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--line2);
  color: #fff;
  padding: 5px 10px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-item .item_list .item_list_result .item_list_result__lists > li .result_lists__img .soldout_txt {
    font-size: 0.8rem;
  }
}
.p-item .item_list .item_list_result .item_list_result__lists > li .result_lists__name {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-item .item_list .item_list_result .item_list_result__lists > li .result_lists__name {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}
.p-item .item_list .item_list_result .item_list_result__lists > li .result_lists__price {
  margin-top: 5px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-item .item_list .item_list_result .item_list_result__lists > li .result_lists__price {
    font-size: 1.2rem;
  }
}
.p-item .item_list .item_list_result .item_list_result__lists > li .result_lists__price.result_lists__price--strikethrough {
  text-decoration: line-through;
}
.p-item .item_list .item_list_result .item_list_result__lists > li .result_lists__price.result_lists__price--sale {
  margin-top: 0;
  color: var(--daiko-red);
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-item .item_list .item_list_result .item_list_result__lists > li .result_lists__price.result_lists__price--sale {
    font-size: 1.4rem;
  }
}
.p-item .item_list .item_list__empty {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-item .item_list .item_list__empty {
    font-size: 1.3rem;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-item .item {
    max-width: 480px;
    margin: 0 auto;
  }
}
.p-item .item .item__name {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px;
  display: none;
}
@media screen and (max-width: 768px) {
  .p-item .item .item__name {
    display: block;
  }
}
.p-item .item .item_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-item .item .item_top {
    display: block;
  }
}
.p-item .item .item_img {
  width: 40.9%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .p-item .item .item_img {
    width: 100%;
  }
}
.p-item .item .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-item .item .item_img .item_slider {
  position: relative;
  cursor: pointer;
}
.p-item .item .item_img .item_thumbnail {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  gap: 5px 1.25%;
  cursor: pointer;
}
.p-item .item .item_img .item_thumbnail li {
  width: 19%;
}
.p-item .item .item_img .item_slider li, .p-item .item .item_img .item_thumbnail li {
  aspect-ratio: 1/1;
}
.p-item .item .item_img .item_slider li img, .p-item .item .item_img .item_thumbnail li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-item .item .item_img .item-arrow {
  width: 35px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  .p-item .item .item_img .item-arrow {
    width: 25px;
    height: 25px;
  }
}
.p-item .item .item_img .item-arrow::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 1px solid var(--gray);
  border-right: 1px solid var(--gray);
}
@media screen and (max-width: 768px) {
  .p-item .item .item_img .item-arrow::before {
    width: 6px;
    height: 6px;
  }
}
.p-item .item .item_img .item-arrow.item-arrow--prev {
  left: 12px;
}
.p-item .item .item_img .item-arrow.item-arrow--prev::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}
.p-item .item .item_img .item-arrow.item-arrow--next {
  right: 12px;
}
.p-item .item .item_img .item-arrow.item-arrow--next::before {
  transform: translate(-70%, -50%) rotate(45deg);
}
.p-item .item .item__detail {
  width: 54%;
}
@media screen and (max-width: 768px) {
  .p-item .item .item__detail {
    width: 100%;
    margin-top: 15px;
  }
}
.p-item .item .item__detail .item__tag {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 5px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-item .item .item__detail .item__tag {
    margin-bottom: 10px;
  }
}
.p-item .item .item__detail .item__tag li img {
  display: block;
  width: 80px;
}
@media screen and (max-width: 768px) {
  .p-item .item .item__detail .item__tag li img {
    width: 50px;
  }
}
.p-item .item .item__detail .item__ttl {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-item .item .item__detail .item__ttl {
    font-size: 1.3rem;
  }
}
.p-item .item .item__detail .item__hush {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5vw 0.5vw;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-item .item .item__detail .item__hush {
    gap: 7px;
  }
}
.p-item .item .item__detail .item__hush > li {
  flex-shrink: 0;
}
.p-item .item .item__detail .item__hush > li > a {
  border: 1px solid var(--line2);
  border-radius: 6px;
  padding: 4px 10px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-item .item .item__detail .item__hush > li > a {
    font-size: 0.8rem;
    padding: 2px 5px;
    border-radius: 3px;
  }
}
.p-item .item .item__detail .item__price {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-item .item .item__detail .item__price {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
.p-item .item .item__detail .item__price .item__price--mark {
  font-size: 0.8em;
}
.p-item .item .item__detail .item__price .item__price--tax {
  font-size: 0.7em;
  font-weight: 500;
}
.p-item .item .item__detail .item__price.item__price--strikethrough {
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: line-through;
}
@media screen and (max-width: 768px) {
  .p-item .item .item__detail .item__price.item__price--strikethrough {
    font-size: 1.3rem;
  }
}
.p-item .item .item__detail .item__price.item__price--strikethrough .item__price--mark {
  font-size: 1em;
  font-weight: 500;
}
.p-item .item .item__detail .item__price.item__price--strikethrough .item__price--tax {
  font-size: 1em;
  font-weight: 500;
}
.p-item .item .item__detail .item__price.item__price--sale {
  color: var(--daiko-red);
  margin-top: 0;
}
.p-item .item .item__detail .item__point {
  font-size: 1.4rem;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-item .item .item__detail .item__point {
    font-size: 0.9rem;
    margin-top: 5px;
  }
}
.p-item .item .item__detail .item_option__wrapper {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-item .item .item__detail .item_option__wrapper {
    margin-top: 15px;
  }
}
.p-item .item .item__detail .item_option__wrapper + .item_option__wrapper {
  margin-top: 10px;
}
.p-item .item .item__detail .item_option__wrapper.col2 {
  display: flex;
  align-items: center;
}
.p-item .item .item__detail .item_option .makeshop-option-wrap {
  display: flex;
  align-items: center;
}
.p-item .item .item__detail .item_option .makeshop-option-wrap + .makeshop-option-wrap {
  margin-top: 10px;
}
.p-item .item .item__detail .item_option .makeshop-option-label {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-item .item .item__detail .item_option .makeshop-option-label {
    font-size: 1rem;
  }
}
.p-item .item .item__detail .item_option .makeshop-option-select {
  padding: 10px;
  min-width: 100px;
  margin-left: 1vw;
  border: 1px solid var(--line2);
  border-radius: 5px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-item .item .item__detail .item_option .makeshop-option-select {
    padding: 4px;
    font-size: 1rem;
    margin-left: 10px;
    min-width: 60px;
  }
}
.p-item .item .item__detail .item__stock {
  font-size: 1.4rem;
  margin-left: 2vw;
}
@media screen and (max-width: 768px) {
  .p-item .item .item__detail .item__stock {
    font-size: 1rem;
  }
}
.p-item .item .item__detail .item_cart {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-item .item .item__detail .item_cart {
    margin-top: 15px;
  }
}
.p-item .item .item__detail .item_cart .item_cart__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--brown);
  color: #fff;
  padding: 15px 30px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  border: 1px solid var(--brown);
  border-radius: 30px;
  flex-grow: 1;
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .p-item .item .item__detail .item_cart .item_cart__btn {
    padding: 8px 15px;
    font-size: 1rem;
  }
}
.p-item .item .item__detail .item_cart .item_cart__btn::before {
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/common/images/cart_wh.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 20px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .p-item .item .item__detail .item_cart .item_cart__btn::before {
    width: 17px;
    height: 14px;
    margin-right: 10px;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .p-item .item .item__detail .item_cart .item_cart__btn:hover {
    background-color: #fff;
    color: var(--brown);
  }
  .p-item .item .item__detail .item_cart .item_cart__btn:hover::before {
    background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/common/images/cart_br.png");
  }
}
.p-item .item .item__detail .item_cart .item_cart__btn.is-soldout {
  background-color: var(--line1);
  border-color: var(--line1);
  pointer-events: none;
}
.p-item .item .item__detail .item_cart .item__favorite {
  margin-left: 15px;
  width: 53px;
  height: 53px;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-item .item .item__detail .item_cart .item__favorite:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .p-item .item .item__detail .item_cart .item__favorite {
    margin-left: 8px;
    width: 31px;
    height: 31px;
  }
}
.p-item .item .item__detail .item_cart .item__favorite a {
  display: block;
  background-image: url("https://gigaplus.makeshop.jp/daikofoodsec//common/images/favorite_off.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.p-item .item .item__detail .item_cart .item__favorite.is-favorite a {
  background-image: url("https://gigaplus.makeshop.jp/daikofoodsec//common/images/favorite_on.png");
}
.p-item .item .item__detail .item__return {
  margin-top: 20px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-item .item .item__detail .item__return {
    margin-top: 10px;
    font-size: 0.8rem;
  }
}
.p-item .item .item__detail .item__return a {
  text-decoration: underline;
  color: var(--brown);
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-item .item .item__detail .item__return a:hover {
    opacity: 0.7;
  }
}
.p-item .item .item__detail .item__sns {
  margin-top: 20px;
  display: flex;
  gap: 0 1vw;
}
.p-item .item .item__detail .item__contact {
  margin-top: 20px;
}
.p-item .item .item__detail .item__contact a {
  display: block;
  border: 1px solid var(--brown);
  color: var(--brown);
  text-align: center;
  padding: 8px 0;
  position: relative;
  font-size: 1.4rem;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .p-item .item .item__detail .item__contact a {
    font-size: 0.8rem;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .p-item .item .item__detail .item__contact a:hover {
    opacity: 0.7;
  }
}
.p-item .item .item__detail .item__contact a::after {
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/common/images/cate_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 6px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.p-item .item_content {
  margin-top: 100px;
}
.p-item .item_content + .item_content {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-item .item_content + .item_content {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-item .item_content {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
  }
}
.p-item .item_content .content__inner {
  padding: 40px 60px 60px;
}
@media screen and (max-width: 768px) {
  .p-item .item_content .content__inner {
    padding: 30px 30px 50px;
  }
}
.p-item .item_content .content_bg_pink {
  background-color: #fdeeed;
}
.p-item .item_content .content_bg_wh {
  background-color: #fff;
}
.p-item .item_content .bgillust_pork {
  background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/common/images/item_bgillust_pork.png");
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media screen and (max-width: 768px) {
  .p-item .item_content .bgillust_pork {
    background-size: 60%;
  }
}
.p-item .item_content .content_ttl {
  font-family: var(--zenmaru);
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--brown);
}
@media screen and (max-width: 768px) {
  .p-item .item_content .content_ttl {
    font-size: 1.5rem;
  }
}
.p-item .item_content .content__container {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-item .item_content .content__container {
    margin-top: 20px;
  }
}
.p-item .item_content .content_col2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-item .item_content .content_col2 {
    display: block;
  }
}
.p-item .item_content .content_col2 .content_col2_l {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-item .item_content .content_col2 .content_col2_l {
    width: 100%;
  }
}
.p-item .item_content .content_col2 .content_col2_r {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .p-item .item_content .content_col2 .content_col2_r {
    width: 100%;
  }
}
.p-item .item_content .content_col2 .content_col2__txt {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-item .item_content .content_col2 .content_col2__txt {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  .p-item .item_content .content_col2 .content_col2__img {
    margin: 15px auto 0;
    display: block;
  }
}
.p-item .item_content .content_sub {
  margin-top: 30px;
  padding: 20px 40px 20px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-item .item_content .content_sub {
    padding: 15px 20px;
    margin-top: 15px;
  }
}
.p-item .item_content .content_sub .content_sub__ttl {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  margin-left: -20px;
}
@media screen and (max-width: 768px) {
  .p-item .item_content .content_sub .content_sub__ttl {
    margin: 0 auto;
    width: auto;
    height: auto;
    border-radius: 30px;
    font-size: 1rem;
    padding: 5px 0;
  }
  .p-item .item_content .content_sub .content_sub__ttl .br {
    display: none;
  }
}
.p-item .item_content .content_sub .content_sub__txt {
  font-size: 1.6rem;
  line-height: 2;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .p-item .item_content .content_sub .content_sub__txt {
    font-size: 0.9rem;
    margin-left: 0;
    margin-top: 10px;
  }
}
.p-item .item_content .content__btn {
  margin-top: 44px;
}
@media screen and (max-width: 768px) {
  .p-item .item_content .content__btn {
    margin-top: 20px;
  }
}
.p-item .item_content .content__btn .b-link_btn {
  max-width: 311px;
}
@media screen and (max-width: 768px) {
  .p-item .item_content .content__btn .b-link_btn {
    max-width: 185px;
  }
}
.p-item .item_info .info_ttl {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-item .item_info .info_ttl {
    font-size: 1.2rem;
  }
}
.p-item .item_info .info_ttl.margin {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-item .item_info .info_ttl.margin {
    margin-top: 30px;
  }
}
.p-item .item_info .info_txt {
  margin-top: 15px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-item .item_info .info_txt {
    margin-top: 8px;
    font-size: 0.9rem;
  }
}
.p-item .item_info .info_txt.bold {
  font-weight: bold;
}
.p-item .item_info .info_spec {
  margin-top: 20px;
}
.p-item .item_info .info_spec table {
  font-size: 1.2rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-item .item_info .info_spec table {
    font-size: 0.8rem;
  }
}
.p-item .item_info .info_spec table tbody tr {
  border-bottom: 1px solid var(--line2);
}
.p-item .item_info .info_spec table tbody tr th {
  font-weight: 500;
  width: 180px;
  text-align: left;
  padding: 12px 0;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-item .item_info .info_spec table tbody tr th {
    width: 120px;
    padding: 8px 0;
  }
}
.p-item .item_info .info_spec table tbody tr td {
  font-weight: 500;
  padding: 12px 0;
}
@media screen and (max-width: 768px) {
  .p-item .item_info .info_spec table tbody tr td {
    padding: 8px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-item .item_review {
    margin-top: 30px;
  }
}
.p-item .item_review .item_review_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/common/images/border_dot.svg");
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 768px) {
  .p-item .item_review .item_review_head {
    padding-bottom: 8px;
  }
}
.p-item .item_review .item_review_head .item_review__ttl {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-item .item_review .item_review_head .item_review__ttl {
    font-size: 1.2rem;
  }
}
.p-item .item_review .item_review_head .review__score {
  margin-top: 0;
}
.p-item .item_review .item_review_head .reviewRateStar {
  width: 20px;
  height: 19px;
}
@media screen and (max-width: 768px) {
  .p-item .item_review .item_review_head .reviewRateStar {
    width: 14px;
    height: 13px;
  }
}
.p-item .item_review .item_review_head .review-score {
  font-size: 2rem;
  font-weight: bold;
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .p-item .item_review .item_review_head .review-score {
    font-size: 1.4rem;
  }
}
.p-item .item_review .item_review_head .review-score span {
  font-size: 1.4rem;
  margin-left: 0.5em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-item .item_review .item_review_head .review-score span {
    font-size: 0.9rem;
  }
}
.p-item .item_review .item_review_box {
  padding: 30px 0;
  border-bottom: 1px solid var(--line2);
}
@media screen and (max-width: 768px) {
  .p-item .item_review .item_review_box {
    padding: 15px 0;
  }
}
.p-item .item_review .item_review_box .item_review_box__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-item .item_review .item_review_box .item_review_box__top .review__score {
  margin-top: 0;
}
.p-item .item_review .item_review_box .item_review_box__top .reviewRateStar {
  width: 15px;
  height: 14px;
}
@media screen and (max-width: 768px) {
  .p-item .item_review .item_review_box .item_review_box__top .reviewRateStar {
    width: 11px;
    height: 10px;
  }
}
.p-item .item_review .item_review_box .item_review_box__top .review-score {
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .p-item .item_review .item_review_box .item_review_box__top .review-score {
    font-size: 1.1rem;
  }
}
.p-item .item_review .item_review_box .item_review_box__name {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-item .item_review .item_review_box .item_review_box__name {
    font-size: 1rem;
  }
}
.p-item .item_review .item_review_box .item_review__txt {
  margin-top: 15px;
  line-height: 1.7;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-item .item_review .item_review_box .item_review__txt {
    margin-top: 10px;
    font-size: 0.9rem;
  }
}
.p-item .item_review .item_review_box .item_review__date {
  margin-top: 5px;
  color: var(--line2);
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-item .item_review .item_review_box .item_review__date {
    font-size: 0.8rem;
  }
}
.p-item .item_review .item_review_btn__wrapper {
  margin: 30px auto 0;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .p-item .item_review .item_review_btn__wrapper {
    margin-top: 20px;
    max-width: 260px;
  }
}
.p-item .item_review .item_review_btn__wrapper:first-child {
  margin-top: 0;
}
.p-item .item_review .item_review_btn__wrapper .review__btn a {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
  color: var(--daiko-red);
  border: 1px solid var(--daiko-red);
  padding: 10px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .p-item .item_review .item_review_btn__wrapper .review__btn a {
    font-size: 0.9rem;
    padding: 5px 20px;
  }
}
@media screen and (max-width: 350px) {
  .p-item .item_review .item_review_btn__wrapper .review__btn a {
    width: 100%;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .p-item .item_review .item_review_btn__wrapper .review__btn a:hover {
    opacity: 0.7;
  }
}
.p-item .item_review .item_review_btn__wrapper .review__btn a::after {
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/common/images/cate_arrow_red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-item .item_review .item_review_btn__wrapper .review__btn a::after {
    width: 5px;
    height: 10px;
    right: 12px;
  }
}
.p-item .item_review .item_review_btn__wrapper .review__btn.review__btn--red a {
  background-color: var(--daiko-red);
  color: #fff;
}
.p-item .item_review .item_review_btn__wrapper .review__btn.review__btn--red a::after {
  background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/common/images/cate_arrow_wh.svg");
}
.p-item .item_review .item_review_btn__wrapper .review__btn + .review__btn {
  margin-top: 20px;
}

.p-under .breadcrumb {
  padding-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .p-under .breadcrumb {
    padding-bottom: 20px;
  }
}
.p-under .breadcrumb ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.p-under .breadcrumb ul li {
  font-size: 1.2rem;
  line-height: 1.5;
  white-space: nowrap;
  position: relative;
  color: #b3b3b3;
}
@media screen and (max-width: 768px) {
  .p-under .breadcrumb ul li {
    max-width: 20em;
    padding: 0.5em 0;
    font-size: 0.8rem;
  }
}
.p-under .breadcrumb ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.8em;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--line1);
  border-right: 1px solid var(--line1);
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-under .breadcrumb ul li::after {
    width: 4px;
    height: 4px;
  }
}
.p-under .breadcrumb ul li:last-of-type::after {
  display: none;
}
.p-under .breadcrumb ul li.is-current {
  color: var(--brown);
}
.p-under .breadcrumb ul a {
  text-decoration: underline;
  margin-right: 1em;
  padding-right: 1em;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-under .breadcrumb ul a:hover {
    opacity: 0.7;
  }
}
.p-under .under-ttl {
  font-size: 2.2rem;
  font-family: var(--zenmaru);
  font-weight: bold;
  color: var(--brown);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.3em;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-under .under-ttl {
    font-size: 1.8rem;
  }
}
.p-under .under-ttl::before, .p-under .under-ttl::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: var(--brown);
}
@media screen and (max-width: 768px) {
  .p-under .under-ttl::before, .p-under .under-ttl::after {
    height: 1px;
    width: 15px;
  }
}
.p-under .pager {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-under .pager {
    margin-top: 30px;
  }
}
.p-under .pager .pager__lists {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 25px;
}
@media screen and (max-width: 768px) {
  .p-under .pager .pager__lists {
    gap: 0 20px;
  }
}
.p-under .pager .pager__lists .pager__num a {
  display: block;
  font-size: 2rem;
  color: var(--daiko-red);
  font-size: 1.4rem;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .p-under .pager .pager__lists .pager__num a {
    font-size: 1.2rem;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .p-under .pager .pager__lists .pager__num a:hover {
    opacity: 0.7;
  }
}
.p-under .pager .pager__lists .pager__num.is-current a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--daiko-red);
  color: #fff;
  pointer-events: none;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-under .pager .pager__lists .pager__num.is-current a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .p-under .pager .pager__lists .pager__num.is-current a {
    width: 25px;
    height: 25px;
  }
}
.p-under .pager .pager__lists .pager__btn a {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid var(--daiko-red);
  border-radius: 50%;
  position: relative;
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .p-under .pager .pager__lists .pager__btn a {
    width: 25px;
    height: 25px;
  }
}
.p-under .pager .pager__lists .pager__btn a::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 1px solid var(--daiko-red);
  border-right: 1px solid var(--daiko-red);
}
@media screen and (max-width: 768px) {
  .p-under .pager .pager__lists .pager__btn a::before {
    width: 4px;
    height: 4px;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .p-under .pager .pager__lists .pager__btn a:hover {
    background-color: var(--daiko-red);
  }
  .p-under .pager .pager__lists .pager__btn a:hover::before {
    border-color: #fff;
  }
}
.p-under .pager .pager__lists .pager__btn.pager__btn--prev a::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}
.p-under .pager .pager__lists .pager__btn.pager__btn--next a::before {
  transform: translate(-70%, -50%) rotate(45deg);
}

@media screen and (max-width: 1139px) {
  .p-news .news__section {
    padding: 0 25px;
  }
}
.p-news .section__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.p-news .news_container .news_lists__wrapper {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-news .news_container .news_lists__wrapper {
    margin-top: 20px;
  }
}
.p-news .news_container .news_lists__wrapper .news_lists > li {
  border-bottom: 1px solid #e0e0e0;
}
.p-news .news_container .news_lists__wrapper .news_lists > li > a {
  display: flex;
  gap: 0 40px;
  font-weight: bold;
  padding: 30px 40px 30px 10px;
  position: relative;
  transition: background-color 0.3s;
  font-size: 1.4rem;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .p-news .news_container .news_lists__wrapper .news_lists > li > a {
    padding: 15px 30px 15px 5px;
    font-size: 1rem;
    gap: 0 18px;
  }
}
.p-news .news_container .news_lists__wrapper .news_lists > li > a::after {
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/common/images/cate_arrow_red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-news .news_container .news_lists__wrapper .news_lists > li > a::after {
    width: 5px;
    height: 10px;
    right: 12px;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .p-news .news_container .news_lists__wrapper .news_lists > li > a:hover {
    opacity: 0.7;
  }
}
.p-news .news_container .news_lists__empty {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-news .news_container .news_lists__empty {
    font-size: 1.4rem;
    margin-top: 30px;
  }
}
.p-news .news .news_time {
  display: block;
  font-size: 1.4rem;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-news .news .news_time {
    font-size: 1rem;
    margin-top: 5px;
  }
}
.p-news .news .b-sec__ttl2 {
  text-align: left;
}
.p-news .news .news_content {
  font-size: 1.6rem;
  border-top: 1px solid var(--line1);
  margin-top: 40px;
  padding: 40px 0;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-news .news .news_content {
    font-size: 1.2rem;
    margin-top: 20px;
    padding: 20px 0;
  }
}
.p-news .news .news_content h1 {
  font-size: 2.4rem;
}
.p-news .news .news_content h2 {
  font-size: 2rem;
}
.p-news .news .news_content h3 {
  font-size: 1.8rem;
}
.p-news .news .news_content a {
  text-decoration: underline;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-news .news .news_content a:hover {
    opacity: 0.7;
  }
}
.p-news .news .news_content ul {
  padding-left: 2em;
  list-style: disc;
}
.p-news .news .news_content ol {
  padding-left: 2em;
  list-style: decimal;
}
.p-news .news .news_content table {
  border: 1px solid var(--line2);
}
.p-news .news .news_content th, .p-news .news .news_content td {
  border: 1px solid var(--line2);
  padding: 3px 5px;
}
.p-news .news .news_content .marker {
  background-color: #ffef91;
}
.p-news .news .news_pager {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-news .news .news_pager {
    margin-top: 20px;
  }
}
.p-news .news .news_pager .news_pager__lists {
  display: flex;
  justify-content: space-between;
}
.p-news .news .news_pager .news_pager__lists li {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-news .news .news_pager .news_pager__lists li {
    font-size: 1rem;
  }
}
.p-news .news .news_pager .news_pager__lists li a {
  transition: opacity 0.3s;
  position: relative;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-news .news .news_pager .news_pager__lists li a:hover {
    opacity: 0.7;
  }
}
.p-news .news .news_pager .news_pager__lists li a::before {
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid var(--line2);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-news .news .news_pager .news_pager__lists li a::before {
    width: 20px;
    height: 20px;
  }
}
.p-news .news .news_pager .news_pager__lists li a::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  border-top: 1px solid var(--line2);
  border-right: 1px solid var(--line2);
  top: 50%;
}
@media screen and (max-width: 768px) {
  .p-news .news .news_pager .news_pager__lists li a::after {
    width: 4px;
    height: 4px;
  }
}
.p-news .news .news_pager .news_pager__lists li a.prev {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .p-news .news .news_pager .news_pager__lists li a.prev {
    padding-left: 30px;
  }
}
.p-news .news .news_pager .news_pager__lists li a.prev::before {
  left: 0;
}
.p-news .news .news_pager .news_pager__lists li a.prev::after {
  left: 14px;
  transform: translateY(-50%) rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .p-news .news .news_pager .news_pager__lists li a.prev::after {
    left: 10px;
  }
}
.p-news .news .news_pager .news_pager__lists li a.next {
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .p-news .news .news_pager .news_pager__lists li a.next {
    padding-right: 30px;
  }
}
.p-news .news .news_pager .news_pager__lists li a.next::before {
  right: 0;
}
.p-news .news .news_pager .news_pager__lists li a.next::after {
  right: 14px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-news .news .news_pager .news_pager__lists li a.next::after {
    right: 10px;
  }
}
.p-news .news .news__btn {
  margin-top: 40px;
}

@media screen and (max-width: 1139px) {
  .p-review .review__section {
    padding: 0 25px;
  }
}
.p-review .section__inner {
  margin: 0 auto;
}
.p-review .review_container .review_item__wrapper {
  margin-top: 20px;
}
.p-review .review_container .review_item__wrapper a {
  display: block;
}
.p-review .review_container .review_item {
  display: flex;
  padding: 30px;
  gap: 0 20px;
  background-color: #fdeeed;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-review .review_container .review_item {
    padding: 10px 20px 10px 10px;
    gap: 0 10px;
  }
}
.p-review .review_container .review_item::after {
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/common/images/cate_arrow_red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-review .review_container .review_item::after {
    width: 5px;
    height: 10px;
    right: 12px;
  }
}
.p-review .review_container .review_item .review_item__img {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .p-review .review_container .review_item .review_item__img {
    width: 30%;
  }
}
.p-review .review_container .review_item .review_item__img .b-zoom_img {
  aspect-ratio: 1/1;
}
.p-review .review_container .review_item .review_item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-review .review_container .review_item .review_item__info .review_item__name {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-review .review_container .review_item .review_item__info .review_item__name {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-review .review_container .review_item .review_item__info .review__score {
    flex-wrap: wrap;
  }
}
.p-review .review_container .review_item .review_item__info .review__score .review_ttl {
  font-weight: bold;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-review .review_container .review_item .review_item__info .review__score .review_ttl {
    width: 100%;
  }
}
.p-review .review_container .review_item .review_item__info .review__score .reviewRateStar {
  width: 20px;
  height: 19px;
}
@media screen and (max-width: 768px) {
  .p-review .review_container .review_item .review_item__info .review__score .reviewRateStar {
    width: 14px;
    height: 13px;
  }
}
.p-review .review_container .review_item .review_item__info .review__score .review-score {
  font-size: 2rem;
  font-weight: bold;
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .p-review .review_container .review_item .review_item__info .review__score .review-score {
    font-size: 1.4rem;
  }
}
.p-review .review_container .review_item .review_item__info .review__score .review-score span {
  font-size: 1.4rem;
  margin-left: 0.5em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-review .review_container .review_item .review_item__info .review__score .review-score span {
    font-size: 0.9rem;
  }
}
.p-review .review_container .review_lists {
  margin: 40px auto 0;
  max-width: 700px;
}
@media screen and (max-width: 768px) {
  .p-review .review_container .review_lists {
    margin-top: 20px;
  }
}
.p-review .review_container .review_box {
  padding: 30px 0;
  border-bottom: 1px solid var(--line2);
}
@media screen and (max-width: 768px) {
  .p-review .review_container .review_box {
    padding: 15px 0;
  }
}
.p-review .review_container .review_box .review_box__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-review .review_container .review_box .review_box__top .review__score {
  margin-top: 0;
}
.p-review .review_container .review_box .review_box__top .reviewRateStar {
  width: 15px;
  height: 14px;
}
@media screen and (max-width: 768px) {
  .p-review .review_container .review_box .review_box__top .reviewRateStar {
    width: 11px;
    height: 10px;
  }
}
.p-review .review_container .review_box .review_box__top .review-score {
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .p-review .review_container .review_box .review_box__top .review-score {
    font-size: 1.1rem;
  }
}
.p-review .review_container .review_box .review_box__name {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-review .review_container .review_box .review_box__name {
    font-size: 1rem;
  }
}
.p-review .review_container .review_box .review__txt {
  margin-top: 15px;
  line-height: 1.7;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-review .review_container .review_box .review__txt {
    margin-top: 10px;
    font-size: 0.9rem;
  }
}
.p-review .review_container .review_box .review__date {
  margin-top: 5px;
  color: var(--line2);
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-review .review_container .review_box .review__date {
    font-size: 0.8rem;
  }
}
.p-review .review_container .review_box_all {
  display: flex;
}
.p-review .review_container .review_box_all .review_all__img {
  width: 20%;
}
.p-review .review_container .review_box_all .review_all__img a {
  display: block;
}
.p-review .review_container .review_box_all .review_all__img .b-zoom_img {
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .p-review .review_container .review_box_all .review_all__img {
    width: 30%;
  }
}
.p-review .review_container .review_box_all .review_all__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-review .review_container .review_box_all .review_all__info {
  margin-left: 20px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .p-review .review_container .review_box_all .review_all__info {
    margin-left: 10px;
    width: 70%;
  }
}
.p-review .review_container .review_box_all .review_all__ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-review .review_container .review_box_all .review_all__ttl {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.p-review .review_container .review_box_all .review_all__ttl a {
  text-decoration: underline;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-review .review_container .review_box_all .review_all__ttl a:hover {
    opacity: 0.7;
  }
}
.p-review .review_container .review_box_all .review__btn a {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
  color: var(--daiko-red);
  border: 1px solid var(--daiko-red);
  padding: 8px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 245px;
  margin-top: 10px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .p-review .review_container .review_box_all .review__btn a {
    font-size: 0.9rem;
    padding: 5px 20px;
  }
}
@media screen and (max-width: 350px) {
  .p-review .review_container .review_box_all .review__btn a {
    width: 100%;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .p-review .review_container .review_box_all .review__btn a:hover {
    opacity: 0.7;
  }
}
.p-review .review_container .review_box_all .review__btn a::after {
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/common/images/cate_arrow_red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-review .review_container .review_box_all .review__btn a::after {
    width: 5px;
    height: 10px;
    right: 12px;
  }
}
.p-review .review_container .review__count {
  font-size: 1.4rem;
  margin: 20px auto 0;
  max-width: 700px;
}
@media screen and (max-width: 768px) {
  .p-review .review_container .review__count {
    font-size: 1rem;
    margin-top: 10px;
  }
}
.p-review .review_container .review_lists__empty {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-review .review_container .review_lists__empty {
    font-size: 1.3rem;
    margin-top: 30px;
  }
}
.p-review .review_container .to_review__btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-review .review_container .to_review__btn {
    margin-top: 20px;
  }
}
.p-review .review_container .to_review__btn a {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
  background-color: var(--daiko-red);
  border: 1px solid var(--daiko-red);
  padding: 10px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  position: relative;
  margin: 0 auto;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-review .review_container .to_review__btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .p-review .review_container .to_review__btn a {
    font-size: 0.9rem;
    padding: 5px 20px;
    width: 240px;
  }
}
.p-review .review_container .to_review__btn a::after {
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/common/images/cate_arrow_red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/common/images/cate_arrow_wh.svg");
}
@media screen and (max-width: 768px) {
  .p-review .review_container .to_review__btn a::after {
    width: 5px;
    height: 10px;
    right: 12px;
  }
}
.p-review .review_container .review_form {
  margin: 40px auto 0;
  max-width: 700px;
}
@media screen and (max-width: 768px) {
  .p-review .review_container .review_form {
    margin-top: 30px;
  }
}
.p-review .review_container .review_form .review_form_lists {
  display: flex;
  align-items: flex-start;
  gap: 0 20px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-review .review_container .review_form .review_form_lists {
    display: block;
    font-size: 1rem;
  }
}
.p-review .review_container .review_form .review_form_lists + .review_form_lists {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-review .review_container .review_form .review_form_lists + .review_form_lists {
    margin-top: 15px;
  }
}
.p-review .review_container .review_form .review_form_lists dt {
  width: 100px;
  flex-shrink: 0;
  margin-top: 7px;
  font-weight: bold;
}
.p-review .review_container .review_form .review_form_lists dd {
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .p-review .review_container .review_form .review_form_lists dd {
    margin-top: 10px;
  }
}
.p-review .review_container .review_form .review_form_lists dd input, .p-review .review_container .review_form .review_form_lists dd textarea {
  width: 100%;
  border: 1px solid var(--line2);
  border-radius: 4px;
  padding: 5px 10px;
}
@media screen and (max-width: 768px) {
  .p-review .review_container .review_form .review_form_lists dd input, .p-review .review_container .review_form .review_form_lists dd textarea {
    padding: 2px 5px;
  }
}
.p-review .review_container .review_form .review_form_lists dd input:focus-visible, .p-review .review_container .review_form .review_form_lists dd textarea:focus-visible {
  box-shadow: none;
}
.p-review .review_container .review_form .review_form_lists .review_form__notes {
  font-size: 1.2rem;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-review .review_container .review_form .review_form_lists .review_form__notes {
    font-size: 0.8rem;
  }
}
.p-review .review_container .review_form .review_form_lists .review_form__notes.text_right {
  text-align: right;
}
.p-review .review_container .review_form .review_form_lists .reviewRateStar {
  width: 20px;
  height: 19px;
}
@media screen and (max-width: 768px) {
  .p-review .review_container .review_form .review_form_lists .reviewRateStar {
    width: 14px;
    height: 13px;
  }
}

@media screen and (max-width: 1139px) {
  .p-cart .cart__section {
    padding: 0 25px;
  }
}
.p-cart .section__inner {
  margin: 0 auto;
}
.p-cart .cart__contents .cart__contents__txt {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-cart .cart__contents .cart__contents__txt {
    font-size: 1.2rem;
  }
}
.p-cart .cart__table {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-cart .cart__table {
    margin-top: 20px;
  }
}
.p-cart .cart__table .cart__table__head {
  display: flex;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-cart .cart__table .cart__table__head {
    display: none;
  }
}
.p-cart .cart__table .cart__table__head .head__title {
  font-size: 1.4rem;
  text-align: center;
}
.p-cart .cart__table .cart__table__head .head__title.head__title--name {
  width: 40%;
}
.p-cart .cart__table .cart__table__head .head__title.head__title--price {
  width: 30%;
}
.p-cart .cart__table .cart__table__head .head__title.head__title--qty {
  width: 20%;
}
.p-cart .cart__table .cart__table__head .head__title.head__title--remove {
  width: 10%;
}
.p-cart .cart__table__contents {
  border-top: 1px solid var(--line2);
}
.p-cart .cart__lists > li {
  display: flex;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid var(--line2);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-cart .cart__lists > li {
    padding: 20px 0;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px 0;
    min-height: 140px;
  }
}
.p-cart .cart__lists .cart__lists__img {
  width: 12%;
}
@media screen and (max-width: 768px) {
  .p-cart .cart__lists .cart__lists__img {
    width: 100px;
    position: absolute;
    top: 20px;
    left: 0;
  }
}
.p-cart .cart__lists .cart__lists__img a {
  display: block;
}
.p-cart .cart__lists .cart__lists__item {
  width: 28%;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-cart .cart__lists .cart__lists__item {
    width: 100%;
    padding-left: 110px;
  }
}
.p-cart .cart__lists .cart__lists__item .cart__lists__tag {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin-bottom: 10px;
}
.p-cart .cart__lists .cart__lists__item .cart__lists__tag > li img {
  display: block;
  width: 60px;
}
@media screen and (max-width: 768px) {
  .p-cart .cart__lists .cart__lists__item .cart__lists__tag > li img {
    width: 50px;
  }
}
.p-cart .cart__lists .cart__lists__item .cart__lists__name {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-cart .cart__lists .cart__lists__item .cart__lists__name {
    font-size: 1.2rem;
  }
}
.p-cart .cart__lists .cart__lists__item .cart__lists__name a {
  display: block;
  text-decoration: underline;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-cart .cart__lists .cart__lists__item .cart__lists__name a:hover {
    opacity: 0.7;
  }
}
.p-cart .cart__lists .cart__lists__item .cart__lists__option {
  font-size: 1.2rem;
  margin-top: 10px;
}
.p-cart .cart__lists .cart__lists__price {
  width: 30%;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-cart .cart__lists .cart__lists__price {
    width: auto;
    font-size: 1.2rem;
    margin-top: 3px;
  }
}
.p-cart .cart__lists .cart__lists__price .cart__lists__point {
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-cart .cart__lists .cart__lists__price .cart__lists__point {
    margin-top: 0;
  }
}
.p-cart .cart__lists .cart__lists__qty {
  width: 20%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0 10px;
}
@media screen and (max-width: 768px) {
  .p-cart .cart__lists .cart__lists__qty {
    width: auto;
    justify-content: flex-end;
    margin-left: 10px;
  }
}
.p-cart .cart__lists .cart__lists__qty input {
  font-size: 1.4rem;
  max-width: 3em;
  padding-left: 5px;
}
@media screen and (max-width: 768px) {
  .p-cart .cart__lists .cart__lists__qty input {
    font-size: 1rem;
  }
}
.p-cart .cart__lists .cart__lists__qty input:focus-visible {
  box-shadow: none;
}
.p-cart .cart__lists .cart__lists__qty .qty_update_btn {
  height: 100%;
}
.p-cart .cart__lists .cart__lists__qty .qty_update_btn a {
  display: block;
  background-color: #fff;
  border: 1px solid var(--daiko-red);
  color: var(--daiko-red);
  border-radius: 30px;
  padding: 5px 10px;
  font-size: 1.4rem;
  height: 100%;
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .p-cart .cart__lists .cart__lists__qty .qty_update_btn a {
    font-size: 1rem;
    padding: 3px 10px;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .p-cart .cart__lists .cart__lists__qty .qty_update_btn a:hover {
    background-color: var(--daiko-red);
    color: #fff;
  }
}
.p-cart .cart__lists .cart__lists__remove {
  width: 10%;
}
@media screen and (max-width: 768px) {
  .p-cart .cart__lists .cart__lists__remove {
    position: absolute;
    width: auto;
    top: 10px;
    left: -10px;
  }
}
.p-cart .cart__lists .cart__lists__remove a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--line3);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-cart .cart__lists .cart__lists__remove a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .p-cart .cart__lists .cart__lists__remove a {
    width: auto;
    height: auto;
    border-radius: 20px;
    font-size: 1.2rem;
    padding: 3px 7px;
  }
}
.p-cart .cart__lists .cart__lists__remove span {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-cart .cart__lists .cart__lists__remove span {
    display: block;
  }
}
.p-cart .cart__table__foot {
  margin-top: 20px;
}
.p-cart .cart__table__foot .cart__total {
  text-align: right;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-cart .cart__table__foot .cart__total {
    font-size: 1.2rem;
  }
}
.p-cart .cart__table__foot .cart__total p + p {
  margin-top: 5px;
}
.p-cart .cart__table__foot .cart__total__price {
  font-size: 2.4rem;
  color: var(--daiko-red);
}
@media screen and (max-width: 768px) {
  .p-cart .cart__table__foot .cart__total__price {
    font-size: 1.8rem;
  }
}
.p-cart .cart__table__foot .cart__shipping {
  border: 1px solid var(--black);
  border-radius: 3px;
  display: inline-block;
  padding: 0 10px;
}
.p-cart .cart_info {
  background-color: #f5f5f5;
  margin-top: 40px;
  padding: 30px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-cart .cart_info {
    font-size: 1rem;
    padding: 20px;
  }
}
.p-cart .cart_info p + p {
  margin-top: 5px;
}
.p-cart .cart_info .cart_info__text {
  font-size: 1.6rem;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-cart .cart_info .cart_info__text {
    font-size: 1.2rem;
  }
}
.p-cart .cart_info .cart_info__lists {
  margin-bottom: 10px;
  border-bottom: 1px solid var(--line2);
  padding-bottom: 10px;
  margin-top: 5px;
}
.p-cart .cart__order {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-cart .cart__order {
    margin-top: 20px;
    flex-direction: column;
    gap: 10px 0;
  }
}
.p-cart .cart__order .b-link_btn {
  width: 245px;
}
.p-cart .cart__empty .cart__empty__txt {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-cart .cart__empty .cart__empty__txt {
    font-size: 1.3rem;
    margin-top: 30px;
  }
}
.p-cart .cart__empty .cart__empty__btn {
  margin-top: 40px;
}

@media screen and (max-width: 1139px) {
  .p-policy .policy__section {
    padding: 0 25px;
  }
}
.p-policy .policy__wrapper .policy {
  font-size: 1.4rem;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-policy .policy__wrapper .policy {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}
.p-policy .policy__wrapper .policy .policy_content {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-policy .policy__wrapper .policy .policy_content {
    margin-top: 20px;
  }
}
.p-policy .policy__wrapper .policy .policy_content ul {
  line-height: 1.75;
  margin-top: 5px;
}
.p-policy .policy__wrapper .policy .policy_content ul li {
  position: relative;
  padding-left: 0.8em;
}
.p-policy .policy__wrapper .policy .policy_content ul li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-color: var(--line1);
  position: absolute;
  border-radius: 30px;
  top: 0.6em;
  left: 0;
}
.p-policy .policy__wrapper .policy .policy__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--line2);
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .p-policy .policy__wrapper .policy .policy__ttl {
    font-size: 1.4rem;
  }
}
.p-policy .policy__wrapper .policy_info {
  margin-top: 40px;
  background-color: #fdeeed;
  padding: 20px;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-policy .policy__wrapper .policy_info {
    font-size: 1.2rem;
    margin-top: 20px;
  }
}
.p-policy .policy__wrapper .policy_info .policy_info__company {
  font-size: 1.6rem;
  font-weight: bold;
}
.p-policy .policy__wrapper .policy_info .policy_info__lists {
  display: flex;
  gap: 0 20px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-policy .policy__wrapper .policy_info .policy_info__lists {
    display: block;
  }
}
.p-policy .policy__wrapper .policy_info .policy_info__lists li {
  display: flex;
}
.p-policy .policy__wrapper .policy_info .policy_info__mail img {
  width: 153px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-policy .policy__wrapper .policy_info .policy_info__mail img {
    width: 134px;
  }
}

@media screen and (max-width: 1139px) {
  .p-business .business__section {
    padding: 0 25px;
  }
}
.p-business .business {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-business .business {
    font-size: 1.2rem;
  }
}
.p-business .business .business_content {
  margin-top: 40px;
}
.p-business .business .business__ttl {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-business .business .business__ttl {
    font-size: 1.6rem;
  }
}
.p-business .business .business_lists {
  margin-top: 10px;
  border-top: 1px solid var(--line1);
}
@media screen and (max-width: 768px) {
  .p-business .business .business_lists {
    border: none;
  }
}
.p-business .business .business_lists .business_lists__item {
  display: flex;
  border-bottom: 1px solid var(--line1);
}
@media screen and (max-width: 768px) {
  .p-business .business .business_lists .business_lists__item {
    display: block;
    border: none;
  }
}
.p-business .business .business_lists .business_lists__item > dt {
  width: 30%;
  background-color: #fdeeed;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-business .business .business_lists .business_lists__item > dt {
    width: 100%;
    padding: 5px 10px;
  }
}
.p-business .business .business_lists .business_lists__item > dd {
  width: 70%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .p-business .business .business_lists .business_lists__item > dd {
    width: 100%;
    padding: 10px;
  }
}
.p-business .business .business_lists .business_lists__item li {
  position: relative;
  padding-left: 0.8em;
}
.p-business .business .business_lists .business_lists__item li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-color: var(--line1);
  position: absolute;
  border-radius: 30px;
  top: 0.4em;
  left: 0;
}
.p-business .business .business_lists .business_lists__mail img {
  width: 103px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-business .business .business_lists .business_lists__mail img {
    width: 90px;
  }
}

@media screen and (max-width: 1139px) {
  .p-guide .guide__section {
    padding: 0 25px;
  }
}
.p-guide .guide .guide_content {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-guide .guide .guide_content {
    margin-top: 40px;
  }
}
.p-guide .guide .guide_content + .guide_content {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-guide .guide .guide_content + .guide_content {
    margin-top: 60px;
  }
}
.p-guide .guide .guide_anchor {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-guide .guide .guide_anchor {
    margin-top: 20px;
  }
}
.p-guide .guide .guide_anchor .guide_anchor_lists {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 1%;
}
@media screen and (max-width: 768px) {
  .p-guide .guide .guide_anchor .guide_anchor_lists {
    gap: 10px 2%;
  }
}
.p-guide .guide .guide_anchor .guide_anchor_lists li {
  width: 24.25%;
}
@media screen and (max-width: 768px) {
  .p-guide .guide .guide_anchor .guide_anchor_lists li {
    width: 49%;
  }
}
.p-guide .guide .guide_anchor .guide_anchor_lists li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line3);
  border-radius: 30px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 5px 20px;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-guide .guide .guide_anchor .guide_anchor_lists li a {
    font-size: 1rem;
  }
}
.p-guide .guide .guide_anchor .guide_anchor_lists li a::after {
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/common/images/cate_arrow_red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 768px) {
  .p-guide .guide .guide_anchor .guide_anchor_lists li a::after {
    width: 5px;
    height: 10px;
    right: 12px;
  }
}
.p-guide .guide .guide__sub_ttl {
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #fdeeed;
  padding: 5px 20px;
}
@media screen and (max-width: 768px) {
  .p-guide .guide .guide__sub_ttl {
    font-size: 1.4rem;
    padding: 5px 10px;
  }
}
.p-guide .guide .guide__sub_ttl02 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .p-guide .guide .guide__sub_ttl02 {
    font-size: 1.4rem;
  }
}
.p-guide .guide .guide__txt {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.p-guide .guide .guide_intro {
  margin-top: 20px;
}
.p-guide .guide .guide_intro .guide_intro__box + .guide_intro__box {
  margin-top: 20px;
}
.p-guide .guide .guide_intro .guide_intro__txt {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.75;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .p-guide .guide .guide_intro .guide_intro__txt {
    padding: 0 10px;
    font-size: 1.2rem;
  }
}
.p-guide .guide .guide_intro .guide_intro__img {
  display: flex;
  max-width: 720px;
  margin: 20px auto 0;
  gap: 0 10px;
}
@media screen and (max-width: 768px) {
  .p-guide .guide .guide_intro .guide_intro__img {
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 4%;
    padding: 0 10px;
  }
  .p-guide .guide .guide_intro .guide_intro__img div {
    width: 48%;
  }
}
.p-guide .guide .guide_intro .guide_intro__img img {
  width: 100%;
}
.p-guide .guide .guide_lists01 {
  border-top: 1px solid var(--line1);
}
@media screen and (max-width: 768px) {
  .p-guide .guide .guide_lists01 {
    border: none;
  }
}
.p-guide .guide .guide_lists01 .guide_lists__item {
  display: flex;
  border-bottom: 1px solid var(--line1);
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-guide .guide .guide_lists01 .guide_lists__item {
    display: block;
    border: none;
    font-size: 1.2rem;
  }
}
.p-guide .guide .guide_lists01 .guide_lists__item > dt {
  width: 30%;
  background-color: #fdeeed;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-guide .guide .guide_lists01 .guide_lists__item > dt {
    width: 100%;
    padding: 5px 10px;
  }
}
.p-guide .guide .guide_lists01 .guide_lists__item > dd {
  width: 70%;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-guide .guide .guide_lists01 .guide_lists__item > dd {
    width: 100%;
    padding: 10px;
  }
}
.p-guide .guide .guide_lists02 {
  list-style-type: none;
}
.p-guide .guide .guide_lists02 li + li {
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-guide .guide .guide_lists02 li + li {
    margin-top: 30px;
  }
}
.p-guide .guide .guide_lists02 li + li::before {
  content: "";
  background-color: var(--daiko-red);
  width: 30px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  top: -26px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-guide .guide .guide_lists02 li + li::before {
    width: 20px;
    height: 10px;
    top: -20px;
  }
}
.p-guide .guide .guide_lists02 .guide_lists02_col2 {
  display: flex;
  gap: 0 20px;
  margin-top: 20px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .p-guide .guide .guide_lists02 .guide_lists02_col2 {
    flex-direction: column-reverse;
    gap: 10px 0;
    margin-top: 10px;
    padding: 0 10px;
  }
}
.p-guide .guide .guide_lists02 .guide_lists02_col2 img {
  border: 2px solid var(--line3);
  width: 55%;
}
@media screen and (max-width: 768px) {
  .p-guide .guide .guide_lists02 .guide_lists02_col2 img {
    width: 100%;
    max-width: 500px;
  }
}
.p-guide .guide .guide_lists02 .guide_lists02_col2 .guide_lists02_col2__txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-guide .guide .guide_lists02 .guide_lists02_col2 .guide_lists02_col2__txt {
    font-size: 1.2rem;
  }
}
.p-guide .guide .guide_lists03 > li + li {
  margin-top: 20px;
}
.p-guide .guide .guide_lists03 .guide_lists03_box {
  margin-top: 10px;
  font-size: 1.4rem;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .p-guide .guide .guide_lists03 .guide_lists03_box {
    padding: 0 10px;
    font-size: 1.2rem;
  }
}
.p-guide .guide .guide_lists03 .guide_lists03_box .guide_lists03_box__img {
  max-width: 500px;
  padding: 10px 0;
}
.p-guide .guide .guide_lists04 {
  border-top: 1px solid var(--line1);
}
.p-guide .guide .guide_lists04 .guide_lists__item {
  display: flex;
  border-bottom: 1px solid var(--line1);
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-guide .guide .guide_lists04 .guide_lists__item {
    font-size: 1.2rem;
  }
}
.p-guide .guide .guide_lists04 .guide_lists__item > dt {
  width: 50%;
  background-color: #fdeeed;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-guide .guide .guide_lists04 .guide_lists__item > dt {
    width: 70%;
    padding: 5px 10px;
  }
}
.p-guide .guide .guide_lists04 .guide_lists__item > dd {
  width: 50%;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-guide .guide .guide_lists04 .guide_lists__item > dd {
    width: 30%;
    padding: 10px;
  }
}
.p-guide .guide .guide_lists04 .guide_lists__item.guide_lists__item--head {
  font-weight: bold;
  text-align: center;
}
.p-guide .guide .guide_lists04 .guide_lists__item.guide_lists__item--head dt, .p-guide .guide .guide_lists04 .guide_lists__item.guide_lists__item--head dd {
  background-color: #FFD2CF !important;
}
.p-guide .guide .guide_lists04 .guide_lists__item.guide_lists__item--head dd {
  border-left: 1px solid #fff;
}

@media screen and (max-width: 1139px) {
  .p-faq .faq__section {
    padding: 0 25px;
  }
}
.p-faq .faq .faq_content {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-faq .faq .faq_content {
    margin-top: 40px;
  }
}
.p-faq .faq .faq_content + .faq_content {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-faq .faq .faq_content + .faq_content {
    margin-top: 60px;
  }
}
.p-faq .faq .faq_anchor {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-faq .faq .faq_anchor {
    margin-top: 20px;
  }
}
.p-faq .faq .faq_anchor .faq_anchor_lists {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 1%;
}
@media screen and (max-width: 768px) {
  .p-faq .faq .faq_anchor .faq_anchor_lists {
    gap: 10px 2%;
  }
}
.p-faq .faq .faq_anchor .faq_anchor_lists li {
  width: 24.25%;
}
@media screen and (max-width: 768px) {
  .p-faq .faq .faq_anchor .faq_anchor_lists li {
    width: 49%;
  }
}
.p-faq .faq .faq_anchor .faq_anchor_lists li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line3);
  border-radius: 30px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 5px 20px;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-faq .faq .faq_anchor .faq_anchor_lists li a {
    font-size: 1rem;
  }
}
.p-faq .faq .faq_anchor .faq_anchor_lists li a::after {
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/common/images/cate_arrow_red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 768px) {
  .p-faq .faq .faq_anchor .faq_anchor_lists li a::after {
    width: 5px;
    height: 10px;
    right: 12px;
  }
}
.p-faq .faq .faq_acc {
  border-bottom: 1px solid #e0e0e0;
}
.p-faq .faq .faq_acc .faq_acc_head {
  position: relative;
  cursor: pointer;
}
.p-faq .faq .faq_acc .faq_acc_head.is-opend .faq_acc__btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-faq .faq .faq_acc .faq_acc__ttl {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 20px 30px 20px 1.7em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-faq .faq .faq_acc .faq_acc__ttl {
    font-size: 1.4rem;
    padding: 10px 25px 10px 1.5em;
  }
}
.p-faq .faq .faq_acc .faq_acc__ttl .faq_acc_q {
  font-size: 2rem;
  margin-right: 0.5em;
  color: var(--daiko-red);
  position: absolute;
  top: 0.8em;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-faq .faq .faq_acc .faq_acc__ttl .faq_acc_q {
    font-size: 1.6rem;
    top: 0.4em;
  }
}
.p-faq .faq .faq_acc .faq_acc__btn {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  background-color: var(--daiko-red);
  border-radius: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-faq .faq .faq_acc .faq_acc__btn {
    width: 15px;
    height: 15px;
  }
}
.p-faq .faq .faq_acc .faq_acc__btn::before, .p-faq .faq .faq_acc .faq_acc__btn::after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-faq .faq .faq_acc .faq_acc__btn::before {
  width: 70%;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .p-faq .faq .faq_acc .faq_acc__btn::before {
    height: 1px;
  }
}
.p-faq .faq .faq_acc .faq_acc__btn::after {
  width: 2px;
  height: 70%;
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .p-faq .faq .faq_acc .faq_acc__btn::after {
    width: 1px;
  }
}
.p-faq .faq .faq_acc .faq_acc_content {
  margin-bottom: 20px;
  display: none;
}
@media screen and (max-width: 768px) {
  .p-faq .faq .faq_acc .faq_acc_content {
    margin-bottom: 10px;
  }
}
.p-faq .faq .faq_acc .faq_acc_content .faq_acc_content__inner {
  display: flex;
  background-color: #fdeeed;
  border-radius: 10px;
  padding: 15px 20px;
}
@media screen and (max-width: 768px) {
  .p-faq .faq .faq_acc .faq_acc_content .faq_acc_content__inner {
    padding: 5px 10px;
  }
}
.p-faq .faq .faq_acc .faq_acc_content .faq_acc_a {
  font-size: 2rem;
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .p-faq .faq .faq_acc .faq_acc_content .faq_acc_a {
    font-size: 1.6rem;
    margin-right: 0.3em;
  }
}
.p-faq .faq .faq_acc .faq_acc_content .faq_acc_textbox .faq_acc_textbox__text {
  font-size: 1.4rem;
  line-height: 1.75;
  margin-top: 0.3em;
}
@media screen and (max-width: 768px) {
  .p-faq .faq .faq_acc .faq_acc_content .faq_acc_textbox .faq_acc_textbox__text {
    font-size: 1.2rem;
  }
}
.p-faq .faq .faq_acc .faq_acc_content .faq_acc_textbox .faq_acc_textbox__title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .p-faq .faq .faq_acc .faq_acc_content .faq_acc_textbox .faq_acc_textbox__title {
    font-size: 1.4rem;
  }
}
.p-faq .faq .faq_acc .faq_acc_content .faq_acc_textbox .faq_acc_textbox__ul {
  font-size: 1.4rem;
  margin-top: 0.3em;
}
@media screen and (max-width: 768px) {
  .p-faq .faq .faq_acc .faq_acc_content .faq_acc_textbox .faq_acc_textbox__ul {
    font-size: 1.2rem;
  }
}
.p-faq .faq .faq_acc .faq_acc_content .faq_acc_textbox .faq_acc_textbox__ol {
  font-size: 1.4rem;
  list-style: none;
  margin-top: 0.3em;
}
@media screen and (max-width: 768px) {
  .p-faq .faq .faq_acc .faq_acc_content .faq_acc_textbox .faq_acc_textbox__ol {
    font-size: 1.2rem;
  }
}
.p-faq .faq .faq_acc .faq_acc_content .faq_acc_textbox .faq_acc_textbox__notes {
  font-size: 1.2rem;
}
.p-faq .faq .faq_acc .faq_acc_content .faq_acc_textbox .faq_acc_textbox__margin {
  margin-top: 1em;
}
.p-faq .faq .faq_acc .faq_acc_content .faq_acc_textbox .text_indent01 {
  text-indent: -1em;
  padding-left: 1em;
}
.p-faq .faq .faq_acc .faq_acc_content .faq_acc_textbox .text_indent02 {
  text-indent: -0.5em;
  padding-left: 0.5em;
}
.p-faq .faq .faq_acc .faq_acc_content .faq_acc_textbox .text_indent03 {
  text-indent: -1.6em;
  padding-left: 1.6em;
}

@media screen and (max-width: 1139px) {
  .p-shop .shop__section {
    padding: 0 25px;
  }
}
.p-shop .shop__lead {
  margin-top: 40px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-shop .shop__lead {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}
.p-shop .shop__map {
  max-width: 573px;
  margin: 35px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-shop .shop__map {
    max-width: 400px;
  }
}
.p-shop .shop__map .shop__map_wrap {
  position: relative;
}
.p-shop .shop__map .shop__map_btn {
  position: absolute;
}
.p-shop .shop__map .shop__map_btn a {
  display: block;
}
.p-shop .shop__map .shop__map_btn.shop__map_btn--kinki {
  bottom: 190px;
  left: 160px;
}
@media screen and (max-width: 768px) {
  .p-shop .shop__map .shop__map_btn.shop__map_btn--kinki {
    bottom: auto;
    top: 96px;
    left: 38px;
  }
}
@media screen and (max-width: 470px) {
  .p-shop .shop__map .shop__map_btn.shop__map_btn--kinki {
    top: 96px;
    top: 20.42vw;
    left: 38px;
    left: 8.08vw;
    width: 115px;
    width: 24.46vw;
    height: 125px;
    height: 26.59vw;
  }
}
.p-shop .shop__map .shop__map_btn.shop__map_btn--kyushu {
  bottom: 34px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-shop .shop__map .shop__map_btn.shop__map_btn--kyushu {
    bottom: 0;
    left: 93px;
  }
}
@media screen and (max-width: 470px) {
  .p-shop .shop__map .shop__map_btn.shop__map_btn--kyushu {
    left: 93px;
    left: 19.78vw;
    width: 115px;
    width: 24.46vw;
    height: 191px;
    height: 40.63vw;
  }
}
.p-shop .shop__map .shop__map_btn.shop__map_btn--chubu {
  bottom: 18px;
  right: 46px;
}
@media screen and (max-width: 768px) {
  .p-shop .shop__map .shop__map_btn.shop__map_btn--chubu {
    bottom: 136px;
    right: 19px;
  }
}
@media screen and (max-width: 470px) {
  .p-shop .shop__map .shop__map_btn.shop__map_btn--chubu {
    bottom: 136px;
    bottom: 28.93vw;
    right: 19px;
    right: 4.04vw;
    width: 115px;
    width: 24.46vw;
    height: 125px;
    height: 26.59vw;
  }
}
.p-shop .shop__map .shop__map_btn.shop__map_btn--kanto {
  top: 107px;
  right: 0;
}
@media screen and (max-width: 470px) {
  .p-shop .shop__map .shop__map_btn.shop__map_btn--kanto {
    top: 107px;
    top: 22.76vw;
    right: 0;
    width: 115px;
    width: 24.46vw;
    height: 148px;
    height: 31.48vw;
  }
}
.p-shop .shop__store {
  margin-top: 20px;
}
.p-shop .shop__store .shop__store_box + .shop__store_box {
  margin-top: 20px;
}
.p-shop .shop__store .shop__store_box.shop__store_box--kinki .shop__store_ttl01 {
  color: #46adff;
  background: #ecf7ff;
}
.p-shop .shop__store .shop__store_box.shop__store_box--kinki .shop__store_ttl02 {
  background: #46adff;
}
.p-shop .shop__store .shop__store_box.shop__store_box--kinki .shop__store_wrap {
  background: #ecf7ff;
}
.p-shop .shop__store .shop__store_box.shop__store_box--kinki .shop__store_area dt .shop_acc__btn {
  background: #46adff;
}
.p-shop .shop__store .shop__store_box.shop__store_box--kyushu .shop__store_ttl01 {
  color: #e7251d;
  background: #fde9e8;
}
.p-shop .shop__store .shop__store_box.shop__store_box--kyushu .shop__store_ttl02 {
  background: #e7251d;
}
.p-shop .shop__store .shop__store_box.shop__store_box--kyushu .shop__store_wrap {
  background: #fde9e8;
}
.p-shop .shop__store .shop__store_box.shop__store_box--kyushu .shop__store_area dt .shop_acc__btn {
  background: #e7251d;
}
.p-shop .shop__store .shop__store_box.shop__store_box--chubu .shop__store_ttl01 {
  color: #eb60af;
  background: #fdeff7;
}
.p-shop .shop__store .shop__store_box.shop__store_box--chubu .shop__store_ttl02 {
  background: #eb60af;
}
.p-shop .shop__store .shop__store_box.shop__store_box--chubu .shop__store_wrap {
  background: #fdeff7;
}
.p-shop .shop__store .shop__store_box.shop__store_box--chubu .shop__store_area dt .shop_acc__btn {
  background: #eb60af;
}
.p-shop .shop__store .shop__store_box.shop__store_box--kanto .shop__store_ttl01 {
  color: #ff8b47;
  background: #fff3ed;
}
.p-shop .shop__store .shop__store_box.shop__store_box--kanto .shop__store_ttl02 {
  background: #ff8b47;
}
.p-shop .shop__store .shop__store_box.shop__store_box--kanto .shop__store_wrap {
  background: #fff3ed;
}
.p-shop .shop__store .shop__store_box.shop__store_box--kanto .shop__store_area dt .shop_acc__btn {
  background: #ff8b47;
}
.p-shop .shop__store .shop__store_sbox + .shop__store_sbox {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-shop .shop__store .shop__store_sbox + .shop__store_sbox {
    margin-top: 15px;
  }
}
.p-shop .shop__store .shop__store_ttl01 {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.3;
  background: #f5f5f5;
  border-radius: 20px 20px 0 0;
  padding: 5px 35px 1px;
  margin-left: 1.1em;
}
@media screen and (max-width: 768px) {
  .p-shop .shop__store .shop__store_ttl01 {
    font-size: 1.6rem;
    border-radius: 10px 10px 0 0;
  }
}
.p-shop .shop__store .shop__store_ttl02 {
  background: #202124;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.3;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .p-shop .shop__store .shop__store_ttl02 {
    font-size: 1.4rem;
    padding: 5px;
  }
}
.p-shop .shop__store .shop__store_wrap {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 20px;
  margin-top: -1px;
}
@media screen and (max-width: 768px) {
  .p-shop .shop__store .shop__store_wrap {
    padding: 10px;
    border-radius: 10px;
  }
}
.p-shop .shop__store .shop__store_inner {
  background: #fff;
  border-radius: 10px;
  padding: 15px 20px 0;
}
@media screen and (max-width: 768px) {
  .p-shop .shop__store .shop__store_inner {
    border-radius: 5px;
    padding: 10px;
  }
}
.p-shop .shop__store .shop__store_area {
  padding: 15px 0;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 768px) {
  .p-shop .shop__store .shop__store_area {
    padding: 10px 0;
  }
}
.p-shop .shop__store .shop__store_area:last-child {
  border-bottom: none;
}
.p-shop .shop__store .shop__store_area dt {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-shop .shop__store .shop__store_area dt {
    font-size: 1.2rem;
  }
}
.p-shop .shop__store .shop__store_area dt.is-opend .shop_acc__btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-shop .shop__store .shop__store_area dt .shop_acc__btn {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #202124;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-shop .shop__store .shop__store_area dt .shop_acc__btn {
    width: 15px;
    height: 15px;
  }
}
.p-shop .shop__store .shop__store_area dt .shop_acc__btn::before, .p-shop .shop__store .shop__store_area dt .shop_acc__btn::after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-shop .shop__store .shop__store_area dt .shop_acc__btn::before {
  width: 60%;
  height: 2px;
}
.p-shop .shop__store .shop__store_area dt .shop_acc__btn::after {
  width: 2px;
  height: 60%;
  transition: transform 0.3s;
}
.p-shop .shop__store .shop__store_area .shop__store_acc_content {
  margin-top: 5px;
  display: none;
}
.p-shop .shop__store .shop__store_list01 {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.p-shop .shop__store .shop__store_list01 li {
  position: relative;
  padding-left: 1em;
  font-size: 1.4rem;
  margin-right: 1.5em;
}
@media screen and (max-width: 768px) {
  .p-shop .shop__store .shop__store_list01 li {
    font-size: 1.2rem;
  }
}
.p-shop .shop__store .shop__store_list01 li::before {
  content: "●";
  display: block;
  position: absolute;
  top: 0.2em;
  left: 0;
  font-size: 80%;
  color: var(--line2);
}
@media screen and (max-width: 768px) {
  .p-shop .shop__store .shop__store_list01 li::before {
    top: 0.3em;
  }
}
.p-shop .faq .faq_content {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-shop .faq .faq_content {
    margin-top: 40px;
  }
}
.p-shop .faq .faq_content + .faq_content {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-shop .faq .faq_content + .faq_content {
    margin-top: 60px;
  }
}
.p-shop .faq .faq_anchor {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-shop .faq .faq_anchor {
    margin-top: 20px;
  }
}
.p-shop .faq .faq_anchor .faq_anchor_lists {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 1%;
}
@media screen and (max-width: 768px) {
  .p-shop .faq .faq_anchor .faq_anchor_lists {
    gap: 10px 2%;
  }
}
.p-shop .faq .faq_anchor .faq_anchor_lists li {
  width: 24.25%;
}
@media screen and (max-width: 768px) {
  .p-shop .faq .faq_anchor .faq_anchor_lists li {
    width: 49%;
  }
}
.p-shop .faq .faq_anchor .faq_anchor_lists li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line3);
  border-radius: 30px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 5px 20px;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-shop .faq .faq_anchor .faq_anchor_lists li a {
    font-size: 1rem;
  }
}
.p-shop .faq .faq_anchor .faq_anchor_lists li a::after {
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/daikofoodsec/common/images/cate_arrow_red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 768px) {
  .p-shop .faq .faq_anchor .faq_anchor_lists li a::after {
    width: 5px;
    height: 10px;
    right: 12px;
  }
}
.p-shop .faq .faq_acc {
  border-bottom: 1px solid #e0e0e0;
}
.p-shop .faq .faq_acc .faq_acc_head {
  position: relative;
  cursor: pointer;
}
.p-shop .faq .faq_acc .faq_acc_head.is-opend .faq_acc__btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-shop .faq .faq_acc .faq_acc__ttl {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 20px 30px 20px 1.7em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-shop .faq .faq_acc .faq_acc__ttl {
    font-size: 1.4rem;
    padding: 10px 25px 10px 1.5em;
  }
}
.p-shop .faq .faq_acc .faq_acc__ttl .faq_acc_q {
  font-size: 2rem;
  margin-right: 0.5em;
  color: var(--daiko-red);
  position: absolute;
  top: 0.8em;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-shop .faq .faq_acc .faq_acc__ttl .faq_acc_q {
    font-size: 1.6rem;
    top: 0.4em;
  }
}
.p-shop .faq .faq_acc .faq_acc__btn {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  background-color: var(--daiko-red);
  border-radius: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-shop .faq .faq_acc .faq_acc__btn {
    width: 15px;
    height: 15px;
  }
}
.p-shop .faq .faq_acc .faq_acc__btn::before, .p-shop .faq .faq_acc .faq_acc__btn::after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-shop .faq .faq_acc .faq_acc__btn::before {
  width: 70%;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .p-shop .faq .faq_acc .faq_acc__btn::before {
    height: 1px;
  }
}
.p-shop .faq .faq_acc .faq_acc__btn::after {
  width: 2px;
  height: 70%;
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .p-shop .faq .faq_acc .faq_acc__btn::after {
    width: 1px;
  }
}
.p-shop .faq .faq_acc .faq_acc_content {
  margin-bottom: 20px;
  display: none;
}
@media screen and (max-width: 768px) {
  .p-shop .faq .faq_acc .faq_acc_content {
    margin-bottom: 10px;
  }
}
.p-shop .faq .faq_acc .faq_acc_content .faq_acc_content__inner {
  display: flex;
  background-color: #fdeeed;
  border-radius: 10px;
  padding: 15px 20px;
}
@media screen and (max-width: 768px) {
  .p-shop .faq .faq_acc .faq_acc_content .faq_acc_content__inner {
    padding: 5px 10px;
  }
}
.p-shop .faq .faq_acc .faq_acc_content .faq_acc_a {
  font-size: 2rem;
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .p-shop .faq .faq_acc .faq_acc_content .faq_acc_a {
    font-size: 1.6rem;
    margin-right: 0.3em;
  }
}
.p-shop .faq .faq_acc .faq_acc_content .faq_acc_textbox .faq_acc_textbox__text {
  font-size: 1.4rem;
  line-height: 1.75;
  margin-top: 0.3em;
}
@media screen and (max-width: 768px) {
  .p-shop .faq .faq_acc .faq_acc_content .faq_acc_textbox .faq_acc_textbox__text {
    font-size: 1.2rem;
  }
}
.p-shop .faq .faq_acc .faq_acc_content .faq_acc_textbox .faq_acc_textbox__title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .p-shop .faq .faq_acc .faq_acc_content .faq_acc_textbox .faq_acc_textbox__title {
    font-size: 1.4rem;
  }
}
.p-shop .faq .faq_acc .faq_acc_content .faq_acc_textbox .faq_acc_textbox__ul {
  font-size: 1.4rem;
  margin-top: 0.3em;
}
@media screen and (max-width: 768px) {
  .p-shop .faq .faq_acc .faq_acc_content .faq_acc_textbox .faq_acc_textbox__ul {
    font-size: 1.2rem;
  }
}
.p-shop .faq .faq_acc .faq_acc_content .faq_acc_textbox .faq_acc_textbox__ol {
  font-size: 1.4rem;
  list-style: none;
  margin-top: 0.3em;
}
@media screen and (max-width: 768px) {
  .p-shop .faq .faq_acc .faq_acc_content .faq_acc_textbox .faq_acc_textbox__ol {
    font-size: 1.2rem;
  }
}
.p-shop .faq .faq_acc .faq_acc_content .faq_acc_textbox .faq_acc_textbox__notes {
  font-size: 1.2rem;
}
.p-shop .faq .faq_acc .faq_acc_content .faq_acc_textbox .faq_acc_textbox__margin {
  margin-top: 1em;
}
.p-shop .faq .faq_acc .faq_acc_content .faq_acc_textbox .text_indent01 {
  text-indent: -1em;
  padding-left: 1em;
}
.p-shop .faq .faq_acc .faq_acc_content .faq_acc_textbox .text_indent02 {
  text-indent: -0.5em;
  padding-left: 0.5em;
}
.p-shop .faq .faq_acc .faq_acc_content .faq_acc_textbox .text_indent03 {
  text-indent: -1.6em;
  padding-left: 1.6em;
}
/*# sourceMappingURL=style.css.map */
