@charset "UTF-8";
/*@mixin pc {
  @media screen and (min-width: ($pc)) {
    @content;
  }
}

@mixin tab {
  	@media  screen and (min-width: ($sp + 1)) and (max-width: ($pc + 1)) {
    @content;
  }
}

@mixin sp {
  @media screen and (max-width: ($sp)) {
    @content;
  }
}
*/
/*	@media screen and (max-width:1250px) {

		調整できないときは任意の数字に打ち換えて調整
}	*/
/*  @include sp {
    display: block;
    margin-bottom: 0;
  }
*/
/* a{
    color: blue;
    &:hover {
      color: red;
    }*/
/*@mixin setcss{
  width: 500px;
	height: 500px;
	margin: 0 auto;
	background: #000;
 }
.set {
  @include setcss;
}*/
/******TAGZONE******/
html {
  font-size: 62.5%;
  /* ルートのフォントサイズを10pxに設定　あとはremで指定　 */ }

body, p, h1, h2, h3, h4, h5, h6, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  vertical-align: baseline;
  background: transparent;
  border: 0;
  outline: 0; }

.mincho {
  font-family: 'Noto Serif JP', serif; }

.suji {
  font-family: 'Lato', sans-serif; }

.ozu {
  font-family: 'Oswald', sans-serif; }

.eiji {
  font-family: 'Josefin Sans', sans-serif; }

.mon {
  font-family: 'Montserrat', sans-serif; }

.copycopy::before {
  content: '';
  display: block;
  width: 20px;
  height: 11px;
  background: url("../img/aro_s_w.svg") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: calc(50% - 11px/2);
  right: 10px; }
