@charset "UTF-8";

body {
  line-height: 180% !important;
  font-size: 86%;
  color: #222 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
}

#pagetop {
  display: block;
  position: fixed;
  bottom: 10px;
  right: 10px;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #222;
}

/* header */

#slide-l {
  z-index: 100;
  cursor: default;
  position: fixed;
  top: -460px;
  height: 460px !important;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #fff;
}

.slide-inner {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  margin: 0 auto;
  max-width: 1120px;
  width: 100%;
  height: 100%;
}

.slide-inner section {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.headline h1 {
  font-size: 90%;
  line-height: 150%;
  font-weight: normal;
  width: 66%;
}

.headline .logo {
  width: 228px;
}

.information-block {
  width: 74%;
}

.ban_block {
  width: 230px;
  margin-top: 70px;
}

.ban_block img {
  width: 100%;
  height: auto;
}

.ban_block li {
  list-style: none;
}

.information-block > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.information-block > ul > li:first-child {
  width: 30%;
}

.information-block > ul > li:nth-child(2) {
  width: 38%;
}

.information-block > ul > li:nth-child(3) {
  width: 24%;
}

.information-block > ul p {
  font-weight: bold;
}

.information-block > ul > li {
  width: 20%;
  list-style: none;
  border-right: 1px solid #eee;
}

.information-block > ul > li a:hover {
  text-decoration: none;
}

.information-block > ul > li li {
  list-style: none;
  font-size: 90%;
}

.information-block .f_items li:nth-child(odd) {
  width: 30% !important;
}

.information-block .f_items li:nth-child(even) {
  width: 60% !important;
}

#slide-l .nav-icon {
  position: absolute;
  right: 0px;
  top: 460px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  z-index: 3000 !important;
}

.cov {
  margin: 0 auto;
  max-width: 1120px;
  min-width: 768px;
  width: 100%;
  position: relative;
}

.headers {
  width: 1120px;
  margin: 14px auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.FS2_repeater {
  margin: 14px 30px 0 0;
  text-align: right;
}

.hd-cont:after {
  content: "";
  clear: both;
  display: block;
}

.logo img {
  max-width: 100%;
  height: auto;
}

.tp_infos {
  width: 70%;
}

.tp_infos li {
  list-style: none;
}

.tp_infos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gai_yo {
  margin: 0 40px 7px 0;
}

.gai_yo li {
  background: url(../img/tp-lines.gif) no-repeat left center;
  padding-left: 20px;
  margin-left: 20px;
  font-size: 80%;
}

.gai_yo li:first-child {
  background: none;
}

.gai_yo a:hover {
  text-decoration: none;
}

.tp_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tp_btn li {
  margin-left: 25px;
  font-weight: bold;
}

/* 250618 海外サイトの導線追加 */
/*.tp_btn li:last-child {
  font-family: HelveticaNeue-CondensedBold, "arial black";
  font-size: 180%;
  line-height: 1em;
}*/
.tp_btn li:nth-last-of-type(2) {
  font-family: HelveticaNeue-CondensedBold, "arial black";
  font-size: 180%;
  line-height: 1em;
}

.i_regist {
  background: url(../img/user.svg) no-repeat left center;
  background-size: 20px 20px;
  padding: 5px 0 5px 30px;
}

.i_logins {
  background: url(../img/login.svg) no-repeat left center;
  background-size: 20px 20px;
  padding: 5px 0 5px 30px;
}

.i_cart {
  background: url(../img/i_cart.svg) no-repeat left center;
  background-size: 20px 20px;
  padding: 5px 0 5px 30px;
}

.i_free {
  background: url(../img/free-icon.svg) no-repeat left center;
  background-size: 32px 24px;
  padding-left: 40px;
}

.tp_btn a {
  text-decoration: none;
}

.tp_btn a:hover {
  opacity: 0.7;
}

.i-plus {
  background: url(../img/un_delta.svg) no-repeat right center;
  background-size: 8px 8px;
  padding-right: 15px;
}

.parent {
  position: relative;
}

.mod_dropnavi_child {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -300px;
  z-index: 99;
  padding: 32px 0 0 0 !important;
  width: 600px;
}

.pareabg {
  background: #fff;
}

#gray {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 1;
  display: none;
}

