@charset "UTF-8";
* {
  box-sizing: border-box;
}

@keyframes blinking {
	50% {background-color: #f87164;}
	100% {opacity: 1;}
}

body,
h1,
h2,
h3,
h4,
ul,
li,
p,
button,
dl,
dd {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

p {
  line-height: 1.6;
}

li {
  list-style: none;
}

a {
  text-decoration: inherit;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}

/* PC/SPでは消す汎用Class */
.hidden-mobile {
  display: none !important;
}

@media (min-width: 700px) {
  .hidden-desktop {
    display: none !important;
  }
  .hidden-mobile {
    display: block !important;
  }
}
.wrap {
  position: relative;
  margin: 0 auto;
  padding-top: 30px;
}
@media (min-width: 700px) {
  .wrap {
    max-width: 1000px;
  }
}

.text-emphasis {
  color: #ac923d;
}

.caution {
  margin-left: 1em;
  text-indent: -1em;
}
.caution::before {
  content: "※";
}

/* ヘッダー */
.header {
  padding: 10px 15px;
  border-bottom: 1px solid #e2e7ff;
}
.header .logo {
  display: block;
  width: 64px;
}
@media (min-width: 700px) {
  .header {
    padding: 15px 20px;
  }
  .header .logo {
    width: 80px;
  }
}

/* フッター */
.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffffff;
  background-color: #777d8f;
  font-size: 13px;
  text-align: center;
}

.app-icon {
  filter: drop-shadow(0 6px 17px rgba(0, 0, 0, 0.2));
}

html { scroll-behavior: smooth;}

section.ts-container {
  max-width: 760px;
  margin: auto;
}

#ts-itemlist-index {
  display: none;
  text-align: center;
  border-radius: 5px;
  background-color: orangered;
  color: #fff;
  padding: 8px 0;
  font-weight: bold;
  margin: 10px 15px;
  background-image: url(./img/ts_item_index_v2.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 60px;
  background-position: 0%;
}

#ts-itemlist-img {
  margin: 0 5%;
  width: 90%;
}

.ts-item-list {
  margin: 10px 10px 0 10px;
  p {
    font-size: 15px;
    line-height: 1.8em;
    padding: 5px;
  }
}

.ts-item-list p span{
  font-size: 12px;
  line-height: 16px;
}

.section-inner {
  padding: 0 5px;
}

.section-inner:last-child {
  border-bottom: 1px solid #ccc;
}

#ts-top {
  background-image: url(img/top_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px 0;
}

#ts-top p#ts-top-exp {
  margin: 15px 20px 15px 20px;
  font-size: 15px;
  line-height: 1.8em;
}

#ts-top p#ts-top-exp span{
  font-size: 12px;
  line-height: 1.4em;
  color: #666;
}

#ts-top-list {
  display: flex;
  margin: 12px 15px 15px 15px;
}
.ts-top-item {
  width: 26%;
  margin: 0 0 0 7%;
  z-index: 1;
}
.ts-top-item:first-child {
  margin: 0 0 0 4%;
}
.ts-top-item:last-child {
  margin: 0 4% 0 7%;
}
.ts-top-item:active {
  opacity: 0.8;
}
.ts-top-item p {
  text-align: center;
  background-color: #ee2211;
  color: #fff;
  margin: -15px 0px 0 0px;
  padding: 2px 0;
  font-size: 0.8em;
  border-radius: 20px;
  position: relative;
  animation: blinking 2.5s ease-in-out infinite alternate;
}

.ts-top-itemimg {
  border: 2px solid #eee;
}
.ts-scroll {
  width: 50%;
  max-width: 80px;
  margin: auto;
}

.ts-item-index {
  width: 100%;
  text-align: center;
  border: 2px solid #ee2211;
  color: #ee2211;
  margin: 15px 0 12px 0;
  font-weight: 600;
}

div.item-box {
  width: 100%;
  margin: auto;
  border: 2px solid #ddd;
  background-color: #f9f9f9;
  p {
    text-align: center;
    font-weight: bold;
    line-height: 2.5em;
  }
  span {
    color: #dd3300;
  }
}

img.itemimg{
  width: 100%;
  max-width: 120px;
  border: 2px solid #eee;
}

div.ts-item-img {
 width: 25%;
 padding: 5px 0 0 0;
}
div.ts-item-content{
  width: 75%;
  padding-left: 10px;
}

.ts-order-box {
  margin: 15px 0;
}

.colorsize {
  font-size: 0.95rem;
  color: #fff;
  padding: 2px 10px 3px 10px;
  background-color: #333;
  border-radius: 20px;
}

span.price-before {
  text-decoration: line-through;
}

span.price-after {
  font-weight: bold;
  color: orangered;
  font-size: 1.2em;
}

a.ts-quickorder {
  display: block;
  background-color: #fa7d10;
  box-shadow: 0px 2px 0px 0px #e06636;
  color: #fff;
  text-align: center;
  padding: 12px 10px;
  margin: 0 0 15px 0;
  font-weight: bold;
}

