/*
Theme Name: kawashima-gulp
Description: kawashima-gulp
Version: 1.0
Author: TakedaT
Author URI:
Version: 1.0
License: TakedaT
License URI:

create date: 2020/01/14
*/

/*****************************************************
Foundation
*****************************************************/

/*****************************************************

色の指定

*****************************************************/

/*****************************************************

色の指定

*****************************************************/

/*****************************************************
変数
*****************************************************/

/*****************************************************
font family
*****************************************************/

/*****************************************************
font size
*****************************************************/

/*****************************************************
image
*****************************************************/

/*****************************************************
media screen
*****************************************************/

/*****************************************************
slider
*****************************************************/

/*****************************************************
text
*****************************************************/

/*****************************************************
title
*****************************************************/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul,
li {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

img {
	border: 0;
	vertical-align: top;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
}

/*****************************************************
base
*****************************************************/

* {
	box-sizing: border-box;
}

html {
	height: 100%;
	font-size: 62.5%;
}

body {
	min-width: 1024px;
	width: 100%;
	height: 100%;
	overflow: auto;
	font-family: "fot-tsukuardgothic-std", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 1.8;
	font-size: 10px;
	color: #000;
	font-family: 'Shippori Mincho',serif;
}

a {
	cursor: pointer;
	transition: .3s;
}

a:hover {
	text-decoration: none;
	opacity: 0.7;
	color: inherit;
	transition: all .5s ease;
}

a:active {
	text-decoration: none;
}

img {
	width: 100%;
	height: auto;
}

li {
	list-style: none;
}

input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-backface-appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="radio"],
input[type="checkbox"] {
	display: none;
}

label {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
}

.delay-scroll .element {
	opacity: 0;
	transition: 2s;
}

.delay-scroll .fadeup {
	opacity: 1;
}

.animation {
	opacity: 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(80px);
}

.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.fadein {
	opacity: 0;
	transform: translateY(5px);
	transition: all 1.0s;
}

.fadein.show {
	opacity: 1;
	transform: translateY(0);
}

.fadein.show:nth-of-type(1) {
	transition-delay: 0.2s;
}

.fadein.show:nth-of-type(2) {
	transition-delay: 0.6s;
}

.fadein.show:nth-of-type(3) {
	transition-delay: 0.8s;
}

.fadein.show:nth-of-type(4) {
	transition-delay: 1s;
}

.fadein.show:nth-of-type(5) {
	transition-delay: 1.2s;
}

.fadein.show:nth-of-type(6) {
	transition-delay: 1.4s;
}

.fadein.show:nth-of-type(7) {
	transition-delay: 1.6s;
}

.fadein.show:nth-of-type(8) {
	transition-delay: 1.8s;
}

.fadein.show:nth-of-type(9) {
	transition-delay: 2s;
}

.fadein.show:nth-of-type(10) {
	transition-delay: 2.2s;
}

.fadein.show:nth-of-type(11) {
	transition-delay: 2.4s;
}

.fadein.show:nth-of-type(12) {
	transition-delay: 2.6s;
}

.fadein.show:nth-of-type(13) {
	transition-delay: 2.8s;
}

.fadein.show:nth-of-type(14) {
	transition-delay: 3s;
}

.fadein.show:nth-of-type(15) {
	transition-delay: 3.2s;
}

.fadein.show:nth-of-type(16) {
	transition-delay: 3.4s;
}

.fadein.show:nth-of-type(17) {
	transition-delay: 3.6s;
}

.fadein.show:nth-of-type(18) {
	transition-delay: 3.8s;
}

.fadein.show:nth-of-type(19) {
	transition-delay: 4s;
}

.mb30 {
	margin-bottom: 30px;
}

.mb90 {
	margin-bottom: 90px;
}

/*****************************************************
Layout
*****************************************************/

.contents {
	margin: 0 auto;
	max-width: 1200px;
}

.head-navi {
	width: 100%;
	background: #808080;
}

.head-navi__list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 14px 0;
	max-width: 1200px;
}

.head-navi__list--item {
	width: 14.28%;
	font-size: 1.3rem;
	text-align: center;
}

.head-navi__list--item a {
	color: #fff;
}

.form__bg {
	font-family: "fot-tsukuardgothic-std", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	background: #efefef;
}

.form__inner {
	margin: 0 auto;
	padding: 90px 0 120px;
	max-width: 700px;
}

.form__title {
	margin-bottom: 90px;
	font-size: 2.2rem;
	text-align: center;
	font-family: 'Shippori Mincho',serif;
}

.caution__text {
	margin-bottom: 30px;
	color: #e50012;
	font-size: 1.4rem;
	font-weight: bold;
}

.submit-btn {
	cursor: pointer;
	display: block;
	margin: 0 auto;
	padding: 5px;
	min-width: 300px;
	color: #fff;
	font-size: 2rem;
	background: #000;
}

.submit-btn:hover {
	opacity: .7;
	transition: all .5s ease;
}

.error_blank {
	display: block;
	padding-left: 10px;
	color: #e50012;
	font-size: 1.3rem;
}

.l-s-number {
	letter-spacing: 0.15rem;
	font-style: normal;
}

.l-s-narrow {
	letter-spacing: -0.15rem;
	font-style: normal;
}

.cp-page__main-visual {
	width: 100%;
	max-height: 600px;
	overflow: hidden;
}

.cp-page-anchor__adjust {
	margin-top: -80px;
	padding-top: 80px;
}

.cp-footer {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	box-shadow: 0 -10px 10px -2px rgba(229, 229, 229, 0.6);
}

.cp-footer__address {
	padding: 50px 0;
	width: 45%;
	color: #fff;
	background: #3c735a;
}

.cp-footer__address--inner {
	margin-left: auto;
	padding-right: 100px;
	max-width: 410px;
}

.cp-footer__cp-name {
	margin-bottom: 30px;
	font-size: 2.4rem;
	letter-spacing: -0.1rem;
}

.cp-footer__address-text {
	margin-bottom: 20px;
	font-size: 1.4rem;
	font-style: normal;
	letter-spacing: 0.3rem;
}

.cp-footer__address-text a {
	color: #fff;
}

.cp-footer__address-text a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}

.cp-footer__wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 40px;
}

.cp-footer__site {
	margin-right: 20px;
	padding: 0 5px;
	min-width: 152px;
	color: #fff;
	font-size: 1.4rem;
	font-family: "游ゴシック体", "Yu Gothic", sans-serif;
	text-align: center;
	border: solid 1px #fff;
}

.cp-footer__instagram {
	width: 20px;
}

.cp-footer__copy {
	display: block;
	font-size: 1.2rem;
}

.cp-footer__navi-sdgs {
	padding: 50px 0;
	width: 55%;
}

.cp-footer__navi-sdgs--inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	margin-right: auto;
	padding-left: 50px;
	max-width: 620px;
}

.cp-footer__navi {
	max-width: 300px;
}

.cp-footer__navi li {
	margin-bottom: 10px;
	font-size: 1.4rem;
}

.cp-footer__navi li:last-child {
	margin-bottom: 0;
}

.cp-footer__navi li a {
	color: #000;
}

.cp-footer__sdgs {
	padding-right: 2%;
	max-width: 268px;
}

.cp-header {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 0 0 2%;
	width: 100%;
	min-height: 80px;
	color: #fff;
	background: #3c735a;
	z-index: 100;
}

.cp-header__logo {
	max-width: 302px;
}

#cp-header__global-nav {
	position: absolute;
	right: 0;
	top: 0;
}

#cp-header__global-nav ul {
	display: inline-flex;
	align-items: center;
}

#cp-header__global-nav ul li {
	margin-right: 26px;
}

#cp-header__global-nav ul li:last-child {
	margin-right: 0;
	padding: 14px 0;
	min-width: 190px;
	min-height: 80px;
	text-align: center;
	font-family: 'Oswald', serif;
	letter-spacing: 0.3rem;
	line-height: 1.6;
	background: #fff096;
}

#cp-header__global-nav ul li:last-child span {
	display: block;
	font-size: 1.3rem;
	letter-spacing: 0;
	font-weight: 400;
}

#cp-header__global-nav ul li:last-child a {
	color: #3c735a;
	font-size: 1.7rem;
	font-weight: 500;
}

#cp-header__global-nav ul li a {
	display: block;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 300;
	transition: all .6s ease 0s;
	box-sizing: border-box;
}

/* Fixed */

#cp-header {
	position: fixed;
	top: 0;
	margin-top: 0;
	z-index: 9999;
}

#cp-header__toggle {
	display: none;
	cursor: pointer;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	z-index: 101;
}

#cp-header__toggle div {
	position: relative;
}

/*****************************************************
Object/Component
*****************************************************/

/*****************************************************
Object/Project
*****************************************************/

.link-text {
	color: #ff9000;
}

.link-text:hover {
	text-decoration: underline;
}

.link-btn {
	display: inline-block;
	width: 100%;
	max-width: 280px;
	padding: 20px 10px;
	color: #fff;
	background: #ff9000;
	text-align: center;
	line-height: 20px;
}

.list-base_item {
	padding: 0 0 0 20px;
	position: relative;
}

.section-base {
	padding: 0 0 40px;
}

.section-base.is-gray {
	background: #f2fbff;
}

.text-base {
	text-align: justify;
	color: #000;
	margin: 0 0 20px;
}

.text-base.is-center {
	text-align: center;
}

.text-base.is-right {
	text-align: right;
}

.title-base {
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	padding: 20px 0;
	margin: 80px 0 70px;
	position: relative;
}

.page__title {
	position: relative;
	display: inline-block;
	margin: 130px 0 90px;
	padding-left: 12%;
	font-size: 2.5rem;
	font-weight: bold;
	border-bottom: solid 1px #000;
	z-index: -10;
}

.revolve {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 70px;
}

.revolve__flower {
	width: 100%;
}

.revolve .flower01 {
	position: relative;
}

.revolve .flower01__wrap {
	position: absolute;
	top: 0;
	right: 50px;
	width: 342px;
	height: 293px;
}

.revolve .flower01-shadow {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.revolve .flower02 {
	position: relative;
}

.revolve .flower02__wrap {
	position: absolute;
	top: 275px;
	right: 150px;
	width: 326px;
	height: 252px;
}

.revolve .flower02-shadow {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.revolve .flower03 {
	position: relative;
}

.revolve .flower03__wrap {
	position: absolute;
	bottom: -180px;
	right: 30px;
	width: 298px;
	height: 258px;
}

.revolve .flower03-shadow {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.revolve__content {
	display: flex;
	padding: 100px 70px 90px 100px;
	width: 720px;
	background: url(/assets/images/bg_content_img.png);
}

.revolve__content--title {
	margin-right: 70px;
	min-width: 50px;
	color: #3c735a;
	font-size: 3.5rem;
	letter-spacing: 1rem;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.revolve__content--text {
	padding-top: 60px;
	min-width: 390px;
	font-size: 1.7rem;
	line-height: 2.4;
}

.bring-up {
	margin-bottom: 180px;
}

.bring-up__title {
	margin-bottom: 70px;
	padding-left: 100px;
	color: #3c735a;
	font-size: 3.5rem;
	line-height: 1.6;
}

.bring-up__block01 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 100px;
}

.bring-up__block01--text {
	width: 38%;
	max-width: 390px;
	font-size: 1.6rem;
	line-height: 2.4;
	letter-spacing: -0.05rem;
}

.bring-up__block01 .line01 {
	position: absolute;
	bottom: 5px;
	right: 572px;
}

.bring-up__photo01 {
	width: 60%;
	max-width: 600px;
}

.bring-up__block02 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: -80px 0 160px 0;
}

.bring-up__block02--item {
	margin: 0 70px 0 auto;
	padding-top: 160px;
	max-width: 580px;
}

.bring-up__block02--text {
	font-size: 1.6rem;
	line-height: 2.4;
	letter-spacing: -0.05rem;
}

.bring-up__block02--img-01 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	max-width: 400px;
}

.bring-up__block02--img-02 {
	position: absolute;
	bottom: 0;
	left: 258px;
	max-width: 230px;
}

.bring-up__block02 .line02 {
	position: absolute;
	bottom: 116px;
	left: 200px;
	z-index: 10;
}

.bring-up__block02 .line03 {
	position: absolute;
	bottom: -152px;
	left: 430px;
	z-index: -1;
}

.bring-up__block03 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin: 0 0 140px 0;
}

