@charset "UTF-8";
/*!
 * ress.css • v3.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	word-break: normal;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
	scroll-behavior: smooth;
}

*, :after, :before {
	background-repeat: no-repeat;
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

:after, :before {
	text-decoration: inherit;
	vertical-align: inherit;
}

* {
	padding: 0;
	margin: 0;
}

hr {
	overflow: visible;
	height: 0;
}

details, main {
	display: block;
}

summary {
	display: list-item;
}

small {
	font-size: 80%;
}

[hidden] {
	display: none;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

a {
	background-color: transparent;
}

a:active, a:hover {
	outline-width: 0;
}

code, kbd, pre, samp {
	font-family: monospace,monospace;
}

pre {
	font-size: 1em;
}

b, strong {
	font-weight: bolder;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

input {
	border-radius: 0;
}

[disabled] {
	cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	resize: vertical;
}

button, input, optgroup, select, textarea {
	font: inherit;
}

optgroup {
	font-weight: 700;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
	cursor: pointer;
	color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
	-webkit-appearance: button;
}

button, input, select, textarea {
	background-color: transparent;
	border-style: none;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
}

select::-ms-expand {
	display: none;
}

select::-ms-value {
	color: currentColor;
}

legend {
	border: 0;
	color: inherit;
	display: table;
	white-space: normal;
	max-width: 100%;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	color: inherit;
	font: inherit;
}

img {
	border-style: none;
}

progress {
	vertical-align: baseline;
}

[aria-busy=true] {
	cursor: progress;
}

[aria-controls] {
	cursor: pointer;
}

[aria-disabled] {
	cursor: default;
}

/**
 * Elements
 */
:root {
	font-size: 62.5%;
}

body {
	position: relative;
	background: #fff;
	overflow-x: hidden;
	color: #383838;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", YuGothic, "游ゴシック体", Meiryo, メイリオ, Helvetica, Arial, sans-serif;
	font-size: 3.46667vw;
	line-height: 1.5;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	        text-size-adjust: 100%;
}

a {
	text-decoration: underline;
	color: #ff1d25;
}

img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

ul, ol {
	list-style: none;
}

/**
 * Layout
 */
.header {
	max-width: 1000px;
	height: 10.4vw;
	margin: 0 auto;
	padding: 2.13333vw 4vw 0;
}

.header .logo {
	width: 26.93333vw;
	font-size: 0;
}

.footer {
	padding-top: 10px;
	padding-bottom: 28px;
	line-height: 1.15;
	text-align: center;
	font-weight: 700;
	font-size: 0;
}

.footer p {
	font-size: 3.2vw;
	color: #444;
}

.footer-nav {
	text-align: center;
	margin-bottom: 20px;
}

.footer-nav li {
	display: inline-block;
	border-right: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	margin-bottom: 10px;
}

.footer-nav li:nth-child(2) {
	margin-left: -1px;
}

.footer-nav a {
	font-size: 3.46667vw;
	text-decoration: none;
	color: #071d80;
	display: block;
	padding: 0.2em 1em;
}

.footer .copyright {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	max-width: 720px;
	list-style: none;
	text-align: center;
	margin: 0 auto;
	padding-left: 0;
	font-size: 13px;
}

.footer .copyright li {
	display: inline-block;
	padding: .5em 1em 0;
}

/**
 * Scripts
 */
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/**
 * Component
 */
.c-weight {
	font-weight: bold;
}

.main a:hover {
	opacity: .8;
}

.container {
	padding: 0 4vw;
}

.container.-small {
	padding: 0 6.66667vw;
}

