/********************
  テンプレート
********************/

.block-freepage-container,
.block-freepage-container2 {
  padding-bottom: 26vw;
}

.block-base-inner {
  padding: 0 4.27vw;
}

.block-base-inner + .block-base-inner {
  margin-top: 21.33vw;
}

/****タイトル****/

.block-ttl-common-h1 {
  position: relative;
  margin: 0 0 13vw;
  padding: 0 0 8vw;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
}

.block-ttl-common-h1::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10.67vw;
  height: 2px;
  background-color: #00AEEF;
}

.block-ttl-common-h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}

.block-ttl-common-h2:not(:first-child) {
  margin-top: 5vw;
}

.block-ttl-common-h1 + .block-ttl-common-h2 {
  margin-top: 13vw;
}

.block-base-inner .block-ttl-common-h2 {
  margin-right: -4.27vw;
  margin-left: -4.27vw;
  font-size: 16px;
  font-weight: bold;
}

.block-ttl-common-h3 {
  margin: 0 0 5vw;
  padding: 4.27vw 4.27vw 4.27vw;
  background-color: #F2F2F0;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
}

.block-ttl-common-h3:not(:first-child) {
  margin-top: 17vw;
}

.block-base-inner .block-ttl-common-h3 {
  margin-right: -4.27vw;
  margin-left: -4.27vw;
}

.block-ttl-common-h3 img {
  max-height: 8vw;
  margin-left: 3vw;
}

.block-ttl-common-h4 {
  position: relative;
  margin: 0 0 5vw;
  padding: 0 0 4vw;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
}

.block-ttl-common-h4::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8vw;
  height: 2px;
  background-color: #00AEEF;
}

.block-ttl-common-h4:not(:first-child) {
  margin-top: 10vw;
}

.block-ttl-common-h4 img {
  max-height: 7.6vw;
  margin-left: 3vw;
}

.block-ttl-common-h5 {
  margin: 0 0 4vw;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}

.block-ttl-common-h5:not(:first-child) {
  margin-top: 10vw;
}

/****アンカー****/

.block-base-anker-list-item {
  width: 100%;
}

.block-base-anker-list-item + .block-base-anker-list-item {
  margin-top: 2.67vw;
}

.block-base-anker-list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 17.07vw;
  padding: 0 10vw 0 4.27vw;
  border: 1px solid #DEDED9;
  background-color: #F8F8F4;
  font-size: 16px;
  text-decoration: none;
  line-height: 1.4;
}

.block-base-anker-list-item a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 5vw;
  width: 2.2vw;
  height: 2.2vw;
  margin-top: -1.6vw;
  border-right: 1px solid #00AEEF;
  border-bottom: 1px solid #00AEEF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/****アーティクル****/

.block-base-article-vert-img .block-base-detail {
  margin-top: 20px;
}

.block-base-comment {
  margin-top: 2vw;
  font-size: 16px;
  line-height: 1.7;
}

.block-base-img img {
  width: 100%;
}

.block-base-img-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-base-img-comment + .block-base-img-comment {
  margin-top: 4vw;
}

.block-base-img-comment .block-base-img {
  width: 20vw;
}

.block-base-img-comment .block-base-comment {
  width: calc(100% - 24vw);
  margin: 0;
}

.block-base-img-comment .block-base-comment p {
  margin: 0;
}

.block-base-ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}

.block-base-bnr {
  margin-top: 10px;
}

.block-base-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -4.27vw 0 0;
  font-size: 16px;
}

.block-base-link a {
  margin: 1vw 4.27vw 0 0;
}

.block-base-article-vert-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-3 .block-article-container,
.col-4 .block-article-container {
  width: calc((100% - 4.27vw) / 2);
}

.col-3 .block-article-container:not(:nth-child(2n)),
.col-4 .block-article-container:not(:nth-child(2n)) {
  margin-right: 4.27vw;
}

.block-base-article-vert-img + .block-base-article-vert-img,
.block-base-article-parallel-img + .block-base-article-parallel-img,
.block-base-article-vert-img + .block-base-article-parallel-img,
.block-base-article-parallel-img + .block-base-article-vert-img,
.col-3 .block-article-container:not(:nth-child(-n+2)),
.col-4 .block-article-container:not(:nth-child(-n+2)),
.col-2 .block-article-container + .block-article-container {
  margin-top: 10.67vw;
}

.block-base-article-parallel-img.img-small .block-article-container {
  flex-direction: column;
}

.block-base-article-parallel-img .block-article-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-base-article-parallel-img .block-base-img {
  width: 32vw;
}

.block-base-article-parallel-img.img-small .block-base-img {
  width: 100%;
  order: 10;
}

