@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------
--------------------------------------------------------------------
　　　　　　　　　　　sns_tabibana専用css
--------------------------------------------------------------------
------------------------------------------------------------------*/
#contents {
	max-width: inherit;
}
#sns_tabibana {
	color: #1e2b60;
	font-size: 1.6rem;
	font-family: 'Zen Maru Gothic', sans-serif;
}
.inner {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.br-599 {
	display: none;
}
.sup {
	margin-left: 1em;
	text-indent: -1em;
	font-size: 1.3rem;
}
.va_top {
	vertical-align: top;
}
#sns_tabibana h2 {
	margin: 30px auto 20px;
}

/*------------------------------------------------------------------
メインビジュアル
------------------------------------------------------------------*/
.main-img {
	margin: 14px auto 0;
	text-align: center;
}

/*------------------------------------------------------------------
終了文言
------------------------------------------------------------------*/
.end_txt {
	padding: 20px 0;
	color: #fff;
	background: #777;
	font-size: 1.9rem;
	font-weight: bold;
	text-align: center;
}

/*------------------------------------------------------------------
背景
------------------------------------------------------------------*/
#sns_tabibana .bg_dot {
	padding: 75px 0 0;
	background-image: radial-gradient(#fff 2px, transparent 2px), radial-gradient(#fff 2px, #ebf2f7 2px);
	background-size: 50px 50px;
	background-position: 0 0, 25px 25px;
}
#sns_tabibana .bg_dot.first {
	padding: 25px 0 0;
}
#sns_tabibana .wave svg {
	position: relative;
	top: 2px;
	width: calc(100% + 1.3px);
	margin-top: 60px;
	height: 50px;
	transform: rotateY(180deg);
}
#sns_tabibana .wave .shape-fill {
	fill: #fff;
}
#sns_tabibana .wave.bottom svg {
	top: -2px;
	transform: rotate(180deg);
	margin: 50px 0 -50px;
}

/*------------------------------------------------------------------
リード文
------------------------------------------------------------------*/
.lead_txt {
	font-size: 1.8rem;
	text-align: center;
	line-height: 2;
}
.lead_txt span {
	color: #1d9bf0;
}

/*------------------------------------------------------------------
応募の流れはこちら！
------------------------------------------------------------------*/
.anc_flow {
	position: relative;
	text-align: center;
	z-index: 0;
}
.anc_flow a {
	position: relative;
	display: inline-block;
	margin: 25px 0 20px;
	padding: 13px 50px 17px;
	border: 1px solid;
	color: #e04f9d;
	background: rgb(255 224 250 / 40%);
}
.anc_flow a:after {
	position: absolute;
	top: 3px;
	right: -6px;
	content: '';
	width: 100%;
	height: 100%;
	border: 1px solid #eeb0d1;
	z-index: -1;
}
.anc_flow a .arrow {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 10px;
	border: 2px solid;
	border-left: 0;
	border-bottom: 0;
	vertical-align: middle;
	transform: translateY(-50%) rotate(135deg);
}
.anc_flow a:hover {
	margin: 28px -6px 17px 0;
}
.anc_flow a:hover:after {
	content: none;
}

