@charset "utf-8";

/* 共通 */
/*body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue","Mplus 1p", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}*/
.hide {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.flex {
  box-sizing: border-box;
  display: flex;
}

/* #top */
body {
  width: 100%;
  height: 100vh;
}

/* header */
#header {
  width: 100%;
  max-width: 980px;
  margin: auto;
  box-sizing: border-box;
}

.top_area {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.top_area p:first-child {
  width: 50%;
  max-width: 300px;
}

.top_area p:last-child {
  width: 50%;
  max-width: 200px;
  margin-left: 10px;
}

.top_area a {
  width: 100%;
  display: block;
}

#index section {
  max-width: 100%;
  padding: 0;
}

#pre section,
#wall section {
  max-width: 980px;
  margin: auto;
  padding: 0 20px;
}

.main_img {
  width: 100%;
  margin-bottom: 60px;
}

.icon_cube {
  text-align: center;
  color: #717171;
  font-size: 18px;
  margin-bottom: 30px;
}

.top_gallery .icon_cube {
  margin: 150px 0 calc(100px - 1em);
}

.icon_cube span {
  display: inline-block;
  position: relative;
}

.icon_cube span:before {
  content: '';
  position: absolute;
  margin: auto;
  top: 2px;
  left: -1em;
  bottom: 0;
  display: block;
  width: 0.8em;
  height: 0.8em;
  background: #00afec;
}

.icon_cube span:after {
  content: '';
  position: absolute;
  margin: auto;
  top: 2px;
  right: -1em;
  bottom: 0;
  display: block;
  width: 0.8em;
  height: 0.8em;
  background: #00afec;
}

/* トップ二つの差 */
.top_item_list {
  padding: 40px 20px;
}

