@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    /* font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 16px;
    max-width: 1070px;
    min-width: 350px;
    margin: 0 auto;
    background-color: #fff0e1;
}


a {
    text-decoration: none;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 1rem 4rem;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
}

p {
    font-size: 18px;
    font-weight: 500;
}

/* ---ヘッダー--- */
.header {
    height: 80px;;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}

.header_logo img {
    max-width: auto;
    max-height: 80px;
}

/* -----ナビゲーション----- */
.navigation {
    width: 70%;
    padding-top: 30px;
    padding-right: 30px;
    display: flex;
    justify-content: flex-end;
    /* float: right; */
  }
  
  /* .navigation ul {
    float: right;
  } */
  
  
  .navigation ul li {
    display: inline-block;  /* ブロックレベルで横並び */
  }
  
  .navigation ul li a {
    font-size: 18px;
    font-weight: bold;
    padding: 0 20px;
    margin: 0 2px;
    color: #bf5654;
    font-style: italic;
    letter-spacing: 2px;  /* 文字と文字の隙間を空ける */
  }
  
  .navigation ul li:hover {
    color: #bf5654;
    background-color: #fff0f2;
  }
  

/* --------メイン------- */
.midle {
    height: auto;
    margin: 20px 0;
    padding-top: 30px;
    background-color: #fff;

}



/* ------コンセプト------ */
.consept {
    width: 60%;
    height: auto;
    margin: 10px auto 80px;
    background-color: #ffe9e3;
    display: flex;
    justify-content: center;
    border-radius: 20px;
}

.consept_text {
    color: #DB6D60;
    margin: auto 15px;
    font-weight: 500;
    padding: 30px;
}

.consept_text h2 {
    font-size: 20px;
    border-bottom: 2px solid #DB6D60;
    margin-bottom: 8px;
    padding: 5px;
    letter-spacing: 0.3em;
}

.consept_text .italic {
    font-style: italic;
}


.consept img {
    width: 150px;
    height: auto;
    margin: 20px;
}

.contents {
    height: auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}




/* ------診断ページへ------ */

.dia {
    width: 90%;
    height: auto;
    margin: 20px 25px;
    padding: 10px 10px;
    border: 2px solid #DB6D60;
    border-radius: 20px;
}

.dia_contents {
    margin: 0 auto;
}

.dia_text {
    width: 400px;
    margin: 10px 21px;
}

.dia_text h2 {
    color: #DB6D60;
    font-size: 20px;
    border-bottom: 2px solid #DB6D60;
    margin-bottom: 8px;
    padding-bottom: 5px;
    letter-spacing: 0.3em;
}

.dia_text p {
    color: #d4695d;
    font-weight: 500;
}

.dia img {
    width: 120px;
    height: auto;
    margin: 10px;
}

.dia a.btn {
    width: 150px;
    height: 50px;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 20px;
    color: #fff;
    background-color: #e66140;
    border-bottom: 5px solid #be4e3a;
    border-radius: 100vh;
    display: flex;
    justify-content: center;
}

.dia a.btn:hover {
    color: #df6f50;
    background: #fff;
    border: 2px solid #df6f50;
    transition: 0.3s;
}



/* -----メインボタン----- */
.personal {
    max-width: 80%;
    text-align: center;
    margin: 100px auto;
    padding: 20px;
    border: 2px solid #DB6D60;
    border-radius: 20px;
}

.personal_text {
    color: #DB6D60;
    border-bottom: 1.5px solid #DB6D60;
}

.personal_text p {
    font-size: 18px;
    margin: 8px 0;
    font-weight: 700;
}

.main_btn {
    margin: 50px auto;
}

.main_btn .btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em 2em;
    width: 250px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border: 2px solid #fff;
    border-radius: 0;
    background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    transition: 0.3s;
}

.main_btn a.btn-gradient:hover {
  transform: translate(0, -2px);
  color: #fff;
  box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
}

/* ------パーソナルカラー------ */
/* ---見出し--- */
.heading h1 {
    font-size: 28px;
    text-align: center;
    color: #DB6D60;
    border-bottom: 2px solid #DB6D60;
    margin-bottom: 40px;
} 

/* ---診断エリアテキスト--- */

