@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
body {
    background-color: #FFF1C5;
    overflow-x: hidden;
}
header h2 {
    font-weight: bold;
    font-size: 50px;
    padding-top: 40px;
}
header nav {
    position: fixed;
    right: 5%;
    bottom: 10%;
    z-index: 99999;
}
header nav li+li {
    margin-top: 30px;
}
#catch {
    background-image: url("../images/m_bg.png");
    height: 800px;
    background-position: center top;
    background-size: cover;
    margin-top: 30px;
}
#catch h1 {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-top: 80px;
}
#sns {
    margin-top: 50px;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    position: relative;
}
#sns ul {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
#sns ul li:nth-of-type(1) {
    position: absolute;
    top: 72px;
    left: 30px;
}
#sns ul li:nth-of-type(2) {
    position: absolute;
    top: 100px;
    right: 90px;
}
#sns ul li:nth-of-type(3) {
    position: absolute;
    top: 180px;
    right: 88px;
}
#sns ul li:nth-of-type(4) {
    position: absolute;
    top: 225px;
    left: 35px;
}
#closing {
    padding-top: 120px;
}
#closing h2+p {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 30px;
}
#closing figure+p {
    margin-top: -90px;
}
#osusume {
    margin-top: 80px;
}
#osusume ul {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}
#osusume ul li {
    display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
    align-items: center;
    font-size: 25px;
    margin-left: 40px;
    position: relative;
    margin-bottom: 25px;
}
#osusume ul li span:first-child {
    position: absolute;
    left: 0px;
    top: 0px;
}
#osusume ul li span+span {
    margin-right: 15px;
}
#letter .inner {
    width: 980px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 50px;
}
#letter .inner h2 {
    margin-bottom: 60px;
}
#letter .box {
    width: 760px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
    align-items: center;
}
#letter .box div {
    width: 600px;
    text-align: left;
}
#letter .box div h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}
#letter .box div p {
    font-size: 20px;
    line-height: 1.4em;
}
#letter .box:nth-of-type(4) p img {
    margin-left: -30px;
}
#letter .box+.box {
    margin-top: 50px;
}
#letter .inner+p {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2em;
    margin-top: 40px;
    margin-bottom: 15px;
}
#message h2 {
    background-image: url("../images/message_bg.png");
    height: 750px;
    margin-top: 100px;
    background-position: center top;
    background-size: cover;
}
#message h2 span {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    display: block;
    padding-top: 20px;
}
#message .flex {
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    width: 980px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
#message .flex h3 {
    background-color: #00AB9E;
    width: 2000px;
    margin-left: -1720px;
    text-align: right;
    display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
}
#message .flex p {
    width: 650px;
    font-size: 22px;
}
#message .flex2 {
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    width: 980px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
#message .flex2 div h3 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.0em;
    margin-bottom: 15px;
}
#message .flex2 div h3 span {
    display: block;
    font-size: 25px;
}
#message .flex2 div p {
    width: 650px;
    font-size: 22px;
}
#message .flex2 div p span {
    font-size: 12px;
}
#message .flex2 figure.pc {
    background-color: #fff;
    width: 2000px;
    display: block;
    margin-right: -1790px;
    text-align: left;
    display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
    align-items: center;
    padding-left: 70px;
}
#voice {
    background-color: #fff;
    border-radius: 50px;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
}
#voice h2 {
    position: relative;
    left: -23px;
    top: -23px;
    margin-bottom: 10px;
}
#voice .box {
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../images/dot.png");
    background-repeat: repeat-x;
    background-position: left top;
    padding-top: 30px;
    padding-bottom: 30px;
}
#voice .box:nth-of-type(1) {
    border-top: 1px solid #00A99D;
    background-image: none;
}
#voice .box:nth-of-type(2) {
    flex-direction: row-reverse;
}
#voice .box div {
    width: 740px;
    text-align: left;
}
#voice .box div dl dt {
    font-size: 30px;
    font-weight: bold;
}
#voice .box div dl dd {
    font-size: 20px;
    margin-top: 5px;
}
#voice .box div p {
    font-size: 18px;
    margin-top: 10px;
}
#voice .box div p span {
    background-color: #FCEE21;
}
#voice+p {
    margin-top: 25px;
}
#last {
    margin-top: 50px;
    background-image: url("../images/last_bg.png");
    height: 700px;
    background-position: center top;
    background-size: cover;
}
#last .inner {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#last .inner p {
    text-align: left;
    font-size: 25px;
    line-height: 2em;
    position: absolute;
    right: 0px;
    top: 100px;
}
footer {
    margin-top: 50px;
}
footer p small {
    font-size: 20px;
    background-color: #fff;
    display: block;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
body {
    background-color: #FFF1C5;
}
header h2 {
    font-weight: bold;
    font-size: 7vw;
    padding-top: 5%;
    line-height: 1.1em;
}
header nav {
    position: fixed;
    right: 0px;
    bottom: 32%;
    z-index: 99999;
}
header nav li img {
    width: 50%;
}
header nav li+li {
    margin-top: 20%;
}
#catch h1 {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-top: 2%;
}
#sns {
    margin-top: 10%;
    margin-left: 3%;
    margin-right: 3%;
    text-align: left;
    position: relative;
}
#sns ul {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
}
#sns ul li {
    width: 6%;
}
#sns ul li:nth-of-type(1) {
    position: absolute;
    top: 7vw;
    left: 40%;
}
#sns ul li:nth-of-type(2) {
    position: absolute;
    top: 10vw;
    right: 42%;
}
#sns ul li:nth-of-type(3) {
    position: absolute;
    top: 18vw;
    right: 41%;
}
#sns ul li:nth-of-type(4) {
    position: absolute;
    top: 22vw;
    left: 41%;
}
#closing {
    padding-top: 10%;
}
#closing h2+p {
    font-size: 4.5vw;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 30px;
}
#closing figure {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#closing figure+p {
    margin-top: -9vw;
    width: 45%;
    margin-left: auto;
    margin-right: auto;
}
#osusume {
    margin-top: 10%;
}
#osusume ul {
    margin-right: 3%;
    margin-left: 3%;
    margin-top: 5%;
}
#osusume ul li {
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    align-items: center;
    font-size: 3.5vw;
    text-align: left;
    position: relative;
    margin-bottom: 5%;
}
#osusume ul li span:first-child {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 65%;
    z-index: 999;
}
#osusume ul li span+span {
    margin-right: 15px;
    width: 50%;
    display: inline-block;
}
#osusume ul li em {
    width: 92%;
}
#letter .inner {
    background-color: #fff;
    margin-left: 5%;
    margin-right: 5%;
    border-radius: 50px;
    margin-top: 10%;
    padding-top: 8%;
    padding-bottom: 8%;
}
#letter .inner h2 {
    margin-bottom: 5%;
    margin-left: 5%;
    margin-right: 5%;
}
#letter .box {
    margin-left: auto;
    margin-right: auto;
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
    padding-left: 5%;
    padding-right: 5%;
}
#letter .box p {
    width: 20%;
    margin-top: -3%;
}
#letter .box:nth-of-type(4) p {
    margin-top: 0px;
}
#letter .box div {
    text-align: left;
    width: 75%;
}
#letter .box div h3 {
    font-size: 4vw;
    font-weight: bold;
    margin-bottom: 2%;
}
#letter .box div p {
    font-size: 3.5vw;
    line-height: 1.4em;
    width: 100%;
    margin-top: 0px;
}
#letter .box:nth-of-type(4) p img {
}
#letter .box+.box {
    margin-top: 8%;
}
#letter .inner+p {
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.2em;
    margin-top: 5%;
    margin-bottom: 5%;
}
#letter .inner+p+p {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
}
#message h2 {
    background-image: url("../images/message_bg.png");
    margin-top: 10%;
    background-position: center top;
    background-size: cover;
}
#message h2 span {
    margin-left: 2%;
    padding-bottom: 10%;
    margin-right: auto;
    width: 70%;
    text-align: left;
    display: block;
    padding-top: 20px;
}
#message .flex {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
}
#message .flex h3 {
    background-color: #00AB9E;
    text-align: center;
    padding-top: 3%;
    padding-bottom: 3%;
}
#message .flex h3 img {
    width: 50%;
}
#message .flex p {
    margin-top: 5%;
    margin-left: 5%;
    margin-right: 5%;
}
#message .flex2 {
    text-align: left;
    margin-top: 10%;
}
#message .flex2 figure.sp {
    background-color: #fff;
    text-align: center;
    padding-top: 3%;
    padding-bottom: 3%;
    margin-bottom: 3%;
}
#message .flex2 figure.sp img {
    width: 30%;
}
#message .flex2 div {
    margin-left: 5%;
    margin-right: 5%;
}
#message .flex2 div h3 {
    font-size: 6vw;
    font-weight: bold;
    line-height: 1.0em;
    margin-bottom: 5%;
}
#message .flex2 div h3 span {
    display: block;
    font-size: 4vw;
}
#message .flex2 div p span {
    font-size: 2.5vw;
}
#voice {
    background-color: #fff;
    border-radius: 50px;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 12%;
}
#voice h2 {
    position: relative;
    left: -1vw;
    top: -3vw;
}
#voice .box {
    margin-left: 5%;
    margin-right: 5%;
    background-image: url("../images/dot.png");
    background-repeat: repeat-x;
    background-position: left top;
    padding-top: 5%;
    padding-bottom: 5%;
}
#voice .box:nth-of-type(1) {
    border-top: 1px solid #00A99D;
    background-image: none;
}
#voice .box:nth-of-type(2) {
    flex-direction: row-reverse;
}
#voice .box figure {
    width: 35%;
    margin-bottom: 3%;
    margin-left: auto;
    margin-right: auto;
}
#voice .box div {
    text-align: left;
}
#voice .box div dl dt {
    font-size: 5vw;
    font-weight: bold;
}
#voice .box div dl dd {
    font-size: 4vw;
    margin-top: 5px;
}
#voice .box div p {
    margin-top: 10px;
}
#voice .box div p span {
    background-color: #FCEE21;
}
#voice+p {
    margin-top: 5%;
    width: 45%;
    margin-left: auto;
    margin-right: auto;
}
#last {
    margin-top: 10%;
    background-image: url("../images/last_bg.png");
    background-position: center top;
    background-size: cover;
    padding-top: 15%;
    padding-bottom: 15%;
}
#last .inner {
    margin-left: auto;
    margin-right: auto;
}
#last .inner p {
    text-align: left;
    line-height: 2em;
    margin-left: 28vw;
}
footer {
    margin-top: 10%;
}
footer img {
    width: 30%;
}
footer p small {
    font-size: 3.5vw;
    background-color: #fff;
    display: block;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}