@charset "UTF-8";

a:hover img {
  opacity: 0.80;
}

/*===============================================================================
�R���e���c
===============================================================================*/
.container .sp {
  display: none;
}

/* Common */
.container .mB0 { margin-bottom: 0!important; }
.container .mB10 { margin-bottom: 10px!important; }
.container .mB20 { margin-bottom: 20px!important; }
.container .mB40 { margin-bottom: 40px!important; }
.container .mB60 { margin-bottom: 60px!important; }
.container .mT10 { margin-top: 10px!important; }

ul.list li {
  text-indent: -1em;
  padding-left: 1em;
}

/* Block */
.container .wrap { margin-bottom: 60px; }
.container .box { margin-bottom: 40px; }

/* Text align */
.container .align-c { text-align: center; }
.container .align-l { text-align: left; }
.container .align-r { text-align: right; }

/* Title Text */
.container p,
.container h1,
.container h2,
.container h3,
.container h4,
.container li,
.container th,
.container td,
.container dt,
.container dd {
  line-height: 1.8em;
  padding: 0px;
}

.container a {
  transition: 0.3s ease-in-out;
}

.container p,
.container li,
.container th,
.container td,
.container dd ,
.container ruby {
  font-size: 1.0rem;
  margin: 0px 0px 20px 0px;
}
.container dt {
  font-size: 1.0rem;
}

.container h1 {
  font-size: 1.7em;
  border-top: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
  margin-bottom: 20px;
  padding: 10px 0px;
  display: flex;
  justify-content: flex-start;
  line-height: 1em;
  flex-wrap: wrap;
  align-items: center;
}

.container h1 span.subtit {
  font-size: 0.6em;
  background: #32b16c;
  color: #FFF;
  padding: 5px;
  margin-right: 10px;
  border-radius: 5px 5px 5px 5px/ 5px 5px 5px 5px;
}

.container h2 {
  font-size: 1.8em;
  margin: 0px 0px 10px 0px;
  font-weight: bold;
  color: #742828;
}

.container h3 {
  font-size: 1.6em;
  margin: 0px 0px 10px 0px;
  padding-bottom: 5px;
  font-weight: bold;
  color: #32b16c;
  border-bottom: solid 2px #e0e0e0;
}

.container h3.sub {
  font-size: 1.4em !important;
  border-left: solid 7px #32b16c !important;
  line-height: 1.2em;
  padding-left: 10px !important;
  color: #333 !important;
  border-bottom: none;
}

.container h4 {
  font-size: 1.4em;
  margin: 0px 0px 10px 0px;
  font-weight: bold;
}

/* SNS Area */
.container .sns ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.container .sns ul li {
  margin: 0px 10px 0px 0px;
}

/* Mokuji Area */
.container .mokuji {
  max-width: 500px;
  margin: 0px auto 40px auto;
  background: #f4f4f4;
  border: solid 1px #e0e0e0;
  padding: 20px 30px 30px 30px;
}

.container .mokuji h2 {
  text-align: center;
  font-size: 1.2em;
  color: #333;
}

.container .mokuji ul li {
  margin-bottom: 10px;
  background: url(images/icon03.png) left 8px no-repeat;
  padding-left: 15px;
}

.container .mokuji ul li:last-child {
  margin-bottom: 0px;
}

.container .mokuji ul li a {
  color: #32b16c;
}

.container .mokuji ul li a:hover {
  text-decoration: none;
  color: #333;
}

/* Wrap Orange Bold Area */
.container .wrapbox01 {
  background: #fffeed;
  border: solid 1px #f8b551;
  padding: 20px;
  margin-bottom: 40px;
  box-sizing:border-box;
}

.container .wrapbox01 p:last-child {
  margin-bottom: 0px;
}

.container .wrapbox01 h3 {
  border: none;
  padding: 0px;
  font-size: 1.5em;
  color: #f19149;
}

.container .wrapbox01 h4 {
  border: none;
  padding: 0px;
  font-size: 1.2em;
  color: #32b16c;
}

/* Wrap Orange Area */
.container .wrapbox02 {
  border: solid 2px #f19149;
  padding: 20px;
  margin-bottom: 40px;
  position: relative;
  box-sizing:border-box;
}

.container .wrapbox02 p:last-child,
.container .wrapbox02 li:last-child {
  margin-bottom: 0px;
}

.container .wrapbox02 h3 {
  border: none;
  padding: 0px;
  font-size: 1.4em;
  color: #f19149;
  background: #FFF;
  position: absolute;
  top: -.5em;
  line-height: 1;
  margin-left: .5em;
  padding: 0 .5em;
}

.container .wrapbox02 h4 {
  border: none;
  padding: 0px;
  font-size: 1.2em;
  color: #f19149;
}