.bg_ni {
  background: linear-gradient(90deg, #f9f9f9 0%, #f9f9f9 50%, #bbe8f2 50%, #bbe8f2 100%);
  padding:0;
  width: 100%;
}

.top_item_list .top_item_con {
  justify-content: center;
  max-width: 980px;
  margin: 0 auto 20px;
  align-items: flex-start;
}

.top_item_con li {
  width: 50%;
  padding: 0 20px;

}

.top_item_con .left figure,
.top_item_con .right figure {
  max-width: 240px;
  margin: 40px auto;
}

.top_item_con .center_con,
.bot_item_con .center_con {
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
}

.top_item_con .center_con .txt {
  line-height: 1.4;
  font-size: 18px;
  color: #000;
  padding-bottom: 20px;
}

.top_item_con .center_con .name01,
.bot_item_con .name01 {
  line-height: 1.0;
  font-size: 24px;
  color: #00afec;
  margin-bottom: 15px;
  font-weight: bold;
}

.top_item_con .center_con .name02,
.bot_item_con .name02 {
  line-height: 1.4;
  font-size: 24px;
  color: #00afec;
  margin-bottom: 15px;
  font-weight: bold;
}

.top_item_con .center_con .name01 span,
.top_item_con .center_con .name02 span {
  font-size: 0.8em;
}

.seino {
  width:100%;
  max-width: 900px;
  margin: 0 auto 40px;
  box-sizing: border-box;
  background:url(../img/topcon.png) no-repeat center/contain;
  height:0;
  padding-bottom:133.9%;
}


@media screen and (max-width: 980px) {
  .seino {
    width:95%;
  }
}
@media screen and (min-width: 980px) {
  .seino {
    max-width:980px;
    height:1312px;
    padding-bottom:0;
  }
}


.bot_item_con {
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 20px 40px;
  background: #fff;
}

.bot_item_con li {
  width: 50%;
  max-width: 438px;
  padding: 20px;
  border: 2px solid #5e5e5e;
  box-sizing: border-box;
  border-radius: 5px;
  background: #fff;
}

.bot_item_con li .bot_txt {
  text-align: center;
  color: #b6ded7;
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.bot_item_con li figure {
  max-width: 240px;
  margin: 0 auto 20px;
}

.bot_item_con .link01 a {
  width: 100%;
  max-width: 220px;
  border: 3px solid rgba(0, 175, 236, 0.5);
  padding: 5px 50px;
  text-align: center;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 15px;
  position: relative;
  color: #717171;
}

.bot_item_con .link01 a:after {
  content: '';
  width: 0;
  height: 0;
  border: solid 0.5em transparent;
  border-left: solid 1em #00afec;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -7px;
}

.bot_item_con .link02 a {
  width: 100%;
  max-width: 220px;
  background: #2eb6aa;
  color: #fff;
  padding: 10px;
  text-align: center;
  display: block;
  font-size: 15px;
}


.item01 {
  margin: 0 auto 60px;
  width: 100%;
  max-width: 980px;
  justify-content: center;
}

section.item01_list {
  margin-bottom: 60px;
  justify-content: space-between;
  align-items: center;
}

.item01 .left {
  width: 40%;
  padding-right: 20px;
  box-sizing: border-box;
}

.item01 .right {
  width: 50%;
  justify-content: space-between;
  align-items: flex-start;
}

.item01 .right_left {
  width: 45%;
  text-align: right;
}

.item01 .right_left img {
  max-width: 240px;
}

.item01 .right_right {
  width: 55%;
  padding: 20px 20px 0 20px;
}

.item01 .name01 {
  font-size: 24px;
  color: #00afec;
  margin-bottom: 15px;
}

.item01 .name02 {
  font-size: 24px;
  color: #00afec;
  margin-bottom: 45px;
  line-height: 1.4;
}

.item01 .name01 span {
  font-size: 18px;
}

.link01 a {
  width: 100%;
  max-width: 220px;
  border: 3px solid rgba(0, 175, 236, 0.5);
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 15px;
  position: relative;
  color: #717171;
}

.link01 a:after {
  content: '';
  width: 0;
  height: 0;
  border: solid 0.5em transparent;
  border-left: solid 1em #00afec;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -7px;
}

.item01 .link02 a {
  width: 100%;
  max-width: 220px;
  background: #2eb6aa;
  color: #fff;
  padding: 10px;
  text-align: center;
  display: block;
  font-size: 15px;
}

.syouhyou {
  font-size: 10px;
  text-align: right;
  padding: 0 10px;
  width: 100%;
  max-width: 980px;
  margin: auto;
  color: #717171;
}

.hosoku_image img {
  border: 2px solid #00afec;
  box-sizing: border-box;
}

.line {
  width: 100%;
  max-width: 100%;
  height: 5px;
  margin: 20px auto 40px;
}

.gray {
  background: rgba(186, 186, 186, 0.5);
}

.green {
  background: rgba(46, 182, 170, 0.5);
}

.piaj_wrap {
  justify-content: center;
  margin-bottom: 100px;
}

.piaj_wrap .left {
  margin-right: 20px;
  line-height: 1.8;
  color: #717171;
  position: relative;
}

.piaj_wrap .left span {
  position: absolute;
  margin: auto;
  left: -33px;
  top: 6px;
}

.piaj_wrap .right {
  width: 100%;
  max-width: 100px;
}

.piaj_wrap .piaj_link {
  text-decoration: underline;
}

.hd_link a {
  color: #717171;
  display: block;
  width: 270px;
  height: 50px;
  margin: -30px auto 150px;
  background: url(../img/hd_link.png) no-repeat center/contain;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
}

.hd_link a span {
  vertical-align: text-top;
  padding-top: 2px;
}


/* footer */
footer {
  text-align: center;
  padding-bottom: 20px;
}

footer ul {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

footer a {
  display: block;
  box-sizing: border-box;
  width: 43px;
  height: 43px;
  border-radius: 3px;
  transition: 0.3s;
}

footer a:hover {
  opacity: 0.3;
}

footer li:nth-child(1) a {
  margin-right: 30px;
  background: url(../img/icon_fb.png) no-repeat center/contain;
}

footer li:nth-child(2) a {
  margin-right: 30px;
  background: url(../img/icon_is.png) no-repeat center/contain;
}

footer li:nth-child(3) a {
  background: url(../img/icon_yt.png) no-repeat center/contain;
}

footer .foo_text {
  font-size: 12px;
  margin-bottom: 10px;
  color: #717171;
}

footer .last_text {
  font-size: 10px;
  color: #717171;
}

footer .nho_t {
  font-size: 12px;
  margin: 30px 0 10px;
  color: #717171;
}

footer .nho_link a {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 34px;
  max-width: 300px;
  margin: 0 auto 40px;
  padding: 0 10px;
}

footer .prt_t {
  font-size: 12px;
  margin: 30px 0 5px;
  color: #717171;
}

footer .prt_link a {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 116px;
  max-width: 320px;
  margin: 0 auto 40px;
  padding: 0 10px;
}

/* navを固定する */
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

/* .premium */
#pre .main_img,
#wall .main_img {
  position: relative;
}

#pre nav,
#wall nav {
  border-bottom: 3px solid rgba(46, 182, 170, 0.5);
  position: absolute;
  top: 2em;
  width: 100%;
  padding: 15px 40px;
  box-sizing: border-box;
  z-index: 9000;
}

#wall nav {
  top: 1em;
}

