@charset "utf-8";
/*
Theme Name: ribbon
Theme URI: http://ribbon.onedesign-eno.com
Description: 専用のベーステーマ
Author: 江野 / まちこ
Url: https://twitter.com/graziexx
Version: 1.0
*/

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

common

======================================*/
body {
	background-color: #c5ddc5;
	color: #dd5900;
	font-size: 15px;
	font-family: fot-cezanne-pron, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	line-height: 1;
	font-weight: normal;
	font-feature-settings: 'palt'1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

::-moz-selection { background: #faddbb; color: #dd5900; }
::selection { background: #faddbb; color: #dd5900; }

body.pc .sp_view {
	display: none !important;
}

body.pc .pc_view {
	display: block !important;
}

body.sp .sp_view {
	display: block !important;
}

body.sp .pc_view {
	display: none !important;
}

#page_loading_id {
	position: fixed;
	z-index: 999;
	background: #c5ddc5;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ball-clip-rotate > div {
	border-color: #e86300;
  border-bottom-color: transparent;
  position: fixed;
  left: calc(50% - 13px);
  top: calc(50% - 13px);
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1);
	}

	50% {
		-webkit-transform: rotate(180deg) scale(0.7);
		transform: rotate(180deg) scale(0.7);
	}

	100% {
		-webkit-transform: rotate(360deg) scale(1);
		transform: rotate(360deg) scale(1);
	}
}


li {
	list-style: none;
}

li:last-of-type {
	margin-right: 0 !important;
}

a {
	color: #dd5900;
	text-decoration: none;
	transition: .15s ease-out;
}

a:hover {
	opacity: .4;
	transition: .15s ease-out;
}

p {
	font-size: 15px;
	letter-spacing: 0.15em;
	line-height: 1.9;
	margin-bottom: 15px;
}

p:last-of-type {
	margin-bottom: 0 !important;
}

.wrap {
	display: block;
	width: calc(100% - 120px);
	max-width: 1750px;
	min-width: 1260px;
	margin: 0 auto;
	box-sizing: border-box;
}

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

txt

======================================*/
.txt-c {
	text-align: center;
}

.txt-shadow {
	color: #fff;
	text-shadow: 1px 1px 0 #dd5900, -1px -1px 0 #dd5900, -1px 1px 0 #dd5900, 1px -1px 0 #dd5900, 0px 1px 0 #dd5900, 0-1px 0 #dd5900, -1px 0 0 #dd5900, 1px 0 0 #dd5900;
}

.font-jp-fg {
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
}

.font-en-r {
	font-family: urw-din-condensed, sans-serif;
	font-weight: 400;
}

.font-en-d {
	font-family: urw-din-condensed, sans-serif;
	font-weight: 600;
}

.font-en-b {
	font-family: urw-din-condensed, sans-serif;
	font-weight: 700;
}

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

link

======================================*/
/*----------
.btn-link
----------*/
.btn-link {
	background: #fff;
	text-align: center;
	font-size: 17px;
	letter-spacing: 0.2em;
	transition: .17s ease-out;
}

.btn-link a {
	color: #e86300;
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 21px 0 20px 0;
	box-sizing: border-box;
}

.btn-link a span {
	display: inline-block;
	padding-left: 40px;
	box-sizing: border-box;
	position: relative;
	padding-right: 10px;
}

.btn-link a span::before {
	position: absolute;
	content: '';
	background: url(./img/share/arrow-l.svg) no-repeat;
	width: 13px;
	height: 25px;
	display: inline-block;
	left: 0;
	top: calc(50% + 1px);
	transform: translateY(-50%);
}

.btn-link:hover {
	background: #d65600;
}

.btn-link:hover a {
	color: #fff;
}

.btn-link a:hover {
	opacity: 1;
}

/*----------
.btn-border
----------*/
.btn-border {
	display: inline-block;
	padding: 10px 16px 11px 18px;
	background: #fff;
	letter-spacing: 0.14em;
	line-height: 1.8;
	border: solid 1px #dd5900;
	transition: .17s ease-out;
	margin-right: 15px;
}