.container .wrapbox02 strong {
  color: #f19149;
  font-weight: bold;
}

.container .wrapbox02 ul li {
  background: url(images/icon01.png) left 7px no-repeat;
  padding: 0px 0px 0px 30px;
  margin-bottom: 10px;
}

/* Wrap Green Bold Area */
.container .wrapbox03 {
  border: solid 2px #32b16c;
  padding: 20px;
  margin-bottom: 40px;
  position: relative;
  box-sizing:border-box;
}

.container .wrapbox03 p:last-child,
.container .wrapbox03 li:last-child {
  margin-bottom: 0px;
}

.container .wrapbox03 h3 {
  border: none;
  padding: 0px;
  font-size: 1.4em;
  color: #32b16c;
  background: #FFF;
  position: absolute;
  top: -.5em;
  line-height: 1;
  margin-left: .5em;
  padding: 0 .5em;
}

.container .wrapbox03 h4 {
  border: none;
  padding: 0px;
  font-size: 1.2em;
  color: #32b16c;
}

.container .wrapbox03 strong {
  color: #32b16c;
  font-weight: bold;
}

.container .wrapbox03 ul li {
  background: url(images/icon02.png) left 7px no-repeat;
  padding: 0px 0px 0px 30px;
  margin-bottom: 10px;
}

/* MainImage Area */
.container .topimg {
  margin-bottom: 30px;
}

.container .topimg img {
  margin-bottom: 20px;
}