#pre nav .flex_wrap,
#wall nav .flex_wrap {
  flex-wrap: nowrap;
  justify-content: space-between;
}

#pre nav a,
#wall nav a {
  display: block;
  color: #00afec;
  font-size: 15px;
}

#pre nav .left a,
#wall nav .left a {
  margin-right: 30px;
}

#pre nav .right a,
#wall nav .right a {
  margin-left: 40px;
}

#pre .con01 .item01 {
  justify-content: center;
  align-items: flex-start;
}

#pre .con01 figure {
  width: 40%;
  text-align: center;
}

#pre .con01 .right {
  padding: 0 10px;
}

#pre .con01 figure img {
  max-width: 250px;
  margin: auto;
}

#pre .con01 .item01_t {
  line-height: 1.8;
  font-size: 15px;
  margin: 30px 0 60px;
  color: #717171;
}

#pre .con01 .link01 a {
  margin: auto;
  display: block;
  color: #717171;
}

#wall .con01 .link01 a {
  margin-left: 50px;
  display: block;
  color: #717171;
}

#pre h3,
#wall h3 {
  font-size: 30px;
  text-align: center;
  color: #b6ded7;
  margin: 0 0 60px;
}

#pre h3.sarani {
  margin: 100px 0 100px;
}

#gallery h3 {
  font-size: 30px;
  text-align: center;
  color: #b6ded7;
  margin-top: 60px;
  margin-bottom: 60px;
}

.top_gallery_h3 {
  font-size: 30px;
  text-align: center;
  color: #b6ded7;
  margin-top: 100px;
  margin-bottom: 60px;
}

#pre .center_wrap,
#wall .center_wrap {
  text-align: center;
}

#pre .center_wrap p,
#wall .center_wrap p {
  display: inline-block;
  text-align: left;
  line-height: 1.8;
  color: #717171;
}

#pre .kouui_t {
  margin-bottom: 30px;
  max-width: 730px;
}

#pre .teisyu_t {
  margin-bottom: 30px;
}

#pre .hosoku_title {
  text-align: center;
  margin: 0 auto 40px;
  color: #00afec;
}

#pre .con02 .hosoku_text {
  margin-bottom: 20px;
}

#pre .con02 .hosoku_image {
  width: 100%;
  max-width: 480px;
  margin: 0 auto 100px;
}

#pre .graph_wrap {
  justify-content: space-around;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-bottom: 100px;
}

#pre .graph_wrap figure.right {
  padding: 10px;
  margin-bottom: 20px;
  width: 50%;
  max-width: 440px;
}

#pre .graph_wrap .left {
  padding: 10px;
  margin-bottom: 20px;
  width: 50%;
  max-width: 440px;
}

#pre .graph_wrap .left figure {
  width: 100%;
}

#pre .hosoku_kome {
  font-size: 12px;
  text-align: left;
  line-height: 1.6;
  border: 1px solid #000;
  margin-left: 60px;
  padding: 10px 10px 10px 30px;
  position: relative;
}

#pre .hosoku_kome::before {
  content: '※';
  display: block;
  position: absolute;
  top: 10px;
  left: 15px;
  margin: auto;
  z-index: 999;
  width: 1em;
  height: 1em;
}

#pre .con03 figure {
  width: 50%;
  max-width: 480px;
  margin: auto;
  margin-bottom: 100px;
}

#pre .con04 figure {
  width: 50%;
  max-width: 400px;
  margin: auto;
  margin-bottom: 100px;
}

