@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes toggle_1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}

@keyframes toggle_2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-45deg);
  }
}

@keyframes scall {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

body {
     /* font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif; */
  background-color: #1b1f1f;
  margin: 0;
  color: #fff;
  position: relative;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #fff;
}

.main_menu {
  width: 100%;
  height: 120px;
}

.main_menu nav {
  margin: 10px auto;
  width: 80%;
  height: 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.main_menu nav img {
  width: 280px;
  height: auto;
}

@media (max-width: 599px) {
  .main_menu nav img {
    width: 170px;
  }
}

.main_menu nav .dabule_menu {
  width: 610px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media (max-width: 599px) {
  .main_menu nav .dabule_menu {
    display: none;
  }
}

.main_menu nav .menu-right {
  width: 500px;
  height: 100px;
  font-size: 14px;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.main_menu nav .menu-right .menu-right-1 {
  height: 52px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom: solid #fff 1px;
  transition: 0.3s;
}

.main_menu nav .menu-right .menu-right-1 li {
  width: 150px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  justify-content: center;
}

.main_menu nav .menu-right .menu-right-1 li:hover {
  background-color: #000;
  transition: 0.3s;
}

.main_menu nav .menu-right .menu-right-2 {
  height: 52px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-right: 18px;
}

.main_menu nav .menu-right .menu-right-2 li {
  width: 150px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  justify-content: center;
}

.main_menu nav .menu-right .menu-right-2 li:hover {
  background-color: #000;
  transition: 0.3s;
}

.main_menu nav .english {
  margin-left: 60px;
  font-size: 14px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;  color: #fff;
}

.main_menu nav .toggle {
  width: 30px;
  height: 24px;
  position: absolute;
  z-index: 102;
  right: 0;
  display: none;
}

@media (max-width: 599px) {
  .main_menu nav .toggle {
    display: block;
  }
}

.main_menu nav .toggle p {
  position: absolute;
  border-bottom: solid 1px #fff;
  width: 100%;
  margin: 0;
}

.main_menu nav .toggle p:nth-child(1) {
  top: 0;
}

.main_menu nav .toggle p:nth-child(2) {
  top: 12px;
}

.main_menu nav .toggle p:nth-child(3) {
  top: 24px;
}

.main_menu nav .rotate_1 {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-name: toggle_1;
  animation-delay: 0.3s;
}

.main_menu nav .rotate_2 {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-name: toggle_2;
  animation-delay: 0.3s;
}

.seacret_menu {
  width: 100vw;
  height: 100vh;
  background-color: #000;
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: 101;
}

.seacret_menu .seacret_section {
  width: 60%;
  font-size: 24px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;  margin: 0 auto;
  text-align: center;
}

.seacret_menu .seacret_section li {
  margin: 25px;
}

.opacity {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-name: fadein;
  display: flex;
}

.youtube {
  width: 80%;
  height: auto;
  background: #1b1f1f;
  margin: 30px auto ;
}

@media (max-width: 599px) {
  .youtube {
    height: auto;
  }
}

.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

.news_title {
  text-align: center;
  color: white;
}

.news_title h1 {
  font-size: 24px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  margin: 0;
}

.news_title h2 {
  font-size: 14px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #c0c1c1;
}

.news_main {
  margin: auto auto;
  width: 70%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media (max-width: 599px) {
  .news_main {
    display: block;
    width: 270px;
  }
}

@media (max-width: 1099px) {
  .news_main {
    display: block;
    width: 270px;
  }
}

.news_section {
  margin: 40px 0;
  width: 270px;
}

.overflow {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.news_img {
  background-color: #000;
  background: url(../img/tea.png) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 220px;
  transform: scale(1);
  transition: 0.6s;
  transition-timing-function: ease-in-out;
}

.news_img:hover {
  transform: scale(1.1);
  transition-timing-function: ease-in-out;
  transition: 0.6s;
}

.news_img-2 {
  background-color: #000;
  background: url(../img/kri.png) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 220px;
  transform: scale(1);
  transition: 0.6s;
  transition-timing-function: ease-in-out;
}

.news_img-2:hover {
  transform: scale(1.1);
  transition-timing-function: ease-in-out;
  transition: 0.6s;
}

.news_img-3 {
  background-color: #000;
  background: url(../img/news3.png) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 220px;
  transform: scale(1);
  transition: 0.6s;
  transition-timing-function: ease-in-out;
}

.news_img-3:hover {
  transform: scale(1.1);
  transition-timing-function: ease-in-out;
  transition: 0.6s;
}

.news_content {
  background-color: #aeaeae;
  height: 150px;
  padding-left: 20px;
}

.category {
  display: flex;
  justify-content: space-between;
}

.category p {
  font-size: 12px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  margin-top: 13px;
}

.category .news_categry {
  width: 110px;
  height: 50px;
  background-color: #313131;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}

.category .news_categry p {
  color: white;
  position: absolute;
  top: 7%;
  z-index: 100;
}

.category .news_categry::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  height: 100%;
  width: 20%;
  background-color: #a2e28e;
  transition: 0.3s;
}

.category .news_categry:hover::after {
  width: 100%;
  transition: 0.3s;
}

.category .news_categry-2 {
  width: 110px;
  height: 50px;
  background-color: #313131;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}

.category .news_categry-2 p {
  color: white;
  position: absolute;
  top: 7%;
  z-index: 100;
}

.category .news_categry-2::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  height: 100%;
  width: 20%;
  background-color: #a2e28e;
  transition: 0.3s;
}

.category .news_categry-2:hover::after {
  width: 100%;
  transition: 0.3s;
}

.category .news_categry-3 {
  width: 110px;
  height: 50px;
  background-color: #313131;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}

.category .news_categry-3 p {
  color: white;
  position: absolute;
  top: 7%;
  z-index: 100;
}

.category .news_categry-3::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  height: 100%;
  width: 20%;
  background-color: #a2e28e;
  transition: 0.3s;
}

.category .news_categry-3:hover::after {
  width: 100%;
  transition: 0.3s;
}

.news_categry-4 {
  width: 110px;
  height: 50px;
  background-color: #313131;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  width: 270px;
  height: 60px;
  margin: 0 auto;
  background-color: #444;
  font-size: 18px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  text-align: center;
  padding-left: 0px;
  vertical-align: middle;




  /* display: inline-block; */
 /* line-height: 60px;/*heightと同じ値に*/ */

}

.news_categry-4 p {
  color: white;
  position: absolute;
  top: -5%;
  z-index: 100;
    vertical-align: middle;
}

.news_categry-4::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  height: 100%;
  width: 7%;
  background-color: #a00d1e;
  transition: 0.3s;
    vertical-align: middle;
}

.news_categry-4:hover::after {
  width: 100%;
  transition: 0.3s;
    vertical-align: middle;
}

/* .news_categry-4 p {
  letter-spacing: 10px;
  left: 50px; */
/* } */

.description {
  width: 70%;
  margin: 60px auto;
  line-height: 250%;
  text-align: left;
  color: #fff;
}

.description h1 {
  font-size: 32px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 600;
}

.description h2 {
  font-size: 21px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.description p {
  color: #c0c1c1;
  width: 800px;
  font-size: 15px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  margin: 30px auto;
}

.description p.chance {
  font-size: 32px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #fff;
   text-align: center;
  font-weight: 600;
}

@media (max-width: 599px) {

  .description h1 {
    font-size: 22px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        line-height: 150%;
  }
  .description h2 {
    font-size: 13px;
    text-align: left;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        line-height: 150%;
  }
  .description p {
    width: 254px;
    font-size: 10px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    line-height: 150%;
    text-align: left;
  }
  .description p.chance {
    font-size: 22px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    text-align: center;
  }
}

.maner {
  width: 70%;
  margin: 100px auto;
  margin-bottom: 250px;
  position: relative;
}

.maner:before {
  position: absolute;
  width: 60%;
  top: -40px;
  left: 19.5%;
  content: "";
  border: 1px solid #fff;
}

.maner:after {
  position: absolute;
  width: 60%;
  bottom: -91px;
  left: 19.5%;
  content: "";
  border: 1px solid #fff;
}

.maner_title {
  width: 100px;
  font-size: 30px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  margin: 0 auto;
  color: #fff;
}

.maner_section {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: space-around;
  align-items: center;
  color: #fff;
}

@media (max-width: 599px) {
  .maner_section {
    display: block;
  }
}

.maner_sentence {
  text-align: center;
}

.maner_sentence h2 {
  margin-bottom: 50px;
}

@media (max-width: 599px) {
  .maner_sentence h2 {
    font-size: 30px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin-bottom: 10px;
  }
  .maner_sentence p {
    font-size: 24px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }
  .maner_sentence span {
    font-size: 20px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }
}

.boshu_1 {
  width: 65%;
  margin: 60px auto;
  text-align: center;
  color: #fff;
}

.boshu_1 h1 {
  font-size: 32px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

.boshu_1 h2 {
  font-size: 24px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.boshu_1 p {
  color: #c0c1c1;
  font-size: 16px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
      line-height: 250%;
  width: 80%;
  margin: 0 auto;
}

.boshu_1 span {
  color: #fe7b30;
}

.boshu_1 img {
  margin: 0 20px;
}

@media (max-width: 599px) {
  .boshu_1 h1 {
    font-size: 18px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }
  .boshu_1 h2 {
    font-size: 18px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }
  .boshu_1 p {
    font-size: 13px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    width: 100%;
  }
  .boshu_1 img {
    max-width: 30px;
    height: auto;
  }
}

.boshu_2 {
  width: 65%;
  margin: 60px auto;
  text-align: center;
  color: #fff;
}

.boshu_2 h1 {
  font-size: 32px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
      line-height: 250%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.boshu_2 h2 {
  font-size: 24px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
      line-height: 250%;
}

.boshu_2 p {
  color: #c0c1c1;
  font-size: 16px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
      line-height: 250%;
  width: 100%;
  margin: 0 auto;
}

.boshu_2 span {
  color: #70c7e5;
}

.boshu_2 img {
  margin: 0 20px;
}

@media (max-width: 599px) {
  .boshu_2 h1 {
    font-size: 18px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }
  .boshu_2 h2 {
    font-size: 18px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }
  .boshu_2 p {
    font-size: 13px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    width: 100%;
  }
  .boshu_2 img {
    max-width: 30px;
    height: auto;
  }
}

.boshu_3 {
  width: 65%;
  margin: 60px auto;
  text-align: center;
  color: #fff;
}

.boshu_3 h1 {
  font-size: 32px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

.boshu_3 h2 {
  font-size: 24px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.boshu_3 p {
  color: #c0c1c1;
  font-size: 16px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
      line-height: 250%;
  width: 50%;
  margin: 0 auto;
}

.boshu_3 span {
  color: pink;
}

.boshu_3 img {
  margin: 0 20px;
}

.boshu_3 p {
  width: 600px;
}

@media (max-width: 599px) {
  .boshu_3 h1 {
    font-size: 18px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }
  .boshu_3 h2 {
    font-size: 18px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }
  .boshu_3 p {
    font-size: 13px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    width: 100%;
    text-align: left;
  }
  .boshu_3 img {
    max-width: 30px;
    height: auto;
  }
  .boshu_3 .center {
    text-align: center;
  }
}

#form {
  margin: 60px auto;
  cursor: pointer;
}

#form p {
  text-align: center;
  text-decoration: underline;
}

#form p:hover {
  color: #fff;
  text-decoration: underline;
}

.conpekiyaku {
  width: 65%;
  margin: 60px auto;
  text-align: center;
  color: #fff;
}

.conpekiyaku h1 {
  font-size: 32px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

.conpekiyaku h2 {
  font-size: 24px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  text-align: left;
}

.conpekiyaku p {
  color: #c0c1c1;
  font-size: 16px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  width: 100%;
  text-align: left;
  margin: 0 auto 50 50;
}

.conpekiyaku span {
  color: #a2e28e;
}

.conpekiyaku img {
  margin: 0 20px;
}

/* .conpekiyaku p {
  width: 100%;
  margin: 60px auto;
} */

@media (max-width: 599px) {
  .conpekiyaku h1 {
    font-size: 20px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }
  .conpekiyaku h2 {
    font-size: 18px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    text-align: left;
  }
  .conpekiyaku p {
    font-size: 13px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    width: 100%;
    text-align: left;
  }
  .conpekiyaku img {
    max-width: 30px;
    height: auto;
  }
  .conpekiyaku span {
    font-size: 20px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin: 10px;
  }
}

.sinsain-title {
  font-size: 32px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  width: 30%;
  margin: 40px auto;
  padding-left: 18px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.sinsain-title p {
  margin: 40px 10px;
}

@media (max-width: 599px) {
  .sinsain-title {
    width: 60%;
    height: auto;
  }
}

.sinsain_section {
  width: 75%;
  margin: 60px auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media (max-width: 599px) {
  .sinsain_section {
    display: block;
  }
}

@media (max-width: 599px) {
  .sinsain_img img {
    width: 100%;
    height: auto;
  }
}

.sinsain_senten {
  width: 60%;
  color: #c0c1c1;
}

.sinsain_senten h1 {
  font-size: 32px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.sinsain_senten p {
  font-size: 12px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 30px;
}

@media (max-width: 599px) {
  .sinsain_senten {
    width: 100%;
  }
}

.designer_title {
  width: 65%;
  margin: 30px auto;
  text-align: center;
  color: #fff;
}

.designer_title h1 {
  font-size: 32px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

.designer_title h2 {
  font-size: 24px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.designer_title h3 {
  font-size: 16px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.designer_title p {
  color: #c0c1c1;
  font-size: 16px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  width: 50%;
  margin: 0 auto;
}

.designer_title span {
  color: #fe7b30;
}

.designer_title img {
  margin: 0 20px;
}

@media (max-width: 599px) {
  .designer_title h1 {
    font-size: 20px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin: 100 0 100 0px;
  }
  .designer_title h2 {
    font-size: 18px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }
  .designer_title p {
    font-size: 13px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    width: 100%;
  }
  .designer_title img {
    max-width: 30px;
    height: auto;
  }
  .designer_title span {
    font-size: 20px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin: 10px;
  }
}

.designer_box {
  width: 80%;
  margin: 60px auto;
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 599px) {
  .designer_box {
    width: 350px;
  }
}

.designer_section {
  width: 349px;
}

@media (max-width: 599px) {
  .designer_section {
    margin: 50px 0;
  }
}

.designer_img {
  height: 249px;
}

. {
  width: 97%;
  padding-left: 15px;
  padding-top: 30px;
}

.designer_sentens p {
  margin-top: 0;
  width: 240px;
  font-size: 12px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.designer_sns {
  display: flex;
  align-items: center;
}

.designer_sns p {
  width: auto;
  margin-right: 20px;
}

.footer_menu {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  color: #c0c1c1;
  font-size: 0.8em;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  margin-bottom: 100px;
  position: relative;
}

.footer_menu p {
  color: #c0c1c1;
}

@media (max-width: 599px) {
  .footer_menu {
    width: 60%;
  }
  .footer_menu p {
    font-size: 1.5em;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }
}

.copylite {
  width: 30%;
  text-align: center;
  margin: 40px auto;
  color: #c0c1c1;
}

.copylite p {
  font-size: 12px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.copylite small {
  font-size: 10px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