.button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	height: 13.33333vw;
	border: 0.53333vw solid #fff;
	border-radius: 6.66667vw;
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), color-stop(50%, #303030), color-stop(50%, #222), to(#222));
	background: -webkit-linear-gradient(top, #303030 0%, #303030 50%, #222 50%, #222 100%);
	background: -o-linear-gradient(top, #303030 0%, #303030 50%, #222 50%, #222 100%);
	background: linear-gradient(180deg, #303030 0%, #303030 50%, #222 50%, #222 100%);
	-webkit-box-shadow: 0 0 2.66667vw 0 rgba(0, 0, 0, 0.4);
	        box-shadow: 0 0 2.66667vw 0 rgba(0, 0, 0, 0.4);
}

.button.-download1 {
	width: 67.73333vw;
	margin: 0 auto;
	padding-left: 6.66667vw;
}

.button.-download1 img {
	width: 56.93333vw;
}

.button.-download2 {
	width: 86.4vw;
	height: 17.06667vw;
	border-radius: 8.53333vw;
	margin: 0 auto;
	padding-left: 8.66667vw;
}

.button.-download2 img {
	width: 73.33333vw;
}

.button.-campaign img {
	width: 73.33333vw;
}

.button.-nav1 {
	padding-left: 7.33333vw;
}

.button.-nav1 img {
	width: 33.73333vw;
}

.button.-nav2 {
	padding-left: 3.86667vw;
}

.button.-nav2 img {
	width: 37.73333vw;
}

.button.-register {
	padding-left: 24.26667vw;
}

.button.-register img {
	width: 56.66667vw;
}

.other_campaign {
	margin: 2vw 5vw 8vw;
	text-align: center;
}

.other_campaign a {
  display: block;
  width: 100%;
}

/**
 * Contents
 */
.visual {
	background: #4dd3ff;
	font-size: 0;
	overflow: hidden;
}

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

.visual_inner > img {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.visual_open {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 12.26667vw;
	border-top: 0.66667vw solid #fff;
	border-bottom: 0.66667vw solid #fff;
	background: #ff1d25;
}

.visual_open > p {
	width: 52.66667vw;
}

.campaign {
	padding: 0 0 6vw;
	background: url(../img/bg01.png) 50% 0;
	background-size: 13.33333vw 20vw;
}

.campaign_title {
	margin: 0 auto;
	font-size: 0;
  background: #00b1ff;
}

.campaign_title_in{
  display: block;
  margin: 0 auto;
  max-width: 720px;
}

/* pickup */
.campaign_pickup {
  margin: 5vw;
}
.campaign_pickup_txt {
  background: #ffffff;
  padding: 7px;
  margin-bottom: 15px;
  border-radius: 100px;
  text-align: center;
  font-weight: bold;
  box-shadow: 4px 6px 0 rgba(0 , 0, 0, 0.05);
  font-size: 3vw;
}
.campaign_pickup_box_list {
  border: 2px solid #ffffff;
  margin: 10vw 3vw 4vw;
  position: relative;
}

.campaign_pickup_box_list_endtxt{
  position: absolute;
  top: -7vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.campaign_pickup_box_list_endtxt span{
  font-weight: 700;
}

.campaign .container{
  margin: 6vw 4vw 0;
  padding: 4vw;
  background: #ffffff;
  border-radius: 3vw;
  position: relative;
}

.campaign .container::after {
  content: '';
  display: inline-block;
  position: absolute;
	width: 0;
	height: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -4vw;
  border-style: solid;
  border-width: 0 3vw 4vw 3vw;
  border-color: transparent transparent #ffffff transparent;
}

.campaign_about {
	margin-top: 2vw;
	padding: 4.26667vw 0 3.73333vw;
	border-radius: 5.33333vw;
	background: #fff;
	font-size: 0;
}

.campaign_about > p {
	width: 85.86667vw;
	margin: 0 auto;
}

.campaign_entry {
	margin-bottom: 5.33333vw;
}

.campaign_entry_text {
	width: 80.53333vw;
	margin: 0 auto 1.86667vw;
}

.campaign_entry_button {
	width: 100%;
	margin: 0 auto;
}

.campaign_entry_button > a,
.campaign_entry_button > span {
	display: none;
}

.campaign_entry_button > a.is-show,
.campaign_entry_button > span.is-show {
	display: block;
}

.campaign_period {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 14.66667vw;
	margin-top: 6.66667vw;
	border: 0.53333vw solid #fb2900;
	border-radius: 7.33333vw;
	background: #fff;
	line-height: 1;
	text-align: center;
	font-weight: 700;
	font-size: 3.86667vw;
	color: #fb2900;
}

.campaign_period_title {
	margin-bottom: 0.8vw;
}

.campaign_period_contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.campaign_period_end {
	position: relative;
	margin-left: 1.33333vw;
	padding-left: 2.93333vw;
}

.campaign_period_end::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	border-style: solid;
	border-width: 2vw 0 2vw 2.13333vw;
	border-color: transparent transparent transparent #fb2900;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.campaign_period span {
	font-size: 5.46667vw;
}

.campaign_detail {
	margin-top: 6.66667vw;
	border: 1px solid #222;
	background: #f5f5f5;
}

.campaign_detail_title {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 13.86667vw;
	font-weight: 700;
	font-size: 4.53333vw;
	cursor: pointer;
}

.campaign_detail_title_icon {
	position: absolute;
	right: 5.73333vw;
	top: 50%;
	width: 5.33333vw;
	height: 5.33333vw;
	border-radius: 50%;
	background: #222;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.campaign_detail_title_icon::before, .campaign_detail_title_icon::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2.93333vw;
	height: 0.4vw;
	background: #f5f5f5;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.campaign_detail_title:not(.is-open) > .campaign_detail_title_icon::before {
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	    -ms-transform: translate(-50%, -50%) rotate(180deg);
	        transform: translate(-50%, -50%) rotate(180deg);
}

.campaign_detail_title:not(.is-open) > .campaign_detail_title_icon::after {
	-webkit-transform: translate(-50%, -50%) rotate(270deg);
	    -ms-transform: translate(-50%, -50%) rotate(270deg);
	        transform: translate(-50%, -50%) rotate(270deg);
}

.campaign_detail_contents {
	padding: 1.33333vw 5.73333vw 5.33333vw;
}

.campaign_detail_lead {
	margin-bottom: 6vw;
}

.campaign_detail_lead p {
	font-size: 4vw;
}

.campaign_detail_lead ul {
	margin-top: 4vw;
}

.campaign_detail_lead li {
	margin-left: 1em;
	text-indent: -1em;
	font-size: 3.2vw;
}

.campaign_detail_lead span {
	color: #ff1d25;
}

.campaign_detail_entry {
	margin-top: 9.06667vw;
}

.campaign_detail_entry > a,
.campaign_detail_entry > span {
	display: none;
}

.campaign_detail_entry > a.is-show,
.campaign_detail_entry > span.is-show {
	display: block;
}

.pushNotifications {
	margin: 0 auto;
	border: 0.26667vw solid #222;
	background: #fff;
}

.pushNotifications_item:not(:first-child) {
	border-top: 0.26667vw solid #222;
}

.pushNotifications_item_title {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 10vw;
	font-weight: 700;
	font-size: 3.73333vw;
	cursor: pointer;
}

.pushNotifications_item_title_icon {
	position: absolute;
	right: 1.53333vw;
	top: 50%;
	width: 3.73333vw;
	height: 3.73333vw;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.pushNotifications_item_title_icon::before, .pushNotifications_item_title_icon::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3.73333vw;
	height: 0.26667vw;
	background: #222;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.pushNotifications_item_title:not(.is-open) > .pushNotifications_item_title_icon::before {
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	    -ms-transform: translate(-50%, -50%) rotate(180deg);
	        transform: translate(-50%, -50%) rotate(180deg);
}

.pushNotifications_item_title:not(.is-open) > .pushNotifications_item_title_icon::after {
	-webkit-transform: translate(-50%, -50%) rotate(270deg);
	    -ms-transform: translate(-50%, -50%) rotate(270deg);
	        transform: translate(-50%, -50%) rotate(270deg);
}

.pushNotifications_item_contents {
	display: none;
	padding: 0 3.33333vw 5.33333vw;
	font-size: 3.2vw;
}

.pushNotifications_item_text span {
	color: #fb2900;
}

.pushNotifications_item_caption {
	margin: 4vw 0;
	text-align: center;
	font-weight: 700;
	font-size: 3.73333vw;
}

.pushNotifications_item_caption span {
	display: inline-block;
	padding: 1.26667vw 4.26667vw;
	background: #222;
	color: #fff;
	line-height: 1.2;
}

.pushNotifications_item_image {
	margin: 2.66667vw 0;
}

.note {
	margin-top: 5.73333vw;
	border: 0.26667vw solid #222;
	background: #fff;
}

.note_title {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 14.93333vw;
	padding-right: 2.93333vw;
	text-align: center;
	font-weight: 700 !important;
	font-size: 3.73333vw;
	color: #333;
}

.note_title > span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 40vw;
	height: 5.06667vw;
	margin: 0.66667vw auto 0;
	border-radius: 2.53333vw;
	background: #fb5300;
	font-size: 3.2vw;
	color: #fff;
}

.note_title_icon {
	position: absolute;
	right: 2.93333vw;
	top: 3.2vw;
}

.note_title_icon img {
	width: 6.8vw !important;
	height: 8.66667vw !important;
}

.note_title_icon > span {
	position: absolute;
	right: -1.46667vw;
	top: -1.2vw;
	width: 4.13333vw;
	height: 4.13333vw;
	border: 0.53333vw solid #fff;
	background: #fb5300;
	border-radius: 50%;
}

.note_title_icon > span::before, .note_title_icon > span::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1.6vw;
	height: 0.26667vw;
	background: #fff;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.note_title:not(.is-open) > .note_title_icon > span:not(.is-open)::before {
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	    -ms-transform: translate(-50%, -50%) rotate(180deg);
	        transform: translate(-50%, -50%) rotate(180deg);
}

.note_title:not(.is-open) > .note_title_icon > span::after {
	-webkit-transform: translate(-50%, -50%) rotate(270deg);
	    -ms-transform: translate(-50%, -50%) rotate(270deg);
	        transform: translate(-50%, -50%) rotate(270deg);
}

.note_contents {
	display: none;
	padding: 1.33333vw 4.26667vw 4.26667vw;
}

.note_contents h5,
.note_contents p,
.note_contents li {
	font-size: 3.2vw;
}

.note_contents h5 {
	font-weight: 700 !important;
}

.note_contents h5:not(:first-child) {
	margin-top: 1em;
}

.note_contents ul > li {
	margin-left: 1em;
	text-indent: -1em;
}

.note_contents strong {
	font-weight: 700;
	font-size: inherit;
}

.news {
	background: url(../img/bg02.png) 50% 0;
	background-size: 5.33333vw 5.33333vw;
  background-attachment: fixed;
	overflow: hidden;
}

.news_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 15.26667vw;
	border-top: 0.7vw solid #fff;
	border-bottom: 0.7vw solid #fff;
	-webkit-box-shadow: 0 0 1.33333vw 0 rgba(0, 0, 0, 0.3);
	        box-shadow: 0 0 1.33333vw 0 rgba(0, 0, 0, 0.3);
	background: url("../img/bg04.png"), #fb5300;
  background-size: 2vw;
	font-size: 0;
}

.news_title > img {
	width: 32vw;
}

.news_items {
	padding: 1.33333vw 0 7.33333vw;
}

.news_item {
	margin-top: 4vw;
	background: #fff;
	border-radius: 2.13333vw;
	-webkit-box-shadow: 0 0 1.33333vw 0 rgba(0, 0, 0, 0.3);
	        box-shadow: 0 0 1.33333vw 0 rgba(0, 0, 0, 0.3);
}

.news_item.c-bg01{
  background: url("../img/bg10.png") center;
  background-size: cover;
}

.news_item.c-bg02{
  background: url("../img/bg11.png") center;
  background-size: cover;
}

.news_item.c-bg01 p{
  color: #ffffff;
}

.news_item.c-bg01 .news_item_more::after {
    background: url(../img/ico14.png) no-repeat;
  background-size: contain;
}

.news_item_link {
	display: block;
	padding: 3.2vw 6vw;
	text-decoration: none;
	font-weight: 700;
}

.news_item_title {
	font-size: 3.73333vw;
	color: #383838;
}

.news_item_more {
	position: relative;
	margin-top: 1.6vw;
	padding-right: 2.93333vw;
	text-align: right;
	font-size: 3.2vw;
	color: #fb5300;
}

.news_item_more::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1.46667vw;
	height: 2.26667vw;
	background: url(../img/ico02.png) no-repeat;
	background-size: contain;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	font-size: 0;
}