.block-base-article-parallel-img .block-base-detail {
  width: calc(100% - 36.27vw);
}

.block-base-article-parallel-img.img-small .block-base-detail {
  width: 100%;
  margin-top: 20px;
  order: 20;
}

.block-base-bg,
.block-base-bdr-red {
  padding: 6vw 6.4vw;
  font-size: 16px;
  line-height: 1.7;
}

.block-base-bg {
  background-color: #F8F8F4;
}

.block-base-bdr-red {
  border: 1px solid #00AEEF;
  color: #00AEEF;
}

.block-base-bg:not(:first-child),
.block-base-bdr-red:not(:first-child) {
  margin-top: 6.4vw;
}

.block-base-tbl table,
.block-base-chronology-tbl table {
  font-size: 16px;
  line-height: 1.7;
  width: 100%;
}

.block-base-tbl:not(:first-child),
.block-base-chronology-tbl:not(:first-child) {
  margin-top: 10.67vw;
}

.block-base-annotation + .block-base-tbl,
.block-base-annotation + .block-base-chronology-tbl {
  margin-top: 6vw;
}

.block-base-tbl:not(.tbl-thead) tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-base-tbl th,
.block-base-tbl td,
.block-base-chronology-tbl th,
.block-base-chronology-tbl td {
  padding: 2.5vw;
  border-top: 1px solid #DEDED9;
  border-bottom: 1px solid #DEDED9;
}

.block-base-tbl:not(.tbl-thead) th,
.block-base-tbl:not(.tbl-thead) td {
  margin-top: -1px;
}

.block-base-tbl th + th,
.block-base-tbl td + td {
  border-left: 1px solid #DEDED9;
}

.block-base-tbl th,
.block-base-chronology-tbl th {
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}

.block-base-tbl th {
  background-color: #F8F8F4;
  font-size: 14px;
}

.block-base-tbl tbody th {
  width: 35%;
}

.block-base-tbl:not(.tbl-thead) th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.block-base-tbl:not(.tbl-thead) td {
  width: 65%;
  font-size: 14px;
}

.block-base-chronology-tbl th {
  white-space: nowrap;
}

.block-base-tbl thead th,
.block-base-chronology-tbl thead th {
  text-align: center;
}

.block-base-video-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-base-video-list-item {
  width: calc((100% - 4.27vw) / 2);
}

.block-base-video-list-item:not(:nth-child(2n)) {
  margin-right: 4.27vw;
}

.block-base-video-list-item:not(:nth-child(-n+2)) {
  margin-top: 5vw;
}

.block-base-video-list-item button,
.block-base-video button {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.block-base-video-list-item button::after,
.block-base-video button::after {
  content: '';
  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;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../../img/usr/common/icon_video_play.png) center no-repeat;
  background-size: 13.33vw;
}

.block-base-video-list-item button img,
.block-base-video button img {
  width: 100%;
}

.block-base-video-list-item .block-base-ttl {
  margin-top: 2.67vw;
}

.block-base-content-simg-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 5.33vw 6.4vw;
  background-color: #F8F8F4;
}

.block-base-content-simg-list-item + .block-base-content-simg-list-item {
  margin-top: 2.67vw;
}

.block-base-content-simg-list-item .block-base-img {
  width: 16vw;
}

.block-base-content-simg-list-item .block-base-detail {
  width: calc(100% - 20.27vw);
  margin-left: 4.27vw;
}

.block-base-content-simg-list-item .block-base-ttl {
  position: relative;
  margin-top: -3px;
  padding-left: 5.33vw;
}

.block-base-content-simg-list-item .block-base-ttl::before {
  content: '';
  display: block;
  position: absolute;
  top: 3.2vw;
  left: 0;
  width: 1.6vw;
  height: 1.6vw;
  margin-top: -.3vw;
  border-top: 1px solid #00AEEF;
  border-right: 1px solid #00AEEF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.block-base-content-simg-list-item .block-base-comment {
  margin-top: 1.07vw;
}

.block-base-content-full {
  padding: 6.4vw;
  background-color: #F8F8F4;
}

.block-base-content-simg-list + .block-base-content-full {
  margin-top: 2.67vw;
}

.block-base-content-full .block-base-ttl {
  position: relative;
  margin-top: -.3vw;
  padding-left: 5.33vw;
}

.block-base-content-full .block-base-ttl::before {
  content: '';
  display: block;
  position: absolute;
  top: 3.2vw;
  left: 0;
  width: 1.6vw;
  height: 1.6vw;
  margin-top: -.3vw;
  border-top: 1px solid #00AEEF;
  border-right: 1px solid #00AEEF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.block-base-content-full .block-base-link {
  margin-top: 1.33vw;
}

