/* -------------------------------------------

html初期化
------------ */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

object, embed {
  position: relative;
  vertical-align: top;
  z-index: 0;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

abbr, acronym, fieldset {
  border: 0;
}

img {
  border: 0;
  vertical-align: bottom;
}

li {
  list-style-type: none;
}

/* -------------------------------------------

Basic指定
------------------------------------------- */
body {
  font-family: 'Barlow', "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  color: #313131;
  font-size: 14px;
  line-height: 1.4em;
}

input, select, button {
  font-family: 'Barlow', "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

input, select {
  padding-left: 3px;
  font-size: 12px;
}

input {
  height: 18px;
}

h2 {
  margin-bottom: 15px;
}

.list_wrap_mini, .list_wrap_mini_left {
  margin: 0px 0px 10px 0px;
  padding-bottom: 2px;
  padding: 4px 0px 3px 10px;
  color: white;
  font-size: 13px;
  text-align: left !important;
  /*角丸 */
  border-top-left-radius: 7px;
  -webkit-border-top-left-radius: 7px;
  -moz-border-radius-topleft: 7px;
}

/*グラデーション */
.list_wrap_mini {
  background: #141c71;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #141c71), color-stop(70%, #b2b6ca));
  background: linear-gradient(to right, #141c71 25%, #b2b6ca 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#141c71', endColorstr='#b2b6ca', GradientType=1);
}

.list_wrap_mini_left {
  background: #141c71;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #141c71), to(#b2b6ca));
  background: linear-gradient(to right, #141c71 25%, #b2b6ca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#141c71', endColorstr='#b2b6ca', GradientType=1);
}

.ttl_sub {
  margin: 20px 0 20px;
  padding: 0px 0px 10px 0px;
  border-bottom: 2px solid #ecedf6;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
}

.ttl_sub .ttl_btn {
  margin-bottom: 1px;
  font-size: 11px;
  font-weight: normal;
  float: right;
}

.color_y, .accent_color {
  color: #d40a0a;
}

/* ------------ A Style */
a:link {
  text-decoration: none;
  color: #313131;
}

a:visited {
  text-decoration: none;
  color: #313131;
}

a:hover {
  text-decoration: none;
  /* text-decoration:underline; */
  color: #313131;
}

a:active {
  text-decoration: none;
  color: #12c;
}

.btn_general_link a, .page_return a {
  background-color: #171c61;
  padding: 5px 20px;
  border: solid 1px #171c61;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
}

.page_return {
  margin: -10px 10px 50px;
  text-align: right;
}

/* ------------ input text Style */
.search input[type=text] {
  color: #171C61;
}

.search input:focus, .search input.focused {
  color: #333;
}

/* -------------------------------------------

Common指定
------------------------------------------- */
#h1_wrap {
  width: 100%;
  height: 35px;
}

#h1_wrap h1 {
  width: 500px;
  margin: 0 auto;
  padding: 0 5px 0 0;
  color: #67698f;
  font-weight: normal;
  font-size: 12px;
  overflow: hidden;
  float: left;
  line-height: 35px;
  height: 35px;
}

#h1_wrap h1 img {
  padding: 9px !important;
}

#wrap_01 {
  margin: auto;
  width: 1200px;
  overflow: hidden;
  min-width: 1200px;
}

#accountName {
  float: right;
  overflow: hidden;
  line-height: 35px;
  height: 35px;
  color: #67698f;
}

.newicon_01 {
  float: left;
  color: #fff;
  margin-right: 5px;
}

#wrapper {
  width: 100%;
  /*overflow: hidden;*/
  min-width: 1200px;
}

#header {
  background: #fff;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 100000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#header__top {
  min-width: 1200px;
  position: relative;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/*
#header__top::after {
  content: "";
  display: block;
  bottom: 0;
  left: -55vw;
  right: -55vw;
  height: 1px;
  background: #ecedf6;
  z-index: 4;
  position: absolute;
}
*/
#header__top .new_join{
	 -webkit-box-flex: 0;
	     -ms-flex: 0 0 170px;
	         flex: 0 0 170px;
	font-size: 12px;
}

.linkBnrHover:hover {
opacity: 0.5;
transition: all 0.3s ease;
}

#header__top .new_join a{
	margin: 0;
	background: #171c61;
	color: #fff;
	    padding: 5px;
    margin-top: 2px;
    text-align: center;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
#header__top .new_join a:hover{
	opacity: 0.7
}
#header__top .new_join a::after{
	color: #fff;
}
#header__top a {
  display: block;
}

#logo_main a {
  display: inline-block;
}

#logo_main {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 340px;
  flex: 0 0 160px;
  z-index: 3;
}

#hdrCateNav ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  width: 1200px;
  background: #fff;
  padding-top: 12px;
  margin: auto;
}

#hdrCateNav ul li {
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  flex-basis: calc(100% / 7);/*20200501*/
  font-size: 12px;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#hdrCateNav ul li.bg a {
  border-left: 1px solid #676a9b;
  background: #171c61;
  color: #fff;
}

#hdrCateNav ul li a {
  display: block;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  /*padding: 6px 27px;*/
  padding: 6px 0 6px 0; /*20200501*/
  justify-content: center; /*20200501*/
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

#hdrCateNav ul li a img {
  display: inline-block;
  margin-right: 8px;
}

#header .search {
  /*  position: absolute;
  top: 100%;
  right: 0;
  display: none;*/
  z-index: 10000;
}

#header .search > form {
  border-radius: 50px;
	border:1px solid #fff;
  margin: 1px;
  background: #ecedf6;
}
#header .search > form:hover{
	border:1px solid #171c61;
}
#header .search > form:after {
  content: "";
  display: table;
  clear: both;
}