#gray:targets {
  display: block;
}

.p-list {
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 5% 5% 5px;
  position: relative;
}

.p-list:after {
  border: 10px solid transparent;
  border-bottom-color: #fff;
  border-top-width: 0;
  top: -10px;
  content: "";
  display: block;
  left: 48%;
  position: absolute;
  width: 0;
}

.p-list li {
  background: url(../img/r-delta_blo.svg) no-repeat left 32%, url(../img/dot-line.gif) repeat-x left bottom;
  background-size: 6px 6px, 4px 1px;
  padding-bottom: 10px;
  margin: 0 2% 5% 0;
  list-style: none;
  padding-left: 12px;
  width: 32%;
  font-size: 90%;
}
.p-list li:nth-child(3n) {
  margin-right: 0;
}

.p-list li a {
  display: block;
}

.nars .mod_dropnavi_child ul {
  display: block;
  border: 1px solid #000;
}

.nars .mod_dropnavi_child ul.p-list:after {
  border: 12px solid transparent;
  border-bottom-color: #fff;
  border-top-width: 0;
  top: -10px;
  content: "";
  display: block;
  left: 46%;
  position: absolute;
}

.gnavs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 800px;
  margin: 0 auto 10px;
}

.gnavs > li {
  width: 20%;
  text-align: center;
  font-weight: bold;
  list-style: none;
}

#wide {
  /*  margin-bottom: 80px;*/
  margin-bottom: 40px;
}

.sp-button {
  border: none !important;
  background: #eee !important;
}

.sp-selected-button {
  background: #ca9f0b !important;
}

.future_ban {
  width: 1120px;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.future_ban__list {
  list-style: none;
  width: 260px;
  margin-right: 26px;
  margin-bottom: 10px;
}

.future_ban__list:nth-child(4n) {
  margin-right: 0;
}

.future_ban__list:last-of-type {
  margin-right: 0;
}

.future_ban__list a:hover,
.popular_rank__photo a:hover {
  opacity: 0.5;
}

.sectit {
  font-size: 200%;
  line-height: 150%;
  font-weight: normal;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

.popular_rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1120px;
  margin: 0 auto 80px;
}

.popular_rank__item {
  width: 18.4%;
  margin-right: 2%;
  list-style: none;
  position: relative;
}

.popular_rank__item:last-of-type {
  margin-right: 0;
}

.rank_no1,
.rank_no2,
.rank_no3,
.rank_eb {
  position: absolute;
  z-index: 2;
  padding: 10px 15px;
  font-size: 130%;
  line-height: 1em;
  top: 0;
  left: 0;
  color: #fff;
}

.rank_no1 {
  background: #ca9f0b;
}

.rank_no2 {
  background: #ccc;
}

.rank_no3 {
  background: #a36d18;
}

.rank_eb {
  background: #a3937f;
}

.incd__blog {
  background: #f7f6ec;
  padding: 60px 5%;
  margin-bottom: 80px;
}

.tab_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1120px;
  margin: 0 auto 40px;
}

.tab {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  list-style: none;
  border-bottom: 2px solid #ccc;
  text-align: center;
  padding: 0 5% 20px;
  cursor: pointer;
  font-weight: bold;
  color: #999;
  font-size: 130%;
}

.panel_group {
  width: 1120px;
  margin: 0 auto 40px;
}

.panel {
  display: none;
}

.tab.is-active {
  border-bottom: 2px solid #bd8816;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #000;
}

.panel.is-show {
  display: block;
}

