@charset "UTF-8";
/* CSS Document */

main {
background-color: #C12726;
}
.cnt_wrap img{
width: 100%;
height: 100%;
object-fit: cover;
object-position: 50% 0;
font-family: 'object-fit: cover; object-position: 50% 0;'; /* IE対策 */
}
.sp {
display: none;
}
.break {
display: none;
}
.cnt_wrap{
font-family: 'Noto Sans JP', sans-serif;
}

a.link_btn {
font-size: 14px;
line-height: 30px;
color: #fff;
border-bottom: 1px solid #fff;
position: relative;
}
a.link_btn::after {
content: "";
position: absolute;
width: 15px;
height: 10px;
background-image: url("../img/arrow.png");
background-size: contain;
top: 6px;
right: -20px;
}
/*     sec01     */
.mv{
position: relative;
width: 100%;
height: 100%;
background-color: #d10019;
margin-top: -101px;
}
.main_visual {
height: 56.2vw;
max-height: 80vh;
width: 100%;
}

 .mv_logo{
position: -webkit-sticky; /* safari対応 */
position: sticky;
right: 40px;
top: 0;
width: 320px;
z-index: 10;
margin: 0 5% 0 auto;
}
.mv_logo img{
width: 100%;
border-radius: 0 0 15px 15px;
box-shadow: 0px 2px 4px 0px rgb(174 168 162 / 50%);
}
.wrap {
position: absolute;
bottom: 60px;
left: 50%;
transform: translateX(-50%);
width: 1080px;
}

.sec01 .cnt_g {
background-color: rgba(255,255,255,.95);
box-shadow: 0 0 20px 0 rgba( 0,0,0,0.3);
padding: 20px;
max-width: 325px;
text-align: center;
}
.sec01 .cnt_g .cnt_title {
font-size: 16px;
color: #615F5E;
line-height: 24px;
text-align: left;
}
.sec01 .cnt_g h1 {
font-size: 23px;
font-weight: 600;
color: #d10019;
line-height: 34px;
text-align: left;
}
/*メインタイトル*/
  .mv .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    }
@media (min-width: 576px){
  .mv .container {
  max-width: 540px;
  }
}
@media (min-width: 768px){
   .mv .container {
    max-width: 720px;
    }
    }
@media (min-width: 768px){
.mv .container {
    position: absolute !important;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    height: 100%;
}
}
@media (min-width: 1140px) {
.mv .container {
    max-width: 1080px;
}
}
@media (min-width: 1340px){
.mv .container {
  max-width: 1280px;
}
}
 .hero-text {
padding: 20px;
box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
position: absolute;
bottom: 80px;
left: 15px;
max-width: 570px;
background-color: rgba(255,255,255,.9);
}
    
@media (max-width: 1339px) {
 .hero-text {
bottom: 60px;
}
}
@media (max-width: 1139px) {
 .hero-text {
bottom: 40px;
}
}
.hero-text .theme-title {
font-size: 16px;
margin-bottom:0;
}
.hero-text h1 {
font-size: 24px;
margin-bottom: 0;
color: #d10019;
font-weight: bold;
}
@media (max-width: 767px){
  .mv .container {
    max-width: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
}
.hero-text {
padding: 30px;
box-shadow: none;
position: relative;
bottom: auto;
left: auto;
right: auto;
max-width: none;
background-color: #fff;
}
}

/*     sec02     */
.sec02 {
background-color: #d10019;
padding: 80px 15px;
}
.sec02 .container {
max-width: 690px;
margin: 0 auto;
}
.sec02 .cnt_title {
margin-bottom: 40px;
}
.sec02 .cnt_title h2 {
font-size: 24px;
font-weight: 600;
line-height: 35px;
color: #fff;
}
.sec02 .cnt_text p {
font-size: 14px;
line-height: 30px;
color: #fff;
}
  

