body {
  font-family: 'Gothic A1', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #1C1C1C;
  letter-spacing: 0.1em;
  line-height: 1.8;
  width: 100%;
  transition: opacity 0.4s;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity;
  margin: 0px;
  letter-spacing: 0.05rem;
  scroll-behavior: smooth;
}

ul,
ol {
list-style: none;
padding: 0px;
}

a {
color: inherit;
text-decoration: none;
}

.main_title {
  font-size: 60px;
}

.main_title::after {
  display: inline-block;
  content: "";
  border-top: 1px solid #000000;
  width: 40px;
  margin-left: 5px;
  margin-right: 10px;
}

.small_title {
  font-size: 20px;
}

.big_title {
  font-size: 60px;
}

.small_title {
  font-size: 20px;
}

.small_image {
  display: none;
}



/* ヘッター */

header {
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 100;
}

.header_menu_wrapper {
  padding-top: 40px;
  background-color: #D6E4F080;
}

.header_nav_wraper {
  display: none;
}

.nav {
  display: none;
}

.header_menu {
  width: 83.3vw;
  margin: 0 auto;
}

.header_menu ul {
  display: flex;
  margin-bottom: 0px;
}

.header_menu li {
  margin-right: 60px;
}

.header_menu li a {
  font-size: 20px;
  position: relative;
  font-weight: bold;
}

.header_menu li a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #163172;
  bottom: -7px;               /*アンダーラインがaタグの下端から現れる*/
  transform: scale(0, 1);     /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: transform 0.3s; /*変形の時間*/
}

.header_menu li a:hover::after {
  transform: scale(1, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/
}

.header_menu li.current a::after {
  transform: scale(1, 1);
}

.header_menu li.current a::after {
  background: #163172;
}

.menu_last {
  margin-right: 0px;
}

/* ヘッター終了 */



/* Workタイトル */

.Work_wrapper {
  padding-top: 100px;
  padding-bottom: 60px;
  background-color: #D6E4F080;
}

.Work_title {
  width: 83.3vw;
  margin: 0 auto;
}

.Work_title h1 {
  font-family: "lato", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.Work_title_main {
  display: flex;
  justify-content: center;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 600;
  line-height: 1.2;
  overflow: hidden;
}

.Work_title_main p {
  color: #163172;
  font-weight: bold;
  letter-spacing: .06em;
  margin: 0;

  /* ここからアニメーション関係 */
  transform: translateY(2em);
  animation: textanimation 1s forwards;
}


.Work_title_sub {
  display: flex;
  justify-content: center;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 600;
  line-height: 1.2;
  overflow: hidden;
}

.Work_title_sub p {
  color: #163172;
  font-weight: bold;
  letter-spacing: .06em;
  margin: 0;

  /* ここからアニメーション関係 */
  transform: translateY(2em);
  animation: textanimation 1s forwards;
}

.Work_title_main p:nth-child(1) {
  animation-delay: 0.1s
}
/* 2文字目 */
.Work_title_main p:nth-child(2) {
  animation-delay: 0.2s
}
/* 3文字目 */
.Work_title_main p:nth-child(3) {
  animation-delay: 0.3s
}
/* 4文字目 */
.Work_title_main p:nth-child(4) {
  animation-delay: 0.4s
}
/* 5文字目 */
.Work_title_main p:nth-child(5) {
  animation-delay: 0.5s
}


.Work_title_sub p:nth-child(1) {
  animation-delay: 0.1s
}
/* 2文字目 */
.Work_title_sub p:nth-child(2) {
  animation-delay: 0.2s
}
/* 3文字目 */
.Work_title_sub p:nth-child(3) {
  animation-delay: 0.3s
}



@keyframes textanimation {
  0% {
      transform: translateY(2em);
  }

  100% {
      transform: translateY(0);
  }
}

/* Workタイトル終了 */



/* ホームページ実績 */

.Work_Achievements_wrapper {
  padding-top: 20px;
  padding-bottom: 120px;
  background-color: #D6E4F080;
}

.Achievements {
  width: 83.3vw;
  margin: 0 auto;
}

.Achievements h2 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 30px;
  padding-left: 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
  color: #163172;
}

.hp_Achievements {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 120px;
}





.eye_clinic {
  margin-bottom: 60px;
}

.eye_clinic p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 10px;
  font-weight: 600;
}

.eye_clinic a {
  display: block;
  height: calc(100% - 54.35px);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.eye_clinic a {
  position: relative;
  overflow: hidden;
}
.eye_clinic a::before,
.eye_clinic a::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  margin: auto;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  opacity: 0;
}
.eye_clinic a::before {
  background: #00000099;
  width: 100%;
  height: 100%;
}
.eye_clinic a::after {
  color: #fff;
  content: "Read More";
  font-size: 32px;
  font-weight: bold;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 0;
}