.top_recipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_recipe__item {
  background: #fff;
  width: 24%;
  margin-right: 1.33%;
  list-style: none;
  position: relative;
}

.top_recipe__item:last-of-type {
  margin-right: 0;
}

.top_recipe__post {
  padding: 6%;
}

.top_recipe__photo img {
  width: 100%;
  height: auto;
}

.top_recipe__a {
  text-decoration: none;
}

.top_recipe__a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top_recipe__a:hover img {
  opacity: 0.5;
}

.top_recipe__post h3 {
  margin-bottom: 15px;
}

.moes {
  text-align: right;
  width: 1120px;
  margin: 0 auto;
}

.moes__a {
  padding: 15px 5%;
  text-decoration: none;
  font-size: 120%;
  line-height: 150%;
  letter-spacing: 2px;
  border-bottom: 1px solid #000;
}

.icon_eat {
  background: url(../img/icon_eat.svg) no-repeat right center;
  background-size: 20px 20px;
  padding-right: 35px;
}

.bansarea {
  width: 1120px;
  margin: 0 auto 100px;
}

.top_banarea,
.top_banarea__fin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.top_banarea {
  margin: 0 auto 80px;
}

.top_banarea__fin {
  margin: 0 auto 20px;
}

.top_banarea__list,
.top_banarea__list__f,
.top_banarea__list100 {
  list-style: none;
}

.top_banarea__list__f {
  margin-bottom: 2%;
}

.top_banarea__list {
  width: 49%;
  margin: 0 2% 2% 0;
}

.top_banarea__list100 {
  width: 100%;
  margin: 0 0 2%;
}

.top_banarea__list:nth-child(even) {
  margin-right: 0;
}

.top_banarea .top_banarea__list:nth-child(even),
.top_banarea__fin .top_banarea__list:nth-child(even) {
  margin-right: 2%;
}

.top_banarea .top_banarea__list:nth-child(odd),
.top_banarea__fin .top_banarea__list:nth-child(odd) {
  margin-right: 0;
}

.top_banarea__list img,
.top_banarea__list__f img {
  width: 100%;
  height: auto;
}

.moes__center {
  text-align: center;
  width: 1120px;
  margin: 0 auto;
}

.icon_delta {
  background: url(../img/r_delta.svg) no-repeat right center;
  background-size: 10px 10px;
  padding-right: 35px;
}

.bansarea a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bansarea a:hover img {
  opacity: 0.5;
}