.bring-up__block03--text {
	min-width: 356px;
	font-size: 1.6rem;
	line-height: 2.4;
}

.bring-up__block03--item {
	margin: 85px 40px 0 0;
}

.bring-up__block04 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 84px;
	width: 970px;
}

.bring-up__block04--text {
	min-width: 474px;
	font-size: 1.6rem;
	line-height: 2.4;
}

.bring-up__block04--item {
	margin-left: 100px;
}

.bring-up__block04 .line04 {
	position: absolute;
	top: -42px;
	left: 200px;
}

.bring-up__photo04 {
	max-width: 600px;
}

.bring-up__block05 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1100px;
}

.bring-up__block05--text {
	min-width: 420px;
	font-size: 1.6rem;
	line-height: 2.4;
}

.bring-up__block05--item {
	margin-left: 120px;
}

.bring-up__block05 .line05 {
	position: absolute;
	bottom: -240px;
	left: 260px;
}

.bring-up__photo05 {
	max-width: 354px;
}

.bring-up__photo06 {
	max-width: 400px;
}

.bring-up__block06 {
	margin-left: auto;
	margin-right: 100px;
	max-width: 262px;
}

.bring-up__block07 {
	margin-top: -100px;
	margin-left: 200px;
	max-width: 500px;
}

.bring-up__last-img {
	width: 100%;
}

.bring-up__last-img img {
	width: 100%;
	height: auto;
}

.company-main {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 210px;
	padding: 90px 0 90px 150px;
	max-width: 980px;
	background: url(/assets/images/bg_content_img.png);
}

.company-main--content {
	max-width: 530px;
}

.company-main--title {
	margin-bottom: 30px;
	font-size: 2.5rem;
}

.company-main--text {
	font-size: 1.7rem;
	line-height: 2.4;
	text-align: justify;
}

.company-main--img {
	position: absolute;
	bottom: -60px;
	right: -120px;
	max-width: 354px;
}

.company-main--img figcaption {
	margin-bottom: 10px;
	font-size: 1.7rem;
	letter-spacing: -0.1rem;
}

.company-outline__title--wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 50px;
	max-width: 1000px;
}

.company-outline__title {
	margin-right: 200px;
	font-size: 3rem;
}

.company-outline__logo {
	max-width: 345px;
	text-align: center;
}

.company-outline__logo figcaption {
	margin-top: 10px;
	font-size: 1.2rem;
	letter-spacing: -0.1rem;
}

.company-outline__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 48%;
	font-size: 1.8rem;
	border-top: solid 1px #3c735a;
}

.company-outline__list--wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 120px;
	max-width: 1000px;
}

.company-outline__list dt {
	padding: 20px 0;
	width: 45%;
	border-bottom: solid 1px #3c735a;
}

.company-outline__list dd {
	padding: 20px 0;
	width: 55%;
	border-bottom: solid 1px #3c735a;
}

.company-outline__list dd:first-child {
	border-top: solid 1px #3c735a;
}

.farm-type01 {
	margin: 0 auto 110px;
	max-width: 1000px;
}

.farm-type01__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.farm-type01__wrap .farm-img__large {
	max-width: 634px;
}

.farm-type01__wrap .farm-img__small {
	max-width: 350px;
}

.farm-type02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 110px;
	max-width: 1000px;
}

.farm-type02__inner {
	margin-top: -10px;
}

.farm-type02 figure {
	max-width: 520px;
}

.farm__title {
	margin-bottom: 30px;
	color: #3c735a;
	font-size: 2.6rem;
}

.farm__title span {
	display: block;
	font-size: 2rem;
	letter-spacing: 0.2rem;
}

.farm__address {
	margin-bottom: 40px;
	font-size: 1.7rem;
	letter-spacing: 0.2rem;
}

.mail-form__inner {
	margin: 0 auto;
	padding: 60px 0;
	max-width: 680px;
	font-family: "游ゴシック体", "Yu Gothic", sans-serif;
	background: #fff;
}

.mail-form__head {
	margin-bottom: 30px;
}

.mail-form__head--title {
	margin-bottom: 50px;
	color: #3c735a;
	font-size: 2rem;
	letter-spacing: .24em;
	font-family: 'Shippori Mincho',serif;
	text-align: center;
}

.mail-form__head--text {
	font-size: 1.4rem;
}

.mail-form__item {
	margin-bottom: 15px;
}

.mail-form__item dt {
	display: none;
}

.mail-form__input {
	display: block;
	padding: 12px 14px;
	width: 100%;
	font-size: 1.4rem;
	border: solid 1px #000;
}

.mail-form__input::placeholder {
	color: #999;
}

.mail-form__textarea {
	display: block;
	padding: 12px 14px;
	width: 100%;
	min-width: 680px;
	max-width: 680px;
	min-height: 220px;
	font-size: 1.4rem;
	border: solid 1px #000;
}

.mail-form__textarea::placeholder {
	color: #999;
}

.mail-form__submit-btn {
	cursor: pointer;
	position: relative;
	display: inline-block;
	padding: 14px 28px;
	width: 100%;
	max-height: 50px;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: .2em;
	text-align: center;
	background: #3c735a;
	border: solid 1px #3c735a;
	text-align: center;
}

.mail-form__submit-btn:hover {
	color: #3c735a;
	background: #fff;
	border: solid 1px #3c735a;
	transition: all .5s ease;
}

.cp-top__main-visual {
	padding: 10% 8% 4% 8%;
	width: 100%;
	background: linear-gradient(rgba(135, 186, 200, 0.8), 80%, rgba(255, 255, 255, 0));
	background-position: 0 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.cp-top__main-contents {
	position: relative;
}

.cp-top__main-contents--inner {
	display: flex;
	width: 100%;
}

.cp-top__main-contents--wrap {
	margin-left: auto;
	width: 68.5%;
	z-index: 10;
}

.cp-top__main-img {
	position: absolute;
	top: 0;
	left: 1%;
	width: 36vw;
	z-index: 1;
}

.cp-top__main-img img {
	width: 100%;
}

.cp-top__main-logo {
	margin: 0 0 5% 36%;
	width: 36%;
}

.cp-top__main-catchcopy {
	margin-bottom: 28%;
	font-size: 4.6vw;
	font-weight: bold;
	letter-spacing: 0.5rem;
}

.cp-top__main-sdgs-logo {
	margin-left: auto;
	width: 30.5%;
}

.cp-top__ethical {
	padding: 118px 0;
	min-height: 600px;
	background: url(/assets/images/cp-index/bg_ethical.png) no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.cp-top__ethical--inner {
	margin: 0 auto;
	max-width: 1000px;
}

.cp-top__ethical--title {
	margin-bottom: 60px;
	font-size: 3.5rem;
	line-height: 1.6;
	letter-spacing: 1rem;
}

.cp-top__ethical--text {
	margin-bottom: 60px;
	font-size: 1.8rem;
	line-height: 2.4;
}

.cp-top__ethical--link {
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
	color: #000;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.5rem;
	font-family: 'Oswald', serif;
}

.cp-top__ethical--link:hover {
	opacity: 0.7;
	transition: all .5s ease;
}

.cp-top__ethical--link::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	display: block;
	width: 92%;
	height: 1px;
	background: #000;
}

.cp-top__series {
	padding: 120px 0 240px;
}

.cp-top__series--title {
	position: relative;
	margin: 0 auto 70px;
	max-width: 580px;
	font-size: 2.7rem;
	text-align: center;
}

.cp-top__series--title::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: -20%;
	width: 100px;
	height: 1px;
	background: #acadad;
}

.cp-top__series--title::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: -20%;
	width: 100px;
	height: 1px;
	background: #acadad;
}

.cp-top__series--list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1000px;
}

.cp-top__series--list li {
	margin-right: 3.5%;
	max-width: 310px;
}

.cp-top__series--list li:last-child {
	margin-right: 0;
}

.cp-top__series--list li a {
	display: block;
}

.cp-top__series--list li a:hover {
	opacity: 0.7;
	transition: all .5s ease;
}

.cp-top__series--logo-bg {
	display: flex;
	align-items: center;
	padding: 20px;
	width: 100%;
	min-height: 260px;
	text-align: center;
	background: #808080;
}

.cp-top__series .cp-index-premium {
	display: block;
	margin: 0 auto;
	max-width: 230px;
}

.cp-top__series--text-premium {
	padding: 20px 10px 24px;
	width: 100%;
	color: #fff;
	font-size: 1.7rem;
	text-align: center;
	line-height: 1.6;
	background: #81905b;
}

.cp-top__series .cp-index-soso {
	display: block;
	margin: 0 auto;
	max-width: 148px;
}

.cp-top__series--text-soso {
	padding: 20px 10px 24px;
	width: 100%;
	color: #fff;
	font-size: 1.7rem;
	text-align: center;
	line-height: 1.6;
	background: #ae7e6e;
}

.cp-top__series .cp-index-coco {
	display: block;
	margin: 0 auto;
	max-width: 176px;
}

.cp-top__series--text-coco {
	padding: 20px 10px 24px;
	width: 100%;
	color: #fff;
	font-size: 1.7rem;
	text-align: center;
	line-height: 1.6;
	background: #bc9d1b;
}

.cp-top__guide {
	margin-bottom: 240px;
}

.cp-top__guide--list {
	display: flex;
	flex-wrap: wrap;
}

.cp-top__guide--inner {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 244px;
	min-height: 130px;
	background: #fff;
	box-shadow: 4px 4px 4px 2px rgba(0, 0, 0, 0.4);
}

.cp-top__guide--inner:hover {
	opacity: 0.9;
	transition: all .5s ease;
}

.cp-top__guide--inner p {
	color: #000;
	font-size: 1.8rem;
	text-align: center;
}

.cp-top__guide--about {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	min-height: 400px;
	background: url(/assets/images/cp-index/bg_guide01.jpg) no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.cp-top__guide--company {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	min-height: 400px;
	background: url(/assets/images/cp-index/bg_guide02.jpg) no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

#series {
	margin-top: -80px;
	padding-top: 80px;
}

.cp-sdgs__logo {
	margin: 0 auto 150px;
	max-width: 448px;
}

.guide-wrap {
	position: relative;
	margin: 0 auto 100px;
	padding: 100px 8.5%;
	max-width: 1000px;
	border: solid 1px #3c735a;
}

.guide-reach__title {
	margin: -140px auto 70px;
	padding: 10px 36px;
	width: 36%;
	min-width: 300px;
	color: #3c735a;
	font-size: 2.8rem;
	text-align: center;
	letter-spacing: 0.4rem;
	background: #fff;
}

.guide-reach__inner-title {
	display: inline-block;
	margin-bottom: 40px;
	padding: 5px;
	min-width: 300px;
	color: #3c735a;
	font-size: 2.5rem;
	text-align: center;
	background: #efefef;
}

.guide-reach__list {
	margin-bottom: 110px;
}

.guide-reach__list li {
	margin-bottom: 40px;
	padding-left: 56px;
	color: #3c735a;
	font-size: 2.5rem;
	letter-spacing: -0.1rem;
	background: url(/assets/images/guide/ico_check.png) no-repeat;
	background-position: 0 50%;
	background-size: 34px 29px;
}

.guide-reach__list li:last-child {
	margin-bottom: 0;
}

.guide-reach-timing__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.guide-reach-timing__list {
	margin: 0 0 70px 17px;
	max-width: 530px;
}

.guide-reach-timing__list li {
	margin-bottom: 20px;
	text-indent: -17px;
	font-size: 1.7rem;
}

.guide-reach-timing__img {
	width: 220px;
}

.guide-reach-timing__img figcaption {
	text-indent: -13px;
	font-size: 1.3rem;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
	line-height: 1.6;
}

.guide-premium__title {
	margin-bottom: 40px;
	color: #3c735a;
	font-size: 2.5rem;
	border-bottom: solid 1px #3c735a;
}

.guide-premium__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.guide-premium__wrap p {
	margin-bottom: 20px;
	font-size: 1.7rem;
}

.guide-premium__left {
	max-width: 350px;
}

.guide-premium__right {
	max-width: 374px;
}

.guide-after__title {
	margin: -140px auto 70px;
	padding: 10px 36px;
	width: 48%;
	min-width: 420px;
	color: #3c735a;
	font-size: 2.8rem;
	letter-spacing: 0.2rem;
	text-align: center;
	background: #fff;
}

.guide-after__inner-title {
	margin-bottom: 40px;
	color: #3c735a;
	font-size: 2.5rem;
	border-bottom: solid 6px #d1d7b2;
}

.guide-after__inner-title span {
	display: inline-block;
	margin-right: 24px;
	font-size: 6rem;
}

.guide-after__recovery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
	padding: 50px 60px 50px 130px;
	background: #e2ecf1;
	border-radius: 10px;
}