a.exclusive-order {
  display: block;
  background-color: #d08011;
  box-shadow: 0px 2px 0px 0px #bc7c15;
  color: #fff;
  text-align: center;
  padding: 12px 10px;
  margin: 0 0 15px 0;
  font-weight: bold;s
}

a.ts-quickorder:active {
  opacity: 0.8;
}

p.purchase-btn {
  padding: 0 0 15px 0;
}

p.purchase-btn2 {
  padding: 0 0 25px 0;
}

.ts-item-exp p{
  font-size: 15px;
}
p.item-name {
  font-weight: 600;
  font-size: 1.1em;
}

.item-limit {
  background-color: #dd3300;
  color: #fff;
  font-size: 0.75rem;
  padding: 2px 8px 3px 8px;
  border-radius: 5px;
  font-weight: 300;
}

p.item-name-option {
  padding: 8px 0 0 0;
  color: #666;
  font-size: 0.9rem;
}

.ts-item-detail {
  margin: 0 0 10px 0;
}

.ts-item-detail p {
  text-align: right;
  font-size: 0.7em;
  color: #999;
}

.ts-item-detail p a {
  font-size: 1.2em;
}

#other-btn {
  margin: 10px 0 0 0;
  border: 1px solid #ddd;
}

#other-btn2 {
  margin: 10px 0 25px 0;
  border: 1px solid #ddd;
  border-radius: 10px;
}

@keyframes tabAnim{
  0%{opacity:0;}
  100%{opacity:1;}
}

.item-option input[type="radio"]{
  display:none;
}
.tab_area{
  font-size:0; 
  margin:10px 0;
}
.tab_area label{
  width:23%; 
  margin:0 0 0 2%; 
  display:inline-block; 
  padding:5px; 
  color:#999; 
  fill: #999;
  background:#fff; 
  border: 2px solid #ddd;
  text-align:center; 
  font-size:13px; 
  cursor:pointer; 
  opacity: 0.95;
  transition:ease 0.2s opacity;
}
.tab_panel {
  width:100%; opacity:0; padding:0px 0; display:none; justify-content: flex-end;
}
.tab_panel .ts-order-box{
  margin-top: 5px;
}

.panel_area{background:#fff;}
#tab1:checked ~ .tab_area .tab1_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#tab1:checked ~ .panel_area #panel1{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}
#tab2:checked ~ .tab_area .tab2_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#tab2:checked ~ .panel_area #panel2{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}
#tab3:checked ~ .tab_area .tab3_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#tab3:checked ~ .panel_area #panel3{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}
#tab4:checked ~ .tab_area .tab4_label{border: 2px solid #333; color:#000; fill: #000; font-weight: bold; opacity: 1;}
#tab4:checked ~ .panel_area #panel4{display:flex; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}


/* BG color */

span.lightblue {
  background-color: #3a82c0 !important;
  color: #fff !important;
  font-size: 0.85rem;
}

span.grayge {
  background-color: #e6d5cb !important;
  color: #000 !important;
  font-size: 0.85rem;
}

span.braun {
  background-color: #4d4137 !important;
  color: #fff !important;
  font-size: 0.85rem;
}

span.khaki {
  background-color: rgba(85, 79, 39, 0.843) !important;
  color: #fff !important;
  font-size: 0.85rem;
}

#point-display {
  display: block;
  width: 100vw;
  height: 41.5vw;
  background-image: url(images/owned-point.png);
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  padding: 12.5vw 0 0 0;
  line-height: 6.5vw;
  font-weight: bold;
}

#owned-point {
  font-size: 40px;
  letter-spacing: 0.5px;
}

.smaller {
  font-size: 14px;
}

#certified {
  margin-bottom: 20px;
  padding: 5px 10px 10px 10px;
  background-color: #f3f3f3;
  border-radius: 5px;
  text-align: center;
}
#certified span {
}

.mt-10 {
  margin-top: 10px;
  padding: 5px 20px;
}

/* GOODISH customize */

.youtube-iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

#goodish-fish {
  background-color: #76c2d2;
  box-shadow: 0px 2px 0px 0px #61a7b5;
}

#goodish-horse {
  background-color: #e04c58;
  box-shadow: 0px 2px 0px 0px #ca3845;
}

#goodish-chicken {
  background-color: #d79050;
  box-shadow: 0px 2px 0px 0px #bb7b43;
}

#goodish-venison {
  background-color: #76a386;
  box-shadow: 0px 2px 0px 0px #587b65;
}

span.p-red {
  font-weight: 700;
  color: #e8354a;
}

span.offcp {
  background-color: #e8354a;
  color: #fff !important;
  padding: 2px 10px 4px 10px;
  margin-right: 5px;
  border-radius: 30px;
  font-size: 14px;
}