@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css?family=Open+Sans');*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

/* リスト要素をリセットする ---------------- */
dl,dt,dd,ol,ul,li	{
	list-style-position: outside;
	list-style-type: none;
}
/*box-sizingを全ブラウザに対応*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}



/* ===================================================================

	スタイルの設定

=================================================================== */
html {
	font-size:14px;
}
body{
	color:#333333;
	line-height:1.8;
	margin:0;
	background:#ffffff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Noto Sans JP',sans-serif;
}
#contents {
	box-sizing: border-box;
	position: relative;
}
#contents * {
	box-sizing: border-box;
}
img {
	max-width: 100%;
}



/* ---------------- 上書き ------------- */
strong {font-weight:bold;}
small {font-size: 90%;}
p,li,dl,dt,dd {line-height:1.8;}
.red{	color:#F40027;}
.red2{	color:#DC0000;}
.blue{	color:blue;}
.blue{	color:blue;}
.txt-left {	text-align:left;}
.txt-right {	text-align:right;}


/* ===================================================================
	通常のリンク
=================================================================== */
a {
	transition: all .3s;
}
a:link {
	color: #558BC6;
	text-decoration: none;
}
a:visited {
	color: #558BC6;
	text-decoration:none;
}
a:hover {
	color: #7BA8DB;
	text-decoration:none;
/*	opacity: 0.7;*/
}
a:active {
	color: #7BA8DB;
	text-decoration:none;
}
/* メインエリアはリンクにアンダーライン */
/*#main a{
	text-decoration:underline;
}*/
.sp_header_top_img,
.sp_btn_area,
.sp_trial_btn,
.sp_list,
.sp_arrow,
.flow_top_img_sp,
.sp_br {
	display: none;
}


/* ===================================================================
	#header
	ヘッダー
=================================================================== */
header {
	background: #E4D5C1;
	padding-bottom: 1px;
/*	padding-bottom: 95px;*/
	position: relative;
}
.header_top_img {
	position: relative;
}
.header_top_img img {
	width: 100%;
}

.header_menu_area {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 90%;
	max-width: 700px;
	position: absolute;
	top: 58%;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
}
.header_total_sales {
	margin-bottom: 1%;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	letter-spacing: 0.05em;
}
.header_total_sales br {
	display: none;
}
.total_sales_num {
	font-size: 150%;
}

.header_copy {
	display: block;
	margin-bottom: 10px;
	padding: 15px 0 25px 0px;
	background: url(../img/balloon.svg) no-repeat center center;
	background-size: contain;
	
	z-index: 100;
	position: relative;
}
.header_copy p {
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
}


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

.header_menu_inner {
	width: 48%;
}

/*	無料体験ボタン  */
.header_subscription_btn {
	background: #dc0000;
	border-radius: 6px;
	padding: 10px 0;
}
.header_subscription_btn:hover {
	background: #ff4343;
}
.header_subscription_btn,
.header_tel_btn,
.header_contact_btn {
	border: #fff dashed 2px;
	display: block;
	text-align: center;
	font-weight: bold;
	color: #fff !important;
}
.trial {
	display: block;
	width: 12em;
	margin: 0 auto;
	padding: 5px 20px;
	color: #DD2525 !important;
	background: rgba(255,255,255,0.8);
	font-size: 12px;
	line-height: 1;
	border-radius: 2px;
}

.sub_btn_txt {
	display: block;
	margin: 10px auto;
	font-size: 34px;
	line-height: 1.2;
}
.header_month {
	font-size: 24px;
}
.header_month span {
	font-size: 36px;
}
.subscription_link {
	display: block;
	font-size: 14px;
}

/*	電話番号・お問い合わせボタン
------------------------------------------------------------------ */
.header_tel_btn,
.header_contact_btn {
	background: #B39A76;
	padding: 8px 0;
	border-radius: 4px;
}
.header_tel_btn:hover,
.header_contact_btn:hover {
	background: #C5B297;
}
.header_tel_btn {
	margin-bottom: 10px;
	font-size: 26px;
}
.header_icon {
	margin-right: 10px;
}
.header_contact_btn {
	font-size: 22px;
}



/* 共通 */
.title_h2 {
	margin-bottom: 50px;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
}
.title_h2 span {
	display: inline-block;
	padding: 0 70px;
	position: relative;
}
.title_h2 span::before,
.title_h2 span::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	display: inline-block;
	width: 45px;
	height: 74px;
	background-size: contain;
	vertical-align: middle;
}
.title_h2 span::before {
	left: 0;	
	background: url(../img/title_bg_left.png) no-repeat center center;
}

.title_h2 span::after {
	right: 0;
	background: url(../img/title_bg_right.png) no-repeat center center;
}


.title_h3 {
	margin: 40px auto 20px;
	padding-top: 35px;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	background: url(../img/h3_bk.png) no-repeat top center;
}



/*	AMATSUBUの写真販売とは
------------------------------------------------------------------ */
.about_content {
	background: #e4d5c1;
}

.about_inner {
	max-width: 980px;
	width: 90%;
	margin: 0 auto;
	padding-top: 60px;
}


/*	4つのトピックス  */
.about_txt_area {
	position: relative;
}
.about_btm_bg {
	position: absolute;
	bottom: 1%;
	right: 0%;
	z-index: 1;
	display: none;
}

.about_txt_top {
	display: flex;
	justify-content: space-between;
	background: url(../img/about_txt_top_line.png) no-repeat center center;
	background-size: 100%;
}
.low_priced,
.design,
.easy,
.security {
	min-height: 260px;
	text-align: center;
	padding: 10% 0 0 0;
	width: 22%;
	z-index: 100;
}
.low_priced,
.easy {
	background: url(../img/about_bk_01.svg) no-repeat center center;
	background-size: contain;
}
.design,
.security {
	background: url(../img/about_bk_02.svg) no-repeat center center;
	background-size: contain;
}

.about_topic {
	font-size: 22px;
	color: #B39A76;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
}
.about_txt_top p {
	font-weight: 700;
}
.about_btm_txt {
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
	padding: 65px 0 100px 0;
}

/*	メニューボタンエリア
------------------------------------------------------------------ */
.link_content {
	background: #B39A76;
	padding: 30px 0;
}

.link_inner {
	max-width: 940px;
	margin: 0 auto;
	width: 94%;
	display: flex;
	justify-content: space-between;
}

/*	無料トライアル */
.trial_btn {
	color: #fff !important;
	background: #D72824;
	border: dashed #fff 2px;
	border-radius: 10px;
	text-align: center;
	font-size: 26px;
	padding: 15px;
	font-weight: bold;
	display: block;
	width: 45%;
}
.trial_btn span {
	font-size: 80%;
	display: block;
}

/*	電話番号・お問い合わせ  */
.link_right {
	display: flex;
	justify-content: space-between;
	width: 50%;
}
.link_right a {
	position: relative;
	width: 47%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}
.link_btn_icon {
	z-index: 20;
}
.link_btn_icon img {
	width: 50px;
}
.contact_btn_txt {
	width: 100%;
	margin-top: -10px;
	padding: 10px;
	background: #A17950;
	border-radius: 10px;
	z-index: 10;
	text-align: center;
}


/*	ご活用シーン
------------------------------------------------------------------ */
.scene {
	padding-top: 30px;
}

.scene_inner {
	background: url(../img/leaf_top.png)no-repeat top right,url(../img/leaf_btm.png)no-repeat bottom left;
	max-width: 940px;
	margin: 0 auto;
	width: 90%;
	padding: 55px 0 165px 0;
	position: relative;
}

.arrow {
	position: absolute;
	bottom: 5%;
	right: 0%;
}

.scene_title {
	margin-bottom: 70px;
}

.scene_area {
	border: #CBCBCB solid 2px;
	border-radius: 10px;
	padding: 20px;
	background: #fff;
	display: flex;
	justify-content: space-between;
}

.sample_inner {
	display: flex;
	justify-content: space-between;
	background: url(../img/sample_top.png)no-repeat top center;
	padding-top: 65px;
	width: 60%;
}

.sample_box {
	width: 49%;
	border: #CBCBCB solid 2px;
	border-radius: 6px;
	padding: 20px 10px;
	background: #fff;
	text-align: center;
}

.about_scene_txt {
	max-width: 300px;
	width: 35%;
	padding-top: 60px;
}

.about_scene_txt_top {
	margin-bottom: 50px;
}

.event_title {
	margin-bottom: 15px;
	padding: 0 0 10px;
	background: url(../img/line.png)no-repeat center bottom;
	background-size: auto 90%;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
}
.event_list {
}
.event_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 1.3em;
}
.event_list ul:last-child {
	margin-right: 0;
}