.guide-after__recovery p {
	max-width: 310px;
	font-size: 1.7rem;
	line-height: 2;
}

.guide-after__recovery p span {
	display: inline-block;
	padding: 0 2px;
	color: #fff;
	background: #008fcf;
	line-height: 1.6;
}

.guide-after__recovery figure {
	max-width: 264px;
}

.guide-after__recovery--wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 auto 140px;
	max-width: 700px;
}

.guide-after__recovery--wrap::after {
	position: absolute;
	bottom: -86px;
	left: 50%;
	content: '';
	display: block;
	width: 18px;
	height: 86px;
	background: url(/assets/images/guide/arrow_down.png) no-repeat;
	background-position: 50% 50%;
	background-size: 18px 86px;
}

.guide-after__recovery--wrap p {
	margin-right: 30px;
	max-width: 470px;
	font-size: 1.7rem;
	line-height: 2;
}

.guide-after__recovery--wrap figure {
	max-width: 200px;
}

.guide-after__baton--wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 auto 100px;
	max-width: 700px;
}

.guide-after__baton--content {
	max-width: 360px;
	margin-right: 30px;
}

.guide-after__baton--title {
	width: 100%;
	font-size: 3.4rem;
	text-align: center;
	line-height: 1.6;
}

.guide-after__baton--title span {
	display: block;
	font-size: 2.5rem;
}

.guide-after__baton--text {
	font-size: 1.7rem;
}

.guide-after__img-link {
	position: relative;
	width: 310px;
	height: 210px;
	overflow: hidden;
}

.guide-after__img-link .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.guide-after__img-link .caption {
	display: block;
	padding-top: 90px;
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 0.5rem;
	text-align: center;
}

.guide-after__img-link:hover .mask {
	opacity: 1;
}

.guide-after__grow-new {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 50px;
	padding: 30px 123px 30px 100px;
	background: #efefef;
	border-radius: 10px;
}

.guide-after__grow-new p {
	margin-right: 60px;
	font-size: 1.7rem;
	text-align: center;
}

.guide-after__grow-new figure {
	max-width: 120px;
}

.guide-after__grow-new--wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 80px;
}

.guide-after__grow-new--wrap li {
	width: 31%;
	max-width: 244px;
	font-size: 1.7rem;
}

.guide-after__grow-new--wrap li p {
	width: 100%;
	min-height: 220px;
	text-align: justify;
}

.guide-after__grow-new--wrap li p span {
	display: inline-block;
	padding-left: 17px;
	font-size: 1.5rem;
	text-indent: -8px;
}

.guide-after__grow-new--wrap li p span::before {
	content: '●';
	display: inline-block;
	color: #3c735a;
	font-size: 1.7rem;
}

.guide-after__grow-new--wrap li figure {
	text-align: center;
}

.guide-after__grow-new--wrap li figure img {
	width: auto;
	max-height: 240px;
}

.guide-after__grow-new--wrap li .grow-new__number {
	position: relative;
	color: #3c735a;
	font-size: 4rem;
}

.guide-after__grow-new--wrap li .grow-new__number::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 85%;
	height: 1px;
	background: #3c735a;
}

.guide-after__tape--wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 130px;
	padding: 40px;
	background: #d1d7b2;
}

.guide-after__tape--wrap .tape-stem {
	max-width: 360px;
}

.guide-after__tape--wrap .tape-base {
	max-width: 320px;
}

.guide-after__tape--wrap figure {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	min-height: 140px;
}

.guide-after__tape--wrap figure img {
	max-width: 220px;
}

.guide-after__tape--title {
	margin-bottom: 10px;
	color: #3c735a;
	font-size: 2.2rem;
}

.guide-after__tape--text {
	min-height: 100px;
	font-size: 1.7rem;
	text-align: justify;
}

.words-closing {
	margin-bottom: 46px;
	color: #3c735a;
	font-size: 2.5rem;
	text-align: center;
}

.contact__btn {
	display: block;
	margin: 0 auto 30px;
	padding: 14px 0;
	width: 340px;
	color: #fff;
	font-size: 2.5rem;
	text-align: center;
	background: #3c735a;
}

.contact__btn:hover {
	color: #fff;
	background: #224635;
	opacity: 1;
}

.words-or {
	margin-bottom: 20px;
	color: #3c735a;
	font-size: 2rem;
	text-align: center;
}

.words-tel {
	color: #3c735a;
	font-size: 2.5rem;
	text-align: center;
}

.words-tel span {
	display: block;
	font-size: 1.4rem;
}

.words-tel a {
	color: #3c735a;
}

.inquiry {
	margin-bottom: 60px;
}

.discription {
	margin-bottom: 20px;
	font-size: 1.6rem;
}

.inquiry__text {
	margin-bottom: 20px;
	padding: 14px 10px 10px;
	width: 100%;
	min-height: 50px;
	font-size: 1.4rem;
	border: solid 1px #000;
}

.inquiry__text::placeholder {
	color: #000;
	font-size: 1.4rem;
}

.inquiry__contents {
	margin-bottom: 100px;
	padding: 14px 10px;
	min-width: 700px;
	max-width: 700px;
	min-height: 250px;
	font-size: 1.4rem;
	border: solid 1px #000;
}

.inquiry__contents::placeholder {
	color: #000;
	font-size: 1.4rem;
}

.order__note {
	margin: 0 0 50px 20px;
}

.order__note li {
	position: relative;
	margin-bottom: 40px;
	font-size: 1.6rem;
}

.order__note li a {
	color: #000;
	text-decoration: underline;
}

.order__note li a:hover {
	opacity: .5;
	text-decoration: none;
}

.order__note li p span {
	color: #e50012;
}

.order__title {
	display: inline-block;
	margin-bottom: 10px;
	font-weight: bold;
	border-bottom: solid 1px #000;
}

.order__title span {
	position: absolute;
	top: 1%;
	left: -1.7rem;
	display: inline-block;
}

.order__region {
	display: flex;
	flex-wrap: wrap;
}

.order__region dt {
	width: 10%;
}

.order__region dd {
	width: 40%;
}

.order-form {
	margin-bottom: 100px;
}

.order-form__title {
	margin-bottom: 30px;
	font-size: 2rem;
}

.order-form__title span {
	display: inline-block;
	padding-left: 20px;
	font-size: 1.4rem;
	font-weight: normal;
}

.order-form__select {
	cursor: pointer;
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
	padding: 12px 10px;
	width: 100%;
	color: #000;
	font-size: 1.4rem;
	background: url(/assets/images/arrow_down.png) no-repeat #fff;
	background-position: 98% 50%;
	background-size: 20px 10px;
	border: solid 1px #000;
}

.order-form__input {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
}

.order-form__input--text {
	padding: 10px;
	min-width: 220px;
	border: solid 1px #000;
}

.order-form__input--text span {
	color: #e50012;
}

.order-form__input dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.order-form__input dd {
	width: 68.5%;
	background: #fff;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
}

.order-form__input .text-area__wrap {
	position: relative;
	width: 100%;
}

.order-form__input .text-area__wrap::after {
	position: absolute;
	top: 10px;
	right: 20px;
	content: '個';
	display: inline-block;
	font-size: 1.4rem;
}

.order-form__input--text-area {
	padding: 10px 40px 10px 10px;
	width: 100%;
	min-height: 46px;
	text-align: right;
	font-size: 1.4rem;
	background: #fff;
}

.order-form__input-option-text {
	display: inline-block;
	margin-bottom: 30px;
	font-size: 1.5rem;
	border-bottom: solid 1px #000;
}

.order-form__input-option-text a {
	color: #000;
}

.order-form__input-option {
	margin-bottom: 20px;
}

.order-form__input-option li:first-child {
	border-top: solid 1px #000;
}

.order-form__input-option dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-right: solid 1px #000;
	border-left: solid 1px #000;
	border-bottom: solid 1px #000;
}

.order-form__input-option dl dt {
	max-width: 220px;
}

.order-form__input-option dl dd {
	min-width: 478px;
	background: #fff;
}

.order-form__input-name {
	width: 100%;
	padding: 10px;
	font-size: 1.4rem;
	border-right: solid 1px #000;
}

.order-form__input-name span {
	color: #e50012;
}

.order-form__input-option-select {
	cursor: pointer;
	position: relative;
	padding: 15px 10px;
	width: 100%;
	color: #000;
	font-size: 1.4rem;
	background: url(/assets/images/arrow_down.png) no-repeat #fff;
	background-position: 95% 50%;
	background-size: 20px 10px;
}

.order-form__input-option-select::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 20px;
	height: 10px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
}

.order-form__input-option--text-area {
	padding: 10px;
	min-width: 478px;
	max-width: 478px;
	min-height: 100px;
	font-size: 1.4rem;
	background: #fff;
}

.order-form__input-client--text-area {
	padding: 12px 10px;
	min-width: 478px;
	font-size: 1.4rem;
	background: #fff;
}

.order-form__date-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 24px;
}

.order-form__date h3 {
	font-size: 1.5rem;
}

.order-form__date dl dt {
	font-size: 1.4rem;
}

.order-form__date input {
	margin-right: 60px;
	padding: 10px;
	min-width: 234px;
	font-size: 1.4rem;
	background: #fff;
	border: solid 1px #000;
}

.order-form__date input::placeholder {
	color: #ada29c;
}

.order-form__date-time h3 {
	font-size: 1.5rem;
}

.order-form__date-time dl dt {
	font-size: 1.4rem;
}

.order-form__date-time select {
	cursor: pointer;
	position: relative;
	padding: 10px;
	min-width: 234px;
	min-height: 43px;
	color: #000;
	font-size: 1.4rem;
	background: url(/assets/images/arrow_down.png) no-repeat #fff;
	background-position: 95% 50%;
	background-size: 20px 10px;
	border: solid 1px #000;
}

.order-form__date-time select::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 20px;
	height: 10px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
}

.order-form__date-text {
	margin-bottom: 60px;
	font-size: 1.5rem;
}

.order-form__date-flow {
	margin-bottom: 90px;
}

.order-form__date-flow h3 {
	margin-bottom: 10px;
	font-size: 1.5rem;
}

.order-form__date-flow .flow_caprion {
	margin-top: 10px;
	font-size: 1.5rem;
}

.order-form__request {
	padding: 20px;
	min-width: 700px;
	max-width: 700px;
	min-height: 270px;
	font-size: 1.4rem;
	background: #fff;
	border: 1px solid #000;
}

.reason__main {
	margin: -90px 0 100px;
	background: url(/assets/images/reason/img_reason_main.jpg) no-repeat;
	background-position: 100% 0;
	background-size: 774px 442px;
	min-height: 442px;
}

.reason__main--text {
	padding: 140px 0 0 15%;
	font-size: 1.7rem;
	line-height: 2.4;
}

.reason__point {
	position: relative;
}

.reason__point .flower01 {
	position: relative;
}

.reason__point .flower01__wrap {
	position: absolute;
	top: 0;
	right: 50px;
	width: 298px;
	height: 242px;
	z-index: -1;
}

