@import url(destyle.css);

* body {
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
}

#wrap {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.header_nav {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  background-color: #004e9d;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 8px;
  padding-bottom: 6px;
}

.header_nav .logo {
  display: block;
  width: 115px;
  height: auto;
  margin: 6px 0 0 10px;
}

/* ⬆︎星ロゴをセンターにする方法が見つからないので、左に寄せた */

.language {
  position: relative;
}

.eng {
  color: rgb(248, 178, 227);
  text-decoration: none;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  position: absolute;
  top: -38px;
  right: 15px;
}

/* ⬆︎親要素の.languageをposition: relativeにし、小要素の.engをposition: absoluteにして
.engの位置を決定！ */

.eng:hover {
  opacity: 0.4;
}

.header_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 12px;
  list-style: none;
  margin-top: 10px;
  margin-bottom: 0;
  width: 100%;
  margin-left: 1.5%;
  padding-right: 14px;
}

.header_nav ul li a {
  display: inline-block;
  flex-grow: 0;
  /* レスポンシブ化 */
  color: white;
  background-color: rgb(111, 140, 236);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
  width: 100px;
  height: 26px;
  text-align: center;
  outline: none;
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  margin-bottom: 8px;
  border-radius: 10px;
  padding: 1px 3px 0 3px;
}

/* .header_nav ul li a {
    background-color: rgb(111, 140, 236);
} */

.header_nav ul li a:hover {
  background-color: rgb(111, 140, 236);
  opacity: 0.4;
}
.pale {
  display: inline-block;
  flex-grow: 0;
  /* レスポンシブ化 */
  color: white;
  background-color: rgb(111, 140, 236);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
  width: 100px;
  height: 26px;
  text-align: center;
  outline: none;
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  margin-bottom: 8px;
  border-radius: 10px;
  padding: 1px 3px 0 3px;
  opacity: 0.4;
}

.titlo {
  font-size: 6vw;
  font-family: "Kaisei Decol", serif;
  font-weight: 700;
  margin: 0.5vh 0 0.5vh 2vw;
}

.panel {
  padding-top: 3px;
  padding-bottom: 0;
  background-color: none;
  margin-left: 2%;
  margin-right: 1%;
}

.panel ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 15px;
  list-style: none;
  margin-top: 4px;
  margin-bottom: 0;
  width: 100%;
}

.panel ul li a {
  display: block;
  flex-grow: 0;
  /* レスポンシブ化 */
  color: rgb(111, 140, 236);
  /* background-color: rgb(111, 140, 236); */
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 600;
  max-width: 145px;
  height: 26px;
  text-align: center;
  outline: none;
  border-color: rgb(111, 140, 236);
  border-style: solid;
  border-width: 1px;
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 1px 3px 0 3px;
}

.panel ul li a:hover {
  opacity: 0.5;
}

.neontitle {
  width: 100%;
}

.hr1 {
  border: 15px solid rgb(246, 218, 8);
  margin-top: -20px;
  position: relative;
  z-index: 1;
}

.neontitle img {
  width: 50vw;
  margin: 5px 0 -5px 1%;
  padding-top: 5px;
  position: relative;
  z-index: 2;
}

.works {
  display: flex;
  flex-direction: column;
}
.here {
  text-decoration: underline;
  color: blue;
}

.works_items {
  position: relative;
  margin-left: 2%;
  margin-top: 1.4vh;
  margin-bottom: 3vh;
  width: 100%;
  /* background-color: #86eb92; */
}

hr {
  border: 0.5px solid #550701;
  width: 96%;
}

.works_items .title {
  font-size: 15px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  /* border-bottom: 1px solid #550701; */
  padding-bottom: 5px;
  margin-right: 2%;
  width: 98%;
}

.works_items .combi_com_haguruma {
  position: relative;
  display: flex;
  width: 100%;
  /* background-color: #bd8638; */
}

.works_items .combi_com_haguruma .combi {
  display: flex;
  flex-direction: column;
  width: 83%;
}

.works_items .combi_com_haguruma .combi .contents {
  font-size: 14px;
  line-height: 1.4;
  padding-right: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding-top: 5px;
  /* background-color: #86eb92; */
  width: 100%;
}

.works_items .combi_com_haguruma .combi .contents .indent {
  text-indent: -0.5rem;
}

.works_items .combi_com_haguruma .haguruma img {
  position: absolute;
  top: 0.4vh;
  right: 3%;
  width: 15vw;
  max-width: 80px;
}

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

.works_items .combi .contents {
  font-size: 14px;
  line-height: 1.4;
  padding-right: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding-top: 5px;
  width: 96%;
  /* background-color: #bd8638; */
}

.works_items .combi .contents .indent {
  text-indent: -0.5rem;
}
.works_items .combi .contents b {
  font-size: 16px;
  line-height: 1.4;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: white;
  background-color: blue;
  padding: 6px;
}

.works_items .combi .contents b:hover {
  background-color: #ff00b7;
}
.video {
  margin-top: 15px;
}
.video img {
  width: 250px;
}

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

/* .block {
    display: flex;
    flex-wrap: wrap;
} */

