@charset "utf-8";

/*---------------------------------------------
共通
---------------------------------------------*/
.of_sale {
  overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0 0 100px;
	font: normal 400 14px/1.86 "游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",sans-serif;
	color: #333333;
  background: url(/html-module/feature/motto_photo/summersale/images/2024/back.gif);
}

.of_sale * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.of_sale img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	width /***/:auto;　
}
.of_sale a {
	color: inherit;
	text-decoration: none;
  transition: all 0.5s;
}
.of_sale a:hover {
	opacity: 0.7;
}
.of_sale *[id]:before {
  content: "";
  display: block;
  height: 60px;
  margin-top: -60px;
}

.of_sale .of_sp {
  display: none;
}

.of_sale .of_reproduct {
  background-color: transparent;
}
.of_sale .of_reproduct .of_content_notice{
  margin: 90px auto;
}

/*---------------------------------------------
タイトル部分
---------------------------------------------*/
.of_sale .of_area_top {
  margin: 2em auto 0;
}
.of_sale .of_area_top h1 {
  text-align: center;
}
.of_sale .of_area_top h1 + p {
  margin: 2.5em 1em 2em;
  text-align: center;
}

.of_area_top .of_content {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 3em 10px;
}
.of_area_top .of_content .of_title {
  margin-bottom: 3em;
  text-align: center;
}
.of_area_top .of_content .of_text {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding-left: 1.4em;
  text-indent: -1.4em;
}
.of_area_top .of_content .of_text span {
  text-decoration: underline;
}
.of_area_top .of_content .of_text a {
  font-weight: 700;
  color: #f00;
  text-decoration: underline;
  text-decoration-color: #f00;
}

.of_reproduct_top {
  width: 100%;
  max-width: 760px;
  margin: 150px auto 0;
  padding: 0 10px;
  text-align: center;
}
.of_reproduct_top .of_title {
  margin-bottom: 2.5em;
}

/*---------------------------------------------
カウントダウン部分
---------------------------------------------*/
.of_sale .nysale_timer p {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.57em;
  font-weight: 700;
}
.of_sale .nysale_timer p br {
  display: none;
}

.of_sale .nysale_timer #CDT {
	overflow: hidden;
	width: 528px;
	margin: 10px auto 0 auto;
}
.of_sale .nysale_timer #CDT span {
	float: left;
	width: 100px;
	height: 100px;
	margin: 8px 16px;
	color: #ffffff;
	font-family: "source-han-sans-japanese","游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",sans-serif;
	font-size: 60px;
	font-weight: 900;
	text-align: center;
	line-height: 96px;
	background: url(/html-module/feature/motto_photo/summersale/images/countdown_back.png) no-repeat;
}

.of_sale .nysale_timer ul {
	overflow: hidden;
	width: 528px;
	margin: 0 auto 10px auto ;
}
.of_sale .nysale_timer ul li {
	float: left;
	width: 100px;
	margin: 0 16px;
	color: #1c1c1c;
	font-size: 18px;
	font-weight: 200;
	text-align: center;
}

/*---------------------------------------------

---------------------------------------------*/
.of_sale .of_area_menu {
  margin-bottom: 140px;
}
.of_sale .of_area_menu .of_menu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 948px;
  margin: 0 auto;
}
.of_sale .of_area_menu .of_menu li {
  width: calc( 100% / 3 );
  padding: 8px;
}
.of_sale .of_area_menu .of_menu li a {
  display: block;
  padding: 10px;
  text-align: center;
  line-height: 1.56;
  font-size: 1.29em;
  font-weight: 700;
  background-color: #fff;
  border-radius: 20px;
}
.of_sale .of_area_menu .of_menu li a picture {
  display: block;
  margin-bottom: 16px;
  text-align: center;
}

.of_sale .of_area_menu .of_link {
  margin-top: 40px;
}
.of_sale .of_area_menu .of_link a {
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 644px;
  height: 180px;
  margin: 0 auto;
  font-size: 1.29em;
  font-weight: 700;
  background-color: #fff;
  border-radius: 20px;
}
.of_sale .of_area_menu .of_link picture {
  flex-shrink: 0;
  display: block;
  width: 290px;
}
.of_sale .of_area_menu .of_link picture img {
  object-fit: cover;
  width: 290px;
  height: 180px;
}
.of_sale .of_area_menu .of_link p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/*---------------------------------------------

---------------------------------------------*/
.of_sale .of_contents {
  padding: 0 10px;
}
.of_sale .of_contents .of_content {
  width: 100%;
  max-width: 960px;
  margin: 40px auto;
  padding: 40px 40px 10px;
  background-color: #fff;
  border-radius: 40px;
}

