@charset "UTF-8";
body {
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 100%;
  line-height: 180%;
  margin: 0;
  padding: 0;
  transition: 1s;
  background-color: #f3f3f3;
}

a img:hover {
  transform: scale(1.05);
  transition: 0.5s;
}

h1 {
  font-size: 1.7rem;
  width: 100%;
  line-height: initial;
}

h2 {
  padding-top: 80px;
  line-height: initial;
  font-size: 1.7rem;
}

h3 {
  line-height: initial;
  font-size: 1.7rem;
}

h4 {
  margin-top: 50px;
  font-size: 1.7rem;
  line-height: initial;
}

h5 {
  font-size: 1.7rem;
}

h6 {
  font-size: 1.2rem;
  font-weight: bold;
}

dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  line-height: 2rem;
  text-align: center;
}

dt {
  position: relative;
  width: 25%;
}

dd {
  position: relative;
  width: 25%;
}

ul {
  display: flex;
}

li {
  display: inline-block;
}

section {
  width: 95%;
  margin: 0 auto;
}
@media (min-width: 961px) {
  section {
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 1250px) {
  section {
    width: 60%;
    margin: 0 auto;
  }
}

#header {
  display: flex;
  justify-content: center;
  margin: auto;
  padding-top: 3vh;
  padding-bottom: 3vh;
  background-color: #ffffff;
  border-bottom: #e9e9e9 2px solid;
  z-index: 100;
}

.padding {
  padding: 4%;
}

.content-left {
  background-color: #fff;
}

.content-right {
  background-color: #fff;
}

.site-name a:link,
.nav_list a:link,
.side a:link {
  color: inherit;
  text-decoration: none;
}

.site-name a:visited,
.nav_list a:visited,
.side a:visited {
  color: inherit;
}

#luxy {
  width: 100%;
}

.nav {
  display: block;
}

.site-name {
  font-size: 1.7em;
  color: #000000;
}

.tutorial ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: #999 1px solid;
  padding: 20px;
  list-style-type: square;
}

.tutorial p {
  width: 100%;
  text-align: center;
}

.hr-1 {
  border: 0;
  border-bottom: 3px #f3f3f3 solid;
  margin-top: 3vh;
}

.spacer {
  width: 100%;
  height: 30px;
}

.spacer-bg {
  width: 100%;
  height: 30px;
  background-color: #f3f3f3;
}

.underline {
  text-decoration: underline;
}

.width-initial img {
  width: initial;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-row-column {
  display: flex;
  flex-direction: column;
}
@media (min-width: 961px) {
  .flex-row-column {
    flex-direction: row;
    justify-content: space-between;
  }
}

.flex-jc-end {
  display: flex;
  justify-content: end;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.marker {
  background: linear-gradient(transparent 50%, #fff700 50%);
}

.section-b {
  width: 100%;
  background-color: #e9e9e9;
}

.br-title li {
  padding: 5%;
  margin-top: 20px;
  border-radius: 20px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3rem;
  background-color: #f3f3f3;
}
@media (min-width: 961px) {
  .br-title li {
    font-size: 2rem;
    line-height: 2rem;
  }
}

ul.fifth {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  line-height: 2rem;
  text-align: center;
}

ul.fifth li {
  position: relative;
  width: 16.6666666667%;
}

ul.fifth li::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #999;
}

.fifth-dm,
.fifth-dm20,
.fifth-mini,
.fifth-ahamo {
  display: flex;
}

.fifth-dm li {
  width: 33.3333333333%;
}

.fifth-dm20 li,
.fifth-mini li,
.fifth-ahamo li {
  width: 50%;
}

.main-img {
  display: flex;
  justify-content: center;
}

#main-img {
  width: 100%;
}
@media (min-width: 961px) {
  #main-img {
    width: 80%;
  }
}

.recent-ul {
  display: flex;
  flex-direction: column;
}
@media (min-width: 961px) {
  .recent-ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.recent-ul li {
  padding-top: 10px;
}

.recent-ul li:nth-child(odd) {
  padding-right: 10px;
}
@media (min-width: 960x) {
  .recent-ul li:nth-child(odd) {
    width: 10%;
  }
}
@media (min-width: 961px) {
  .recent-ul li:nth-child(odd) {
    width: 10%;
    border-bottom: #999 1px solid;
  }
}

.recent-ul li:nth-child(even) {
  border-bottom: #999 1px solid;
}
@media (min-width: 961px) {
  .recent-ul li:nth-child(even) {
    width: 85%;
  }
}

.ken-comment {
  gap: 20px;
}
@media (min-width: 961px) {
  .ken-comment {
    padding-left: 5%;
  }
}

.ken-comment li:first-child {
  width: 25%;
}
@media (min-width: 961px) {
  .ken-comment li:first-child {
    width: 15%;
  }
}

.ken-comment li:nth-child(2) {
  position: relative;
  width: 70%;
  padding: 20px;
  border: #333 1px solid;
  border-radius: 5px;
}

.ken-comment li:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 10px;
  left: 0px;
  bottom: 60px;
  box-sizing: border-box;
  background-color: #ffffff;
  rotate: 135deg;
  translate: -50%;
}

.ken-comment li:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0px;
  bottom: 60px;
  box-sizing: border-box;
  border: 1px solid;
  border-color: #333333 #333333 transparent transparent;
  rotate: -135deg;
  translate: -50%;
}

.article-content dt::before,
.article-content dd::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #999;
}

.pick-up {
  background-color: #ffe8c7;
  padding: 2%;
}