.eye_clinic a:hover::before,
.eye_clinic a:hover::after {
  opacity: 1;
}





.guesthouse {
  margin-bottom: 60px;
}

.guesthouse p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 10px;
  font-weight: 600;
}

.guesthouse a {
  display: block;
  height: calc(100% - 54.35px);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.guesthouse a {
  position: relative;
  overflow: hidden;
}
.guesthouse a::before,
.guesthouse a::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  margin: auto;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  opacity: 0;
}
.guesthouse a::before {
  background: #00000099;
  width: 100%;
  height: 100%;
}
.guesthouse a::after {
  color: #fff;
  content: "Read More";
  font-size: 32px;
  font-weight: bold;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 0;
}

.guesthouse a:hover::before,
.guesthouse a:hover::after {
  opacity: 1;
}





.PORTFORIO_site {
  margin-bottom: 60px;
}

.PORTFORIO_site p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 10px;
  font-weight: 600;
}

.PORTFORIO_site a {
  display: block;
  height: calc(100% - 54.35px);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.PORTFORIO_site a {
  position: relative;
  overflow: hidden;
}
.PORTFORIO_site a::before,
.PORTFORIO_site a::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  margin: auto;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  opacity: 0;
}

.PORTFORIO_site a::before {
  background: #00000099;
  width: 100%;
  height: 100%;
}

.PORTFORIO_site a::after {
  color: #fff;
  content: "Read More";
  font-size: 32px;
  font-weight: bold;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 0;
}

.PORTFORIO_site a:hover::before,
.PORTFORIO_site a:hover::after {
  opacity: 1;
}








.solutions {
  margin-bottom: 60px;
}

.solutions p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 10px;
  font-weight: 600;
}

.solutions a {
  display: block;
  height: calc(100% - 54.35px);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.solutions a {
  position: relative;
  overflow: hidden;
}

.solutions a::before,
.solutions a::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  margin: auto;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  opacity: 0;
}

.solutions a::before {
  background: #00000099;
  width: 100%;
  height: 100%;
}

.solutions a::after {
  color: #fff;
  content: "Read More";
  font-size: 32px;
  font-weight: bold;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 0;
}

.solutions a:hover::before,
.solutions a:hover::after {
  opacity: 1;
}



.okayu {
  margin-bottom: 60px;
}

.okayu p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 10px;
  font-weight: 600;
}

.okayu a {
  display: block;
  height: calc(100% - 54.35px);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.okayu a {
  position: relative;
  overflow: hidden;
}

.okayu a::before,
.okayu a::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  margin: auto;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  opacity: 0;
}

.okayu a::before {
  background: #00000099;
  width: 100%;
  height: 100%;
}

.okayu a::after {
  color: #fff;
  content: "Read More";
  font-size: 32px;
  font-weight: bold;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 0;
}

.okayu a:hover::before,
.okayu a:hover::after {
  opacity: 1;
}





.academy p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 10px;
  font-weight: 600;
}

.academy a {
  display: block;
  height: calc(100% - 54.35px);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.academy a {
  position: relative;
  overflow: hidden;
}

.academy a::before,
.academy a::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  margin: auto;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  opacity: 0;
}

.academy a::before {
  background: #00000099;
  width: 100%;
  height: 100%;
}

.academy a::after {
  color: #fff;
  content: "Read More";
  font-size: 32px;
  font-weight: bold;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 0;
}

.academy a:hover::before,
.academy a:hover::after {
  opacity: 1;
}





.banner_Achievements {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
}

.lemon {
  margin-bottom: 60px;
}

.lemon p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 10px;
  font-weight: 600;
}

.lemon a {
  display: block;
  height: calc(100% - 48.59px);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.lemon a {
  position: relative;
  overflow: hidden;
}

.lemon a::before,
.lemon a::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  margin: auto;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  opacity: 0;
}

.lemon a::before {
  background: #00000099;
  width: 100%;
  height: 100%;
}

.lemon a::after {
  color: #fff;
  content: "Read More";
  font-size: 32px;
  font-weight: bold;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 0;
}

.lemon a:hover::before,
.lemon a:hover::after {
  opacity: 1;
}





.paypay_Bonus {
  margin-bottom: 60px;
}

.paypay_Bonus p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 10px;
  font-weight: 600;
}

.paypay_Bonus a {
  display: block;
  height: calc(100% - 48.59px);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.paypay_Bonus a {
  position: relative;
  overflow: hidden;
}

.paypay_Bonus a::before,
.paypay_Bonus a::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  margin: auto;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  opacity: 0;
}