/*     sec03     */
.sec03 {
background-color: #d10019;
overflow: hidden;
}
.sec03 .cnt_grid {
max-width: 960px;
margin: 0 auto;
}
.sec03 .cnt_wrapper {
/*display: grid;
display: -ms-grid;
grid-template-columns: 310px 310px 310px;
-ms-grid-columns: 310px 310px 310px;*/
display:flex;
flex-wrap: wrap;
justify-content: space-between;
}
.sec03 figure {
width: 310px;
}
.sec03 figure .cnt_g {
width: 100%;
height: 310px;
margin-bottom: 18px;
cursor: pointer;
}
.sec03 figure .cnt_g {
font-size: 19px;
font-weight: 600;
line-height: 27px;
position: relative;
}
.sec03 figure .img_box {
background-size: cover;
background-repeat: no-repeat;
width: 100%;
height: 100%;
}
.sec03 .figure01 .img_box {
background-image: url("../img/pic_01.png");
}
.sec03 .figure02 .img_box {
background-image: url("../img/pic_02.png");
}
.sec03 .figure03 .img_box {
background-image: url("../img/pic_03.png");
}
.sec03 .figure04 .img_box {
background-image: url("../img/pic_04.png");
}
.sec03 .figure05 .img_box {
background-image: url("../img/pic_05.png");
}
.sec03 .figure06 .img_box {
background-image: url("../img/pic_06.png");
}
.sec03 .figure07 .img_box {
background-image: url("../img/pic_07.png");
}
.sec03 .figure08 .img_box {
background-image: url("../img/pic_08.png");
}
.sec03 .figure09 .img_box {
background-image: url("../img/pic_09.png");
}
.sec03 .figure10 .img_box {
background-image: url("../img/pic_10.png");
}
.sec03 .figure11 .img_box {
background-image: url("../img/pic_11.png");
}
.sec03 .figure12 .img_box {
background-image: url("../img/pic_12.png");
}
.sec03 .figure13 .img_box {
background-image: url("../img/pic_13.png");
}
.sec03 .figure14 .img_box {
background-image: url("../img/pic_14.png");
}
.sec03 .figure15 .img_box {
background-image: url("../img/pic_15.png");
}
.sec03 .figure16 .img_box {
background-image: url("../img/pic_16.png");
}
.sec03 .figure17 .img_box {
background-image: url("../img/pic_17.png");
}
.sec03 .figure18 .img_box {
background-image: url("../img/pic_18.png");
}
.sec03 figure h2 {
background-color: rgba(255,255,255,.8);
font-weight: 600;
font-size: 19px;
line-height: 27px;
position: absolute;
left: 0;
bottom: 0;
padding: 12px 15px;
z-index: 1;
color: #615F5E;
width: 90%;
box-sizing: border-box;
}
.sec03 .hide {
padding: 40px 0 80px;
width: 100vw;
background-color: #95000e;
margin: 40px 0 80px;
position: relative;
}
.sec03 .hide.center {
margin-left: calc(-50vw + 50%);  
}
.sec03 .hide.left {
margin-left: calc(-50vw + 480px);
}
.sec03 .hide.right {
margin-left: calc(-50vw - 170px);
}
.sec03 .hide::before {
position: absolute;
content: "";
right: 0;
top: -20px;
left: 0;
width: 0px;
height: 0px;
margin: auto;
border-style: solid;
border-color: transparent transparent #891917 transparent;
border-width: 0 15px 22px 15px;
}
.sec03 .hide.left::before {
position: absolute;
content: "";
right: 0;
top: -20px;
left: -650px;
width: 0px;
height: 0px;
margin: auto;
border-style: solid;
border-color: transparent transparent #891917 transparent;
border-width: 0 15px 22px 15px;
}
.sec03 .hide.right::before {
position: absolute;
content: "";
right: 0;
top: -20px;
left: 650px;
width: 0px;
height: 0px;
margin: auto;
border-style: solid;
border-color: transparent transparent #891917 transparent;
border-width: 0 15px 22px 15px;
}
.sec03 .hide .container{
max-width: 690px;
margin: 0 auto;
}
.sec03 .hide .cnt_title {
margin-bottom: 40px;
}
.sec03 .hide .cnt_title h3 {
font-size: 24px;
font-weight: 600;
line-height: 35px;
color: #fff;
}
.sec03 .hide .cnt_img {
margin-bottom: 40px;
width: 100%;
}
.sec03 .hide .cnt_text p {
font-size: 16px;
font-weight: 600;
line-height: 28px;
margin-bottom: 10px;
color: #fff;
}
.sec03 .hide .cnt_text a {
font-size: 14px;
font-weight: 600;
}
.sec03 .hide .cnt_text a::after {
width: 20px;
height: 12px;
right: -30px;
background-size: cover;
}
.sec03 .hide .btn {
position: relative;
width: 40px;
height: 40px;
margin: 0 5% 0 auto;
cursor: pointer;
}
.sec03 .hide .btn span::before {
content: "";
position: absolute;
display: block;
width: 30px;
height: 1px;
background-color: #fff;
transform: rotate(-45deg);
}
.sec03 .hide .btn span::after {
content: "";
position: absolute;
display: block;
width: 30px;
height: 1px;
background-color: #fff;
transform: rotate(45deg);
}



