body {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-family: "Apple TP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;
  font-weight: 300;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

p {
  color: #000;
}

sup {
  top: -0.75em;
  font-size: 11px;
}

h1,
h2,
h3 {
  margin: 0;
}

.container {
  padding: 0;
}

.text_link_red,
.text_link_blue {
  text-decoration: underline;
}

.text_link_blue {
  color: #0090ff;
}

.section-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.logo img {
  width: 110px;
}

.main_image {
  position: relative;
  max-width: 1283px;
  width: 100%;
  margin: 50px auto;
  margin-top: 0px;
}

.contest_head {
  width: 1006px;
  margin: 0 auto;
}

.main_text_img {
  margin: -10vw auto 0;
}

.main_image_outer {
  margin-top: 52px;
  margin-bottom: 60px;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .main_image_outer {
    margin-top: 0;
  }
}

.information_outer {
  margin: 9% auto 0;
  position: relative;
  padding-top: 0;
  padding-bottom: 0px;
  width: 100%;
  border-top: none;
  max-width: 1200px;
}

.information_main {
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  text-align: center;
  line-height: 200%;
  background-color: #fff;
  border: 4px #000 solid;
}

.information_main .title01 {
  font-size: 28px;
  margin-bottom: 20px;
}

.information_main .title02 small {
  font-size: 70%;
  font-weight: 500;
}

.information_main .title02:first-of-type {
  margin-top: 0;
}

.information_main .text {
  margin-bottom: 70px;
}

.information_main_inner {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
}

.pink {
  color: #e3007f;
}

.step_arrow {
  position: relative;
  display: block;
  height: 60px;
}

.step_arrow:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -20px;
  display: block;
  border-width: 20px 20px;
  border-style: solid;
  border-color: #000 transparent transparent transparent !important;
}

.contest_text {
  margin-top: 50px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .information_main {
    border-width: 2px;
  }
  .information_outer {
    margin-bottom: 50px;
  }
  .information_main .contest_text {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
  }
}

.information_main .other_text div {
  position: absolute;
  width: 100%;
  top: 25%;
}

.sp_title_head {
  position: relative;
  width: 100%;
  display: none;
}

.sp_title_head div {
  position: absolute;
  top: -80px;
  width: 100%;
  text-align: center;
}

.pc_view {
  display: block;
}

.sp_view {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_view {
    display: none;
  }
  .sp_view {
    display: block;
  }
}

.table {
  display: table;
  width: 840px;
  margin: 0 auto;
  margin-top: -110px;
  margin-bottom: 20px;
}

.table .row {
  display: table-row;
}

.table .td01 {
  width: 15%;
  display: table-cell;
  vertical-align: bottom;
}

.table .td01 img {
  max-width: 115px;
}

