@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Kaisei+Tokumin:wght@400;500;700;800&display=swap');

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/ * Corrects block display not defined in IE8/9. */

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {display: block}

audio,canvas,video {display : inline-block}

audio:not([controls]) { display: none;height: 0}

[hidden] {display: none}

html {
    font-family: sans-serif; /* 1 */
/* 日本語のfont-familyへの対応 */
	font-family: "Kaisei Tokumin", serif,"Hiragino Kaku Gothic Pro","Yu Gothic","Meiryo",sans-serif;
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
    color: #535353;

}

body { margin : 0}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table,pre { margin: 0} /*上方向のmarginを0にします */

ul, li{
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style:none;
}

a:focus { outline: thin dotted}

a:hover,a:active { outline : 0}

html { font-size: 80%} /* レスポンシブ   タイプセッティングへの対応 */

/* 禁則処理の追加 */
p,li,dt,dd,th,td,pre{
-ms-line-break: strict;
line-break: strict;
-ms-word-break: break-strict;
word-break: break-strict}


abbr[title] { border-bottom : 1px dotted}

b, strong { font-weight : bold}

dfn { font-style: italic}

mark { background: #ff0;
color: #000}

code, kbd, pre, samp {
font-family: monospace, serif;
font-size: 1em}

pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word}

q {quotes: “\201C” “\201D” “\2018” “\2019”;}

small {font-size: 80%;}

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

sup {top: -0.5em}
sub {bottom: -0.25em}

img {
max-width :100%; /* フルードイメージへの対応 */
vertical-align: middle; /* 追加箇所 */
border: 0}

svg:not(:root) {overflow: hidden}

figure {margin: 0}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */}

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

button,input {line-height: normal; /* 1 */}

button,
input[type="button"],  /* 1 */
input[type="reset"], 
input[type="submit"] {
-webkit-appearance: button; /* 2 */
cursor: pointer; /* 3 */}/
}

button[disabled],
input[disabled] {cursor: default}

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

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none}

button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0}

textarea {
overflow: auto; /* 1 */
vertical-align: top; /* 2 */}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* リセット記述終了 */

/* clearfix
------------------------------------------------------------*/
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height:0;
}


div,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table,pre {
	box-sizing: border-box;	
}

html, body {
	padding-top: 0;
	height: 100%;
	width: 100%;
}

a:hover img {
	filter: alpha(style=0, opacity=70);
	opacity: 0.7;
}
a:hover {
	text-decoration: underline !important;
}

.nolink{
	pointer-events: none;
	opacity: 0.5;
}
/*モバイル版（最小）*/
@media (max-width: 479px) {
	
}





/*下部に固定されるトップに戻るボタン*/
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 100%;
	z-index: 99;
}
#page-top a {
	background: rgba(204,204,204,0.5);
	text-decoration: none;
	color: #fff;
	padding: 12px 20px;
	text-align: center;
	display: block;
	border-radius: 2em;
}
#page-top a:hover {
	text-decoration: none !important;
	background: rgba(204,204,204,0.8);
}
html,body{
	min-height: 100%;
    background-color: #fff;
    /*background-color: #888;*/
}
.block100{
    width: 100%;
    height: auto;
    display: block;
}
.spmenuWrap{
    width: 100%;
    height: 100%;
    
    position: fixed;
    z-index: 1000;
    display: none;
}
.spmenuArea{
    max-width: 1280px;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 1003;
    background-color: rgba(0,0,0,0.25);
    position: relative;
}
.spmenuBack{
    width: 100%;
    height: 100%;
    margin: auto;
    max-width: 1280px;
    z-index: 1001;
    cursor: pointer;
    background-color: rgba(128,255,0,0.25);
}
.spmenu{
    max-width: 385px;
    width: 50%;
    top: 0;
    right: 0;
    z-index: 1004;
    position: absolute;
    background-color:  #ee9aa2;
    border-radius: 0 0 0 100px;
    padding: 120px 0 54px 54px;
    border: 6px solid #fffcf3;
    border-top: none!important;
    border-right: none!important;
}
.spMenuDIV{
    width: 150px;
    
}
.spMenuUL li a{
    display: block;
    margin:40px 0;
    pointer-events: initial!important;
}
.spMenuUL li img{
    height: 32px;
    width: auto;
    display: block;
}
.spMenuClose{
    width: 70px;
    height: auto;
    position:absolute;
    top: 12px;
    right: 24px;
    cursor: pointer;
    pointer-events: initial!important;
    
}
.spMenuClose:hover{
    opacity: .7;
}
@media (max-width: 639px) {
    .spMenuClose{
        width: 50px;
        top: 8px;
        right: 8px;
        
    }
}
@media (max-width: 539px) {
    .spmenu{
        max-width: 385px;
        width: 50%;
        border-radius: 0 0 0 15vw;
        padding: 80px 0 40px 40px;
        border: 5px solid #fffcf3;
    }
    .spMenuDIV{
        width: 120px;
    }
    .spMenuUL li a{
        display: block;
        margin:30px 0;
        pointer-events: initial!important;
    }
    .spMenuUL li img{
        height: 24px;
        width: auto;
        display: block;
    }
}