.service_title {
	position: relative;
	padding: 10vw 0 8vw 5.6vw;
}

.service_title::after {
	content: '';
	position: absolute;
	left: 13.6vw;
	bottom: -1px;
	border-style: solid;
	border-width: 0 4.26667vw 6.26667vw 4.26667vw;
	border-color: transparent transparent #ffeee5 transparent;
}

.service_title > img {
	width: 89.73333vw;
}

.service_contents {
	padding: 7.33333vw 4vw 7.33333vw;
	background: #ffeee5;
}

.service_items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -1.06667vw;
}

.service_item {
	width: 50%;
	padding: 1.06667vw;
}

.service_item_link {
	position: relative;
	display: block;
	border: 0.53333vw solid #fff;
	border-radius: 0.53333vw;
}

.service_item_link::after {
	content: '';
	position: absolute;
	bottom: -0.53333vw;
	right: -0.53333vw;
	width: 3.2vw;
	height: 3.2vw;
	border-bottom-right-radius: 0.53333vw;
	background: #fff url(../img/ico03.png) no-repeat;
	background-size: cover;
}

.recommend {
	padding: 6vw 5vw 10vw;
}

.recommend_title {
	width: 68.26667vw;
	margin: 0 auto;
	font-size: 0;
}

.recommend_items {
	position: relative;
	margin: 4vw auto 0;
}

.recommend_arrow {
	position: absolute;
	top: 0;
	width: 7.33333vw;
	height: 47.2vw;
	outline: 0;
}

.recommend_arrow.-prev {
	left: -7.33333vw;
}

.recommend_arrow.-next {
	right: -7.33333vw;
}

.recommend_arrow > i {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3.6vw;
	height: 6.53333vw;
	background: url(../img/ico04.png) no-repeat;
	background-size: contain;
}

.recommend_arrow.-prev > i {
	-webkit-transform: translate(-50%, -50%) scale(-1, 1);
	    -ms-transform: translate(-50%, -50%) scale(-1, 1);
	        transform: translate(-50%, -50%) scale(-1, 1);
}