.table .td02 {
  width: 85%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.table .margin_td {
  display: table-cell;
  height: 30px;
}

.table .td02 .text {
  line-height: 200%;
  padding-top: 8px;
  font-size: 15px;
}

/* add murai 20160715 */

.table .title_kikan,
.table .title_theme {
  margin: 30px auto 10px;
  text-align: center;
  width: 90%;
}

.table .title_kikan img,
.table .title_theme img {
  width: 60%;
}

.table .condition_term {
  margin: 5px 0 10px;
  text-align: center;
  display: block;
}

.table .condition_term img {
  width: 90%;
}

.table .condition_text01 {
  margin: 5px 0 10px;
  text-align: center;
  display: none;
}

.table .condition_text01 img {
  width: 80%;
}

.table .condition_text02 {
  margin: 5px 0 10px;
  text-align: center;
}

.table .condition_text02 img {
  width: 60%;
  margin-bottom: 30px;
}

.social_margin {
  margin-right: 5px;
}

/* -20171117- */

.logo a {
  float: left;
}

.logo a.logo_projectc {
  width: 200px;
}

.logo a.logo_projectc img {
  width: 140px;
  margin: 15px auto;
}

/* /add murai 20160715 */

img.date_img {
  max-width: 477px;
}

img.theme_img {
  max-width: 477px;
}

.contest_img img {
  max-width: 992px;
  width: 100%;
  margin: 0 auto;
}

.footer_logo {
  margin-top: 30px;
}

.copyright {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}

img.ar_text01 {
  width: 60px;
}

img.ar_text02 {
  width: 45px;
}

span.nowrap {
  white-space: nowrap;
}

br.sp_br {
  display: none;
}

@media (max-width: 768px) {
  br.pc_br {
    display: none;
  }
  br.sp_br {
    display: inline;
  }
}

.theme_title {
  font-size: 16px;
  font-weight: bold;
}

.theme_text {
  font-size: 12px;
}

.main_information {
  text-align: center;
  line-height: 200%;
  margin-bottom: 125px;
}

.main_information a {
  text-decoration: none;
}

.main_nav {
  background: rgba(0, 0, 0, 1);
  position: relative;
  z-index: 1;
  padding: 30px 0;
}

.main_nav ul.link_menu {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main_nav ul.link_menu > a {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

.main_nav ul.link_menu li {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  border-color: #fff;
}

.main_nav ul.link_menu li::before {
  background-color: #fff;
}

.main_nav ul.link_menu li::after {
  border-color: #fff;
}

.main_nav ul.link_menu a:last-child li {
  border-color: #fff;
}

.main_nav ul.link_menu a:hover {
  text-decoration: none;
}

.main_nav ul.link_menu a:hover li {
  color: #fff;
}

.main_nav ul.link_menu a:hover li::before {
  background-color: #fff;
  bottom: -10%;
}

.main_nav ul.link_menu a:hover li::after {
  border-color: #fff;
  bottom: -10%;
}

@media (max-width: 768px) {
  .main_nav {
    padding: 5px 0;
  }
  .main_nav .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main_nav ul.link_menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main_nav ul.link_menu li {
    padding: 10px 0px 25px;
    height: auto;
  }
  .main_nav ul.link_menu li::after,
  .main_nav ul.link_menu li::before {
    bottom: 0;
  }
  .main_nav ul.link_menu > a {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    font-weight: bold;
  }
  .main_nav ul.link_menu a:nth-child(2) li {
    border-right-color: #fff;
  }
}

.section_oubo {
  background-color: #fff3e9;
  position: relative;
  padding: 10px;
  margin: 60px auto 0;
}

.section_oubo .section_oubo_frame {
  border: 3px #000 solid;
}

.section_oubo .subscription_title {
  padding-top: 50px;
  padding-bottom: 50px;
}

.subscripttion_btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1044px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.subscripttion_btn_area .subscription_btn {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 10px;
}

.subscripttion_btn_area .oubo_btn {
  margin-bottom: 0;
  width: 100%;
  background-color: #000;
}

.subscripttion_btn_area .oubo_btn .oubo_btn_inner {
  padding: 1.2em 3em;
  top: -0.2em;
}

.subscripttion_btn_area .oubo_btn .dli-arrow-right {
  margin-left: auto;
  margin-right: 0;
}

@media (max-width: 768px) {
  .section_oubo + .container {
    margin-top: 40px;
  }
  .section_oubo .section_oubo_frame {
    border-width: 2px;
  }
  .section_oubo {
    margin-top: 0;
    padding: 5px;
  }
  .subscripttion_btn_area .oubo_btn .oubo_btn_inner {
    padding: 1em 3em;
    top: -0.3em;
  }
  .section_oubo .subscription_title {
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 0;
  }
  .subscripttion_btn_area {
    display: block;
    max-width: 32em;
  }
  .subscripttion_btn_area .subscription_btn {
    margin-bottom: 16px;
  }
}

.gaiyou {
  margin: 0 5%;
}

.gaiyou_title {
  font-size: 50px;
  font-size: clamp(25px, 8vw, 50px);
  font-weight: bold;
  color: #000;
}

.main_text1 {
  font-size: 14px;
}

.main_text2 {
  font-size: 20px;
  color: #000000;
  /*    margin-top: 30px;*/
  line-height: 1.8em;
  margin: 25px 0 50px;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .main_text2 {
    margin: 30px 0 30px;
    font-size: 16px;
  }
}

.theme_salon_text,
.theme_creative_text {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.step {
  background-color: #e2f7fb;
  width: 80%;
  margin: 0 auto;
}

#theme_image {
  max-width: 469px;
  margin: 0 auto;
  width: 100%;
}

#theme_image_sp {
  max-width: 469px;
  margin: 0 auto;
}

a:hover img {
  opacity: 0.8;
}

/* 2023 */

.fixed {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

header {
  height: auto;
}

.colcolle23 .container {
  width: 96%;
}

.colcolle23 {
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media screen and (max-width: 1024px) {
  .colcolle23 {
    background-position: top 110.9vw center;
  }
}

.colcolle_bg {
  background: url(../image/2023/bg.png) repeat-y left top/contain;
  border-bottom: 1px #a8a8a8 solid;
  padding-bottom: 70px;
}

.colcolle23 .main_information-center {
  margin: 0 auto;
  max-width: inherit;
}

.contest_header22 {
  text-align: center;
  margin-top: -70px;
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}

.contest_header22 img {
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .contest_header22 {
    width: 80%;
    margin: -70px auto 55px;
  }
}

@media screen and (max-width: 768px) {
  .contest_header22 {
    width: 90%;
    max-width: 313px;
    margin-bottom: 40px;
  }
  .title02_period {
    max-width: 54.68vw;
  }
  .title02_theme {
    max-width: 56.9vw;
  }
  .title02_judge {
    max-width: 52.02vw;
  }
  .title02_flow {
    max-width: 49.73vw;
  }
  .colcolle23 .information_main .title02 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .colcolle23 .creative_color_bumon {
    margin-bottom: -16px;
  }
  .colcolle23 .salon_color_bumon img,
  .colcolle23 .creative_color_bumon img {
    max-width: 90%;
  }
  .colcolle23 .theme_salon_text,
  .colcolle23 .theme_creative_text {
    margin-top: 10px;
  }
}

#kikan_image {
  max-width: 685px;
  margin: 0 auto;
}

#kikan_image_sp {
  width: 100%;
  max-width: 685px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 45px;
}

#theme_image,
#theme_image_sp {
  max-width: 363px;
}

@media (max-width: 768px) {
  #theme_image_sp {
    max-width: 65.75vw;
  }
  .judge_member {
    width: 100%;
    max-width: 640px;
  }
  .judge_member_wrapper .judge_member ul li {
    width: 33%;
    padding: 0 2vw 4vw;
  }
  .information_outer .information_main .text {
    padding-left: 4% !important;
    padding-right: 4% !important;
    margin-bottom: 50px;
  }
}

