@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-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);
}

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

	containter

*************************************************/
.b-containter {
  display: flex;
  align-items: flex-start;
  padding: 60px 20px 0;
  max-width: 1230px;
  margin: 0 auto;
  gap: 0 30px;
}
@media screen and (max-width: 1279px) {
  .b-containter {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .b-containter {
    padding-top: 20px;
  }
}
.b-containter.b-under {
  /*padding-top: 0;*/
}
.b-containter .b-side_nav {
  flex-shrink: 0;
  max-width: 310px;
  width: 310px;
  background-image: repeating-linear-gradient(-45deg, #FDF7EB, #FDF7EB 6px, #ffffff 6px, #ffffff 12px);
  padding: 20px 25px 40px;
}
@media screen and (max-width: 1279px) {
  .b-containter .b-side_nav {
    display: none;
  }
}
.b-containter .b-content {
  width: calc(100% - 340px);
  overflow: hidden;
}
@media screen and (max-width: 1279px) {
  .b-containter .b-content {
    width: 100%;
  }
}
.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(/wp-content/themes/daiko-recipe/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: 40px;
  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(/wp-content/themes/daiko-recipe/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(/wp-content/themes/daiko-recipe/common/images/cate_arrow_wh.svg);
  }
}

.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;
  }
}

.b-anchor_btn {
  /*width: min(100%,270px);*/
  width: 270px;
}
@media screen and (max-width: 1279px) {
  .b-anchor_btn {
    width: min(100%, 270px);
  }
}
@media screen and (max-width: 768px) {
  .b-anchor_btn {
    width: 100%;
  }
}
.b-anchor_btn a {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  /*letter-spacing: 0.15em;*/
  color: var(--brown);
  background-color: #fff;
  border: 2px solid var(--brown);
  border-radius: 30px;
  padding: 12px 20px;
  text-align: center;
  /*width: 100%;
  max-width: 270px;*/
  position: relative;
  transition: background-color 0.3s;
  /*margin: 0 auto;*/
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-anchor_btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1279px) {
  .b-anchor_btn a {
    font-size: 1.2rem;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .b-anchor_btn a {
    /*max-width: 163px;*/
    /*font-size: 0.9rem;*/
    padding: 8px 20px;
  }
}
.b-anchor_btn a span {
  position: relative;
  padding-right: 30px;
}
.b-anchor_btn a span::after {
  content: "";
  background-image: url(/wp-content/themes/daiko-recipe/common/images/cate_arrow_br.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 5px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 768px) {
  .b-anchor_btn a span {
    padding-right: 10px;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .b-anchor_btn a:hover {
    /*background-color: var(--daiko-red);*/
    /*color: #fff;*/
    /*&::after {
    	background-image: url("/recipe/common/images/cate_arrow_wh.svg");
    }*/
  }
}

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

	画像の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);
}

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: 1279px) {
  .header_pc {
    display: none;
  }
}
.header_pc .header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 25px;
  padding: 15px 0;
  font-size: 1.2rem;
  transition: padding-top var(--header-transition);
  max-width: 1190px;
  margin: 0 auto;
  border-bottom: 1px solid var(--line1);
}
.header_pc .header_l {
  /*width: 160px;*/
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.header_pc .header_l .header__logo {
  width: 160px;
  margin-right: 40px;
}
.header_pc .header_l .header__logo a {
  display: block;
}
.header_pc .header_r {
  /*flex-grow: 1;*/
}
.header_pc .header_r .recipe_search {
  margin-right: 0;
}
.header_pc .header_r .recipe_search .recipe_search__input {
  width: 395px;
}
.header_pc.is-small .header_inner {
  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: 1279px) {
  .header_sp {
    display: block;
  }
}
.header_sp .header_sp_inner {
  display: flex;
  justify-content: space-between;
  padding: 8px 16px;
  background-color: #fff;
  border-bottom: 1px solid var(--line1);
}
.header_sp .header_sp_l {
  /*width: 64px;*/
  display: flex;
  align-items: center;
}
.header_sp .header_sp_l .header__logo {
  width: 64px;
  margin-right: 10px;
}
.header_sp .header_sp_l .header__logo_recipe {
  width: 98px;
}
.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, #FDF7EB, #FDF7EB 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(/wp-content/themes/daiko-recipe/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: 10px;
  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(--brown);
  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_hash {
  display: none;
}
.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(/wp-content/themes/daiko-recipe/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_lists .side_nav_sublists > li .recipe__hash {
  /*background: #fff;
  padding: 10px;
  margin-top: 0;*/
  margin-bottom: 10px;
}
.header_sp .nav .side_nav_lists .side_nav_sublists > li .recipe__hash a {
  background: #fff;
}
.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;
}

.footer {
  margin-top: 100px;
  background-color: #f9fafb;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 50px;
  }
}
@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__container {
  position: relative;
}
@media screen and (max-width: 900px) {
  .footer .footer__container {
    padding: 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer__container {
    padding: 0 25px;
  }
}
.footer .footer__container::before {
  content: "";
  background-image: url(/wp-content/themes/daiko-recipe/common/images/side_nav_illusu.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  width: 350px;
  height: 294px;
  position: absolute;
  left: -30px;
  bottom: 0;
  opacity: 0.4;
  /*@include mq(1720){
  	width: 260px;
  	height: 217px;
  	left: -240px;
  }*/
}
@media screen and (max-width: 1280px) {
  .footer .footer__container::before {
    left: -5%;
    width: 22%;
  }
}
@media screen and (max-width: 940px) {
  .footer .footer__container::before {
    display: none;
  }
}
.footer .footer_inner {
  max-width: 900px;
  padding: 90px 20px 80px;
  margin: 0 auto;
  /*display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 40px;*/
  position: relative;
}
@media screen and (max-width: 650px) {
  .footer .footer_inner {
    flex-direction: column-reverse;
    align-items: center;
    gap: 25px 0;
    padding: 30px 20px 25px;
  }
}
.footer .footer_inner .footer__btn__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 60px;
}
@media screen and (max-width: 1280px) {
  .footer .footer_inner .footer__btn__list {
    gap: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_inner .footer__btn__list {
    flex-direction: column;
    gap: 15px 0;
  }
}
.footer .footer_inner .footer_btn {
  display: block;
  font-family: var(--zenmaru);
  font-size: 2rem;
  /*font-weight: bold;*/
  letter-spacing: 0.15em;
  color: #fff;
  background-color: var(--daiko-red);
  /*border: 1px solid var(--daiko-red);*/
  border-radius: 10px;
  padding: 15px 30px;
  text-align: center;
  width: 100%;
  max-width: 400px;
  position: relative;
  /*transition: background-color .3s;*/
  margin: 0 auto;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1280px) {
  .footer .footer_inner .footer_btn {
    font-size: 1.6rem;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_inner .footer_btn {
    width: 80%;
    font-size: 1.3rem;
    max-width: none;
  }
}
@media screen and (max-width: 370px) {
  .footer .footer_inner .footer_btn {
    width: 100%;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .footer .footer_inner .footer_btn:hover {
    opacity: 0.7;
  }
}
.footer .footer_inner .footer_btn.footer_btn--blue {
  background-color: var(--blue);
}
.footer .footer_inner .footer__sns__list {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0 27px;
  margin-top: 45px;
}
.footer .footer_inner .footer__sns__list li {
  width: 48px;
}
@media screen and (max-width: 768px) {
  .footer .footer_inner .footer__sns__list {
    gap: 0 14px;
    justify-content: center;
  }
  .footer .footer_inner .footer__sns__list li {
    width: 24px;
  }
}
@media screen and (max-width: 650px) {
  .footer .footer_inner .footer__sns__list {
    margin-top: 25px;
  }
}
.footer .copyright {
  background-color: var(--brown);
  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(/wp-content/themes/daiko-recipe/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.8rem;
  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: 15px;
  font-size: 1.4rem;
}
.b-side_nav .side_nav_lists .side_nav_sublists > li > a::after {
  content: "";
  background-image: url(/wp-content/themes/daiko-recipe/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_hash_btn {
  text-align: left;
  width: 100%;
  position: relative;
}
.b-side_nav .side_nav_lists .side_nav_hash_btn::before, .b-side_nav .side_nav_lists .side_nav_hash_btn::after {
  content: "";
  background-color: var(--brown);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  transition: transform 0.3s;
}
.b-side_nav .side_nav_lists .side_nav_hash_btn::before {
  width: 12px;
  height: 1px;
}
.b-side_nav .side_nav_lists .side_nav_hash_btn::after {
  width: 1px;
  height: 12px;
}
.b-side_nav .side_nav_lists .side_nav_hash_btn.is-opend::after {
  transform: translate(50%, -50%) rotate(-90deg);
}
.b-side_nav .side_nav_lists .side_nav_hash_box {
  display: none;
}
.b-side_nav .side_nav_lists .side_nav_hash_box .recipe__hash a {
  font-size: 1.4rem;
  background: #fff;
}

.p-under .breadcrumb {
  /*padding-top: 60px;*/
  padding-right: 40px;
  padding-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .p-under .breadcrumb {
    padding: 20px 0;
    padding: 0 0 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: var(--brown);
}
@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;
  color: #b3b3b3;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-under .breadcrumb ul a:hover {
    opacity: 0.7;
  }
}
.p-under .pagination {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-under .pagination {
    margin-top: 30px;
  }
}
.p-under .pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 30px;
}
@media screen and (max-width: 768px) {
  .p-under .pagination .nav-links {
    gap: 0 20px;
  }
}
.p-under .pagination .nav-links .page-numbers {
  display: block;
  font-size: 2rem;
  color: var(--daiko-red);
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .p-under .pagination .nav-links .page-numbers {
    font-size: 1.4rem;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .p-under .pagination .nav-links .page-numbers:hover {
    opacity: 0.7;
  }
}
.p-under .pagination .nav-links .page-numbers.current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  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 .pagination .nav-links .page-numbers.current:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .p-under .pagination .nav-links .page-numbers.current {
    width: 30px;
    height: 30px;
  }
}
.p-under .pagination .nav-links .page-numbers.prev, .p-under .pagination .nav-links .page-numbers.next {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid var(--daiko-red);
  border-radius: 50%;
  position: relative;
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .p-under .pagination .nav-links .page-numbers.prev, .p-under .pagination .nav-links .page-numbers.next {
    width: 30px;
    height: 30px;
  }
}
.p-under .pagination .nav-links .page-numbers.prev::before, .p-under .pagination .nav-links .page-numbers.next::before {
  content: "";
  width: 8px;
  height: 8px;
  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 .pagination .nav-links .page-numbers.prev::before, .p-under .pagination .nav-links .page-numbers.next::before {
    width: 6px;
    height: 6px;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .p-under .pagination .nav-links .page-numbers.prev:hover, .p-under .pagination .nav-links .page-numbers.next:hover {
    background-color: var(--daiko-red);
  }
  .p-under .pagination .nav-links .page-numbers.prev:hover::before, .p-under .pagination .nav-links .page-numbers.next:hover::before {
    border-color: #fff;
  }
}
.p-under .pagination .nav-links .page-numbers.prev::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}
.p-under .pagination .nav-links .page-numbers.next::before {
  transform: translate(-70%, -50%) rotate(45deg);
}
.p-under .pagination .nav-links .page-numbers.dots:hover {
  opacity: 1;
}

.p-recipe.p-under .recipe__section .section__inner:last-of-type {
  padding-bottom: 0;
}
.p-recipe .recipe__section .section__inner {
  padding-bottom: 70px;
}
.p-recipe .recipe__section .section__inner:last-of-type {
  padding-bottom: 0;
}
.p-recipe .recipe__section .section__inner:only-of-type {
  padding-bottom: 70px;
}
@media screen and (max-width: 1279px) {
  .p-recipe .recipe__section {
    padding: 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe__section {
    padding: 0 25px;
  }
  .p-recipe .recipe__section .section__inner {
    padding-bottom: 50px;
  }
  .p-recipe .recipe__section .section__inner:last-of-type {
    padding-bottom: 0;
  }
  .p-recipe .recipe__section .section__inner:only-of-type {
    padding-bottom: 50px;
  }
}
.p-recipe .recipe__section + .recipe__section {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe__section + .recipe__section {
    margin-top: 40px;
  }
}
.p-recipe .recipe__section:not(:last-of-type) .section__inner {
  border-bottom: 4px dotted #b9b2ac;
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe__section:not(:last-of-type) .section__inner {
    border-width: 2px;
  }
}
.p-recipe .section__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.p-recipe .recipe__ttl01 {
  background-image: url(/wp-content/themes/daiko-recipe/common/images/recipe_bg_ttl01.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  padding: 70px 80px 0;
  font-family: var(--zenmaru);
  font-size: 7rem;
  font-weight: bold;
  /*letter-spacing: 0.08em;*/
  color: var(--brown);
  text-align: center;
  min-height: 335px;
}
.p-recipe .recipe__ttl01 span {
  font-size: 3rem;
}
@media screen and (max-width: 1279px) {
  .p-recipe .recipe__ttl01 {
    font-size: 6vw;
    padding: 10vw 10vw 0;
    min-height: 38vw;
  }
  .p-recipe .recipe__ttl01 span {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe__ttl01 {
    background-image: url(/wp-content/themes/daiko-recipe/common/images/recipe_bg_ttl01_sp.png);
    min-height: 42vw;
    padding: 8vw 4vw 0;
    font-size: 8vw;
  }
  .p-recipe .recipe__ttl01 span {
    font-size: 3.5vw;
  }
}
.p-recipe .recipe__ttl02 {
  font-family: var(--zenmaru);
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: var(--brown);
  padding-left: 20px;
  position: relative;
  margin-bottom: 50px;
}
.p-recipe .recipe__ttl02::before {
  content: "";
  display: block;
  width: 5px;
  height: 30px;
  background: var(--brown);
  border-radius: 2.5px;
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe__ttl02 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.p-recipe .recipe__ttl03 {
  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) {
  .p-recipe .recipe__ttl03 {
    font-size: 1.8rem;
  }
}
.p-recipe .recipe__ttl04 {
  font-family: var(--zenmaru);
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: var(--brown);
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 60px;
}
.p-recipe .recipe__ttl04::before, .p-recipe .recipe__ttl04::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: var(--brown);
  border-radius: 3px;
}
.p-recipe .recipe__ttl04::after {
  background-color: var(--daiko-red);
  width: 21%;
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe__ttl04 {
    font-size: 1.8rem;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}
.p-recipe .recipe__ttl05 {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe__ttl05 {
    font-size: 1.8rem;
    gap: 0 10px;
    margin-bottom: 15px;
  }
}
.p-recipe .recipe__ttl05::before, .p-recipe .recipe__ttl05::after {
  content: "";
  background-image: url(/wp-content/themes/daiko-recipe/common/images/ttl_deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 42px;
  height: 9px;
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe__ttl05::before, .p-recipe .recipe__ttl05::after {
    width: 25px;
    height: 6px;
  }
}
.p-recipe .recipe__search__box01 {
  padding: 50px 0 70px;
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .p-recipe .recipe__search__box01 {
    padding: 30px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe__search__box01 {
    flex-direction: column;
    width: 100%;
    padding: 20px 0 30px;
  }
}
.p-recipe .recipe__search__box02 {
  padding-bottom: 70px;
}
.p-recipe .recipe__search__box02 .recipe__hash {
  gap: 18px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe__search__box02 .recipe__hash {
    gap: 10px;
  }
}
@media screen and (max-width: 640px) {
  .p-recipe .recipe__search__box02 .recipe__hash {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe_search_wrapper {
    width: 100%;
  }
}
.p-recipe .recipe_search {
  display: flex;
  margin-right: 30px;
}
.p-recipe .recipe_search .recipe_search__input {
  border: 2px solid var(--daiko-red);
  border-radius: 30px 0 0 30px;
  padding: 12px 15px;
  width: 430px;
  font-size: 1.8rem;
}
.p-recipe .recipe_search .recipe_search__input::placeholder {
  color: var(--line2);
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe_search .recipe_search__input {
    padding: 8px 15px;
  }
}
.p-recipe .recipe_search .recipe_search__btn {
  width: 55px;
  border: 1px solid var(--daiko-red);
  background-color: var(--daiko-red);
  background-image: url(/wp-content/themes/daiko-recipe/common/images/header_icon_seach.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 19px 18px;
  border-radius: 0 30px 30px 0;
}
.p-recipe .recipe_search .recipe_search__btn .dashicons-search:before {
  content: "";
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe_search {
    margin-right: 0;
    width: 100%;
  }
  .p-recipe .recipe_search .recipe_search__input {
    flex-grow: 1;
    /*input {*/
    font-size: 1.2rem;
    width: 100%;
    /*}*/
  }
  .p-recipe .recipe_search .recipe_search__btn {
    width: 38px;
    /*a {*/
    background-size: 12px 12px;
    /*}*/
  }
}
.p-recipe .recipe_anchor_btn {
  color: var(--brown);
  border: 2px solid;
  font-size: 1.8rem;
}
.p-recipe .recipe__hash__wrapper {
  padding: 30px 15px;
  border-top: 1px solid #84786d;
  border-bottom: 1px solid #84786d;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe__hash__wrapper {
    padding: 15px 10px;
  }
}
.p-recipe .recipe__hash__wrapper .recipe__hash__box {
  position: relative;
  /*padding-right: 34px;*/
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe__hash__wrapper .recipe__hash__box {
    /*padding-right: 24px;*/
  }
}
.p-recipe .recipe__hash__wrapper .recipe__hash__box02 {
  display: none;
}
.p-recipe .recipe__hash__wrapper .recipe__hash__button {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe__hash__wrapper .recipe__hash__button {
    right: 0;
  }
}
.p-recipe .recipe__hash__wrapper .recipe__hash__button::before, .p-recipe .recipe__hash__wrapper .recipe__hash__button::after {
  content: "";
  background-color: var(--brown);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
}
.p-recipe .recipe__hash__wrapper .recipe__hash__button::before {
  width: 24px;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe__hash__wrapper .recipe__hash__button::before {
    width: 14px;
  }
}
.p-recipe .recipe__hash__wrapper .recipe__hash__button::after {
  width: 2px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe__hash__wrapper .recipe__hash__button::after {
    height: 14px;
  }
}
.p-recipe .recipe__hash__wrapper .recipe__hash__button.is-opend::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.p-recipe .recipe__hash__wrapper > .recipe__hash {
  display: none;
}
.p-recipe .recipe__hash {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe__hash {
    margin-top: 10px;
  }
}
.p-recipe .recipe__hash a {
  border: 1px solid var(--line2);
  border-radius: 6px;
  padding: 3px 8px;
  font-weight: bold;
  display: block;
  /*white-space: nowrap;*/
  font-size: 1.6rem;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-recipe .recipe__hash a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe__hash a {
    font-size: 1rem;
  }
}
.p-recipe .recipe_list .recipe_list_result {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe_list .recipe_list_result {
    margin-top: 20px;
  }
  .p-recipe .recipe_list .recipe_list_result > p {
    font-size: 1.2rem;
  }
}
.p-recipe .recipe_list .recipe_list_result .recipe_lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 60px 4%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .p-recipe .recipe_list .recipe_list_result .recipe_lists {
    gap: 60px 3.5%;
  }
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe_list .recipe_list_result .recipe_lists {
    gap: 30px 4%;
  }
}
.p-recipe .recipe_list .recipe_list_result .recipe_lists > li {
  width: 22%;
}
.p-recipe .recipe_list .recipe_list_result .recipe_lists > li.recipe_lists_w100 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe_list .recipe_list_result .recipe_lists > li.recipe_lists_w100 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-recipe .recipe_list .recipe_list_result .recipe_lists > li {
    width: 31%;
  }
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe_list .recipe_list_result .recipe_lists > li {
    width: 48%;
  }
}
.p-recipe .recipe_list .recipe_list_result .recipe_lists > li > a {
  /*display: block;*/
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe_list .recipe_list_result .recipe_lists > li > a {
    font-size: 1.2rem;
  }
}
.p-recipe .recipe_list .recipe_list_result .recipe_lists > li .recipe_lists__product {
  font-weight: normal;
  font-size: 1.6rem;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe_list .recipe_list_result .recipe_lists > li .recipe_lists__product {
    font-size: 1.1rem;
    margin-top: 5px;
  }
}
.p-recipe .recipe_list .recipe_list_result .recipe_lists > li .recipe__hash {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe_list .recipe_list_result .recipe_lists > li .recipe__hash {
    margin-top: 5px;
  }
}
.p-recipe .recipe_list .recipe_list_result .recipe_lists > li .result_lists__tag {
  display: flex;
  align-recipes: flex-start;
  gap: 5px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe_list .recipe_list_result .recipe_lists > li .result_lists__tag {
    margin-top: 5px;
  }
}
.p-recipe .recipe_list .recipe_list_result .recipe_lists > li .result_lists__tag > li img {
  display: block;
  width: 70px;
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe_list .recipe_list_result .recipe_lists > li .result_lists__tag > li img {
    width: 50px;
  }
}
.p-recipe .recipe_list .recipe_list_result .recipe_lists > li .result_lists__img {
  aspect-ratio: 1/1;
  position: relative;
}
.p-recipe .recipe_list .recipe_list_result .recipe_lists > li .result_lists__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-recipe .recipe_list .recipe_list_result .recipe_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;
}
.p-recipe .recipe_list .recipe_list_result .recipe_lists > li .result_lists__name {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe_list .recipe_list_result .recipe_lists > li .result_lists__name {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}
.p-recipe .recipe_list .recipe_list_result .recipe_lists > li .result_lists__price {
  margin-top: 10px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe_list .recipe_list_result .recipe_lists > li .result_lists__price {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}
.p-recipe .recipe_list .recipe_list_result .recipe_lists > li .result_lists__price.result_lists__price--strikethrough {
  text-decoration: line-through;
}
.p-recipe .recipe_list .recipe_list_result .recipe_lists > li .result_lists__price.result_lists__price--sale {
  margin-top: 0;
  color: var(--daiko-red);
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe_list .recipe_list_result .recipe_lists > li .result_lists__price.result_lists__price--sale {
    font-size: 1.4rem;
  }
}
.p-recipe .category__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .p-recipe .category__list {
    gap: 8px;
    /*margin-top: 30px;
    width: 100%;

    + .category__lists {
    	margin-top: 7px;
    }*/
  }
}
.p-recipe .category__list > li {
  width: calc((100% - 30px) / 3);
  /*+ li {
  	margin-top: 15px;

  	@include mq(){
  		margin-top: 7px;
  	}
  }*/
}
@media screen and (max-width: 768px) {
  .p-recipe .category__list > li {
    width: 100%;
  }
}
.p-recipe .category__list > 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;
  background-color: #fffde5;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .p-recipe .category__list > li > a {
    font-size: 1.3rem;
    padding: 8px 30px 8px 12px;
    border-radius: 8px;
  }
}
.p-recipe .category__list > li > a::after {
  /*@include arrow_red;*/
  content: "";
  background-image: url(/wp-content/themes/daiko-recipe/common/images/cate_arrow_br.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
@media (any-hover: hover) and (pointer: fine) {
  .p-recipe .category__list > li > a:hover {
    opacity: 0.7;
  }
}
.p-recipe .category__list > li > a > img {
  width: 50px;
}
@media screen and (max-width: 768px) {
  .p-recipe .category__list > li > a > img {
    width: 33px;
  }
}
.p-recipe .recipe_box {
  margin: 0 auto 80px;
  max-width: 850px;
  /*.recipe__ol__step{
  	list-style-type: none;
  	li{
  		&:not(:last-child){
  			margin-bottom: 5px;
  		}
  	}
  	@include mq(){
  		font-size: 1.4rem;
  	}
  }*/
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe_box {
    max-width: 480px;
    margin-bottom: 50px;
  }
}
.p-recipe .recipe_box .recipe_top {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe_box .recipe_top {
    display: block;
  }
}
.p-recipe .recipe_box .recipe_img {
  width: 450px;
}
.p-recipe .recipe_box .recipe_img img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .p-recipe .recipe_box .recipe_img {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe_box .recipe_img {
    width: 100%;
  }
}
.p-recipe .recipe_box .recipe__detail {
  width: calc(100% - 480px);
  /*.recipe_list__material{
  	li{
  		list-style-type: none;
  	}
  	@include mq(){
  		font-size: 1.4rem;
  	}
  }*/
}
@media screen and (max-width: 1000px) {
  .p-recipe .recipe_box .recipe__detail {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe_box .recipe__detail {
    width: 100%;
    margin-top: 15px;
  }
}
.p-recipe .recipe_box .recipe__detail .recipe__sttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.p-recipe .recipe_box .recipe__detail .recipe__sttl span {
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe_box .recipe__detail .recipe__sttl {
    font-size: 1.6rem;
  }
}
.p-recipe .recipe_box .recipe__detail .recipe__material {
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe_box .recipe__detail .recipe__material {
    font-size: 1.2rem;
  }
}
.p-recipe .recipe_box .recipe__detail .recipe__dl__product {
  width: fit-content;
}
.p-recipe .recipe_box .recipe__detail .recipe__dl__product a {
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-recipe .recipe_box .recipe__detail .recipe__dl__product a:hover {
    opacity: 0.7;
  }
}
.p-recipe .recipe_box .recipe__detail .recipe__dl__product dt {
  margin-bottom: 15px;
  text-decoration: underline;
  color: var(--set);
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe_box .recipe__detail .recipe__dl__product {
    font-size: 1.2rem;
  }
}
.p-recipe .recipe_box .recipe__step {
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe_box .recipe__step {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe_box .recipe__comment p {
    font-size: 1.2rem;
  }
}
.p-recipe .recipe__sns {
  background: var(--brown);
  color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 646px;
  margin: 0 auto;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe__sns {
    width: 80%;
  }
}
@media screen and (max-width: 370px) {
  .p-recipe .recipe__sns {
    width: 90%;
  }
}
.p-recipe .recipe__sns .recipe__sns__ttl {
  text-align: center;
  font-size: 1.8rem;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe__sns .recipe__sns__ttl {
    font-size: 1.6rem;
    gap: 0 10px;
    margin-bottom: 15px;
  }
}
.p-recipe .recipe__sns .recipe__sns__ttl::before, .p-recipe .recipe__sns .recipe__sns__ttl::after {
  content: "";
  background-image: url(/wp-content/themes/daiko-recipe/common/images/ttl_deco_recipe01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe__sns .recipe__sns__ttl::before, .p-recipe .recipe__sns .recipe__sns__ttl::after {
    width: 10px;
    height: 10px;
  }
}
.p-recipe .recipe__sns .recipe__sns__ttl::after {
  background-image: url(/wp-content/themes/daiko-recipe/common/images/ttl_deco_recipe02.svg);
}
.p-recipe .recipe__sns .recipe__sns__list {
  display: flex;
  justify-content: center;
  gap: 0 30px;
}
.p-recipe .recipe__sns .recipe__sns__list li {
  width: 48px;
}
.p-recipe .recipe__sns .recipe__sns__list li a, .p-recipe .recipe__sns .recipe__sns__list li button {
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-recipe .recipe__sns .recipe__sns__list li a:hover, .p-recipe .recipe__sns .recipe__sns__list li button:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe__sns .recipe__sns__list {
    gap: 0 14px;
  }
  .p-recipe .recipe__sns .recipe__sns__list li {
    width: 24px;
  }
}

@media print {
  body {
    zoom: 0.55;
  }
  body header {
    position: absolute;
  }
}
/*# sourceMappingURL=style.css.map */