#header .search input[type=text] {
  display: block;
  float: left;
  height: 30px;
}

#header .search input[type=image] {
  display: block;
  float: left;
  width: 15px;
  height: 30px;
  padding-right: 8px;
}
#header .hdBanner{
flex: 0 1 auto;
margin: 0 4px;
}
#new_member {
  margin-right: 13px;
}

#telNum {
  z-index: 3;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
}
#telNum span {
    color: #171c61;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.4;
    display: block;
}
@media screen and (max-width:1200px){
 #accountNav,#accountNav li:nth-child(2),#accountNav li:nth-child(3),#accountNav li:nth-child(4){
    margin-left:15px;
  }
}

#accountNav li a{
  color: #171c61;
}
#accountNav li a > span{
  display: block;
}

#accountNav li a > span img{
  display: block;
  margin: auto;
}

#accountNav li a > span small{
  margin: auto;
  color: #171c61;
  display: block;
  font-weight: bold;
  display: block;
  font-size: 11px;
  margin-top: 3px;
}

#accountNav {
  z-index: 3;
  right: 0;
}

#accountNav ul {
  text-align: left;
}

#accountNav li {
  display: inline-block;
  margin-left: 25px;
}

#accountNav li:first-child {
  margin-left: 0;
}

#accountNav li a:hover {
  opacity: 0.8;
}

#mywrap_head .mem_cart {
  position: absolute;
  top: 59px;
  right: 24px;
}

#mywrap_head .mem_name {
  width: 480px;
  position: absolute;
  top: 99px;
  right: 24px;
  text-align: right;
  color: #000;
  font-size: 12px;
}

#mywrap_head .mem_name span {
  color: #fff;
  font-weight: bold;
}

#mywrap_head ul {
  position: absolute;
  bottom: 38px;
  right: 19px;
}

#mywrap_head li {
  display: inline;
  background-repeat: no-repeat;
  background-position: left 3px;
}

#mywrap_head li a {
  color: #fff;
  font-size: 11px;
  text-decoration: none;
}

#mywrap_head li a:hover {
  color: #39cddb;
}

#mywrap_head li.mem_login {
}

#mywrap_head li.mem_logout {
}

#mywrap_head li.new_member {
}

#mywrap_head li.my_account {
}

#footer {
  width: 1200px;
  margin: 0 auto;
  padding: 45px 0px 45px 0px;
  color: #FFF;
  z-index: 2;
}

#footerCall {
  background: #171c61;
    z-index: -1;
}

/*
#footer {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 45px 0px 45px 0px;
  color: #FFF;
  z-index: 2;
}
*/

#footer a {
  color: #FFF;
}

#footer a:hover {
  opacity: 0.8;
}

/*
#footer:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: -55vw;
  left: -55vw;
  background: #171c61;
}
*/

#footer_fixtop {
  clear: both;
  text-align: right;
}

#footer_category2_wrap li p img {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -ms-filter: "alpha(opacity=0)";
}

#sitemenu_wrap, .footer__sns {
  text-align: center;
}

.footer_logo, .footer__sns {
  margin-bottom: 30px;
  display: block;
  text-align: center;
}

#sitemenu_wrap li, .footer__sns li {
  display: inline-block;
  font-size: 12px;
  color: #fff;
}

#sitemenu_wrap a, .footer__sns a {
  display: inline-block;
  padding: 0 25px;
  color: #fff;
}

#footer__sns {
}

#footer_copy_wrap, #footer_copy_wrap a {
  color: #171C61;
  font-size: 12px;
  padding-top: 30px;
  overflow: hidden;
}

#footer_site {
  float: left;
  padding: 10px 33px 16px 0px;
}

#footer_site img {
  margin-right: 15px;
  vertical-align: -5px;
}

#footer_copy {
  padding: 18px 0 2px 0px;
  color: #424679;
  text-align: center;
  font-size: 12px;
}

/* ------------ price Style */
.price_zero {
  display: none;
}

/* ------------ GlobalNavi Style */
.dcjq-mega-menu {
  position: relative;
  bottom: 1px;
  z-index: 1;
  font-weight: normal;
  font-size: 12px;
  bottom: 0;
  height: 31px;
  right: 0;
  width: 1200px;
  left: 0;
  /*margin:-10px auto auto auto;*/
  margin: 0 auto auto auto; /*20200501*/
}

.dcjq-mega-menu-bg {
    left: -100vw;
    right: -100vw;
    background: #ecedf6;
    border: 1px solid #cdced9;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.dcjq-mega-menu span {
  color: #171C61;
}

.dcjq-mega-menu p {
  text-align: center;
  margin: 0 auto;
  color: #171c61;
  font-size: 12px;
  padding-top: 4px;
  /* top: 10px;
  left: 0;
  right: 0;
  position: absolute; */
  z-index: 2;
  position: relative;
}

.dcjq-mega-menu p a {
  color: #171c61;
}
.dcjq-mega-menu p a:hover {
  opacity: 0.8;
}
.dcjq-mega-menu > ul.menu ul:not(.gNav__wrap) {
}

.dcjq-mega-menu > ul.menu .sub ul {
  display: block;
}

.dcjq-mega-menu > ul.menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}

.dcjq-mega-menu > ul.menu > li {
  float: left;
  /* margin-right: 24px; */
  line-height: 40px;
}

#home {
  margin-left: -9px;
}