.block-base-content-full .block-base-video {
  margin-top: 6vw;
}

.block-base-content-mimg-list-item {
  background-color: #F8F8F4;
}

.block-base-content-mimg-list-item + .block-base-content-mimg-list-item {
  margin-top: 4.27vw;
}

.block-base-content-mimg-list-item .block-base-img img {
  width: 100%;
}

.block-base-content-mimg-list-item .block-base-detail {
  padding: 6.4vw;
}

.block-base-annotation {
  font-size: 14px;
  line-height: 1.7;
}

.block-base-caution-list {
  font-size: 16px;
  line-height: 1.7;
}

.block-base-caution-list li {
  position: relative;
  padding-left: 5.33vw;
  font-size: 14px;
}


.block-base-caution-list li + li {
  margin-top: 1.2em
}

.block-base-caution-list li::before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 1.6vw;
  height: 1.6vw;
  border-radius: 1.6vw;
  background-color: #444;
}

.block-base-link,
.block-base-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.block-base-btn.btn-arw {
  margin-bottom: 8vw;
}

.block-base-link + .block-base-link,
.block-base-btn + .block-base-btn {
  margin-top: 2.67vw;
}

.block-base-link a,
.block-base-btn a {
  position: relative;
}

.block-base-link.link-outer a::after {
  content: '';
  display: inline-block;
  position: relative;
  width: 11px;
  height: 11px;
  margin-left: 10px;
  background: url(../../img/usr/common/icon_outer_link_red@2x.png) center no-repeat;
  background-size: contain;
}

.block-base-link.link-pdf a::after {
  content: 'PDF';
  display: inline-block;
  position: relative;
  top: -2px;
  width: auto;
  height: 16px;
  margin-left: 10px;
  padding: 0 4px;
  background-color: #00AEEF;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
}

.block-base-btn a {
  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;
  min-width: 70vw;
  height: 12vw;
  padding: 0 16px;
  background-color: #75635a;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 3px 5px 3px 0px #cccccc;
  font-weight: bold;
}

.block-base-btn.btn-arw a {
  width: 100%;
}

.block-base-btn.btn-arw a.is-current {
  background-color: #6f6866;
}

.block-base-btn.btn-arw a + a {
  margin-top: 2.67vw;
}

.block-base-btn.btn-outer a::after {
  content: '';
  display: inline-block;
  position: relative;
  width: 11px;
  height: 11px;
  margin-left: 10px;
  background: url(../../img/usr/common/icon_outer_link_white@2x.png) center no-repeat;
  background-size: contain;
}

.block-base-btn.btn-pdf a::after {
  content: 'PDF';
  display: inline-block;
  position: relative;
  width: auto;
  height: 16px;
  margin-left: 10px;
  padding: 0 4px;
  background-color: #fff;
  color: #3F3D3C;
  font-size: 10px;
  line-height: 16px;
}

.block-base-btn.btn-arw a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: scale(.5)rotate(45deg);
  transform: scale(.5)rotate(45deg);
}


/* ----詳細検索---- */

.block-search-goods--condition-items {
  margin: 10px;
}
.block-search-goods--to-dt {
  margin-top: 5px;
}
.block-search-goods .action-buttons {
  margin: 0 10px 10px 10px;
}
.block-search-goods--from-price {
  margin-bottom: 8px;
}
.block-search-goods--publication-dt input {
  width: 6em;
}


/* ----おすすめリスト---- */

.rec-list {
  background-color: #f8f8f4;
}

.rec-list div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px 0;
  background-color: #c8b65b;
  color: #fff;
  font-weight: 600;
}

.rec-list ul {
  list-style-type: disc;
  margin: 0;
  padding: 1em 1em 1em 2.5em;
}

.rec-list li {
  padding: .3em .3em .3em 0;
}

.rec-list li::marker {
  color: #c8b65b;
  font-size: 1.1em;
}



/* ----コンテンツ用---- */
.org-contents h1{
  font-size: 18px;
  font-weight: bold;
  margin: 10px;
  padding: 0px;
} 

.org-contents-topimg{
  width: 100%;
  margin: 10px 0px;

}

.org-contents-block{
  margin: 10px;
}

.org-contents-comment{
  font-size: 14px;
  margin-top: 10px;
}

.org-contents h2{
  font-size: 18px;
  color: #fff;
  background-color: #4E4449;
  margin-bottom: 20px;
  margin-top: 10px;

}
.org-contents h3{
  font-size: 16px;
  font-weight: bold;      
  margin-bottom: 10px;  
  margin-top: 10px;
}