@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .btn-border {
		padding: 23px 16px 13px 18px;
		line-height: 1;
	}
}

.btn-border:last-of-type {
	margin-right: 0 !important;
}

.btn-border:hover {
	background: #d65600;
	color: #fff;
	border-color: #d65600;
	opacity: 1;
}

/*----------
.btn-set
----------*/
.btn-set {
	margin-top: 25px;
}


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

list

======================================*/
/*----------
.dot-list
----------*/
.dot-list li {
	display: inline-block;
	position: relative;
	padding-left: 28px;
}

.dot-list li::before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	background: url(./img/share/ico-circle.svg) no-repeat;
	width: 10px;
	height: 10px;
	background-size: 100% auto;
}

@media
 all and (-ms-high-contrast:none){
  *::-ms-backdrop, .dot-list li::before {
		width: 11px !important;
		height: 11px !important;
		top: 12px !important;
	}
	 
	 *::-ms-backdrop,
	 .policy .contents .dot-list li::before,
	 .terms .contents .dot-list li::before{
		top: 0 !important;
	}
}

/*----------
.dot-line
----------*/
.dot-line div dt::before {
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	bottom: 0;
	width: 100%;
	display: inline-block;
	height: 2px;
	border-bottom: dotted 1px #dd5900;
	z-index: -1;
}

@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .dot-line div dt::before {
		top: calc(50% - 7px);
		transform: none;	
	}
}

.dot-line div dt {
	width: 100px;
	position: relative;
}

.dot-line div dt span,
.dot-line div dd span {
	background: #c5ddc5;
	display: inline-block;
	padding: 0 10px;
}

.dot-line div dt span {
	padding-left: 0;
}

.dot-line div dd {
	width: calc(100% - 100px);
}


/*----------
.border-list
----------*/
.border-list {
	width: 900px;
	padding: 8px 0;
	margin: 60px auto 0;
	position: relative;
}

.border-list::before {
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background: #fff;
	border: solid 1px #dd5900;
	left: 0;
	top: 0;
	position: absolute;
}

.border-list div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: dotted 1px #dd5900;
	padding: 30px 10px 30px 10px;
}

.border-list div:last-of-type {
	border-bottom: none;
}

.border-list div dt {
	width: 250px;
	line-height: 1.9;
	letter-spacing: 0.17em;
}

.border-list div dd {
	width: calc(100% - 250px);
}

.border-list div dd ul.dot-list {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 15px 0;
}

.border-list div dd ul.dot-list:first-child {
	margin-top: 0;
}

.border-list div dd ul.dot-list:last-child {
	margin-bottom: 0;
}

.border-list div dd ul.dot-list li {
	letter-spacing: 0.15em;
	box-sizing: border-box;
	margin: 5px 0;
	line-height: 1.3;
}

.border-list div dd p {
	text-align: justify;
}

.border-list div dd p a {
	text-decoration: underline;
}


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

header

======================================*/
header {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding-top: 40px;
	position: relative;
	margin-bottom: 40px;
	box-sizing: border-box;
	width: 100%;
	padding-left: 8px;
}

.policy header,
.terms header {
	margin-bottom: 90px;
}

header .gnav {
	margin: 39px 0 0 80px;
}

header .header-copy {
	position: absolute;
	z-index: 1;
	top: 75px;
	right: 45px;
	width: 215px;
	height: 245px;
}

header .header-copy .slide-wrap {
	display: block;
	height: 0;
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	transition: .8s cubic-bezier(0.83, 0, 0.17, 1);
}

header .header-copy .slide-wrap img {
	display: inline-block;
	width: 100%;
	height: auto;
}

.header-img {
	width: 100%;
	display: inline-block;
	margin: 0 auto 60px;
	border-top-left-radius: 80px;
	border-bottom-right-radius: 80px;
	overflow: hidden;
}

.header-img img {
	display: inline-block;
	width: 100%;
}

@media screen and (min-width: 1680px) {
	header .gnav {
		margin-left: 90px;
	}
}

