@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/* ------------------------------------------------------------------- */
/* ------------------------------------------------------------------- */


/*============================================================================================================
	base
============================================================================================================*/
body {
	color: #000;
	-webkit-text-size-adjust: 100%;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: normal;
}

div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, th, td, section, article, header, footer, main, nav, span, a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
}

h1 {
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.5;
	font-weight: normal;
	margin: 0;
	word-wrap: break-word;
}

p, li, td, th, dt, dd {
	font-size: 16px;
	margin: 0;
	word-wrap: break-word;
	text-indent: 1em;
}

@media screen and (max-width: 767px) {
	p, li, td, th, dt, dd {
		font-size: 14px;
	}
}

table {
	width: 90%;
	border-collapse: collapse;
	table-layout: fixed;
}

th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}

ul, ol, dl {
	padding: 1;
	margin: 0;
}

li {
	list-style: none;
}

.cf:after {
	content: "";
	display: block;
	clear: both;
}

@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}
/*------------------------------------------
	font
------------------------------------------*/
body, .f-gothic {
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}

.f-serif {
	font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.noto-sans {
	font-family: "Noto Sans JP", sans-serif;
}

.noto-serif {
	font-family: "Noto Serif JP", serif;
}

/*------------------------------------------
	frame
------------------------------------------*/
body {
	position: relative;
	min-width: initial;
}
@media screen and (min-width: 768px) {
	body {
		/*min-width: 1366px;*/
	}
}

/*------------------------------------------
	hover
------------------------------------------*/
@media screen and (min-width: 768px) {
	a {
		cursor: pointer;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	a img {
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	a:hover {
		opacity: 0.6;
	}
	a:hover img {
		opacity: 0.6;
	}
}
/* imgFitBox imgLinkBox */
.imgFitBox {
	overflow: hidden;
}
.imgFitBox img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
		 object-fit: cover;
	font-family: "object-fit: cover; object-position: center;";
}
.imgFitBox.contain {
	/* fit = contain */
}
.imgFitBox.contain img {
	-o-object-fit: contain;
		 object-fit: contain;
	font-family: "object-fit: contain; object-position: center;";
}

.imgLinkBox .imgLink-target {
	overflow: hidden;
}
.imgLinkBox .imgLink-target img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
		 object-fit: cover;
	font-family: "object-fit: cover; object-position: center;";
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.imgLinkBox:hover {
	opacity: 1;
}
.imgLinkBox:hover .imgLink-target {
	overflow: hidden;
}
.imgLinkBox:hover .imgLink-target img {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.top-header {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.top-header-logo {
	width: 133px;
	height: 40px;
	-o-object-fit: contain;
		 object-fit: contain;
}

/*============== PC ==============*/
@media screen and (min-width: 1200px) {
	.top-header {
		padding: 18px 22px;
	}
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
	.top-header {
		padding: 18px 22px;
	}
}
@media screen and (max-width: 768px) {
	.top-header {
		text-align: center;
		padding: 12px 22px;
	}
}

/*============================================================================================================
	mainvisual
============================================================================================================*/

.mainvisual {
	position: relative;
	text-align: center;
}
.mainvisual__inner {
}
.mainvisual__inner img {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	height: 600px;
	object-fit: none;
}
.mainvisual__inner img.img02 {
	margin: 30px auto 0px;
	height: 340px;
}
.mainvisual__inner img.img03 {
	margin: 30px auto 0px;
	height: 420px;
}
.mainvisual__inner img.img04 {
	margin: 40px auto 0px;
	height: 170px;
}
.mainvisual__text {
	margin: 40px auto 40px;
	display: inline-block;
	text-align: left;
}

@media screen and (max-width: 768px) {
	.mainvisual__inner img{
		width: 100%;
		height: auto;
		object-fit: contain;
	}
	.mainvisual__inner img.img02,
	.mainvisual__inner img.img03,
	.mainvisual__inner img.img04 {
		height: auto;
	}
	.mainvisual__inner img.img02 {
		width: calc(100% - 40px);
	}
	.mainvisual__text {
		margin: 20px auto 20px;
		padding: 0 10px;
		display: block;
	}
	.mainvisual__text div.ind1 {
		padding-left: 1em;
		text-indent: -1em;
	}
}

/*============================================================================================================
	overview
============================================================================================================*/

.overview {
	position: relative;
	background-image: linear-gradient(90deg, rgba(227, 255, 207, 1), rgba(187, 248, 255, 1));
}
.overview__inner {
	margin: 0px auto 0px;
	padding: 40px 0;
	width: 100%;
	max-width: 1000px;
	text-align: center;
}
.overview__img {
}
.overview__img img {
	max-width:100%;
}
.overview__btn {
	margin: 30px auto 0px;
}

@media screen and (max-width: 767px) {
	.overview__inner {
		width: calc(100% - 40px);
	}
	.overview__img img {
		margin: 0px auto 0px;
		max-width:100%;
	}
	.overview__btn {
		margin: 15px auto 0px;
	}
}

/*============================================================================================================
	point
============================================================================================================*/

.point {
	position: relative;
}
.point__inner {
	margin: 40px auto 50px;
	width: 100%;
	max-width: 1000px;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.point__item {
	text-align: center;
	width: calc(100% / 3);
}
.point__ttl {
	margin: 0px auto 20px;
}
.point__box {
	padding: 10px 20px;
}
.point__img {
	margin: 0px auto 0px;
	min-height:320px;
}
.point__ttl img,
.point__img img {
	max-width:100%;
}
.point__cap {
	margin-top: 10px;
	text-align: left;
	font-size: 90%;
	line-height: 1.2;
}
.point__cap div {
	padding-left:1em;
	text-indent:-1em;
}
.point__text {
	text-align: left;
}

@media screen and (max-width: 980px) {
	.point__img {
		min-height:335px;
	}
}

@media screen and (max-width: 767px) {
	.point__inner {
		width: 100%;
	}
	.point__item {
		margin: 0 auto 20px;
		width: calc(100% - 10px);
	}
	.point__ttl {
		margin: 0px auto 0px;
	}
	.point__box {
		width: 100%;
	}
	.point__img {
		min-height:auto;
	}
	.point__cap {
		margin: 20px auto;
	}
}

/*============================================================================================================
	recommend
============================================================================================================*/

.recommend {
	position: relative;
}
.recommend__inner {
	margin: 40px auto 50px;
	width: 100%;
	max-width: 1000px;
}
.recommend__img {
}
.recommend__img img {
	max-width:100%;
}

@media screen and (max-width: 767px) {
	.recommend__inner {
		width: 100%;
	}
	.recommend__inner img {
		margin: 0px auto 0px;
		max-width:100%;
	}
}

/*============================================================================================================
	furthermore
============================================================================================================*/

.furthermore {
	position: relative;
	background-image: linear-gradient(90deg, rgba(227, 255, 207, 1), rgba(187, 248, 255, 1));
}
.furthermore__inner {
	margin: 60px auto 40px;
	padding:0 0 40px 0;
	width: 100%;
	max-width: 1000px;
	text-align: center;
}
.furthermore__ttl {
}
.furthermore__ttl img {
	margin: -24px auto 0px;
}
.furthermore__img {
}
.furthermore__img img {
	margin: 20px auto 10px;
	max-width:100%;
}
.furthermore__com {
}

@media screen and (max-width: 767px) {
	.furthermore__inner {
		width: calc(100% - 40px);
	}
	.furthermore__img {
		margin: 10px auto 10px;
		width: 100%;
	}
	.furthermore__com {
		margin: 0px auto 0px;
		width: 100%;
		text-align: left;	
		padding-left: 1em;
		text-indent: -1em;
	}
}

/*============================================================================================================
	information
============================================================================================================*/

.information {
}
.information__inner {
	margin: 80px auto 40px;
	width: 100%;
	max-width: 1000px;
	text-align: center;
}
.information__inner img {
	margin: 0px auto 15px;
	max-width:100%;
}

@media screen and (max-width: 767px) {
	.information__inner {
		width: 92%;
	}
	.information__com {
		text-align: left;	
		padding-left: 1em;
		text-indent: -1em;
	}
}

/*============================================================================================================
	apply_btn
============================================================================================================*/

.apply_btn {
	margin: 20px auto 20px;
	cursor: pointer;
	width: 100%;
}
.apply_btn__inner {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	text-align: center;
}
.apply_btn__item {
}
.apply_btn__item img {
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.apply_btn__inner {
		width: 92%;
	}
	.apply_btn__item {
	}
	.apply_btn__item img {
		max-width: 100%;
	}
	.apply_btn__com {
		text-align: left;	
		padding-left: 1em;
		text-indent: -1em;
	}
}

/*============================================================================================================
	nocontract_btn
============================================================================================================*/

.nocontract_btn {
	margin: 40px auto 20px;
	cursor: pointer;
	width: 100%;
}
.nocontract_btn__inner {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	text-align: center;
}
.nocontract_btn__item {
}
.nocontract_btn__item img {
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.nocontract_btn__inner {
		width: 92%;
	}
	.nocontract_btn__item {
	}
	.nocontract_btn__item img {
		max-width: 100%;
	}
}

/*============================================================================================================
	case
============================================================================================================*/

.case {
}
.case__inner {
	margin: 80px auto 80px;
	width: 100%;
	max-width: 1000px;
	text-align: center;
}
.case__ttl {
	margin: 0px auto 40px;
}
.case__ttl img {
	max-width:100%;
}
.case__item {
}
.case__item img {
	margin: 0px auto 40px;
	max-width:100%;
}

@media screen and (max-width: 767px) {
	.case__ttl img {
		width: 100%;
	}
	.case__inner {
		margin: 40px auto 40px;
		width: 100%;
	}
}


/*============================================================================================================
	case2
============================================================================================================*/

.case2__inner {
	margin: 80px auto 40px;
	width: 100%;
	max-width: 1000px;
	text-align: center;
}
.case2__ttl {
	margin: 0px auto 40px;
}
.case2__item__box {
	display: flex;
	margin-bottom: 20px;
	align-items: center;
	width:100%;
}
.case2__item__box div.ind1 {
	font-size: 90%;
	padding-left: 1em;
	text-indent: -1em;
}
.case2__inline__item1 {
	flex: 3;
	margin-right: 10px;
}
.case2__inline__item2 {
	flex: 4;
	margin-right: 10px;
}
.case2__inline__item3 {
	flex: 4;
	text-align: left;
}
.case2__inline__item1 img, 
.case2__inline__item2 img, 
.case2__inline__item3 img {
	max-width:100%;
}
.case2__inline__item3 img {
	margin: 0px auto 20px;
}

@media screen and (max-width: 767px) {
	.case2__ttl img {
		width: 100%;
	}
	.case2__item__box {
		display: block;
		padding: 0 10px;
	}
	.case2__inline__item1,
	.case2__inline__item2,
	.case2__inline__item3 {
		width: 100%;
		margin-right: 0;
	}
}

/*============================================================================================================
	notice
============================================================================================================*/

.notice {
}
.notice__wrap {
	width: 100%;
	max-width: 1000px;
	margin: 0px auto 60px;
	position: relative;
	font-size: 90%;
	line-height: 1.5;
}
.notice__wrap div {
	margin-bottom: 5px;
}
.notice__wrap .notice__ttl {
	margin-top: 20px;
}
.notice__wrap div.ind1 {
	padding-left: 1em;
	text-indent: -0.6em;
	/*line-height: 1.3;*/
}
.notice__wrap div.ind10 {
	padding-left: 1em;
	text-indent: -1em;
}
.notice__wrap div.ind2 {
	padding-left: 2em;
	text-indent: -1em;
	/*line-height: 1.3;*/
}

@media screen and (max-width: 768px) {
	.notice__wrap {
		margin: 0px auto 20px;
		padding: 0px 10px;
		width: 100%;
	}
	.notice__wrap div.ind1 a {
		word-break: break-all;
	}
}
/*============================================================================================================
	programStreaming
============================================================================================================*/

.programStreaming {
	background: #fff;
	padding: 20px 0 50px;
	margin: 0 auto;
}
.programStreaming_title {
	width: 772px;
	margin: 0 auto 30px;
}
.pointProgram_wrap {
	width: 768px;
	margin: 0 auto;
}
.programStreaming_txt01 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 35px;
}
.programStreaming_txt02 {
	font-size: 12px;
	text-align: center;
	color: #7A7E83;
	margin-bottom: 40px;
}
.programStreaming_service {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.programStreaming_service_item {
	width: 33%;
}
.programStreaming_service_item:nth-child(4) {
	width: 100%;
	margin-top: 25px;
}
.programStreaming_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #EAF2F5;
	border-radius: 10px;
	padding: 40px 0;
	margin-bottom: 20px;
}
.programStreaming_box_item {
	width: 49%;
	text-align: center;
}
.programStreaming_box_img {
	width: 131px;
	margin: 0 auto 35px;
}
.programStreaming_box_txt {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.667;
}
.programStreaming_box_txt span {
	color: #00A0E9;
}
.programStreaming_box_note {
	font-size: 12px;
	margin-top: 1em;
}
.programStreaming_movie {
	background: #00A0E9;
	border-radius: 10px;
	text-align: center;
	padding: 20px 0 10px;
}
.programStreaming_movie_txt {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}
.programStreaming_youtube_wrap {
	width: 748px;
	margin: 0 auto;
}
.programStreaming_youtube_inner {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.programStreaming_youtube_inner iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 768px) {
	.programStreaming {
		max-width: inherit;
	}
	.programStreaming_title {
		width: 90.67vw;
		 margin: 0 auto 10.67vw;
	}
	.pointProgram_wrap {
		width: 90.67vw;
		margin: 0 auto;
	}
	.programStreaming_txt01 {
		font-size: 16px;
		line-height: 1.875;
		margin-bottom: 17.33vw;
	}
	.programStreaming_txt02 {
		line-height: 1.875;
		padding-left:1em;
		text-indent:-1em;
		text-align: left;
		margin-bottom: 1em;
	}
	.programStreaming_service {
		align-items: center;
	}
	.programStreaming_service_item {
		width: 48%;
		margin-bottom: 6.67vw;
	}
	.programStreaming_service_item:nth-child(4) {
		width: 48%;
		margin-top: 0;
	}
	.programStreaming_box {
		display: block;
		padding: 9.68% 0;
	}
	.programStreaming_box_item {
		width: 100%;
	}
	.programStreaming_box_item:first-child {
		margin-bottom: 11.73%;
	}
	.programStreaming_box_img {
		width: 38.42%;
		margin: 0 auto 7.33%;
	}
	.programStreaming_box_note {
		font-size: 11px;
	}
	.programStreaming_youtube_wrap {
		width: 95%;
	}
	.programStreaming_movie {
		padding: 5% 0 2.93%;
	}
	.programStreaming_movie_txt {
		margin-bottom: 5%;
	}
}
@media screen and (max-width: 580px) {
	.programStreaming_movie_txt {
		font-size: 19px;
		margin-bottom: 5%;
	}
}


/*============================================================================================================
	distribution_btn
============================================================================================================*/

.distribution_btn {
	margin: 0px auto 40px;
	cursor: pointer;
	width: 100%;
}
.distribution_btn__inner {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	text-align: center;
}
.distribution_btn__item {
}
.distribution_btn__item img {
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.distribution_btn {
		margin: 0px auto 40px;
	}
	.distribution_btn__inner {
		width: 92%;
	}
	.distribution_btn__item {
	}
	.distribution_btn__item img {
		max-width: 100%;
	}
}

/*============================================================================================================
	page-top
============================================================================================================*/

#page-top {
	position: fixed;
	bottom: 60px;
	right: 20px;
	z-index: 100;
	width: 44px;
}
#page-top a {
	display: inline-block;
	width: 44px;
	margin: 0 0 0 auto;
}

@media screen and (max-width: 767px) {
	#page-top {
		bottom: 20px;
	}
}

/* colors */
/*======= PC =======*/
/* size */
/*======= TABLET =======*/
/*======= SP =======*/
/* size */
/*============== PC ==============*/
@media screen and (min-width: 1200px) {
	.footer {
		padding: 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.footer-elements {
		width: 100%;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.footer-left {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.footer-left img {
		width: 110px;
	}
	.footer-left ul {
		margin-top: 10px;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	.footer-left ul li {
		padding: 0px 30px;
		border-right: 1px solid #454343;
	}
	.footer-left ul li a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
		font-size: 13px;
	}
	.footer-left ul li:last-of-type {
		border: none;
	}
	.footer-right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 10px;
		font-size: 13px;
		color: #454343;
	}
}
/*============== タブレット ==============*/
@media screen and (max-width: 1200px) and (min-width: 768px) {
	.footer {
		padding: 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.footer-elements {
		width: 100%;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.footer-left {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.footer-left img {
		width: 110px;
	}
	.footer-left ul {
		margin-top: 10px;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	.footer-left ul li {
		padding: 0px 30px;
		border-right: 1px solid #454343;
	}
	.footer-left ul li a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
		font-size: 13px;
	}
	.footer-left ul li:last-of-type {
		border: none;
	}
	.footer-right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 10px;
		font-size: 13px;
		color: #454343;
	}
}

@media screen and (max-width: 768px) {
	.footer .to-top-button img {
		width: 58px;
	}
	.footer-left ul li a {
		border-top: 1px solid rgba(69, 67, 67, 0.2);
		display: block;
	}
	.footer-right {
		line-height: 20px;
		border-top: 1px solid rgba(69, 67, 67, 0.2);
	}
	.footer-right, .footer li a, .footer .to-top-button {
		color: #454343;
		font-size: 14px;
		padding: 23px 0px;
		text-align: center;
	}
}
.follow-btn {
	background-color: #E64A19;
	background-image: url(../img/ico/ico_arrow02.svg);
	background-repeat: no-repeat;
	background-position: right 7px center;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	border-top-left-radius: 45px;
	border-bottom-left-radius: 45px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	padding-left: 29px;
	position: fixed;
	right: 0;
	bottom: 100px;
	line-height: 1.2;
	width: 155px;
	height: 90px;
	z-index: 10;
}

@media screen and (max-width: 767px) {
	.follow-btn {
		background-size: 18px 18px;
		border-top-left-radius: 29px;
		border-bottom-left-radius: 29px;
		font-size: 12px;
		bottom: 30px;
		padding-left: 14px;
		width: 93px;
		height: 57px;
	}
}

/* PC */
@media screen and (min-width: 1200px) {
	.pc-only {
		display: block !important;
	}
	.sp-only {
		display: none !important;
	}
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
	.pc-only {
		display: block !important;
	}
	.sp-only {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	.pc-only {
		display: none !important;
	}
	.sp-only {
		display: block !important;
	}
}
/* ------------------------------------------------------------------- */