.recommend_arrow.-next > i {
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.recommend_item_banner a {
	display: block;
	border: 1px solid #ccc;
}

.recommend_item_text {
	margin-top: 3.33333vw;
  margin-bottom: 5px;
}

.recommend>.notice {
	margin-bottom: 2%;
	text-align: center;
}

.recommend>.notice>img {
	width: 100%;
	height: auto;
}

.merchant {
	position: relative;
	padding-bottom: 19.4vw;
	background: url(../img/bg03.png) 50% 0;
	background-size: 5.33333vw 5.33333vw;
	overflow: hidden;
}

.merchant::after {
	content: '';
	position: absolute;
	left: -13.86667vw;
	bottom: -11.73333vw;
	width: 34.66667vw;
	height: 34.66667vw;
	background: url(../img/img04.png) no-repeat;
	background-size: contain;
}

.merchant_title {
	height: 21.33333vw;
	background: #ffd800;
}

.merchant_title > span {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: #ffe400;
}

.merchant_title > span::before, .merchant_title > span::after {
	content: '';
	position: absolute;
	top: 0;
	border-style: solid;
}

.merchant_title > span::before {
	left: 0;
	border-width: 21.33333vw 21.33333vw 0 0;
	border-color: #ffd800 transparent transparent transparent;
}

.merchant_title > span::after {
	right: 0;
	border-width: 0 21.33333vw 21.33333vw 0;
	border-color: transparent #ffd800 transparent transparent;
}

.merchant_title > span > img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.merchant_guide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 6.26667vw;
}

.merchant_guide > p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-weight: 700;
}

.merchant_guide > p:not(:first-child) {
	margin-left: 6.26667vw;
}

.merchant_guide > p > i {
	width: 6.66667vw;
	margin-right: 1.86667vw;
	font-size: 0;
}

.merchant_contents {
	margin-top: 8vw;
  border-bottom: dotted 0.8vw #222222;
}

.merchant_contents_items{
  margin-bottom: 7vw;
}

.merchant_contents_item{
  margin-bottom: 5vw;
}

.merchant_contents_item > a{
  display: block;
  color: #ffffff;
  text-align: center;
  border-radius: 2vw;
  box-shadow: 1vw 1vw 0 rgba(191,191,191,0.4)
}

.merchant_contents_item > a#category_00{
  background: url("../img/bg12.png");
  background-size: 12vw;
  border: 1.2vw solid #16afbf;
}

.merchant_contents_item > a#category_01{
  background: url("../img/bg05.png");
  background-size: 12vw;
  border: 1.2vw solid #bc0000;
}

.merchant_contents_item > a#category_02{
  background: url("../img/bg06.png");
  background-size: 12vw;
  border: 1.2vw solid #5b9400;
}

.merchant_contents_item > a#category_03{
  background: url("../img/bg07.png");
  background-size: 12vw;
  border: 1.2vw solid #5c2ba1;
}

.merchant_contents_item > a#category_04{
  background: url("../img/bg08.png");
  background-size: 12vw;
  border: 1.2vw solid #c93400;
}

.merchant_contents_item > a#category_05{
  background: url("../img/bg09.png");
  background-size: 12vw;
  border: 1.2vw solid #007a9e;
}

.merchant_nav_items{
  margin-top: 7vw;
}

.merchant_nav_items .button02{
  display: block;
  width: 90%;
  height: auto;
  border: 0.63333vw solid #383838;
  border-radius: 8vw;
  background: #ffffff;
  margin: 4vw auto;
}


/* modal*/

.merchant_items {
	width: 100%;
	padding: 0.66667vw 0;
	border-radius: 2.66667vw;
	background: #fff;
}

.merchant_items.-modal {
	height: 100%;
	overflow: auto;
}

.merchant_item {
	padding: 5.33333vw 6vw;
}

.merchant_item:not(:first-child) {
	border-top: 0.53333vw dashed #e6e6e6;
}

.merchant_item_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	text-decoration: none;
	color: #383838;
}

.merchant_item_image {
	width: 26.66667vw;
	margin-bottom: 1.06667vw;
	border-radius: 2.66667vw;
	-webkit-box-shadow: 0 0 1.33333vw 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 1.33333vw 0 rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.merchant_item_contents {
	width: 48.66667vw;
}

.merchant_item_icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0.66667vw;
	font-size: 0;
}

.merchant_item_icons > i {
	display: block;
	width: 6.13333vw;
}

.merchant_item_icons > i:not(:first-child) {
	margin-left: 1.33333vw;
}

.merchant_item_title {
	font-size: 4.53333vw;
}

.merchant_item_text {
	margin-top: 1.06667vw;
}

.merchant_item_more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 2.66667vw -2.66667vw 0;
}

.merchant_item_button {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: calc(100% - 5.33333vw);
	height: 7.2vw;
	margin: 0 2.66667vw;
	border: 0.26667vw solid #595959;
	text-decoration: none;
	color: #383838;
}