/*------------------------------------------------------------------
キャンペーン概要
------------------------------------------------------------------*/
.cp_about {
	margin: 20px 0 0;
	padding: 20px 20px 30px;
	background: rgb(255 255 255 / 90%);
	text-align: center;
}
#sns_tabibana .cp_about h2 {
	margin-top: 0;
}
.cp_about dl {
	width: 80%;
	margin: 0 auto;
}
.cp_about dl + dl {
	margin-top: 30px;
}
.cp_about dl .ulist01 {
	text-align: left;
}
.cp_about dl dt {
	position: relative;
	width: 30%;
	margin: 0 auto 10px;
	border-radius: 20px;
	padding: 2px 0 4px;
	color: #fff;
	background: #1e2b60;
	font-weight: normal;
}
.cp_about dl dd {
	font-size: 1.5rem;
}
.cp_about dl dd .underline {
	padding: 0 2px;
	font-weight: bold;
	text-decoration: underline;
	text-decoration-style: wavy;
	text-underline-offset: 2px;
}
.cp_about .appl_req {
	position: relative;
	width: 90%;
	margin: 40px auto 0;
}
.cp_about .appl_req .update_date {
	margin-top: -7px;
	font-size: 1.2rem;
	text-align: right;
}
.cp_about .appl_req .req_wrap {
	height: 210px;
	margin-top: 5px;
	padding: 10px;
	border: 1px solid;
	font-size: 1.2rem;
	text-align: left;
	overflow-y: scroll;
}
.cp_about .appl_req .req_box {
	margin-top: 10px;
}
.cp_about .appl_req .req_box .sup {
	font-size: 1.2rem;
}
.cp_about .appl_req .req_box a {
	text-decoration: underline;
}
.cp_about .appl_req .req_box a:hover {
	text-decoration: none;
}
.cp_about dl dd a {
	text-decoration: underline;
}
.cp_about dl dd a:hover {
	text-decoration: none;
}
.cp_about dl dd .ic_pdf {
	display: inline-block;
    width: 18px;
    height: 16px;
    margin: 0 0 3px 5px;
    background-image: url(/service/sns/tabibana/images/common_ic_pdf01.webp);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    vertical-align: middle;
}
/*------------------------------------------------------------------
応募の流れ
------------------------------------------------------------------*/
.cp_flow .flow_wrap {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.cp_flow .flow_sec {
	position: relative;
	width: calc(100% / 3 - 10px);
	margin: 40px 15px 0 0;
	padding: 40px 20px 30px;
	border: 2px solid #2b538a;
	background-image: radial-gradient(#fff 2px, transparent 2px), radial-gradient(#fff 2px, #ebf2f7 2px);
	background-size: 50px 50px;
	background-position: 0 0, 25px 25px;
}
.cp_flow .flow_sec:nth-of-type(3n) {
	margin-right: 0;
}
.cp_flow h3 {
	position: absolute;
	top: -20px;
	left: 50%;
	width: 60%;
	padding: 8px 0 12px;
	color: #fff;
	background: #2b538a;
	font-weight: inherit;
	text-align: center;
	-webkit-transform: translateX(-50%) skew(-15deg);
	transform: translateX(-50%) skew(-15deg);
}
.cp_flow .flex {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.cp_flow .flex figure {
	width: 104px;
	margin: 10px 0 0 auto;
}
.cp_flow .sns_contents {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	margin-top: 20px;
	padding: 12px;
	color: #fff;
}
.cp_flow .sns_contents.x {
	background: #387dbb;
}
.cp_flow .sns_contents.instagram {
	background: #e05fa4;
}
.cp_flow .sns_contents figure {
	width: 20%;
	margin-right: 12px;
}
.cp_flow .sns_contents figure img {
	border-radius: 100px;
	background: #fff;
}
.cp_flow .sns_contents .txt_wrap {
	width: 80%;
	font-size: 1.4rem;
}
.cp_flow .sns_contents .txt_wrap a {
	position: relative;
	display: block;
	margin-top: 6px;
	padding: 9px 8px 10px;
	border-radius: 30px;
	color: #333;
	background: #fff;
	text-align: center;
	overflow: hidden;
	z-index: 1;
}
.cp_flow .sns_contents .txt_wrap a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: #333;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
}
.cp_flow .sns_contents .txt_wrap a:after {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	content: '\e902';
	color: #333;
	font-family: 'jttweb' !important;
	font-size: 1.0rem;
}
.cp_flow .sns_contents .txt_wrap a:hover,
.cp_flow .sns_contents .txt_wrap a:hover:after {
	color: #fff;
}
.cp_flow .sns_contents .txt_wrap a:hover:before {
	transform: scale(1, 1);
}
.cp_flow .hashtag {
	color: #1d9bf0;
}
/*------------------------------------------------------------------
使う理由
------------------------------------------------------------------*/
.cp_reason h2 {
	margin-top: 30px;
}
.cp_reason h2 span {
	position: relative;
	display: inline-block;
	padding: 0 66px 4px 72px;
}
.cp_reason h2 span:before,
.cp_reason h2 span:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.cp_reason h2 span:before {
	left: 0;
	background-image: url(/service/sns/tabibana/images/ic_x.webp);
}
.cp_reason h2 span:after {
	right: 0;
	background-image: url(/service/sns/tabibana/images/ic_instagram.webp);
}
.cp_reason .example_txt {
	font-size: 2.0rem;
	text-align: center;
}
.cp_reason ul li {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	width: 73%;
	margin-top: 30px;
}
.cp_reason ul li:first-child {
	margin-top: 10px;
}
.cp_reason ul li:nth-of-type(2n) {
	margin-top: 20px;
	margin-left: auto;
}
.cp_reason ul li figure {
	width: 20%;
}
.cp_reason ul li:nth-of-type(2n + 1) figure {
	margin-right: 20px;
}
.cp_reason ul li:nth-of-type(2n) figure {
	margin-left: 20px;
}
.cp_reason ul li p {
	position: relative;
	width: 80%;
	padding: 10px 20px;
	border-radius: 10px;
	background: #fdfefe;
}
.cp_reason ul li p:before {
	position: absolute;
	bottom: 10%;
	transform: translateY(-50%);
	content: '';
	width: 0;
	height: 0;
	border-bottom: 18px solid transparent;
}
.cp_reason ul li:nth-of-type(2n + 1) p:before {
	left: -10px;
	border-right: 20px solid #fdfefe;
}
.cp_reason ul li:nth-of-type(2n) p:before {
	right: -10px;
	border-left: 20px solid #fdfefe;
}
.cp_reason ul li p .hashtag {
	color: #1d9bf0;
}

/*------------------------------------------------------------------
SNSでも旅行情報をお届け中
------------------------------------------------------------------*/
.cp_other_sns h2 span {
	position: relative;
	display: inline-block;
	padding: 0 44px;
}
.cp_other_sns h2 span:after {
	position: absolute;
	top: 53%;
	right: 0;
	transform: translateY(-50%);
	content: "";
	width: 35px;
	height: 28px;
	background-image: url(/service/sns/tabibana/images/ic001.webp);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.cp_other_sns .sns_wrap {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin: 40px 0 0;
}
.cp_other_sns .sns_contents {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	width: calc(100% / 2 - 10px);
	padding: 10px 20px 14px;
	color: #fff;
}
.cp_other_sns .sns_contents.youtube {
	background: #ff0000;
}
.cp_other_sns .sns_contents.line {
	background: #06c755;
}
.cp_other_sns .sns_contents figure {
	width: 20%;
	margin-right: 20px;
}
.cp_other_sns .sns_contents .txt_wrap {
	width: 80%;
}
.cp_other_sns .sns_contents .txt_wrap a {
	position: relative;
	display: block;
	margin-top: 4px;
	padding: 9px 8px 10px;
	border-radius: 30px;
	color: #333;
	background: #fff;
	text-align: center;
	overflow: hidden;
	z-index: 1;
}
.cp_other_sns .sns_contents .txt_wrap a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: #333;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
}
.cp_other_sns .sns_contents .txt_wrap a:after {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	content: '\e902';
	color: #333;
	font-family: 'jttweb' !important;
	font-size: 1.0rem;
}
.cp_other_sns .sns_contents .txt_wrap a:hover,
.cp_other_sns .sns_contents .txt_wrap a:hover:after {
	color: #fff;
}
.cp_other_sns .sns_contents .txt_wrap a:hover:before {
	transform: scale(1, 1);
}

/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅999px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 999px) {
#sns_tabibana {
	font-size: 1.5rem;
}
.inner {
	padding: 0 14px;
}
.sup {
	font-size: 1.2rem;
}

/*------------------------------------------------------------------
終了文言
------------------------------------------------------------------*/
.end_txt {
	font-size: 1.6rem;
}
	
/*------------------------------------------------------------------
背景
------------------------------------------------------------------*/
#sns_tabibana .bg_dot {
	padding: 50px 0 0;
}
#sns_tabibana .bg_dot.first {
	padding: 20px 0 0;
}
#sns_tabibana .wave svg {
	height: 30px;
	margin-top: 50px;
}
#sns_tabibana .wave.bottom svg {
	margin-bottom: -30px;
}