/* Profile Area */
.container .publisher {
  border: solid 1px #e0e0e0;
  padding: 20px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.container .publisher p:last-child {
  margin-bottom: 0px;
}

.container .publisher .imgbox {
  width: 170px;
  margin-bottom: 0px !important;
}

.container .publisher .textbox {
  width: calc(100% - 190px);
}

.container .publisher .tit {
  margin-bottom: 10px;
}

.container .publisher .tit p {
  margin: 0px;
}

.container .publisher .tit ruby {
  font-size: 1.4em;
}

.container .readbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.container .readbox .publisher {
  border: none;
  padding: 0px;
  width: 170px;
  display: block;
}

.container .readbox .publisher .textbox {
  width: 100%;
}

.container .readbox .publisher .imgbox {
  margin: 0px;
}

.container .readbox .textbox {
  width: calc(100% - 190px);
}

/* Point Area */
.container .pointbox {
  justify-content: flex-start;
  line-height: 1em;
  flex-wrap: wrap;
  align-items: center;
}

.container .pointbox h3 {
  font-size: 1.4em;
  border: none;
  color: #333;
  padding: 0px;
}

.container .pointbox h3 span {
  font-size: 0.8em;
  font-weight: normal;
  color: #FFF;
  background: #f19149;
  padding: 5px;
  margin-right: 10px;
  border-radius: 5px 5px 5px 5px/ 5px 5px 5px 5px;
}

/* Btn Area */
.container .btnbox {
  margin: 0px auto;
  margin-top: 40px;
}
.container .btnbox .ichiran {
  display: block;
  text-align: center;
  margin: 20px 0px 0px 0px;
  margin: 0px auto;
  width: 500px;
}

.container .btnbox .ichiran a {
  display: block;
  text-align: center;
  font-size: 1.4em;
  text-decoration: none;
  padding: 20px 10px 20px 10px;
  color: #FFF;
  background-color: #32b16c;
  border: 1px solid #32b16c;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.container .btnbox .ichiran a:hover {
  background: #FFF;
  color: #32b16c;
}

.container .btnbox .ichiran a:hover:before {
  content: url(images/arrow01_over.png);
  margin-right: 10px;
}

.container .btnbox .ichiran a:before {
  content: url(images/arrow01.png);
  margin-right: 10px;
}

.container .btnbox .ichiran a span {
    transition: 0.3s ease-in-out;
    border-radius: 100px;
    background: #ffffff;
    color: #32b16c;
    padding: 5px 15px;
    margin-right: 10px;
}
.container .btnbox .ichiran a:hover span {
  background: #32b16c;
  color: #FFF;
}
.container .btnbox .banner {
    text-align: center;
}
.container .btnbox .banner a {
    display: inline-block;
    margin: 0 10px;
}

/* Column Area */
.container .pain2,
.container .pain3,
.container .pain4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container .pain2 > div {
  width: calc(50% - 15px);
}
.container .pain3 > div {
  width: calc(33.33% - 15px);
}
.container .pain3 > div.col2 {
  width: calc(66.66% - 15px);
}
.container .pain4 > div {
  width: calc(25% - 15px);
}

/* Table Area */
.container table.table-data {
	font-size: 87.5%;
	line-height: 1.6;
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.container table.table-data th,
.container table.table-data td {
	vertical-align: top;
	padding: 7px 12px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.container table.table-data.valign-m th,
.container table.table-data.valign-m td {
	vertical-align: middle;
}
.container table.table-data.talign-c th,
.container table.table-data.talign-c td {
	text-align: center;
}
.container table.table-data th {
	background-color: #f5f7f8;
	font-weight: normal;
	text-align: left;
}
.container table.table-data thead th {
	background-color: #eceff1;
	text-align: center;
}
.container table.table-data .bg {
	background-color: #f5f7f8;
}

.popfindFull {
    width: 100% !important;
}

/* ------------------ Page Only ------------------ */



.container .back-color{
	background-color: #ffffff;
}
.container .back-color a{
	text-decoration: none;
}



.container .box-bg{
	margin: 0 62px ;
	display: flex;
	gap: 16px;
	justify-content: space-between;
}
.container .relative03 {
  position: relative;
  width: 290px;
	padding-bottom: 46px;
}
.container .item-content {
  position: absolute;
  top:95px;
  left: 10px;
  /* width: 600px; */
  /* padding: 10px 0; */
  /* text-align: center; */
}
.container .item-content h2{
	font-family: 'Zen Old Mincho', serif;
		font-weight: 600;
	margin: 5px 0 5px 10px;
	color: #333;
	font-size: 18px;
	line-height: 1.5;
	font-feature-settings: "palt" 1;
}
.container .item-content h2 b{
	color: blue;
	font-family: emoji;
	font-size: 25px;
}
.container .word-4line h2{
line-height: 1.2;
}
.container .item-content img{
	width: 250px;
	margin: 0 0 5px 10px;}
.container .img02{
margin-top: 16px;
}
.container .img03{
margin-top: 12px;
}
.container .item-content h5{
	font-family: 'Noto Sans JP', sans-serif;
		color: #000000;
	font-size: 20px;
	font-weight: bold;
	margin: 0 15px 6px;
}


.container .price{
		text-align: center;

}
.container .price span{font-family: 'Noto Sans JP', sans-serif;
	color: #ed1c24;
	font-size: 38px;
	font-weight: 800;
	margin-left: 13px;
}
.container .price p{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 22px;
		text-align: center;
		line-height: .8;
}
.container .purchase{
		text-align: center;
	background-color: #ed1c24;
width: 270px;
}
.container .purchase p {
	padding: 11px 0 14px;
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
font-size: 20px;
text-align: center;
	color: rgb(248, 248, 248);
	line-height: 1;
}

.container .box-min{
	margin: 0 62px ;
	display: flex;
	flex-wrap: wrap;
	/* gap: 22px; */
	justify-content: space-between;
}


.container .item-contentmin {
  position: absolute;
  top: -65px;
  left: 10px;
  /* width: 600px; */
  /* padding: 10px 0; */
  /* text-align: center; */
}
.container .item-contentmin h2{
	font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
	margin: 6px 0 5px 10px;
	background-color: #1A1A1A;
	color: rgb(248, 248, 248);
	font-size: 20px;
	line-height: 1.3;
	font-feature-settings: "palt" 1;
	width: 240px;
	padding: 8px 0 10px 10px;
}
.container .catch h2{
line-height: 2.5
;
}
.container .item-contentmin img{
	position: absolute;
	top: 86px;
	left: 10px;
	max-width: 250px;
  /* height: 220px; */
  object-fit: cover

}
.container .image-bg img{
	/* position: absolute; */
	/* top: 70px; */
	/* left: 10px; */
	max-width: 250px;
  max-height: 266px;
  /* object-fit: cover */

}
.container .price-min span{font-family: 'Noto Sans JP', sans-serif;
	color: rgb(248, 248, 248);
	font-size: 30px;
	font-weight: 600;
}
.container .price-min p{
	background-color: #ed1c24;
	position: absolute;
	top: 306px;
	left: 10px;
	width: 250px;
	padding: 2px 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 22px;
	font-weight: 700;
		color: rgb(248, 248, 248);
		text-align: center;
}
.container .purchase-min{
		position: absolute;
	top: 362px;
	left: 10px;
	text-align: center;
		background-color: #844F01;
width: 270px;
}
.container .purchase-min p {
	font-family: 'Noto Sans JP', sans-serif;
vertical-align: text-bottom;
  display: inline;
	font-weight: 600;
font-size: 20px;
text-align: center;
	color: rgb(248, 248, 248);
	/* padding: 10px 0 0; */
	line-height: 1;
}

.container .purchase-min{
	position: absolute;
	top: 362px;
	left: 10px;
width: 250px;
padding: 11px 0 11px;



}



/* ------------------ print ------------------ */
@media print {
    #fix_header {
        position: static;
    }
}
