@charset "utf-8";
/*-----------------------

大枠

----------------------------------------------*/
.contents_box * {
	box-sizing: border-box;
}
.contents_box ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.contents_box hr {
	border: none;
	background-color: #777;
	height: 1px;
}
.contents_box :hover {
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.contents_box {
	padding: 0 0 120px;
}
.contents_box .sp {
	display: none;
}
#breadcrumbs {
	margin-bottom:0;
}
@media screen and (max-width:768px) {
.contents_box {
	padding: 0 0 14%;
}
.contents_box .pc {
	display: none;
}
.contents_box .sp {
	display: block;
}
}
/*-----------------------

タイトル部分

----------------------------------------------*/
#main_image_box {
	max-width: 100%;
	object-fit: cover;
}
#main_image_box img {
	width: 100%;
	min-height: 300px;
	object-fit: cover;
}
.box_images {
	max-width: 1000px;
	width: 96%;
	margin: 3% auto 5%;
}
.box_images img {
	width: 100%;
}
@media screen and (max-width:768px) {
#main_image_box img {
	min-height: 170px;
}
}
/*-----------------------

ボタン共通

----------------------------------------------*/
.cat_link_btn {
	margin: 1%;
	text-align: center;
	max-width: 600px;
	width: 90%;
}
.cat_link_btn a {
	display: inline-block;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	padding: 3% 3%;
	font-size: 1.25em;
	display: flex;
}
.category_color a {
	background-color: #ff9600;
}
.cat_link_btn a span {
	display: block;
	margin: 0 auto;
	text-align: center;
	line-height: 1.2;
}
.cat_link_btn a:after {
	display: block;
	transform: rotate(45deg);
	content: "";
	border-top: #FFF 1px solid;
	border-right: #FFF 1px solid;
	width: 16px;
	height: 16px;
	position: relative;
	right: 0%;
	top: 3px;
}
.cat_link_btn a:hover {
	opacity: 0.8;
}
@media screen and (max-width:768px) {
.cat_link_btn a:after {
	top: 0;
}
}
@media screen and (max-width:559px) {
.cat_link_btn {
	margin: 1% auto;
}
.cat_link_btn a:after {
	top: 0;
}
}
/*-----------------------

上部の4分割ボタン

----------------------------------------------*/
.category_btn {
	margin: 3% auto 0;
	max-width: 1020px;
	width: 90%;
}
.category_btn > div {
	display: flex;
	justify-content: space-between;
}
.category_btn .cat_link_btn a {
	background-color: #ff003c;
	color: #FFFFFF;
	padding: 4.5% 3%;
}
@media screen and (max-width:768px) {
.category_btn {
	margin: 5% auto 0;
	width: 96%;
}
}
@media screen and (max-width:559px) {
.category_btn {
	width: 84%;
}
.category_btn > div {
	flex-direction: column;
	margin: 0 auto;
}
}
/*-----------------------

タイトル下のテキスト

----------------------------------------------*/
.kikan {
	background-color: #000;
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.2ex;
	font-weight: 600;
	line-height: 1;
	padding: 15px 0 20px;
	color:#fff;
}
.kikan .ttl {
	background-color: #fff;
	padding: 0 20px;
	border-radius: 2px;
	letter-spacing: 0.2ex;
	color: #D61930;
}
.kikan .year {
	padding: 0 0 0 10px;
}
.kikan .day {
	font-size: 30px;
	padding: 0 5px 0;
}
.kikan .time {
}
.top_intro {
	max-width: 1178px;
	width: 90%;
	display: block;
	margin: 2% auto 1%;
}
.top_intro b {
	font-size: 30px;
	line-height: 1.4;
	color: #ff003c;
}
.top_intro p {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
}
@media screen and (max-width:768px) {
.top_intro {
	margin: 3% auto;
}
.top_intro p {
	font-size: 1.25em;
}
.top_intro b {
	font-size: 20px;
}
}
@media screen and (max-width:426px) {
.top_intro p {
	font-size: 16px;
	line-height: 1.5;
}
}
/*-----------------------

一列ボタン

----------------------------------------------*/
.category_btn_oneblock {
	margin: 2% auto;
	max-width: 1020px;
	width: 90%;
}
.category_btn_oneblock .cat_link_btn {
	margin: 0 auto;
}
.category_btn_oneblock .cat_link_btn a {
	background-color: #000000;
	color: #FFFFFF;
	padding: 4% 3%;
	font-size: 1.5em;
}
@media screen and (max-width:768px) {
.category_btn_oneblock {
	margin: 0 auto 5%;
	width: 96%;
}
.category_btn_oneblock .cat_link_btn a {
	padding: 4% 3%;
	font-size: 1.3em;
}
}
@media screen and (max-width:559px) {
.category_btn_oneblock {
	width: 100%;
}
}
/*-----------------------

商品陳列の大枠

----------------------------------------------*/
.cat_item_box {
	max-width: 1020px;
	margin: 4% auto;
	width: 90%;
}
.contents_title {
	text-align: center;
	font-size: 1.5em;
	font-weight: 600;
	border-bottom: #000000 1px solid;
	padding-bottom: 1%;
	margin-top: 30px;
}
.cat_item_box_innner {
	display: flex;
	flex-wrap: wrap;
	margin: 1% auto;
	text-align: center;
}
.cat_item_box_innner #oneLineTxt01 {
	max-width: 100%;
	text-align: center;
}
.cat_item_box_innner #oneLineTxt02 {
	max-width: 100%;
	text-align: center;
}
.cat_item_box_innner > div {
	width: 23%;
	margin: 1% 1% 4%;
}
.cat_item_box_innner ul.list {
	display: flex;
	flex-wrap: wrap;
	margin: 1% auto;
	text-align: center;
}
.cat_item_box_innner ul.list > li {
	width: 23%;
	margin: 1% 1% 4%;
}
.list li {
	opacity: 1;
	list-style: none;
	transition: all 0.4s ease-in-out 0s;
}
.list li.is-hidden {
	opacity: 0 !important;
	height: 0 !important;
	margin: auto !important;
}
.cat_item_box_innner > div.more {
	width: 100%;
	margin: 1% auto 3%;
	text-align: center;
	z-index: 9999;
	border: none;
	cursor: pointer;
	outline: none;
	font-size: 1.2em;
	font-weight: 600;
	position: relative;
}
.cat_item_box_innner > div.more:after {
	display: block;
	transform: rotate(135deg);
	content: "";
	border-top: #000000 1px solid;
	border-right: #000000 1px solid;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 50%;
	left: 50%;
}
@media screen and (max-width:768px) {
.cat_item_box {
	margin: 10% auto;
}
.cat_item_box_innner {
	flex-wrap: wrap;
	margin: 2% auto;
}
.cat_item_box_innner > div {
	width: 46%;
	margin: 2% 2% 4%;
}
.cat_item_box_innner ul.list {
	flex-wrap: wrap;
	margin: 0 auto;
}
.cat_item_box_innner ul.list > li {
	width: 46%;
	margin: 2% 2% 4%;
}
.cat_item_box_innner > div.more {
	margin: 1% auto 5%;
	font-size: 1.3em;
}
}
/*-----------------------

アイテム部分

----------------------------------------------*/
.item_box_contents .item_image img {
	width: 100%;
}
.item_box_contents .item_bland_name {
	display: block;
	font-size: 1em;
	margin-top: 5%;
}
.item_box_contents .item_name {
	display: block;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.2;
	margin: 3% auto;
}
.item_box_contents .item_price {
	display: block;
	font-size: 1.3em;
}
.item_box_contents .item_price .zeinuki {
	font-size: 0.65em;
	position: relative;
	top: -2px;
}
.item_box_contents .cat_link_btn {
	margin: 3% auto;
	width: 100%;
}
.item_box_contents .cat_link_btn a:after {
	width: 12px;
	height: 12px;
	right: 3%;
	top: 3px;
}
.item_box_contents .cat_link_btn a {
	background-color: #000000;
	color: #FFFFFF;
	padding: 4% 3%;
	letter-spacing: 1px;
	font-size: 1.1em;
}
.item_box_contents .gender {
	display: flex;
	justify-content: space-between;
}
.item_box_contents .gender div {
	flex-basis: 48.5%;
}
.item_box_contents .gender div.cat_link_btn {
	margin: 3% 0;
}
.item_box_contents .gender div.cat_link_btn a {
	padding: 18% 3%;
	font-size: 1em;
	display: block;
}
.item_box_contents .gender div.cat_link_btn a:after {
	display: none
}
.item_box_contents .btn_mens a {
	background-color: #007896;
}
.item_box_contents .btn_womens a {
	background-color: #B49650;
}
@media screen and (max-width:768px) {
.item_box_contents .item_name {
	font-size: 1em;
}
}
#oneLineTxt01, #oneLineTxt02, #oneLineTxt03, #oneLineTxt04 {
	max-width: 100%;
}
#oneLineTxt01 .common_title, #oneLineTxt02 .common_title, #oneLineTxt03 .common_title, #oneLineTxt04 .common_title {
	font-size: 180%;
	font-weight: bold;
	border: 0;
	padding: 40px 0 20px;
}
/*-----------------------

footerの一列ボタン

----------------------------------------------*/
.category_btn_footerblock {
	margin: 0 auto;
	max-width: 1020px;
	width: 90%;
}
.category_btn_footerblock .cat_link_btn {
	margin: 5% auto 0;
}
.category_btn_footerblock .cat_link_btn a {
	background-color: #000000;
	color: #FFFFFF;
	padding: 3% 3%;
	font-size: 1.2em;
}
@media screen and (max-width:768px) {
.category_btn_footerblock {
	margin: 0 auto 5%;
	width: 96%;
}
}
@media screen and (max-width:559px) {
.category_btn_oneblock {
	width: 100%;
}
}
/*-----------------------

20210610追加CSS

----------------------------------------------*/