/*------------------------------------------------------------------
メインビジュアル
------------------------------------------------------------------*/
.main-img {
	margin: 10px auto 0;
}

/*------------------------------------------------------------------
リード文
------------------------------------------------------------------*/
.lead_txt {
	font-size: 1.6rem;
	text-align: left;
}

/*------------------------------------------------------------------
キャンペーン概要
------------------------------------------------------------------*/
.cp_about dl {
	width: 90%;
}
.cp_about .appl_req {
	width: 100%;
}

/*------------------------------------------------------------------
応募の流れ
------------------------------------------------------------------*/
.cp_flow .flow_wrap {
	display: block;
}
.cp_flow .flow_sec {
	width: 100%;
	margin-top: 50px;
	padding: 40px 20px 30px;
	text-align: center;
}
.cp_flow h3 {
	top: -17px;
	width: 30%;
	padding: 5px 0 9px;
}
.cp_flow .flex {
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: row;
	flex-direction: row;
}
.cp_flow .flex figure {
	margin: 0 20px 0 0;
}
.cp_flow .flex figure img {
	transform: scale(-1, 1);
}
.cp_flow .flex p {
	text-align: left;
}
.cp_flow .sns_contents {
	width: 400px;
	padding: 14px;
	margin: 20px auto 0;
}
.cp_flow .sns_contents .txt_wrap {
	text-align: left;
}
.cp_flow .flow_sec.step2 p {
	text-align: left;
}
/*------------------------------------------------------------------
使う理由
------------------------------------------------------------------*/
.cp_reason ul li {
	width: 94%;
	margin-top: 40px;
}
.cp_reason ul li:nth-of-type(2n) {
	margin-top: 40px;
}
.cp_reason .example_txt {
	font-size: 1.8rem;
}