.paypay_Bonus a::before {
  background: #00000099;
  width: 100%;
  height: 100%;
}

.paypay_Bonus a::after {
  color: #fff;
  content: "Read More";
  font-size: 32px;
  font-weight: bold;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 0;
}

.paypay_Bonus a:hover::before,
.paypay_Bonus a:hover::after {
  opacity: 1;
}





.sizutetu p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 10px;
  font-weight: 600;
}

.sizutetu a {
  display: block;
  height: calc(100% - 108.59px);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.sizutetu a {
  position: relative;
  overflow: hidden;
}

.sizutetu a::before,
.sizutetu a::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  margin: auto;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  opacity: 0;
}

.sizutetu a::before {
  background: #00000099;
  width: 100%;
  height: 100%;
}

.sizutetu a::after {
  color: #fff;
  content: "Read More";
  font-size: 32px;
  font-weight: bold;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 0;
}

.sizutetu a:hover::before,
.sizutetu a:hover::after {
  opacity: 1;
}





.sumo p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 10px;
  font-weight: 600;
}

.sumo a {
  display: block;
  height: calc(100% - 48.59px);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.sumo a {
  position: relative;
  overflow: hidden;
}

.sumo a::before,
.sumo a::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  margin: auto;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  opacity: 0;
}

.sumo a::before {
  background: #00000099;
  width: 100%;
  height: 100%;
}

.sumo a::after {
  color: #fff;
  content: "Read More";
  font-size: 32px;
  font-weight: bold;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 0;
}

.sumo a:hover::before,
.sumo a:hover::after {
  opacity: 1;
}






.enevhenge p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 10px;
  font-weight: 600;
}

.enevhenge a {
  display: block;
  height: calc(100% - 48.59px);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.enevhenge a {
  position: relative;
  overflow: hidden;
}

.enevhenge a::before,
.enevhenge a::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  margin: auto;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  opacity: 0;
}

.enevhenge a::before {
  background: #00000099;
  width: 100%;
  height: 100%;
}

.enevhenge a::after {
  color: #fff;
  content: "Read More";
  font-size: 32px;
  font-weight: bold;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 0;
}

.enevhenge a:hover::before,
.enevhenge a:hover::after {
  opacity: 1;
}

.big_image {
  width: 37.8vw;
  height: auto;
}

.banner_picture {
  width: 22.5vw;
  height: auto;
}

/* フェードイン */

.js-fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: opacity 1s,visibility 1s, transform 1s;
}

.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}




/* フッター */

.footer_wrapper {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #163172;
}

.footer {
  width: 83.3vw;
  margin: 0 auto;
}

.footer p {
  text-align: center;
  color: #fff;
  font-size: 50px;
  margin-top: 0px;
  margin-bottom: 55px;
}

.footer_btn {
  text-align: center;
  margin-bottom: 30px;
}

.footer_btn a {
  display: inline-block;
  padding: 20px 90px;
  font-size: 20px;
  color: #000;
  border-radius: 50px;
  background-color: #fff;
  text-align: center;
}

.icon {
  text-align: center;
}










