@charset "utf-8";
/* EC向けスタイルシート */
* {
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	-webkit-overflow-scrolling:touch;
}
.product a:hover {
    color: #fff;
}
#sps-page-top {
	z-index:100;
}
#sps-page-top p a {
	background: #cc64a3;
	color: #ffffff;
}
#contents section.product_name {
	display:none;
}
#contents section {
	background:none;
}
#contents .description aside p {
    margin: 0!important;
}
.description {
    padding: 0;
    margin: 0 10px 10px;
}
#contents .description aside {
    color: #333333;
	-webkit-box-shadow:none;
    font-size: 100%;
    line-height: auto;
    text-align: left;
    height: auto;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
#contents .title {
	background:none;
}
.shopcomment {
	display:none;
}
.productprice p {
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 10px;
    color: #000000;
	float:none;
    text-align: center;
}
.productprice p span:first-child {
	font-size: 16px;
	color:#F00;
	padding:0 0 0 20px;
	font-weight: bold;
}
.productprice p span:last-child {
    font-size: 12px;
	color: #000000;
}
.titlebar_g_o {
    display:none;
}
.remark td {
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
}
.stock form {
    background: white;
    -webkit-box-shadow: none;
    padding: 5px;
    display: block;
    margin: 0 10px;
}
.ar_link_r a {
    border: none;
}
header {
    border:none;
    padding:0;
}
#header {
    width: 100%;
    height: auto;
	margin:0;
    background-image: url(https://www.rosecup.jp/img/head_bg_sp.jpg);
    background-position: center;
	background-size:cover;
}
#header .head_in {
    width: 100%;
    margin: 0 auto;
}
#header .head_in .logo {
    width: 39%;
    height: auto;
    padding: 14px 0 14px 5px;
    float: none;
    margin: 0;
}
#header .head_in .logo a img {
    width: 100%;
    height: auto;
}
footer {
    padding:0;
	margin: 0 0 -20px;
}
#footer .foot-nav {
    height: auto;
    background:#e95b83;
}
#footer .foot_in {
    width: 100%;
    margin: 0 auto;
	padding: 1px 0 0;
}
#footer .foot-nav ul {
    list-style: none;
    margin: 0;
    width: 100%;
	padding: 0 2%;
}
#footer .foot-nav ul li {
    margin: 4% auto;
    width: 100%;
    padding: 5px 10px;
    text-align: left;
    box-sizing: border-box;
    background: #ffd8e4;
	margin:15px 0;
}
#footer .foot-nav ul li a {
    color: #444;
    font-size: 14px;
    text-decoration: none;
	padding: 10px 0;
	display:block;
}
#footer .foot-nav p {
    padding: 20px 0;
    color: #FFF;
	font-size: 14px;
	text-align:center;
	background-image: url(https://www.rosecup.jp/img/foot_bg_sp.jpg);
    background-position: center;
	background-size:cover;
}
#footer section>p.ch {
    background: #e61e5c;
    color: white;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