#pre .boukabi_t {
  margin-bottom: 30px;
}

#pre .con10 p {
  color: #717171;
}
#pre .con10 figure {
  width: 100%;
  max-width: 550px;
  margin: auto;
  margin-bottom: 100px;
}
#pre .con10 .center_flex {
  display:flex;
  justify-content:center;
}
#pre .con10 .syou_t {
  margin-bottom:20px;
}
#pre .con10 .syou_t2 {
  font-size:0.8em;
  margin-bottom:40px;
  line-height: 1.6;
}

#pre .nureru_t {
  margin-bottom: 30px;
}

#pre .nureru_t span {
  display: block;
  margin-bottom: 10px;
}

#pre .con05 .flex {
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  max-width: 600px;
  justify-content: center;
  margin-bottom: 100px;
}

#pre .con05 .flex li {
  width: 50%;
  padding: 0 5px 10px;
}

#pre .sozai_t,
#wall .sozai_t {
  margin-bottom: 100px;
}

#pre .siyou,
#wall .siyou {
  max-width: 980px;
  margin: 0 auto 100px;
  box-sizing: border-box;
  border-collapse: collapse;
  color: #717171;
}

#pre .siyou th,
#pre .siyou td,
#wall .siyou th,
#wall .siyou td {
  border: 1px solid #000;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
}

#pre .siyou th {
  border: 1px solid #000;
}

#pre .siyou td {
  border: 1px solid #000;
}

#wall .siyou th {
  border: 1px solid #000;
}

#wall .siyou td {
  border: 1px solid #000;
}

.siyou .siyou_little {
  font-size: 0.9em;
  display: block;
}

.siyou .siyou_little02 {
  font-size: 0.9em;
  padding-top: 5px;
  display: block;
  line-height: 1.4;
}

.siyou .kansou {
  text-align: center;
}

.siyou .kansou div {
  display: inline-block;
  text-align: left;
  line-height: 1.4;
}

#pre .con08 figure,
#wall .con08 figure {
  width: 100%;
  max-width: 250px;
  margin: 0 auto 30px;
}

#pre .con08 .link01,
#wall .con08 .link01,
.other_con .link01 {
  text-align: center;
  margin-bottom: 60px;
}

.sale_item {
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto 80px;
}

.sale_item .sale_item_img {
  max-width: 250px;
  margin-right: 20px;
}

.sale_item .sale_item_icon {
  max-width: 150px;
  margin: 0 40px 50px 0;
}



/* other */
.other_con .flex {
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  max-width: 980px;
  margin: 0 auto 60px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.other_con figure {
  width: 100%;
  max-width: 400px;
  margin-right: 20px;
}

.other_con .sub {
  font-size: 0.9em;
  margin-bottom: 10px;
}

.other_con .name {
  font-size: 1em;
  margin-bottom: 20px;
}

.other_con .text {
  font-size: 0.8em;
  line-height: 1.4;
  margin-bottom: 40px;
}

.katamari01 {
  margin-bottom: 60px;
}

.katamari02 figure {
  text-align: center;
}

.katamari02 img {
  max-width: 250px;
}


/* topへ */
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5px;
  bottom: 10px;
  opacity: 0.6;
  z-index: 900;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #00afec;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_top a::after {
  /*content: 'PAGE TOP';*/
  font-size: 13px;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #00afec;
}


.sp_on {
  display: none;
}


a {
  transition: 0.3s;
}

a:hover {
  opacity: 0.3;
}

.con01 h2 br {
  display: none;
}

/* #wall */
/* .con01 */
#wall .con01_textwrap {
  justify-content: center;
}

#wall .con01_textmain {
  max-width: 870px;
  color: #717171;
}

#wall .con01_text01 {
  margin-bottom: 55px;
  line-height: 1.6;
  font-size: 14px;
}

#wall .con01_text02 {
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 1.4;
}

#wall .con01_text02 .little {
  font-size: 20px;
  vertical-align: 0.5em;
  margin-left: 5px;
}

#wall .con01_text02 .space {
  margin: 0 -3px;
}

#wall .con01_text03 {
  color: #717171;
  line-height: 1.6;
  margin-bottom: 110px;
  margin-left: 1em;
  font-size: 14px;
  max-width: 650px;
  position: relative;
}