.of_sale .of_contents .of_content .of_area_sale + .of_area_sale {
  margin-top: 30px;
}
.of_sale .of_contents .of_content h2 {
  margin: 60px 0;
  text-align: center;
}
.of_sale .of_contents .of_content .of_area_sale:first-of-type h2 {
  margin-top: 0;
}
.of_sale .of_contents .of_area_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px auto;
  padding: 0 20px;
}
.of_sale .of_contents .of_area_item picture {
  width: 50%;
}
.of_sale .of_contents .of_area_item .of_unit {
  width: 380px;
}
.of_sale .of_contents .of_area_item .of_name {
  margin-bottom: 0.7em;
  line-height: 1.68;
  font-size: 1.57em;
  font-weight: 700;
}
.of_sale .of_contents .of_area_item .of_price {
  line-height: 1.1em;
  font-weight: 700;
}
.of_sale .of_contents .of_area_item .of_price br {
  display: none;
}
.of_sale .of_contents .of_area_item .of_price span {
  display: inline-block;
  min-width: 120px;
  margin-right: 1em;
  padding: 0.4em 0.5em 0.2em;
  text-align: center;
  color: #fff;
  background-color: #858585;
}
.of_sale .of_contents .of_area_item .of_price span.of_style_organic {
  background-color: #2b6b17;
}
.of_sale .of_contents .of_area_item .of_price span.of_style_cool {
  background-color: #125dc2;
}
.of_sale .of_contents .of_area_item .of_price strong {
  color: #bc0000;
}
.of_sale .of_contents .of_area_item .of_price img {
  margin-left: -2px;
  vertical-align: -0.2em;
}
.of_sale .of_contents .of_area_item .of_button {
}
.of_sale .of_contents .of_area_item .of_button a {
  display: block;
  width: 100%;
  margin: 1em auto 1.5em;
  padding: 0.5em 0.7em;
  text-align: center;
  font-size: 1.14em;
  color: #ff4a71;
  border: solid 1px #333333;
  border-radius: 10px;
}

/*---------------------------------------------

---------------------------------------------*/
.of_sale .of_contents .of_list_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 930px;
  margin: 0 auto 70px;
}
.of_sale .of_contents .of_list_item li {
  width: calc( 100% / 3 );
  margin-top: 70px;
  padding: 0 10px;
  text-align: center;	
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",sans-serif;
}
.of_sale .of_contents .of_list_item picture {
  display: block;
  margin-bottom: 1em;
  text-align: center;
}
.of_sale .of_contents .of_list_item .of_name {
  line-height: 1.57;
  font-weight: 700;
}
.of_sale .of_contents .of_list_item .of_price {
  margin-top: 0.4em;
  font-size: 0.86em;
}
.of_sale .of_contents .of_list_item .of_price_outlet {
  font-weight: 700;
  color: #ff4a71;
}
.of_sale .of_contents .of_list_item .of_link a {
  display: inline-block;
  margin-top: 0.5em;
  padding: 0.3em 1em;
  font-size: 1.29em;
  font-weight: 700;
  color: #fff;
  background-color: #ff4a71;
  border-radius: 2em;
}


/*---------------------------------------------
画面の横幅が640px以下
---------------------------------------------*/
@media screen and (max-width: 640px) {

/*---------------------------------------------
共通
---------------------------------------------*/
.of_sale {
}
  
.of_sale .of_pc {
  display: none;
}
.of_sale .of_sp {
  display: block;
}
  
/*---------------------------------------------
カウントダウン部分
---------------------------------------------*/
.of_sale .nysale_timer p {
  margin-bottom: 20px;
  font-size: 1.57em;
}
.of_sale .nysale_timer p br {
  display: inline;
}

.of_sale .nysale_timer #CDT {
	width: 360px;
	margin: 0 auto;
}
.of_sale .nysale_timer #CDT span {
	width: 70px;
	height: 70px;
	margin: 8px 10px;
	font-size: 45px;
	line-height: 67px;
	background-size: cover;
}

.of_sale .nysale_timer ul {
	width: 360px;
	margin: 0 auto 40px auto ;
}
.of_sale .nysale_timer ul li {
	width: 70px;
	margin: 0 10px;
	color: #1c1c1c;
	font-size: 14px;
}
  