.cat_link_btn._more_view {
	margin: 0 auto 75px;
}
.item_box_contents .cat_link_btn.btn_more a {
	padding: 8% 3%;
	background-color: #777;
}
/*-----------------------

20210730追加CSS

----------------------------------------------*/
#six_salelist {
	margin-bottom: 50px;
}

ul.category_btn_list {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 3% auto 0;
	max-width: 1020px;
	width: 100%;
	justify-content: space-between;
}
ul.category_btn_list li {
	text-align: center;
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
	border: solid 1px #000;
	padding: 0 10px 0 10px;
	width: 32%;
	margin: 0 0 20px;
}
@media screen and (max-width:768px) {
ul.category_btn_list {
	margin: 5% auto 0;
	width: 96%;
}
}
@media screen and (max-width:559px) {
ul.category_btn_list {
	width: 84%;
}
ul.category_btn_list li {
	flex-direction: column;
	margin: 0 auto;
}
ul.category_btn_list li {
	display: inline-block;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	padding: 0 3% 0 3%;
	width: 90%;
	font-size: 1.25em;
}
}
ul.category_btn_list li a span {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding-top: 15px;
	font-size: 18px;
	/* line-height: 1.5; */
}
ul.category_btn_list li a:after {
	display: block;
	transform: rotate(45deg);
	content: "";
	border-top: #FFF 1px solid;
	border-right: #FFF 1px solid;
	width: 16px;
	height: 16px;
	position: relative;
	right: 0%;
	top: 3px;
}
ul.category_btn_list li a:hover {
	opacity: 0.8;
}
@media screen and (max-width:768px) {
ul.category_btn_list li a:after {
	top: 0;
}
}
@media screen and (max-width:559px) {
ul.category_btn_list li {
	margin: 1% auto;
}
ul.category_btn_list li a:after {
	top: 0;
}
}