#wall .con01_text03::before {
  content: '※';
  position: absolute;
  top: 0;
  left: -1em;
}

#wall .item01 {
  justify-content: center;
  align-items: center;
}

#wall .item01 figure {
  width: 50%;
  text-align: right;
}

#wall .item01 figure img {
  max-width: 330px;
}

#wall .item01 .right {
  width: 50%;
}

/* .con02 */
#wall .wall_tokutyo_img {
  width: 100%;
  max-width: 870px;
  margin: 70px auto 40px;
  opacity: 0.8;
}

#wall .wall_tokutyo_list {
  max-width: 980px;
  margin: auto;
  box-sizing: border-box;
  justify-content: center;
  flex-wrap: wrap;
}

#wall .wall_tokutyo_list li {
  width: calc(50% - 20px);
  margin-bottom: 70px;
  box-sizing: border-box;
}

#wall .wall_tokutyo_list li:nth-child(2n+1) {
  margin-right: 40px;
}

#wall .wall_tokutyo_list li h3 {
  text-align: left;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

#wall .wall_tokutyo_list h3::after {
  content: "";
  height: 1px;
  background: #b6ded7;
  flex-grow: 1;
  margin-left: 10px;
  display: block;
}

#wall .wall_tokutyo_list li p {
  font-size: 14px;
  line-height: 1.6;
  color: #717171;
}

#wall .wall_tokutyo_list h3 .kome {
  font-size: 18px;
  margin: -0.5em 0 0 5px;
}

#wall .wall_tokutyo_kometext {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 110px;
  line-height: 1.6;
  padding: 20px 20px 20px calc(20px + 1em);
  border: 4px solid rgba(176, 220, 213, 0.54);
  font-size: 14px;
  position: relative;
  color: #717171;
}

#wall .wall_tokutyo_kometext span {
  position: absolute;
  margin: auto;
  left: calc(20px - 0.85em);
  top: calc(20px + 0.25em);
}

/* .con03 */
#wall .wall_jouhou_list {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: auto;
  box-sizing: border-box;
}

#wall .wall_jouhou_list li {
  width: calc(50% - 20px);
  margin-bottom: 70px;
}

#wall .wall_jouhou_list li:nth-child(2n+1) {
  margin-right: 40px;
}

#wall .wall_jouhou_list p {
  color: #b6ded7;
  text-align: center;
  margin-bottom: 10px;
  font-size: 22px;
}

#wall .wall_jouhou_list .little {
  font-size: 0.9em;
}

#wall .wall_jouhou_list img {
  border-radius: 15px;
}

/* .con04 */
#wall .con04 .teisyu_t {
  margin-bottom: 55px;
}

#wall .wall_color_list {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 450px;
  margin: 0 auto 110px;
  box-sizing: border-box;
}

#wall .wall_color_list li {
  width: calc((100% - 40px) / 2);
}

#wall .wall_color_list li figure img {
  border: 1px solid #717171;
  border-radius: 10px;
  box-sizing: border-box;
}

#wall .wall_color_list li:nth-child(2n+1) {
  margin-right: 40px;
}

#wall .wall_color_list li p {
  text-align: center;
  margin: 10px 0 40px;
}

/* .con06 */
#wall .con06 td {
  padding: 40px 10px;
  letter-spacing: 2px;
}

#wall .con06 th {
  padding: 20px 10px;
  letter-spacing: 2px;
}

#wall .little {
  font-size: 0.8em;
  margin: 0 3px;
}

/* gallery */
.gallery_con {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 50px;
  box-sizing: border-box;
  position: relative;
}

.gallery_area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  max-width: 980px;
  margin: auto;
}

.instagram-media {
  width: 99% !important;
  box-sizing: border-box !important;
  min-width: inherit !important;
  margin: 0 auto !important;
  border: none !important;
}

.gallery_area li {
  width: calc((100% / 3) - 30px);
  opacity: 1;
  transition: all 0.8s ease 0s;
  margin: 0 10px 20px;
  border: 1px solid rgb(219, 219, 219);
  border-radius: 3px;
}

.gallery_area li.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
}