/*     sec04     */
.sec04 {
background-color: #d10019;
padding: 80px 0;
}
.sec04 .container {
max-width: 690px;
margin: 0 auto;
}
.sec04 .cnt_title {
margin-bottom: 40px;
}
.sec04 .cnt_title h2 {
font-size: 24px;
font-weight: 600;
line-height: 35px;
color: #fff;
}
.sec04 .cnt_img {
width: 100%;
margin-bottom: 40px;
}
.sec04 .cnt_img img {
width: 100%;
height: auto;
}
.sec04 .cnt_text p {
font-size: 14px;
line-height: 30px;
color: #fff;
margin-bottom: 10px;
}
.sec04 .cnt_box {
width: 100%;
position: relative;
}
.sec04 .cnt_area {
position: absolute;
bottom: 5px;
right: 0;
background: rgba(255,255,255,.9);
/*padding-right: 40px;*/
padding: 8px 12px;
line-height: 1.3;
font-size: 12px;
color: #615F5E;
}
.sec04 .cnt_area span {
display: block;
}
.sec04 .cnt_area .title {
font-weight: bold;
}    
/*     sec05     */
.sec05{
padding: 80px 0;
background-color: #fff;
}
.sec05 .title{
margin: 0 auto 47px;
font-size: 24px;
font-weight: 700;
color: #d10019;
text-align: center;
}
.sec05 .title span{
font-size: 32px;
}
.sec05 .btn{
margin: 0;
max-width: 306px;
}
.sec05 .btn a{
display: block;
position: relative;
border: 3px solid #d10019;
padding: 20px 0 16.5px;
font-size: 16px;
line-height: 24px;
font-weight: 700;
color: #fff;
background-color: #d10019;
text-align: center;
text-decoration: none;
transition: 0.3s;
}
.sec05 .btn a:hover{
background-color: #fff;
color: #d10019;
}
.sec05 .btn a::after{
content: '';
display: block;
position: absolute;
width: 7px;
height: 12px;
background-image: url(../img/btn_parts.png);
background-size: contain;
background-repeat: no-repeat;
top: 50%;
right: 7.5%;
transform: translateY(-50%);
}
.sec05 .flex_box{
display: flex;
padding: 0 50px;
}
.sec05 .flex_item{
width: 50%;
}
.sec05 .flex_item:last-child{
margin-left: 30px;
}
.sec05 h3{
margin: 0 0 22px;
font-size: 20px;
font-weight: 500;
}
.sec05 h3 span{
font-size: 30px;
}
.sec05 .text1 p{
margin: 0 0 15px;
font-size: 16px;
font-weight: 400;
letter-spacing: 0.015em;
line-height: 28px;
}
.sec05 .text1 span{
font-weight: 700;
color: #d10019;
}
.sec05 .text2 p{
margin: 0 0 52px;
font-size: 16px;
font-weight: 700;
line-height: 28px;
}
@media screen and (max-width: 1125px) {
.wrap {
width: 720px;
bottom: 40px;
}
}
@media screen and (max-width: 970px) {
.wrap {
width: 720px;
}
.sec02 .container {
max-width: 570px;
 }
.sec03 .hide .container {
max-width: 560px;
}
.sec03 .cnt_grid {
max-width: 720px;
}
.sec03 figure {
width: 350px;
}
.sec03 figure .cnt_g {
height: 350px;
}
.sec03 .hide {
padding: 35px 0 75px;
}
.sec03 .hide.even {
margin-left: calc(-50vw - 10px);
}
 .sec03 .hide.odd {
margin-left: calc(-50vw + 360px);
}
.sec03 .hide.even::before {
position: absolute;
content: "";
right: 0;
top: -20px;
left: 370px;
width: 0px;
height: 0px;
margin: auto;
border-style: solid;
border-color: transparent transparent #891917 transparent;
border-width: 0 15px 22px 15px;
}
 .sec03 .hide.odd::before {
position: absolute;
content: "";
right: 0;
top: -20px;
left: -370px;
width: 0px;
height: 0px;
margin: auto;
border-style: solid;
border-color: transparent transparent #891917 transparent;
border-width: 0 15px 22px 15px;
}


}
@media screen and (max-width: 768px) {
.wrap {
width: 100%;
bottom: -98px;
}
.pc {
display: none;
}
.sp {
display: block;
}
.mv {
margin-top: -52px;
}
.mv_logo {
right: 10px;
 width: 170px;
 }
.sec01 .cnt_g {
background-color: rgba(255,255,255,1);
box-shadow: none;
max-width: 100%;
width: 100%;
height: auto;
bottom: -90px;
left: 0;
box-sizing: border-box;
}
.sec03 .cnt_grid {
max-width: 560px;
}
/*.sec03 .cnt_wrapper {
grid-template-columns: 270px 270px;
-ms-grid-columns: 270px 270px;
justify-content: space-between;
}*/
.sec03 figure {
width: 270px;
}
.sec03 figure .cnt_g {
height: 270px;
}
.sec03 figure h2 {
font-size: 12px;
width: 100%;
padding: 5px;
}
.sec03 .hide .container {
max-width: 540px;
}
.sec03 .hide.even {
margin-left: calc(-50vw - 10px);
}
 .sec03 .hide.odd {
margin-left: calc(-50vw + 280px);
}
.sec03 .hide.even::before {
left: 300px;
}
 .sec03 .hide.odd::before {
left: -300px;
}
 .sec04 .container {
max-width: 540px;
padding: 0 15px;
}
}
@media screen and (max-width: 570px) {
.sec01 .cnt_g {
height: auto;
padding: 30px;
}
.sec02 {
padding: 60px 15px;
}
.sec03 .cnt_grid {
max-width: 470px;
}
/*.sec03 .cnt_wrapper {
grid-template-columns: 230px 230px;
-ms-grid-columns: 230px 230px;
justify-content: space-between;
}*/
.sec03 figure {
width: 230px;
}
.sec03 figure .cnt_g {
height: 230px;
margin-bottom: 10px;
}
.sec03 .hide.even {
margin-left: calc(-50vw - 5px);
}
 .sec03 .hide.odd {
margin-left: calc(-50vw + 235px);
}
.sec03 .hide.even::before {
left: 250px;
}
 .sec03 .hide.odd::before {
left: -250px;
}
.sec03 .hide .container {
max-width: 100%;
padding: 0 15px;
}
}
@media screen and (max-width: 480px) {
.break {
display: block;
}
.sec01 .cnt_g h1 {
font-size: 21px;
}
.sec01 .cnt_g {
bottom: -110px;
}
.sec02 .cnt_title h2 {
font-size: 22px;
}
.sec03 {
padding: 0 15px;
margin-left: -3px;
box-sizing: border-box;
}
.sec03 .cnt_grid {
max-width: 100%;
}
.sec03 figure {
width: 50%;
}
.sec03 figure .cnt_g {
height: 200px;
margin-bottom: 3px;
}
.sec03 figure:nth-of-type(even) .cnt_g {
margin-left: 3px;
}
.sec03 figure:nth-of-type(even) .h2 {
left: 3px;
}
.sec03 .hide .container {
max-width: 100%;
padding: 0 15px;
}
.sec03 .hide .cnt_title h3 {
font-size: 20px;
}
.sec03 .hide.even {
margin-left: calc(-50vw + 2px);
}
 .sec03 .hide.odd {
margin-left: -12px;
}
.sec03 .hide.even::before {
left: 50%;
}
 .sec03 .hide.odd::before {
left: -50%;
}
.sec04 .cnt_title h2 {
font-size: 22px;
}
.sec04 {
padding: 60px 0;
}
.sec04 .container {
max-width: 100%;
}
.sec05 {
padding: 60px 0;
}
.sec05 .title{
font-size: 20px;
margin-bottom: 20px;
}
.sec05 .title span {
font-size: 30px;
}
.sec05 .btn {
margin: 0 auto;
max-width: 320px;
}
.sec05 .flex_box {
display: block;
padding: 0 15px;
}
.sec05 .flex_item {
width: 100%;
}
.sec05 .text_box {
padding-bottom: 40px;
text-align: center;
}
.sec05 .text1 p {
text-align: left;
}
  .sec05 .text2 p {
  text-align: left;
  }
.sec05 .flex_item:last-child {
margin-left: 0;
}
 .sec05 .cnt_img {
width: 95%;
margin: 0 auto;
}
}

@media (max-width:400px) {
  .main_visual {
  height: 160px;
  }
.main_visual img {
  object-fit: cover;
  object-position: bottom;
  }
 .sec03 figure .cnt_g {
height: 170px;
} 
}
@media (max-width:355px) {
.sec01 .cnt_g h1 {
font-size: 19px;
}  
}
@media screen and (max-width: 320px) {
.break {
display: none;
}
.sec01 .cnt_g h1 {
font-size: 18px;
}
.sec02 .cnt_title h2 {
font-size: 20px;
}
.sec03 figure .cnt_g {
height: 145px;
}
.sec04 .cnt_title h2 {
font-size: 20px;
}
.sec05 .title {
font-size: 19px;
}
.sec05 h3 {
font-size: 19px;
}
}