.top__giftarea {
  width: 1120px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.top__giftarea__list {
  list-style: none;
  width: 49%;
  margin: 0 2% 1% 0;
}

.top__giftarea__list img {
  width: 100%;
  height: auto;
}

.top__giftarea__list:nth-child(even) {
  margin-right: 0;
}

.top_blogarea {
  width: 1120px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.top_blogarea__list {
  list-style: none;
  width: 49%;
  background: #fff;
  margin: 0 2% 2% 0;
}

.top_blogarea__list:nth-child(even) {
  margin-right: 0;
}

.top_blogarea__list__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.top_blogarea__list__photo {
  width: 36%;
  line-height: 1em;
  font-size: 0;
}

.top_blogarea__list__post {
  width: 64%;
  padding: 5%;
}

.post_data {
  color: #999;
  margin-bottom: 10px;
}

.stf__blog {
  margin-bottom: 80px;
}

.rest_bg {
  padding: 5%;
  background: url(../img/bg_lines.gif) repeat left top;
  margin-bottom: 80px;
}

.rest_bg__tit {
  text-align: center;
  margin-bottom: 20px;
}

.rest_bg__tit dd {
  font-family: "heisei-mincho-std", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 110%;
}

.restproduct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 780px;
  margin: 0 auto;
}

.rest_bg li {
  list-style: none;
  background: #fff;
  width: 47%;
}

.rest_bg li img {
  width: 100%;
  height: auto;
}

.rest_padd {
  padding: 6% 10%;
}

.rest_padd p:first-child {
  text-align: center;
  margin-bottom: 20px;
}

.bnk_link {
  background: url(../img/external-link-symbol.svg) no-repeat left top;
  background-size: 12px 12px;
  padding-left: 20px;
  margin-top: 25px;
}

.media_area {
  width: 1120px;
  margin: 0 auto 100px;
}

.media_area__sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.media_area__list {
  list-style: none;
  width: 16%;
  margin-right: 5%;
}

.media_area__list img {
  width: 100%;
  height: auto;
}

.media_area__list:last-child {
  margin-right: 0;
}

.fix-right-navi {
  position: fixed;
  top: 45% !important;
  right: 20px;
  width: 80px;
  z-index: 90;
}

.fix-right-navi ul {
  margin-bottom: 30px !important;
}

.fix-right-navi li {
  margin-bottom: 10px;
  list-style: none;
}

.fix-right-navi img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fix-right-navi a:hover img {
  opacity: 0.5;
}

.fix-right-navi img {
  width: 80px;
  height: 80px;
}

.fix-right-navi .fs-p-cartItemNumber {
  font-size: 1.6rem !important;
  top: 190px;
}

.side-tit {
  text-align: center;
  font-family: "heisei-mincho-std", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 140%;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #a99660;
}

.tp_subtit {
  text-align: center;
  margin-bottom: 30px;
}

.tp_subtit span {
  color: #fff;
  padding: 5px;
  margin-right: 5px;
  background: #cb576e;
  font-size: 80%;
}

.tp_subtit dt,
.tp_subtit h2 {
  text-align: center;
  font-family: "heisei-mincho-std", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 200%;
  font-weight: normal;
  list-style-position: 150%;
  margin-bottom: 10px;
}

.tp_subtit dd,
.tp_subtit p {
  color: #a99660;
  font-family: HelveticaNeue-CondensedBold, "arial black";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tp_subtit dd:before,
.tp_subtit dd:after,
.tp_subtit p:before,
.tp_subtit p:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background: #a99660;
  display: block;
}

.tp_subtit dd:before,
.tp_subtit p:before {
  margin-right: 4em;
}

.tp_subtit dd:after,
.tp_subtit p:after {
  margin-left: 4em;
}

.detail_tit {
  font-family: "heisei-mincho-std", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 140%;
  margin-bottom: 25px !important;
  padding-bottom: 10px;
  border-bottom: 2px solid #a99660;
}

.bnk_link {
  background: url(../img/external-link-symbol.svg) no-repeat left top;
  background-size: 12px 12px;
  padding-left: 20px;
  margin-top: 25px;
}

/* btn */

.blown_btn a {
  display: block;
  background: url(../img/r-delta.svg) no-repeat 96% center #a99660;
  background-size: 9px 8px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "heisei-mincho-std", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 110%;
}

.blown_btn a:hover {
  opacity: 0.7;
  display: block;
  background: url(../img/r-delta.svg) no-repeat 96% center #a99660;
  background-size: 9px 8px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px 0;
  font-family: "heisei-mincho-std", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 110%;
}

.buy_btn a {
  display: block;
  text-decoration: none;
  background: url(../img/emptycart.svg) no-repeat 8% center #cf3c01;
  background-size: 20px 20px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 15px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "heisei-mincho-std", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 110%;
  transition: 0.3s;
  -webkit-box-shadow: 0px 5px 0 #842404;
  box-shadow: 0px 5px 0 #842404;
}

.buy_btn a:hover {
  display: block;
  background: url(../img/emptycart.svg) no-repeat 8% center #cf3c01;
  background-size: 20px 20px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 15px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "heisei-mincho-std", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 110%;
  opacity: 0.7;
  text-decoration: none;
  -webkit-box-shadow: 0px 5px 0 #842404;
  box-shadow: 0px 5px 0 #842404;
}

.f-guide {
  width: 1120px;
  margin: 0 auto 30px;
  text-align: center;
}

.f_bg {
  width: 100%;
  background: url(../img/f_bg.jpg) repeat left top;
  padding: 80px 0 40px;
}

.f_bg ul {
  width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.f_bg ul li {
  list-style: none;
  width: 32%;
  text-align: center;
  -webkit-box-shadow: 0 0 0 1px #a99660 inset;
  box-shadow: 0 0 0 1px #a99660 inset;
  padding: 5% 3% 3%;
  background: #fff;
  position: relative;
  margin-bottom: 20px;
}

.f_bg ul li dt {
  font-family: "heisei-mincho-std", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 130%;
  line-height: 150%;
  margin-bottom: 15px;
}

.f_icon {
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -37px;
  width: 74px;
  height: 74px;
}

.f_icon img {
  width: 100%;
  height: auto;
}

.calls {
  font-family: HelveticaNeue-CondensedBold, "arial black";
  font-size: 180%;
  line-height: 1em;
  margin-top: -8px;
}

.calls span {
  background: url(../img/free-icon.svg) no-repeat left center;
  background-size: 32px 24px;
  padding-left: 40px;
}

.f_bg ul li:nth-child(4),
.f_bg ul li:nth-child(5) {
  width: 49%;
  margin-bottom: 0;
  font-size: 90%;
  padding-top: 3%;
}

.noshi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.noshi p:last-child {
  width: 60%;
}

.f_card p:last-child {
  text-align: left;
  margin-top: 8px;
}

.f_link {
  background: #e6e1d3;
  padding: 40px 0;
}

.f_link > ul {
  width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.f_link li {
  list-style: none;
}

.f_link p {
  border-bottom: 5px solid #a99660;
  display: inline-block;
  margin-bottom: 20px;
}

.f_link > ul > li {
  width: 18%;
}

.f_link > ul > li:first-child {
  width: 30%;
}

.f_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.f_items li {
  width: 48%;
}

.f_link > ul > li li a {
  font-size: 88%;
  display: block;
  background: url(../img/r-delta_blo.svg) no-repeat left center;
  background-size: 6px 6px;
  padding-left: 16px;
}

.en_links {
  padding: 20px;
  width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.en_links li {
  background: url(../img/tp-lines.gif) no-repeat left center;
  padding-left: 20px;
  margin-left: 20px;
  list-style: none;
}

.en_links li:first-child {
  background: none;
}

.f_link a:hover,
.en_links li a:hover {
  text-decoration: none;
}

.copys {
  text-align: center;
  color: #fff;
  background: #333;
  padding: 20px;
}

.copys a {
  color: #fff;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}

#page-top a {
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 10px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}

#page-top a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#page-top img {
  width: 100px;
  height: auto;
}

/*追加*/

.twobtn_list,
.thrbtn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1120px;
  margin: 0 auto 80px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.twobtn_list a:hover,
.thrbtn_list a:hover {
  opacity: 0.5;
}

.twobtn_item {
  margin: 0 0 15px;
}

.mente {
  border: 3px solid #c40000;
  padding: 20px;
  text-align: center;
  line-height: 180%;
  background-color: #fff;
  margin: 0 0 1rem;
  width: 1120px;
  margin: 0 auto 20px;
  border-radius: 10px;
}

.mente_tit {
  font-size: 180%;
  color: #c40000;
  margin: 0 0 20px;
}

.mente_txt,
.zeiritu_txt {
  font-size: 16px;
  margin: 0;
}

.zeiritu {
  border: 3px solid #a79667;
  padding: 20px;
  text-align: center;
  line-height: 180%;
  background-color: #fff;
  margin: 0 0 1rem;
  width: 1120px;
  margin: 0 auto 50px;
  border-radius: 10px;
}

.zeiritu_tit {
  font-size: 180%;
  color: #a79667;
  margin: 0 0 20px;
}

.media_area__list p {
  margin: 0;
}

.object-fit-img img {
  height: 257px;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

.pc_imgmax {
  width: 100%;
  height: auto;
}

.pc_newsbnr {
  margin: 0 auto 40px;
  width: 1119px;
}

.tp_dmv_img {
  margin: 0 auto 40px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.tp_dmv_img02 {
  margin: 0 auto 20px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.tp_dmv_img02 a:hover {
  opacity: 0.5;
}

.tp_dmv_txst {
  max-width: 780px;
  margin: 0 auto 10px;
  text-align: left;
}

/* 2022.10toprenewal */

.gnavs > li {
  background: #f7f6ec;
  padding: 3px 0;
}

.gnavs_wrap {
  background: #f7f6ec;
}

.catenavarea {
  padding: 0px 5%;
  margin-top: 15px;
}

.catenav {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.catenav__list {
  width: 11%;
  text-align: center;
}

.catenav__icon {
  max-width: 66px;
  margin: 0 auto 10px;
}

.catenav__a p {
  line-height: 1.2;
  min-height: 38px;
}

.layer_board .mdl_btn_close.circle_btn {
  background-image: url(../img/modalclose.png) !important;
}

.layer_board {
  background: none !important;
  padding: 0 !important;
  max-width: 600px !important;
  top: 50%;
  -webkit-transform: translate(-0%, -50%);
  transform: translate(-0%, -50%);
  width: 100% !important;
}

.layer_board_bg {
  background: rgba(0, 0, 0, 0.6);
}

.layer_borad_content__a {
  display: block;
}

.layer_board .mdl_btn_close.circle_btn {
  cursor: pointer !important;
}

/* .layer_board .mdl_btn_close.circle_btn {
  top: 0px !important;
  right: 10px !important;
  width: 40px !important;
  height: 40px !important;
} */

.layer_board .mdl_btn_close.circle_btn {
  top: 0px !important;
  right: -60px !important;
  width: 40px !important;
  height: 40px !important;
}

/* 2022.10toprenewal ここまで */

/* 2022.10toprenewal 追記 */

#head_renewal .sticky_gnavs_wrap.fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
}

#head_renewal .catenavarea {
  margin-top: 0px;
  padding-top: 15px;
  background: #fff;
}

#head_renewal .gnavs {
  margin: 0 auto 0px;
}

#head_renewal .gnavs_wrap {
  background: #cf3c02;
}

#head_renewal .gnavs > li {
  background: #cf3c02;
}

#head_renewal .gnavs a {
  color: #fff;
}

#head_renewal .i-plus {
  background: url(../img/un_delta_w.svg) no-repeat right center;
}