@media (max-width: 760px) {

  /* ハンバーガーメニュー */

  .header_nav_wrapper {
    display: block;
    background-color: #D6E4F080;
  }

  .header_menu_wrapper {
    display: none;
  }

  .header_nav_menu {
    position: fixed;
    display: block;
    top: 20px;
    right: 10%;
    z-index: 40;
  }


  .nav_toggle {
    display: block;
    position: absolute;
    width: 1.75rem;
    height: 1.5rem;
    z-index: 30;
  }
  .nav_toggle i {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #163172;
    position: absolute;
    transition: transform .5s, opacity .5s;
  }
  .nav_toggle i:nth-child(1) {
    top: 0;
  }
  .nav_toggle i:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .nav_toggle i:nth-child(3) {
    bottom: 0;
  }

  .nav_toggle.show i:nth-child(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .nav_toggle.show i:nth-child(2) {
    opacity: 0;
  }
  .nav_toggle.show i:nth-child(3) {
    transform: translateY(-12px) rotate(45deg);
  }

  .nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    background-color: #FFF;
    transition: all 0.3s;
    display: block;
    width: 100vw;
    height: 100%;
    /* transform: translateY(-24px); */
  }

  .nav.show {
    opacity: 1;
    visibility: visible;
    background-color: #1E56A0;
  }

  .nav ul {
    margin: 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .nav ul li {
    margin-bottom: 60px;
  }

  .nav ul li a{
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #fff;
  }

  .header_main_menu {
    font-size: 24px;
  }

  .header_sub_menu {
    font-size: 13px;
  }
  
  /* ハンバーガーメニュー終了 */




  /* Workタイトル */
  
  .Work_wrapper {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .Work_title {
    width: 40vw;
    margin: 0 auto;
  }

  .Work_title h1 {
    text-align: center;
  }

  .big_title {
    font-size: 32px;
  }
  
  .small_title {
    font-size: 12px;
  }

  /* Workタイトル終了 */



  /* 制作物実績 */

  .Work_Achievements_wrapper {
    padding-top: 0px;
    padding-bottom: 60px;
  }

  .Achievements {
    width: 88vw;
    margin: 0 auto;
  }

  .Achievements h2 {
    font-size: 16px;
    padding-left: 30px;
  }

  .hp_Achievements {
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .big_image {
    display: none;
  }

  .small_image {
    display: block;
    width: 88vw;
    height: 25.3%;
  }

  .eye_clinic {
    margin-right: 0px;
    margin-bottom: 50px;
  }

  .eye_clinic p {
    font-size: 15px;
  }

  .guesthouse {
    margin-right: 0px;
    margin-bottom: 50px;
  }

  .guesthouse p {
    font-size: 15px;
  }

  .PORTFORIO_site {
    margin-right: 0px;
    margin-bottom: 50px;
  }

  .PORTFORIO_site p {
    font-size: 15px;
  }

  .necolico {
    margin-right: 0px;
    margin-bottom: 50px;
  }

  .necolico p {
    font-size: 15px;
  }

  .solutions {
    margin-right: 0px;
    margin-bottom: 50px;
  }

  .solutions p {
    font-size: 15px;
  }

  .academy {
    margin-right: 0px;
  }

  .academy p {
    font-size: 15px;
  }

  .banner_picture {
    width: 41.3vw;
    height: auto;
  }

  .banner_Achievements {
    display: flex;
    flex-wrap: wrap;
  }

  .lemon {
    margin-right: 15px;
    margin-bottom: 40px;
  }

  .lemon p {
    font-size: 13px;
  }

  .lemon a {
    height: calc(100% - 43.2px);
  }

  .paypay_Bonus {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .paypay_Bonus p {
    font-size: 13px;
    transform: translateX(-3.5px);
  }

  .paypay_Bonus a {
    height: calc(100% - 43.2px);
  }

  .sizutetu {
    margin-right: 15px;
    margin-bottom: 40px;
  }

  .sizutetu p {
    font-size: 13px;
  }

  .sizutetu a {
    height: calc(100% - 43.2px);
  }

  .sumo {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .sumo p {
    font-size: 13px;
  }

  .sumo a {
    height: calc(100% - 43.2px);
  }

  .enevhenge {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .enevhenge p {
    font-size: 13px;
  }

  .enevhenge a {
    height: calc(100% - 43.2px);
  }

  /* 制作物実績  終了 */



  /* フッター */

  .footer_wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer {
    width: 88vw;
    margin: 0 auto;
  }

  .footer p {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .footer_btn {
    margin-bottom: 15px;
  }

}

@media (761px<= width <=1023px) {

  .Work_wrapper {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .big_title {
    font-size: 50px;
  }

  .Work_Achievements_wrapper {
    padding-bottom: 80px;
  }
  
  .hp_Achievements {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }

  .eye_clinic {
    margin-right: 0px;
  }

  .PORTFORIO_site {
    margin-right: 0px;
  }

  .solutions {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .big_image {
    width: 40vw;
    height: auto;
  }

  .hp_Achievements p {
    font-size: 14px;
  }

  .banner_Achievements {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
  }

  .banner_Achievements p {
    font-size: 14px;
  }

  .banner_picture {
    width: 25vw;
    height: auto;
  }

  .lemon {
    margin-right: 0px;
  }

  .paypay_Bonus {
    margin-right: 0px;
  }

  .sizutetu {
    margin-bottom: 60px;
  }

  .sumo {
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .lemon a {
    height: calc(100% - 45px);
  }

  .paypay_Bonus a {
    height: calc(100% - 45px);
  }

  .sizutetu a {
    height: calc(100% - 45px);
  }

  .sumo a {
    height: calc(100% - 45px);
  }

  .enevhenge a {
    height: calc(100% - 104.99px);
  }

}




@media (280px<= width <=389px) {

  .nav ul {
    padding-top: 30px;
  }

  .banner_Achievements {
    display: flex;
    justify-content: center;
  }

  .banner_Achievements p {
    font-size: 13px;
  }

  .banner_picture {
    width: 60vw;
    height: auto;
  }

  .lemon {
    margin-right: 0px;
  }

  .sizutetu {
    margin-right: 0px;
  }

}