.org-contents-rank{
  background-color: #FFF5EC;
  margin: 10px;
  padding: 10px;
  border: dashed #ff8e1c  3.5px;
}

.org-contents-ranktittle{
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  border-bottom: solid 2px;
}


/*ランキング*/

.org-contents-rank  ol{
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding: 0.3em 0.8em;
  margin: 10px;
}

.org-contents-rank ol li {
position: relative;
padding: 0.5em 0.5em 0.5em 30px;
line-height: 1.5em;
font-weight: bold;
}

.org-contents-rank ol li:before{
/* 以下数字をつける */
position: absolute;
counter-increment: number;
content: counter(number);
/*数字のデザイン変える*/
display:inline-block;
color: white;
background-color: #4E4449;
font-weight:bold;
font-size: 15px;
border-radius: 50%;
left: 0;
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
/*以下 上下中央寄せのため*/
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}


.org-contents-rank .rank1{
  font-size: 26px;
  padding-bottom: 5px;
}

.org-contents-rank .rank2{
  font-size: 24px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.org-contents-rank .rank3{
  font-size: 22px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.org-contents h3{
  font-size: 18px;
  border-left: 10px solid #4E4449;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 5px;
  margin-left: 10px;
  padding: 5px;
}

.org-contents .item-block{
  margin-left: 15px;
  margin-bottom: 40px;
}

.org-contents .item-tittle{
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}   

.org-contents .item-img{
  width: 80%;
  display: block;
  margin: auto;
  
}

.org-contents .item-price{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 5px;
  margin-right: 10px;
  padding-bottom: 5px;
  border-bottom:  solid 1px #8a8a8a;
}

.org-contents .item-comment{
  font-size: 14px;
  margin-left: 10px;
  margin-bottom: 30px;
}

.org-contents .block-base-btn{
  margin-top: 20px;
}

.org-contents-btn{
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 10px;
}

.org-contents-btn a {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  min-width: 70vw;
  height: 12vw;
  padding: 5px 16px;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
  background-color: #ff8e1c;
  box-shadow: 3px 5px 3px 0px #cccccc;

}

/* ストアTOP　CV */

.store-imfo{
  margin: auto;
  width: 90%;
  border: dashed #ff8e1c 3px ;
  padding: 15px;

}
.store-imfo h2{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.store-imfo img{
  margin: auto;
  padding: 10px;
  text-align: center;
}
.store-imfo p{
  font-size: 14px;
  padding: 10px;
}

.store-imfo .block-base-btn{
  margin-top: 10px;
}

.store-imfo .block-base-btn a{
  background-color: #ff8e1c;
}


/* オレンジマーカー */
.og-marker{
  background: linear-gradient(transparent 75% , #ff8e1c 70%);
  font-weight: bold;
  font-size: 16px;
}


/* ギフトCV ※クリスマス*/
.gift-rec{
  margin: auto;
  width: 90%;
  border: dashed #ffffff  3.5px;
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
  background-color: #2c402e;
  
}

.gift-rec-tittle{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: none;
  color: #ffffff;
  text-decoration: underline 5px #b6220c;

}

.gift-rec img{
  margin: auto;
  padding: 10px;
  text-align: center;
}
.gift-rec p{
  font-size: 14px;
  padding: 10px;
  color: #ffffff;
}

.gift-rec-btn{
  margin-top: 10px;
  margin-bottom: 10px;
}

.gift-rec-btn a{
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  min-width: 70vw;
  height: 12vw;
  padding: 5px 16px;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  background-color: #b6220c;
  box-shadow: 3px 5px 3px 0px #4c0404;
  text-align: center;
}

.event-banner{
  margin: 10px;
  text-align: center;
}

.event-banner a img{
  box-shadow: 3px 5px 3px 0px #cccccc;
}


/*seriesページ下部回遊レイアウト*/
.series-h3{
  width: 100%; 
  text-align: center; 
  background-color: #4e444e; 
  padding: 15px; 
  color: #ffff; 
  margin-top: 15px;
  font-weight: 20px;
  font-weight: bold;
}

.series-collection{
  margin: auto;
  padding: 10px;
}

.series-h4{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.series-img{
  width: 100%;
  padding: 10px 0px;
}

.series-description{
  font-size: 14px;
  margin-bottom: 20px;
}

.mk-color {
  background-color:#7B0A0B;
}

.mk-color-h3{
	border-left: 10px solid #7B0A0B;
}

.tk-color {
  background-color:#1B1B1B;
}

.aq-color {
  background-color: #00264D;
}