@charset "utf-8";
/* CSS Document */

/*ブラウザクリア*/
ul {
display: block;
list-style-type: disc;
margin-block-start: 0em;
margin-block-end: 0em;
margin-inline-start: 0px;
margin-inline-end: 0px;
padding-inline-start: 0px;
}

p {
display: block;
margin-block-start: 0em;
margin-block-end: 0em;
margin-inline-start: 0px;
margin-inline-end: 0px;
}

body {
display: block;
margin: 0px;
}
/*ブラウザクリア*/

#lp-container{
width:100%;
text-align: center;
margin: 0 auto;
font-size:1em;
overflow: hidden;
background: #fff;
-webkit-font-smoothing: antialiased;
}

#lp-container ._inner{
width: 1000px;
text-align: center;
margin: 0 auto;
font-size:1em;
padding-bottom: 0px;
overflow: hidden;
padding-top:0px;
}

#lp-container ._view_bottom{
font-size: 1em;
border: solid 1px #000;
width: 600px;
margin: 30px auto 50px;
padding: 1.5em 0;
transition: 1s;
text-align: center;
}

#main{
width: 100%;
margin-bottom: 104px;
}

#main iframe{
aspect-ratio: 16 / 9;
}

#lp-container ._view_bottom:hover{
background: #000;
color: #fff;
transition: 1s;
}

/* readArea */
#lp-container .readArea{
width: 100%;
padding: 50px 0 50px;
text-align: center;
color: #000;
}

#lp-container .readArea ._inner{
width: 100%;
margin: 0 auto;
background: none;
}

#lp-container .readArea h1 {
font-size: 2.5em;
font-weight: bold;
margin-bottom: 48px;
}

#lp-container .readArea p {
width: 100%;
font-size: 1.2em;
display: block;
line-height: 2em;
margin-bottom: 104px;
}

#lp-container .detailFlex{
display: flex;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 64px;
}
#lp-container .detailFlex img{
display: block;
width: 35%;
}
#lp-container .detailFlex .flexBox{
width: 60%;
text-align: left;
}

#lp-container .detailFlex .flexBox h2{
text-align: left;
padding-bottom: 20px;
font-size: 3em;
}

#lp-container .detailFlex .flexBox p{
font-size: .9em;
margin-bottom: 0;
}

#lp-container .detailFlex img.order1{
order: 2;
}

#lp-container .items h3{
font-size: 3.2em;
margin-bottom: 24px;
}
#lp-container .items h2{
font-size: 2em;
}
#lp-container .items .itemFlex{
display: flex;
justify-content: space-between;
}

#lp-container .items .itemFlex .itemBox{
width: 30%;
margin-bottom: 64px;
}
#lp-container .items .itemFlex .itemBox h4{
font-size: 1.5em;
line-height: 1.2em;
margin-bottom: 16px;
}
#lp-container .items .itemFlex .itemBox p{
font-size: .9em;
}
#lp-container .items .itemFlex .itemBox a{
font-size: 1.2em;
font-weight: bold;
display: block;
border: solid 1px #000;
padding: 8px;
width: 100px;
margin: 24px auto 0;
transition: background-color 1.5s;
}
#lp-container .items .itemFlex .itemBox a:hover{
background: #000;
color: #FFF;
}

#lp-container .modalItem{
display: grid;
grid-template-columns: repeat(3, 1fr);
margin: 0 auto 64px;
}

.grid-item{
background-color: #efefef;
position: relative;
}
.grid-item img {
width: 100%;
cursor: pointer;
transition: 0.4s;
}
.grid-item img:hover {
transform: scale(0.9);
opacity: .8;
transition: .4s;
}
.plus-button {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: none;
  border: none;
  color: white;    
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}


.modal {
display: none;
position: fixed;
top: 0; left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0);
justify-content: center;
align-items: center;
z-index: 1000;
}

.modal-content {
display: flex;
gap: 2rem;
background: rgba(19,35,56,0.9);
color: #FFF;
padding: 64px;
max-width: 600px;
width: 90%;
max-height: 80%;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.);
transform: translateY(100px);
opacity: 0;
transition: transform 0.4s ease, opacity 0.4s ease;
}
.modal.show .modal-content {
transform: translateY(0);
opacity: 1;
}
body.modal-open {
overflow: hidden;
}
.modal-text {
flex: 1;
overflow-y: auto;
width: 40%;
}

.modal-text h4 {
margin-top: 0;
padding-bottom: 16px;
font-size: 1.6em;
}
.modal .modal-content .modal-text h5{
font-size: 1.2em;
margin-bottom: 32px;
}

.modal .modal-content .modal-text p{
text-align: justify;
font-size: .8rem;
}

.modal-image {
flex: 1;
}

.modal-image img {
width: 100%;
}

#lp-container .btn_area{
width: 100%;
margin: 120px auto 120px;
}

#lp-container .btn_area a{
text-decoration: none;
}

#lp-container .btn_area ._btn{
width: 600px;
font-size: 1em;
margin: 1em auto 0em;
transition: 1s;
border: solid 1px #000;
padding: 2em 0;
background: #000;
color: #fff;
border-radius: 10px 10px 0 0;
}

#lp-container .btn_area ._btn::after{
font-family: "Font Awesome 5 Free";
content: "\f2ea";
font-weight: bold;
margin-left: 1em;
}

#lp-container .btn_area ._btn:hover{
opacity: .7;
transition: 1s;
}
/********戻る**********/