.reason__point .flower01-shadow {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.reason__point .flower02 {
	position: relative;
}

.reason__point .flower02__wrap {
	position: absolute;
	bottom: 400px;
	left: 70px;
	width: 326px;
	height: 252px;
	z-index: -1;
}

.reason__point .flower02-shadow {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.reason__point .flower03 {
	position: relative;
}

.reason__point .flower03__wrap {
	position: absolute;
	bottom: -170px;
	left: 230px;
	width: 298px;
	height: 258px;
	z-index: -1;
}

.reason__point .flower03-shadow {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.reason__list {
	margin-bottom: 300px;
}

.reason__list li {
	margin-bottom: 100px;
	padding-left: 40px;
}

.reason__list li:last-child {
	margin-bottom: 0;
}

.reason__list--item01 {
	margin-left: 11%;
}

.reason__list--item02 {
	margin-left: 22%;
}

.reason__list--item03 {
	margin-left: 33%;
}

.reason__list--item04 {
	margin-left: 44%;
}

.reason__list--item05 {
	margin-left: 55%;
}

.reason__title {
	position: relative;
	margin-bottom: 20px;
	padding-left: 40px;
	color: #3c735a;
	font-size: 3rem;
	line-height: 1.6;
}

.reason__title span {
	position: absolute;
	display: block;
	top: -30px;
	left: -40px;
	font-size: 4.5rem;
}

.reason__title span::after {
	content: '';
	position: absolute;
	bottom: 18px;
	right: -30px;
	display: block;
	width: 43px;
	height: 1px;
	background: #3c735a;
	transform: rotate(-45deg);
}

.reason__text {
	font-size: 1.7rem;
	line-height: 2.4;
}

.sdgs-main__wrap {
	padding-top: 80px;
	width: 100%;
	min-height: 660px;
	background: url(/assets/images/sdgs/bg_main_img.png), linear-gradient(rgba(135, 186, 200, 0.8), 80%, rgba(255, 255, 255, 0));
	background-position: 108% 100%,0 0;
	background-size: 494px 600px,cover;
	background-repeat: no-repeat,no-repeat;
}

.sdgs-main__contents {
	margin: 0 auto;
	max-width: 1200px;
}

.sdgs-main__logo {
	margin-left: 100px;
	max-width: 488px;
}

.sdgs-lead-writing {
	margin: 0 auto 140px;
	max-width: 800px;
	text-align: center;
}

.sdgs-lead__title {
	margin-bottom: 100px;
	color: #3c735a;
	font-size: 4.2rem;
}

.sdgs-lead__text {
	margin-bottom: 80px;
	font-size: 1.7rem;
	letter-spacing: -0.05rem;
	line-height: 2.4;
}

.sdgs-lead__img {
	margin: 0 auto;
	max-width: 266px;
}

.sdgs-point {
	margin: 0 auto 190px;
	padding: 60px 40px;
	max-width: 1000px;
	background: url(/assets/images/bg_content_img.png);
}

.sdgs-point__title {
	margin: 0 auto 60px;
	max-width: 580px;
	font-size: 3.5rem;
	text-align: center;
}

.sdgs-point__lead {
	margin-bottom: 60px;
	font-size: 1.7rem;
	text-align: center;
}

.sdgs-point__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sdgs-point__list--item {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
	width: 48%;
}

.sdgs-point__list--item:nth-child(7) {
	width: 100%;
}

.sdgs-point__list--item:nth-child(10) {
	width: 100%;
}

.sdgs-point__list--title {
	margin: -4px 0 12px;
	font-size: 2.3rem;
	letter-spacing: -0.1rem;
	line-height: 1.2;
}

.sdgs-point__list--text {
	margin-bottom: 16px;
	font-size: 1.6rem;
	letter-spacing: -0.1rem;
}

.sdgs-point__point {
	position: relative;
	margin-right: 40px;
	color: #009edb;
	font-size: 1.6rem;
	font-weight: bold;
	font-family: 'Montserrat', serif;
	letter-spacing: 0.5rem;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: sideways;
	text-orientation: sideways;
}

.sdgs-point__point::after {
	position: absolute;
	bottom: 0;
	left: 14px;
	content: '';
	display: inline-block;
	width: 1px;
	height: 65%;
	background: #009edb;
}

.inner-list__title {
	margin-right: 20px;
	padding: 10px 0;
	min-width: 40px;
	font-size: 2.2rem;
	letter-spacing: 0.2rem;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	background: #fff;
}

.inner-list__title-coco {
	margin-right: 20px;
	padding: 10px 0;
	min-width: 40px;
	font-size: 2.2rem;
	letter-spacing: -0.08rem;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	background: #fff;
}

.inner-list__item figure figcaption {
	font-size: 1.2rem;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
	text-align: right;
}

.inner-list__text {
	margin-bottom: 10px;
	font-size: 1.4rem;
	letter-spacing: -0.1rem;
}

.sdgs-point__point07 {
	position: relative;
	margin-right: 40px;
	color: #009edb;
	font-size: 1.6rem;
	font-weight: bold;
	font-family: 'Montserrat', serif;
	letter-spacing: 0.5rem;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: sideways;
	text-orientation: sideways;
}

.sdgs-point__point07::after {
	position: absolute;
	bottom: 0;
	left: 14px;
	content: '';
	display: inline-block;
	width: 1px;
	height: 88%;
	background: #009edb;
}

.sdgs-point__point--premium {
	margin-bottom: 30px;
	max-width: 350px;
}

.sdgs-point__point--soso {
	margin-bottom: 30px;
	max-width: 242px;
}

.sdgs-point__point--coco {
	margin-bottom: 30px;
	max-width: 278px;
}

.sdgs-point__point07-item {
	width: 850px;
}

.sdgs-point__inner {
	position: relative;
	max-width: 354px;
}

.item-caption {
	position: absolute;
	bottom: -26px;
	right: 0;
	font-size: 1.4rem;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

.sdgs-premium__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}

.sdgs-premium__list--item {
	display: flex;
	flex-wrap: wrap;
	width: 48%;
}

.sdgs-premium__recycled-paper {
	position: relative;
	width: 330px;
}

.sdgs-premium__wood-rack {
	width: 342px;
}

.sdgs-soso__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}

.sdgs-soso__list--item {
	display: flex;
	flex-wrap: wrap;
}

.sdgs-soso__wooden-vase {
	width: 280px;
}

.sdgs-soso__paper-vase {
	width: 414px;
}

.sdgs-coco__list {
	display: flex;
	flex-wrap: wrap;
}

.sdgs-coco__list--item {
	display: flex;
	flex-wrap: wrap;
}

.sdgs-coco__upcycle-vase {
	width: 330px;
}

.sdgs-point__point010 {
	position: relative;
	margin-right: 40px;
	color: #009edb;
	font-size: 1.6rem;
	font-weight: bold;
	font-family: 'Montserrat', serif;
	letter-spacing: 0.5rem;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: sideways;
	text-orientation: sideways;
}

.sdgs-point__point010::after {
	position: absolute;
	bottom: 0;
	left: 14px;
	content: '';
	display: inline-block;
	width: 1px;
	height: 30%;
	background: #009edb;
}

.sdgs-donation {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.sdgs-donation__text {
	margin-right: 80px;
	font-size: 2.5rem;
}

.sdgs-donation__text a {
	position: relative;
	display: inline-block;
	color: #000;
}

.sdgs-donation__text a::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 12px;
	width: 84%;
	height: 1px;
	background: #000;
}

.sdgs-donation__text a:hover {
	opacity: .6;
}

.ethical {
	position: relative;
	margin-bottom: 100px;
	margin-top: -114px;
	padding: 114px 0 90px;
	width: 100%;
	background: #e2ecf1;
}

.ethical__title {
	margin-bottom: 100px;
	width: 100%;
	color: #008fcf;
	font-size: 5.2rem;
	font-family: "游ゴシック体", "Yu Gothic", sans-serif;
	text-align: center;
}

.ethical__title span {
	display: block;
	font-size: 2.4rem;
}

.ethical__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 940px;
}

.ethical__inner--content {
	max-width: 376px;
	font-size: 1.7rem;
	letter-spacing: -0.1rem;
}

.ethical__inner--title {
	margin-bottom: 20px;
	font-size: 2rem;
	border-bottom: solid 1px #000;
}

.ethical__inner--point {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #000;
}

.ethical__inner--point li {
	margin-bottom: 20px;
	padding-left: 17px;
	text-indent: -17px;
}

.ethical__inner--text {
	margin-bottom: 60px;
}

.ethical__inner--btn {
	display: block;
	margin-left: auto;
	padding: 10px;
	max-width: 268px;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	background: #009edb;
}

.ethical__inner--btn:hover {
	color: #fff;
	opacity: .7;
}

.ethical__img {
	max-width: 500px;
}

.ethical::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -70px;
	left: 50%;
	width: 1px;
	height: 140px;
	background: #000;
}

.reborn {
	margin: 0 auto 150px;
	max-width: 1000px;
}

.reborn__title {
	margin-bottom: 100px;
	width: 100%;
	color: #3c735a;
	font-size: 2.8rem;
	text-align: center;
}

.reborn__img {
	margin-bottom: 50px;
}

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

.reborn__content h2 {
	font-size: 4.1rem;
}

.reborn__content h2 span {
	display: block;
	margin-bottom: -10px;
	font-size: 2.5rem;
}

.reborn__content--inner {
	width: 54%;
}

.reborn__content h3 {
	display: inline-block;
	margin-bottom: 36px;
	font-size: 2.2rem;
	text-decoration: underline;
}

.reborn__content p {
	font-size: 1.7rem;
}

.series__bg {
	margin: -400px auto 0;
	padding: 500px 50px 60px;
	max-width: 1000px;
	background: url(/assets/images/bg_content_img.png);
}

.series__title {
	margin-bottom: 36px;
	font-size: 2.3rem;
}

.series__text {
	margin-bottom: 40px !important;
	font-size: 1.7rem;
	letter-spacing: -0.05rem;
	line-height: 2;
	text-align: justify;
}

.series__btn {
	display: block;
	margin-left: auto;
	padding: 12px;
	max-width: 180px;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.6;
	background: #3c735a;
}

.series__btn span {
	display: block;
	font-size: 1.3rem;
}

.series__btn:hover {
	color: #fff;
	background: #224635;
	opacity: 1;
}

.series__contents--wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 100px;
}

.series__contents {
	width: 50%;
	min-width: 500px;
}

.series__sub-contents {
	display: flex;
	flex-wrap: wrap;
}

.series__sub-contents--photo {
	margin-left: -100px;
	max-width: 500px;
}

.series__sub-contents--wrap {
	padding-left: 50px;
	width: 500px;
}

.series__sub-contents--title {
	position: relative;
	font-size: 3.3rem;
	z-index: 10;
}

.series__sub-contents--title::before {
	position: absolute;
	top: 50%;
	left: -166px;
	content: '';
	display: inline-block;
	width: 156px;
	height: 1px;
	background: #000;
}

.series__sub-contents--title-ruby {
	position: relative;
	font-size: 3.3rem;
	z-index: 10;
}

.series__sub-contents--title-ruby::before {
	position: absolute;
	top: 50%;
	left: -166px;
	content: '';
	display: inline-block;
	width: 156px;
	height: 1px;
	background: #000;
}

.series__sub-contents--text {
	margin-bottom: 20px;
	font-size: 1.6rem;
	line-height: 2;
	text-align: justify;
}

.series__sub-contents--inner-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}

.series__sub-contents--name {
	font-size: 2.1rem;
	letter-spacing: -0.05rem;
}

.series__sub-contents--name span {
	display: block;
	font-size: 1.5rem;
}

.series__sub-contents--name ruby rt {
	font-size: 0.8rem;
}

.series__sub-contents--link {
	display: block;
	margin-top: 5px;
	max-height: 24px;
	color: #000;
	font-size: 1.3rem;
	font-family: "游ゴシック体", "Yu Gothic", sans-serif;
	border-bottom: solid 1px #000;
}

.series__sub-contents--sub-photo figcaption {
	margin-top: 10px;
	font-size: 1.4rem;
}

.premium {
	margin-bottom: 150px;
}

.premium__img {
	max-width: 900px;
	z-index: 10;
}

.premium__logo {
	width: 44.3%;
	max-width: 290px;
}

.sdgs-orchid {
	padding: 30px 0 0;
	min-height: 640px;
	background: url(/assets/images/series/img_sdgs_pc.png) no-repeat;
	background-position: 40% 10%;
	background-size: 484px 640px;
}