.copycopy::before {
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  background: #4B3F33;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 1px/2); }

@media screen and (max-width: 959px) {
  .pcon {
    display: none; } }

@media screen and (max-width: 767px) {
  .tabonpc {
    display: none; } }

@media screen and (min-width: 960px) {
  .tabonsp {
    display: none; } }

.spon {
  display: block; }
  @media screen and (max-width: 767px) {
    .spon {
      display: block; } }

.fade {
  transition: all 0.5s; }
  .fade:hover {
    opacity: 0.7; }

*,
*::before,
*::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  -webkit-text-size-adjust: none;
  line-height: 1.3;
  word-break: break-all;
  font-size: 1.6rem;
  letter-spacing: 0.07rem;
  font-weight: 500;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #222; }
  @media screen and (max-width: 767px) {
    *,
    *::before,
    *::after {
      font-size: 1.3rem; } }

@media screen and (min-width: 960px) {
  *::before,
  *::after {
    transition: all 0.3s ease; } }

.tra {
  transition: all 0.8s; }

::selection {
  color: #fff;
  background-color: #3abec1; }

.wm {
  width: 100%; }

@media screen and (min-width: 960px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
  height: auto; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  text-decoration: none;
  outline: none;
  color: #4B3F33;
  transition: all 0.3s ease; }

a:hover {
  text-decoration: underline; }

pre, code {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px; }

.mb5 {
  margin: 0 0 5px; }

.mb10 {
  margin: 0 0 10px; }

.mb20 {
  margin: 0 0 20px; }

.mb30 {
  margin: 0 0 30px; }

.mb40 {
  margin: 0 0 40px; }

.t_c {
  text-align: center; }

.spon {
  display: none; }
  @media screen and (max-width: 767px) {
    .spon {
      display: block; } }

br.spon {
  display: none; }

body {
  border-top: 25px solid #000;
  min-height: 100%; }
  @media screen and (max-width: 767px) {
    body {
      border-top: 10px solid #000; } }

.wrap {
  max-width: 1100px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  height: 100%; }

header {
  background: url("../img/bg02.jpg") repeat-x #000;
  background-size: contain; }
  @media screen and (max-width: 1920px) {
    header {
      background: url("../img/bg02.jpg") repeat-x #000;
      background-size: cover; } }
  header div {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 0 20px; }
  header h1 {
    margin: 0 auto; }
  header p {
    max-width: 950px;
    margin: 20px auto 0;
    border: 2px solid #C9151E; }

.fmenu {
  font-size: 25px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  margin: 0 0 20px;
  line-height: 1.3;
  background: #000;
  padding: 20px;
  clip-path: polygon(0 0, 97% 0, 100% 20%, 100% 80%, 100% 100%, 3% 100%, 0% 80%, 0% 20%); }
  @media screen and (max-width: 767px) {
    .fmenu {
      font-size: 20px;
      margin: 0 0 20px;
      padding: 12px;
      clip-path: none; } }

.fmenu.itadori {
  background: #f08300; }

.fmenu.fushi {
  background: #00a3a3; }

.fmenu.okotu {
  background: #0069b2; }

.fmenu.syuku {
  background: #941e30; }

.fmenu.panda {
  background: #dcdddd;
  color: #222; }

.fmenu.chou {
  background: #701f24; }

.fmenu.semi {
  background: #948e27; }

.fmenu.other {
  background: #005160; }

.fomebox {
  display: flex;
  justify-content: space-around;
  margin: 0 0 40px;
  flex-wrap: wrap; }
  .fomebox li {
    width: 45%;
    margin: 0 0 20px; }
  @media screen and (max-width: 767px) {
    .fomebox {
      margin: 0 0 25px; } }

.special-goods {
  margin: 0 0 40px; }
  .special-goods span {
    display: inline-block; }
  .special-goods .title {
    background: #BF2430;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    padding: 20px; }
    .special-goods .title span {
      color: #fff; }
    @media screen and (max-width: 767px) {
      .special-goods .title {
        padding: 10px 20px;
        gap: 10px 0;
        flex-direction: column; } }
    .special-goods .title .main-title {
      font-weight: bold;
      width: 25%;
      font-size: 25px;
      padding-right: 20px; }
      @media screen and (max-width: 767px) {
        .special-goods .title .main-title {
          width: 100%;
          padding-right: 0; } }
      .special-goods .title .main-title span {
        font-weight: bold;
        font-size: 22px; }
    .special-goods .title .info02 {
      width: 38%;
      display: flex;
      justify-content: space-around; }
      .special-goods .title .info02 .label {
        writing-mode: vertical-rl;
        font-size: 20px;
        padding: 15px 10px 15px 5px;
        border: 1px solid #fff; }
      .special-goods .title .info02 .text {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 15px;
        font-size: 20px; }
        .special-goods .title .info02 .text .caution {
          font-size: 12px; }
      @media screen and (max-width: 767px) {
        .special-goods .title .info02 {
          width: 100%;
          flex-direction: column;
          gap: 10px 0; }
          .special-goods .title .info02 .label {
            padding: 5px 5px 10px;
            writing-mode: horizontal-tb; }
          .special-goods .title .info02 .text {
            flex-wrap: wrap;
            flex-direction: row; } }
  .special-goods .poste {
    margin: 50px 0 0;
    padding: 0 0 0 20px; }
    @media screen and (max-width: 767px) {
      .special-goods .poste {
        margin: 0;
        padding: 0; } }
  .special-goods .goods-label {
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    background: #BF2430;
    display: block;
    margin: 20px 0 0; }
    .special-goods .goods-label p {
      font-size: 25px;
      font-weight: bold;
      color: #fff; }
  .special-goods .goods {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 20px 10px;
    box-sizing: border-box;
    border: #BF2430 solid 4px;
    align-items: center; }
    .special-goods .goods .ph {
      width: 50%;
      display: flex;
      justify-content: center;
      align-items: center; }
    .special-goods .goods .text {
      width: 50%;
      font-weight: bold; }
      .special-goods .goods .text .caution {
        font-weight: normal;
        margin-top: 15px;
        font-size: 12px; }
    @media screen and (max-width: 767px) {
      .special-goods .goods .ph {
        width: 100%; }
      .special-goods .goods .text {
        width: 100%; } }

.maincont {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 50px  20px 20px; }
  @media screen and (max-width: 767px) {
    .maincont {
      padding: 20px; } }

.startcopy {
  padding: 20px;
  border-radius: 20px;
  background: #F9EF9D;
  text-align: center;
  font-size: 1.8rem;
  line-height: 180%;
  font-weight: bold;
  margin: 0 0 30px; }
  @media screen and (max-width: 767px) {
    .startcopy {
      font-size: 1.4rem; } }

.kai_t {
  font-size: 24px;
  width: 100%;
  font-weight: bold;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .kai_t {
      font-size: clamp(17px, calc(2vw + 8px), 24px);
      margin-bottom: 20px; } }
  .kai_t span {
    font-size: 30px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    line-height: 2; }
    @media screen and (max-width: 767px) {
      .kai_t span {
        font-size: clamp(20px, calc(2vw + 8px), 30px); } }
  .kai_t span.mini {
    font-size: 15px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    line-height: 2; }
    @media screen and (max-width: 767px) {
      .kai_t span.mini {
        font-size: 15px; } }
  .kai_t th {
    font-size: 24px;
    width: 30%;
    background-color: #c92f19;
    color: #FFF;
    padding: 10px;
    text-align: center;
    border: 2px solid #c92f19;
    font-weight: bold;
    line-height: 2; }
    @media screen and (max-width: 767px) {
      .kai_t th {
        font-size: clamp(17px, calc(2vw + 8px), 24px);
        display: block;
        width: 100%;
        padding: 7px; } }
  .kai_t td {
    background-color: #fff;
    border: 2px solid #c92f19;
    padding: 10px;
    text-align: center;
    font-size: 24px;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .kai_t td {
        font-size: clamp(17px, calc(2vw + 8px), 24px);
        display: block;
        width: 100%;
        text-align: center;
        padding: 5px; } }

.info {
  padding: 50px;
  background: #FFF;
  margin: 0 0 40px; }
  @media screen and (max-width: 767px) {
    .info {
      padding: 20px; } }

.mds {
  width: 100%;
  background: #c92f19;
  padding: 15px 20px;
  font-size: 35px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  margin: 0 0 20px;
  line-height: 1.3;
  border-radius: 10px; }
  @media screen and (max-width: 767px) {
    .mds {
      font-size: 20px; } }

.mdsmini {
  width: 100%;
  background: #E2CA4C;
  padding: 15px 20px;
  font-size: 35px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  margin: 0 0 20px;
  line-height: 1.3;
  border-radius: 10px; }
  @media screen and (max-width: 767px) {
    .mdsmini {
      font-size: 20px; } }

.mds02 {
  width: calc(100% + 40px);
  background: #c92f19;
  padding: 15px 20px;
  font-size: 35px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  margin: 0 -20px 20px;
  line-height: 1.3;
  border-radius: 0; }
  @media screen and (max-width: 767px) {
    .mds02 {
      font-size: 20px;
      width: 100%;
      margin: 0 0 20px; } }

.map {
  width: 100%;
  height: 400px;
  margin: 0 0 60px; }
  @media screen and (max-width: 767px) {
    .map {
      height: 300px;
      margin: 0 0 40px; } }

.yohaku {
  margin: 0 0 60px; }
  @media screen and (max-width: 767px) {
    .yohaku {
      margin: 0 0 40px; } }

footer {
  background: #000;
  text-align: center;
  padding: 10px; }
  footer p {
    color: #FFF;
    font-size: 1.2rem; }

.goods-list {
  padding: 30px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  @media screen and (max-width: 767px) {
    .goods-list {
      padding: 30px 0; } }
  .goods-list .goods {
    width: 45%;
    text-align: center;
    margin: 0 0 30px; }
    @media screen and (max-width: 767px) {
      .goods-list .goods {
        width: 100%;
        margin: 0 auto 30px; } }
    .goods-list .goods dt {
      display: flex;
      gap: 5px;
      flex-direction: column;
      background: #c92f19;
      color: #FFF;
      font-size: 20px;
      font-weight: bold;
      padding: 20px 10px;
      box-sizing: border-box;
      border-radius: 15px 15px 0 0; }
      .goods-list .goods dt .subtitle {
        font-size: 14px;
        color: #fff000; }
      .goods-list .goods dt .item-name {
        font-size: 20px;
        color: #FFF;
        font-weight: bold;
        line-height: 1; }
        @media screen and (max-width: 767px) {
          .goods-list .goods dt .item-name {
            font-size: 17px; } }
    .goods-list .goods .data {
      background: #E2CA4C;
      padding: 20px; }
      .goods-list .goods .data .size {
        margin: 0 0 10px; }
        .goods-list .goods .data .size span {
          display: inline-block;
          line-height: 1;
          font-weight: bold; }
      .goods-list .goods .data .price {
        font-weight: bold; }
        .goods-list .goods .data .price span {
          font-size: 25px;
          font-weight: bold;
          line-height: 1; }
        .goods-list .goods .data .price.br {
          width: 100%; }
      @media screen and (max-width: 767px) {
        .goods-list .goods .data .price {
          font-size: 14px; }
          .goods-list .goods .data .price span {
            font-size: 20px; }
          .goods-list .goods .data .price.br {
            width: auto; } }
    .goods-list .goods .image {
      padding: 30px;
      background: #ededed;
      border-radius: 0 0 15px 15px; }

.combtnli {
  margin: 30px 0 0 0;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .combtnli {
      margin: 0px 0 0 0px; } }
  @media screen and (max-width: 600px) {
    .combtnli {
      justify-content: space-between; } }
  .combtnli li {
    margin: 0 20px 20px 0; }
    @media screen and (max-width: 767px) {
      .combtnli li {
        margin: 0 10px 10px 0; } }
  .combtnli span {
    color: #c92f19;
    font-size: 1.3rem;
    padding: 0 30px 0 0;
    position: relative; }
    .combtnli span::before {
      content: '';
      display: block;
      width: 16px;
      height: 16px;
      background: url("../img/cico01.svg") no-repeat;
      background-size: contain;
      position: absolute;
      top: calc(50% - 15px/2);
      right: 5px; }
  .combtnli a:hover span::before {
    background: url("../img/cico02.svg") no-repeat;
    background-size: contain; }
  .combtnli a {
    text-align: center;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #FFF;
    padding: 5px 30px;
    background: #E6F0F7;
    border-radius: 50px; }
    @media screen and (max-width: 600px) {
      .combtnli a {
        padding: 5px 10px; } }
    .combtnli a::before {
      background: #c92f19;
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 100%;
      transform: scale(0, 1);
      transform-origin: left top;
      transition: 0.4s cubic-bezier(0.45, 0, 0.55, 1);
      z-index: -1; }
    .combtnli a:hover {
      text-decoration: none; }
      .combtnli a:hover span {
        color: #FFF; }
    .combtnli a:hover::before {
      transform: scale(1, 1); }

.lity-content {
  max-width: 800px; }

#pagetop {
  position: fixed;
  right: 0;
  bottom: 150px;
  text-indent: -9999px;
  margin: 0;
  z-index: 100;
  border-radius: 10px; }

#pagetop a {
  position: relative;
  display: block;
  width: 65px;
  height: 65px;
  background: #c92f19;
  border: 2px solid #FFF;
  transition: opacity .6s ease;
  border-radius: 10px; }
  @media screen and (max-width: 767px) {
    #pagetop a {
      width: 40px;
      height: 40px; } }

#pagetop a:hover {
  opacity: .5; }

#pagetop a::before {
  position: absolute;
  top: 7px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  margin: auto;
  content: '';
  transform: rotate(-45deg);
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF; }
  @media screen and (max-width: 767px) {
    #pagetop a::before {
      top: 5px;
      width: 10px;
      height: 10px; } }

.shopping {
  text-align: center;
  margin: 0 0 60px; }
  @media screen and (max-width: 767px) {
    .shopping {
      width: 60%;
      margin: 0 auto 60px; } }
  .shopping .btn {
    display: inline-block;
    position: relative;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 40px;
    border-radius: 10px;
    margin-bottom: 1rem;
    color: #fff;
    background-color: #c92f19;
    box-shadow: 0 5px 0 #9E162B; }
    @media screen and (max-width: 767px) {
      .shopping .btn {
        font-size: 17px;
        padding: 20px;
        display: block;
        line-height: 1.6; } }
    .shopping .btn:hover {
      top: 2px;
      box-shadow: 0 3px 0 #9E162B; }
    .shopping .btn:active {
      top: 5px;
      box-shadow: none; }
    .shopping .btn::before {
      content: '';
      display: block;
      width: 12px;
      height: 20px;
      background: url("../img/aro.svg") no-repeat;
      background-size: contain;
      position: absolute;
      top: calc(50% - 20px/2);
      right: 15px; }
      @media screen and (max-width: 767px) {
        .shopping .btn::before {
          right: 10px; } }

.fes_info {
  margin: 0 auto 50px;
  width: 85%; }
  @media screen and (max-width: 767px) {
    .fes_info {
      width: 100%; } }
  .fes_info .sub {
    text-align: center;
    padding: 20px;
    font-weight: bold;
    font-size: 24px;
    background: #e60012;
    margin: 0 auto;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .fes_info .sub {
        font-size: 18px;
        padding: 15px; } }
  .fes_info dl {
    padding: 20px 10px;
    margin: 0 auto 20px;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    justify-content: center; }
    .fes_info dl dt {
      width: 180px;
      padding: 10px 0;
      font-size: 17px; }
      @media screen and (max-width: 767px) {
        .fes_info dl dt {
          text-align: left;
          padding: 5px 0 0 10px; } }
    .fes_info dl dd {
      padding: 10px 0;
      font-size: 17px; }
      @media screen and (max-width: 767px) {
        .fes_info dl dd {
          padding: 5px 0; } }
    .fes_info dl .small {
      text-align: center;
      width: 100%;
      margin-top: 20px;
      font-size: 15px; }
    .fes_info dl .bar {
      width: 100%;
      border-top: 1px solid #000;
      margin: 7px 0 10px; }

.add {
  max-width: 1000px;
  margin: 0 auto 50px; }
  .add.red p {
    background: #cb0728; }
    .add.red p .big {
      color: #fff000; }
  .add.yellow p {
    background: #fff000;
    color: #000; }
    .add.yellow p .big {
      color: #000; }
  .add p {
    color: #fff;
    padding: 20px;
    border-radius: 15px;
    width: 90%;
    margin: 0 auto;
    text-align: center; }
    .add p span {
      display: inline-block;
      color: #FFF; }
    .add p .big {
      font-size: 20px;
      font-weight: bold; }

/*タブ切り替え*/
#topicsall {
  position: relative;
  z-index: 10;
  padding-top: 0; }
  #topicsall .hide {
    display: none; }

.tab {
  overflow: hidden;
  display: flex;
  justify-content: space-around;
  padding: 50px 0 30px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .tab {
      padding: 30px 0 20px; } }
  .tab li {
    cursor: pointer;
    width: calc((100% - 200px)/3);
    border: 2px solid #e60012;
    background: #FFF;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    font-size: 1.7rem;
    font-weight: bold;
    transition: all 0.5s;
    position: relative; }
    .tab li:hover {
      background: #e60012;
      color: #FFF; }
    @media screen and (max-width: 767px) {
      .tab li {
        width: calc((100% - 20px)/3);
        font-size: 1.2rem;
        padding: 10px; } }
    .tab li::before {
      content: "";
      position: absolute;
      right: 0;
      bottom: -10px;
      left: 0;
      width: 0px;
      height: 0px;
      margin: auto;
      border-style: solid;
      border-color: #e60012 transparent transparent transparent;
      border-width: 10px 10px 0 10px; }
  .tab li.select {
    background: #c92f19;
    color: #FFF; }