@media screen and (max-width: 1660px) {
	header .gnav {
		margin-left: 70px;
	}

	header .gnav li {
		margin-right: 35px;
	}
}

@media screen and (max-width: 1590px) {
	header .logo {
		width: 220px;
	}

	header .logo img {
		display: inline-block;
		width: 100%;
	}

	header .header-copy {
		width: 200px;
		height: 228px;
	}

	header .header-copy img {
		display: inline-block;
		width: 100%;
	}

	header .gnav {
		margin-left: 55px;
	}

	header .gnav li {
		letter-spacing: 0.2em;
		padding-left: 26px;
	}
}

@media screen and (max-width: 1500px) {
	header .gnav li {
		margin-right: 30px;
		letter-spacing: 0.19em;
		padding-left: 25px;
	}

	header .header-copy {
		right: 30px;
	}

	header .logo {
		width: 204px;
	}
}

@media screen and (max-width: 1440px) {
	header .logo {
		width: 200px;
	}

	header .gnav li {
		letter-spacing: 0.18em;
		padding-left: 22px;
		font-size: 18px;
	}

	header .header-copy {
		width: 196px;
    height: 223px;
		right: 27px;
	}
}

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

gnav

======================================*/
.gnav li {
	display: inline-block;
	font-size: 19px;
	letter-spacing: 0.22em;
	margin-right: 45px;
}

@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .gnav li::before {
		top: 6px !important;
	}
}

.gnav li a {
	color: #e86300;
}


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

footer

======================================*/
footer {
	width: calc(100% - 60px);
	min-width: 1140px;
	max-width: 1250px;
	margin: 0 auto;
	padding-top: 190px;
	padding-bottom: 70px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	box-sizing: border-box;
}

footer .detail {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-top: 20px;
	justify-content: flex-start;
}

footer .detail .bottom {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
}

footer .logo {
	width: 233px;
	margin-right: 70px;
}

footer .logo img {
	width: 100%;
	display: inline-block;
}

footer .gnav {
	margin-bottom: 25px;
}

footer .gnav li {
	font-size: 18px;
	letter-spacing: 0.2em;
	margin-right: 35px;
	padding-left: 25px;
}

@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, footer .gnav li::before {
		top: 5px !important;
	}
}

footer address {
	font-style: normal;
	font-size: 14px;
	letter-spacing: 0.12em;
	line-height: 1.8;
	margin-right: 55px;
}

footer .sml-pnav {
	font-size: 13px;
	letter-spacing: 0.15em;
	padding-top: 8px;
}

footer .sml-pnav li {
	position: relative;
	padding-left: 17px;
}

footer .sml-pnav li::before {
	position: absolute;
	content: '';
	width: 7px;
	height: 1px;
	display: block;
	background: #dd5900;
	left: 0;
	top: 7px;
}

@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, footer .sml-pnav li::before {
		top: 3px !important;
	}
}


footer .sml-pnav li + li {
	margin-top: 12px;
}

footer .sns-list {
	margin-left: auto;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding-top: 9px;
	margin-right: -2px;
}

footer .sns-list li {
	margin-right: 17px;
}

footer .totop {
	margin-left: auto;
	padding-top: 30px;
}

@media screen and (max-width: 1370px) {
	footer .gnav li {
		margin-right: 30px;
	}
}


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

contents

======================================*/
.slide-up {
	opacity: 0;
	position: relative;
	top: 70px;
	transition: .7s cubic-bezier(0.33, 1, 0.68, 1);
}

/*----------
.border-btm
----------*/
.border-btm {
	position: relative;
}

.border-btm::after {
	content: '';
	width: 100%;
	height: 7px;
	background: #fff;
	border: solid 1px #dd5900;
	left: 0;
	bottom: 0;
	position: absolute;
}

.bd-s::after {
	height: 4px;
}

/*----------
.head-lead
----------*/
.head-lead p {
	letter-spacing: 0.17em;
	margin-left: -0.34em;
}

.head-lead p a {
	text-decoration: underline;
}

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

headline

======================================*/
.contents h2 {
	font-size: 69px;
	letter-spacing: 0.18em;
	margin-bottom: 70px;
	margin-left: -0.18em;
}