.salon_color_bumon,
.creative_color_bumon {
  margin-top: 45px;
}

.theme_salon_text,
.theme_creative_text {
  color: #000;
  margin: 15px 0 0;
}

.theme_salon_text,
.theme_creative_text {
  /*     color: #e18298; */
  margin: 1.2em 0 0;
}

@media screen and (max-width: 1024px) {
  .salon_color_bumon,
  .creative_color_bumon {
    font-size: 18px;
  }
}

.section_judge .information_main {
  padding-left: 50px;
  padding-right: 50px;
}

.judge_member {
  width: 100%;
  max-width: 820px;
  margin: 50px auto 0;
}

.judge_member ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.judge_member li {
  padding: 0 10px 30px;
  width: 20%;
}

.judge_member img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .section_judge .information_main {
    padding-left: 0;
    padding-right: 0;
  }
  .judge_member {
    margin: 20px auto 0;
  }
}

.judge_min_text {
  display: block;
  text-align: right;
  margin-bottom: 20px;
}

.step {
  position: relative;
  background-color: transparent;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  border: 2px solid #000000;
  border-radius: 12px;
  padding-bottom: 2em;
}

.step .setp4main {
  margin-top: 10px;
  line-height: 1.7em;
  font-size: 20px;
  font-weight: 500 !important;
}

.step .setp4main + .setp4main {
  margin-top: 0;
}

/* .step .setp4main.pink {
  font-size: 94% !important;
} */

.setp3main_img {
  margin: 2em auto;
}

@media screen and (max-width: 768px) {
  .setp3main_img {
    width: 90%;
  }
  .step .setp4main.pink {
    font-size: 14px !important;
  }
}

.setp4main_img {
  margin-top: 1em;
  margin-bottom: 2em;
}

.step .pink {
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
}

.step-in {
  position: relative;
  background-color: #fff !important;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  border: 2px #000 solid !important;
}

.box-title {
  font-size: 20px;
  background: #000;
  padding: 16px 20px;
  margin-bottom: 1.5em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 10px 10px 0 0;
  position: relative;
}

.box-title-in {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  background: #000000 !important;
  padding: 7px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .colcolle23 .step {
    width: 98%;
  }
  .colcolle23 .box-title {
    letter-spacing: 0;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
    padding: 8px 0 8px 30px;
  }
}