.obra {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  /* ⬆︎サントラ画像の伸びを修正。初期設定はstrecthだから */
  gap: 5px;
  width: 100vw;
  max-width: 360px;
  height: auto;
  padding-top: 1.5vh;
  padding-bottom: 1.5vh;
  margin-left: 0.4%;
  /* background-color: #6ebf78; */
}

.obra_combi {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  /* width: 360px; */
  /* background-color: #d287d5; */
}

.obra img {
  width: 90px;
  height: auto;
  margin-left: 4%;
  margin-right: 1%;
  /* border: solid 1px; */
}

.obra_combi p {
  font-size: 14px;
  margin-right: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  margin-left: 1%;
  width: 100%;
  text-align: left;
  /* background-color: #6ebf78; */
}

.obra_combi p.indent {
  text-indent: -0.5rem;
}

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

.button2 {
  width: 92px;
  height: 26px;
  font-size: 14px;
  color: white;
  font-family: sans-serif;
  font-weight: 500;
  line-height: 1.1em;
  text-decoration: none;
  background-color: #d287d5;
  padding: 6px 8px 8px 10px;
  box-sizing: border-box;
  margin-bottom: 0px;
  margin-right: -5px;
  margin-top: 5px;
  border-radius: 6px;
}

.button2:hover {
  background-color: #f5a8f8;
}

.button3 {
  width: 55px;
  height: 26px;
  font-size: 14px;
  color: white;
  font-family: sans-serif;
  font-weight: 500;
  line-height: 1.1em;
  text-decoration: none;
  background-color: #6ebf78;
  padding: 6px 12px 6px 12px;
  box-sizing: border-box;
  margin-bottom: 0px;
  margin-right: 5px;
  margin-top: 5px;
  border-radius: 6px;
  margin-left: 15px;
}

.button3:hover {
  background-color: #86eb92;
}

.button4 {
  width: 98px;
  height: 26px;
  font-size: 14px;
  color: white;
  font-family: sans-serif;
  font-weight: 500;
  line-height: 1.1em;
  text-decoration: none;
  background-color: #6aa9f0;
  padding: 6px 8px 8px 10px;
  box-sizing: border-box;
  margin-bottom: 0px;
  margin-right: -5px;
  margin-top: 5px;
  border-radius: 6px;
  /* margin-left: 15px; */
}

.button4:hover {
  background-color: #9dc2f4;
}

footer {
  background-color: #004e9d;
  color: white;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  padding: 10px 20px 20px 20px;
  line-height: 1.5;
  margin-top: 20px;
}

/* ⬇︎先頭に戻るボタン指定。形とかサイズ、色を設定。動きはHTMLにjqueryで記述。 */

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pageTop i {
  padding-top: 6px;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 4px;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  background-color: #f81eb3;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* ⬆︎先頭に戻るボタン指定 */

/* 以下610px~764pxの設定 */
@media (min-width: 610px) {
  .titlo {
    font-size: 5vw;
  }

  .neontitle img {
    width: 260px;
  }

  .works_items_com_haguruma .title {
    font-size: 16px;
  }

  .works_items_com_haguruma .combi .contents {
    font-size: 15px;
    line-height: 1.5;
  }

  .works_items .combi_com_haguruma .haguruma img {
    top: -1.4vh;
  }
}

/* 以下765px~949pxの設定 */
@media (min-width: 765px) {
  .link_panel ul {
    display: flex;
    flex-direction: column;
    background-color: #550701;
    text-align: center;
    margin-top: -1vh;
    padding-top: 1vh;
    padding-bottom: 2vh;
  }

  .header_nav .logo {
    display: block;
    width: 135px;
    height: auto;
    margin: 6px 0 0 10px;
  }

  .language {
    position: relative;
  }

  .eng {
    position: absolute;
    top: -50px;
  }

  .neontitle img {
    width: 270px;
  }

  .titlo {
    font-size: 4vw;
  }

  .panel ul {
    justify-content: start;
    padding-bottom: 10px;
  }

  .panel ul li a {
    width: 170px;
  }

  .works_items .title {
    font-size: 16px;
    width: 87%;
  }

  .works_items .combi .contents {
    font-size: 15px;
    line-height: 1.5;
  }

  .works_items .combi_com_haguruma .haguruma img {
    top: -1.4vh;
  }
}

/* ⬆︎ここまで765px~949pxの設定 */

/* 以下PC用(950px以上)の設定 */
@media (min-width: 950px) {
  body {
    margin: 0 auto;
    max-width: 1120px;
  }

  .header_nav {
    height: 75px;
  }

  .header_nav ul {
    display: flex;
    justify-content: center;
    margin-top: -35px;
    margin-left: 12%;
    margin-right: 0px;
  }

  .header_nav .logo {
    display: block;
    width: 155px;
    height: auto;
    margin: 8px 0 0 10px;
  }

  .eng {
    position: absolute;
    top: -58px;
    right: 15px;
  }

  .titlo {
    font-size: 36px;
  }

  .neontitle img {
    width: 300px;
  }

  .works_items .title {
    width: 89%;
  }
}

/* ⬆︎ここまでPC用(950px以上)の設定 */