.product {
	width:100%;
	margin:0 0 20px;
	z-index:0;
}
.w1000 {
	width:100%;
	margin:0 auto;
}
.clearfix {
	clear:both;
}
.top_area {
	margin:0 auto;
}
.top_area .catch_copy {
	width:100%;
	position:relative;
}
.top_area .catch_copy img {
	width:100%;
}
.top_area a {
	display:block;
	width:85%;
	margin:20px auto;
	background:#dc4073;
	font-size:20px;
	text-decoration:none;
	color:#FFF;
	text-align:center;
	padding:5px;
	border-radius:5px;
}
.top_area .product_img {
	width:50%;
	float:right;
}
.top_area .product_img img {
	width:100%;
	height:auto;
	display: block;
}
.interview {
	background: url(../img/interview_bg.jpg);
	background-size:cover;
	background-position:top center;
	min-height:400px;
}
.interview .interview_title {
	background:rgba(255, 255, 255, 0.75);
	height: auto;
}
.interview .interview_title img {
    float: left;
    padding: 0 0 0 10px;
	width: 20%;
	box-sizing:border-box;
}
.interview .interview_title h3 {
	font-size:16px;
    float: left;
	padding: 5px 10px 0 10px;
	width:80%;
	box-sizing:border-box;
	word-break: break-all;
}
.interview .person {
	width:100%;
	margin:215px auto 0;
	padding: 0 0 10px;
	display:table;
}
.interview .person .left {
    width: 49%;
    height: auto;
    background: rgba(255, 255, 255, 0.90);
    text-align: center;
    border-radius: 10px;
    margin: 0 0 20px 0;
    padding: 5px;
	display:table-cell;
}
.interview .person .center {
    width: 2%;
    height: auto;
	display:table-cell;
}
.interview .person .right {
    width: 49%;
    height: auto;
    background: rgba(255, 255, 255, 0.90);
    text-align: center;
    border-radius: 10px;
    margin: 0;
    padding: 5px;
	display:table-cell;
}
.interview .person .left .name, .interview .person .right .name {
	font-size:16px;
	margin:0!important;
}
.interview .person .left .job, .interview .person .right .job {
	font-size:12px;
	padding:5px 0;
	margin:0!important;
}
.interview .person .left .txt, .interview .person .right .txt {
	width:100%;
	margin:0 auto;
	font-size:12px;
	text-align:left
}
.interview_btn {
	display:block;
	width:85%;
	margin:20px auto;
	background:#dc4073;
	font-size:20px;
	text-decoration:none;
	color:#FFF!important;
	text-align:center;
	padding:5px;
	border-radius:5px;
}
.commitment {
	background:#eeeeee;
	padding:40px 0;
}
.commitment h3 {
	font-size:24px;
	font-weight:normal;
	text-align:center;
	margin:0 0 20px;
    padding: 0 5px;
}
.commitment img {
	width:95%;
	margin:0 auto;
	display:block;
}
.commitment .txt {
	width:100%;
	margin:10px 0;
	padding:0 5px;
}
.commitment .txt .commit_btn  {
	display:block;
	width:85%;
	margin:40px auto;
	background:#dc4073;
	font-size:20px;
	text-decoration:none;
	color:#FFF;
	text-align:center;
	padding:5px;
	border-radius:5px;
}
.howto {
	padding:40px 0;
}
.howto h3 {
	font-size:24px;
	font-weight:normal;
	text-align:center;
	margin:0 0 20px;
	padding: 0 5px;
}
.howto img {
	width:95%;
	margin:0 auto;
	display:block;
}
.howto .txt {
	width:100%;
	margin:10px 0;
	padding:0 5px;
}
.howto .txt .howto_btn  {
	display:block;
	width:85%;
	margin:40px auto;
	background:#dc4073;
	font-size:20px;
	text-decoration:none;
	color:#FFF;
	text-align:center;
	padding:5px;
	border-radius:5px;
}
.comparison {
	background:#eeeeee;
	padding:40px 0;
}
.comparison h3 {
	font-size:24px;
	font-weight:normal;
	text-align:center;
	margin:0 0 20px;
	padding: 0 5px;
}
.comparison table {
	width:95%;
	margin:0 auto 20px;
	border:none;
	border-spacing:0px;
}
.comparison table th, .comparison table td {
	text-align:center;
	font-weight:normal;
	padding:5px 0;
}
.comparison table thead th, .comparison table thead td {
	color:#FFF;
	background:#dc4073;
	border-bottom:solid 1px #FFF;
	border-right:solid 1px #FFF;
}
.comparison table thead td:last-child {
	 border-right:none;
}
.comparison table tbody th {
	color:#FFF;
	background:#f08a85;
	border-bottom:solid 1px #FFF;
	border-right:solid 1px #FFF;
}
.comparison table tbody tr:last-child th {
	border-bottom:none;
}
.comparison table tbody td {
	background:#fff;
	border-bottom:solid 1px #ddd;
	border-right:solid 1px #ddd;
}
.comparison table tbody tr:last-child td {
	border-bottom:none;
}
.comparison table tbody td.rose {
	background:#fffb97;
	border-right:none;
}
.comparison .txt {
	padding:0 10px;
}
.example {
	padding:40px 0;
}
.example h3 {
	font-size:24px;
	font-weight:normal;
	text-align:center;
	margin:0 0 20px;
	padding: 0 5px;
}
.example .txt {
	padding:0 10px;
	margin: 0 0 10px;
}
.example table.example_table01 {
	width:95%;
	margin:auto;
	border:none;
	border-collapse: collapse;
}
.example table.example_table01 tr {
	border-collapse: collapse;
}
.example table.example_table01 thead {
	border: solid 2px #f08a85;
	border-left:none;
}
.example table.example_table01 thead td {
	font-size:14px;
	background:#f08a85;
	color:#fff;
	border:solid 1px #fff;
	border-left: solid 1px #f08a85;
	text-align:center;
	padding:5px;
	border-collapse: collapse;
}
.example table.example_table01 thead td[colspan="2"] {
	border-top: solid 2px #f08a85;
}
.example table.example_table01 tbody th {
	color:#FFF;
	width:15%;
	background:#ddd;
	border:solid 1px #FFF;
	border-left:solid 1px #ddd;
	border-collapse: collapse;
}
.example table.example_table01 tbody td:nth-child(2) {
	font-size:14px;
	width:15%;
	background:#fff;
	border:solid 1px #ddd;
	text-align:center;
	padding:5px;
}
.example table.example_table01 tbody td:nth-child(3) {
	font-size:14px;
	width:40%;
	background:#fff;
	border:solid 1px #ddd;
	text-align:left;
	padding:5px;
}
.example table.example_table01 tbody td {
	font-size:14px;
	width:calc(30% / 2);
	background:#fffb97;
	border:solid 1px #ddd;
	text-align:center;
	padding:5px;
	border-collapse: collapse;
}
.example table.example_table01 tbody td:nth-child(4), .example table.example_table01 tbody td:nth-child(5) {
	background:#fffb97;
}
.example table.example_table01 tbody tr.total td {
	background:#fffb97;
}
.example table.example_table01 tbody td span {
	font-size:12px;
}
.example table.example_table01 tbody td img {
	width:100%;
}
.example table.example_table01 tbody tr:last-child th {
	border:solid 1px #ddd;
	background:#FFF;
	color:#333;
	text-align:right;
	padding: 5px;
}