.sdgs-orchid__title-sdgs {
	margin-bottom: 40px;
	max-width: 320px;
}

.sdgs-orchid__wrap {
	position: relative;
	padding-bottom: 100px;
}

.sdgs-orchid__item--img {
	position: absolute;
	bottom: 10px;
	right: -100px;
	width: 84px;
}

.sdgs-orchid__title {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 6px;
	width: 100%;
	font-size: 1.9rem;
	line-height: 1.4;
	letter-spacing: -0.14rem;
}

.sdgs-orchid__title .point-number {
	margin-right: 4px;
	color: #009edb;
	font-size: 1.1rem;
	letter-spacing: 0.1rem;
	font-weight: bold;
	line-height: 1.2;
	font-family: 'Montserrat', serif;
}

.sdgs-orchid__title .number {
	display: block;
	color: #009edb;
	font-size: 1.8rem;
	text-align: center;
	font-family: 'Montserrat', serif;
}

.sdgs-orchid__title .num-01 {
	margin-top: -18px;
}

.sdgs-orchid__title .num-02 {
	margin-top: -18px;
}

.sdgs-orchid__title .num-03 {
	margin-top: -2px;
}

.sdgs-orchid__title .num-04 {
	margin-top: 18px;
}

.sdgs-orchid__title .num-05 {
	margin-top: -18px;
}

.sdgs-orchid__title .num-06 {
	margin-top: -4px;
}

.sdgs-orchid__title .num-07 {
	margin-top: -18px;
}

.sdgs-orchid__title .num-08 {
	margin-top: -18px;
}

.sdgs-orchid__title .num-09 {
	margin-top: 0;
}

.sdgs-orchid__title .num-010 {
	position: relative;
	margin-top: -6px;
}

.sdgs-orchid p {
	font-size: 1.4rem;
	letter-spacing: -0.08rem;
}

.sdgs-orchid .point01 {
	position: absolute;
	top: 46px;
	left: 0;
	width: 246px;
}

.sdgs-orchid .point02 {
	position: absolute;
	top: 174px;
	left: 0;
	width: 230px;
}

.sdgs-orchid .point03 {
	position: absolute;
	top: 70px;
	right: 20px;
	width: 228px;
}

.sdgs-orchid .point04 {
	position: absolute;
	top: 210px;
	right: -10px;
	width: 260px;
}

.sdgs-orchid .point05 {
	position: absolute;
	top: 398px;
	left: 0;
	width: 238px;
}

.sdgs-orchid .point06 {
	position: absolute;
	top: 390px;
	right: -10px;
	width: 256px;
}

.sdgs-orchid .point07 {
	position: absolute;
	bottom: 128px;
	width: 252px;
}

.sdgs-orchid .point08 {
	position: absolute;
	bottom: 90px;
	right: 22px;
	width: 220px;
}

.sdgs-orchid .point09 {
	position: absolute;
	bottom: -20px;
	left: 0;
}

.sdgs-orchid .point09 p {
	padding-left: 42px;
}

.sdgs-orchid .point010 {
	position: absolute;
	bottom: 0;
	left: 260px;
}

.sdgs__btn {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	padding: 12px;
	min-width: 160px;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	background: #009edb;
}

.sdgs__btn:hover {
	color: #fff;
}

.soso {
	margin-bottom: 150px;
}

.soso__img {
	margin-left: auto;
	max-width: 900px;
	z-index: 10;
}

.soso__logo {
	width: 44.3%;
	max-width: 320px;
	text-align: center;
}

.soso__logo img {
	max-width: 208px;
}

.coco__logo {
	width: 44.3%;
	max-width: 340px;
	text-align: center;
}

.coco__logo img {
	max-width: 248px;
}

.coco__img {
	max-width: 900px;
	z-index: 10;
}

.coco__sub-img {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

.coco__sub-img img {
	margin-right: 20px;
	max-width: 308px;
}

.coco__sub-img figcaption {
	font-size: 1.7rem;
}

.user-guide {
	margin: 0 auto 140px;
	max-width: 900px;
	font-family: "fot-tsukuardgothic-std", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.user-guide__title {
	margin-bottom: 50px;
	padding-bottom: 10px;
	font-size: 2.5rem;
	border-bottom: solid 1px #000;
	font-family: 'Shippori Mincho',serif;
}

.user-guide__title-sub {
	margin-bottom: 30px;
	padding: 2px 10px;
	color: #fff;
	font-size: 2.2rem;
	background: #3c735a;
}

.user-guide__item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
	font-size: 1.5rem;
}

.user-guide__item dt {
	width: 25%;
}

.user-guide__item dd {
	margin-bottom: 20px;
	width: 74%;
}

.user-guide__discription {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}

.user-guide .discription-outline {
	font-size: 1.9rem;
}

.user-guide .discription-outline-l {
	font-size: 1.9rem;
	text-align: left;
}

.user-guide .discription-outline-r {
	font-size: 1.9rem;
	text-align: right;
}

.user-guide .discription-caution {
	font-size: 1.6rem;
}

.user-guide__contents--item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
	font-size: 1.5rem;
	letter-spacing: -0.1rem;
}

.user-guide__contents--item dt {
	width: 18%;
}

.user-guide__contents--item dd {
	margin-bottom: 30px;
	width: 81%;
}

.user-guide__navi {
	margin-bottom: 100px;
}

.user-guide__navi--list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.user-guide__navi--list li {
	margin-bottom: 14px;
	width: 46.667%;
}

.user-guide__navi--list li a {
	display: block;
	padding: 14px;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	background: #3c735a;
}

.user-guide__navi--list li a:hover {
	background: #224635;
	opacity: 1;
}

.decoration {
	margin-top: -114px;
	padding-top: 114px;
}

.wrapping-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 140px;
}

.wrapping-list li {
	margin: 0 3% 30px 0;
	width: 22.75%;
	text-align: center;
}

.wrapping-list li:nth-child(4n) {
	margin-right: 0;
}

.wrapping-list li figure {
	display: inline-block;
}

.wrapping-list li figure img {
	width: 100%;
	height: auto;
	max-height: 240px;
}

.wrapping-list li figure figcaption {
	margin-top: 10px;
	font-size: 1.6rem;
}

.wrapping-list li figure figcaption span {
	display: block;
	font-size: 1.2rem;
}

.coco-wrapping-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 140px;
}

.coco-wrapping-wrap__inner {
	width: 50%;
}

.coco-wrapping-list {
	display: flex;
	flex-wrap: wrap;
}

.coco-wrapping-list li {
	margin: 0 3% 30px 0;
	width: 48.5%;
	text-align: center;
}

.coco-wrapping-list li:nth-child(2n) {
	margin-right: 0;
}

.coco-wrapping-list li figure {
	display: inline-block;
}

.coco-wrapping-list li figure img {
	width: 100%;
	height: auto;
	max-height: 168px;
}

.coco-wrapping-list li figure figcaption {
	margin-top: 10px;
	font-size: 1.6rem;
}

.coco-wrapping-list li figure figcaption span {
	display: block;
	font-size: 1.2rem;
}

.bulletin-board-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}

.bulletin-board-example {
	max-width: 330px;
}

.bulletin-board-beside {
	max-width: 220px;
}

.bulletin-board-beside__title {
	margin-bottom: 30px;
	font-size: 2rem;
	font-weight: normal;
}

.bulletin-board-beside__contents figure {
	margin-bottom: 20px;
}

.bulletin-board-beside__contents figure figcaption {
	font-size: 2rem;
}

.bulletin-board-vertical {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 240px;
}

.bulletin-board-vertical figure {
	margin-right: 20px;
}

.bulletin-board-vertical figure figcaption {
	font-size: 2rem;
	text-align: center;
}

.bulletin-board-offering {
	width: 520px;
}

.bulletin-board-offering__inner {
	display: flex;
	flex-wrap: wrap;
}

.bulletin-board-offering__inner li {
	margin-right: 30px;
}

.bulletin-board-offering__inner figure figcaption {
	margin-top: 10px;
	font-size: 2rem;
	text-align: center;
	line-height: 1.2;
}

.bulletin-board-both {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto 60px;
	max-width: 790px;
}

.bulletin-board-both__text {
	font-size: 2rem;
}

.bulletin-board .mini-size__title {
	position: relative;
	margin-bottom: 40px;
	font-size: 2.5rem;
}

.bulletin-board .mini-size__title::after {
	position: absolute;
	top: 50%;
	right: 0;
	content: '';
	display: block;
	width: 83%;
	height: 1px;
	background: #000;
}

.bulletin-board .mini-size__list {
	display: flex;
	flex-wrap: wrap;
}

.bulletin-board .mini-size__list--img {
	width: 390px;
	text-align: center;
}

.bulletin-board .mini-size__list--img img {
	width: 100%;
	max-width: 190px;
	height: auto;
}

.bulletin-board .mini-size__list--wrap {
	margin-bottom: 60px;
	padding-top: 40px;
}

.bulletin-board .mini-size__list--inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.bulletin-board .mini-size__list--inner figure {
	text-align: center;
}

.bulletin-board .mini-size__list--inner figure figcaption {
	font-size: 2rem;
}

.bulletin-board .example-writing {
	margin-top: -114px;
	padding-top: 114px;
}

.bulletin-board .example-writing__title {
	margin-top: -114px;
	margin-bottom: 36px;
	padding-top: 114px;
	font-size: 2.5rem;
}

.bulletin-board .example-writing__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 80px;
}

.bulletin-board .example-writing__list {
	width: 49%;
	font-size: 1.4rem;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	border-spacing: 0;
	border-collapse: separate;
}

.bulletin-board .example-writing__list th {
	width: 27%;
	padding: 5px 10px;
	min-height: 36px;
	font-weight: normal;
	text-align: left;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	vertical-align: middle;
}

.bulletin-board .example-writing__list td {
	width: 73%;
	padding: 5px 10px;
	min-height: 36px;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	vertical-align: middle;
}

.bulletin-board .example-writing__list .l-s-short {
	font-size: 1.3rem;
	letter-spacing: -0.1rem;
}

.message-card__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px auto 60px;
	max-width: 520px;
}

.message-card__wrap figure {
	text-align: center;
}

.message-card__wrap figure figcaption {
	font-size: 2rem;
}

.message-card-both {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto 80px;
	max-width: 780px;
}

.message-card--text {
	font-size: 2rem;
}

.message-card__text-c {
	margin-bottom: 30px;
	font-size: 2rem;
	text-align: center;
}

.japanese-paper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 120px;
	padding: 40px 5%;
	border: solid 1px #000;
}

.japanese-paper figure {
	max-width: 372px;
}

.japanese-paper__contents {
	max-width: 390px;
	font-size: 1.6rem;
	font-family: 'Shippori Mincho',serif;
}

.japanese-paper__title {
	margin-bottom: 10px;
	font-size: 3.3rem;
}

.japanese-paper__inner-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 40px;
}

.japanese-paper__name {
	font-size: 2.1rem;
}

.japanese-paper__link {
	color: #000;
	font-size: 1.3rem;
	border-bottom: solid 1px #000;
}

.howto-order {
	margin-bottom: 120px;
	margin-top: -114px;
	padding-top: 114px;
}

.howto-order__text {
	padding-left: 15px;
	color: #309467;
	font-size: 1.5rem;
	text-indent: -7px;
}

.howto-order__text::before {
	content: '○';
	display: inline-block;
	color: #309467;
	font-size: 1.5rem;
}

.area {
	margin-bottom: 120px;
	margin-top: -114px;
	padding-top: 114px;
}

.area__text {
	font-size: 1.5rem;
}

.area__text span {
	color: #309467;
}

.postage {
	margin-bottom: 120px;
	margin-top: -114px;
	padding-top: 114px;
}

.delivary-date {
	margin-bottom: 120px;
	margin-top: -114px;
	padding-top: 114px;
}

.delivary-date__text {
	font-size: 1.5rem;
}

.delivary-date__text span {
	color: #309467;
}

.delivary-date__text .text-ul {
	text-decoration: underline;
}

.payment-method {
	margin-bottom: 120px;
	margin-top: -114px;
	padding-top: 114px;
}

.payment-method__text {
	font-size: 1.5rem;
}

.payment-method__text span {
	color: #309467;
}

