@charset "utf-8";
/* CSS Document */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif !important;
}
.pkt_wrap {
  background-image: url(../img/common/bg_sa_b.png);
  padding-bottom: 26px;
}
.pkt_headarea {
  width: 100%;
  background-color: #c10;
  padding: 1em 0;
}
.pkt_headareawrap_pc {
  display: flex;
  justify-content: space-between;
}
/*----- メニュー -----*/
#pkt_gmenulist {
  display: none;
}
/*-- ヘッドメニュー --*/

.pkt_headList_pc li.pkt_logo_s h1 img {
  max-width: 60px;
}
.pkt_headList_pc {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.pkt_nav_right a {
  color: #FFF;
  font-size: 0.75em;
}
.pkt_nav_right span {
  display: block;
  text-align: center;
}
.pkt_headList_pc li {
  display: flex;
  flex-direction: column;
}
.pkt_headList_pc li img {
  width: 100%;
  max-width: 56px;
}
.pkt_headList_pc .pkt_nav_right ul li {
  margin-left: 40px;
}
.pkt_nav_right img {
  padding: 2.5%;
}
.pkt_nav_right .pkt_menu {
  padding-top: 8px;
}
.pkt_headList_pc .pkt_nav_right ul li a p {
  display: flex;
  flex-direction: column;
}
.pkt_headareawrap_pc ul:last-child {
  padding-top: 2px;
}
/*----------*/
.pkt_headwrap h1 {
  position: absolute;
  width: 10em;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  /*--        background-color: #cc0000; --*/
  font-size: 0.875em;
  font-weight: nomal;
  text-align: center;
  padding: 4px;
  margin: 0 auto;
}
.pkt_headwrap ul.pkt_headmenu {
  display: flex;
  justify-content: flex-start;
  align-content: stretch;
  align-items : stretch;
  background: url('../img/common/bg_denim_l.png');
  background-size: 100% auto;
  margin: 0;
  padding: 4px;
}

.pkt_headmenu li {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items : center;
  width: 20%;
  max-width: 80px;
  list-style: none;
}
.pkt_headmenu li:first-of-type {
  margin-right: auto;
}
.pkt_headmenu li:first-of-type img {
  width: 100% !important;
  max-width: 48px;
  height: auto;
}
.pkt_headmenu li img {
  width: 80%;
  max-width: 32px;
  height: auto;
}
.pkt_headwrap li a {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
.pkt_headmenu a p {
  display: block;
  color: #fff;
  font-size: 0.75em;
  text-align: center;
}
.pkt_hide {
  display: none;
}
#pkt_navtoggle {
  position: relative;
  display: block;
  width: 80%;
  cursor: pointer;
  text-align: center;
  min-height: 40px;
}
#pkt_navopen::before, #pkt_navopen::after, #pkt_navopen span {
  display: block;
  width: 60%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#pkt_navopen span {
  height: 3px;
  background-color: #fff;
  top: calc(50% - 1.5px);
}
#pkt_navopen::before {
  content: "";
  top: calc(25% - 3px);
  border-top: 3px solid #fff;
}
#pkt_navopen::after {
  content: "";
  bottom: calc(25% - 3px);
  border-bottom: 3px solid #fff;
}
#pkt_navopen.pkt_on span {
  display: none;
}
#pkt_navopen.pkt_on::before {
  top: calc(50% - 1.5px);
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
#pkt_navopen.pkt_on::after {
  bottom: calc(50% - 1.5px);
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
#pkt_gmenulist {
  display: none;
  background-color: rgba(251,226,81,0.6);
  padding: 16px 8px 40px !important;
}
#pkt_gmenulist a:hover {
  text-decoration: underline;
}
#pkt_gmenulist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1000px;
  margin: 24px auto;
  padding: 0 2%;
}
#pkt_gmenulist li {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  width: 48%;
  min-height: 40px;
  margin: 4px 0;
  background-color: #cc0000;
  border: solid 2px #fff;
  border-radius: 4px;
  box-shadow: 1px 2px 2px 0 #aa0000;
}
#pkt_gmenulist li a {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 4px 4px 2px;
}
#pkt_gmenulist li img {
  width: 20%;
  max-width: 48px;
  vertical-align: middle;
}
#pkt_gmenulist > a {
  display: block;
  background-color: #cc0000;
  border: solid 3px #ffff;
  padding: 4px;
  width: 92%;
  max-width: 936px;
  height: 56px;
  margin: 16px auto 40px;
  border-radius: 4px;
  box-shadow: 1px 2px 2px 0 #aa0000;
  color: #fff;
  text-align: center;
}
#pkt_gmenulist > a img {
  height: 100%;
  width: auto;
  vertical-align: middle;
}
/*----- ここまでメニュー -----*/

