#header {
    border-bottom: 1px solid #111;
}
#header #logo a {
    width: 70px;
}
#feshead{
	width: 100%;
    display: block;
	background-color: #ff3979;
}
#feshead a{    margin-right: auto;}
#feshead a img{
	width:140px;
}
#feshead .inner{
	    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
#feshead .inner .kaisai{
	width: 400px;
	    font-size: 2.3vw;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 2px #9e0033;
}
#feshead .inner .sakuhin{
	width: 312px;
	    font-size: 2.3vw;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 2px #9e0033;
}

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
.pagetop__arrow {
  display: block;
  height: 10px;
  width: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateY(20%) rotate(-45deg);
}


@media screen and (max-width: 979px) {
    .splogo {
        position: fixed;
        left: 12px;
        top: 20px;
        width: 60px;
        z-index: 200;
        top: 12px;
    }
	    .drawer {
        position: fixed;
        top: 15px;
        right: 16px;
        width: 27px;
        cursor: pointer;
    }
	.navbar_toggle_icon {
    width: 27px;
    background: #555;
}
	.navbar_toggle_icon:nth-child(2) {
    margin: 5px 0;
}
	
#feshead {
    margin-top: 47px;
}
#feshead .inner {
    width: 98%;
	gap: 5%;
	}
#feshead a {
    margin-right: initial;
	width:27%;
}
#feshead a img {
    width: 100%;
}
	#feshead .inner .sakuhin {
    width: 73%;
	}
	#feshead .inner .kaisai {
    display: none;
}
	.swiper {
        margin: 19px 0 10px!important;
    }
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////検索デザイン*/
.kodawariserch{
	margin: 0;
    width: auto;
    margin-left: auto;
    background-color: #ffffff;
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 25px;
    padding: 25px;
    text-align: center;
    justify-content: center;
    box-shadow: 0 4px 37px rgb(255 43 120 / 24%);
}
.kodawariserch:hover{
	box-shadow: 0 4px 37px rgb(255 43 120 / 44%);
	background-color: #eaeaea;
	cursor:pointer;
}
.kodawariserch .material-symbols-outlined{
	    margin-right: 5px;
}
.kodawariserch .texta{
	    font-size: 18px;
    color: #333;
}

.linkspage{
	display:flex;
	width:640px;
	margin: 0 auto;
}


.serchboxArea{
	position:fixed;
	top:0;
	left:0;
	display:none;
    width: 100%;
	height:100%;
	z-index: 1001;
}
.serchboxArea .overray{
	    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(251 251 251 / 60%);
    backdrop-filter: blur(13px);
}
#search{
	position: fixed;
    width: 92%;
    max-width: 920px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 0 36px #ffa8ce;
    z-index: 100;
}
#search .close{
	    position: absolute;
    top: -40px;
    right: 0;
    color: #000000;
}
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-size: 28px;
}
.tagpop{
	    border-top: 1px solid #ddd;
    padding: 18px 12px;
}
.tagpop h4{
	    text-align: center;
    font-weight: 600;
    margin-bottom: 16px;
    font-size: 18px;
}
.tagpop ul{
	    display: flex;
    flex-wrap: wrap;
}
.tagpop ul li{
	    width: 33.3333333%;
    padding: 4px 12px;
}
.tagpop ul li a{
	    display: block;
    text-align: left;
    font-size: 14px;
    color: #7400a7;
    text-decoration: none;
}
.tagpop ul li a:hover{
	opacity:0.7;
}
.product input[type="text"]{
	    width: 85%;
    border: none;
    line-height: 50px;
    padding-left: 16px;
    font-size: 16px;
    border-radius: 16px 0 0 0;
	background-color: #efe9e9;
}
.product form{
	    display: flex;
}
.product #submit{
	width: 15%;
    border: none;
    line-height: 50px;
    font-size: 16px;
    border-radius: 0 16px 0 0;
	    background-color: #ff3979;
    color: #fff;
}

@media screen and (max-width: 979px) {

#search {
    height: 80vh;
}
	.tagpop ul {
    display: flex;
    flex-wrap: wrap;
    height: calc(80vh - 119px);
    overflow: scroll;
}
.tagpop ul li {
    width: 100%;
    padding: 0px 12px;
	border-bottom:1px solid #eee;
}
.tagpop ul li a {
    display: block;
    text-align: left;
    font-size: 14px;
    color: #7400a7;
    text-decoration: none;
    padding: 7px 0;
}

}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////タブデザイン*/

.tab-container{
	    display: flex;
    justify-content: center;
    width: 100%;
    width: 92%;
    max-width: 1440px;
	margin: 16px auto;
	padding-bottom: 8px;
    border-bottom: 1px solid #eeeeee;
}
.single .tab-container{
	margin: 16px auto 0;
	border-bottom: 1px solid #ddd;
}

.tab-container .tab{
	margin: 0;
    border-right: 1px solid #ddd;
}

.tab-container .tab a{
	    display: block;
    width: 240px;
    border-bottom: 4px solid #fff;
    text-align: center;
    line-height: 48px;
    text-decoration: none;
    font-size: 20px;
    color: #6e8091;
}
.tab-container .tab a:hover{
	background-color: #fff1f6;
}

.tab-container .tab.active a{
	border-bottom: 4px solid #ff3979;
    color: #ff3979;
    font-weight: 600;
}