.contents h2 a {
	color: #fff;
}

.contents h2.mb-small {
	margin-bottom: 35px;
}

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

article

======================================*/
article .article-title {
	padding: 0 0 20px 24px;
	margin-bottom: 25px;
}

article .article-title .date-tag {
	margin-bottom: 5px;
	padding-left: 2px;
}

article .article-title time {
	display: inline-block;
	font-size: 15px;
	letter-spacing: 0.13em;
	margin-right: 10px;
}

article .article-title .tag-list {
	display: inline-block;
	transform: translateY(-1px);
}

article .article-title .tag-list li {
	font-size: 14px;
	letter-spacing: 0.12em;
	display: inline-block;
	margin-right: 5px;
}

article .article-title .tag-list li a::before {
	content: '#';
	padding-right: 2px;
	line-height: 0;
}

article .article-title h3 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.22em;
	line-height: 1.8;
}

article .article-body {
	padding: 0 27px;
}

article .article-body h4 {
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	font-size: 17px;
	letter-spacing: 0.25em;
	margin: 25px 0 25px;
	font-weight: normal;
	display: inline-block;
	box-shadow: inset 0 -16px 0 0 #fff;
	padding-bottom: 3px;
}

article .article-body h4:first-child {
	margin-top: 20px;
}

article .article-body p {
	line-height: 2.1;
	margin-bottom: 25px;
	text-align: justify;
	letter-spacing: 0.16em;
}

article .article-body p a {
	text-decoration: underline;
}

article .article-body p img,
article .article-body img {
	display: inline-block;
	max-width: 100%;
	padding: 30px 0;
}

article .article-body p strong {
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	font-weight: normal;
	box-shadow: inset 0 -14px 0 0 #fff;
	padding-bottom: 0;
}


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

pagenav

======================================*/
.wp-pagenavi {
	width: 100%;
	text-align: center;
	margin-top: 100px;
	font-size: 18px;
}

.wp-pagenavi a,
.wp-pagenavi span {
	border: none !important;
}

.wp-pagenavi .current,
.wp-pagenavi a.page,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi .extend {
	margin: 0 5px;
	padding: 8px;
}

.wp-pagenavi .current {
	display: inline-block;
	position: relative;
	font-weight: normal !important;
}

.wp-pagenavi .current::after {
	content: '';
	display: inline-block;
	height: 1px;
	width: calc(100% - 8px);
	background: #dd5900;
	left: 4px;
	bottom: 2px;
	position: absolute;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	display: inline-block;
	text-indent: 9999px;
	overflow: hidden;
	width: 14px;
	height: 24px;
	background: url(./img/share/arrow-l.svg) no-repeat;
	box-sizing: border-box;
	position: relative;
	top: 5px;
	margin: 0 15px;
}

.wp-pagenavi a.previouspostslink {
	transform: scale(-1, 1);
}


.wp-pagenavi a.first,
.wp-pagenavi a.last {
	font-family: fot-cezanne-pron, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	font-size: 15px;
	letter-spacing: 0.15em;
	margin: 0 13px;
}


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

lineup

======================================*/
.lineup-wrap {
	position: relative;
}

.lineup-wrap::before {
	content: '';
	width: 100%;
	height: 4px;
	background: #fff;
	border: solid 1px #dd5900;
	left: 0;
	top: 0;
	position: absolute;
}

.lineup-wrap section {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 40px 0 50px 20px;
	flex-wrap: wrap;
}

.lineup-wrap section h3 {
	transform: translateY(-3px);
	font-weight: normal;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	width: 280px;
	box-sizing: border-box;
}

.lineup-wrap section h3.has-ico {
	padding-left: 75px;
}

.lineup-wrap section h3 strong {
	font-size: 35px;
	letter-spacing: 0.12em;
	margin-bottom: 10px;
}

.lineup-wrap section h3 .detail {
	letter-spacing: 0.15em;
	display: inline-block;
	position: relative;
	padding-left: 17px;
}