.payment-method__text a {
	color: #000;
	text-decoration: underline;
}

.change-cancel {
	margin-bottom: 120px;
	margin-top: -114px;
	padding-top: 114px;
}

.change-cancel__text {
	margin-bottom: 20px;
	font-size: 1.5rem;
}

.change-cancel__text span {
	color: #3c735a;
}

.contact-us {
	margin-bottom: 120px;
	margin-top: -114px;
	padding-top: 114px;
}

.contact-us__text {
	margin-bottom: 50px;
	font-size: 1.5rem;
}

.contact-us__text a {
	color: #309467;
	text-decoration: underline;
}

/*****************************************************
Object/Utility
*****************************************************/

/*****************************************************
display point
*****************************************************/

.u-pc-hidden {
	display: none;
}

.u-sp-hidden {
	display: block;
}

.u-sub-block {
	display: none;
}

.u-sub-hidden {
	display: block;
}

/*****************************************************
font family
*****************************************************/

.u-font-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

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

.cp-header {
	padding: 0;
	min-height: initial;
}

.cp-header__logo {
	max-width: 200px;
}

#cp-header__global-nav ul {
	display: block;
	margin-right: 0px;
}

#cp-header__global-nav ul li {
	margin-right: 0;
}

#cp-header__global-nav ul li:last-child {
	padding: 10px 0;
	min-width: initial;
	min-height: initial;
}

#cp-header {
	position: fixed;
	top: 0;
	margin-top: 0;
	padding: 0;
	width: 100%;
}

#cp-header .cp-header__inner {
	width: 100%;
	padding: 0;
}

#cp-header .fixed {
	padding-top: 0;
	background: transparent;
}

#cp-mobile-header {
	position: relative;
	width: 100%;
	height: 56px;
	z-index: 999;
	background: rgba(60, 115, 90, 0.9);
}

#cp-header.fixed .cp-header__logo,
#cp-header .cp-header__logo {
	position: absolute;
	left: 13px;
	top: 13px;
	color: #fff;
}

#cp-header__global-nav {
	position: absolute;
	top: -500px; /* 開いてないときは画面外に配置 */
	width: 100%;
	text-align: center;
	background: #3c735a;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

#cp-header__global-nav ul {
	position: static;
	right: 0;
	bottom: 0;
	margin-top: 20px;
	font-size: 1.4rem;
}

#cp-header__global-nav ul li {
	position: static;
	float: none;
}

#cp-header #cp-header__global-nav ul li a,
#cp-header.fixed #cp-header__global-nav ul li a {
	display: block;
	padding: 10px 0;
	width: 100%;
}

#cp-header__toggle {
	display: block;
}

/* #nav-toggle 切り替えアニメーション */

#cp-header__toggle span {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#cp-header__toggle span:nth-child(1) {
	top: 0;
}

#cp-header__toggle span:nth-child(2) {
	top: 11px;
}

#cp-header__toggle span:nth-child(3) {
	top: 22px;
}

.open #cp-header__toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(134deg);
	-moz-transform: rotate(134deg);
	transform: rotate(134deg);
}

.open #cp-header__toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}

.open #cp-header__toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-134deg);
	-moz-transform: rotate(-134deg);
	transform: rotate(-134deg);
}

/* #global-nav スライドアニメーション */

.open #cp-header__global-nav { /* #global-nav top + #mobile-head height */
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}

}

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

.revolve .flower02__wrap {
	right: 50px;
}

.bring-up__block02 {
	margin: 30px 0 160px 0;
}

.bring-up__block02--item {
	width: 52%;
	max-width: initial;
}

.bring-up__block02--img-02 {
	left: 170px;
}

.bring-up__block02 .line02 {
	left: 114px;
}

.bring-up__block02 .line03 {
	left: 320px;
}

.sdgs-orchid__title {
	font-size: 1.8rem;
}

.sdgs-orchid .point05 {
	top: 340px;
}

.sdgs-orchid .point07 {
	bottom: 145px;
}

.sdgs-orchid .point08 {
	bottom: 70px;
}

}

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

.company-main--content {
	max-width: 450px;
}

.company-main--img {
	right: -40px;
}

.cp-top__main-catchcopy {
	font-size: 4.2vw;
}

.guide-reach__title {
	min-width: 320px;
}

.order-form__input-option dl dt {
	max-width: 200px;
}

.order-form__input-option dl dd {
	min-width: 498px;
}

.reason__point {
	max-width: 920px;
}

.reason__point .flower01__wrap {
	top: -30px;
	right: -100px;
}

.reason__point .flower02__wrap {
	left: 10px;
	bottom: 170px;
}

.reason__point .flower03__wrap {
	bottom: -270px;
	left: 140px;
}

.reason__list--item01 {
	margin-left: 8%;
}

.reason__list--item02 {
	margin-left: 14%;
}

.reason__list--item03 {
	margin-left: 18%;
}

.reason__list--item04 {
	margin-left: 24%;
}

.reason__list--item05 {
	margin-left: 32%;
}

.reason__text {
	font-size: 1.6rem;
}

.user-guide__contents--item dt {
	width: 20%;
}

.user-guide__contents--item dd {
	width: 78%;
}

.u-sub-block {
	display: block;
}

.u-sub-hidden {
	display: none;
}

}

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

body {
	min-width: initial;
}

.contents {
	width: 100%;
	max-width: initial;
}

.head-navi__list {
	width: 100%;
	max-width: initial;
}

.head-navi__list--item {
	margin-bottom: 10px;
	width: 50%;
	max-width: initial;
}

.form__inner {
	padding: 90px 5% 120px;
	max-width: initial;
}

.form__title {
	line-height: 1.6;
}

.cp-page__main-visual {
	padding-top: 56px;
	max-height: initial;
}

.cp-page-anchor__adjust {
	margin-top: -56px;
	padding-top: 56px;
}

.cp-footer__address {
	width: 100%;
	order: 2;
}

.cp-footer__address--inner {
	margin-left: 0;
	padding: 0 5%;
	max-width: initial;
}

.cp-footer__cp-name {
	text-align: center;
}

.cp-footer__address-text {
	text-align: center;
	line-height: 2;
}

.cp-footer__address-text a {
	font-size: 1.6rem;
}

.cp-footer__address-text a[href*="tel:"] {
	pointer-events: initial;
}

.cp-footer__wrap {
	justify-content: center;
	margin: 0 auto 40px;
}

.cp-footer__site {
	padding: 2px 5px;
}

.cp-footer__instagram {
	width: 30px;
}

.cp-footer__copy {
	width: 100%;
	text-align: center;
}

.cp-footer__navi-sdgs {
	width: 100%;
	order: 1;
}

.cp-footer__navi-sdgs--inner {
	margin-right: 0;
	padding: 0 5%;
}

.cp-footer__navi {
	margin-bottom: 30px;
	max-width: initial;
}

.cp-footer__sdgs {
	margin: 0 auto;
	max-width: 300px;
}

.page__title {
	margin: 80px 0;
	padding-left: 5%;
}

.revolve {
	margin-bottom: 400px;
}

.revolve__flower {
	order: 1;
}

.revolve .flower01__wrap {
	display: none;
	top: -190px;
	right: 0;
	width: 240px;
	height: 205px;
}

.revolve .flower02__wrap {
	top: 640px;
	left: 10px;
	width: 240px;
	height: 186px;
}

.revolve .flower03__wrap {
	bottom: -380px;
	right: 30px;
	width: 232px;
	height: 202px;
}

.revolve__content {
	padding: 80px 5%;
	width: 100%;
	order: 2;
}

.revolve__content--title {
	margin-right: 7%;
	width: 10%;
	font-size: 3rem;
	line-height: 1;
}

.revolve__content--text {
	padding-top: 40px;
	width: 80%;
	min-width: initial;
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: -0.06rem;
}

.bring-up {
	padding: 0 5%;
}

.bring-up__title {
	margin-bottom: 40px;
	padding-left: 0;
	font-size: 2.6rem;
}

.bring-up__block01 {
	margin-bottom: 100px;
	padding-left: 0;
}

.bring-up__block01 figure {
	margin-bottom: 30px;
}

.bring-up__block01--text {
	margin-bottom: 20px;
	width: 100%;
	min-width: initial;
	font-size: 1.5rem;
	line-height: 2;
}

.bring-up__block01 .line01 {
	bottom: -100px;
	right: 30px;
}

.bring-up__photo01 {
	width: 100%;
}

.bring-up__block02 {
	margin: 0 0 200px 0;
	padding-bottom: 360px;
}

.bring-up__block02--item {
	margin: 0;
	padding-top: 280px;
	width: 100%;
	order: 2;
}

.bring-up__block02--text {
	margin-bottom: 20px;
	width: 100%;
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: -0.1rem;
}

.bring-up__block02--img-01 {
	width: 100%;
	order: 1;
}

.bring-up__block02--img-02 {
	left: 80px;
	width: 100%;
	order: 3;
}

.bring-up__block02 .line02 {
	bottom: 80px;
	left: 20px;
}

.bring-up__block02 .line03 {
	bottom: -190px;
	left: 80px;
}

.bring-up__block03 {
	margin: 0 0 80px 0;
}

.bring-up__block03--text {
	margin-bottom: 20px;
	width: 100%;
	min-width: initial;
	font-size: 1.5rem;
	line-height: 2;
}

.bring-up__block03--item {
	margin: 0;
}

.bring-up__block04 {
	width: 100%;
}

.bring-up__block04 figure {
	margin-bottom: 30px;
}

.bring-up__block04--text {
	margin-bottom: 20px;
	width: 100%;
	min-width: initial;
	font-size: 1.5rem;
	line-height: 2;
}

.bring-up__block04--item {
	margin-left: 0;
}

.bring-up__photo04 {
	width: 100%;
}

.bring-up__block05 {
	margin-bottom: 200px;
	width: 100%;
}

.bring-up__block05 figure {
	margin-bottom: 30px;
}

.bring-up__block05--text {
	margin-bottom: 20px;
	width: 100%;
	min-width: initial;
	font-size: 1.5rem;
	line-height: 2;
}

.bring-up__block05--item {
	margin-bottom: 30px;
	margin-left: 0;
}

.bring-up__block05 .line05 {
	bottom: -250px;
	left: 30px;
}

.bring-up__photo05 {
	width: 100%;
}

.bring-up__photo06 {
	width: 100%;
}

.bring-up__block06 {
	margin-right: 0;
	margin-bottom: 80px;
	padding-right: 0;
	max-width: 200px;
}

.bring-up__block07 {
	margin-top: 0;
	margin-left: 0;
}

.company-main {
	margin-bottom: 100px;
	padding: 90px 5% 30px 5%;
}

.company-main--content {
	max-width: initial;
}

.company-main--text {
	margin-bottom: 30px;
	font-size: 1.5rem;
	line-height: 2;
}

.company-main--img {
	position: initial;
}

.company-outline__title--wrap {
	max-width: initial;
}

.company-outline__title {
	margin-bottom: 20px;
	margin-right: 0;
	width: 100%;
	font-size: 2.5rem;
	text-align: center;
}

.company-outline__logo {
	padding: 0 5%;
	max-width: initial;
}

.company-outline__logo figcaption {
	font-size: 1.4rem;
}

.company-outline__list {
	margin-top: -1px;
	width: 100%;
	font-size: 1.6rem;
}

.company-outline__list--wrap {
	max-width: initial;
}

.company-outline__list dt {
	padding: 20px 0 20px 5%;
	width: 40%;
}

.company-outline__list dd {
	width: 60%;
}

.farm-type01 {
	padding: 0 5%;
	max-width: initial;
}

.farm-type01__wrap .farm-img__large {
	margin-bottom: 16px;
	max-width: initial;
}

.farm-type01__wrap .farm-img__small {
	margin-bottom: 16px;
	max-width: initial;
}

.farm-type02 {
	padding: 0 5%;
	max-width: initial;
}

.farm-type02 figure {
	width: 100%;
	max-width: initial;
}

.farm__title {
	font-size: 2.2rem;
}

.farm__title span {
	font-size: 1.6rem;
}

.farm__address {
	font-size: 1.5rem;
}

.mail-form__inner {
	padding: 30px 5%;
	max-width: initial;
}