@media screen and (max-width: 979px) {
.tab-container {
    width: 100%;
	    margin: 0px auto;
	padding-bottom: 0px;
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
}
	.single .tab-container {
    margin: 0 auto 0;
    border-bottom: 1px solid #ccc;
}
.tab-container .tab a {
    width: 100%;
        border-bottom: 2px solid #fff;
       line-height: 46px;
        font-size: 13px;
}
.kodawariserch {
    width: 66px;
        background-color: transparent;
        height: 48px;
        box-shadow: none;
        flex-flow: column;
        padding: 0;
        align-items: center;
}
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-size: 24px;
}
.kodawariserch .material-symbols-outlined {
    margin-right: 1px;
}
.kodawariserch .texta {
    font-size: 9px;
    color: #333;
}
.tab-container .tab {
    margin: 0;
    width: calc(33% - 21px);
	border-right: 1px solid #ddd;
}
}





/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////リストデザイン*/ 
.search .header {
    text-align: center;
    width: 100%;
    margin: 60px auto 0px;
}
.search .header h1 {
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 18px;
}
.feslist ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    width: 100%;
	max-width: 1440px;
    margin: 20px auto;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
}
.feslist ul li {
    display: flex;
    width: 20%;
    padding: 1vw 1.5vw;
    border-radius: 0px;
    transition: 0s all;
    position: relative;
    background-color: #fff;
    background-image: none;
}

.feslist ul li::after{
	content:" ";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	transition: 0s all;
	opacity:0;
	z-index: 0;
	border-radius: 0px;
	background-image: none;
	
}
.feslist ul li:hover::after{
	opacity:0;
}
.feslist ul li a{
	position:relative;
	z-index: 1;
	font-size: 14px;
	letter-spacing: 0.1rem;
	text-align:center;
}

.feslist ul li .cover{

    border-radius: 6px;
	overflow: visible;
	transition: 0.5s all;
	    margin-bottom: 19px;
}
.feslist ul li a:hover .cover{

  transform:scale(1,1);
}
.feslist ul li .cover img {
    box-shadow: none;
    border-radius: 3px;
    overflow: hidden;
    transition: 0.5s all;
    border: 1px solid #ddd;
}
.feslist ul li .cover img .cover{
	box-shadow: 0 12px 70px rgba(0, 0, 0, 0.7);
}
.feslist ul li .text-wrap{
	    color: #666;
}
.feslist ul li .sakusya{font-size: 11px;    color: #666;}
.feslist ul ul{
	    display: block;
    border-bottom: 0;
	margin: 4px auto;
}
.feslist ul ul li{
	    display: inline-block;
    width: auto;
    padding: 2px 4px;
    font-size: 11px;
	    color: #666;
    background-color: #f0edf2;
    border-radius: 3px;
    margin: 2px;
	letter-spacing: 0;
}
.feslist ul ul li.r18{background-color: #ebd3da;}
.tax-creator .feslist ul li .cat{
	    display: inline-block;
    width: auto;
    padding: 2px 4px;
    font-size: 11px;
	    color: #666;
    background-color: #f0edf2;
    border-radius: 3px;
    margin: 2px;
	letter-spacing: 0;
}
.feslist ul ul li:first-child{
	display:none;
}
    .list ul li .cat {
     display: inline-block;
    width: auto;
    padding: 2px 4px;
    font-size: 9px;
    color: #666;
    background-color: #f0edf2;
    border-radius: 3px;
    margin: 2px;
    letter-spacing: 0;
    }

.page-numbers {
    font-size: 42px;
	font-family: "Oswald", sans-serif;
}
.page-numbers.current {
    color: #EC2564;
}
@media screen and (max-width: 979px) {
.archive .header {
    text-align: center;
    width: 100%;
    margin: 20px auto 0px;
}
.feslist ul li {
    display: flex;
    width: 33%;
    padding: 2vw 2.5vw;
}
.feslist ul li a {
    text-align: left;
}
.feslist ul li .text-wrap {
    font-size: 11px;
    letter-spacing: 0rem;
    line-height: 1.3;
	overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.feslist ul li .sakusya {
    font-size: 9px;
	color: #888;
}
.feslist ul li .cover {
    margin-bottom: 8px;
}
.feslist ul ul li {
    font-size: 9px;
    letter-spacing: 0;
}
.tax-creator .feslist ul li .cat {
    font-size: 9px;
}
.page-numbers {
    font-size: 8.5vw;
}
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////詳細デザイン*/
.bookinfo .info .arasuji {
    font-size: 15px;
    margin-bottom: 24px;
}
.bookinfo .info .btnarea {
    margin: 16px 0;
    display: block;
}
.bookinfo .info .btnarea .link{
	    display: flex;
    margin: 10px 0;
	flex-wrap: wrap;
	    justify-content: space-between;
}
.bookinfo .info .btnarea a {
    flex: none;
    width: 48%;
	margin-bottom: 10px;
}
.tameshi{}
.tameshi a{
	display: block;
    width: 100%;
    height: 50px;
    text-align: center;
    background-color: #ff3773;
    color: #fff;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 17px;
    border-radius: 3px;
    line-height: 50px;
    border: 1px solid #d20e49;
    cursor: pointer;
    text-decoration: none;
}
.tameshi a:hover{
	opacity:0.7;
}

.postmeta{
	margin-bottom:25px;
}
.postmeta a{
	    padding: 3px 6px;
    font-size: 13px;
    border: 1px solid #ccc;
    border-radius: 3px;
	margin-right: 4px;
}
.postmeta a:hover{
	background-color:#eee;
}

.single .sns a {
    width: 315px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: #333;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #333;
    line-height: 38px;
    width: 100%;
    display: block;
}

@media screen and (max-width: 979px) {
    .bookinfo .cover {
        padding: 7vw 0 10px;
    }
	.info {
    margin: 19px auto;
}
	.bookinfo .info .arasuji {
    font-size: 14px;
}
}