@charset "utf-8";
/* reset
------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)

   fixed
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

div,p,dl,dt,dd,ol,ul,li,
h1,h2,h3,h4,h5,h6,
form,input,button,textarea,table,tr,th,td,
article,aside,header,footer,section,nav{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* -------------------------------------------------------
   font
------------------------------------------------------- */
/*
フォント指定 游ゴシック
*/
body,
html,
td,
th,
input[type="text"],
textarea {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 170%;
}


a:link,
a:visited {
    color: #0074BE;
    text-decoration: none;
  transition:all 0.2s;
}

a:hover {
	opacity: .6;
}

.fontAwesome::before {
  font-family: "Font Awesome 5 Free";
  content: '\f1e2';
  font-weight: 900;
}

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

/* -------------------------------------------------------
   一括指定 boxsizing / clearfix / image hover / contents width
------------------------------------------------------- */
/* boxsizing */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

/* clearfix */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* image hover */
.class:hover {
    opacity: 0.7;
    text-decoration: none;
}

/* contents width */
.class {
    width: 980px;
    margin: 0 auto;
    position: relative;
}

/* form style reset */
/*
input, button, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
*/

/* flex content */
.flexContent {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* 3カラム */
.flexContent {
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.flexContent li {
    flex-basis: 31%;
    margin-bottom: 10px;
}

.flexContent li:nth-child(3n+1):last-child {
    margin-left: auto;
    margin-right: calc(35% * 2);
}

.flexContent li:nth-child(3n+2):last-child {
    margin-left: auto;
    margin-right: 35%;
}

@media screen and (min-width: 900px){
	body {
		min-width: 1400px;
		overflow: auto;
	}
}

/* -------------------------------------------------------
 Header
------------------------------------------------------- */
.Header {
	position: relative;
	background-color: #ccecf4;
	background-image: url("../images/bg-007.png");
	background-size: 3100px auto;
	background-repeat: repeat-x;
	background-position: center top;
	height: 490px;
}
.boxHeader {
	padding-top: 80px;
	padding-bottom: 80px;
}

@media screen and (min-width: 900px){
	.boxHeader {
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media screen and (min-width: 900px){
	.boxHeaderInner {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
}

.imageHeadItem {
	background-image: url("../images/bg-001.png");
	background-size: 450px auto;
	background-repeat: no-repeat;
	background-position: center top;
	height: 350px;
	position: absolute;
	top: 178px;
	left: 0;
	width: 100%;
}
.imageKyouchanName {
	max-width: 270px;
	width: 270px;
	position: absolute;
	top: 60px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

@media screen and (min-width: 900px){
	.imageKyouchanName {
		width: 410px;
		left: 520px;
		max-width: initial;
		right: initial;
		top: 200px;
	}
}

.imageKyouchan {
	text-align: center;
	width: 200px;
	position: absolute;
	top: 190px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

@media screen and (min-width: 900px){
	.imageKyouchan {
		width: 310px;
		height: 360px;
		left: initial;
		right: 170px;
		top: 160px;
	}
}

.headerlink {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 50px;
}

@media screen and (min-width: 900px){
	.headerlink {
		z-index: 10;
		width: 100px;
		left: 130px;
	}
}

.headerlink a {
	display: block;
}

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

------------------------------------------------------- */
.blockContents {
	margin-left: 10px;
	margin-right: 10px;
}



/* -------------------------------------------------------
 Section 1
------------------------------------------------------- */
.section001 {
	background-color: #bfe7f1;
	padding-bottom: 50px;
}

@media screen and (min-width: 900px){
	.section001 {
		padding-bottom: 90px;
	}
}

.linkPageAnchor {
	margin-left: 20px;
	margin-right: 20px;
}

@media screen and (min-width: 900px){
	.linkPageAnchor {
		display: flex;
		justify-content: space-between;
	}
}

@media screen and (min-width: 900px){
	.linkPageAnchor li {
		margin-left: 10px;
		margin-right: 10px;
		width: calc(100% / 3);
	}
}

.linkPageAnchor li + li {
	margin-top: 30px;
}

@media screen and (min-width: 900px){
	.linkPageAnchor li + li {
		margin-top: 0;
	}
}

.linkPageAnchor a {
	display: block;
	background: #e5f5f9;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	border: 3px solid #0064b4;
	border-radius: 13px;
	font-weight: bold;
	font-size: 1.8rem;
	position: relative;
}

.linkPageAnchor a::after {
	font-family: "Font Awesome 5 Free";
	content: '\f078';
	font-weight: 900;
	font-size: 2.0rem;
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 25%;
}

/* -------------------------------------------------------
 Section 2
------------------------------------------------------- */
.section002 {
	padding-top: 80px;
	padding-bottom: 40px;
	background-color: #bfe7f1;
	background-image: url("../images/bg-008.png");
	background-size: 1800px auto;
	background-position: center top;
	background-repeat: repeat-x;
}

@media screen and (min-width: 900px){
	.section002 {
		background-size: 3000px auto;
		padding-top: 180px;
	}
}

.blockProfile {
	position: relative;
}

.blockProfile__kyouchan {
	width: 130px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	position: relative;
}

@media screen and (min-width: 900px){
	.blockProfile__kyouchan {
		width: 255px;
	}
}

.blockProfile__kyouchan img {
	transition: transform .5s;
}

.blockProfile__kyouchan img:hover {
	transform: rotate(5deg);
}

.blockProfile__data {

}

@media screen and (min-width: 900px){
	.blockProfile__data {
		width: 754px;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		top: -289px;
	}
}

.profile001,
.profile002,
.profile003 {
	cursor: pointer;
}

.profile001 {
	position: absolute;
	width: 114px;
	top: -40px;
	left: calc(50% - 120px);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

@media screen and (min-width: 900px){
	.profile001 {
		width: 230px;
		left: 120px;
	    top: -70px;

	}
}

.profile002 {
	position: absolute;
	width: 99px;
	top: 0;
	right: calc(50% - 220px);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

@media screen and (min-width: 900px){
	.profile002 {
		width: 200px;
		right: -80px;
		top: -40px;
	}
}

.profile003 {
	position: absolute;
	width: 113px;
	bottom: -50px;
	left: calc(50% - 120px);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

@media screen and (min-width: 900px){
	.profile003 {
		width: 230px;
		left: 140px;
	    top: 150px;
	}
}

.blockProfile__caption {
	color: #0064b4;
	position: absolute;
	bottom: -20px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 140%;
	left: calc(50% + 100px);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

@media screen and (min-width: 900px){
	.blockProfile__caption {
		left: calc(50% + 170px);
		font-size: 1.6rem;
		bottom: 40px;
	}
}

/* -------------------------------------------------------
 Section 3
------------------------------------------------------- */
.section003 {
	padding-top: 150px;
	padding-bottom: 80px;
	background-color: #99d9e9;
	background-image: url("../images/bg-002.png");
	background-size: 2000px auto;
	background-position: center top;
	background-repeat: repeat-x;
}

@media screen and (min-width: 900px){
	.section003 {
		padding-top: 300px;
	}
}

.blockSecrets__title {
	text-align: center;
	margin-bottom: 20px;
	width: 80%;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 900px){
	.blockSecrets__title {
		width: 453px;
		max-width: 453px;
		margin-bottom: 40px;
	}
}

.blockSecretsDescription {
	color: #fff;
}

.blockCharacterOrigin {
	width: 80%;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media screen and (min-width: 900px){
	.blockCharacterOrigin {
		width: 530px;
		max-width: 530px;
		margin-top: 40px;
		margin-bottom: 100px;
	}
}

.blockMovie {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	width: 100%;
	aspect-ratio: 16 / 9;
}

.blockMovie iframe {
  width: 100%;
  height: 100%;
}

.blockSlide {
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 60px;
}

@media screen and (min-width: 900px){
	.blockSlide {
		margin-left: 0;
		margin-right: 0;
		margin-top: 100px;
	}
}

@media screen and (min-width: 1400px){
	.blockSlide {
		margin-left: 0;
		margin-right: 0;
	}
}

.blockSlide__title {
	text-align: center;
	margin-bottom: 20px;
	width: 75%;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 900px){
	.blockSlide__title {
		width: 440px;
		max-width: 440px;
	}
}

.slideItem {
}

.slideItem {
	padding: 5px;
}

.blockSlideItem img {
	border: 1px solid #0064b4;
	border-radius: 4px;
}

@media screen and (min-width: 900px){
	.blockSlideItem img {

	}
}

.slick-dots {
	bottom: -40px;
}

.slick-dots li {
	width: 5px;
}

@media screen and (min-width: 900px){
	.slick-dots li {
		margin: 0 10px;
	}
}

.slick-dots li button:before {
	color: #fff;
	opacity: .5;
}

.slick-dots li.slick-active button:before {
	color: #fff;
	opacity: 1;
}

@media screen and (min-width: 900px){
	.slick-dots li button:before {
		font-size: 1.8rem;
	}
	.slick-dots li.slick-active button:before {
		font-size: 1.8rem;
	}
}

/* -------------------------------------------------------
 Section 4
------------------------------------------------------- */
.section004 {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #8cb9dd;
	background-image: url("../images/bg-003.png");
	background-size: 1800px auto;
	background-position: center top;
	background-repeat: repeat-x;
}

@media screen and (min-width: 900px){
	.section004 {
		padding-top: 160px;
	}
}

.blockAboutRofuku__title {
	text-align: center;
	margin-bottom: 20px;
	width: 55%;
	max-width: 210px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 900px){
	.blockAboutRofuku__title {
		width: 300px;
		max-width: 300px;
		margin-bottom: 40px;
	}
}

.blockImageRofuku {
	width: 70%;
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

@media screen and (min-width: 900px){
	.blockImageRofuku {
		width: 500px;
		max-width: 500px;
		margin-bottom: 80px;
		margin-top: 50px;
	}
}

.blockAboutRofukuDescription {
	color: #0064b4;
	font-weight: bold;
}

.blockAboutRofukuDescription span {
	color: #e6506e;
	border-bottom: 2px solid #fff;
}

.blockSns {
	margin-top: 60px;
	position: relative;
	z-index: 5;
}

.blockSns__title {
	text-align: center;
	margin-bottom: 20px;
	width: 95%;
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 900px){
	.blockSns__title {
		width: 580px;
		max-width: 580px;
		margin-bottom: 40px;
		margin-top: 120px;
	}
}


.listSnsLink {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}

.listSnsLink a {
	display: inline-block;
	background: #fff;
	border-radius: 1000px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 2.2rem;
	margin-left: 10px;
	margin-right: 10px;
	color: #3bb6e0;
}

@media screen and (min-width: 900px){
	.listSnsLink a {
		width: 140px;
		height: 140px;
		line-height: 140px;
		font-size: 4.0rem;
		margin-left: 30px;
		margin-right: 30px;
	}
	.listSnsLink a.linkTwitter {
		font-size: 4.1rem;
	}
	.listSnsLink a.linkInstagram {
		font-size: 4.3rem;
	}
}

/* -------------------------------------------------------
 Section 5
------------------------------------------------------- */
.section005 {
	padding-top: 80px;
	padding-bottom: 40px;
	background: #ccecf4;
	background-image: url("../images/bg-005.png");
	background-size: 1800px auto;
	background-position: center top;
	background-repeat: repeat-x;
	position: relative;
}

@media screen and (min-width: 900px){
	.section005 {
		padding-top: 170px;
		padding-bottom: 90px;
		background-position: -40px top;
	}
}

.blockHowto__title {
	text-align: center;
	margin-bottom: 20px;
	width: 80%;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 900px){
	.blockHowto__title {
		width: 480px;
		max-width: 480px;
		margin-bottom: 40px;
	}
}

.blockHowtoDescription {
	text-align: center;
	position: relative;
	z-index: 5;
}

@media screen and (min-width: 900px){
	.blockHowtoDescription {
		width: 480px;
		margin-left: auto;
		margin-right: auto;
	}
}

.blockHowtoLink {
	margin-top: 30px;
	text-align: center;
	position: relative;
	z-index: 5;
}

@media screen and (min-width: 900px){
	.blockHowtoLink {
	}
}

a.button001 {
	background: #fff;
	color: #00a0c8;
	border: 3px solid #00a0c8;
	border-radius: 13px;
	font-size: 1.8rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;
	display: inline-block;
	font-weight: bold;
}

@media screen and (min-width: 900px){
	a.button001 {
		width: 300px;
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
}

.blockTrademark {
	text-align: center;
	font-size: 1.4rem;
	margin-top: 40px;
}

@media screen and (min-width: 900px){
	.blockTrademark {
		font-size: 1.6rem;
	}
}

.Footer {
	padding-top: 40px;
	padding-bottom: 40px;
}

.linkAnchorTop {
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 50px;
}

@media screen and (min-width: 900px){
	.linkAnchorTop {
		width: 70px;
		height: 70px;
		right: 30px;
	}
}

.copyright {
	font-size: 1.0rem;
	text-align: center;
}

@media screen and (min-width: 900px){
	.copyright {
		font-size: 1.4rem;
	}
}


/* -------------------------------------------------------
 コンテンツ幅
------------------------------------------------------- */
@media screen and (min-width: 900px){
	.boxHeader,
	.section001 .blockContents,
	.section002 .blockContents,
	.section003 .blockContents,
	.section004 .blockContents,
	.section005 .blockContents {
		width: 1400px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}
	.Header {
		background-size: 3940px auto;
		height: 600px;
	}
	.imageHeadItem {
		width: 1312px;
		height: 530px;
		background-size: 1312px auto;
		top: 0;
		overflow: hidden;
	}
}

@media screen and (min-width: 900px){
	.section003 {
		background-size: 4020px auto;
	}
	.section004,
	.section005 {
		background-size: 3900px auto;
	}
}

@media screen and (min-width: 900px){
	.boxHeaderInner,
	.linkPageAnchor{
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 900px){
	.blockSecretsDescription,
	.blockMovie,
	.blockAboutRofukuDescription {
		width: 760px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}
}

.blockBubble001,
.blockBubble002,
.blockBubble003,
.blockBubble004,
.blockHowtoItem {
	display: none;
}

@media screen and (min-width: 900px){
	.blockBubble001,
	.blockBubble002,
	.blockBubble003,
	.blockBubble004,
	.blockHowtoItem {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 1000px;
		display: block;
	}
}

@media screen and (min-width: 900px){
	.blockBubble001 {

	}
}

@media screen and (min-width: 900px){
	.blockBubble002 {
		top: 100px;
	}
}

@media screen and (min-width: 900px){
	.blockBubble003 {
		top: -80px;
	}
}

@media screen and (min-width: 900px){
	.blockBubble004 {
		top: 420px;
	}
}

@media screen and (min-width: 900px){
	.blockHowtoItem {
		top: -70px;
	}
}

/* -------------------------------------------------------
 utilities
------------------------------------------------------- */
.u-mt0:not(:root) { margin-top: 0; }
.u-mt10:not(:root) { margin-top: 10px; }
.u-mt20:not(:root) { margin-top: 20px; }
.u-mt30:not(:root) { margin-top: 30px; }
.u-mt40:not(:root) { margin-top: 40px; }
.u-mt50:not(:root) { margin-top: 50px; }
.u-mt60:not(:root) { margin-top: 60px; }
.u-mt70:not(:root) { margin-top: 70px; }
.u-mt80:not(:root) { margin-top: 80px; }
.u-mt90:not(:root) { margin-top: 90px; }
.u-mt100:not(:root) { margin-top: 100px; }

.u-mtM10:not(:root) { margin-top: -10px; }
.u-mtM20:not(:root) { margin-top: -20px; }
.u-mtM30:not(:root) { margin-top: -30px; }
.u-mtM40:not(:root) { margin-top: -40px; }
.u-mtM50:not(:root) { margin-top: -50px; }
.u-mtM60:not(:root) { margin-top: -60px; }
.u-mtM70:not(:root) { margin-top: -70px; }
.u-mtM80:not(:root) { margin-top: -80px; }
.u-mtM90:not(:root) { margin-top: -90px; }
.u-mtM100:not(:root) { margin-top: -100px; }

.u-mb0:not(:root) { margin-bottom: 0; }
.u-mb10:not(:root) { margin-bottom: 10px; }
.u-mb20:not(:root) { margin-bottom: 20px; }
.u-mb30:not(:root) { margin-bottom: 30px; }
.u-mb40:not(:root) { margin-bottom: 40px; }
.u-mb50:not(:root) { margin-bottom: 50px; }
.u-mb60:not(:root) { margin-bottom: 60px; }
.u-mb70:not(:root) { margin-bottom: 70px; }
.u-mb80:not(:root) { margin-bottom: 80px; }
.u-mb90:not(:root) { margin-bottom: 90px; }
.u-mb100:not(:root) { margin-bottom: 100px; }

.u-mbM10:not(:root) { margin-bottom: -10px; }
.u-mbM20:not(:root) { margin-bottom: -20px; }
.u-mbM30:not(:root) { margin-bottom: -30px; }
.u-mbM40:not(:root) { margin-bottom: -40px; }
.u-mbM50:not(:root) { margin-bottom: -50px; }
.u-mbM60:not(:root) { margin-bottom: -60px; }
.u-mbM70:not(:root) { margin-bottom: -70px; }
.u-mbM80:not(:root) { margin-bottom: -80px; }
.u-mbM90:not(:root) { margin-bottom: -90px; }
.u-mbM100:not(:root) { margin-bottom: -100px; }

.u-ml0:not(:root) { margin-left: 0; }
.u-ml10:not(:root) { margin-left: 10px; }
.u-ml20:not(:root) { margin-left: 20px; }
.u-ml30:not(:root) { margin-left: 30px; }
.u-ml40:not(:root) { margin-left: 40px; }
.u-ml50:not(:root) { margin-left: 50px; }
.u-ml60:not(:root) { margin-left: 60px; }
.u-ml70:not(:root) { margin-left: 70px; }
.u-ml80:not(:root) { margin-left: 80px; }
.u-ml90:not(:root) { margin-left: 90px; }
.u-ml100:not(:root) { margin-left: 100px; }

.u-mr0:not(:root) { margin-right: 0; }
.u-mr10:not(:root) { margin-right: 10px; }
.u-mr20:not(:root) { margin-right: 20px; }
.u-mr30:not(:root) { margin-right: 30px; }
.u-mr40:not(:root) { margin-right: 40px; }
.u-mr50:not(:root) { margin-right: 50px; }
.u-mr60:not(:root) { margin-right: 60px; }
.u-mr70:not(:root) { margin-right: 70px; }
.u-mr80:not(:root) { margin-right: 80px; }
.u-mr90:not(:root) { margin-right: 90px; }
.u-mr100:not(:root) { margin-right: 100px; }

.u-alLeft:not(:root) { text-align: left; }
.u-alRight:not(:root) { text-align: right; }
.u-alCenter:not(:root) { text-align: center; }



/* media query pattern
--------------------------------------------------------------------------- */

/* 576px以上  */
@media (min-width:576px) {
}

/* 576px以上 767.98px以下  */
@media (min-width:576px) and (max-width:767.98px) {
}

/* 768px以上  */
@media (min-width:768px) {
}

/* 768px以上 991.98px以下  */
@media (min-width:768px) and (max-width:991.98px) {
}

/* 783px以上  */
@media (min-width:783px) {
}

/* 991.98px以上  */
@media (min-width:991.98px) {
}

/* PC main  */
/* 992px以上  */
@media (min-width:992px) {
}

/* 992px以上 1199.98px以下  */
@media (min-width:992px) and (max-width:1199.98px) {

}

/* 1200px以上  */
@media (min-width:1200px) {

}

/* / PC main  */
/* 1400px以上  */
@media (min-width:1400px) {
}

/* 991.98px以下  */
@media (max-width:991.98px) {
}

/* 991px以下  */
@media (max-width:991px) {

}

/* 782px以下  */
@media (max-width:782px) {
}

/* 782px以下  */
@media screen and (max-width:782px) {
}

@media (max-width:767.98px) {}

@media (max-width:600px) {
}

@media (max-width:575.98px) {
}


/*** lineスタンプセクション追加 202508***/
.blockContents .linestamp {
 padding: 0 10px;
}
.blockContents .linestamp .leadBlock{
 text-align: center;
 color: #FFF;
 margin-bottom: 40px;
}
.blockContents .linestamp .leadBlock h2{
 margin-bottom: 40px;
}
.blockContents .linestamp .leadBlock h3{
 font-size: 2em;
 margin-bottom: 40px;
 font-weight: 600;
 line-height: 1.2;
}
@media screen and (max-width:768px) {
 .blockContents .linestamp .leadBlock h3{
  font-size: 1.5em;
 }
}
.blockContents .linestamp .leadBlock p{
 font-size: 1.2em;
}
.blockContents .linestamp .sampleBlock{
 width: 80%;
 margin: 0 auto;
 display: flex;
 /*flex-wrap: wrap;*/
 gap: 30px;
 margin-bottom: 60px;
}
.blockContents .linestamp .sampleBlock .stampSample{
 background: #FFF;
 width: calc(100% / 4);
 border-radius: 10px;
}
@media screen and (max-width:768px) {
.blockContents .linestamp .sampleBlock{
 width: 100%;
 justify-content: space-between;
 gap: 0;
 flex-wrap: wrap;
 margin-bottom: 20px;
}
.blockContents .linestamp .sampleBlock .stampSample{
 width: calc(100% / 2 - 2%);
 margin-bottom: 5%;
}
}
.blockContents .linestamp .sampleBlock .stampSample img {
 width: 100%;
}
.blockContents .linestamp .purchaseBlock{
 width: 80%;
 margin: 0 auto;
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 20px;
 flex-wrap: wrap; /* 小さい画面では縦並びにする */
 background-color: rgba(255, 255, 255, 0.2); /* 少し透明な白背景 */
 padding: 20px;
 border-radius: 15px;
}
@media screen and (max-width:768px) {
.blockContents .linestamp .purchaseBlock{
 width: 100%;
}
}
.blockContents .linestamp .purchaseBlock .purchaseBlock_inner{
 width: 85%;
 display: flex;
}
@media screen and (max-width:768px) {
 .blockContents .linestamp .purchaseBlock .purchaseBlock_inner{
  width: 100%;
 }
}
.blockContents .linestamp .purchaseBlock .qrbox{
 width: 15%;
 margin-right: 50px;
 box-sizing: border-box;
}
@media screen and (max-width:768px) {
.blockContents .linestamp .purchaseBlock .qrbox{
 display: none;
 }
}
.blockContents .linestamp .purchaseBlock .qrbox img{
 width: 100%;
}
.blockContents .linestamp .purchaseBlock .infobox{
 width: 85%;
}
@media screen and (max-width:768px) {
.blockContents .linestamp .purchaseBlock .infobox{
 width: 100%;
}
}
.blockContents .linestamp .purchaseBlock .infobox p.info{
 color: #005073;
 font-weight: 600;
 margin-bottom: 25px;
 font-size: 1.1em;
 margin-top: 5px;
}
/* 購入ボタン */
.blockContents .linestamp .purchaseBlock .infobox .purchaseBt {
 text-align: center;
}
.blockContents .linestamp .purchaseBlock .infobox .purchaseBt a{
display: inline-block;
background-color: #00b900; /* LINE風の緑色 */
color: white;
padding: 10px 50px;
border-radius: 8px;
text-decoration: none;
font-weight: bold;
text-align: center;
transition: background-color 0.2s ease;
align-self: flex-start; /* 左寄せにする */
}