.dcjq-mega-menu > ul.menu > li:last-child {
  background: none;
}
.dcjq-mega-menu span.-o_line{
	display: inline-block;
	background-color: transparent;
	border:1px solid #171c61;
	margin:0 8px;
	padding: 0 5px;
}
.dcjq-mega-menu span.-pk{
	color:#c23030;
}
.dcjq-mega-menu > ul.menu > li > a {
  display: block;
  color: #171C61;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  padding: 0 37px 0 30px;
  position: relative;
  background: #ecedf6;
  z-index: 2;
}

.dcjq-mega-menu > ul.menu > li > a:after {
  content: "";
  position: absolute;
  display: block;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #171c61 transparent transparent transparent;
}

.dcjq-mega-menu > ul.menu > li.active > a:after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.dcjq-mega-menu > ul.menu li a en {
  display: block;
  padding: 5px 8px;
  color: #8f897e;
  text-decoration: none;
}

.dcjq-mega-menu > ul.menu li.this a {
  color: #8f897e;
}

.dcjq-mega-menu > ul.menu li.mega-hover a, .dcjq-mega-menu > ul.menu li a:hover {
  color: #171C61;
}

.dcjq-mega-menu > ul.menu li .sub-container {
  position: absolute;
  background: url(https://www.sekidorc.com/images1/common/bg_gnavi_003.png) no-repeat 0 100%;
  padding-left: 0;
  margin: 12px 0 0 -3px;
  left: 0 !important;
  right: 0 !important;
}

.dcjq-mega-menu > ul.menu li .sub-container:before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFF;
  display: block;
  position: absolute;
}

.dcjq-mega-menu > ul.menu li .sub {
  width: 1200px;
  padding: 10px 20px 15px 20px;
  overflow: hidden;
}

.dcjq-mega-menu > ul.menu li .sub-container.mega .sub {
  padding: 20px 10px 0 0;
}

.dcjq-mega-menu > ul.menu li .sub .row {
  width: 100%;
  overflow: hidden;
  clear: both;
}

.dcjq-mega-menu > ul.menu li .sub li {
  background: none;
  font-weight: normal;
}

.dcjq-mega-menu > ul.menu li .sub a {
  display: block;
  background: none;
  padding: 5px 10px;
  color: #12c;
  font-size: 12px;
}

.dcjq-mega-menu > ul.menu li .sub dd {
  background: url("https://www.sekidorc.com/images1/common/arrow006.gif") no-repeat 20px 3px;
  padding: 0 35px;
}

.dcjq-mega-menu > ul.menu li .sub dd:last-child {
  background-image: url("https://www.sekidorc.com/images1/common/arrow007.gif");
}

.dcjq-mega-menu > ul.menu li .sub .gnavi_category {
  background: url(https://www.sekidorc.com/images1/common/arrow001.gif) no-repeat 3px 10px;
  width: 14em;
  padding-left: 15px;
  border-bottom: dotted 1px #ccc;
}

.dcjq-mega-menu > ul.menu li #box_faq {
  width: 350px;
}

.dcjq-mega-menu > ul.menu li #box_faq li {
  margin: 6px 0;
}

.dcjq-mega-menu > ul.menu li .sub .gnavi_faq {
  background: url(https://www.sekidorc.com/images1/common/arrow001.gif) no-repeat 3px 5px;
  width: 26em;
  padding: 0 0 0 15px;
  border-bottom: dotted 1px #ccc;
}

.dcjq-mega-menu > ul.menu li .sub .gnavi_maker {
  width: 95px;
  height: 5em;
  padding: 5px 9px 15px;
  text-align: center;
  font-size: 11px;
  overflow: hidden;
}

.dcjq-mega-menu > ul.menu li .sub a:visited {
  text-decoration: none;
  color: #61c;
}

.dcjq-mega-menu > ul.menu li .sub a:hover {
  text-decoration: underline;
  color: #12c;
}

.dcjq-mega-menu > ul.menu li .sub a:active {
  text-decoration: none;
  color: #12c;
}

/* .dcjq-mega-menu > ul.menu li a img{
height: 10px;
margin-bottom: 3px;
} */
/* ------------ Contents Style */
#contents {
  background: #fff;
  width: 1200px;
  margin: 0 auto 60px;
  padding: 15px 22px 0 22px;
  /*overflow: hidden;*/
}

/* ------------ Contents Main Style */
#contents_main {
  width: 890px;
  float: left;
}

#pan_top, #pan_bottom {
  font-size: 12px;
}

#pan_top {
  padding: 0 10px 5px 0;
  /* border-bottom:dotted 1px #bdbdbd; */
}

#pan_bottom {
  margin: 40px 0 20px;
  padding: 0 10px 0 0;
  border-bottom: 1px solid #cdced9;
  text-align: right;
}

#pan_bottom ul, #pan_top ul {
  display: block;
}

#pan_top li, #pan_top h2, #pan_bottom li, #pan_bottom h2 {
  display: inline-block;
}

#pan_top li, #pan_bottom li {
  /* background:url("https://www.sekidorc.com/images1/common/arrow003.gif") no-repeat right 5px; */
  padding: 0 12px 0 5px;
  white-space: nowrap;
  position: relative;
}

#pan_top li:after, #pan_bottom li:after {
  content: "";
  top: 50%;
  right: 2px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  width: 4px;
  height: 4px;
  border-top: 2px solid #171c61;
  border-right: 2px solid #171c61;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  transition: 0.25s;
}

#pan_top h2, #pan_bottom h2 {
  margin: 0;
  padding: 0 5px;
  white-space: nowrap;
}

#contents_main .ttl_page {
  border-bottom: 3px solid #ecedf6;
  padding: 20px 5px 10px !important;
  font-size: 22px !important;
  margin-bottom: 20px;
}

/* Product Style */
.product_item {
  width: 200px;
}