.event_list ul li {
	width: 50%;
	margin-bottom: 10px;
	list-style: disc;
	font-weight: bold;
}
.balloon {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.balloon img {
	max-width: 300px;
}
.about_scene_txt p {
	font-weight: 700;
}

/*	ご利用料金
------------------------------------------------------------------ */

.price_content {
	overflow: hidden;
	background: #E4D5C1 url(../img/price_bk.svg) no-repeat top center;
	background-size: 100% auto;
}

.price_content_top {
	max-width: 940px;
	width: 90%;
	margin: 0 auto;
	padding: 100px 0 40px 0;
	position: relative;
}
.price_content_top::before {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 15%;
	width: 124px;
	height: 71px;
	vertical-align: middle;
	background: url(../img/price_img_left.png) no-repeat center center;
	background-size: contain;
}
.price_content_top::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 15%;
	width: 111px;
	height: 77px;
	vertical-align: middle;
	background: url(../img/price_img_right.png) no-repeat center center;
	background-size: contain;
}

.price_title {
	margin: 0 auto!important;
}


.price_inner {
/*	background: #E4D5C1;*/
	padding: 0 0 60px;
}

/*	料金表
------------------------------------------------------------------ */
.price_list {
	max-width: 980px;
	margin: 0 auto 70px auto;
	width: 94%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
table.tbl_price {
	border-radius: 5px;
	border :#fff solid 1px;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}
table.tbl_price th,
table.tbl_price td {
	border :#fff solid 1px;
	font-size: 1.3rem;
	font-weight: 700;
	width: 16%;
}
table.tbl_price th {
	background: rgba(136,97,56,0.3);
	padding: 20px 0;
	color: #fff;
}
table.tbl_price td {
	background: rgba(255,255,255,0.3);
	padding: 30px 0;
}
table.tbl_price td span {
	font-size: 75%;
	margin-left: 5px;
}
.price_list p {
	text-align: right;
	font-size: 0.9rem;
}


/*	料金ポイント
------------------------------------------------------------------ */
.price_btm {
	overflow: hidden;
	position: relative;
	z-index: 1;
}
/*
.price_btm::after {
	content: '';
	display: block;
	width: 457px;
	height: 30px;
	background: url(../img/point_line_right.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: calc(50% + 400px);
	z-index: -1;
	overflow: hidden;
}*/
.price_point_area {
	max-width: 900px;
	margin: 0 auto;
	width: 94%;
	justify-content: space-between;
	display: flex;
}

.price_point_area > div {
	width: 30%;
	text-align: center;
	font-weight: bold;
	position: relative;
	z-index: 1;

	display: flex;
}
.price_point_box {
	width: 100%;
	height: 100%;
	background: url(../img/point_bg.svg) no-repeat center center;
	background-size: contain;
	padding: 50px 20px 40px;
}
.price_point_left::after,
.price_point_center::after {
	content: '';
	display: block;
	width: 132px;
	height: 27px;
	background: url(../img/point_line_center.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: calc(-15% - 50px);
	z-index: -1;
	overflow: hidden;
}
.price_point_title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 15px;
}

.price_point_area p {
	font-size: 12px;
}


/*	写真販売の始め方
------------------------------------------------------------------ */
.flow_content {
	position: relative;
}

.pic_img {
	position: absolute;
	bottom: 0%;
	right: 0%;
}

.flow_top_img {
	position: absolute;
	top: 0%;
	left: -9%;
	z-index: -1;
}

.flow_inner {
	max-width: 870px;
	margin: 0 auto;
	width: 90%;
	background: url(../img/flow_leaf.png)no-repeat top left;
	padding: 100px 0;
	z-index: 100;
	position: relative;
}

.flow_title {
	margin-bottom: 100px;
}


.flow_box,
.flow_box_last {
	display: flex;
	align-items: center;
}

.flow_box {
	margin-bottom: 32px;
}

.flow_title_box {
	background: url(../img/flow_title_bg.png)no-repeat;
	background-size: 100%;
}

.flow_title_box,
.flow_title_last_box {
	padding: 35px 0;
	width: 20%;
	margin-right: 45px;
}

.flow_topic_title {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.flow_box p,
.flow_box_last p {
	font-size: 14px;
}

.flow_title_last_box {
	background: url(../img/flow_title_bg_last.png)no-repeat;
	background-size: 100%;
}

/* ===================================================================
	#footer
	フッター
=================================================================== */
footer {
	background: #E4D5C1;
}
.footer_top_inner {
	max-width: 700px;
	width: 90%;
	margin: 0 auto;
	padding: 30px 0 70px 0;
}
.footer_logo {
	margin-bottom: 40px;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	display: block;
	color: #333!important;
}
.footer_logo span {
	display: block;
	margin-top: 10px;
}
.footer_logo img {
	width: 200px;
}

/* フッターメニュー -------------- */
.footer_menu_top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	align-items: center;
}

.footer_menu_btn {
	width: 48%;
	position: relative;
}
.footer_menu_btn a {
	display: flex;
	align-items: center;
	color: #fff !important;
	font-weight: 700;
	font-size: 26px;
}
.footer_icon {
	z-index: 10;
}
.footer_icon img {
	width: 58px;
}
.footer_btn_txt {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 1;
	flex-grow: 1;
	margin-left: -29px;
	padding: 14px 14px 14px 40px;
	background: #B39A76;
	border-radius: 6px;
	z-index: 5;
	line-height: 1;
}

/* 1ヶ月無料体験お申し込みボタン -------------- */
.footer_subscription_btn {
	color: #fff !important;
	font-size: 33px;
	text-align: center;
	padding: 20px 0;
	font-weight: bold;
	background: #D62825;
	border-radius: 7px;
	border: dashed #fff 2px;
	display: block;
}

.footer_address {
	text-align: center;
	font-size: 12px;
}

/* -------------- address -------------- */
address {
	margin:0;
	padding: 20px 0;
	text-align:center;
	font-style: normal;
	font-size: 0.8rem;
}

address a {
	color: #333333 !important;
}





/* 他社比較 */
.compare {
	width: 980px;
	max-width: 94%;
	margin:  0 auto;
	padding: 80px 0;
}

.tbl_compare {
	width: 100%;
}
.tbl_compare th,
.tbl_compare td {
	padding: 0.8em 0.5em;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
}
.tbl_compare td {
	width: 18%;
}
.tbl_compare th {
	background: #E4D5C1;
}
.tbl_compare th small {
	font-size: 80%;
	line-height: 1.2;
}
.tbl_compare tbody td {
	background: #F4EEE6;
}
.tbl_compare th.compare_amatsubu_maisu,
.tbl_compare th.compare_amatsubu_print {
	background: #99DEF8;
}
.tbl_compare td.compare_amatsubu_maisu,
.tbl_compare td.compare_amatsubu_print {
	background: #D6F2FC;
}


.comparative_example {
	margin: 40px auto 20px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
}




/* ===================================================================
	レスポンシブ対応用
=================================================================== */
@media ( max-width : 1200px ) {
	
}
/* タブレット */
@media ( max-width : 960px ){
	.header_top_img,
	.pc_trial_btn,
	.header_tel_btn,
	.header_contact_btn,
	.about_btm_bg,
	.arrow,
	.flow_top_img {
		display: none;
	}
	
	/*	ヘッダー */
	.header_menu_area {
		top: 62%;
	}
	.sp_header_top_img {
		display: block;
	}
	.header_total_sales {
		font-size: 20px;
	}
	.header_copy {
		padding: 10px 0 20px 0;
	}
	.header_copy p {
		font-size: 14px;
	}
	.header_menu {
		display: block;
	}
	.header_menu_inner {
		width: auto;
	}
	.sp_trial_btn {
		display: block;
		margin-bottom: 10px;
	}
	
	.header_subscription_btn {
		font-size: 17px;
	}
	.trial {
		width: fit-content;
	}
	.sub_btn_txt {
		margin: 5px 0 0;
		font-size: 26px;
	}

	/*	TEL・メールアイコン */
	.sp_btn_area {
		display: flex;
		justify-content: center;
	}
	.sp_tel_btn,
	.sp_contact_btn {
		margin: 0 5px;
	}
	.sp_tel_btn img,
	.sp_contact_btn img {
		width: 66px;
	}

	
	
	/*	写真販売とは
	------------------------------------------------------------------ */
	.about_inner {
		padding-top: 40px;
	}
	
	.about_title {
		margin-bottom: 30px;
	}
	
	.about_title::before {
		top: -48%;
		left: 21%;
	}
	
	.about_title::after {
		top: -48%;
		right: 21%;
	}
	
	.about_txt_top {
		display: block;
		max-width: 690px;
		margin: 50px auto 0;
		padding: 0 0 1px;
		background: url(../img/sp_about_bg_02.png) no-repeat bottom center;
		background-size: 100% auto;
	}
	.about_txt_top::before {
		content: '';
		display: block;
		width: 100%;
		height: auto;
		padding-top: 10.7%;
		background: #e4d5c1 url(../img/sp_about_bg_01.png) no-repeat center top;
		background-size: 100% auto;
	}
	
	.low_priced,
	.design,
	.easy,
	.security {
		background: none;
		width: auto;
		min-height: inherit;
		margin: 0 10px 30px;
		padding: 0;
	}
	.about_topic {
		margin-bottom: 5px;
		font-size: 22px;
	}
	
	.about_txt_top p br {
		display: none;
	}
	
	.about_btm_txt {
		padding: 30px 0 50px 0;
		font-weight: bold;
		font-size: 1rem;
	}
	
	/*	メニューボタンエリア
	------------------------------------------------------------------ */
	.link_right a {
		font-size: 18px;
	}
	
	/*	ご活用シーン
	------------------------------------------------------------------ */
	.scene_title {
		margin-bottom: 50px;
	}
	.scene_inner {
		width: 100%;
		background: url(../img/sp_top_leaf.png)no-repeat top right,url(../img/sp_btm_leaf.png)no-repeat bottom left;
		background-size: 200px;
	}
	
	.scene_area {
		width: 92%;
		margin: 0 auto;
		display: block;
		padding: 20px 20px 60px 20px;
		position: relative;
	}
	
	.sample_inner {
		width: 100%;
		margin-bottom: 30px;
		justify-content: space-around;
	}
	.sample_box {
		max-width: 300px;
		
	}
	
	.about_scene_txt {
		width: 100%;
		max-width: inherit;
		padding-top: 0;
	}
	
	.event_list ul li {
		width: 25%;
	}
	
	.about_scene_txt_top {
		margin-bottom: 30px;
	}
	.sp_arrow {
		display: block;
		position: absolute;
		bottom: -10%;
		right: 3%;
	}
	.sample_screen img {
		width: 100%;
	}
	.about_scene_txt p {
		text-align: center;
	}

	/*	ご利用料金
	------------------------------------------------------------------ */
	.price_content_top {
	}
	.price_content_top::before {
		left: 0%;
	}
	.price_content_top::after {
		right: 0%;
	}

	
	.price_inner {
		padding: 10px 0 40px 0;
	}
	
	
	
	.price_list {
		margin: 0 auto 30px;
	}

	table.tbl_price {
		width: 800px;
	}
	table.tbl_price th {
		padding: 10px 5px;
	}
	table.tbl_price td {
		padding: 15px 5px;
	}
	
	.price_btm {
		background: none;
	}
	
	.price_point_area {
		display: block;
	}
	.price_point_area > div {
		width: auto;
		max-width: 600px;
		margin:  0 auto 20px;
		text-align: left;
	}
	.price_point_left::after,
	.price_point_center::after {
		display: none;
	}
	.price_point_box {
		background: none;
		background: #fff;
		border-radius: 10px;
	}
	.price_point_box {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 20px;
	}
	.price_point_title {
		flex-shrink: 0;
		flex-grow: 0;
		width: 9em;
		margin: 0 20px 0 0;
	}
	.price_point_area p {
		flex-shrink: 1;
		flex-grow: 1;
		font-size: 1rem;
	}
	.price_point_area p br {
		display: none;
	}
	
	/*	写真販売のはじめ方
	------------------------------------------------------------------ */
	.flow_inner {
		background: url(../img/sp_top_leaf_start.png)no-repeat top left;
		padding: 120px 0;
	}
	
	.flow_title {
	}

	.flow_topic_title {
		font-size: 15px;
	}
	
	.flow_title_box,
	.flow_title_last_box {
		padding: 20px 0;
		margin-right: 20px;
	}
	
	.flow_box p,
	.flow_box_last p{
		font-size: 12px;
		font-weight: bold;
	}

	.flow_top_img_sp {
		display: block;
		position: absolute;
		top: 7%;
		left: -10%;
		z-index: -1;
	}
	
	.pic_img {
		bottom: -3%;
		width: 230px;
	}
	
	.flow_title_box,
	.flow_title_last_box {
		background-size: contain;
		background-position: center;
	}
	
	.tbl_compare {
		width: 800px;
	}
	.tbl_compare th, .tbl_compare td {
		padding: 0.6em 0.2em;
		line-height: 1.4;
	}
}

@media screen and (max-width: 768px) {

	.header_total_sales {
		font-size: 16px;
	}
	.header_copy p {
		font-size: 12px;
	}
	.sp_tel_btn img, .sp_contact_btn img {
		width: 50px;
	}

	.sub_btn_txt {
		font-size: 22px;
	}
	.header_month {
		font-size: 22px;
	}
	.header_month span {
		font-size: 30px;
	}

	.link_inner {
		display: block;
	}
	
	.trial_btn {
		width: 100%;
		font-size: 20px;
	}
	.link_right {
		width: 100%;
		margin-top: 20px;
	}

	.footer_menu_btn a {
		font-size: 22px;
	}
	.footer_subscription_btn {
		font-size: 28px;
	}
}

/* スマホ（横） */
@media screen and (max-width: 600px) {
	
	.header_copy {
		padding: 8px 0 15px;
		margin-bottom: 5px;
	}
	.header_copy p {
		font-size: 11px;
	}

	.header_subscription_btn {
		padding:  5px 0;
	}
	.sub_btn_txt {
		font-size: 22px;
	}
	.header_month {
		font-size: 16px;
	}
	.header_month span {
		font-size: 24px;
	}
	

	.title_h2 {
		margin-bottom: 30px;
		font-size: 24px;
	}
	.title_h2 span {
		padding: 0 50px;
	}
	.title_h2 span::before,
	.title_h2 span::after {
		width: 37px;
		height: 60px;
		background-size: contain;
	}

	.title_h3 {
		margin-bottom: 10px;
		padding-top: 30px;
		font-size: 20px;
	}


	/*	写真販売とは
	------------------------------------------------------------------ */
	.about_title .sp_br {
		display: inline-block;
	}
	.about_txt_top {
		margin-top: 30px;
	}
	.low_priced,
	.design,
	.easy,
	.security {
		margin-bottom: 15px;
	}

	
	/*	リンクボタン
	------------------------------------------------------------------ */
	.link_content {
		padding: 20px 0;
	}
	
	/*	活用シーン
	------------------------------------------------------------------ */
	.scene {
/*		padding-top: 20px;*/
	}
	.scene_inner {
		padding-bottom: 120px;
		background-size: 140px;
	}
	.sample_inner {
		padding-top: 12%;
		background-size: 55%;
	}



	/*	ご利用料金
	------------------------------------------------------------------ */
	.price_inner {
		padding: 20px 0 40px 0;
	}
	.price_content_top {
		padding: 90px 0 20px 0;
	}
	.price_content_top::before {
		width: 86px;
		height: 50px;
	}
	.price_content_top::after {
		width: 78px;
		height: 50px;
	}
	
	/*	テーブル
	------------------------------------------------------------------ */
	table th,
	table td {
		font-size: 11px;
	}
	
	table th {
		padding: 10px 0;
	}
	
	table td {
		padding: 15px 0;
	}
	
	table {
		margin-bottom: 3px;
	}
	
	.price_list {
		margin: 0 auto 20px auto;
	}
	
	.price_point_box {
		display: block;
	}
	.price_point_title {
		width: auto;
		margin: 0 0 15px;
		text-align: center;
	}
	
	.price_point_area p {
		text-align: center;
	}
	
	
	/*	写真販売のはじめ方
	------------------------------------------------------------------ */
	.flow_inner {
		padding: 80px 0;
		background-size: 130px;
	}
	
	.flow_title {
		/*
		font-size: 13px;
		margin-bottom: 50px;*/
	}
	
	.flow_topic_title {
		font-size: 12px;
	}
	
	.flow_box p,
	.flow_box_last p {
		font-size: 10px;
	}
	
	.flow_top_img_sp {
		width: 130px;
	}
	
	.flow_title_box,
	.flow_title_last_box {
		margin-right: 15px;
		padding: 15px 0;
	}
	
	.pic_img {
		bottom: -3%;
		width: 180px;
	}
	
	/*	フッター
	------------------------------------------------------------------ */
	.footer_menu_top {
		display: block;
	}
	.footer_menu_btn {
		width: 100%;
		margin-bottom: 15px;
	}
	.footer_btn_txt {
		padding: 14px;
	}
	.footer_subscription_btn {
		font-size: 24px;
	}
}
/* スマホ用（縦） */
@media screen and (max-width: 480px) {
	.header_total_sales {
		font-size: 14px;
		line-height: 1.2;
	}
	.header_total_sales br {
		display: inline;
	}

	.title_h2 {
		font-size: 22px;
	}
	
	/*	写真販売とは
	------------------------------------------------------------------ */

	
	/*	リンクエリア
	------------------------------------------------------------------ */

	
	/*	活用シーン
	------------------------------------------------------------------ */
	.scene_inner {
		background-size: 100px;
		padding: 20px 0 80px;
	}
	.scene_area {
		padding: 10px 5px 30px 5px;
	}
	
	.sample_box {
		padding: 5px;
		border: #CBCBCB solid 1px;
	}

	.event_list {
		margin: 0 10px;
	}
	.event_list ul {
		justify-content: flex-start;
	}
	.event_list ul li {
		width: calc(100% / 3);
	}
	
	.sp_arrow {
		width: 120px;
		bottom: -7%;
	}

	
	/*	ご利用料金
	------------------------------------------------------------------ */
	.price_content_top {
		padding-top: 60px;
	}
	.price_content_top::before {
		width: 76px;
		height: 40px;
	}
	.price_content_top::after {
		width: 60px;
		height: 40px;
	}
		
	.price_list {
		margin: 0 auto 40px;
	}

	.price_point_left,
	.price_point_center,
	.price_point_right {
		margin-bottom: 4px;
	}
	
	.price_inner {
		padding: 0 0 5px 0;
	}
	
	/*	写真販売のはじめ方
	------------------------------------------------------------------ */
	.flow_title {
	}
	.pic_img {
		bottom: -3%;
		right: 0;
		width: 130px;
	}
	
	.flow_inner {
		padding: 60px 0;
		background-size: 90px;
	}
	
	.flow_title_box,
	.flow_title_last_box {
		width: 29%;
		margin-right: 10px;
		padding: 13px 0;
	}
	
	.flow_topic_title {
		font-size: 10px;
	}
	
	.flow_top_img_sp {
		width: 90px;
		top: 16%;
		left: -8%;
	}
}




/* 写真購入者用ログインボタン */
.box_buyer {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 999;
}
.box_buyer h2 {
	display: block;
	position: relative;
	z-index: 2;
	padding: 10px 20px;
	width: max-content;
	margin: 0 auto -15px;
	background-color: #fff;
	border-radius: 30px;
	line-height: 1;
	font-size: 20px;
	font-weight: 700;
	border: 3px solid #00ACED;
}
.box_buyer h2::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -6px;
	transform: translateX(-50%);
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 7px 0;
	border-color: #fff transparent transparent transparent;
	
}
.box_buyer a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 400px;
	height: 180px;
	padding: 20px;
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	line-height: 1.4;
	border-radius: 90px;
	background: #00ACED;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
.btn_buyer_img {
	margin-right: 20px;
}

/* スマホ（横） */
@media screen and (max-width: 600px) {
	.box_buyer h2 {
		font-size: 16px;
	}
	.box_buyer a {
		width: 260px;
		height: 120px;
		padding: 10px 10px 10px 0;
		border-radius: 60px;
		font-size: 20px;
	}
	.btn_buyer_img img {
		height: 60px;
		width: auto;
	}
}

/* スマホ用（縦） */
@media screen and (max-width: 480px) {
	.box_buyer {
		right: 10px;
		bottom: 10px;
	}
	.box_buyer a {
		width: 260px;
		height: 100px;
		border-radius: 50px;
	}
}