/*-----------------------

20211221追加CSS

----------------------------------------------*/
.ttl_top{
	background-image: url(https://www.kojitusanso.jp/gsmall/lp/2022coupon/img/coupon_ttl_bg.jpg);
	background-size:cover;
	padding:3% 0;
}
.ttl_area{
	text-align:center;
	font-size:24px;
	font-weight:800;
	color:#000;
	line-height:1.4;
}
.red_font{
	color:#e60012;
	font-size:40px;
}
.coupon_wrap{
	display:flex;
	justify-content: space-evenly;
	max-width:950px;
	margin:3% auto;
	flex-wrap: wrap;
}
.coupon_wrap dl{
	width:30%;
	text-align:center;
}
.coupon_wrap dl img{
	width:100%;
}
.coupon_wrap dd{
	padding-left:10%;
}
.coupon_btn{
	margin-top:8%;
}
.sub_ttl{
	font-size: 30px;
	font-weight: 800;
	text-align: center;
	line-height: 1.2;
	margin: 2% 0 0;
	padding-bottom:2%;
	border-bottom:solid 5px #b49650;
}
.green_font{
	color:#017999;
	font-size:50px;
}
.red_font2{
	color:#e50119;
	font-size:45px;
}
#sec01 {
	background-color:#dbb400;
	background-image:url(https://www.kojitusanso.jp/gsmall/lp/2022coupon/img/bg_icon.png);
	padding:3% 0;
}
#sec02 {
	background-color:#e5001b;
	background-image:url(https://www.kojitusanso.jp/gsmall/lp/2022coupon/img/bg_icon.png);
	padding:3% 0;
}
#sec03 {
	background-color:#007896;
	background-image:url(https://www.kojitusanso.jp/gsmall/lp/2022coupon/img/bg_icon.png);
	padding:3% 0;
}
.coupon_ttl{
	max-width:1080px;
	background-color:#000;
	box-shadow: 10px 5px 5px black;
	line-height: 2.6;
	color:#fff;
	font-size: 30px;
	font-weight:600;
	margin: 0 auto;
	text-align:center;
	position:relative;
}
.left_icon{
	position:absolute;
	top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	width:19%;
}
.left_icon img{
	width:100%;
}
.item_wrap{
	display:flex;
	max-width:1080px;
	margin: 3% auto 0;
	justify-content: space-between;
	flex-wrap: wrap;
}
.item_wrap dl{
	width: 48%;
	margin-bottom: 3%;
}
.whate_bg{
	background-color:rgba(255, 255, 255, 0.7);
	padding: 3% 5.5% 1%;
}
.item_wrap dt p{
	background-color:#fff;
	font-size: 25px;
	font-weight: 900;
	line-height:1.2;
	padding:3%;
	border:solid #dbb400;
	border-right:solid 10px #dbb400;
	border-left:solid 10px #dbb400;
}


.item_img{
	position:relative;
	height:400px;
	margin: 2% auto;
	display:block;
	overflow:hidden;
	cursor:pointer;
}
.item_img img{
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.item_img:hover img:nth-of-type(2) {
	opacity: 0;
}


.bland_name{
	line-height:2;
}
.item_name{
	font-size:18px;
	font-weight: 800;
}
.price{
	background-color:#dbb400;
	text-align:center;
	line-height:2.2;
	margin-top:2%;
}
.price_font{
	font-size:23px;
	font-weight:900;
}
.price_font2{
	font-size:14px;
}
.explanation{
	margin: 2% 0 5%;
	line-height: 1.6;
	font-size: 16px;
}
.arrow_box{
    position:relative;
    width:100%;
    background:#FFFFFF;
    padding:5px;
    text-align:center;
    border:2px solid #D9B400;
    color:#000;
    font-size:16px;
    font-weight:bold;
}
.arrow_box:after,.arrow_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:49%;
}
.arrow_box:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#FFFFFF;
}
.arrow_box:before{
    border-color: rgba(217, 180, 0, 0);
    border-top-width:12px;
    border-bottom-width:12px;
    border-left-width:12px;
    border-right-width:12px;
    margin-left: -12px;
    margin-top: 2px;
    border-top-color:#D9B400;
}
.pickup_item_wrap{
	display:flex;
	align-items: center;
	justify-content: space-between;
	margin:5% 0;
}
.pickup_item_wrap div{
	width:13%;
}
.pickup_item_wrap div img{
	width:100%;
}