.product_photo {
  background-color: #fff;
  width: 100%;
  height: auto;
  position: relative;
}

.together_list figure img {
  width: 100%;
  height: auto;
  padding: 1px;
  position: relative;
  z-index: 0;
}

.product_photo a:hover img {
  opacity: 0.70;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  -ms-filter: "alpha(opacity=70)";
}

#together_wrap li.product_item:last-child {
  margin-right: 0;
}

.product_photo .product_soldout a {
  display: block;
  background: url("https://www.sekidorc.com/images1/common/bg_soldout001.png") no-repeat left top;
  width: 150px;
  height: 64px;
  position: absolute;
  top: 1px;
  left: 1px;
  padding-top: 48px;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}

.product_cap {
  text-align: center;
  /* display:none; */
}

.product_cap img {
  padding: 3px 1px 5px;
}

.product_price {
  text-align: right;
  color: #990016;
  font-weight: bold;
}

.product_price_none {
  color: #666;
  text-align: right;
}

.product_title {
  font-weight: bold;
}

.product_title img {
  margin-right: 5px !important;
  vertical-align: 0;
}

.history_wrap, .recommend_wrap_bottom {
  margin-bottom: 30px;
}

.history_list, .recommend_list_bottom {
  clear: both;
  overflow: hidden;
}

.history_list .product_item, .recommend_list_bottom .product_item {
  float: left;
  width: 120px;
  margin: 0 11px 10px !important;
  margin: 0 10px 10px;
}

.history_list .product_photo, .recommend_list_bottom .product_photo {
  background-color: #fff;
  width: 100%;
  height: 94px;
  position: relative;
}

.history_list .product_photo img, .recommend_list_bottom .product_photo img {
  background-color: #c0c0c0;
  width: 116px;
  height: 86px;
  padding: 1px;
  position: relative;
  z-index: 0;
}

.history_list .product_price, .history_list .product_price_none, .recommend_list_bottom .product_price, .recommend_list_bottom .product_price_none {
  /*20140401	font-size:12px;*/
  font-size: 11px;
  font-weight: normal;
}

.history_list .product_title, .recommend_list_bottom .product_title {
  line-height: 1.3em;
  font-size: 11px;
}

.history_list .product_photo .product_soldout a, .recommend_list_bottom .product_photo .product_soldout a {
  background: url("https://www.sekidorc.com/images1/common/bg_soldout002.png") no-repeat left top;
  width: 116px;
  height: 51px;
  position: absolute;
  top: 1px;
  left: 1px;
  padding-top: 35px;
}

/* ------------ Contents Sub Style */
#contents_sub {
  width: 270px;
  float: right;
}

#contents_sub .list_wrap_sub {
  margin-bottom: 10px;
}

#contents_sub .list_wrap_sub h3 {
  padding-bottom: 2px;
}

#contents_sub .list_wrap_sub li a {
  display: block;
  padding: 4px 8px;
  color: #060c10;
}

#contents_sub .list_wrap_sub li span {
  color: #990016;
  font-weight: bold;
}

#contents_sub #cart_wrap_sub {
  background-color: #fff;
  width: 100%;
  margin-bottom: 30px;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #060c10;
}

#contents_sub #btn_cart_sub {
  text-align: center;
  margin-bottom: 5px;
}

#contents_sub #cartin_wrap {
  background-color: #f0f0f0;
  margin: 0 auto;
  padding: 5px;
  width: 195px;
  border: dotted 1px #060c10;
  font-size: 12px;
}

#contents_sub #cartin_wrap dl {
  padding: 5px;
  border-bottom: dotted 1px #060c10;
}

#contents_sub #cartin_wrap dt a {
  display: block;
}

#contents_sub #cartin_wrap dd {
  text-align: right;
}

#contents_sub #cartin_wrap #cartin_total {
  padding: 5px;
  text-align: right;
  color: #990016;
  font-size: 14px;
}

#contents_sub #cartin_wrap li {
  padding: 5px;
  border-top: dotted 1px #060c10;
}

#contents_sub #cartin_wrap li span {
  color: #990016;
}

#contents_sub #cartin_wrap #no_cart {
  padding: 10px 0;
  text-align: center;
}

#contents_sub .banner_wrap {
  width: 270px;
  margin-bottom: 17px;
  font-size: 11px;
}

#contents_sub .banner_wrap li {
  margin-bottom: 8px;
}

#contents_sub .banner_wrap dt, #contents_sub .banner_wrap dd {
  margin-bottom: 10px;
  text-align: center;
}

#contents_sub #mobile_wrap {
  background: url(https://www.sekidorc.com/images1/common/bg_mobile_001.gif) no-repeat left top;
  width: 270px;
  height: 186px;
  margin-bottom: 30px;
  position: relative;
}

#contents_sub #mobile_wrap dt {
  position: absolute;
  top: 10px;
}

#contents_sub #mobile_wrap #item_qr {
  position: absolute;
  top: 58px;
  left: 10px;
}

#contents_sub #mobile_wrap #mobile_cap1 {
  position: absolute;
  bottom: 10px;
  left: 15px;
  line-height: 1.3em;
  color: #060c10;
  font-size: 11px;
}

#contents_sub #mailmaga_wrap {
  width: 270px;
  margin-bottom: 30px;
}

#contents_sub #mailmaga_cap {
  margin: 5px 0;
  text-align: center;
  color: #666;
  font-size: 12px;
}

#contents_sub #mailmaga_form {
  text-align: center;
}

#contents_sub #mailmaga_form .mailmaga_text input {
  width: 200px;
  margin-bottom: 5px;
  font-size: 14px;
}

#contents_sub #mailmaga_form input[type="button"] {
  cursor: pointer;
}