/*---------------------------------------------

---------------------------------------------*/
.of_sale .of_area_menu {
  margin-bottom: 50px;
}
.of_sale .of_area_menu .of_menu {
  display: block;
  padding: 0 10px;
}
.of_sale .of_area_menu .of_menu li {
  width: 100%;
  margin: 4px 0;
  padding: 0;
}
.of_sale .of_area_menu .of_menu li a {
  display: flex;
  align-items: center;
  padding: 4px 10px;
  text-align: left;
  font-size: 1em;
  border-radius: 10px;
}
.of_sale .of_area_menu .of_menu li a picture {
  display: block;
  width: 30%;
  margin-bottom: 0;
  margin-right: 1.5em;
  text-align: center;
}
.of_sale .of_area_menu .of_menu li a br {
  display: none;
}

.of_sale .of_area_menu .of_link {
  margin-top: 4px;
  padding: 0 10px;
}
.of_sale .of_area_menu .of_link a {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: auto;
  margin: 0 auto;
  font-size: 1em;
  border-radius: 10px;
}
.of_sale .of_area_menu .of_link picture {
  overflow: hidden;
  display: block;
  width: 30%;
  height: 12.7%;
  margin-right: 1.6em;
}
.of_sale .of_area_menu .of_link picture img {
  height: 60px;
  width: 100%;
}
.of_sale .of_area_menu .of_link p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

/*---------------------------------------------

---------------------------------------------*/
.of_sale .of_contents {
}
.of_sale .of_contents .of_content {
  margin: 20px auto;
  padding: 30px 20px 10px;
  border-radius: 10px;
}

.of_sale .of_contents .of_content .of_area_sale + .of_area_sale {
  margin-top: 30px;
}
.of_sale .of_contents .of_content h2 {
  margin: 50px 0 30px;
}
.of_sale .of_contents .of_content .of_area_sale:first-of-type h2 {
  margin-top: 0;
}
.of_sale .of_contents .of_area_item {
  display: block;
  align-items: center;
  margin: 40px auto;
  padding: 0;
}
.of_sale .of_contents .of_area_item picture {
  display: block;
  width: auto;
  margin-bottom: 1em;
  text-align: center;
}
.of_sale .of_contents .of_area_item .of_unit {
  width: 100%;
  text-align: center;
}
.of_sale .of_contents .of_area_item .of_name {
  margin-bottom: 0.7em;
  font-size: 1.14em;
}
.of_sale .of_contents .of_area_item .of_price {
  line-height: 1.1em;
  font-weight: 700;
}
.of_sale .of_contents .of_area_item .of_button + .of_price {
  margin-top: 1.5em;
}
.of_sale .of_contents .of_area_item .of_price br {
  display: inline;
}
.of_sale .of_contents .of_area_item .of_price span {
  margin-right: 0;
  margin-bottom: 1em;
}
.of_sale .of_contents .of_area_item .of_price img {
  margin-left: -2px;
  vertical-align: -0.2em;
}
.of_sale .of_contents .of_area_item .of_button {
  margin-top: 1em;
}
.of_sale .of_contents .of_area_item .of_button a {
  margin: 1em auto;
  padding: 0.5em 0.7em;
  font-size: 1em;
}

/*---------------------------------------------

---------------------------------------------*/
.of_sale .of_contents .of_content.of_style_items {
  padding: 10px 0;
}
.of_sale .of_contents .of_list_item {
  margin: 0 auto 70px;
}
.of_sale .of_contents .of_list_item li {
  width: 50%;
  margin-top: 40px;
  padding: 0 10px;
  text-align: center;
}
.of_sale .of_contents .of_list_item picture {
  display: block;
  margin-bottom: 1em;
  text-align: center;
}
.of_sale .of_contents .of_list_item .of_name {
  line-height: 1.57;
  font-weight: 700;
}
.of_sale .of_contents .of_list_item .of_price {
  margin-top: 1em;
  font-size: 0.86em;
}
.of_sale .of_contents .of_list_item .of_price_outlet {
  font-weight: 700;
  color: #ff4a71;
}
.of_sale .of_contents .of_list_item .of_link a {
  display: inline-block;
  margin-top: 0.5em;
  padding: 0.3em 1em;
  font-size: 1.29em;
  font-weight: 700;
  color: #fff;
  background-color: #ff4a71;
  border-radius: 2em;
}
  
}