.example table {
	width:95%;
	margin:0 auto 20px;
	border:solid 1px #ddd;
	border-spacing:0px;
}
.example table th, .example table td {
	text-align:center;
	font-weight:normal;
	padding:5px 0;
}
.example table tbody th {
	color:#FFF;
	width:25%;
	background:#f08a85;
	border-bottom:solid 1px #FFF;
	border-right:solid 1px #FFF;
}
.example table tbody tr:last-child th {
	border-bottom:none;
}
.example table tbody td {
	font-size:14px;
	width:75%;
	background:#fff;
	border-bottom:solid 1px #ddd;
	text-align:left;
	padding:5px;
}
.example table tbody tr:last-child td {
	border-bottom:none;
}
.example img {
	width:95%;
	margin:0 auto;
	display:block;
}
.example img.example_graf {
    padding:20px 0;
	width:100%;
}
.reason {
	padding:40px 0;
	background:#e95b83;
}
.reason h3 {
	font-size:24px;
	font-weight:normal;
	text-align:center;
	color:#FFF;
	margin:0 0 20px;
	padding: 0 5px;
}
.reason ul {
	width:95%;
	margin:20px auto;
	padding:0!important;
	list-style:none;
}
.reason ul li {
	float:left;
	border-radius:5px;
	overflow:hidden;
	margin: 0 0 10px;
	width:32%;
	list-style:none;
}
.reason ul li.clearfix {
	float:none;
	clear:both;
	width:0;
	margin:0;
	padding:0;
}
.reason ul li:nth-child(2), .reason ul li:nth-child(5) {
	margin:0 2% 10px;
}
.reason ul li img {
	display:block;
	width:100%;
}
.reason .txt {
	padding:0 10px;
	margin: 0;
	color:#FFF;
}
.reason .txt ul.text_list {
	width:100%;
	margin:20px 0;
}
.reason .txt ul.text_list li {
	float:none;
	width:100%;
	margin:5px 0;
}
.cart_area {
	padding:40px 0;
}
.cart_area h3 {
	font-size:24px;
	font-weight:normal;
	text-align:center;
	margin:0 0 20px;
	padding: 0 5px;
}