#contents_sub #mailmaga_form .mailmaga_ins input[type="button"] {
  width: 100px;
  height: 24px;
}

#contents_sub #mailmaga_form .mailmaga_del input[type="button"] {
  width: 60px;
  height: 22px;
  color: #666;
  font-size: 11px;
}

#contents_sub #record_sub {
  margin-bottom: 30px;
  font-size: 12px;
  overflow: hidden;
}

#contents_sub #record_sub li {
  margin-bottom: 5px;
}

#contents_sub #record_sub #rss {
  padding: 0 0 15px 20px;
  float: left;
}

#contents_sub #record_sub #atom {
  padding: 0 20px 15px 0;
  float: right;
}

#contents_sub #record_sub #facebook, #contents_sub #record_sub #twitter, #contents_sub #record_sub #logpi, #contents_sub #record_sub .yahoo, #contents_sub #record_sub #hatena {
  clear: both;
  background-repeat: no-repeat;
  background-position: 10px 2px;
  padding-left: 30px;
}

#contents_sub #record_sub #facebook {
  background-image: url("https://img.shop-pro.jp/tmpl_img/41/icon_facebook.gif");
  margin-bottom: 0;
}

#contents_sub #record_sub #twitter {
  background-image: url("https://img.shop-pro.jp/tmpl_img/41/icon_twitter.gif");
}

#contents_sub #record_sub #logpi {
  background-image: url("https://img.shop-pro.jp/tmpl_img/41/icon_logpi.gif");
}

#contents_sub #record_sub .yahoo {
  background-image: url("https://img.shop-pro.jp/tmpl_img/41/icon_y_bookmark.gif");
}

#contents_sub #record_sub #hatena {
  background-image: url("https://img.shop-pro.jp/tmpl_img/41/icon_hatena.gif");
}

#contents_sub #record_sub .calamel {
  padding: 0;
  text-align: center;
}

/* ------------ BottomFree Style */
#free_space_bottom {
  position: relative;
  clear: both;
  padding: 60px 0;
  z-index: 2;
  color: #FFF;
  display: none;
}

#free_space_bottom:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -55vw;
  left: -55vw;
  margin: auto;
  background-color: #313131;
  z-index: -1;
}

.free_space_bottom__inner {
  max-width: 1200px;
  margin: auto;
  display: none;
}

#maker_bottom {
  width: 100%;
  table-layout: fixed;
}

#maker_bottom a {
  color: #FFF;
}

#maker_bottom_small {
  width: 100%;
  height: 82px;
}

#maker_bottom td {
  border-collapse: collapse;
  text-align: center;
}

#maker_bottom .big {
  width: 175px;
}

#maker_bottom .middle {
  width: 189px;
  height: 85px;
}

#maker_bottom td p, #maker_bottom td a {
  display: block;
  width: 100%;
}

#maker_bottom .big p, #maker_bottom .big a {
  padding: 30px 0;
}

#maker_bottom .middle p, #maker_bottom .middle a {
  padding: 5px 0;
}

#maker_bottom .small p, #maker_bottom .small a {
  padding: 7px 0;
}

#maker_bottom .big img {
  width: 150px;
}

#maker_bottom .middle img {
  width: auto;
}

#maker_bottom_small img {
  width: 90px;
}

/* ------------ Float/FixMenu Style */
#fixMenu, #floatMenu {
  position: absolute;
  top: 0;
  left: 45%;
  opacity: 0.7;
  margin-left: 480px;
  width: 60px;
  height: 100%;
}

#fixMenu li, #floatMenu li {
  padding: 2px 0;
}

#fixMenu ul {
  position: absolute;
  top: 20px;
}

#floatMenu ul {
  position: absolute;
  bottom: 28px;
}

/* ------------ CommonHover Style */
#contents_sub .list_wrap_sub li a:hover, .btn_general_link a:hover, .page_return a:hover {
  background-color: #FFF;
  text-decoration: none;
  color: #171c61;
  border: solid 1px #171c61;
}

#maker_bottom td a:hover {
}

.makerImgWrap {
  display: block;
  height: 120px;
  width: 100%;
  position: relative;
}

.makerImgWrap img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: auto;
  height: auto;
  margin: auto;
}

#input_text {
  border: none;
  height: 30px;
  width: 280px;
  padding: 0 10px;
  color: #171c61;
  background: transparent;
}

#footer_itemmenu_wrap, #footer_fixtop {
  background-color: #fff;
}

#footer_itemmenu_wrap {
  overflow: hidden;
}

#footer_itemmenu_wrap p#categoly {
  display: block;
  width: 675px;
}

p#item {
  display: block;
  margin-bottom: 12px;
}

p#maker {
  display: block;
  margin-bottom: 12px;
}

#footer_itemmenu_wrap h2, #footer_itemmenu_wrap h5 {
  background: url("https://www.sekidorc.com/images1/common/arrow002.gif") no-repeat left 5px;
  padding: 0 0 0 10px;
}

#footer_itemmenu_wrap a {
  color: #171C61;
}

#footer_category1_wrap li, #footer_maker_wrap li {
  font-size: 12px;
  width: 235px;
  float: left;
  margin-bottom: 6px;
  margin-right: 1px;
}

#footer_category1_wrap {
  margin-bottom: 24px;
  overflow: hidden;
}

#sitemenu_wrap {
  width: 1200px;
  display: block;
  margin: auto;
}

#gototop {
  opacity: 1;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
}

/* ------------ ヘッダー部分微調整20150721追加 */
#header .search {
}

#mywrap_head .mem_cart {
  top: 50px;
}

#mywrap_head .mem_name {
  top: 93px;
}

