@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; } }

body {
  background: #F59B0F; }

.wrap {
  max-width: 1100px;
  margin: 0 auto; }

header {
  border-top: 20px solid #000;
  margin: 0 0 50px;
  padding: 30px 0 0; }
  header h1, header p {
    max-width: 1100px;
    margin: 0 auto; }
  header .daybg {
    background: #FFF; }
  @media screen and (max-width: 767px) {
    header {
      margin: 0 0 20px; } }

.maincont {
  background-color: #FFF;
  padding: 50px  20px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin: 0 0 50px; }
  @media screen and (max-width: 767px) {
    .maincont {
      padding: 20px; } }

.mds02 {
  width: calc(100% + 40px);
  background: #F59B0F;
  padding: 15px 20px;
  font-size: 33px;
  font-weight: bold;
  color: #FFF000;
  text-align: center;
  margin: 0 -20px 20px;
  line-height: 1.3; }
  @media screen and (max-width: 767px) {
    .mds02 {
      font-size: 23px;
      width: calc(100% + 40px);
      margin: 0 -20px 20px; } }

.mds {
  width: calc(100% + 40px);
  margin: 0 -40px 20px;
  background: #000;
  padding: 15px 20px;
  font-size: 28px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 1.3;
  position: relative; }
  .mds::after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #3a3435;
    /*折り返し部分*/ }
  @media screen and (max-width: 767px) {
    .mds {
      padding: 15px 10px;
      font-size: 17px;
      margin: 0 -20px 20px; } }

.infocont {
  padding: 20px; }
  @media screen and (max-width: 767px) {
    .infocont {
      padding: 0; } }
  .infocont .mcopy {
    line-height: 2.0; }

.infobox {
  margin: 30px 0 0;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .infobox {
      display: inherit; } }

.info_in {
  width: 47%; }
  @media screen and (max-width: 767px) {
    .info_in {
      width: 100%;
      margin: 0 0 30px; } }
  .info_in h3 {
    background: #F59B0F;
    text-align: center;
    color: #000;
    padding: 15px 0;
    font-size: 23px;
    font-weight: bold;
    border-radius: 50px;
    margin: 0 0 20px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .info_in h3 {
        font-size: 18px; } }

.inflex {
  display: flex; }
  .inflex .inflex_l {
    width: 41.67%;
    margin: 0 20px 0 0; }
    @media screen and (max-width: 767px) {
      .inflex .inflex_l {
        width: 150px; } }

.dete {
  position: relative;
  flex: 1; }
  @media screen and (max-width: 767px) {
    .dete {
      flex: 1; } }
  .dete::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #F6F6F6;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(355deg); }
  .dete h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px;
    position: relative;
    padding: 0 0 0 20px;
    z-index: 1; }
    .dete h4::after {
      content: '';
      display: block;
      width: 5px;
      height: 100%;
      background: #F59B0F;
      position: absolute;
      border-radius: 10px;
      top: 0;
      left: 0; }
  .dete p {
    position: relative;
    z-index: 1;
    font-size: 1.5rem;
    line-height: 1.8; }

footer {
  background: #000;
  text-align: center;
  padding: 10px; }
  footer p {
    color: #FFF;
    font-size: 1.2rem; }

.btnwrap {
  display: flex;
  justify-content: space-between;
  margin: 0 0 50px; }
  @media screen and (max-width: 1100px) {
    .btnwrap {
      padding: 0 20px; } }
  @media screen and (max-width: 767px) {
    .btnwrap {
      display: block; } }

.btn001 {
  display: block;
  position: relative;
  border-radius: 10px;
  margin-bottom: 1rem;
  background-color: #CA151E;
  box-shadow: 0 8px 0 #720D1C;
  width: 48%;
  padding: 40px 40px;
  text-align: center;
  transition: none; }
  @media screen and (max-width: 767px) {
    .btn001 {
      width: 100%;
      padding: 20px;
      display: block;
      line-height: 1.6;
      margin: 0 0 20px; } }
  .btn001:hover {
    top: 5px;
    box-shadow: 0 3px 0 #720D1C;
    text-decoration: none;
    box-shadow: none;
    opacity: 0.9; }
  .btn001:active {
    top: 5px;
    box-shadow: none;
    transition: none; }
  .btn001 div {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    color: #fff;
    position: relative; }
    @media screen and (max-width: 767px) {
      .btn001 div {
        font-size: 25px; } }
    @media screen and (max-width: 1100px) {
      .btn001 div br {
        display: block; } }
  .btn001 .chike {
    padding: 0 65px 0 0; }
    .btn001 .chike::before {
      content: '';
      display: block;
      width: 55px;
      height: 48px;
      background: url("../img/chike.svg") no-repeat;
      background-size: contain;
      position: absolute;
      top: calc(50% - 48px/2);
      right: 0; }
  .btn001 .kago {
    padding: 0 56px 0 0; }
    .btn001 .kago::before {
      content: '';
      display: block;
      width: 46px;
      height: 48px;
      background: url("../img/kago.svg") no-repeat;
      background-size: contain;
      position: absolute;
      top: calc(50% - 48px/2);
      right: 0; }

.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: #F59B0F;
      color: #FFF000;
      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: #FFF000;
      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 20px 20px 0; } }
  .combtnli span {
    color: #F59B0F;
    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: #F59B0F;
      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: 1500px; }

#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: #000;
  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: #F59B0F;
    box-shadow: 0 5px 0 #074D8B; }
    @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 #074D8B; }
    .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; }