#pick-up-icon {
  color: #fff;
  background-color: #d6007d;
  padding: 1px 7px;
  display: inline-block;
  border-radius: 10px;
}

.mno {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: bold;
}
@media (min-width: 961px) {
  .mno {
    width: 60%;
  }
}

.mno li:first-child,
.mno li:nth-child(3) {
  width: 35%;
  padding: 5%;
  border-radius: 20px;
  background-color: #f3f3f3;
}

.mno li:nth-child(2) {
  position: relative;
}

.mno li:nth-child(2) div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
}

.mno-font1 {
  font-size: 1rem;
  line-height: 2rem;
}
@media (min-width: 961px) {
  .mno-font1 {
    font-size: 1.5rem;
    line-height: 3.6rem;
  }
}

.mno-font2,
.mno-font2-2 {
  display: block;
  font-size: 1rem;
  line-height: 2rem;
  border-bottom: #0052d6 5px solid;
}
@media (min-width: 961px) {
  .mno-font2,
  .mno-font2-2 {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
}

.mno-font2-2 {
  border-bottom: #d6007d 5px solid;
}

.mno-font3 {
  font-size: 2.3rem;
  line-height: 3rem;
}
@media (min-width: 961px) {
  .mno-font3 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

.mno-font4 {
  font-size: 1.1rem;
  line-height: 1.8rem;
}

#mno-mark {
  width: 60%;
  display: block;
  margin: auto;
}

#oukan {
  width: 30px;
  margin-right: 5px;
}

.career {
  width: 100%;
  flex-direction: column;
}
@media (min-width: 961px) {
  .career {
    width: 60%;
  }
}

.career li {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2rem;
  padding: 10px;
  padding-left: 30px;
  margin: 10px;
  border-radius: 20px;
  background-color: #333;
  color: #fff;
}

.divide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 961px) {
  .divide {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 961px) {
  .divide li:nth-child(2n) {
    width: 55%;
  }
}

.divide li:first-child {
  margin: 50px auto;
  width: 80%;
}
@media (min-width: 961px) {
  .divide li:first-child {
    width: 35%;
    margin-top: 0px;
  }
}

.divide li video {
  width: 100%;
}
@media (min-width: 961px) {
  .divide li video {
    width: 100%;
  }
}

.feature-yet {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 5px;
  font-weight: bold;
}
@media (min-width: 961px) {
  .feature-yet {
    justify-content: space-between;
  }
}

.feature-yet li {
  width: 18%;
  min-width: 180px;
}

#ahamo {
  width: 300px;
}

.side {
  width: 100%;
  background-color: rgb(255, 255, 255);
}

.ranking {
  display: inline-block;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  margin: 20px auto 20px 0;
}
@media (min-width: 961px) {
  .ranking {
    flex-direction: row;
  }
}

.side_juni {
  color: #fff;
  background-color: #000000;
  padding: 0 5px;
}

.side_kazu {
  padding-left: 35px;
}

.profile {
  display: flex;
  flex-direction: column;
}
@media (min-width: 961px) {
  .profile {
    flex-direction: row;
  }
}

#yoshi {
  width: 250px;
  margin-right: 100px;
}

.main-logo {
  display: flex;
  justify-content: center;
  width: 100%;
}

@media (min-width: 961px) {
  .main-logo img {
    width: 60%;
  }
}

.docomo_hyou {
  width: 100%;
  height: 800px;
  overflow-x: scroll;
}

.docomo_hyou img {
  width: 1800px;
  flex-shrink: 0;
}

.docomo-max {
  width: 100%;
  flex-direction: column;
}
@media (min-width: 961px) {
  .docomo-max {
    width: 60%;
  }
}

.docomo-max li {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2rem;
  padding: 10px;
  padding-left: 30px;
  margin: 10px;
  border-radius: 20px;
  background-color: #d20043;
  color: #fff;
}

.docomo-ta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
}
@media (min-width: 961px) {
  .docomo-ta {
    justify-content: flex-start;
  }
}

.docomo-ta li {
  width: 20%;
  height: 120px;
  padding: 15px;
  margin-top: 20px;
  border-radius: 20px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 2.5rem;
  background-color: dimgray;
  color: #fff;
}
@media (min-width: 961px) {
  .docomo-ta li {
    width: 15%;
    padding: 10px;
    font-size: 1.7rem;
    line-height: 2rem;
  }
}
@media (max-width: 960x) {
  .docomo-ta li {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
}

.docomo-logo {
  width: 40%;
  gap: 10px;
}

li.tuuwa {
  background-color: #d69200;
}

.underline-d6007d {
  border-bottom: #d6007d 5px solid;
}

.footer {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
}
@media (min-width: 961px) {
  .footer {
    flex-direction: row;
    width: 50%;
  }
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 5%;
  background-color: #fff;
}

/* ここから下がハンバーガーメニューに関するCSS */
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 15px;
  right: 3%;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 30px;
  z-index: 100;
  /* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: "";
  display: block;
  height: 3px;
  width: 40px;
  border-radius: 3px;
  background: #000000;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}

/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 100%;
  left: 0%;
  /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: rgb(234, 234, 234);
  transition: 0.5s;
}

.nav_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  list-style: none;
  height: 100vh;
}

.nav_item a {
  display: block;
  font-size: 2rem;
  color: #000000;
  text-decoration: none;
  margin-top: 1rem;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  bottom: 0;
  /* メニューを画面に入れる */
}/*# sourceMappingURL=style.css.map */