#mywrap_head ul {
  bottom: 42px;
  top: 117px;
}


/*201912追加アイテムメニュー*/
.addition-item_menu {
  width: 100%;
}
.addition-item_menu h3{
  border-bottom: 1px solid #c9c9c9 !important;
}
.addition-item_menu ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.addition-item_menu ul li{
  width: 20%;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.addition-item_menu ul li a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.addition-item_menu ul li a img{
  max-width: 40%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
.addition-item_menu ul li div{
  max-width: 60%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  margin-left: 5px;
  padding: 12% 0;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}

.gNav__unit + li.megaMenu__trigger.active.addition-item_menu {
    margin-top: 60px;
}

select.searchC__select.searchFormCustom1{
  font-size: 14px;
  height: 35px;
}

/* 20200501 */
#hdrCateNav {left: 0;background: #fff;}
#hdrCateNav ul {z-index: 10;}
#hdrCateNav ul li.hasChildren--relative a {
  padding-left: 0;
  justify-content: center;
}
#hdrCateNav ul li.hasChildren--relative a:hover{
  opacity: 1;

}
#hdrCateNav ul .hasChildren > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  width: 97%;
  padding: 30px 1.5% 15px;
  opacity:0;
  transition: .3s all;
/*  margin-left: calc((100vw - 600px) * -1);	201202タ
  padding-left: calc(100vw - 600px);
  margin-right: calc((100vw - 600px) * -1);
  padding-right: calc(100vw - 600px);
  overflow-y: auto;*/
  max-height: 85vh;
  overflow-y: none;
}
#hdrCateNav ul .hasChildren--relative > ul {
  top: 100%;
  left: 0;
  padding: 30px 0;
  height: auto;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
#hdrCateNav ul .hasChildren--relative > ul.gnavi_qa {
  width: 270px;
}
#hdrCateNav ul .hasChildren > ul.open {
  display: block;
  opacity: 1;
  transition: .3s all;
  z-index: 9999;
  height: auto;
}
#hdrCateNav ul .hasChildren > ul.open::before {

}
#hdrCateNav ul .hasChildren > ul li {
 width: 100%;
 display: flex;
 justify-content: flex-start;
 align-items: flex-start;
}
#hdrCateNav ul .hasChildren > ul li.gnavi_bottomList {
  padding: 20px 0 0;
  margin: 20px 0 0;
}
#hdrCateNav ul .hasChildren > ul li .gnavi_listBlock {
/*  width: 175px;	201202タ
  margin-right: 30px;*/
  width: 185px;
  margin-right: 20px;
}
#hdrCateNav ul .hasChildren > ul li .gnavi_listBlock:last-child {
  margin-right: 0;
}
#hdrCateNav ul .hasChildren > ul li .gnavi_listBlock--free {
  width: auto;
  max-width: 300px;
}
#hdrCateNav ul .hasChildren > ul li .gnavi_listBlock .gnavi_productImg {
  height: 70px;
  margin-bottom: 10px;
  text-align: center;
}
#hdrCateNav ul .hasChildren > ul li .gnavi_listBlock .gnavi_productImg img {
  height: 60px;
  width: auto;
}
#hdrCateNav ul .hasChildren > ul li .gnavi_listBlock h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #171c61;
  line-height: 1.2;
  white-space: nowrap;
}
#hdrCateNav ul li.hasChildren > ul li .gnavi_listBlock a {
  display: block;
  background: #fff;
  border: none;
  color: #313131;
  font-weight: normal;
  padding: 0;
  height: auto;
  margin: 0;
  transition: .3s all;
}
#hdrCateNav ul li.hasChildren > ul li .gnavi_listBlock a:hover {
  opacity: .7;
  transition: .3s all;
}
#hdrCateNav ul .hasChildren > ul li .gnavi_listBlock h3 a {
  font-weight: bold;
  color: #171c61;
}
#hdrCateNav ul .hasChildren > ul li .gnavi_listBlock h3.gnavi_titleBorder {
  padding-bottom: 8px;
  border-bottom: 1px solid #999;
}
#hdrCateNav ul .hasChildren > ul li .gnavi_listBlock h3.gnavi_titleBorder span {
  font-size:10px;
  display: block;
  margin-top: 4px;
  font-weight: normal;
}
#hdrCateNav ul .hasChildren > ul li .gnavi_listBlock a.gnavi_productLink {
  display: block;
  font-size: 12px;
  color: #313131;
  line-height: 1.2;
  margin-bottom: 8px;
  letter-spacing: -.5px;
}
#hdrCateNav ul .hasChildren > ul li .gnavi_listBlock .gnavi_productLink:last-child {
  margin-bottom: 0;
}
#hdrCateNav ul .hasChildren > ul li .gnavi_hasChildren_link {
  padding: 0 0 0 20px;
  font-size: 12px;
  color: #171c61;
  height: auto;
  line-height: 1;
  margin-bottom: 15px;
  display: block;
  transition: .3s all;
}
#hdrCateNav ul .hasChildren > ul li:last-child .gnavi_hasChildren_link {
   margin-bottom: 0;
}
#hdrCateNav ul .hasChildren > ul li .gnavi_hasChildren_link:hover {
  opacity: .7;
  transition: .3s all;
}
.gnavi_overlay {
  width: 100%;
  height: 100%;
  left: 0;
  position: fixed;
  display:none;
/*  background: rgba(0,0,0,.5);	201202タ*/
  background: linear-gradient(rgba(0,0,0,0)5%,rgba(0,0,0,.4));
  pointer-events: none;
  z-index: 4;
}
.gnavi_overlay.open {
  display: block;
}
.gnavi_overlay.open::before {
  content: "";
  width: 100%;
  height: 62px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.newColor {
	color: #f00;
	font-size: 80%;
}
.newColorB {
	color: #42a7d6;
	font-size: 80%;
}
.newColorG {
	color: #b9a071;
	font-size: 80%;
}
.newColorO {
	color: #f85b0c;
	font-size: 80%;
}
.saleColor {
	color: #fff;
	background: #f05;
	font-size: 80%;
	margin: 0 3px;
	padding: 0 5px;
	border-radius: 3px;
}

.pickupColorP {
	color: #e81277 !important;
}


.sideBnr a img {
	max-width: 100%;
}

#contents_sub img {
    max-width: 95%;
}
/* メルマガ登録 (サイド)*/
#magazinCTA.sideCat__title{
    font-size: inherit;
    text-align: center;
      display: block;
  padding:10px 5px;
  margin-bottom:10px;
    /*width: 256px;*/
    margin-left: auto;
    margin-right: auto;
}
#magazinCTA.sideCat__title h2{
    font-size: 15px;
      color: #b2b4e0;
}
#magazinCTA.sideCat__title .magazinCTA__inner{
    padding-top: 10px;
}
#magazinCTA.sideCat__title a.button{
    min-width:unset;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 5px;
}
#magazinCTA.sideCat__title .magazinCTA__box1 .text-center{
    font-size: 11px;
    font-weight: normal;
}
.magazinCTA__box1{
  margin-bottom:unset;
}
#magazinCTA.sideCat__title a.button span{
    display: inline-block;
    vertical-align: baseline;
}
#magazinCTA.sideCat__title a.button:hover{
    background: #fff;
    color: #171c61;
    opacity: 0.5;
}
#magazinCTA.sideCat__title::after{
    display: none;
}
/* 中スクリーンサイズ >1200px */
@media screen and (max-width:1199px){
  #magazinCTA.sideCat__title h2{
    font-size: 14px !important;
      color: #b2b4e0;
}
}