.lineup-wrap section h3 .detail::before {
	content: "";
	position: absolute;
	display: block;
	background: url(./img/share/ico-circle.svg) no-repeat;
	left: 0;
	top: 3px;
	width: 10px;
	height: 10px;
	background-size: 100% auto;
}

@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .lineup-wrap section h3 .detail::before {
		width: 11px !important;
		height: 11px !important;
		top: -3px !important;	
	}
}

.lineup-wrap section h3 i {
	position: absolute;
}

.lineup-wrap section h3.bouquet i {
	top: -13px;
	left: 0;
}

.lineup-wrap section h3.cutting i {
	top: -10px;
	left: 16px;
}

.lineup-wrap section h3.other {
	padding-left: 20px;
}

.lineup-wrap section h3.other .detail {
	margin-left: 5px;
}

.lineup-wrap section .txt-set {
	margin-right: -20px;
}

.lineup-wrap section .txt-set p {
	letter-spacing: 0.17em;
}

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

form

======================================*/
.form-wrap input[type="text"],
.form-wrap input[type="email"],
.form-wrap input[type="tel"],
.form-wrap textarea {
	font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	box-sizing: border-box;
	width: 510px;
	height: 48px;
	margin-bottom: 22px;
	padding: 5px 15px;
	font-size: 14px;
	letter-spacing: 0.1em;
	background: #FFFFFF;
	border: 1px solid #e86300;
	border-radius: 0;
}

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

.form-wrap textarea {
	height: 320px;
}

.form-wrap .txt-small {
	font-size: 13px;
}

.form-wrap dt .txt-small {
	margin-left: 5px;
}

.form-wrap dt {
	font-size: 15px;
	letter-spacing: 0.15em;
	padding: 20px 0 0 10px;
}

.form-wrap .submit-block .confirm {
	font-size: 15px;
	letter-spacing: 0.15em;
	transform: translateX(-4px);
	display: inline-block;
}

.form-wrap .submit-block .confirm .wpcf7-list-item-label {
	margin-left: 5px;
	cursor: pointer;
}

.form-wrap .submit-block .confirm a {
	text-decoration: underline;
}

.form-wrap .required {
	position: relative;
}

.form-wrap .required::before {
	position: absolute;
	content: "*";
	display: block;
	left: 0;
	top: 14px;
}

.form-wrap .message dt {
	padding-top: 10px;
}

.form-wrap .message .required::before {
	top: 4px;
}

.form-wrap input[type="submit"] {
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	font-size: 17px;
	letter-spacing: 0.25em;
	border-radius: 0;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	border: none;
	outline: none;
	background: #fff;
	color: #e86300;
	width: 100%;
	box-sizing: border-box;
	padding: 19px 0 20px;
	transition: .17s ease-out;
	cursor: pointer;
}

.form-wrap input[type="submit"]:hover {
	background: #d65600;
	color: #fff;
}

.form-wrap .btn-submit {
	margin-top: 40px;
	position: relative;
}

.form-wrap .btn-submit::before {
	position: absolute;
	content: '';
	background: url(./img/share/arrow-l.svg) no-repeat;
	width: 13px;
	height: 25px;
	display: inline-block;
	left: 40px;
	top: 50%;
	transform: translateY(calc(-50%));
}

.wpcf7-not-valid-tip {
	color: #dd5900 !important;
	font-size: 15px !important;
	font-weight: normal !important;
	display: block;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	margin-top: -10px;
}

.form-wrap .message .wpcf7-not-valid-tip {
	margin-bottom: 30px;
}

.form-wrap .confirm .wpcf7-not-valid-tip {
	margin-top: 15px;
}

.form-wrap .wpcf7-radio + .wpcf7-not-valid-tip {
	margin-top: 11px;
	margin-bottom: 5px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border: none;
}

.wpcf7-response-output {
	font-size: 16px;
	letter-spacing: 0.15em;
	box-shadow: inset 0 -13px 0 0 #fff;
	display: inline-block;
	margin-left: 249px !important;
}

.wpcf7 form.sent .wpcf7-response-output {
	border: none;
	margin-left: 270px !important;
}