.pkt_headareawrap_pc ul:last-child {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: stretch;
}
.pkt_headareawrap_pc h1 img {
  width: 100%;
}
.pkt_headarea p {
  color: #FFF;
  text-align: center;
}
.pkt_headbtnarea {
  width: 95%;
  margin: 16px auto;
  display: flex;
  justify-content: space-between;
  font-size: 0.75em;
}
.pkt_logobox {
  background-color: #FFF;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
  padding: 2px;
  max-width: 80px;
  max-height: 76px;
  border-radius: 12px;
}
.pkt_headbtnarea h1 {
  display: inline-block;
  background-color: #c10;
  padding: 7px 19.5% 9% 19.5%;
  border-radius: 12px;
  height: 100%;
}
.pkt_headbtnarea h1 img {
  width: 100%;
}
.pkt_headbtnarea span {
  display: block;
  color: #FFF;
  text-align: center;
  line-height: 1;
}
.pkt_headbtnarea ul {
  width: 90%;
  display: flex;
  justify-content: flex-end;
}
.pkt_headbtnarea ul li {
  display: inline-block;
  background-color: #FFF;
  max-width: 80px;
  max-height: 80px;
  height: 80px;
  width: 100%;
  border-radius: 12px;
  margin-left: 2%;
  padding: 2px;
  text-align: center;
  vertical-align: middle;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.pkt_headbtnarea ul li p {
  background-color: #c10;
  height: 100%;
  border-radius: 12px;
  padding: 6px 0;
}
.pkt_headbtnarea ul li:last-child p {
  padding-top: 15px;
}
.pkt_headbtnarea ul li img {
  width: 100%;
  max-width: 46px;
  display: inline-block;
  text-align: center;
}
.pkt_headbtnarea ul li span {
  display: block;
  text-align: center;
}
/*----- タブリスト -----*/

.pkt_tabWrap {
  width: 100%;
  background-image: url(../img/common/dot.png);
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 8px;
}
.pkt_tabList {
  margin-top: 40px;
}
.pkt_tabList li {
  display: inline-block;
  border-radius: 10px 10px 0 0 / 10px 10px 0 0;
  background-image: url(../img/common/navi_bg.png);
  background-color: #c10000;
  background-size: contain;
  background-size: 20%;
  background-position: 0 -145%;
  padding: 8px 0;
  height: auto;
}
.pkt_tabList li a {
  color: #FFF;
  display: block;
  font-size: 0.765em;
}
.pkt_tabList li div {
  display: flex;
  align-items: center;
  padding-left: 4px;
}
.pkt_tabList li div p {
  background-color: #840000;
  padding: 6px 0 6px 4px;
  width: 100%;
}
.pkt_tabList li img {
  width: 30%;
  height: 30%;
}
/*----- Activeタブ表示 -----*/

.pkt_tabList li#pkt_active {
  position: relative;
  background-image: url(../img/category/bg_active.png);
  background-repeat: repeat-x;
  background-position: top left;
  background-size: auto 100%;
  background-color: #ffa4a4;
}
.pkt_tabList li#pkt_active p {
  background-color: rgba(255,133,135,0.7);
  color: #333;
}
/*
.pkt_tabList li#pkt_active::after{
  content: "";
  display: block;
  width:100%;
  height: 16px;
  position: absolute;
  left:0;
  bottom:-8px;
  background-image: url(../img/category/ic_active.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 20% auto;
  z-index: 999;
}*/


/*----- 動画尺表示 -----*/
.pkt_topicscontainer ul li .pkt_mvdurbx {
  position: relative;
  padding: 3% 2%;
  background-color: #000;
}
.pkt_dur {
  position: absolute;
  padding: 0.25em;
  left: 0;
  bottom: 0;
  background-color: #000;
  font-size: 0.688rem !important;
}
.pkt_dur::before {
  content: "\0025B6" !important;
  margin-right: 2px !important;
  background-image: none !important;
  background-color: transparent !important;
}
/*-- 許諾エリア --*/
.pkt_lc {
  width: 100%;
  background-color: #fff;
  padding: 1em 0;
}
.pkt_lc ul {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.pkt_lc li {
  width: 50%;
  text-align: center;
}
.pkt_lc li img {
  width: 100%;
  max-width: 100px;
  height: auto;
}
.pkt_lc li span {
  display: inline-block;
  padding: 0.4em 0;
}
/*----- フッター -----*/
.tss_footer {
  background-color: #c10000;
}
.tss_footer img {
  max-width: 160px;
}
.pkt_ftlnk {
  padding: 32px 0;
}
.pkt_ftlnk ul {
  display: flex;
  justify-content: space-around;
  font-size: 0.95em;
}
.pkt_ftlnk ul li {
  display: block;
}
.pkt_ftlnk li a {
  color: #000;
  text-decoration: underline;
  display: block;
}
.pkt_ftlnk li a p::before {
  content: "■";
}
/*----- メニュー -----*/
/*-- 20180614 add --*/
#menu-wrap {
  position: fixed;
  z-index: 9999;
  bottom: -72px;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,.5);
  transition: .3s;
}
#menu {
  list-style-type: none;
  width: 100%;
  margin: 0px auto;
  padding: 0;
  display: flex;
}
#menu li {
  width: 33.3%;
  margin: 0;
  padding: 0;
  text-align: center;
}
#menu li img {
  max-width: 32px;
  display: inline-block;
  padding: 8px 0;
}
#menu li a {
  display: block;
  width : 100%;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  transition: .3s;
}
/*----- アコーディオン上書き -----*/

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  right: 5% !important;
  left: auto !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: none !important;
  background: none !important;
}
.ui-widget-content {
  border: none !important;
}
.ui-accordion .ui-accordion-content {
  overflow: hidden !important;
  padding: 0 !important;
}
/*----- スライダー上書き -----*/
.swiper-slide{
  height:100%;
}

.swiper-pagination-bullet {
  border-radius: 0 !important;
  border: solid 2px #FFF;
  width: 12px;
  height: 12px;
}
.swiper-pagination {
  position: relative;
}
.swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0 !important;
}
.swiper-container02 .swiper-wrapper {
  padding-bottom: 0;
  max-height: 48px;
}
.ui-widget-content {
  background: none !important;
}
.swiper-container02 {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  overflow: hidden;
}