#head_renewal .p-list li a {
  color: #000 !important;
}

/* 2022.10toprenewal 追記ここまで */

.top_news--changeprice {
  max-width: 780px;
  margin: 0 auto;
}

.top_news--changeprice-tit {
  border-top: double 5px #7c7c7c;
  border-bottom: double 5px #7c7c7c;
  text-align: center;
  font-size: 2rem;
  font-family: "heisei-mincho-std", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  padding: 10px 0;
  margin-bottom: 10px;
}

.top_news--changeprice__li-tit {
  color: #cf3c02;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  margin: 0 auto 10px;
}

.top_news--changeprice__li-detail {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 24px;
}

.top_news--changeprice__ul {
  list-style: none;
}

.top_news--changeprice-txt {
  margin: 20px auto;
}

.top_news--changeprice__li-detail-ul {
  list-style: none;
  display: grid;
  gap: 0 4%;
  grid-template-columns: 48% 48%;
  width: 60%;
  margin: 0 auto 16px;
  text-align: left;
  font-size: 1.6rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top_news__link {
  color: #f00 !important;
  display: block;
  text-align: left;
  text-decoration: underline;
}

.top_news--changeprice__li-detail {
  text-align: center;
  margin: 0 auto 24px;
}

.top_news--changeprice--info {
  margin: 0;
}

.top_news--changeprice--info {
  font-weight: bold;
  margin: 0 0 3px 0;
  line-height: 1.4;
}

.top_news--changeprice--info {
  font-weight: bold;
  margin: 0 0 3px 0;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.top_news--changeprice.mrg {
  margin-top: 30px;
}

.cll_top--con {
  max-width: 780px;
  margin: 0 auto 50px;
}

.cll_top--con h2 {
  background: url(https://gomayamada.itembox.design/item/common/img/88lp_tit_icon.svg) no-repeat left center / 17px;
  font-weight: 500;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  display: block;
  margin-bottom: 5px;
  padding-left: 24px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto 14px;
}

/* 230720追記ここから */
.alphabet-exception {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
/* 230720追記ここまで */

/* 230801追記ここから */
.cll_top--ul {
  margin-left: 1em;
}

/* 231020追記ここから */
.mente a.mente_tit {
  color: #c40000;
}

.mente a.mente_tit:hover {
  color: #3c3c3c;
}
/* 231020追記ここまで */
/* 231204ここから */
.nenmatsu_img {
  width: 100%;
  height: auto;
  line-height: 1rem;
  display: block;
}
/* 231204ここまで */

/* 241025-1203_商品画像ホバー追記_ここから */
a img, li a img, .top_blogarea__list__a{
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a img:hover, li a img:hover, .top_blogarea__list__a:hover{
  opacity: 0.6;
}
/* 241025-1203_商品画像ホバー追記_ここまで */

/* 250217_キーワード検索設置_ここから */
.headers {
  margin: 14px auto;
  align-items: center;
}

.header-under {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1rem;
}

.header-under form {
  width: 30rem;
  padding: 0 1.6rem;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #D1D1D1;
}

.header-under input {
  width: 23.7rem;
  height: 38px;
  font-size: 16px;
  border: none;
  padding: 10px 0;
}

.header-under [type=text]:focus {
  box-shadow: unset;
}

.header-under button {
  width: 7%;
  height: 0;
  padding: 7% 0 0;
  background: url(https://gomayamada.itembox.design/item/sp/common/img/com_search_ic01.png) 0 0 no-repeat;
  background-size: 100% 100%;
  border: none;
  vertical-align: middle;
  text-indent: -9999px;
  cursor: pointer;
  outline: 0;
  margin-bottom: 4px;
}

.header-under__keyword {
  margin-left: 1rem;
  background-color: #F7F7F7;
  width: 45rem;
  display: flex;
  padding: 5px;
}

.header-under__keyword span {
  font-weight: bold;
  display: block;
  width: 14rem;
  flex-shrink: 0;
  border-right: 1px solid #CFCFCF;
  margin-right: 2rem;
  text-align: center;
  line-height: 5rem;
}

.header-under__keyword ul {
  flex-wrap: wrap;
  gap: 2px;
  justify-content: flex-start;
}

.header-under__keyword ul li {
  background-color: #fff;
  font-size: 1.2rem;
  border: 1px solid #DBDBDB;
  line-height: 20px;
  padding: 0 5px;
}
/* 250217_キーワード検索設置_ここまで */

/* 250217_MVスライダー（高さ）修正_ここから */
#wide.slider-pro .sp-mask{
  height: 490px !important;
}
/* 250217_MVスライダー（高さ）修正_ここまで */

/* 250618 海外サイトの導線追加 ここから */
/* 242-247行目も対象*/
ul.tp_btn li.grobal a{
  background: #cf3c02;
  display: block;
  padding: 0 10px 0 13px;
}

ul.tp_btn li.grobal a span.i_en{
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.05rem;
  background: url(../img/i_grobal.png) left center / 15px 15px no-repeat;
  padding: 3px 5px 3px 25px;
}

ul.tp_btn li, ul.tp_btn02 li{
  margin-left: 20px;
}
/* 250618 海外サイトの導線追加 ここまで */