.hashtag {
  margin: 1em 0;
}

.hashtag p {
  line-height: 1.6 !important;
}

.step p {
  padding-bottom: 0px;
  margin-top: 1em;
  font-size: 18px;
  line-height: unset;
  font-weight: 500;
}

.step-in p {
  padding-top: 0px !important;
  padding-bottom: 0px;
  margin: 0;
  font-size: 20px;
  line-height: 2em;
  font-weight: 600;
  color: #000 !important;
}

@media screen and (max-width: 768px) {
  .step p,
  .box-title-in {
    font-size: 16px !important;
  }
  .step p {
    padding-top: 1em !important;
  }
  .step-in p {
    padding-top: 0 !important;
  }
}

.step img {
  max-width: 100%;
  margin: auto;
}

.underbar {
  text-decoration: none;
  border-bottom: 1px solid black;
  padding-bottom: 2px;
  font-size: 18px;
}

.underbar a.nocolor {
  color: #000;
}

#step1 .stet1img {
  margin-top: 30px;
}

#step1 .step1account {
  width: auto;
  height: auto;
  margin: 10px auto;
  background: none;
}

.pink,
.pink a {
  color: #e3007f;
}

.pink-nami {
  color: #e3007f;
  background: url("../image/2022/pc_wave.png") bottom repeat-x;
  /*    background-size: 20px;*/
  padding-bottom: 5px;
  font-size: 17px;
}

.step p.right_sub {
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}

.step p.center_sub {
  font-size: 14px;
  font-weight: 400;
  margin-top: 30px;
}

.step_arrow {
  position: relative;
  display: block;
  height: 60px;
}

/* .step_arrow:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -20px;
    display: block;
    border-width: 20px 20px;
    border-style: solid;
    border-color: #000 transparent transparent transparent !important;
} */

.step:before {
  content: "";
  position: absolute;
  top: -12px;
  left: -35px;
  display: block;
  width: 69px;
  height: 94px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.step#step1 {
  margin-top: 60px;
}

.box-title:before {
  content: "";
  position: absolute;
  top: -16px;
  left: 15px;
  display: block;
  width: 66px;
  height: 66px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .box-title:before {
    width: 20px !important;
    height: 37px !important;
    top: auto !important;
    left: 10px;
    bottom: 10px;
  }
}

/* @media screen and (max-width: 768px) {
    .step {
        width: 100%;
    }
    .step:before {
        width: 40px !important;
        height: 55px !important;
        left: -3%;
    }
} */

#step1 .box-title:before {
  background-image: url("../image/2023/flow/flow1.png");
}

#step2 .box-title:before {
  background-image: url("../image/2023/flow/flow2.png");
}

#step3 .box-title:before {
  background-image: url("../image/2023/flow/flow3.png");
}

#step4 .box-title:before {
  background-image: url("../image/2023/flow/flow4.png");
}

#step5 .box-title:before {
  background-image: url("../image/2023/flow/flow5.png");
}

#step6 .box-title:before {
  background-image: url("../image/2023/flow/flow6.png");
}

.img_wrap {
  position: relative;
  display: inline-block;
}

.img_wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
}

@media screen and (max-width: 768px) {
  .colcolle23 #step2 .step2img {
    margin-top: 15px;
    max-width: 105%;
    left: auto;
    right: -5%;
    position: relative;
  }
  .step-in {
    margin-bottom: 1em;
  }
}

/* #step4 .img_wrap:after {
    background-image: url("../image/2020/flow/flow4_image_sub.png");
    width: 133px;
    height: 132px;
    margin-top: -66px;
    right: -150px;
}

#step5 .img_wrap:after {
    background-image: url("../image/2020/flow/flow5_image_sub.png");
    width: 136px;
    height: 132px;
    margin-top: -66px;
    right: -150px;
} */

.step .oubo_btn {
  margin: 20px auto;
  max-width: 93%;
  line-height: 1;
}

.step .oubo_btn_inner {
  padding: 1.2em 3em;
}

.colcolle23 .guide {
  text-align: left;
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 70px;
}

.colcolle23 .guide .title {
  color: #000000;
  border-color: currentColor;
  border-width: 2px;
}

.colcolle23 .guide .title::before,
.colcolle23 .guide .title::after {
  border-color: #000;
}