.more_btn {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
  height: 300px;
  text-align: center;
  z-index: 890;
  background: -moz-linear-gradient(top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 60%);
  background: -webkit-linear-gradient(top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 60%);
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',
      endColorstr='#ffffff',
      GradientType=0);
  position: absolute;
  bottom: 0;
}

.more_btn a,
.top_more_btn a {
  width: 100%;
  max-width: 220px;
  border: 3px solid rgba(0, 175, 236, 0.5);
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 50px;
  display: inline-block;
  font-size: 15px;
  position: relative;
  color: #717171;
}

.top_more_btn a {
  display: block;
  margin: 60px auto 100px;
}

.more_btn a:after.top_more_btn a:after {
  content: '';
  width: 0;
  height: 0;
  border: solid 0.5em transparent;
  border-left: solid 1em #00afec;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -7px;
}

/* .con09 */
.con09 h2.diy_ttl {
  background: url(../img/diy_banner.jpg) no-repeat center/contain;
  width: 100%;
  max-width: 980px;
  height: 230px;
  margin-bottom: 40px;
}

.con09 .tenpo_txt:before {
  content: '　';
}

.con09 .tenpo_txt {
  line-height: 1.8;
  font-size: 15px;
  color: #717171;
  width: 100%;
}

.con09 .tenpo_txt:last-of-type {
  margin-bottom: 100px;
}

.con09 .tenpo_txt .bold,
.con0901 .right .bold {
  font-size: 1.2em;
  color: rgb(255, 124, 124);
  font-weight: bold;
}
.con0901 .little {
  font-size:0.8;
}

.tenpo_txt_outwrap {
  justify-content: center;
}

.con0901 {
  max-width: 980px;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  margin: 0 auto 60px;
}

.con0901 .bosyu_ttl {
  position: absolute;
  margin: auto;
  top: -2px;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #717171;
  padding: 20px 60px;
  background: #fff;
  border-radius: 3px;
}

.con0901 .bosyu_flex {
  padding-top: 40px;
}

.con0901 .right {
  max-width: 70%;
}

.con0901 .left {
  max-width: 50%;
}

.con0901 .bari_name {
  margin-bottom: 20px;
}

.con0901 .bari_name {
  text-align: center;
  color: #717171;
  margin-bottom: 20px;
}

.con0901 .bari_link a {
  text-align: center;
  display: block;
  background: url(../img/hd_link.png) no-repeat center/contain;
  padding: 10px;
  color: #717171;
}

.con0901 .right .bosyu_txt {
  line-height: 1.8;
  font-size: 15px;
  color: #717171;
}

.con0901 .right .bosyu_txt:before {
  content: '　';
}

.con0901 .oubo_ttl {
  margin: 40px 0 20px;
  text-align: left;
  font-size: 25px;
  font-weight: bold;
  color: #717171;
}

.con0901 .mail {
  margin-bottom: 20px;
}

.con0901 .mail a {
  color: #00f;
  font-size: 20px;
  font-weight: bold;
}

.con0901 .little {
  font-size: 0.8em;
}

.con0901 .right .material-icons {
  vertical-align: text-top;
  padding-top: 2px;
}

.con0901 .oubo_list {
  margin-bottom: 40px;
}

.con0901 .oubo_list li {
  margin-bottom: 10px;
  font-weight: bold;
  color: #717171;
}

.con0901 .oubo_list li:before {
  content: '●';
}

.con0901 .oubo_list li:last-child:before {
  content: '';
}

.con0901 .oubo_last {
  margin-bottom: 60px;
  color: #717171;
}

.con0901 .oubo_last:before {
  content: '　';
}

.diy_setu {
  max-width: 980px;
  margin: 0 auto 60px;
  justify-content: center;
  flex-wrap: wrap;
}

.diy_setu h2 {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}

.diy_setu figure {
  width: calc((100% - 40px) / 3);
}

.diy_setu figure:nth-of-type(1),
.diy_setu figure:nth-of-type(2) {
  margin-right: 20px;
}

.sarani {
  position: relative;
}

.sarani figure {
  position: absolute;
  top: -60px;
  left: -750px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
}


/* youtube */
.youtube_wrap {
  padding: 0 20px;
  box-sizing: border-box;
}

.youtube_wrap h3 {
  width: 100%;
  max-width: 820px;
  margin: 0 auto 50px;
}

.youtube2 {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto 100px;
  padding: 0 0 56.25%;
}