/* PCのみ改行させたい */
/* <span class="brPC"></span>直前に改行 */
.brPC {
	white-space: pre;
}
.brPC::after {
	content: " \A ";
}

/* footer custom_base.css不足分追加 210611タ */
.sideCat__title1 {
    padding: 10px 15px;
    font-size: 16px;
    border-bottom: 2px solid #171c61;
    position: relative;
    font-weight: bold;
    background: #171c61;
    color: #fff !important;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.sideCat__title1 img {
    display: block;
    margin-right: 10px;
}
.footer_nav .sideCat__title1 {
    border-bottom: 2px solid #fff;
    padding: 20px 10px;
}

/* reasonSNS storeFlexWrap */
.storeFlexWrap {
  box-sizing: border-box;
display: flex;
flex-wrap: wrap;
width:1200px;
margin: auto;
  border: 1px solid #161c61;
  padding: 25px;
}

.storeFlexWrap .storeFlexBox:nth-of-type(2n+1) {
  margin-right: 30px;

}

.storeFlexBox {
width: 555px;
}

.storeFlexNode {
display: flex;
}

.reason .storeFlexNode img {
width:120px;
max-width: initial;
}

.storeFlexNode .storeP {
margin-left: 20px;
}


.storeFlexNode .tel_num {
  font-weight: bold;
  color: #171c61;
  font-size: 20px;
  margin-top: 10px;
}

.reasonSNSFlexWrap {
display: flex;
flex-wrap: wrap;
width:1200px;
margin: 0px auto 30px;
}

.reasonSNSFlexWrap .fbBox {
width: 420px;
margin-left: 30px;
}

.reasonFlexbox > div {
box-sizing: border-box;
  border: 1px solid #161c61;
padding: 25px;
  width: 750px;
  margin-top: 30px;
}

.reasonFlexbox .evtSeminar {
  box-sizing: border-box;
display: flex;
width: 100%;
  justify-content: space-evenly;

}

.reasonFlexbox .evtSeminar figure {
margin: 0px;
padding: 0px;
flex-basis: 40%;
}

.reason .reasonFlexbox .evtSeminar figure img {
max-width: initial;
  width:100%;
  border: 1px solid #aaa;
}

.reason #twitter-widget-0 {
margin-top: 30px !important;
}
/*  20220125~ yone  */
.dcjq-mega-menu.-t2{
					margin: auto;
					padding: 5px 0;
				}
				.dcjq-mega-menu.-t2 p{ display: table;padding-top: 0}
				.dcjq-mega-menu.-t2 span{
					display: table-cell;
					padding: 0 10px;
                  box-sizing:border-box;
				}
				.dcjq-mega-menu.-t2 img,.dcjq-mega-menu.-t2 a{
					vertical-align: middle;
                  					padding:0 3px;
				}
/*
.dcjq-mega-menu.-t2 img,.dcjq-mega-menu.-t2 a:hover{
  opacity:0.8;
}
*/

/* countdown */
.hideCD {
display: none;
}

img {
image-rendering: -webkit-optimize-contrast;
}


/* clearfix */
.clearFix:before,
.clearFix:after {
    content: "";
    display: table;
}
.clearFix:after {
clear: both;
}


/* /clearfix */


/* 230616 バナー2段組み用 */
.bnr_flex {
    display: flex;
    border: solid 1px #CCC;
    flex-direction: row-reverse;
}
.bnr_flex img {
    width: 50%;
    height: 50%;
}
/* 20230804 ナビ改修 */
.gnavi_listBlock hr {
    display: block;
    border-top: 1px solid #EEE;
    margin: 12px 0 9px;
}
.gnavi_listBlock br {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 8px;
    letter-spacing: -.5px;
}
.bnrFlex {
    display: flex;
    column-gap: 1rem;
}
.bnrFlex a img {
    width: 100%;
}