.mail-form__textarea {
	width: 100%;
	min-width: initial;
	max-width: 332px;
}

.mail-form__submit-btn {
	padding: 10px 5px;
	width: 100%;
	min-width: initial;
	min-height: initial;
}

.cp-top__main-visual {
	padding: 26% 4% 5% 0;
}

.cp-top__main-contents--inner {
	flex-wrap: wrap;
}

.cp-top__main-contents--wrap {
	width: 100%;
}

.cp-top__main-img {
	top: 20%;
	left: -8%;
	width: 75%;
}

.cp-top__main-logo {
	margin: 0 1% 20% auto;
	width: 50%;
}

.cp-top__main-catchcopy {
	margin: 0 0 40% auto;
	width: 52%;
	font-size: 8vw;
}

.cp-top__main-catchcopy span {
	letter-spacing: -1.9rem;
}

.cp-top__main-sdgs-logo {
	margin: 0 0 0 auto;
	width: 50%;
}

.cp-top__ethical {
	padding: 100px 0;
}

.cp-top__ethical--inner {
	padding: 0 4%;
	max-width: initial;
}

.cp-top__ethical--title {
	font-size: 2.4rem;
	letter-spacing: -0.05rem;
}

.cp-top__ethical--text {
	font-size: 1.6rem;
}

.cp-top__series {
	padding-bottom: 140px;
}

.cp-top__series--title {
	width: 70%;
	max-width: initial;
	font-size: 2.2rem;
	line-height: 1.4;
}

.cp-top__series--title::before {
	left: -18%;
	width: 40px;
}

.cp-top__series--title::after {
	right: -18%;
	width: 40px;
}

.cp-top__series--list {
	max-width: initial;
}

.cp-top__series--list li {
	margin-bottom: 20px;
	margin-right: 0;
	width: 100%;
	max-width: initial;
}

.cp-top__series--logo-bg {
	min-height: 140px;
}

.cp-top__series .cp-index-premium {
	max-width: 200px;
}

.cp-top__series--text-premium {
	font-size: 1.4rem;
}

.cp-top__series .cp-index-soso {
	max-width: 130px;
}

.cp-top__series--text-soso {
	font-size: 1.4rem;
}

.cp-top__series .cp-index-coco {
	max-width: 160px;
}

.cp-top__series--text-coco {
	font-size: 1.4rem;
}

.cp-top__guide {
	margin-bottom: 140px;
}

.cp-top__guide--about {
	width: 100%;
}

.cp-top__guide--company {
	width: 100%;
}

#series {
	margin-top: -56px;
	padding-top: 56px;
}

.cp-sdgs__logo {
	margin: 0 auto 100px;
	width: 80%;
	max-width: initial;
}

.guide-wrap {
	padding: 100px 5% 60px;
	width: 90%;
	max-width: initial;
}

.guide-reach__title {
	margin: -130px auto 70px;
	padding: 10px 20px;
	min-width: 220px;
	font-size: 2.4rem;
	letter-spacing: 0;
}

.guide-reach__inner-title {
	min-width: initial;
	font-size: 2rem;
}

.guide-reach__list {
	margin-bottom: 80px;
}

.guide-reach__list li {
	padding-left: 46px;
	font-size: 2.2rem;
	background-position: 0 20%;
}

.guide-reach-timing__list {
	margin: 0 0 30px 17px;
}

.guide-reach-timing__list li {
	font-size: 1.5rem;
}

.guide-reach-timing__img {
	margin: 0 auto 80px;
	width: 80%;
}

.guide-reach-timing__img img {
	padding-left: 30px;
}

.guide-premium__title {
	font-size: 2.2rem;
}

.guide-premium__wrap p {
	font-size: 1.5rem;
}

.guide-premium__left {
	margin-bottom: 30px;
	max-width: initial;
}

.guide-premium__right {
	max-width: initial;
}

.guide-after__title {
	margin: -130px auto 70px;
	padding: 10px 20px;
	min-width: 290px;
	font-size: 2.2rem;
	letter-spacing: 0;
}

.guide-after__inner-title {
	font-size: 2rem;
}

.guide-after__inner-title span {
	margin-right: 18px;
	font-size: 4rem;
}

.guide-after__recovery {
	padding: 50px 5% 50px 5%;
}

.guide-after__recovery p {
	margin-bottom: 30px;
	max-width: initial;
	font-size: 1.5rem;
	letter-spacing: -0.1rem;
}

.guide-after__recovery figure {
	width: 100%;
	max-width: initial;
}

.guide-after__recovery--wrap {
	max-width: initial;
}

.guide-after__recovery--wrap p {
	margin-right: 0;
	margin-bottom: 30px;
	max-width: initial;
	font-size: 1.5rem;
}

.guide-after__recovery--wrap figure {
	margin: 0 auto 30px;
	width: 80%;
	max-height: initial;
}

.guide-after__baton--wrap {
	max-width: initial;
}

.guide-after__baton--content {
	margin-right: 0;
	width: 100%;
	max-width: initial;
}

.guide-after__baton--title {
	margin-bottom: 20px;
	font-size: 3rem;
}

.guide-after__baton--title span {
	font-size: 2rem;
}

.guide-after__baton--text {
	margin-bottom: 40px;
	font-size: 1.4rem;
}

.guide-after__img-link {
	width: 100%;
	height: auto;
}

.guide-after__grow-new {
	padding: 30px 5% 30px 5%;
}

.guide-after__grow-new p {
	margin-bottom: 20px;
	margin-right: 0;
	font-size: 1.5rem;
	text-align: justify;
}

.guide-after__grow-new figure {
	margin: 0 auto;
	width: 100%;
}

.guide-after__grow-new--wrap li {
	margin-bottom: 30px;
	width: 100%;
	max-width: initial;
}

.guide-after__grow-new--wrap li p {
	margin-bottom: 10px;
	min-height: initial;
	font-size: 1.5rem;
}

.guide-after__tape--wrap {
	justify-content: center;
	padding: 40px 5%;
	width: 100%;
}

.guide-after__tape--wrap .tape-stem {
	margin-bottom: 30px;
	width: 100%;
	max-width: initial;
}

.guide-after__tape--wrap .tape-base {
	max-width: initial;
}

.guide-after__tape--wrap figure {
	min-height: initial;
}

.guide-after__tape--title {
	font-size: 2rem;
}

.guide-after__tape--text {
	font-size: 1.5rem;
}

.words-closing {
	font-size: 2.2rem;
}

.contact__btn {
	width: 100%;
	font-size: 2rem;
}

.words-tel a a[href^="tel:"] {
	pointer-events: none;
}

.inquiry__contents {
	width: 100%;
	min-width: initial;
	max-width: initial;
}

.order__note li {
	font-size: 1.5rem;
}

.order__note li p {
	font-size: 1.4rem;
}

.order__title {
	padding-bottom: 5px;
	line-height: 1.4;
}

.order__region {
	line-height: 1.4;
}

.order__region dt {
	width: 25%;
}

.order__region dd {
	margin-bottom: 10px;
	width: 75%;
}

.order-form__title span {
	display: block;
	padding-left: 0;
}

.order-form__select {
	font-size: 1.3rem;
	background-size: 14px 8px;
}

.order-form__input {
	width: 100%;
}

.order-form__input--text {
	min-width: initial;
	width: 100%;
	border-bottom: none;
}

.order-form__input dd {
	width: 100%;
	border-left: solid 1px #000;
}

.order-form__input--text-area {
	padding: 10px 40px 10px 10px;
	width: 100%;
	max-width: initial;
}

.order-form__input-option dl dt {
	max-width: initial;
}

.order-form__input-option dl dd {
	width: 100%;
	min-width: initial;
}

.order-form__input-name {
	border-right: none;
	border-bottom: solid 1px #000;
}

.order-form__input-option-select {
	width: 100%;
	min-width: initial;
	background-size: 14px 8px;
}

.order-form__input-option--text-area {
	width: 100%;
	min-width: initial;
	max-width: initial;
}

.order-form__input-client--text-area {
	width: 100%;
	min-width: initial;
}

.order-form__date-wrap {
	width: 100%;
}

.order-form__date {
	width: 100%;
}

.order-form__date input {
	margin-bottom: 20px;
	margin-right: 0;
	width: 100%;
	min-width: initial;
}

.order-form__date-time {
	width: 100%;
}

.order-form__date-time select {
	width: 100%;
	min-width: initial;
	background-size: 14px 8px;
}

.order-form__date-flow .flow_caprion {
	font-size: 1.3rem;
}

.order-form__request {
	width: 100%;
	min-width: initial;
	max-width: initial;
}

.reason__main {
	margin: 0 0 40px;
}

.reason__main--text {
	padding: 500px 5% 0;
}

.reason__point {
	padding: 200px 0 600px;
	width: 100%;
	max-width: initial;
}

.reason__point .flower01__wrap {
	top: 0;
	right: 0;
	width: 240px;
	height: 196px;
}

.reason__point .flower02__wrap {
	bottom: 350px;
	left: 0;
	width: 240px;
	height: 205px;
}

.reason__point .flower03__wrap {
	bottom: 120px;
	left: 120px;
	width: 232px;
	height: 202px;
}

.reason__list {
	padding: 0 5%;
	margin-bottom: 0;
}

.reason__list li {
	padding-left: 0;
}

.reason__list--item01 {
	margin-left: 0;
}

.reason__list--item02 {
	margin-left: 0;
}

.reason__list--item03 {
	margin-left: 0;
}

.reason__list--item04 {
	margin-left: 0;
}

.reason__list--item05 {
	margin-left: 0;
}

.reason__title {
	margin-bottom: 20px;
	margin-left: 30px;
	font-size: 2.4rem;
}

.reason__title span {
	top: -15px;
	left: -30px;
	font-size: 3.6rem;
}

.reason__text {
	font-size: 1.5rem;
	line-height: 2;
}

.sdgs-main__wrap {
	margin-bottom: 60px;
	padding-top: 40px;
	min-height: 600px;
	background-position: 50% 100%,0 0;
	background-size: 220px 268px,cover;
}

.sdgs-main__contents {
	margin-top: -30px;
	max-width: initial;
}

.sdgs-main__logo {
	margin: 0 auto;
	width: 80%;
}

.sdgs-main__logo img {
	width: 100%;
	height: auto;
}

.sdgs-lead-writing {
	padding: 0 5%;
	max-width: initial;
}

.sdgs-lead__title {
	font-size: 3rem;
}

.sdgs-lead__text {
	font-size: 1.4rem;
}

.sdgs-point {
	padding: 60px 5%;
}

.sdgs-point__title {
	font-size: 2.8rem;
	line-height: 1.6;
}

.sdgs-point__list--item {
	width: 100%;
}

.sdgs-point__list--title {
	font-size: 2rem;
}

.sdgs-point__list--text {
	font-size: 1.4rem;
}

.sdgs-point__point {
	margin-right: 10px;
}

.sdgs-point__point::after {
	height: 60%;
}

.inner-list__title {
	margin-right: 10px;
	padding: 10px 4%;
	width: 10%;
	font-size: 2rem;
	line-height: 1;
	word-break: break-all;
}

.inner-list__title-coco {
	margin-right: 10px;
	padding: 10px 4%;
	width: 10%;
	font-size: 2rem;
	line-height: 1;
	word-break: break-all;
}

.sdgs-point__point07 {
	margin-right: 10px;
}

.sdgs-point__point07::after {
	height: 92%;
}

.sdgs-point__point07-item {
	width: 88%;
}

.sdgs-point__inner {
	width: 86%;
	max-width: initial;
}

.item-caption {
	text-align: right;
}

.sdgs-premium__list--item {
	margin-bottom: 40px;
	width: 100%;
}

.sdgs-premium__recycled-paper {
	width: 82%;
}

.sdgs-premium__wood-rack {
	width: 82%;
}

.sdgs-soso__list--item {
	margin-bottom: 30px;
}

.sdgs-soso__wooden-vase {
	width: 82%;
}

.sdgs-soso__paper-vase {
	width: 82%;
}

.sdgs-coco__upcycle-vase {
	width: 82%;
}

.sdgs-point__point010 {
	margin-right: 10px;
}