/*------------------------------------------------------------------
SNSでも旅行情報をお届け中
------------------------------------------------------------------*/
.cp_other_sns h2 span {
	padding: 0 31px;
}
.cp_other_sns h2 span:after {
	width: 25px;
	height: 20px;
}
.cp_other_sns .sns_wrap {
	display: block;
	margin: 30px 0 0;
}
.cp_other_sns .sns_contents {
	width: 400px;
	margin: 0 auto;
}
.cp_other_sns .sns_contents + .sns_contents {
	margin-top: 20px;
}
}

/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅599px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 599px) {
#sns_tabibana {
	font-size: 1.4rem;
}
.br-599 {
	display: block;
}
.br-599none {
	display: none;
}
.sup {
	display: inline-block;
	text-align: left;
}

/*------------------------------------------------------------------
終了文言
------------------------------------------------------------------*/
.end_txt {
	padding: 15px 0;
}

/*------------------------------------------------------------------
背景
------------------------------------------------------------------*/
#sns_tabibana .bg_dot {
	padding: 35px 0 0;
}
#sns_tabibana .wave svg {
	margin-top: 40px;
}
#sns_tabibana .wave.bottom svg {
	margin-top: 37px;
}

/*------------------------------------------------------------------
リード文
------------------------------------------------------------------*/
.lead_txt {
	font-size: 3vw;
	line-height: 1.8;
}

/*------------------------------------------------------------------
応募の流れはこちら！
------------------------------------------------------------------*/
.cp_flow .flex figure {
	width: 120px;
}
.cp_flow .flex p {
	width: 100%;
}
.anc_flow a {
	margin: 20px 0;
	padding: 10px 40px 12px;
}
.anc_flow a .arrow {
	width: 8px;
	height: 8px;
}
.anc_flow a:hover {
	margin: 23px -6px 17px 0;
}

/*------------------------------------------------------------------
キャンペーン概要
------------------------------------------------------------------*/
.cp_about {
	margin: 10px 0 0;
	padding: 20px 12px 25px;
}
.cp_about dl {
	width: 100%;
}
.cp_about dl dt {
	width: 50%;
}
.cp_about dl dd {
	font-size: 1.4rem;
}
.cp_about .appl_req .update_date {
	margin-top: -4px;
	font-size: 1.0rem;
}

/*------------------------------------------------------------------
応募の流れ
------------------------------------------------------------------*/
.cp_flow {
	padding-bottom: 0;
}
.cp_flow .flow_sec {
	padding: 34px 12px 24px;
	text-align: left;
}
.cp_flow .sns_contents {
	width: 100%;
}
.cp_flow .hashtag span {
	font-size: 1.6rem;
}

/*------------------------------------------------------------------
使う理由
------------------------------------------------------------------*/
.cp_reason h2 span {
	padding: 0 30px 4px 30px;
}
.cp_reason h2 span:before,
.cp_reason h2 span:after {
	width: 40px;
	height: 40px;
}
.cp_reason h2 span:before {
	left: -11px;
}
.cp_reason h2 span:after {
	right: -11px;
}
.cp_reason .example_txt {
	font-size: 1.5rem;
}
.cp_reason ul li {
	width: 100%;
	margin-top: 28px;
}
.cp_reason ul li:first-child {
	margin-top: 16px;
}
.cp_reason ul li:nth-of-type(2n) {
	margin-top: 30px;
}
.cp_reason ul li:nth-of-type(2n + 1) figure {
	margin-right: 14px;
}
.cp_reason ul li:nth-of-type(2n) figure {
	margin-left: 14px;
}
.cp_reason ul li p {
	padding: 10px 16px;
	font-size: 1.3rem;
}
.cp_reason ul li p:before {
	bottom: 25%;
}

/*------------------------------------------------------------------
SNSでも旅行情報をお届け中
------------------------------------------------------------------*/
.cp_other_sns .sns_contents {
	width: 100%;
}
}