@charset "euc-jp";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-weight: normal;
  font-size: 100%;
  /* letter-spacing: 0; */
  line-height: 1;
  vertical-align:baseline;
  background:transparent;
}

ul {
	list-style: none;
}

body {
  line-height:1;
  /*font-family: "A1 Mincho";*/
 /* font-family: dnp-shuei-4go-std, sans-serif;*/
  font-family: adobe-garamond-pro , dnp-shuei-mincho-pr6n , sans-serif;
  font-weight: 400;
font-style: normal;
  text-rendering: optimizeLegibility;
    font-feature-settings: 'palt' 1;
    -webkit-font-smoothing: antialiased;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}

nav ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

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

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  text-decoration: none;
  color: #231815;
}

a:hover {
text-decoration: none;
color: #231815;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

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

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
	padding: 80px 0 0;
	color: #231815;	
}

#barba-wrapper {
	width:50%;
	margin-left:50%;
}
.pc_slider_wrap  {
width:50%;
  height:100%;
  position:fixed;
  left:0;
  top:0;
  z-index:9;
}

.pc_slider {
width:100%;
  height:100%;
}

.pc_slider .swiper-slide {
width:100%;
  height:100%;
  background-position: center;
  background-repeat:no-repeat;
  background-size: cover;
}

.pc_slider .swiper-slide:nth-child(1) {
/*background-image:url(https://img21.shop-pro.jp/PA01447/002/etc/pc_cover01.jpg?cmsp_timestamp=20200510114250);*/
/*background-image:url(https://img21.shop-pro.jp/PA01447/002/etc/dazaifu_kinga_no.jpg?cmsp_timestamp=20210101094542);*/
background-image:url(https://img07.shop-pro.jp/PA01447/002/etc/top_new_4-min.jpg?cmsp_timestamp=20210301135341);
  background-position: center bottom;
/*background-position: center 40%;*/
/*background-image:url(https://img07.shop-pro.jp/PA01447/002/etc/top_newyear2022s.jpeg?cmsp_timestamp=20211231214012);
  
  */
}

.pc_slider .swiper-slide:nth-child(2) {
background-image:url(https://img21.shop-pro.jp/PA01447/002/etc/pc_cover02.jpg?cmsp_timestamp=20200510114257);
}

.pc_slider .swiper-slide:nth-child(3) {
background-image:url(https://img21.shop-pro.jp/PA01447/002/etc/pc_cover03.jpg?cmsp_timestamp=20200510114304);
}

.home_slide_sp,
.home_page .page_title{
display:none;
}


/*
	HEADER
------------------- */

header {
	position: fixed;
	left: 0;
	top: 0;
	height: 80px;
	border-bottom: 1px solid #e3e3e3;
	width: 100%;
	z-index: 10;
	background-color: #fff;
}

header .logo {
	margin: 21px 25px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

header .logo a {
transition:0.1s linear;
}

header .logo a:hover {
opacity:0.7;
}

header .logo img {
	width: 220px;
	height: auto;
}

header .logo span {
	font-size: 15px;
    margin: 3px 0 0 35px;
    letter-spacing: 0.23em;
}

.head_nav {
	position: absolute;
	right: 0;
	top: 0;
}

.head_nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: 0px 35px 0 0;
}

.head_nav_btn {
	display: block;
	width: 50px;
	height: 80px;
	cursor: pointer;
	position: relative;
}

.head_nav_btn .icon {
	width: 31px;
	height: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%,-45%,0) scale(1.1);
	fill: #959595;
}

.head_nav_btn .num {
	background-color: #959595;
	border: 1px solid #fff;
	font-size: 10px;
	padding: 3px 0;
	color: #fff;
	text-align: center;
	width: 18px;
	height: 18px;
	border-radius: 18px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%,-50%,0);
  font-family: sans-serif;
}

.head_guide_btn {
	display: inline-block;
	font-size: 14px;
	padding: 35px 0 31px;
	color: #808080;
	letter-spacing: 0.1em;
	margin-right: 20px;
}

.menu_btn_wrap {
	width: 60px;
	height: 60px;
	position:fixed;
	left:0;
	top:50%;
	background-color: #fff;
	z-index: 2;
	transform: translateY(-50%);
}

.menu_btn {
	width: 52px;
	height: 52px;
	position:absolute;
	left:4px;
	top:4px;
	cursor: pointer;
	transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.menu_btn.active {
	transform: rotate(180deg);
}

.menu_btn .bar {
	width: 22px;
	height: 2px;
	position: absolute;
	left: 15px;
	background-color: #959595;
	transition:  0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.menu_btn .bar:nth-child(1) {
	top: 18px;
}

.menu_btn .bar:nth-child(2) {
	top: 25px;
}

.menu_btn .bar:nth-child(3) {
	top: 32px;
}

.menu_btn.active .bar:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.menu_btn.active .bar:nth-child(2) {
	opacity: 0;
}

.menu_btn.active .bar:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.search {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 80px;
	visibility: hidden;
}

.search.active {
	visibility: visible;
}

.search_box {
	background-color: #f4f4f3;
	padding: 20px 20px 0;
	position: relative;
	height: 0;
	overflow: hidden;
	transition: 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.search.active .search_box {
	height: 126px; 
	transition: 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s;
}

.search_box .wrap {
	/*opacity: 0;
	visibility: hidden;*/
}

.search.active .search_box .wrap {
	/*opacity: 1;
	visibility: visible;
	transition: 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s;*/
}

.search_box input[type="text"]{
	-webkit-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    padding: 16px;
    border: 1px solid #ddd;
	background-color: #fff;
  height:auto;
}

.search .close_layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	opacity: 0;
	transition: 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.search.active .close_layer {
	opacity: 1;
}

.search .close_btn {
	text-align: center;
	font-size: 12px;
	padding: 20px;
	color: #4d4d4d;
	letter-spacing: 0.05em;
	cursor: pointer;
}

.gnav {
	width: 100%;
	min-height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
	visibility: hidden;
	transition: 0.3s linear;
}

.gnav.active {
	visibility: visible;
}

.gnav .close_layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	opacity: 0;
	transition: 0.3s linear;
}

.gnav.active .close_layer {
	opacity: 1;
}

.gnav .wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #fff;
	transform: translateX(-100%);
	transition: 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.gnav.active .wrap {
	transform: translateX(0%);
}

.gnav .wrap .menu_list {
	width: 75%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%,-50%,0);
}

.gnav .wrap ul.main {
	padding: 0px 30px 0;
}

.gnav .wrap ul.main li {
	border-bottom: 1px solid #ddd;
}

.gnav .wrap ul.main li a {
	display: block;
	padding: 21px 5px 16px;
	font-size: 16px;
  letter-spacing: 0.05em;
}

.gnav .wrap ul.sub {
	padding: 20px 30px 0;
}

.gnav .wrap ul.sub li a {
	display: block;
	padding: 12px 5px 10px;
	font-size: 14px;
  letter-spacing: 0.05em;
}

.gnav .wrap ul.sns {
	display: flex;
	flex-wrap: wrap;
	padding: 5px 24px 0;
}

.gnav .wrap ul.sns li a {
	width: 52px;
	height: 52px;
	display: block;
	position: relative;
}

.gnav .wrap ul.sns .icon {
	width: 30px;
	height: 28px;
	position: absolute;
	left: 11px;
	top: 12px;
}

/*
	FOOTER
------------------- */

footer {
	background-color: #f4f4f3;
	width:50%;
	margin: 80px 0 0 50%;
}

footer .wrap {
	padding: 35px 22px 0;
	display: flex;
    flex-wrap: wrap;
}

footer .attention {
	width: 100%;
	order: 1;
}

footer li {
	line-height: 1.68;
	font-size: 12px;
	color: #4d4d4d;
   letter-spacing:0.03em;
  padding-left:1.2em;
  position:relative;
}

footer li:before {
  content:"○";
  position:absolute;
  left:0;
  top:0;
}

.access {
    font-size: 13px;
    line-height: 1.68;
    padding: 15px 0 40px;
    color: #4d4d4d;
    letter-spacing: 0.06em;
    /* margin-top: 35px; */
    width: 100%;
    order: 3;
    text-align: center;
}

.access br {
	display: none;
}

.sign {	
	width: 100%;
    text-align: center;
    order: 2;
    padding: 30px 0 2px;
    border-top: 1px solid #c8c8c8;
    margin: 35px 0 0;
}

.sign img {
	width: 180px;
	height: auto;
}

.swiper-slide img {
    width: 100%!important;
    height: auto;
}

.swiper-slide img.nenga_title {

  width: 13%!important;
    max-width: 75px;
  top: 20%;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.separator {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.separator li {
	width: calc(50% - 4px);
}

.separator li a {
	display: block;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.1em;
	padding: 19px 0 14px;
}

.separator li:after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background-color: #afafaf;
}

.separator li.jyuyo.active:after {
	background-color: #e94709;
}

.separator li.kigan.active:after {
	background-color: #583f95;
}

/*
	HOME
------------------- */

.home_page .page_title {
	text-align: center;	
	font-size: 14px;
	letter-spacing: 0.15em;
	padding: 6px 0 0; 
}

.home_page .page_title .img {
	margin-bottom: 18px;
}

.home_page .page_title .img img {
	width: 185px;
	height: auto;
}

.home_slide_sp.swiper-container {
	margin: 40px 0 0;
}

.swiper-slide img {
	width: 100%;
	height: auto;
}

.home_intro {
	padding: 93px 60px 90px;
    background-image: url(https://img21.shop-pro.jp/PA01447/002/etc/logo_gray.gif?cmsp_timestamp=20200504164922);
    background-position: center 80px;
    background-repeat: no-repeat;
    background-size: 95px 95px;
}

.home_intro .title {
	font-size: 24px;
	line-height: 1.66;
	letter-spacing: 0.15em;
	text-align: center;
   font-weight:500;
}
	
.home_intro p {
	font-size: 16px;
	line-height: 1.875;
	letter-spacing: 0.08em;
	margin-top: 75px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.home_separator {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}

.home_separator li {
	width: calc(50% - 4px);
}

.home_separator li:before,
.home_separator li:after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
}

.home_separator li a {
	display: block;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 3px 0;
}

.home_separator li a:before {
	content: "";
	display: block;
	width: 100%;
	/*padding-top: 243%;*/
  padding-top: 510px;
	background-color: rgba(4,0,0,0.5);
  transition:0.4s ease;
}

.home_separator li a:hover:before {
background-color: rgba(4,0,0,0.7);
}

.home_separator li a:after {
	content: "";
	display: block;
  width:26px;
  height:26px;
  background-image:url(https://img21.shop-pro.jp/PA01447/002/etc/home_arrow.png?cmsp_timestamp=20200506161738);
  background-repeat: no-repeat;
    background-size: 26px 26px;
    background-position: center center;
  position:absolute;
  left:50%;
  bottom:28px;
  transform:translate3d(-50%, 0, 0);
  opacity:0.7;
}

.home_separator li a strong {
	position: absolute;
	left: 50%;
	top: 7%;
	transform: translate3d(-50%,0,0);
	font-size: 24px;
	color: #fff;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.15em;
}

.home_separator li a p {
	position: absolute;
	left: 50%;
	top: 41%;
	transform: translate3d(-50%,0,0);
	font-size: 18px;
	color: #fff;
	line-height: 1.72;
	border-top:1px solid #fff;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding-top: 24px;
  letter-spacing:0.07em;
}

.home_separator li.jyuyo:before,
.home_separator li.jyuyo:after {
	background-color: #e94709;
}

.home_separator li.kigan:before,
.home_separator li.kigan:after {
	background-color: #583f95;
}

.home_separator li.jyuyo a {
	background-image: url(https://img21.shop-pro.jp/PA01447/002/etc/cover_jyuyo.jpg?cmsp_timestamp=20200504164658);
}

.home_separator li.kigan a {
	background-image: url(https://img21.shop-pro.jp/PA01447/002/etc/cover_kigan.jpg?cmsp_timestamp=20200504164722);
}

.archive_page {
	padding: 5px 25px;
}

.archive_page .page_title{
	font-size: 27px;
    padding: 35px 0;
    margin-top: 60px;
    text-align: center;
    background-image: url(https://img21.shop-pro.jp/PA01447/002/etc/logo_gray.gif?cmsp_timestamp=20200504174905);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 95px;
    letter-spacing: 0.25em;
    font-weight:500;
}

.archive_page .page_description{
	font-size: 15px;
    text-align: center;
    line-height: 1.8;
    margin-top: 28px;
    letter-spacing: 0.05em;
    padding: 0 22px;
}

.archive_page .wrap{
	padding: 53px 0px 0;
  	letter-spacing: 0.05em;
}

.archive_page .wrap.search_result {
	padding-top: 0;
}

section.itemlist_one {
padding: 19px 0 18px;
  border-top: 1px solid #d2d2d3;
}

section.itemlist_one.kigan_first {
border:none;
  padding-top:0;
}

section.itemlist_one + section.itemlist_one {
	margin-top:48px;
}

section.itemlist_one .title{	
	font-size: 21px;
    text-align: center;
    letter-spacing: 0.1em;
    padding-bottom: 14px;
    border-bottom: 1px solid #d2d2d3;
    font-weight:500;
}

section.itemlist_one p{
font-size:15px;
padding:45px 0 0;
text-align: center;
line-height: 1.8;
}

section.itemlist_one .list {
	padding: 50px 0 0;
}

section.itemlist_one.kigan_first .list {
	padding: 25px 0 0;
}

section.itemlist_one .list.jyuyo {
	width: 55%;
    margin: 0 auto;
}

section.itemlist_one .list li {
	padding-top: 54px;
}

section.itemlist_one .list li:first-child {
	padding-top: 0;
}

section.itemlist_one .list li .img img {
	width: 100%;
	height: auto;
}

section.itemlist_one .list li .name {
	font-size: 18px;
	text-align: center;
  margin-top:21px;
  line-height:1.5;
}

section.itemlist_one .list li .name span{
font-size:14px;
}

section.itemlist_one .list li .name br + span{
margin-top:4px;
  display:inline-block;
}

section.itemlist_one .list li p {
	font-size: 15px;
	line-height: 1.66;
	padding: 10px 0 0;
	text-align: center;
}

section.itemlist_two {
padding:62px 0 0;
}

.archive_page .search_result section.itemlist_two {
	padding:32px 0 0;
}

section.itemlist_two .title{
text-align: center;
}

section.itemlist_two .title span{	
	font-size: 18px;
	display: inline-block;
	padding: 0 3px 5px;
	border-bottom: 1px solid #969696;
	letter-spacing: 0.1em;
  font-weight:500;
}

section.itemlist_two .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px 0 0;
}

section.itemlist_two .list li {
	width: calc(50% - 5px);
	padding: 25px 0 0;
}

section.itemlist_two .list li .img img {
	width: 100%;
	height: auto;
}

section.itemlist_two .list li .name {
	text-align: center;
	font-size: 16px;
	margin-top: 15px;
  line-height: 1.5;
}

section.itemlist_two .list li .name span{
font-size:14px;
}

section.itemlist_two .list li .name br + span{
margin-top:4px;
  display:inline-block;
}

/* ITEM */

.color_select,
.option_select,
.addtext_wrap{
display:none;
}

.kigan_check {
visibility: hidden;
  opacity:0;
  position:fixed;
  width:100%;
  height:100%;
  left:0;
  top:0;
  background-color:rgba(0,0,0,0.7);
  z-index:100;
  transition:0.2s linear;
}
.kigan_check.active {
visibility: visible;
  opacity:1;
}

.kigan_check .offlayer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.kigan_check .wrap {
width:100%;
  max-height:85%;
  overflow-y: scroll;
  position:absolute;
  left:0;
  bottom: 0;
  background-color:#fff;
padding: 50px 15% 50px;
  transform: translate3d(0,100%,0);
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;
}

.kigan_check.active .wrap {
  transform: translate3d(0,0,0);
}

.kigan_check .wrap p {
padding: 0 0 21px;
    font-size: 16px;
    text-align: center;
  letter-spacing:0.05em;
}
.kigan_check .wrap dl {
padding-bottom:20px;
}
.kigan_check .wrap dl dt {
font-size: 14px;
    padding: 18px 10px 0;
  letter-spacing:0.05em;
}

.kigan_check .wrap dl dd {
font-size: 16px;
    padding: 12px 10px 10px;
    line-height: 1.5;
    border-bottom: 1px solid #ddd;
  letter-spacing:0.05em;
}

.kigan_check .wrap .kigan_back {
display: block;
    text-align: center;
    background-color: #ddd;
    padding: 16px 0 12px;
    color: #000;
  border-radius: 5px;
  margin-top:15px;
  cursor: pointer;
  transition: 0.2s linear;
}

.kigan_check .wrap .kigan_back:hover {
	background-color: #bbb;
}
	
.kigan_check .wrap .kigan_send {
display: block;
    text-align: center;
    background-color: #333;
    padding: 22px 0 18px;
    color: #fff;
  border-radius: 5px;
  font-size:18px;
  letter-spacing:0.06em;
  cursor: pointer;
  transition: 0.2s linear;
}

.kigan_check .wrap .kigan_send:hover {
background-color: #d60a27;
}

.item_page {
    padding: 5px 25px;
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 13px 13px;
  font-size:13px;
}

.breadcrumb li:before {
	content: "/";
	display: inline-block;
	margin: 0px 0px 0 5px;
	font-size: 13px;
}

.breadcrumb li:first-child:before {
	display: none;
}

.breadcrumb li span {
	font-size: 13px;
	letter-spacing: 0.05em;
  line-height:2;
}

.item_photo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.item_photo .main {
	width: calc(100% - 80px);
}

.item_slide .pagenation {
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 15px;
	z-index: 10;	
}

.item_slide .pagenation span {
	width: 10px;
	height: 10px;
	border: 2px solid #9e9f9f;
	border-radius: 10px;
	background-color: transparent;
}

.item_slide .pagenation .swiper-pagination-bullet-active {
	background-color: #9e9f9f; 
}

.item_photo .thumbnails {
	width: 75px;
	overflow: hidden;
	border: none;
}

.item_photo .thumbnails div {
	padding: 0 0 5px;
	opacity: 0.5;
	cursor: pointer;
}

.item_photo .thumbnails .active {
	opacity: 1;
}

.item_detail {
	padding: 32px 0 0;
}

.item_detail .name {
	font-size: 25px;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.item_detail .name span {
display:inline-block;
  line-height: 1.5;
}

.item_detail .description {
	font-size: 15px;
	letter-spacing: 0.03em;
	line-height: 1.75;
	padding:26px 0 0;
	text-align: justify;
    text-justify: inter-ideograph;
}

.item_detail .description .color_code {
	display: none;
}

.item_detail .postage {
display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 15px 0 0;
    border: 1px solid #eee;
    padding: 20px 30px 30px;
}

.item_detail .postage br {
display:none;
}

.item_detail .postage dt {
	width:25%;
border-bottom: 1px solid #efefef;
    padding: 15px 0 8px;
}

.item_detail .postage dd {
	width:75%;
border-bottom: 1px solid #efefef;
    padding: 15px 0 8px;
}

.order {
	padding: 36px 0 0;
}

.order_table {
	display: flex;
	flex-wrap: wrap;	
	border-bottom: 1px solid #d2d2d3;
}

.order_table.color_order {
border:none;
}

.order_table dt {
	border-top: 1px solid #d2d2d3;
	width: 50%; 
	padding: 28px 10px 22px 12px;
	font-size: 15px;
	line-height: 1.5;
   letter-spacing: 0.03em;
}

.order_table dd {
	border-top: 1px solid #d2d2d3;
	width: 50%; 
	padding: 10px 10px 10px 0;
}

.order_table dd .price_wrap {
  padding:16px 0 10px;
}

.order_table dd .price {
	font-size: 23px;
	margin: 0 5px 0 0;
	display: inline-block;
  letter-spacing: 0.08em;
}

.order_table dd .order_num {
	padding: 12px 0 12px;
}

.order_table dd .order_num .num {
	width: 75px;
  height:auto;
    padding: 8px 12px 8px 12px;
    font-size: 16px;
    border: 1px solid #000;
    outline: none;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    margin: 0 6px 0 0;
}

.order_table dd .order_num .unit {
	display: inline-block;
	vertical-align: middle;
}

.order_table dd .colors {
	display: flex;
	flex-wrap: wrap;
	padding: 8px 0 17px;
}

.order_table dd .colors div {
	width: 30px;
	height: 30px;
	border-radius: 30px;
	border: 1px solid #fff;
	padding: 2px;
	cursor: pointer;
	margin: 9px 9px 0 0;
}

.order_table dd .colors div.active {
	border-color: #000;
}

.order_table dd .colors div span {
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 24px;
}

.gokigan_form {
}

.gokigan_form h3 {
    font-size: 15px;
    padding: 45px 60px 18px;
    border-top: 1px solid #d2d2d3;
}

.gokigan_form .order_table {
	margin: 60px 0 0; 
}

.entry_table {
  padding: 0 50px;
}

.entry_table dt {
	font-size: 15px;
	padding: 24px 10px 0;
	letter-spacing: 0.03em;
}

.entry_table dd {
	padding: 8px 0 0;
	position:relative;
}

.order_table .price_selector {
position:relative;
}

.entry_table dd.error:after,
.entry_table.study div.error:after,
.order_table .price_selector.error:after{
	content:"未入力です";
  color: #d00000;
  display:inline-block;
  font-size:12px;
  padding: 0;
  font-family: sans-serif;
  text-align: right;
  position: absolute;
    right: 12px;
    bottom: 20px;
}

.entry_table.study div.error:after {
  content:"未選択です";
  bottom:auto;
  top: -14px;
}

.order_table .price_selector.error:after{
	content:"未選択です";
  right:auto;
  left:-6em;
}

.entry_table dd input {
	width: 100%;
    padding: 19px 15px 18px 15px;
    font-size: 16px;
    border: none;
    outline: none;
    background-color: #eae9e8;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
  line-height: 1;
    height: auto;
    display: block;
}

.entry_table dd.error input {
background-color:#f6e6e8;
}

.entry_table dd select,
.order_table dd select{
	display: block;
	font-size: 15px;
	font-family: sans-serif;
	font-weight: 400;
	color: #231815;
	line-height: 1;
	padding: 19px 15px 18px 15px;
	width: 100%;
	max-width: 100%; 
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #000;
	box-shadow: none;
	border-radius: 5px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
  height:auto;
}

.entry_table dd select:focus,
.order_table dd select:focus{
	border-color: #000;
	box-shadow: none;
	box-shadow: none -moz-mac-focusring;
	outline: none;
}

.entry_table dd .error select,
.order_table dd .error select{
background-color: #f6e6e8;
}

.entry_table.study dd .check + input {
	margin-top: 12px;
	display: none;
}

.entry_table.study dd .check + input.active {
	display: block;
}

.order .submit {
	width: 250px;
	background-color: #4d4d4d;
	color: #fff;
	text-align: center;
	position: relative;
	margin: 60px auto 30px;
	font-size: 18px;
	line-height: 1;
  padding:23px 0 19px;
  cursor:pointer;
  letter-spacing: 0.05em;
}

.order .submit:hover {
	
}

.order .submit:before {
	content: "";
	display: block;
	width: 20px;
	height: 60px;
	background-image: url(https://img21.shop-pro.jp/PA01447/002/etc/submit_left.png?cmsp_timestamp=20200503091534);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 20px 60px;
	position: absolute;
	left: 0;
	top: 0;
}

.order .submit:after {
	content: "";
	display: block;
	width: 20px;
	height: 60px;
	background-image: url(https://img21.shop-pro.jp/PA01447/002/etc/submit_right.png?cmsp_timestamp=20200503091653);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 20px 60px;
	position: absolute;
	right: 0;
	top: 0;
}

.order .incart_stop {
text-align:center;
  padding:50px 0 30px;
  letter-spacing:0.08em;
}

.gokigan_basic + .jyuyo_form,
.gokigan_study + .jyuyo_form {
margin-top:20px;
}


.supplement {
	font-size: 14px;
	line-height: 1.66;
	padding: 23px 22px 0;
  letter-spacing: 0.05em;
}

.product_info {
	padding: 25px 22px 0;
}

.product_info li {
	font-size: 14px;
	line-height: 1.85;
}

.product_info li:before {
	content: "> ";
}

/* ガイドページ */

.guide_page {
padding-top:85px;
}

.guide_page .page_title{
font-size:28px;
padding:30px 0;
text-align:center;
background-image:url(https://img21.shop-pro.jp/PA01447/002/etc/logo_gray.gif?cmsp_timestamp=20200504174905);
background-position: center center;
    background-repeat: no-repeat;
    background-size: 75px 75px;
    letter-spacing: 0.1em;
  font-weight:500;
}

.guide_page .page_title.two{
	font-size:25px;
	padding:8px 0 3px;
    line-height: 1.44;
	letter-spacing: 0.2em;
}

.guide{
padding:20px 22px 0;
}

.guide section{
border-bottom: 1px solid #d2d2d3;
padding:27px 0 18px;
}

.guide section .title{
font-size:21px;
padding:0 10px;
  font-weight:500;
}

.guide section dl{
padding:0 10px;
}

.guide section dl dt{
font-size:16px;
margin:22px 0 0;
padding:0 0 0 20px;
position:relative;
}

.guide section dl dt .number{
position:absolute;
left: -6px;
    top: 0;
    width: 22px;
    text-align: right;
}

.guide section dl dd{
font-size:16px;
padding:6px 0 0 20px;
line-height:1.75;
  text-align: justify;
    text-justify: inter-ideograph;
}

.guide section dl dd ul{
font-size:16px;
margin:1em 0 0;
}

.guide section dl dd ul li {
	position: relative;
	padding: 0 0 0 20px;
	line-height:1.75;
}

.guide section dl dd ul li span{
position:absolute;
left: 0;
top: 0;
}

.guide section .subtitle {
	padding: 0 10px;
  font-weight:500;
}

.guide section p{
font-size:16px;
margin:12px 10px 0;
line-height:1.75;
  text-align: justify;
    text-justify: inter-ideograph;
}

.guide section p span {
display:inline-block;
  width:3.6em;
  text-align:right;
  margin-right: 6px;
}

.sp_only {
	display: none;
}

/* 特別受験祈願 */
.tokujyu .page_description {
    text-align: left;
    padding: 0 10%;
}

.tokujyu .title + .page_description{
padding-top:15px;
}

.tokujyu .page_description + .list {
padding-top:40px;
}

.tokujyu .term {
font-size:18px;
   text-align: center;
  letter-spacing:0.08em;
  padding: 33px 0 23px;
}

.tokujyu .term strong {
border-bottom:1px solid #000;
  padding-bottom:5px;
}

.tokujyu .term .term_title,
.tokujyu .term .sp_line span{
font-size:15px;
 padding: 0 4px;
}

.tokujyu .term .term_title{
padding-right:1em;
}

.tokujyu p.attention {
line-height: 1.68;
    font-size: 12px;
    color: #4d4d4d;
    letter-spacing: 0.03em;
    position: relative;
    padding: 0 10% 0 calc(10% + 1.2em);
    margin: 20px 0 0;
}
.tokujyu p.attention:before {
    content: "※";
    position: absolute;
    left: 10%;
    top: 0;
}

.tokujyu .others {
padding: 60px 0 0;
}

.tokujyu .others a {
display: block;
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #bbb;
  position:relative;
}

.tokujyu .others a:before {
content: "";
    display: block;
    width: 26px;
    height: 26px;
    background-image: url(https://img21.shop-pro.jp/PA01447/002/etc/home_arrow_bk.png?cmsp_timestamp=20200928110904);
    background-repeat: no-repeat;
    background-size: 26px 26px;
    background-position: center center;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}

.tokujyu .topic {
    text-align: left;
    padding: 50px 10% 0; 
}

.tokujyu .topic h3 {
text-align: center;
  color: #e90018;
}

.tokujyu .topic h3 span {
border-bottom:1px solid #e90018;
  display:inline-block;
  padding:5px 10px;
}

.tokujyu .topic p{
margin-top:22px;
  color: #e90018;
  font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.05em;
}

/* スマホ　*/
@media screen and (max-width: 768px) { 
	body {
		padding: 75px 0 0;	
	}
	
	.sp_only {
		display: block;
	}
	
	header {
		height: 75px;
		border:none;
	}
	
	header .logo {
		justify-content: center;
	}
	
	header .logo img {
		width: 38px;
	}
	
	header .logo span {
		display: none;
	}
	
	.head_nav ul {
		padding: 0 12px 0 0;
	}
	
	.head_nav_btn {
		width: 45px;
		height: 75px;
	}
	
	.head_nav_btn .icon {
		transform: translate3d(-50%,-45%,0) scale(1);
	}
	
	.head_guide_btn {
		display: none;
	}
	
	.menu_btn_wrap {
		position: absolute;
		left: 0;
		top: 0;
		transform: translateY(0);
	}
	
	.menu_btn {
		position: absolute;
		left: 6px;
		top: 12px;
	}
	
	.gnav .wrap {
		width: 85%;
	}
	
	.gnav .wrap .menu_list {
		width: 100%;
		position: relative;
		left: auto;
		top: auto;
		transform: translate3d(0,0,0);
	}
	
	.gnav .wrap ul.main {
		padding: 60px 30px 0;
	}
	
	.search {
		top: 75px;
	}
	
	.home_slide_sp,
	.home_page .page_title{
		display:block;
	}
	
	.pc_slider_wrap {
		display: none;
	}
	
	#barba-wrapper {
		width: 100%;
		margin: 0;
	}
	
	footer {
		width: 100%;
		margin: 72px 0 0;
	}
	
	.access {
		order: 3;
		border-top: 1px solid #c8c8c8;
		border-bottom: 1px solid #c8c8c8;
		margin-top:35px;
		text-align: left;
		padding: 15px 12px;
		font-size: 14px;
	}
	
	.access br {
		display: block;
	}

	.sign {
		order: 3;
		border: none;
		margin: 0;
		padding: 25px 22px calc(env(safe-area-inset-bottom) + 25px);
	}
	
	.sign img {
		width: 200px;
	}
	
	.home_intro { 
		padding: 62px 22px 65px;
		background-position: center 56px;
		background-size: 80px 80px;	
	}

	.home_intro .title {
		font-size: 23px;
		line-height: 1.6;
	}
	
	.home_intro p {
		margin-top: 40px;
		line-height: 1.75;
	}
	
	.archive_page {
		padding: 0;
	}
	
	.archive_page .page_title{
		font-size:30px;
		padding:35px 0 26px;
		margin-top:42px;
	    background-size: 75px;
	}
	
	.archive_page .page_description{
		font-size: 16px;
		line-height: 1.75;
		margin-top: 35px;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	
	.archive_page .page_description br{
		display:none;
	}
	
	.archive_page .wrap{
	  	padding:45px 22px 0;
	}
	.archive_page .wrap.search_result {
		padding-top: 0;
	}
	
	section.itemlist_one {
		padding:45px 0 18px;
	}
	
	section.itemlist_one p{
		font-size:14px;
		padding:30px 0 0;
	}
	
	section.itemlist_one .list {
		padding: 45px 0 0;
		width: 100%;
	}
  
  section.itemlist_one.kigan_first .list {
    padding-top:0;
  }
	
	section.itemlist_one .list.jyuyo {
		width: 100%;
	}
	
	section.itemlist_one .title{	    
		font-size:25px;
		padding: 0;
		border: none;
	}
	
	section.itemlist_two .title span{
		font-size: 21px;
	}
	
	.item_page {
	    padding: 0;
	}
	
	.item_photo .main {
		width: 100%;
	}
	
	.item_photo .thumbnails {
		display: none;
	}
	
	.item_detail {
		padding: 25px 0 0;
	}
	
	.item_detail .name {
		font-size: 23px;
		padding:0 22px;
	}
	
	.item_detail .description {
		font-size: 16px;
		padding:18px 22px 0;
	}
  
  .item_detail .postage dt {
	width:40%;
}

.item_detail .postage dd {
	width:60%;
}
	
	.order {
		padding: 30px 0 0;
	}
	
	.jyuyo_form {
		padding:0 22px;
	}
	
	.gokigan_form h3 {
		font-size: 16px;
	    margin: 0 22px;
		padding: 26px 10px 0;
		line-height: 1.6;
	}
	
	.gokigan_form .order_table {
		margin: 20px 22px 0; 
	}

	.entry_table {
	  margin-top:10px;
	  padding: 0 22px;
	}
	
	.entry_table dt {
		font-size: 16px;
		padding: 17px 10px 0;
	}
	
	.entry_table dd {
		padding: 10px 0 0;
	}
	
	.entry_table dd input {
		padding: 13px 12px 12px 12px;
	}
	
	.entry_table dd.error:after,
	.entry_table.study div.error:after{
		bottom: 15px;
	}
	
	.entry_table dd select {
		padding: 14px 12px 13px 12px;
	}
	
	.order .submit {
		font-size: 19px;
      padding-bottom:18px;
	}
	
	.guide_page {
		padding-top:42px;
	}
	
	.guide section dl dt{
		font-size:15px;
      line-height:1.5;
	}
  .guide section dl dt .number {
    top:3px;
    left:-8px;
  }

	.guide section dl dd{
		font-size:15px;
		line-height:1.66;
	}

	.guide section dl dd ul{
		font-size:15px;
	}

	.guide section dl dd ul li {
		line-height:1.66;
	}

	.guide section p{
		font-size:15px;
		line-height:1.66;
	}
	
	.archive_page .search_result section.itemlist_two {
	    padding: 10px 0 0;
	}
	
	.kigan_check .wrap {
		padding: 40px 22px calc(env(safe-area-inset-bottom) + 40px);
		max-height:80%;
	}
  
  /* 特別受験祈願 */
  
.tokujyu.archive_page .page_title{
  font-size:26px;
  }
.tokujyu .term strong {
border-bottom:none;
  padding-bottom:0;
}
  
  .tokujyu .term .sp_line {
  border-bottom:1px solid #000;
    padding-bottom:5px;
  }

.tokujyu .term .term_title{
padding:0 0 16px;
  display:block;
}
  
  .tokujyu .topic h3 span {
    line-height: 1.5;
    font-size: 16px;
  }

}


/* 神縁品バナー　トップ */

.nenga_home {
margin-top:30px;
}
.nenga_home:before, .nenga_home:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
  background-color: #ff7127;
}

.nenga_home a {
    background-image: url(https://img21.shop-pro.jp/PA01447/002/etc/shogatsu_banner_pc_back2.jpg?cmsp_timestamp=20210106013816);
  display: block;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 3px 0;
}
.nenga_home a img {
    width: 88px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
}

.nenga_home a:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 500px;
    /*background-color: rgba(255,113,39,0.3);*/
    transition: 0.4s ease;
}

.nenga_home a:hover:before {
background-color: rgba(255,113,39,0.2);
}
.nenga_home a:after {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background-image: url(https://img21.shop-pro.jp/PA01447/002/etc/shogatsu_home_arrow2.png?cmsp_timestamp=20210106021208);
    background-repeat: no-repeat;
    background-size: 26px 26px;
    background-position: center center;
    position: absolute;
    left: 50%;
    bottom: 28px;
    transform: translate3d(-50%, 0, 0);
    opacity: 0.7;
}


/* スマホ　*/
@media screen and (max-width: 768px) { 

.nenga_home a {
    background-image: url(https://img21.shop-pro.jp/PA01447/002/etc/shogatsu_banner_sp_back2.jpg?cmsp_timestamp=20210106020349);
}
.nenga_home a:before {
    padding-top: 118vw;
}
  .nenga_home a img {
    width: 20%;
  }
  
}


/* 厄除けバナー　トップ */

.yakuyoke_home {
margin-bottom:30px;
}
.yakuyoke_home:before, .yakuyoke_home:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
  background-color: #E91C24;
}

.yakuyoke_home a {
    background-image: url(https://img07.shop-pro.jp/PA01447/002/etc/yakuyoke_bnr_back.jpg?cmsp_timestamp=20210131101646);
  display: block;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 3px 0;
}
.yakuyoke_home a img {
    width: 44px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
}

.yakuyoke_home a:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 500px;
    background-color: rgba(255,57,0,0.75);
    transition: 0.4s ease;
}

.yakuyoke_home a:hover:before {
background-color: rgba(255,57,0,0.85);
}
.yakuyoke_home a:after {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background-image: url(https://img07.shop-pro.jp/PA01447/002/etc/home_arrow.png?cmsp_timestamp=20210131101951);
    background-repeat: no-repeat;
    background-size: 26px 26px;
    background-position: center center;
    position: absolute;
    left: 50%;
    bottom: 28px;
    transform: translate3d(-50%, 0, 0);
    opacity: 0.7;
}

.yakuyoke_home a p {
  width:100%;
    position: absolute;
    left: 0;
    top: 355px;
    font-size: 22px;
    color: #000;
  text-align:center;
    line-height: 1;
    padding-top: 36px;
    letter-spacing: 0.2em;
    z-index:1;
}
.yakuyoke_home a p:before {
content:"";
  display:block;
  width:90px;
  height:1px;
  background-color:#000;
  position:absolute;
  left:50%;
  top:0;
  transform: translate3d(-50%,0,0);
}



/* スマホ　*/
@media screen and (max-width: 768px) { 

  .yakuyoke_home a {
  background-image: url(https://img07.shop-pro.jp/PA01447/002/etc/yakuyoke_bnr_back_sp.jpg?cmsp_timestamp=20210131103522);
  }
  
.yakuyoke_home a:before {
    padding-top: 445px;
}
  .yakuyoke_home a img {
    width: 39px;
  }
  
  .yakuyoke_home a p {
  top:311px;
    font-size: 17px;
  }
}


/* 厄除けバナー　トップ */

.shingaku_home {
margin-bottom:30px;
}
.shingaku_home:before, .shingaku_home:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
  background-color: #FFBBCB;
}

.shingaku_home a {
    background-image: url(https://img07.shop-pro.jp/PA01447/002/etc/singaku_bnr_back.jpg?cmsp_timestamp=20210301103655);
  display: block;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 3px 0;
}
.shingaku_home a img {
    width: 110px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 10.5%;
    transform: translateX(-50%);
}

.shingaku_home a:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 500px;
    background-color: rgba(255,165,183,0.8);
    transition: 0.4s ease;
}

.shingaku_home a:hover:before {
background-color: rgba(255,165,183,0.87);
}
.shingaku_home a:after {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background-image: url(https://img07.shop-pro.jp/PA01447/002/etc/home_arrow.png?cmsp_timestamp=20210131101951);
    background-repeat: no-repeat;
    background-size: 26px 26px;
    background-position: center center;
    position: absolute;
    left: 50%;
    bottom: 28px;
    transform: translate3d(-50%, 0, 0);
    opacity: 0.7;
}

.shingaku_home a p {
  width:100%;
    position: absolute;
    left: 0;
    top: 357px;
    font-size: 26px;
    color: #000;
  text-align:center;
    line-height: 1;
    padding-top: 36px;
    letter-spacing: 0.2em;
    z-index:1;
}
.shingaku_home a p:before {
content:"";
  display:block;
  width:90px;
  height:1px;
  background-color:#000;
  position:absolute;
  left:50%;
  top:0;
  transform: translate3d(-50%,0,0);
}



/* スマホ　*/
@media screen and (max-width: 768px) { 

  .shingaku_home a {
  background-image: url(https://img07.shop-pro.jp/PA01447/002/etc/singaku_bnr_back_sp.jpg?cmsp_timestamp=20210301103834);
  }
  
.shingaku_home a:before {
    padding-top: 445px;
}
  .shingaku_home a img {
    width: 100px;
  }
  
  .shingaku_home a p {
  top:313px;
    font-size: 20px;
  }
}



/* 特別受験祈願バナー　トップ */

.tokujyu_home {
margin-top:30px;
}
.tokujyu_home:before, .tokujyu_home:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
  background-color:#00DEC1;
}

.tokujyu_home a {
    background-image: url(https://img21.shop-pro.jp/PA01447/002/etc/pc_tokujyu_back01-min.jpg?cmsp_timestamp=20200929085945);
  display: block;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 3px 0;
}

.tokujyu_home a:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 500px;
    background-color: rgba(0,222,193,0.8);
    transition: 0.4s ease;
}

.tokujyu_home a:hover:before {
background-color: rgba(0,222,193,0.9);
}
.tokujyu_home a:after {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background-image: url(https://img21.shop-pro.jp/PA01447/002/etc/home_arrow.png?cmsp_timestamp=20200506161738);
    background-repeat: no-repeat;
    background-size: 26px 26px;
    background-position: center center;
    position: absolute;
    left: 50%;
    bottom: 28px;
    transform: translate3d(-50%, 0, 0);
    opacity: 0.7;
}
.tokujyu_home a strong {
    position: absolute;
    left: 50%;
    top: 8%;
    transform: translate3d(-50%,0,0);
    font-size: 29px;
    color: #000;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.15em;
  z-index:2;
}
.tokujyu_home a p:after {
  content: "";
    display: block;
    width: 120px;
    height: 120px;
  background-repeat: no-repeat;
    background-size: 120px 120px;
    background-position: center center;
    position: absolute;
    left: 50%;
    top: -235px;
    transform: translate3d(-50%, 0, 0);
background-image: url(https://img21.shop-pro.jp/PA01447/002/etc/pc_tokujyu_ume.png?cmsp_timestamp=20200929092203);
}
.tokujyu_home a p {
  width:100%;
    position: absolute;
    left: 0;
    top: 330px;
    font-size: 18px;
    color: #000;
  text-align:center;
    line-height: 1.72;
    padding-top: 24px;
    letter-spacing: 0.1em;
    z-index:1;
}
.tokujyu_home a p:before {
content:"";
  display:block;
  width:90px;
  height:1px;
  background-color:#000;
  position:absolute;
  left:50%;
  top:0;
  transform: translate3d(-50%,0,0);
}

/* スマホ　*/
@media screen and (max-width: 768px) { 

  .tokujyu_home a {
    background-image: url(https://img21.shop-pro.jp/PA01447/002/etc/sp_tokujyu_back01-min.jpg?cmsp_timestamp=20200929092710);
  }
  .tokujyu_home a:before {
    padding-top: 445px;
}
  
  .tokujyu_home a strong {
  font-size:25px;
  }
  
  .tokujyu_home a p {
  top:290px;
    font-size: 16px;
  }
  
  .tokujyu_home a p:before{
  width:80px;
  }

  .tokujyu_home a p:after {
  width: 107px;
    height: 107px;
    background-size: 107px 107px;
    top:-195px;
  }
}

/* 特別受験祈願バナー　アーカイブ */
.tokujyu_archive {
    margin: 55px 0 22px;
}

.tokujyu_archive:before, .tokujyu_archive:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: #00DEC1;
}
.tokujyu_archive a {
    background-image: url(https://img21.shop-pro.jp/PA01447/002/etc/pc_tokujyu_back02-min.jpg?cmsp_timestamp=20200929094317);
    display: block;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 3px 0;
}
.tokujyu_archive a:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 200px;
    background-color: rgba(0,222,193,0.8);
    transition: 0.4s ease;
}

.tokujyu_archive a:hover:before {
background-color: rgba(0,222,193,0.9);
}
.tokujyu_archive a strong {
    position: absolute;
    left: 0%;
    top: 30%;
  width:100%;
  text-align:center;
    font-size: 27px;
    color: #000;
    letter-spacing: 0.15em;
}
.tokujyu_archive a p {
    position: absolute;
    left: 0%;
    top: 55%;
  width:100%;
  text-align:center;
    font-size: 15px;
    color: #000;
    letter-spacing: 0.15em;
  line-height: 1.7;
}

/* スマホ　*/
@media screen and (max-width: 768px) { 
.tokujyu_archive {
  width:calc(100% - 25px);
    margin: 65px auto 15px;
}
  
  .tokujyu_archive a:before {
    padding-top: 57%;
  }
  
  .tokujyu_archive a strong{
top: 29%;
    font-size: 25px;
  }
  
  .tokujyu_archive a p{
  top: 60%;
    font-size:16px;
  }
  
  .guide_page .page_title {
  padding:35px 0 26px;
  }
}