/* スペシャルコンテンツFAQ貼り付け */
#article_faq {
}
#article_faq #bread_crumb,
#article_faq #single_post_infoTitle,
#article_faq #single_post_content div > *,
#article_faq .navi_faq_wrap{
    display: none;
}
#article_faq #single_post_content div > p:nth-of-type(1) {
    display: flex;
    flex-wrap: wrap;
}


/* スタッフコンテンツ */
.recContents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.recContents > div a {
    display: flex;
    align-items: center;
    max-width: 425px;
    font-weight: 600;
    padding-right: 10px;
    margin-bottom: 30px;
    transition: all .2s ease;
}
.recContents > div a:hover {
    background: #eee;
}
.recContents > div a img {
    width: 150px;
    height: auto;
    aspect-ratio: 1 / 1;
    margin-right: 10px;
    transition: all .2s ease;
}
.recContents > div a:hover img {
    opacity: 0.8;
    transition: all 0.6s ease;
}

@media screen and (max-width: 767px) {
.recContents {
    display: block;
    padding: 0 15px;
}
.recContents > div a {
    margin-bottom: 10px;
    font-size: 0.8rem;
    line-height: 1rem;
}
.recContents > div a img {
    width: 100px;
}
}
/* /スタッフコンテンツ */


/* 問い合わせ・コンテンツのブロック */
.linkButtonBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 1rem 0 2rem ;
    background-color: #ecedf6;
    padding: 15px 0;
    border: 1px solid #cdced9;
}
.linkButtonBox dl {
    flex-basis: 30%;
}
.linkButtonBox dd {
    margin: 0.5rem 0 0;
    height: 95px;
}
.linkButtonBox dt {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: bold;
    color: #171c61;
}
.linkButtonBox dt:after {
    content: "▼";
    display: block;
}
.linkButtonBox .btnInnerLink li {
    margin-bottom: 0;
}
.linkButtonBox .btnInnerLink li a {
    border-radius: 15px;
    padding: 5px;
    display: flex;
    align-items: center;
}
.linkButtonBox .btnInnerLink li img {
    height: 80px;
    width: 80px;
    object-fit: cover;
    object-position: 50%;
    border-radius: 10px;
}
.linkButtonBox .btnInnerLink li p {
    width: 100%;
}
.linkButtonBox .contactToraBtn {
    width: auto;
    margin: 0.5rem 0 0;
    border-radius: 15px;
}
.linkButtonBox .contactToraBtn p:nth-of-type(3) {
    padding-top: 0;
}
.linkButtonBox dl dd:nth-of-type(2).btnInnerLink li a {
    background-color: #171;
    border: 2px solid #171;
}
.linkButtonBox dl dd:nth-of-type(2).btnInnerLink li a:hover {
    background-color: #fff;
    color: #171;
}
.linkButtonBox dl dd:nth-of-type(2).contactToraBtn {
    background-color: #171;
    border: 2px solid #171;
}
.linkButtonBox dl dd:nth-of-type(2).contactToraBtn:hover {
    background-color: #fff;
}
.linkButtonBox dl dd:nth-of-type(2).contactToraBtn:hover p {
    color: #171;
}
@media screen and (max-width:767px) {
.linkButtonBox {
    display: block;
    padding: 5px 0;
}
.linkButtonBox dl {
    display: flex;
    align-items: center;
    margin: 5px 0;
}
.linkButtonBox dt {
    font-size: 1rem;
    width: 50%;
}
.linkButtonBox dt:after {
    content: "≫";
    display: block;
}
.linkButtonBox dd {
    margin: 0;
    height: fit-content;
    width: 50%;
}
.linkButtonBox .btnInnerLink li img {
    height: 70px;
    width: 70px;
}
.linkButtonBox .btnInnerLink li a {
    font-size: 0.75rem;
    width: 90%;
}
.linkButtonBox .btnInnerLink li p {
    line-height: 1rem;
}
  .linkButtonBox .contactToraBtn {
    width: 49%;
    margin: 0;
}
}
/* /問い合わせ・コンテンツのブロック */


/* 無限予約用_一時的な対応 */

.order_date {
/*display: none !important;*/
}

.order_date + #alert_reserve {
/*display: none !important;*/
}

/* /無限予約用_一時的な対応 */

div.award {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1%;
    background-color: #ecedf6;
}
div.award figure {
    flex-basis: 15%;
    margin: 0;
}
div.award img {
    width: 100%;
}

/* jancode用 25/3/7 sa
.colorme-jancode {
display: inline-block;
color: #fff;
background-color: #262161;
font-size: 0.7rem;
padding: 0px 0.3rem;
border-radius: 0.3rem;
margin-bottom: 1rem;
}
 /jancode用 */

/* YouTube動画スライダー実装 */
.swiper-container{
  text-align: center;
}
.swiper-container .swiper-slide img{
  max-width: 100%;
  width: 100%;
  height: auto;
}
.swiper-container .swiper-slide {
  position: relative;
  width: 100%;
}
.swiper-container .swiper-slide:before {
  content:"";
  display: block;
  padding-top: 56.25%;
}
.swiper-container .swiper-slide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
#thumbs .swiper-slide {
  width: 20%;
  opacity: 0.2;
  cursor: pointer;
}
#thumbs .swiper-slide:before {
  content:none;
}
#thumbs .swiper-slide-active {
  opacity: 1;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white,
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    filter: invert(95%) sepia(100%) saturate(5000%) hue-rotate(222deg) brightness(100%) contrast(90%);
}
/* /YouTube動画スライダー実装 */