.diagnosis_text {
    margin-bottom: 50px;
    padding: 0 30px;
}

.diagnosis_text p {
    font-size: 18px;
    color: #e6532e;
    margin: 7px 30px;
    font-weight: 500;
}

/* ---診断エリアQ--- */
.diagnosis_question {
    margin: 30px 70px;
}


.diagnosis_question li {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.diagnosis_question span {
    font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    margin: 0 5px;
}

.diagnosis_question p{
    font-size: 28px;
    text-align: center;
    color: #DB6D60;
    border-bottom: 2px solid #DB6D60;
    margin-bottom: 40px;
}

.question h2 {
    color: #DB6D60;
    border-bottom: 2px solid #DB6D60;
}


.choices {
    width: 100%;
}

.choices .label{
    background-color:#fff;
    border: 2px solid #DB6D60;
    box-shadow: 3px 3px #A35148;
    width: 220px;
    height: 240px;
    flex-wrap: wrap;
    margin: 20px 0 80px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    cursor: pointer;
}

.choices .label_to {
    background-color:#fff;
    border: 2px solid #DB6D60;
    box-shadow: 3px 3px #A35148;
    width: 220px;
    height: 150px;
    flex-wrap: wrap;
    margin: 20px 0 80px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    cursor: pointer;

}

.choices p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.choices .btn {
    display: none;
}
    
.choices .btn:checked+ .label {
    background-color:#fff9b9;
    transform: translate(3px ,3px);
    box-shadow: none;
}

.choices .btn:checked+ .label_to {
    background-color:#fff9b9;
    transform: translate(3px ,3px);
    box-shadow: none;
}
    
.question_block {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
}

.question_block li {
    width: 23.5%;
}

.question_block h2 {
    color: #DB6D60;
    border-bottom: 2px solid #DB6D60;
    margin-top: 10px;
    margin-bottom: 20px;

}

.question_block p {
    font-size: 14px;
    font-weight: 900;
    color: #bf5654;
    border-bottom: none;
    margin-top: 15px;
}

.question_block img {
    width: 142px;
    height: auto;
    margin: 0 auto;
}

.phy_question_block {
    width: 80%;
    margin: 0 auto;
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(3,1fr);
}

.phy_question_block li {
    width: 23.5%;
}

.phy_question_block h2 {
    color: #DB6D60;
    border-bottom: 2px solid #DB6D60;
    margin-top: 10px;
    margin-bottom: 20px;

}

.phy_question_block p {
    max-width: 90%;
    margin: 0px 22px;
    font-size: 14px;
    font-weight: 900;
    color: #bf5654;
    border-bottom: none;
    margin-top: 15px;
}

.phy_question_block .label_to {
    background-color:#fff;
    border: 2px solid #DB6D60;
    box-shadow: 3px 3px #A35148;
    width: 220px;
    height: 200px;
    flex-wrap: wrap;
    margin: 20px 0 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    cursor: pointer;

}


.question_block img {
    width: 142px;
    height: auto;
    margin: 0 auto;
}


.colorblock {
    width: 142px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.colorblock li {
    width: 68px;
    height: 68px;
    margin-bottom: 0;
}

.col1 li {
    width: 142px;
    height: 70px;
}
    
.question_block .eye_img {
    width: 65px;
    height: 65px;
}

/* 診断実行ボタン */
input[type="submit"] {
    background-color: #f2786b;
    font-family: 'Noto Serif JP', sans-serif;
	color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5em;
	width: 250px;
	height: 60px;
	margin: 0 auto;
    border: none;
    border-bottom: 5px solid #df6f50;
    border-radius: 100vh;
    display: flex;
    justify-content: center;
	cursor: pointer; /* 手のマークになる */
}

input[type="submit"]:hover {
    color: #f2786b;
    background: #fff;
    border: 2px solid #df6f50;
    transition: 0.3s;
}



/* 結果エリア */
.result {
    max-width: 80%;
    height: auto;
    margin: 0 auto;
}

/* パーソナルカラー・リザルト */
.result_pc {
    max-width: 100%;
    margin: 50px auto;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
}

.result_supring {
    width: 49%;
    height: 80px;
    padding: 13px;
    font-weight: 600;
    color: #ff69b4;
    text-align: center;
    border: 3px solid #ff69b4;
}

.result_summer {
    width: 49%;
    height: 80px;
    padding: 13px;
    font-weight: 600;
    color: #4169e1;
    text-align: center;
    border: 3px solid #4169e1;
}

.result_autumn {
    width: 49%;
    height: 80px;
    padding: 13px;
    font-weight: 600;
    color: #a0522d;
    text-align: center;
    border: 3px solid #a0522d;
}

.result_winter {
    width: 49%;
    height: 80px;
    padding: 13px;
    font-weight: 600;
    color: #514891;
    text-align: center;
    border: 3px solid #514891;
}

/* 骨格診断・リザルト */
.result_phy {
    max-width: 100%;
    margin: 50px auto;
    display: flex;
    align-content: space-around;
}

.result_str {
    width: 33%;
    height: 80;
    padding: 13px;
    font-weight: 600;
    color: rgb(69, 69, 180);
    text-align: center;
    border: 4px solid rgb(69, 69, 180);
}

.result_wav {
    width: 33%;
    height: 80;
    padding: 13px;
    font-weight: 600;
    color: rgb(179, 86, 109);
    text-align: center;
    border: 4px solid rgb(179, 86, 109);

}

.result_nat {
    width: 33%;
    height: 80;
    padding: 13px;
    font-weight: 600;
    color: rgb(100, 177, 100);
    text-align: center;
    border: 4px solid rgb(100, 177, 100);

}

.btn_contents {
    width: 80%;
    margin: 80px auto;
    padding: 0 30px;
    display: flex;
    justify-content: space-around;
}

/* リセットボタン */
input[type="button"] {
	background-color: #f2786b;
    font-family: 'Noto Serif JP', sans-serif;
	color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5em;
    width: 250px;
    height: 60px;
	margin: 0 auto;
    border: none;
    border-bottom: 5px solid #df6f50;
    border-radius: 100vh;
    display: flex;
    justify-content: center;
	cursor: pointer; /* 手のマークになる */
}

input[type="button"]:hover {
    color: #f2786b;
    background: #fff;
    border: 2px solid #df6f50;
    transition: 0.3s;
}

/* 骨格診断へボタン */
.btn_contents a.phy_btn {
	background-color: #f2786b;
	color: #fff;
    font-size: 16px;
	font-weight: 300;
    letter-spacing: 0.3em;
    width: 250px;
    height: 60px;
	margin: 0;
    padding: 15px 20px;
    border-bottom: 5px solid #df6f50;
    border-radius: 100vh;
    display: flex;
    justify-content: center;
	cursor: pointer; /* 手のマークになる */
}

.btn_contents a.phy_btn:hover {
    color: #f2786b;
    background: #fff;
    border: 2px solid #df6f50;
    transition: 0.3s;
}


/* パーソナルカラー診断へボタン */
.btn_contents a.pc_btn {
	background-color: #f2786b;
	color: #fff;
	font-weight: bold;
    letter-spacing: 0.1em;
    width: 250px;
    height: 60px;
	margin: 0;
    border-bottom: 5px solid #df6f50;
    border-radius: 100vh;
    text-align: center;
	cursor: pointer; /* 手のマークになる */
}

.btn_contents a.pc_btn:hover {
    color: #f2786b;
    background: #fff;
    border: 2px solid #df6f50;
    transition: 0.3s;
}




/* ------アイテム紹介------ */
.item_heading h1 {
    font-size: 34px;
    color: #DB6D60;
    /* text-align: center; */
    margin: 30px 0;
    display: flex;
    align-items: center;
}

.item_heading h1:before,h1:after {
  content: "";
  /* width: 100%; */
  height: 3px;
  background: #DB6D60;
  flex-grow: 1;
}

.item_heading h1:before{
  margin: 0 20px 0 0;
  background: linear-gradient(-90deg, #DB6D60, transparent)
}

.item_heading h1:after{
  margin: 0 0 0 20px;
  background: linear-gradient(90deg, #DB6D60, transparent);
}

ol {
    list-style: none;
  }
  a {
    text-decoration: none;
  }
  
  .gallery{
    margin: 0 auto;
    background-color: #fff;    
  }
    
  .container {
    max-width: 1200px;
    margin: 0 auto;
  }
    
  input[type="radio"] {
    position: absolute;
    left: -9999px;
  }
  
 .container input[type="button"] {
    position: absolute;
    left: -9999px;
  }
  
  .filters {
    padding-top: 50px;
    text-align: center;
    margin:0 94px 50px;
    display: grid;
    grid-gap: 0.8rem;
    grid-template-columns: repeat(5,1fr);
}

.fil1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
}
.fil2 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}
.fil3 {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
}
.fil4 {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
}
.fil5 {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 2;
}

.fil6{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
}

.fil7{
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
}

.fil8{
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3;
}

  /* 上部絞り込みボタン */
  .filters li {
    border: 2px solid #b47e7d;
  }

  .filters a {
    text-align: center;
    padding: 0.05rem 0.1rem;
    margin-bottom: 0.25rem;
    min-width: 50px;
    color: #bf5654;
    font-size: 21px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    cursor: pointer;
    transition: all 0.2s;
  }

  .filters li {
    text-align: center;
    padding: 0 0.1rem;
    min-width: 50px;
    color: #bf5654;
    font-size: 19px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    cursor: pointer;
    transition: all 0.2s;
  }
  
  .filters li:hover{
    color: #bf5654;
    background: #fff0e1;
    font-style: italic;
  }
  
  .items {
    width: 80%;
    margin: 0 auto;
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(4, 1fr);
  }
  
  .items li img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 10px;
  }

  .section_top {
    width: 100%;
    background-color: #fef9f9;
    padding: 2px;
    border-radius: 10px;
    border: 2px solid #DB6D60;
    box-sizing: border-box;
    margin: 20px 0;
    position: relative;
  }

  .item_text {
      margin: 10px 0;
  }
  
  .item_text h3 {
    height: 4em;
    font-size: 16px;
    line-height: 1.2em;
    padding: 0 8px;
    margin-bottom: 10px 0 15px;
    letter-spacing: 0.05em;
    font-style: italic;
    color: #DB6D60;
  }
    
  .item_text p {
      font-size: 12px;
      margin: 0 0 10px 10px;
      color: #DB6D60;
    }

  
  .items .item-categories {
    height: 50px;
    margin: 10px 20px;
    font-size: 0.75rem;
  }
  .items .item-categories * {
    display: flex;
    justify-content: space-around;
  }
  .items .item-categories li {
    margin-bottom: 0.2rem;
  }
  .items .item-categories a {
    padding: 0.2rem 0.5rem;
    transition: all 0.1s;
    margin: 0 auto;
  }
  
  .cat_spring {
    margin-bottom: 0.75rem;
    font-size: 0.75rem;
    color: #fa709a;
    border:3px double #fa709a;
}

.cat_summer {
    margin-bottom: 0.75rem;
    font-size: 0.75rem;
    color: #6484e4;
    border:3px double #6484e4;
}

.cat_autumn {
    margin-bottom: 0.75rem;
    font-size: 0.75rem;
    color: #a0522d;
    border:3px double #a0522d;
}

.cat_winter {
    margin-bottom: 0.75rem;
    font-size: 0.75rem;
    color: #5d5888;
    border:3px double #5d5888;
}

.cat_straight {
    margin-bottom: 0.75rem;
    font-size: 0.75rem;
    color: rgb(80, 195, 241);
    border:3px double rgb(80, 195, 241);

}

.cat_wave {
    margin-bottom: 0.75rem;
    font-size: 0.75rem;
    color: rgb(196, 59, 93);
    border:3px double rgb(196, 59, 93);
}

.cat_natural {
    margin-bottom: 0.75rem;
    font-size: 0.75rem;
    color: rgb(100, 177, 100);
    border:3px double rgb(100, 177, 100);
}



  
  /* フィルタリング  */
  [value="cat-spr"]:checked ~ .filters [for="cat-spr"],
  [value="cat-sum"]:checked ~ .filters [for="cat-sum"], 
  [value="cat-aut"]:checked ~ .filters [for="cat-aut"], 
  [value="cat-win"]:checked ~ .filters [for="cat-win"], 
  [value="cat-str"]:checked ~ .filters [for="cat-str"], 
  [value="cat-wav"]:checked ~ .filters [for="cat-wav"], 
  [value="cat-nat"]:checked ~ .filters [for="cat-nat"] {
    background: #fff0e1;
    margin-bottom: 0.8rem;
    color: #fff0e1;
    font-style: italic;
  }
  /* [value="All"]:checked ~ .items [data-category] {
    display: block;
  } */
  [value="cat-spr"]:checked ~ .items .section_top:not([data-category~="cat-spr"]), 
  [value="cat-sum"]:checked ~ .items .section_top:not([data-category~="cat-sum"]), 
  [value="cat-aut"]:checked ~ .items .section_top:not([data-category~="cat-aut"]),
  [value="cat-win"]:checked ~ .items .section_top:not([data-category~="cat-win"]), 
  [value="cat-str"]:checked ~ .items .section_top:not([data-category~="cat-str"]), 
  [value="cat-wav"]:checked ~ .items .section_top:not([data-category~="cat-wav"]), 
  [value="cat-nat"]:checked ~ .items .section_top:not([data-category~="cat-nat"]) {
    display: none;
  }
  
  /* フィルタリングアニメーション  */
  [value="cat-spr"]:checked ~ .items .section_top,
  [value="cat-sum"]:checked ~ .items .section_top,
  [value="cat-aut"]:checked ~ .items .section_top,
  [value="cat-win"]:checked ~ .items .section_top,
  [value="cat-str"]:checked ~ .items .section_top,
  [value="cat-wav"]:checked ~ .items .section_top,
  [value="cat-nat"]:checked ~ .items .section_top {
    animation: checked_animation 0.4s ease-in-out both;
  }
  /* All を追加 */
  /* [value="All"]:checked ~ .items [data-category] {
    animation: checked_animation 0.4s ease-in-out both;
  } */
    
  @keyframes checked_animation {
    0% {
    transform: translate(0, 300px);
    opacity: 0;
    }
    100% {
    transform: translate(0, 0);
    opacity: 1;
    }
  }  /* メディアクエリ */
  @media screen and (max-width: 1000px) {
    .items {
        grid-template-columns: repeat(3, 1fr);
    }

    .question_block{
        grid-template-columns: repeat(2,1fr);
  }

  }

  @media screen and (max-width: 950px) {
    .items {
      grid-template-columns: repeat(3, 1fr);
    }

    .phy_question_block {
        grid-template-columns: repeat(2,1fr);
    }

  }

  @media screen and (max-width: 900px) {
    .items {
      grid-template-columns: repeat(3, 1fr);
    }

    .contents {
        grid-template-columns: repeat(1,1fr);
    }

  }

  @media screen and (max-width: 750px) {
    html {
      font-size: 14px;
    }
    .filters {
      grid-template-columns: repeat(4, 1fr);
    }
    .fil1 {
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 2;
    }
    .fil2 {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 3;
    }
    .fil3 {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;
    }
    .fil4 {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 2;
        grid-row-end: 3;
    }
    .fil5 {
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 2;
        grid-row-end: 3;
    }
    .fil6 {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 3;
        grid-row-end: 4;
    }
    .fil7 {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 3;
        grid-row-end: 4;
    }
    .fil8 {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 3;
        grid-row-end: 4;
    }

    .phy_question_block {
        grid-template-columns: repeat(2,1fr);
    }


  }

  @media screen and (max-width: 650px) {
    html {
      font-size: 14px;
    }
    .items {
      grid-template-columns: repeat(2, 1fr);
    }
    .filters {
        padding-top: 30px;
        margin: 0 50px 20px;
    }
  }

  @media screen and (max-width: 750px) {
    html {
      font-size: 14px;
    }
    .filters {
      grid-template-columns: repeat(2, 1fr);
    }
    .fil1 {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2;
    }
    .fil2 {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 3;
    }
    .fil3 {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;
    }
    .fil4 {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 3;
        grid-row-end: 4;
    }
    .fil5 {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 3;
        grid-row-end: 4;
    }
    .fil6 {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 4;
        grid-row-end: 5;
    }
    .fil7 {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 4;
        grid-row-end: 5;
    }
    .fil8 {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 5;
        grid-row-end: 6;
    }

}

  /* ------フッター------ */
.footer {
    font-weight: bold;
    text-align: center;
    margin: 30px 0;
    color: #DB6D60;
}