/* モーダルウインドウ */
/* 開く時の.bodyのアニメーション */
@keyframes modalwindow_body_in {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes modalwindow_body_out {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-20px);
  }
}
body.enabled_modal {
	overflow: hidden;
	height: 100%;
}
.modalwindow {
  /* オーバーレイ＆スクロール領域になるレイヤー */
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling:touch;
  z-index: 101;
  width: 100%;
  /* スマホでスワイプして指を離すまでの間下部の背景が無くなるため余分に指定 */
  height: calc(100% + 100px);
  background: rgba(0, 0, 0, 0.5);
  border-bottom: 100px solid transparent;
  cursor: pointer;
  opacity: 1;
}

.modalwindow.no_overlay_close {
  cursor: default;
}

.modalwindow.lock .close_modal {
  background: #ccc;
}

.modalwindow .body {
  /* ウィンドウ自体 アニメーションなどで装飾 */
  position: relative;
  width: 900px;
  margin:40px auto;
  background: #fff;
  cursor: default;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  transform: translateY(-20px);
  animation: 200ms modalwindow_body_out;
  padding: 0 0 10px;
}

.modalwindow .body .modal_content {
  padding: 0;
}
.modalwindow .body .modal_content h3 {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    background: #dc4073;
    text-align: center;
    padding: 10px 0;
}
.modalwindow .body .modal_content .modal_in {
    padding:20px;
}
.modalwindow .body .modal_content .modal_in .title {
	font-size:24px;
	font-weight:bold;
	margin:0 0 10px;
}
.modalwindow .body .modal_content .modal_in .modal_txt {
	width:100%;
	padding:10px 0;
	box-sizing:border-box;
}
.modalwindow .body .modal_content .modal_in .modal_txt .title {
	font-size:24px;
	font-weight:bold;
	margin:0 0 10px;
}
.modalwindow .body .modal_content .modal_in .modal_txt p {
	margin:0 0 10px;
}
.modalwindow .body .modal_content .modal_in .modal_txt ul {
    list-style-type: decimal;
    margin: 0;
	padding: 0 0 0 15px;
}
.modalwindow .body .modal_content .modal_in img {
	width:100%;
}
.modal_btn {
	display:block;
	width:95%;
	padding:10px 0;
	margin:20px auto;
	text-align:center;
	font-size:18px;
	color:#FFF!important;
	background:#dc4073;
	border-radius:5px;
	text-decoration:none;
}
.modalwindow .body > footer {
  padding: 10px;
  background: #fcfcfc;
  border-radius: 0 0 4px 4px;
  border-top: 1px solid #e5e5e5;
}

.modalwindow.is_visible .body {
  transform: translateY(0px);
  animation: 400ms modalwindow_body_in;
}

.modalwindow_header_close {
  /* 右上に表示する×ボタン 面倒なので動的に追加してます */
  position: absolute;
  right: 0;
  top: 5px;
  background: none;
  border: none;
  cursor: pointer;
}
.close_modal {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -10px;
    right: -10px;
    background: url(https://www.rosecup.jp/ec/img/close_btn.png) center;
    border: solid 1px #FFF;
    color: #FFF;
    font-size: 24px;
	border-radius: 50%;
}
.close_modal:hover {
	background: url(https://www.rosecup.jp/ec/img/close_btn_on.jpg) center;
}
.close_modal_txt {
	display:block;
	width:95%;
	padding:10px 0;
	margin:20px auto;
	text-align:center;
	font-size:18px;
	color:#FFF;
	background:#dc4073;
	border-radius:5px;
}
.modalwindow_header_close:before {
  content: "\D7";
  font-size: 24px;
  font-family: serif;
  color: #ccc;
}
.spec td input {
    border: solid 1px #ddd;
    border-radius: 5px;
    padding: 5px;
    box-sizing: border-box;
    width: 40px;
    height: 30px;
}

@media screen and (max-width: 900px) {
  .modalwindow .body {
    position: relative;
    width: calc(100% - 20px);
    margin: 10px;
    left: 0;
  }
}