.pickup_item_wrap dl{
	width:38%;
}
.pickup_item_wrap dl img{
	width:100%;
	border:solid 1px #000;
}
.bland_name2{
	border-bottom: solid #D9B400 3px;
	margin: 2% 0;
}
.item_name2{
	font-weight:700;
}

@media screen and (max-width:768px) {
.item_wrap dl{
	width:85%;
	margin:0 auto 3%;
}
.pickup_item_wrap dl{
	width:42%;
}
.coupon_ttl{
	font-size: clamp(18px, 1vw, 30px);
}
.sub_ttl{
	font-size:16px;
}
.green_font{
	font-size:18px;
}
.red_font2{
	font-size:18px;
}
}
@media screen and (max-width:559px){
.coupon_wrap dl{
	width:80%;
	margin-right:8%;
}
.item_wrap dt p{
	font-size:16px;
}
.ttl_area{
	font-size: 18px;
}
.red_font{
	font-size: 21px;
}
.coupon_ttl{
	padding-left:12%;
}
.left_icon{
	width:25%;
}
.arrow_box{
	font-size:12px;
}
.coupon_btn{
	margin-top:1%;
	margin-bottom:5%;
}
.kikan .day{
	font-size:16px;
}
}

/*-----------------------
クーポン表示アニメーション
-----------------------*/
.coupon_box {
	animation: fadeInUp 1s;
}
@keyframes fadeInUp{
    0%{
        opacity:0;
        -webkit-transform:translate3d(0,100%,0);
        transform:translate3d(0,100%,0)
    }
    to{
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
/*-----------------------
背景固定
------------------------*/
.fixed-background {
  min-height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}