.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/* サイズ別設定 */
@media screen and (max-width: 700px) {
  #pre nav {
    padding: 10px;
  }

  #wall .off_700 {
    display: none;
  }
}

@media screen and (max-width: 574px) {

  #pre .con01 br,
  #pre .kouui_t br,
  #pre .con02 .hosoku_text br:nth-child(1),
  #pre .con02 .hosoku_text br:nth-child(2),
  #pre .sozai_t br,
  #pre .siyou .none {
    display: none;
  }

  #pre .kouui_t,
  #pre .con02 .hosoku_image,
  #pre .kome_wrap,
  #pre .con03 figure,
  #pre .con04 figure,
  #pre .con05 .flex,
  #pre .sozai_t,
  #pre .siyou {
    margin-bottom: 60px;
  }

  #pre h3 {
    margin-bottom: 30px;
    font-size: 24px;
  }

  #pre .graph_wrap,
  #wall .wall_tokutyo_list,
  #wall .wall_jouhou_list,
  .piaj_wrap,
  .con0901 .bosyu_flex {
    display: inherit;
  }

  #wall .wall_tokutyo_list li,
  #wall .wall_jouhou_list li {
    width: 100%;
    margin: 0 0 50px 0;
  }

  #pre .graph_wrap figure,
  #pre .con03 figure,
  #pre .con04 figure,
  #pre .graph_wrap .left,
  #pre .graph_wrap figure.right {
    width: 100%;
    margin: 0 auto 60px;
  }

  .piaj_wrap .left {
    margin: auto;
  }

  .piaj_wrap .left .sp_off,
  .con09 .sp_off {
    display: none;
  }

  .piaj_wrap .left {
    width: 100%;
    margin: 0 auto 30px;
  }

  .piaj_wrap .right {
    width: 100%;
    max-width: 120px;
    margin: 0 auto 60px;
  }

  #pre .graph_wrap figure {
    margin-bottom: 30px;
  }

  .con09 .sp_on {
    display: block;
  }

  .con09 .bari_figu {
    max-width: 200px;
    margin: auto;
  }

  nav {
    opacity: 0;
    visibility: hidden;
  }

  nav.menu_on {
    opacity: 1;
    visibility: visible;
  }

  /* .hunber */
  .hunber {
    display: block;
    width: 45px;
    height: 45px;
    position: fixed;
    top: 0;
    right: 10px;
    border-radius: 5px;
    z-index: 10000;
    box-sizing: border-box;
    transition: 0.3s;
  }

  .hunber:hover {
    opacity: 0.3;
  }

  .hunber span {
    display: block;
    width: 30px;
    height: 3px;
    background: #00afec;
    border-radius: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    transition: 0.5s;
  }

  .hunber span:before {
    display: block;
    content: "";
    width: 30px;
    height: 3px;
    background: #00afec;
    border-radius: 3px;
    position: absolute;
    top: 10px;
    bottom: auto;
    right: 0;
    left: 0;
    margin: auto;
    transition: 0.5s;
  }

  .hunber span:after {
    display: block;
    content: "";
    width: 30px;
    height: 3px;
    background: #00afec;
    border-radius: 4px;
    position: absolute;
    top: auto;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: auto;
    transition: 0.5s;
  }

  .hunber.btn_on span {
    background: rgba(0, 0, 0, 0);
  }

  .hunber.btn_on span:before {
    transform: rotate(-45deg);
    top: 0;
  }

  .hunber.btn_on span:after {
    transform: rotate(45deg);
    bottom: 0;
  }

  .sale_item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .sale_item .sale_item_img {
    width: 70%;
    margin: 0 0 40px;
  }

  .sale_item .sale_item_icon {
    width: 30%;
    margin: 0;
  }

  .sale_item p {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .con0901 .right {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .gallery_area li {
    width: calc((100% / 2) - 30px);
  }
}

@media screen and (max-width: 480px) {
  .gallery_area li {
    width: 100%;
  }

  .sp_on {
    display: block;
  }

  .sp_off {
    display: none;
  }

  .flex {
    display: block;
  }

  .top_area {
    display: flex;
  }

  .top_area p:nth-child(1) a {
    padding-right: 45px;
  }

  .top_area p:nth-child(2) a {
    padding-left: 45px;
  }

  .item01 .name01 {
    line-height: 1.2;
  }

  .item01 .name02 {
    margin-bottom: 25px;
  }

  nav {
    background: rgba(255, 255, 255, 0.9);
    flex-wrap: wrap;
    width: 100%;
  }

  #pre nav,
  #wall nav {
    position: fixed;
  }

  .syouhyou {
    text-align: left;
    line-height: 1.4;
    font-size: 12px;
  }

  nav li {
    padding: 20px 10px;
    box-sizing: border-box;
  }

  nav .online_link br,
  .teisyu_t br:nth-child(1),
  .hosoku_kome br {
    display: none;
  }

  #pre .nureru_t span,
  #nav .nureru_t span {
    margin-bottom: 20px;
  }

  nav .left {
    width: 100%;
  }

  nav .right {
    width: 100%;
  }

  #pre nav .left a,
  #pre nav .right a,
  #wall nav .left a,
  #wall nav .right a {
    width: 100%;
    margin: auto;
    padding: 10px 0;
    border-bottom: 1px solid #00afec;
  }

  .hunber:hover {
    opacity: 1;
  }

  #pre .con01 figure,
  #pre .con01 .right,
  #pre .con05 .flex li,
  .item01 .left,
  .item01 .right,
  .item01 .right_left,
  .item01 .right_right,
  #pre .graph_wrap .left,
  #pre .graph_wrap figure.right {
    width: 100%;
    max-width: 100%;
  }

  .item01 .right_right,
  .item01 .left {
    padding: 0;
    text-align: center;
  }

  .item01 .link02 a {
    margin: auto;
  }

  .item01 .right_left,
  .item01 .left {
    margin-bottom: 30px;
  }

  .item01 .right_left {
    max-width: 200px;
    margin: 0 auto 30px;
  }

  img {
    width: 100%;
  }

  footer ul.flex {
    display: flex;
  }

  .con01 h2 {
    line-height: 1.6;
  }

  .con01 h2 br {
    display: block;
  }

  .icon_cube span {
    line-height: 1.6;
  }

  #pre .hosoku_title.left_text {
    text-align: left;
    line-height: 1.4;
  }

  #pre .hosoku_kome {
    margin-left: 0;
    margin-bottom: 30px;
  }

  #pre .siyou.sp_on {
    display: table;
  }

  #pre .siyou th {
    text-align: center;
    width: 30%;
  }

  #pre .siyou td {
    text-align: center;
    width: 70%;
  }

  #pre .siyou .left_t {
    text-align: left;
  }

  #pre .con01 .right {
    padding: 0;
  }

  #pre .graph_wrap .left,
  #pre .graph_wrap figure.right {
    padding: 0;
  }

  .syouhou.sp_on {
    width: 100%;
    max-width: 100%;
    margin: auto;
  }

  #wall .item01 figure {
    width: 100%;
    text-align: center;
  }

  #wall .item01 .right {
    width: 100%;
  }

  #wall .con01 .link01 a {
    margin: auto;
  }

  #wall .wall_color_list {
    display: flex;
  }

  #wall .con06 td {
    padding: 10px;
  }

  .con09 .bosyu_ttl {
    position: inherit;
    border: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: inherit;
    margin-bottom: 0 !important;
    padding: 20px;
  }

  .con0901 .bosyu_flex {
    padding-top: 0px;
  }

  .con0901 .link01 {
    margin-bottom: 20px !important;
  }

  .sale_item {
    display: flex;
  }

  .diy_setu figure {
    width: 100%;
    padding: 0 20px 20px;
  }

  .con0901 .right {
    width: 100%;
    max-width: 100%;
  }
  .sarani figure {
    top:-100%;
    left:0;
  }
  .icon_cube.sarani span:before,.icon_cube.sarani span:after {
    display:none;
  }
  .top_item_con li {
    width:100%;
    padding:40px 20px;
  }
  .top_item_con li.left {
    background:#f9f9f9;
  }
  .top_item_con li.right {
    background:#bbe8f2;
  }
  .top_item_con .center_con, .bot_item_con .center_con {
    display:flex;
  }
  .bot_item_con li {
    width:100%;
    margin-bottom: 20px;
  }

}