.sdgs-point__point010::after {
	height: 50%;
}

.sdgs-donation {
	width: 88%;
	justify-content: center;
}

.sdgs-donation__text {
	margin-bottom: 30px;
	margin-right: 0;
	font-size: 2rem;
}

.ethical {
	margin-top: -90px;
	padding: 90px 5%;
}

.ethical__title {
	margin-bottom: 80px;
	line-height: 1.4;
	font-size: 4rem;
	letter-spacing: 0.2rem;
}

.ethical__title span {
	margin-bottom: 20px;
	font-size: 2rem;
}

.ethical__inner {
	max-width: initial;
}

.ethical__inner--content {
	width: 100%;
	max-width: initial;
}

.ethical__inner--point li {
	font-size: 1.5rem;
}

.ethical__inner--text {
	font-size: 1.5rem;
}

.ethical__inner--btn {
	margin: 0 auto;
	padding: 14px 10px;
	max-width: 300px;
}

.ethical__img {
	margin-bottom: 30px;
	max-width: initial;
}

.reborn {
	max-width: initial;
}

.reborn__title {
	font-size: 2.4rem;
	line-height: 1.6;
}

.reborn__content {
	padding: 0 5%;
}

.reborn__content h2 {
	font-size: 3.6rem;
}

.reborn__content--inner {
	width: 100%;
}

.reborn__content h3 {
	font-size: 2rem;
}

.reborn__content p {
	font-size: 1.5rem;
}

.series__bg {
	margin: 0 auto;
	padding: 100px 5% 30px;
}

.series__title {
	font-size: 2rem;
}

.series__text {
	font-size: 1.5rem;
	letter-spacing: 0;
}

.series__btn {
	max-width: 200px;
}

.series__contents {
	width: 100%;
	min-width: initial;
}

.series__sub-contents--photo {
	margin-bottom: 20px;
	margin-left: 0;
}

.series__sub-contents--wrap {
	padding-left: 0;
	width: 100%;
}

.series__sub-contents--title {
	margin-bottom: 10px;
	padding-left: 60px;
	font-size: 3rem;
	line-height: 1.4;
}

.series__sub-contents--title::before {
	left: -106px;
}

.series__sub-contents--title-ruby {
	margin-bottom: 10px;
	padding-left: 60px;
	font-size: 3rem;
}

.series__sub-contents--title-ruby::before {
	top: 70%;
	left: -106px;
}

.series__sub-contents--text {
	font-size: 1.4rem;
}

.series__sub-contents--name {
	margin-bottom: 20px;
	width: 100%;
}

.series__sub-contents--name ruby rt {
	font-size: 1rem;
}

.series__sub-contents--link {
	margin-left: auto;
	font-size: 1.5rem;
}

.series__sub-contents--sub-photo figcaption {
	margin-bottom: 30px;
}

.premium {
	margin-bottom: 200px;
}

.premium__logo {
	margin: 0 auto 60px;
	width: 70%;
	max-width: 270px;
}

.sdgs-orchid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 150%;
	background: url(/assets/images/series/img_sdgs_sp.png) no-repeat;
	background-position: 50% 4%;
	background-size: 100% auto;
}

.sdgs-orchid__title-sdgs {
	margin: 0 auto;
	width: 90%;
	max-width: initial;
}

.sdgs-orchid__wrap {
	min-height: 1000px;
}

.sdgs-orchid__item {
	position: relative;
	margin-bottom: 20px;
	width: 46%;
}

.sdgs-orchid__item--img {
	display: none;
}

.sdgs-orchid__title {
	font-size: 1.5rem;
	line-height: 1.6;
	letter-spacing: 0;
}

.sdgs-orchid__title .point__wrap {
	width: 100%;
}

.sdgs-orchid__title .point-number {
	display: none;
}

.sdgs-orchid__title .number {
	min-width: initial;
	text-align: left;
	font-size: 2.4rem;
}

.sdgs-orchid__title .num-01 {
	margin-top: 0;
}

.sdgs-orchid__title .num-02 {
	margin-top: 0;
}

.sdgs-orchid__title .num-03 {
	margin-top: 0;
}

.sdgs-orchid__title .num-04 {
	margin-top: 0;
}

.sdgs-orchid__title .num-05 {
	margin-top: 0;
}

.sdgs-orchid__title .num-06 {
	margin-top: 0;
}

.sdgs-orchid__title .num-07 {
	margin-top: 0;
}

.sdgs-orchid__title .num-08 {
	margin-top: 0;
}

.sdgs-orchid__title .num-010 {
	margin-top: 0;
}

.sdgs-orchid__title .num-010::after {
	position: absolute;
	top: 0;
	left: 30px;
	content: '';
	display: inline-block;
	width: 38px;
	height: 30px;
	background: url(/assets/images/series/img_point010.png) no-repeat;
	background-position: 0 0;
	background-size: 36px 28px;
}

.sdgs-orchid p {
	letter-spacing: -0.18rem;
}

.sdgs-orchid .point01 {
	position: static;
	width: 47%;
}

.sdgs-orchid .point02 {
	position: static;
	width: 47%;
}

.sdgs-orchid .point03 {
	position: static;
	width: 47%;
}

.sdgs-orchid .point04 {
	position: static;
	width: 47%;
}

.sdgs-orchid .point05 {
	position: static;
	width: 47%;
}

.sdgs-orchid .point06 {
	position: static;
	width: 47%;
}

.sdgs-orchid .point07 {
	position: static;
	width: 47%;
}

.sdgs-orchid .point08 {
	position: static;
	width: 47%;
}

.sdgs-orchid .point09 {
	position: static;
	width: 47%;
}

.sdgs-orchid .point09 p {
	padding-left: 0;
}

.sdgs-orchid .point010 {
	position: static;
	width: 47%;
}

.sdgs__btn {
	min-width: 180px;
}

.soso {
	margin-bottom: 100px;
}

.soso__img {
	width: 100%;
}

.soso__logo {
	margin: 0 auto 60px;
	width: 45%;
	max-width: 200px;
}

.soso__logo img {
	width: 100%;
	max-width: initial;
}

.coco__logo {
	margin: 0 auto 60px;
	width: 50%;
	max-width: 240px;
}

.coco__logo img {
	width: 100%;
	max-width: initial;
}

.user-guide {
	padding: 0 5%;
	max-width: initial;
}

.user-guide__title {
	margin-bottom: 30px;
	font-size: 2rem;
}

.user-guide__title-sub {
	font-size: 1.8rem;
}

.user-guide__item dt {
	margin-bottom: 10px;
	width: 100%;
}

.user-guide__item dd {
	width: 100%;
}

.user-guide .discription-outline {
	margin-bottom: 10px;
	width: 100%;
	font-size: 1.6rem;
	text-align: center;
}

.user-guide .discription-outline-l {
	width: 100%;
	font-size: 1.6rem;
	text-align: center;
}

.user-guide .discription-outline-r {
	width: 100%;
	font-size: 1.6rem;
	text-align: center;
}

.user-guide .discription-caution {
	width: 100%;
	font-size: 1.4rem;
	text-align: center;
}

.user-guide__contents--item dt {
	margin-bottom: 10px;
	width: 100%;
}

.user-guide__contents--item dd {
	width: 100%;
}

.user-guide__navi--list li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px;
	min-height: 60px;
	font-size: 1.5rem;
	line-height: 1.4;
}

.decoration {
	margin-top: -60px;
	padding-top: 60px;
}

.wrapping-list {
	margin-bottom: 80px;
}

.wrapping-list li {
	width: 48.5%;
}

.wrapping-list li:nth-child(2n) {
	margin-right: 0;
}

.wrapping-list li figure figcaption {
	font-size: 1.4rem;
}

.coco-wrapping-wrap {
	margin-bottom: 80px;
}

.coco-wrapping-wrap__inner {
	width: 100%;
}

.coco-wrapping-list li figure {
	height: 134px;
}

.coco-wrapping-list li figure img {
	max-height: 134px;
}

.coco-wrapping-list li figure figcaption {
	font-size: 1.4rem;
}

.bulletin-board-example {
	margin: 0 auto 60px;
	width: 80%;
}

.bulletin-board-beside {
	margin-bottom: 30px;
	width: 100%;
	max-width: initial;
	text-align: center;
}

.bulletin-board-beside__title {
	text-align: center;
	font-size: 1.6rem;
}

.bulletin-board-beside__contents figure figcaption {
	font-size: 1.6rem;
}

.bulletin-board-vertical {
	justify-content: space-between;
	margin: 0 auto;
	width: 66%;
}

.bulletin-board-vertical figure {
	width: 39%;
}

.bulletin-board-vertical figure figcaption {
	font-size: 1.6rem;
}

.bulletin-board-offering {
	margin: 0 auto 60px;
	width: 88%;
}

.bulletin-board-offering__inner {
	justify-content: center;
}

.bulletin-board-offering__inner li {
	width: 42%;
	margin-bottom: 20px;
}

.bulletin-board-offering__inner li:nth-child(2n) {
	margin-right: 0;
}

.bulletin-board-offering__inner figure {
	text-align: center;
}

.bulletin-board-offering__inner figure figcaption {
	font-size: 1.6rem;
}

.bulletin-board-both__text {
	margin-bottom: 20px;
	width: 100%;
	max-width: initial;
	font-size: 1.6rem;
	text-align: center;
}

.bulletin-board-both figure {
	width: 100%;
	text-align: center;
}

.bulletin-board .mini-size__title {
	font-size: 2rem;
}

.bulletin-board .mini-size__title::after {
	width: 64%;
}

.bulletin-board .mini-size__list--img {
	margin: 0 auto;
	width: 80%;
}

.bulletin-board .mini-size__list--wrap {
	width: 100%;
}

.bulletin-board .mini-size__list--inner {
	align-items: center;
}

.bulletin-board .mini-size__list--inner figure {
	width: 50%;
}

.bulletin-board .mini-size__list--inner figure figcaption {
	font-size: 1.6rem;
}

.bulletin-board .example-writing {
	margin-top: -60px;
	padding-top: 60px;
}

.bulletin-board .example-writing__title {
	margin-bottom: 20px;
	font-size: 2rem;
}

.bulletin-board .example-writing__list {
	margin-bottom: 20px;
	width: 100%;
}

.bulletin-board .example-writing__list th {
	width: 30%;
}

.bulletin-board .example-writing__list td {
	width: 60%;
}

.message-card__wrap {
	justify-content: center;
	width: 100%;
	max-width: initial;
}

.message-card__wrap li {
	width: 100%;
}

.message-card__wrap figure {
	margin-bottom: 10px;
}

.message-card__wrap figure figcaption {
	font-size: 1.6rem;
}

.message-card-both {
	justify-content: center;
	width: 100%;
	max-width: initial;
}

.message-card--text {
	margin-bottom: 20px;
	width: 100%;
	font-size: 1.6rem;
	text-align: center;
}

.message-card__text-c {
	font-size: 1.6rem;
}

.japanese-paper {
	justify-content: center;
}

.japanese-paper figure {
	margin-bottom: 20px;
	max-width: initial;
}

.japanese-paper__contents {
	width: 100%;
	max-width: initial;
	font-size: 1.4rem;
}

.japanese-paper__title {
	font-size: 3rem;
}

.japanese-paper__name {
	font-size: 1.8rem;
}

.howto-order {
	margin-top: -60px;
	padding-top: 60px;
}

.area {
	margin-top: -60px;
	padding-top: 60px;
}

.postage {
	margin-top: -60px;
	padding-top: 60px;
}

.delivary-date {
	margin-top: -60px;
	padding-top: 60px;
}

.payment-method {
	margin-top: -60px;
	padding-top: 60px;
}

.change-cancel {
	margin-top: -60px;
	padding-top: 60px;
}

.contact-us {
	margin-top: -60px;
	padding-top: 60px;
}

.contact-us__text {
	margin-bottom: 30px;
}

.u-pc-hidden {
	display: block;
}

.u-sp-hidden {
	display: none;
}

}

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

.cp-top__main-catchcopy {
	font-size: 7.5vw;
}

.cp-top__ethical--title {
	font-size: 2rem;
}

}

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

.cp-footer__cp-name {
	font-size: 2rem;
}

}