.colcolle23 .guide .oub_text {
  line-height: 170%;
}

@media screen and (max-width: 768px) {
  .colcolle23 .guide .title {
    font-size: 16px;
    padding: 0.5em 0;
    width: 100%;
  }
  .colcolle23 .guide .oub_text {
    font-size: 16px;
    width: 100%;
    padding-left: 0;
  }
}

.oubo_btn_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border: 2px #000 solid;
  border-radius: 100px;
  position: relative;
  top: -0.5em;
  padding: 1.5em 3em;
  font-weight: bold;
  line-height: 1;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.oubo_btn {
  font-size: 20px;
  color: #000;
  display: inline-block;
  background-color: #000;
  border: 2px #000 solid;
  border-radius: 5em;
  position: relative;
  margin: 0 auto 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.oubo_btn .title {
  font-size: 22px;
  font-size: clamp(16px, 2vw, 22px);
  display: block;
  width: auto;
}

.oubo_btn .text {
  font-size: 16px;
  font-size: clamp(14px, 1.5vw, 16px);
  display: block;
  margin-top: 0.7em;
}

.oubo_btn .dli-arrow-right {
  right: -1em;
}

.btn_label {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.oubo_btn:hover {
  color: #000;
  text-decoration: none;
}

.oubo_btn:hover .oubo_btn_inner {
  top: 0;
  border-color: transparent;
}

.dli-arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 2px;
  background: currentColor;
  text-align: center;
}

.dli-arrow-right::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .oubo_btn {
    font-size: 16px;
  }
}

.footer_logo img {
  height: 85px;
}

a.nocolor {
  color: #595757;
  text-decoration: none;
}

.colcolle23 .bumonbar,
.colcolle23 .awardbar {
  height: auto;
  margin-bottom: 30px;
}

.colcolle23 .awardbar .text {
  font-size: 25px;
}

.colcolle23 .salon_award,
.colcolle23 .creative_award {
  width: 100%;
  max-width: 1000px;
  text-align: left;
}

.colcolle23 .bar_salon .text,
.colcolle23 .bar_creative .text {
  padding: 7px 10px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  font-weight: bold;
}

.colcolle23 .bar_salon .bar,
.colcolle23 .bar_creative .bar {
  padding-top: 0;
  top: 50%;
}

.colcolle23 .bar_salon .text {
  color: #00a676;
}

.colcolle23 .bar_salon .bar {
  border-bottom: 2px solid #00a676;
}

.colcolle23 .bar_creative .text {
  color: #e5005a;
}

.colcolle23 .bar_creative .bar {
  border-bottom: 2px solid #e5005a;
}

.colcolle23 .salon_award {
  padding: 0;
}

.colcolle23 .salon_award .award_name {
  background-color: #00a676 !important;
}

.colcolle23 .salon_award .award_num {
  color: #00a676 !important;
  border-color: currentColor !important;
}

.colcolle23 .creative_award {
  padding: 0;
  margin-top: 50px;
}

.colcolle23 .creative_award .award_name {
  background-color: #e5005a !important;
}

.colcolle23 .creative_award .award_num {
  color: #e5005a !important;
  border-color: currentColor !important;
}