/********フェード**********/

.sa {
opacity: 0;
transition: all .8s ease;
width: 100%;
}

.sa.show {
opacity: 1;
transform: none;
}

.sa--lr {
transform: translate(-100px, 0);
}

.sa--rl {
transform: translate(100px, 0);
}

.sa--up {
transform: translate(0, 100px);
}

.sa--down {
transform: translate(0, -100px);
}

.sa--scaleUp {
transform: scale(.5);
}

.sa--scaleDown {
transform: scale(1.5);
}

.sa--rotateL {
transform: rotate(180deg);
}

.sa--rotateR {
transform: rotate(-180deg);
}
/********フェード**********/

/****._view_bottom*****/

#lp-container .btn_area_herf{
width: 600px;
margin: 0 auto;
display: flex;
justify-content: space-between;
}

#lp-container .btn_area_herf a{
text-decoration: none;
width: 100%;
}

#lp-container .btn_area_herf ._view_bottom {
font-size: 1em;
border: solid 1px #000;
width: 100%;
margin: 0px auto 130px;
padding: 1em 0;
transition: 1s;
text-align: center;
}

/****._view_bottom*****/

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}


@media screen and (max-width:640px){

#lp-container{
width:100%;
text-align: center;
margin: 0 auto;
font-size:15px;
margin-bottom: 0px;
padding-top:0px;
}

#lp-container ._inner{
width: 100%;
max-width: 100%;
text-align: center;
margin: 0 auto;
font-size:16px;
padding-bottom: 0px;
overflow: hidden;
padding-top:0px;
background: #fff;
}
#main{
width: 100%;
margin-bottom: 64px;
}
#lp-container .readArea{
padding-top: 0px;
}
#lp-container .readArea h1 {
width: 90%;
font-size: 1.4em;
font-weight: bold;
margin: 0 auto 32px;
}

#lp-container .readArea p {
width: 100%;
display: block;
margin: 0 auto 62px;
font-size: 1em;
display: block;
line-height: 1.6em;
}

#lp-container .detailFlex{
display: block;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 64px;
}
#lp-container .detailFlex img{
display: block;
width: 100%;
margin-bottom: 32px;
}
#lp-container .detailFlex .flexBox{
width: 80%;
text-align: left;
margin: 0 auto;
}

#lp-container .detailFlex .flexBox h2{
text-align: left;
padding-bottom: 20px;
font-size: 2em;
}

#lp-container .detailFlex .flexBox p{
font-size: .9em;
margin: 0;
text-align: justify;
}

#lp-container .detailFlex img.order1{
order: 2;
}

#lp-container .items h3{
font-size: 2em;
}
#lp-container .items h2{
font-size: 1.4em;
padding-bottom: 40px;
}
#lp-container .items .itemFlex{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
width: 90%;
margin: 0 auto;
}

#lp-container .items .itemFlex .itemBox{
width: 30%;
margin-bottom: 64px;
}
#lp-container .items .itemFlex .itemBox h4{
font-size: .9em;
line-height: 1.2em;
margin-bottom: 16px;
}
#lp-container .items .itemFlex .itemBox p{
font-size: 60%;
}
#lp-container .items .itemFlex .itemBox a{
font-size: .8em;
font-weight: bold;
display: block;
border: solid 1px #000;
padding: 4px;
width: 90%;
margin: 24px auto 0;
transition: background-color 1.5s;
}
#lp-container .items .itemFlex .itemBox a:hover{
background: #000;
color: #FFF;
}

#lp-container .modalItem{
display: grid;
grid-template-columns: repeat(2, 1fr);
margin: 0 auto 64px;
}

.grid-item img {
width: 100%;
cursor: pointer;
transition: transform 0.2s;
}

.grid-item img:hover {
transform: scale(1.03);
}

.modal {
display: none;
justify-content: center;
align-items: center;
position: fixed;
top: 0; left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
justify-content: center;
align-items: center;
z-index: 1000;
}

.modal-content {
flex-direction: column;
height: 90vh;
width: 60vw;
height: 60vh;
padding: 40px;
}

.modal.show .modal-content {
transform: translateY(0);
opacity: 1;
}
body.modal-open {
overflow: hidden;
}
.modal-text {
display: flex;
flex-direction: column;
flex: 1;
overflow: hidden;
width: 100%;
text-align: center;
order: 2;
max-height: 60vh;
}

.modal-body-text {
  max-height: 100%;
  flex: 1;
  overflow-y: auto;
  padding-top: 0;
}
.modal-text h4 {
margin-top: 0;
padding-bottom: 4px;
font-size: 1.2em;
}
.modal .modal-content .modal-text h5{
font-size: .8em;
margin-bottom: 16px;
}

.modal .modal-content .modal-text p{
text-align: justify;
padding-top: 0;
}

.modal-image {
width: 100%;
text-align: center;
}

.modal-image img {
width: 100%;
order: 1;
}

/****._view_bottom*****/

#lp-container .btn_area_herf{
width: 100%;
margin: 0 auto;
display: block;
justify-content: space-between;
padding-bottom: 50px;
}

#lp-container .btn_area a{
text-decoration: none;
width: 80%;
}

#lp-container .btn_area ._view_bottom {
font-size: 1em;
border: solid 1px #000;
width: 80%;
margin: 0px auto 30px;
padding: 1em 0;
transition: 1s;
text-align: center;
}

/****._view_bottom*****/


}