.wrap{
    width: 100%;
}
.contentArea{
    width: 100%;
    max-width:1280px ;
    margin: auto;
    /* background-image:url(../images/tmple2.jpg);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat; */
    background-color: #fffcf3;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    
}
.headerFixWrap{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    /* background-color: rgba(0,0,0,0.1); */
    pointer-events: none;
    z-index: 100;
}
.headerFix{
    width: 100%;
    max-width: 1280px;
    margin: auto;
    pointer-events: none;
}
.fixLogo{
    width: 85px;
    height: auto;
    float: left;
    margin-top: 18px;
    margin-left: 22px;
    pointer-events: initial!important;
}

.fixMenu{
    width: 70px;
    height: auto;
    float: right;
    margin-top: 12px;
    margin-right: 24px;
    cursor: pointer;
    pointer-events: initial!important;
    
}
.fixMenu:hover{
    opacity: .7;
}
.bottomFixWrap{
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
/*     background-color: rgba(0,0,0,0.1);
 */    pointer-events: none;
 z-index: 100;
}
.bottomFix{
    width: 100%;
    max-width: 1280px;
    margin: auto;
    pointer-events: none;
}
.fixX{
    width: 75px;
    height: auto;
    float: left;
    /* margin-top: 18px; */
    margin-top: 94px;
    margin-left: 22px;
    pointer-events: initial!important;
}
.fixKounyu{
    width: 155px;
    height: auto;
    float: right;
    margin-top: 12px;
    margin-right: 24px;
    margin-bottom: 24px;
    cursor: pointer;
    pointer-events: initial!important;
}
@media (max-width: 639px) {
    .fixLogo{
        width: 65px;
        margin-top: 8px;
        margin-left: 8px;
        display: none;
    }
    
    .fixMenu{
        width: 50px;
        margin-top: 8px;
        margin-right: 8px;
    }
    .fixX{
        width: 50px;
        height: auto;
        float: left;
        margin-top: 64px;
        margin-left: 8px;
        pointer-events: initial!important;
    }
    .fixKounyu{
        width: 100px;
        
        margin-right: 8px;
        margin-bottom: 20px;
    }
}
.s1area{
    width: 100%;
    height: 100dvh;
    
    position: relative;
    padding: 2em;
}
.s1Logo{
    width: 80%;
    max-width: 625px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.s1Arrow1{
    width: 64px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5%;
    display: block;
}
@media (max-width: 639px) {
    .s1Arrow1{
        width: 48px;
    }
}
.s2area{
    width: 100%;
    padding: 3.5em 0;
    overflow-x: hidden;
    background-image:url(../images/s2_bg.gif);
    background-size: 100% 100% ;
    background-position: top center;
    background-repeat: repeat-x;
   
}
.s2DIV1{
    width: calc(100% - 11em);
    margin: auto;
    border: 5px solid #ee9aa2;
    background-color: #fffcf3;
    padding: 4em;
    /* opacity: .5; */
    border-radius: 64px;

    display: flex;
    flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
    flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
    justify-content: space-between;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
    align-items: center;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.s2DIV1Left{
    width: 54%;
    
   
    position: relative;
}
.s2DIV1Right{
    width: 46%;
    
    text-align: right;
}
.s2DIV1Right img{
    width: 90%;
    
    
}
.s2Midashi{
    width: 380px;
    position: absolute;
    left: -170px;
    top: 0;
}
.s2P1{
    padding: 110px 0 0 0.25em;
    font-size: 2.4em;
    color: #ee9aa2;
    line-height: 1.5em;
    text-align: left;
    font-weight: bold;
}
.s2P2{
    padding: 25px 0 0 1.25em;
    font-size: 1.2em;
    line-height: 1.9em;
    text-align: left;
    font-weight: normal;
   
}
.s2LinkBTN{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 110px;
}
.s2SPIMG1{
    display: none;
    width: 100%;
    max-width: 400px;
    margin: 2em auto 0 auto;
}
.s2brsp1{
    display: none;
}
@media (max-width: 1280px) {
	.s2P1{
        padding: 110px 0 0 0.25em;
        font-size: 2.4vw;
    }
    .s2P2{
        padding: 25px 0 0 1.25em;
        font-size: 1.0em;
        line-height: 1.9em;
        text-align: left;
        font-weight: normal;
    }
}
@media (max-width: 999px) {
    .s2P2{
        padding: 25px 0 130px 1.25em;
    }
}
@media (max-width: 799px) {
    .s2DIV1Left{
        width: 100%;
        
    }
    .s2DIV1Right{
        display: none;
    }
    .s2SPIMG1{
        display: block;
    }
    .s2P2{
        max-width: 440px;
        margin: auto;
    }

    
}
@media (max-width: 639px) {
    .s2DIV1{
        width: 90%;
        margin: auto;
        border: 5px solid #ee9aa2;
        background-color: #fffcf3;
        padding: 5%;
        /* opacity: .5; */
        border-radius: 10vw;
    
        display: flex;
        flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
        flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
        justify-content: space-between;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
        align-items: center;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
    }
    .s2Midashi{
        width: 300px;
        left: -130px;
        top: 25px;
    }
    .s2P1{
        padding: 110px 0 0 0;
        font-size: 1.3em;
    }
    .s2P2{
        padding: 30px 0 130px 0;
        font-size: 1.0em;
        line-height: 1.9em;
        text-align: left;
        font-weight: normal;
    }
}
@media (max-width: 499px) {
    .s2Midashi {
        width: 250px;
        left: -115px;
        top: 25px;
    }
    .s2P1 {
        padding: 95px 0 0 0;
        font-size: 1.3em;
    }
    .s2brsp1{
        display: block;
    }


}





.s3area{
    width: 100%;
    background-color: #ee9aa2;
    padding: 8em 1em 4em 1em
}
.s3Title{
    max-width: 250px;
    width: 50%;
    margin: auto;

}
.s3Flex1{
    width: 100%;
    max-width: 650px;
    margin: 4em auto 0 auto;
    display: flex;
    flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
    flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
    justify-content: center;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
    align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.s3ItemDIV{
    width: 26%;
    margin: 0 3.66666% 3.5em 3.66666% ;
}
.s3ItemThumbDIV{
    aspect-ratio: 313/468;
}
.s3ItemThumb {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: 50% 50%;
}
.s3ItemName{
    font-size: 1.15em;
    color: #fff;
    line-height: 1.2em;
    text-align: center;
    font-weight: bold;
    margin: 0.7em auto 0 auto;
}
.s3ItemP1{
    font-size: 0.9em;
    color: #fff;
    line-height: 1.5em;
    text-align: left;
    font-weight: normal;
    margin: 0.5em auto 0 auto;
    min-height: 5.0em;
}
.s3ItemP2{
    font-size: 0.9em;
    color: #fff;
    line-height: 1.5em;
    text-align: left;
    font-weight: normal;
    margin: 0.5em auto 0 auto;
    min-height: 6.0em;
}
.s3ItemPrice{
    font-size: 1em;
    color: #fff;
    line-height: 1.5em;
    text-align: center;
    font-weight: bold;
    margin: 0.75em auto 0 auto;
}
.s3Link{
    width: calc(100% - 1em);
    max-width: 150px;
    margin: 1em auto 0 auto;
    display: block;
}
.s3P2{
    font-size: 1.4em;
    color: #fff;
    line-height: 1.8em;
    text-align: center;
    font-weight: 400;
    margin: 0.5em auto 0 auto;
    display: block;
    border: 1px solid #fff;
    width: fit-content;
    padding: 0.75em 1em;
}
.s3P1{
    font-size: 1.7em;
    color: #fff;
    line-height: 1.6em;
    text-align: center;
    font-weight: 400;
    margin: 2.0em auto 0 auto;
}
.s3Arrow1{
    width: 64px;
    display: block;
    margin: 4em auto 0 auto;
}
.s3brsp1{
    display: none;
}
.s3brsp2{
    display: none;
}
@media (max-width: 639px) {
    .s3P2{
        font-size: 3.2vw;
    }

    .s3P1{
        font-size: 3.5vw;
    }
    .s3brsp1{
        display: block;
    }
    .s3Arrow1{
        width: 48px;
    }
}
@media (max-width: 549px) {
    .s3ItemDIV{
        width: 42%;
        margin: 0 4% 3.5em 4% ;
    }
    .s3ItemP2{
        min-height: 5.0em;
    }

}
@media (max-width: 399px) {
    .s3brsp2{
        display: block;
    }

}



.s34_wavediv{
    background-image:url(../images/bg-wave.gif);
    background-size: 100% 100%;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 170px;
}
@media (max-width: 1280px) {
    .s34_wavediv{
        background-size: 100% 100%;
        height: 12vw;
    }
}
.s4Area{
    width: 100%;
    overflow: hidden;
}
.s4Midashi{
    width: 380px;
    position: relative;
    left: 0px;
    
}
@media (max-width: 1280px) {
    .s4Midashi{
        margin-top: 6em;
        left: calc((100vw - 1280px) /2 );
    }
}
@media (max-width: 899px) {
    .s4Midashi{
        margin-top: 6em;
        left: -190px;
    }
}
@media (max-width: 639px) {
    .s4Midashi{
        width: 300px;
        left: -145px;
        top: 25px;
        
    }
}

.s4Container1{
    width: calc(100% - 2em);
    margin: auto;
    max-width: 860px;
}
.s4P1DIV1{
    width: 100%;
    max-width: 600px;
    margin :5em 0 5em 0;
}
.s4JumpDIV1{
    width: 100%;
    display: flex;
    flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
    flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
    justify-content: space-between;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
    align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.s4JumpDIV2{
    width: 200px;
    margin-top: 10em;
}
.s4ContentDIV1{
    width: 100%;
}
.s4ContentDIV2{
    width: 100%;
    padding: 3.0em 0;
    position: relative;
}
.s4ContentDIV2Image1{
    width: 100%;
    display: block;
    margin: 0;
    position: relative;
    z-index: 9;
}
.s4ContentDIV2LinkBTN1{
    width: 22%;
    height: 5%;
    position: absolute;
    z-index: 10;
    top: 48.5%;
    left: 36%;
    background-color:#fffcf3;
    opacity: 0;
}
.s4ContentDIV2LinkBTN3{
    width: 22%;
    height: 5%;
    position: absolute;
    z-index: 10;
    top: 41.5%;
    left: 16.5%;
    background-color:#fffcf3;
    opacity: 0;
}
.s4ContentDIV2LinkBTN1:hover,.s4ContentDIV2LinkBTN3:hover{
    
    opacity: .5;
}
@media (max-width: 639px) {
    .s4JumpDIV2{
        width: 30%;
        margin: 0em 1.666% 0 1.666% ;
    }
    .s4ContentDIV2{
        width: 100%;
        max-width: 400px;
        padding: 3.0em 0;
        margin: auto;
    }
    .s4ContentDIV2LinkBTN1{
        width: 40%;
        height: 5%;
        top: 49.5%;
        left: 53%;
    }
    .s4ContentDIV2LinkBTN3{
        width: 42%;
        height: 4%;
        top: 39.5%;
        left: 16.5%;
    }
}
.s5Area{
    width: 100%;
    position: relative;
}
.s5DIV1{
    width: 100%;
    margin-top: 10em;
    position: relative;
    z-index: 10;
}
.s5DIVL{
    width: 404px;
    float: left;
    padding-top: 7em;
    
}
.s5DIVR{
    width: calc(100% - 440px);
    float: right;
    background-color: #ee9aa2;
    padding: 5em;
    border-radius: 80px 0 0 0;
}
.s5Midashi{
    width: 404px;
    position: relative;
    left: 0px;
}
.s5DIVRDIV1{
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
    flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
    justify-content: space-between;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
    align-items: center;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.s5P1{
    
    font-size: 1.9em;
    color: #fff;
    line-height: 1.6em;
    text-align: left;
    font-weight: normal;
    width: calc(100% - 130px);
}
.s5Link1{
    
    width: 115px;
}
@media (max-width: 1280px) {
    .s5DIVL{
        width: 100px;
    }
    .s5Midashi{
        left: calc((100vw - 1280px) /2 );
    }
    .s5DIVR{
        width: calc(100% - 440px - (100vw - 1280px) /2 );
    }
    
}
@media (max-width: 999px) {
    .s5DIVR{
        padding: 5em 3.5em;
    }
    .s5P1{
        font-size: 2.5vw;
        color: #fff;
        line-height: 1.6em;
        text-align: left;
        font-weight: normal;
        width: calc(100% - 120px);
        padding-right: 20px;
    }
    .s5Link1{
        width: 100px;
    }
}
@media (max-width: 899px) {
    .s5Midashi{
        left: -190px;
    }
    .s5DIVR{
        width: calc(100% - 240px);
    }
    .s5brpc2{
        display: none;
    }
}
@media (max-width: 699px) {
    .s5DIVL{
        padding-top: 1em;
        margin-bottom: 2em;
        
    }
    .s5Midashi{
        left: -190px;
    }
    .s5DIVR{
        width: 88%;
    }
    .s5brpc1{
        display: none;
    }

}
@media (max-width: 639px) {
    .s5Midashi{
        width: 300px;
        left: -145px;
        top: 0px;
        
    }
    .s5DIVR{
        
    }
}
@media (max-width: 599px) {
    .s5DIVR{
        padding: 2.5em  1em 2.5em 2.5em;
        border-radius: 60px 0 0 0;
    }
    .s5P1{
        font-size: 1.0em;
       
    }
    .s5Link1{
        width: 100px;
        display: block;
        margin: 1.5em auto 1.5em auto;
    }

}


.s5DIV2{
    width: 83%;
    position: relative;
    z-index: 11;
    background-color: #525252;
    border-radius: 0 80px 80px 0;
    top: -40px;
    border: 7px solid #fffcf3;
    padding: 60px 60px 60px 0px;
    border-left: 0!important;
}
.s5DIV2Inner{
    width: 100%;
    max-width: 765px;
    float: right;
    margin-left: 5vw;

}

.s5DIV2InnerL{
    width: 30px;
    float: left;
}
.s5DIV2InnerR{
    width: calc(100% - 60px);
    float: left;
    padding-left: 30px;
    border-left: 2px solid #fff;
    margin-left: 30px;
}
.s5P2{
    font-size: 1.1em;
    color: #fff;
    line-height: 1.6em;
    text-align: left;
    font-weight: normal;
}
@media (max-width: 1099px) {
    .s5DIV2Inner{
        width: 100%;
        max-width: 765px;
        float: left
    }
}
@media (max-width: 639px) {
    .s5DIV2{
        width: 88%;
        border-radius: 0 60px 60px 0;
        top: -20px;
        border: 7px solid #fffcf3;
        padding: 45px 45px 45px 0px;
    }
    .s5brsp1{
        display: none;
    }
    .s5DIV2InnerL{
        width: 24px;
    }
    
    .s5DIV2InnerR{
        width: calc(100% - 50px);
        float: left;
        padding-left: 24px;
        border-left: 2px solid #fff;
        margin-left: 20px;
    }
    .s5P2{
        font-size: 0.95em;
        color: #fff;
        line-height: 1.6em;
        text-align: left;
        font-weight: normal;
    }
}


.footerArea{
    width: 100%;
    background-color: #ee9aa2;
    border-radius: 120px 0 0 0;
    margin-top: 7em;
    padding-top: 6em;
}
.footerDIV{
    width: 90%;
    max-width: 910px;
    margin: 0 0 0 10%;
    padding: 2em;
    display: flex;
    flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
    flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
    justify-content: space-between;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
    align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}

.footerLogoDIV{
    width: 72%;
    padding-top: 4.5em;
}
.footerMenuDIV{
    width: 105px;
    
}
.foooterMenuUL li a{
    display: block;
    margin:18px 0;
}
.foooterMenuUL li img{
    height: 21px;
    width: auto;
    display: block;
    
}
.footerCopy{
    font-size: 0.8em;
    color: #fff;
    line-height: 1em;
    text-align: center;
    font-weight: normal;
    margin-top: 5em;
    padding-bottom: 10px;
}
@media (max-width: 639px) {
    .footerArea{
        width: 100%;
        border-radius: 80px 0 0 0;
        padding-top: 2em;
        
    }
    .footerDIV{
        width: 100%;
        padding: 2em 1em;
        margin: 0;
    }
    .footerLogoDIV{
        width: 90%;
        padding-top: 1em;
        max-width: 400px;
        margin: 0 auto 2em auto;
    }
    .footerCopy{
        margin-top: 7em;
    }
    .footerMenuDIV{
        display: none;
        
    }
}
@media (max-width: 539px) {
   
    .footerMenuDIV{
        width: 70px;
        
    }
    .foooterMenuUL li a{
        display: block;
        margin:14px 0;
    }
    .foooterMenuUL li img{
        height: 14px;
        width: auto;
        display: block;
        
    }
}
@media (max-width: 539px) {
    .footerLogoDIV{
        padding:0;
    }
  
}
@media (max-width: 439px) {
    .footerLogoDIV{
        padding:4vw 0 0 0;
    }
  
}