.merchant_item_button::after {
	content: '';
	position: absolute;
	right: 1.86667vw;
	top: 50%;
	width: 1.33333vw;
	height: 2.26667vw;
	background: url(../img/ico08.png) no-repeat;
	background-size: contain;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.merchant_item_button.-detail {
	background: #fff8d1;
}

.merchant_item_button.-search {
	background: #e8f8ff;
}

.merchant_item_button.-search > i {
	content: '';
	position: absolute;
	left: 1.86667vw;
	top: 50%;
	width: 2.4vw;
	font-size: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

/* modal */

.merchant_more {
	margin-top: 6.66667vw;
	font-size: 0;
}

.merchant_more_text {
	width: 67.2vw;
	margin: 0 auto;
}

.merchant_more_button {
	display: block;
	width: 88.53333vw;
	margin: 0.26667vw auto 0;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.modal.is-show {
	visibility: visible;
	opacity: 1;
	z-index: 10000;
}

.modal_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}

.modal_contents {
	position: relative;
	margin-top: 14.66667vw;
	margin-bottom: 5.33333vw;
}

.modal_close {
	position: absolute;
	top: -11.73333vw;
	right: 0;
	width: 6.66667vw;
	height: 6.66667vw;
	outline: 0;
}

.dbarai {
	background: #fffaec;
  padding-bottom: 12vw;
}

.dbarai_title {
	position: relative;
	height: 27.73333vw;
	padding-top: 11.33333vw;
	background: #cf0f31;
	text-align: center;
	font-size: 0;
}

.dbarai_title > i {
	position: absolute;
	top: -12vw;
	left: 50%;
	width: 24vw;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.dbarai_title > img {
	position: relative;
	width: 80.4vw;
}

.dbarai_lead {
	margin-top: 6.66667vw;
}

.dbarai_lead_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-left: 5.6vw;
	font-weight: 700;
	font-size: 6.26667vw;
}

.dbarai_lead_title > i {
	display: block;
	width: 18.66667vw;
	margin-right: 3.73333vw;
	font-size: 0;
}

.dbarai_lead_text {
	margin-top: 5.06667vw;
	font-size: 3.73333vw;
}

.dbarai_feature {
	margin-top: 6.66667vw;
	padding: 4vw 5.33333vw 8vw;
	border: 0.4vw solid #383838;
	-webkit-box-shadow: 0.53333vw 0.53333vw 0 0 #383838;
	        box-shadow: 0.53333vw 0.53333vw 0 0 #383838;
	border-radius: 5.33333vw;
	background: #fff;
}

.dbarai_feature_item {
	margin-top: 6.66667vw;
}

.dbarai_feature_item_image {
	width: 35.2vw;
	margin: 0 auto;
}

.dbarai_feature_item_contents {
	margin-top: 3.33333vw;
}

.dbarai_feature_item_contents > dt {
	text-align: center;
	font-weight: 700;
	font-size: 4.26667vw;
}

.dbarai_feature_item_contents > dd {
	margin-top: 3.33333vw;
}

.dbarai_feature > .dbarai_feature_item:first-child {
	margin-top: 0;
}

.dbarai_feature_accordion {
	display: none;
}

.dbarai_feature_more {
	margin-top: 8.66667vw;
	text-align: center;
}

.dbarai_feature_more_button {
	position: relative;
	padding: 0 6.66667vw;
	outline: 0;
}

.dbarai_feature_more_button::before {
	content: 'もっとみる';
}

.dbarai_feature_more_button.is-open::before {
	content: 'とじる';
}

.dbarai_feature_more_button::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 3.73333vw;
	height: 2vw;
	background: url(../img/ico11.png) no-repeat;
	background-size: contain;
	-webkit-transform: translateY(-50%) scale(1, -1);
	    -ms-transform: translateY(-50%) scale(1, -1);
	        transform: translateY(-50%) scale(1, -1);
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.dbarai_feature_more_button.is-open::after {
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.dbarai_usage {
	margin-top: 10vw;
	border-radius: 1.86667vw;
	background: #fff;
	overflow: hidden;
}

.dbarai_usage_title {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 13.33333vw;
	background: #cf0f31;
	font-size: 4.53333vw;
	color: #fff;
	cursor: pointer;
}

.dbarai_usage_title_icon {
	position: absolute;
	right: 4vw;
	top: 50%;
	width: 2.66667vw;
	height: 2.66667vw;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.dbarai_usage_title_icon::before, .dbarai_usage_title_icon::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2.66667vw;
	height: 0.53333vw;
	background: #fff;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.dbarai_usage_title:not(.is-open) > .dbarai_usage_title_icon::before {
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	    -ms-transform: translate(-50%, -50%) rotate(180deg);
	        transform: translate(-50%, -50%) rotate(180deg);
}

.dbarai_usage_title:not(.is-open) > .dbarai_usage_title_icon::after {
	-webkit-transform: translate(-50%, -50%) rotate(270deg);
	    -ms-transform: translate(-50%, -50%) rotate(270deg);
	        transform: translate(-50%, -50%) rotate(270deg);
}

.dbarai_usage_contents {
	display: none;
	padding: 0 5.33333vw;
	border: 0.8vw solid #cf0f31;
	border-top-width: 0;
	border-bottom-right-radius: 1.86667vw;
	border-bottom-left-radius: 1.86667vw;
}

.dbarai_usage_step {
	padding: 6.66667vw 0;
}

.dbarai_usage_step:not(:first-child) {
	border-top: 1px solid #bfbfbf;
}

.dbarai_usage_step_title {
	margin-bottom: 1.6vw;
	font-size: 4vw;
}

.dbarai_usage_step h5 {
	font-size: 3.46667vw;
}

.dbarai_usage_step_download {
	margin: 4.66667vw 0 2vw;
}

.dbarai_usage_step_image {
	margin: 5.33333vw 0 6.4vw;
}

.dbarai_download {
	margin: 9.33333vw auto;
}

.dbarai_nav {
	margin-top: 10.66667vw;
	padding: 7.33333vw 0 21.33333vw;
	background: #cf0f31;
}

.dbarai_nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.dbarai_nav ul li {
	width: 44.8vw;
}

.dpoint_title {
	position: relative;
	height: 34.13333vw;
	padding-top: 11.06667vw;
	background: #ff9c00;
	text-align: center;
	font-size: 0;
}

.dpoint_title > i {
	position: absolute;
	top: -12vw;
	left: 50%;
	width: 24vw;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.dpoint_title > img {
	position: relative;
	width: 78.26667vw;
}

.dpoint_items {
	width: 89.33333vw;
	margin: 0 auto;
	padding: 6.66667vw 0;
}

.dpoint_item {
	padding: 3.73333vw 0 5.33333vw;
	border-radius: 5.33333vw;
	text-align: center;
}

.dpoint_item:not(:first-child) {
	margin-top: 3.73333vw;
}

.dpoint_item:nth-child(1) {
	background: #ffe7e6;
	-webkit-box-shadow: 0 0.8vw 0 0 #f07c7c;
	        box-shadow: 0 0.8vw 0 0 #f07c7c;
}

.dpoint_item:nth-child(2) {
	background: #fff9b2;
	-webkit-box-shadow: 0 0.8vw 0 0 #c5ab18;
	        box-shadow: 0 0.8vw 0 0 #c5ab18;
}

.dpoint_item:nth-child(3) {
	background: #d8f4ff;
	-webkit-box-shadow: 0 0.8vw 0 0 #3390b5;
	        box-shadow: 0 0.8vw 0 0 #3390b5;
}

.dpoint_item > img {
	width: 88.06%;
}

.dpoint_inner {
	padding: 9.33333vw 0 11.33333vw;
	background: #ff9c00;
}

.dpoint_detail {
	width: 85.33333vw;
	margin: 0 auto;
}

.dpoint_detail_button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	height: 16vw;
	padding-left: 24vw;
	border: 0.53333vw solid #383838;
	border-radius: 8vw;
	background: #ffffff;
}

.dpoint_detail_button > img {
	width: 57.06667vw;
}

.dpoint_detail p {
	margin: 8vw 0 3.33333vw;
	text-align: center;
	font-weight: 700;
	font-size: 3.73333vw;
}

.archive_items{
  width: 83vw;
  margin: 8vw auto -2vw;
}

.bottom {
	padding: 10vw 5vw;
}

/**
 * Utility
 */
.u-br.-hide-sm {
	display: none;
}
@media screen and (min-width: 750px), print {
	body {
		line-height: 1.55;
		font-size: 1.8rem;
	}
	.header {
		height: 60px;
		padding: 16px 17px 0;
	}
	.header .logo {
		width: 150px;
	}
	.footer {
		padding-bottom: 28px;
	}
	.footer p {
		font-size: 1.6rem;
	}
	.footer-nav li {
		min-width: 180px;
	}
	.footer-nav li:last-child {
		border-left: none;
	}
	.footer-nav a {
		font-size: 1.3rem;
	}
	.container {
		max-width: 720px;
		margin: 0 auto;
		padding: 0 15px;
		-webkit-box-sizing: content-box;
		        box-sizing: content-box;
	}
	.container.-small {
		max-width: 640px;
		padding: 0 55px;
	}
	.container * {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.button {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 100%;
		height: 100px;
		border-width: 4px;
		border-radius: 50px;
		-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
		        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
	}
	.button.-download1 {
		width: 508px;
		padding-left: 50px;
	}
	.button.-download1 img {
		width: 427px;
	}
	.button.-download2 {
		width: 648px;
		height: 128px;
		border-radius: 64px;
		padding-left: 65px;
	}
	.button.-download2 img {
		width: 550px;
	}
	.button.-nav1 {
		height: 80px;
		border-radius: 40px;
		padding-left: 50px;
	}
	.button.-nav1 img {
		width: 234px;
	}
	.button.-nav2 {
		height: 80px;
		border-radius: 40px;
		padding-left: 26px;
	}
	.button.-nav2 img {
		width: 263px;
	}
	.button.-register {
		padding-left: 188px;
	}
	.button.-register img {
		width: 417px;
	}
	.visual_open {
		height: 90px;
		border-top-width: 5px;
		border-bottom-width: 5px;
	}
	.visual_open > p {
		width: 345px;
	}
	.campaign {
		padding: 0 0 45px;
		background-size: 100px 150px;
	}
  
  /* pickup */
  .campaign_pickup {
    margin: 50px auto 60px;
    max-width: 1000px;
  }
  .campaign_pickup_txt {
    font-size: 18px;
    padding: 10px;
    margin: 30px auto 60px;
    border-radius: 100px;
    max-width: 720px
  }
  .campaign_pickup_box{ 
    display: flex;
    justify-content: center;
    /*justify-content: space-between;　2カラム*/
  }
  .campaign_pickup_box_list {
    width: 49%;
    border: 2px solid #ffffff;
    margin: 0;
  }
  .campaign_pickup_box_list_endtxt {
    top: -40px;
  }
  .campaign .container {
    margin: 45px auto 0;
    padding: 30px 0;
    border-radius: 30px;
  }
  .campaign .container::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -25px;
    border-style: solid;
    border-width: 0 30px 25px 30px;
    border-color: transparent transparent #ffffff transparent;
  }
	.campaign_about {
		margin-top: 15px;
		padding: 32px 0 28px;
		border-radius: 40px;
	}
	.campaign_about > p {
		width: 644px;
	}
  .campaign_entry {
    margin-bottom: 30px;
  }
	.campaign_entry_text {
		width: 604px;
		margin-bottom: 14px;
	}
	.campaign_entry_button {
		width: 600px;
	}
	.campaign_period {
		height: 100px;
		margin-top: 40px;
		border-width: 4px;
		border-radius: 50px;
		font-size: 2.9rem;
	}
	.campaign_period_title {
		margin-bottom: 6px;
		font-size: 2.0rem;
	}
	.campaign_period_end {
		margin-left: 10px;
		padding-left: 22px;
	}
	.campaign_period_end::before {
		border-width: 15px 0 15px 16px;
	}
	.campaign_period span {
		font-size: 4.1rem;
	}
	.campaign_detail {
		margin-top: 40px;
	}
	.campaign_detail_title {
		height: 70px;
		font-size: 2.4rem;
	}
	.campaign_detail_title_icon {
		right: 22px;
		width: 30px;
		height: 30px;
	}
	.campaign_detail_title_icon::before, .campaign_detail_title_icon::after {
		width: 14px;
		height: 2px;
	}
	.campaign_detail_contents {
		padding: 0 59px 30px;
	}
	.campaign_detail_lead {
		margin-bottom: 28px;
	}
	.campaign_detail_lead p {
		font-size: 1.8rem;
	}
	.campaign_detail_lead ul {
		margin-top: 20px;
	}
	.campaign_detail_lead li {
		font-size: 1.4rem;
	}
	.campaign_detail_entry {
		margin-top: 42px;
	}
	.pushNotifications {
		width: 600px;
		border-width: 2px;
	}
	.pushNotifications_item:not(:first-child) {
		border-top-width: 2px;
	}
	.pushNotifications_item_title {
		height: 48px;
		font-size: 2.0rem;
	}
	.pushNotifications_item_title_icon {
		right: 18px;
		width: 14px;
		height: 14px;
	}
	.pushNotifications_item_title_icon::before, .pushNotifications_item_title_icon::after {
		width: 14px;
		height: 2px;
	}
	.pushNotifications_item_contents {
		display: none;
		padding: 0 26px 40px;
		font-size: 1.4rem;
	}
	.pushNotifications_item_caption {
		margin: 30px 0 20px;
		font-size: 1.8rem;
	}
	.pushNotifications_item_caption span {
		padding: 6px 16px;
	}
	.pushNotifications_item_image {
		margin: 15px 25px;
	}
	.note {
		margin-top: 56px;
		border-width: 2px;
	}
	.note_title {
		height: 102px;
		padding-right: 28px;
		font-size: 2.4rem;
		cursor: pointer;
	}
	.note_title > span {
		width: 300px;
		height: 38px;
		margin-top: 6px;
		border-radius: 19px;
		font-size: 2.0rem;
	}
	.note_title_icon {
		right: 24px;
		top: 22px;
	}
	.note_title_icon img {
		width: 47px !important;
		height: 60px !important;
	}
	.note_title_icon > span {
		right: -13px;
		top: -10px;
		width: 33px;
		height: 33px;
		border-width: 4px;
	}
	.note_title_icon > span::before, .note_title_icon > span::after {
		width: 12px;
		height: 2px;
	}
	.note_contents {
		padding: 10px 28px 28px;
	}
	.note_contents h5,
	.note_contents p,
	.note_contents li {
		font-size: 1.4rem;
	}
	.news {
		background-size: 40px 40px;
	}
	.news_title {
		height: 90px;
		border-top-width: 5px;
		border-bottom-width: 5px;
		-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
		        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    background-size: 10px;
	}
	.news_title > img {
		width: 160px;
	}
	.news_items {
		padding: 32px 0 50px;
	}
	.news_item {
		margin-top: 16px;
		border-radius: 16px;
		-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
		        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	}
	.news_item:hover {
		-webkit-box-shadow: 0 0 10px 0 #fb5300;
		        box-shadow: 0 0 10px 0 #fb5300;
    transition: all 0.2s linear;
    box-sizing: border-box;
	}
  .news_item.c-bg02{
    background: url("../img/bg11_pc.png") center;
    background-size: cover;
  }
	.news_item_link {
		display: block;
		padding: 20px 60px;
	}
	.news_item_title {
		font-size: 1.8rem;
	}
	.news_item_more {
		position: relative;
		margin-top: 10px;
		padding-right: 22px;
		font-size: 2.0rem;
	}
	.news_item_more::after {
		width: 11px;
		height: 17px;
	}
	.service_title {
		max-width: 720px;
		margin: 0 auto;
		padding: 45px 0 60px 26px;
	}
	.service_title::after {
		left: 86px;
		border-width: 0 32px 47px 32px;
	}
	.service_title > img {
		width: 673px;
	}
	.service_contents {
		padding: 39px 43px 33px;
	}
	.service_items {
		max-width: 1212px;
		margin: -4px auto;
	}
	.service_item {
		padding: 4px;
	}
	.service_item_link {
		border-width: 4px;
		border-radius: 4px;
	}
	.service_item_link::after {
		bottom: -4px;
		right: -4px;
		width: 24px;
		height: 24px;
		border-bottom-right-radius: 4px;
	}
	.recommend {
		padding: 40px 0 90px;
	}
	.recommend_title {
		width: 450px;
	}
	.recommend_items {
		width: 640px;
		margin-top: 30px;
	}
	.recommend_arrow {
		width: 40px;
		height: 354px;
	}
	.recommend_arrow.-prev {
		left: -40px;
	}
	.recommend_arrow.-next {
		right: -40px;
	}
	.recommend_arrow > i {
		width: 27px;
		height: 49px;
	}
	.recommend_arrow.-prev > i {
		left: 0;
		-webkit-transform: translateY(-50%) scale(-1, 1);
		    -ms-transform: translateY(-50%) scale(-1, 1);
		        transform: translateY(-50%) scale(-1, 1);
	}
	.recommend_arrow.-next > i {
		left: auto;
		right: 0;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	.recommend_item_text {
		margin: 25px 0 10px;
	}
	.merchant {
		padding-bottom: 120px;
		background-size: 40px 40px;
	}
	.merchant::after {
		left: 50px;
		bottom: -125px;
		width: 260px;
		height: 260px;
	}
  .merchant .container {
    max-width: 1000px;
  }
	.merchant_title {
		height: 155px;
	}
	.merchant_title > span {
		max-width: 1030px;
		margin: 0 auto;
	}
	.merchant_title > span::before {
		border-width: 155px 155px 0 0;
	}
	.merchant_title > span::after {
		border-width: 0 155px 155px 0;
	}
	.merchant_title > span > img {
		left: 50%;
		width: 720px;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
  .merchant_contents {
		margin-top: 65px;
    border-bottom: dotted 4px #222222;
	}
  .merchant_contents_items {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .merchant_contents_item {
    width: 50%;
    margin-bottom: 25px;
  }
  .merchant_contents_item:nth-child(2n) {
    padding-left: 25px;
  }
  .merchant_contents_item > a {
    border-radius: 10px;
    box-shadow: 7px 7px 0 rgba(191, 191, 191, 0.4);
    padding: 4px 0;
  }
  .merchant_contents_item > a#category_00 {
    background-size: 100px;
    border: 5px solid #16afbf;
  }
  .merchant_contents_item > a#category_01 {
    background-size: 100px;
    border: 5px solid #bc0000;
  }
  .merchant_contents_item > a#category_02 {
    background-size: 100px;
    border: 5px solid #5b9400;
  }
  .merchant_contents_item > a#category_03 {
    background-size: 100px;
    border: 5px solid #5c2ba1;
  }
  .merchant_contents_item > a#category_04 {
    background-size: 100px;
    border: 5px solid #c93400;
  }
  .merchant_contents_item > a#category_05 {
    background-size: 100px;
    border: 5px solid #007a9e;
  }
  .merchant_nav_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .merchant_nav_items {
    margin-top: 0;
  }
  .merchant_nav_item:nth-child(2) {
    padding: 0 10px;
  }
  .merchant_nav_items .button02 {
    width: 100%;
    border: 3px solid #383838;
    border-radius: 8vw;
    padding: 2px 0;
    margin: 40px auto;
  }
  
  
  
	.merchant_guide {
		margin-top: 35px;
	}
	.merchant_guide > p {
		font-size: 2.0rem;
	}
	.merchant_guide > p:not(:first-child) {
		margin-left: 43px;
	}
	.merchant_guide > p > i {
		width: 38px;
		margin-right: 11px;
	}

	.merchant_items {
		padding: 20px 0;
		border-radius: 0;
	}
	.merchant_item {
		position: relative;
		width: 600px;
		margin: 0 auto;
		padding: 20px 0;
	}
	.merchant_item:not(:first-child) {
		border-top-width: 0;
	}
	.merchant_item_image {
		width: 180px;
		margin-bottom: 0;
		border-radius: 10px;
		-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
		        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	}
	.merchant_item_contents {
		width: 392px;
		padding-bottom: 60px;
	}
	.merchant_item_icons {
		margin-bottom: 10px;
	}
	.merchant_item_icons > i {
		width: 34px;
	}
	.merchant_item_icons > i:not(:first-child) {
		margin-left: 8px;
	}
	.merchant_item_title {
		font-size: 2.0rem;
	}
	.merchant_item_text {
		margin-top: 8px;
		font-size: 1.6rem;
	}
	.merchant_item_more {
		position: absolute;
		bottom: 20px;
		right: 0;
		width: 402px;
		margin: 0 -6px;
	}
	.merchant_item_button {
		position: relative;
		width: calc(100% - 12px);
		height: 36px;
		margin: 0 6px;
		border-width: 2px;
	}
	.merchant_item_button::after {
		right: 6px;
		top: 50%;
		width: 8px;
		height: 13px;
	}
	.merchant_item_button.-search > i {
		left: 12px;
		width: 13px;
	}
	.merchant_more {
		margin-top: 45px;
	}
	.merchant_more_text {
		width: 504px;
	}
	.merchant_more_button {
		width: 664px;
		margin-top: 2px;
	}
	.modal_contents {
		margin-top: 70px;
		margin-bottom: 50px;
	}
	.modal_close {
		top: -50px;
		width: 30px;
		height: 30px;
	}
  .dbarai{
    padding-bottom: 160px;
  }
	.dbarai_title {
		height: 208px;
		padding-top: 86px;
	}
	.dbarai_title > i {
		top: -90px;
		width: 180px;
	}
	.dbarai_title > img {
		width: 584px;
	}
	.dbarai_lead {
		margin-top: 40px;
	}
	.dbarai_lead_title {
		margin-left: 87px;
		font-size: 4.1rem;
	}
	.dbarai_lead_title > i {
		width: 123px;
		margin-right: 25px;
	}
	.dbarai_lead_text {
		margin-top: 38px;
		font-size: 1.8rem;
	}
	.dbarai_feature {
		margin-top: 40px;
		padding: 30px 45px 40px;
		border-width: 3px;
		-webkit-box-shadow: 4px 4px 0 0 #383838;
		        box-shadow: 4px 4px 0 0 #383838;
		border-radius: 40px;
	}
	.dbarai_feature_item {
		margin-top: 40px;
	}
	.dbarai_feature_item_image {
		width: 212px;
	}
	.dbarai_feature_item_contents {
		margin-top: 16px;
	}
	.dbarai_feature_item_contents > dt {
		font-size: 2.4rem;
	}
	.dbarai_feature_item_contents > dd {
		margin-top: 18px;
		font-size: 1.8rem;
	}
	.dbarai_feature_more {
		margin-top: 35px;
		font-size: 1.8rem;
	}
	.dbarai_feature_more_button {
		padding: 0 27px;
	}
	.dbarai_feature_more_button::after {
		width: 18px;
		height: 11px;
	}
	.dbarai_usage {
		margin-top: 50px;
		border-radius: 14px;
	}
	.dbarai_usage_title {
		height: 70px;
		font-size: 2.4rem;
	}
	.dbarai_usage_title_icon {
		right: 30px;
		width: 20px;
		height: 20px;
	}
	.dbarai_usage_title_icon::before, .dbarai_usage_title_icon::after {
		width: 20px;
		height: 4px;
	}
	.dbarai_usage_contents {
		padding: 0 40px;
		border-width: 6px;
		border-top-width: 0;
		border-bottom-right-radius: 14px;
		border-bottom-left-radius: 14px;
	}
	.dbarai_usage_step {
		padding: 40px 0;
	}
	.dbarai_usage_step_title {
		margin-bottom: 10px;
		font-size: 2.0rem;
	}
	.dbarai_usage_step h5 {
		font-size: 1.8rem;
	}
	.dbarai_usage_step_download {
		margin: 35px 0 15px;
	}
	.dbarai_usage_step_image {
		margin: 30px 0 35px;
	}
	.dbarai_download {
		margin: 55px 0 0;
	}
	.dbarai_nav {
		margin-top: 64px;
		padding: 42px 0 132px;
	}
	.dbarai_nav ul {
		width: 648px;
		margin: 0 auto;
	}
	.dbarai_nav ul li {
		width: 312px;
	}
	.dpoint_title {
		height: 256px;
		padding-top: 83px;
	}
	.dpoint_title > i {
		top: -90px;
		width: 180px;
	}
	.dpoint_title > img {
		width: 587px;
	}
	.dpoint_items {
		width: 670px;
		padding: 50px 0;
	}
	.dpoint_item {
		padding: 28px 0 40px;
		border-radius: 40px;
	}
	.dpoint_item:not(:first-child) {
		margin-top: 28px;
	}
	.dpoint_item:nth-child(1) {
		-webkit-box-shadow: 0 6px 0 0 #f07c7c;
		        box-shadow: 0 6px 0 0 #f07c7c;
	}
	.dpoint_item:nth-child(2) {
		-webkit-box-shadow: 0 6px 0 0 #c5ab18;
		        box-shadow: 0 6px 0 0 #c5ab18;
	}
	.dpoint_item:nth-child(3) {
		-webkit-box-shadow: 0 6px 0 0 #3390b5;
		        box-shadow: 0 6px 0 0 #3390b5;
	}
	.dpoint_inner {
		padding: 45px 0 50px;
	}
	.dpoint_detail {
		width: 640px;
	}
	.dpoint_detail_button {
		height: 100px;
		padding-left: 195px;
		border-width: 4px;
		border-radius: 50px;
	}
	.dpoint_detail_button > img {
		width: 410px;
	}
	.dpoint_detail p {
		margin: 45px 0 15px;
		font-size: 2.0rem;
	}
  .archive_items {
    width: 600px;
    margin: 50px auto 0;
  }
	.bottom {
		padding: 56px 0;
	}
	
	
	
	.slick-dots li button:before {
    font-family: slick;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #cc0033;
    -webkit-font-smoothing: antialiased;
}
	
	.other_campaign {
    margin: 2% 0 4%;
    text-align: center;
}
	.other_campaign>a>img {
    width: 500px;
    height: 77px;
}
	.recommend>.notice>img {
    width: 592px;
}
	
}
@media screen and (min-width: 1000px), print {
	.service_items {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
	.dpoint_items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		max-width: 1300px;
		margin: 0 auto;
		padding: 65px 15px;
	}
	.dpoint_item {
		margin: 0 10px;
	}
	.dpoint_item:not(:first-child) {
		margin-top: 0;
	}
	.u-br.-hide-sm {
		display: inline;
	}
	.u-br.-hide-lg {
		display: none;
	}
}
@media screen {
	[hidden~=screen] {
		display: inherit;
	}
	[hidden~=screen]:not(:active):not(:focus):not(:target) {
		position: absolute !important;
		clip: rect(0 0 0 0) !important;
	}
}