.colcolle23 .award_item {
  margin: 0 auto;
  width: auto;
  margin-bottom: 20px;
  background-color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.colcolle23 .award_item dt,
.colcolle23 .award_item dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.colcolle23 .award_item dt {
  font-size: 16px;
}

.colcolle23 .award_item .award_name,
.colcolle23 .award_item .award_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.colcolle23 .award_item .award_name {
  color: #fff;
  margin-bottom: 0;
  width: 250px;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: 700;
}

.colcolle23 .award_item .award_num {
  font-weight: 700;
  padding-top: 2px;
  padding-bottom: 2px;
  border: 2px solid currentColor;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 65px;
}

.colcolle23 .award_item .award_text {
  margin-left: 1em;
  color: #000;
  font-size: 18px;
}

.colcolle23 .award_guide_list {
  text-align: left;
  color: #000;
  padding: 1em 0;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  box-sizing: content-box;
}

.colcolle23 .award_guide_list .award_guide {
  width: auto;
}

@media screen and (max-width: 768px) {
  .colcolle23 .bumonbar,
  .colcolle23 .awardbar {
    margin-bottom: 20px;
    width: 100%;
    display: block;
    height: auto !important;
  }
  .colcolle23 .bumonbar .text,
  .colcolle23 .awardbar .text {
    font-weight: bold;
    margin-bottom: 0;
    font-size: clamp(18px, 4vw, 23px);
    width: 10em;
  }
  .colcolle23 .salon_award,
  .colcolle23 .creative_award {
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .colcolle23 .salon_award .text,
  .colcolle23 .creative_award .text {
    font-size: 18px;
  }
  .colcolle23 .award_item {
    display: block;
  }
  .colcolle23 .award_item dt {
    width: 100%;
  }
  .colcolle23 .award_item dt .award_name {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 80%;
    flex: 1 0 80%;
    font-size: 16px;
  }
  .colcolle23 .award_item dt .award_num {
    white-space: nowrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .colcolle23 .award_item .award_text {
    margin-left: 0;
    margin-top: 10px;
    font-size: 16px;
  }
  .colcolle23 .award_guide_list {
    padding: 1em 20px;
  }
}

.section_toukou > .information_main {
  padding-bottom: 70px;
}

.toukou_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.toukou_tab_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 49%;
  flex: 0 1 49%;
  background-color: #fff;
  padding: 0.75em 0em 1em;
  color: #fff;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  display: block;
  font-size: 20px;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: bold;
}

.toukou_tab_item:hover,
.toukou_tab_item.active {
  color: #fff;
  text-decoration: none;
}

.toukou_tab_item.active::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  -webkit-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  left: 50%;
  bottom: 10%;
}

.toukou_tab-salon {
  color: #00a676;
  border: 2px solid #00a676;
}

.toukou_tab-salon:hover,
.toukou_tab-salon.active {
  background-color: #00a676;
}

.toukou_tab-creative {
  color: #e5005a;
  border: 2px solid #e5005a;
}

.toukou_tab-creative:hover,
.toukou_tab-creative.active {
  background-color: #e5005a;
}

.toukou_photolist,
.toukou_photolist#result_1,
.toukou_photolist#result_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
  margin-top: 45px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: center;
}

.colcolle23 .toukou_photolist#result_1 li img,
.colcolle23 .toukou_photolist#result_2 li img {
  object-position: 50% top;
  width: 196px;
  height: 196px;
  max-width: 100%;
}

.toukou_photolist li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 20%;
  flex: 0 1 196px;
  padding: 0 4px 4px 0;
  box-sizing: content-box;
}

@media screen and (max-width: 768px) {
  .toukou_photolist {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .toukou_photolist li {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    box-sizing: border-box;
  }
  /* #result_1 li:before,
  #result_2 li:before {
    display: none !important;
  } */
  .colcolle23 .toukou_photolist#result_1,
  .colcolle23 .toukou_photolist#result_2 {
    margin: 20px auto;
  }
  .colcolle23 .toukou_photolist#result_1 li img,
  .colcolle23 .toukou_photolist#result_2 li img {
    object-position: 50% top;
    width: 25vw;
    height: 25vw;
  }
}

.btn_more {
  font-size: 20px;
  font-size: clamp(14px, 2vw, 20px);
  font-weight: bold;
  color: #000;
  text-decoration: none;
  background-color: #eeeeee;
  padding: 1em;
  letter-spacing: 0.05em;
  display: block;
  position: relative;
}

.btn_more:hover,
.btn_more:focus,
.btn_more:visited {
  text-decoration: none;
  color: #000;
}

.btn_more::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  -webkit-transform: rotate(45deg) translate(50%, -50%);
  transform: rotate(45deg) translate(50%, -50%);
  right: 5%;
  bottom: 50%;
}

.js_tab_cont {
  display: none;
}

.js_tab_cont.active {
  display: block;
}

.subscription_title {
  padding-top: 35px;
}

.colcolle23 .subscripttion_btn_area {
  padding-bottom: 40px;
}

.sp_br_xs {
  display: none;
}

@media screen and (max-width: 480px) {
  .colcolle23 .information_outer {
    width: 100%;
  }
  .sp_br_xs {
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  .colcolle23 .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .colcolle23 .subscripttion_btn_area {
    padding-bottom: 15px;
  }
}

.colcolle23 .oubo_title {
  margin-top: 30px;
  font-size: 25px;
  letter-spacing: 0.1em;
}
