@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700;900&display=swap");
/*=============== 全体共通 ==================*/
html,
body {
  height: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.8);
  background-color: #ffeb66;
  background-image: linear-gradient(-45deg, #ffde24 25%, transparent 25%, transparent 50%, #ffde24 50%, #ffde24 75%, transparent 75%, transparent);
  background-size: 26px 26px;
  font-feature-settings: "palt";
  letter-spacing: 0.04rem;
  line-height: 1.5;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #000;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.clr:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clr {
  display: inline-block;
}

* html .clr {
  height: 1%;
}

.clr {
  display: block;
}

.clearR {
  clear: right;
}

.clearL {
  clear: left;
}

.clear {
  clear: both;
}

/*******リンク画像アルファ******/
.a-bnr img {
  transition: 0.6s;
}

a.a-bnr:hover img {
  filter: alpha(opacity=60);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.fw {
  font-weight: 900;
}

.fn {
  font-weight: 400;
}

a.undl {
  text-decoration: underline;
}

a.undl:hover {
  text-decoration: none;
}

.cl-r {
  color: #ff5e5e;
}

/*=============== mixin ==================*/
/*共通メニューボタン*/
/*共通ボタン*/
/*=============== SPPC調整用 ==================*/
@media screen and (min-width: 576px) {
  .sp_s {
    display: none;
  }
}

@media screen and (min-width: 744px) {
  .sp {
    display: none !important;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 744px) {
  .pc {
    display: block !important;
  }
}

/*******SNSボタン*******/
/*=============== ヘッダー・sns ==================*/
/*******SNS*******/
.sns {
  text-align: right;
}

.sns ul {
  padding: 8px 0 0 5px;
  display: flex;
  justify-content: flex-end;
}

.sns ul li {
  float: right;
  margin: 0 5px;
}

/*******ヘッダー*******/
header {
  line-height: 1.3;
}
@media screen and (min-width: 744px) {
  header {
    text-align: center;
  }
}
@media screen and (min-width: 1040px) {
  header .header_content {
    width: 960px;
    margin: 0 auto;
  }
}
header h1 {
  margin: 8px 10px 0;
  text-align: center;
  padding: 10px 0 0;
}
@media screen and (min-width: 1040px) {
  header h1 {
    margin: 12px 0 0;
  }
}
header .main_catch {
  padding: 0 12px 10px;
}
@media screen and (min-width: 1040px) {
  header .main_catch {
    padding: 0 30px 30px;
  }
}
header h2 {
  text-align: center;
  font-size: clamp(1.625rem, -0.14rem + 3.676vw, 2.25rem);
  color: #12a0ff;
  font-weight: bold;
  line-height: 1.1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
header h2::after { /*下部ドット*/
  background: radial-gradient(circle farthest-side, #fff, #fff 40%, transparent 60%, transparent);
  background-size: 10px;
  content: "";
  display: inline-block;
  height: 6px;
  width: 100%;
}
@media screen and (min-width: 744px) {
  header h2 {
    padding: 20px 20px 0;
  }
}
header h2 span {
  position: relative;
}
header h2 span:before, header h2 span:after { /*文字横アイコン*/
  content: "";
  position: absolute;
  top: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  /* アイコンの上下位置を調整するプロパティ */
  transform: translateY(-50%);
  /* アイコンのサイズを調整するプロパティ */
  width: 1.2em;
  height: 1.2em;
  background-image: url(../img/sun.svg);
}
header h2 span:before {
  /* アイコンとテキストの間隔を調整するプロパティ */
  left: -1.5em;
}
header h2 span:after {
  /* アイコンとテキストの間隔を調整するプロパティ */
  right: -1.5em;
}
header h2 + p {
  font-size: clamp(1rem, -0.059rem + 2.206vw, 1.375rem);
  font-weight: bold;
  padding: 0 10px 10px;
}
@media screen and (min-width: 744px) {
  header h2 + p {
    padding: 20px;
  }
}

/*下部ページ用*/
.mainfair header h1,
.otherfair header h1,
.book header h1 {
  margin: 0 10px 20px;
  padding: 0;
}

/***メニュー***/
.kdsm_menu {
  margin: 10px 8px 22px;
  padding-top: 0;
  background-color: #fff;
  border: 3px solid rgba(0, 0, 0, 0.8);
  border-radius: 1.5em;
  overflow: hidden;
}
@media screen and (min-width: 1040px) {
  .kdsm_menu {
    margin: 10px 12px 20px;
  }
}
.kdsm_menu p {
  font-size: clamp(1.3125rem, 0.43rem + 1.838vw, 1.625rem);
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #000;
  padding: clamp(0.375rem, -0.331rem + 1.471vw, 0.625rem);
  margin: 0;
}
.kdsm_menu ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "menu1 menu1" "menu2 menu3" "menu4 menu5";
  padding: 0 0 14px;
}
@media screen and (min-width: 744px) {
  .kdsm_menu ul {
    padding: 20px 10px 20px;
    margin: 0 14px;
  }
}
.kdsm_menu ul li {
  display: grid;
  grid-template-rows: subgrid;
}
.kdsm_menu ul li.menu1 {
  grid-area: menu1;
  padding: 12px 8px 16px 6px;
  border-bottom: 1px dashed #000;
}
@media screen and (min-width: 744px) {
  .kdsm_menu ul li.menu1 {
    padding: 8px 10px 28px;
    margin-bottom: 20px;
  }
}
.kdsm_menu ul li.menu2 {
  grid-area: menu2;
}
.kdsm_menu ul li.menu3 {
  grid-area: menu3;
}
.kdsm_menu ul li.menu4 {
  grid-area: menu4;
}
.kdsm_menu ul li.menu5 {
  grid-area: menu5;
}
.kdsm_menu ul li.menu2, .kdsm_menu ul li.menu3, .kdsm_menu ul li.menu4, .kdsm_menu ul li.menu5 {
  padding: 12px 10px 0 8px;
}
@media screen and (min-width: 744px) {
  .kdsm_menu ul li.menu2, .kdsm_menu ul li.menu3, .kdsm_menu ul li.menu4, .kdsm_menu ul li.menu5 {
    padding: 8px 10px;
  }
}
.kdsm_menu ul li a {
  width: 100%;
  min-height: 44px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: clamp(0.9375rem, -0.298rem + 2.574vw, 1.375rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #fff;
  background: #ff5e5e;
  padding: 8px 20px 8px 8px;
  border: 2px solid rgba(0, 0, 0, 0.8);
  background-image: url(../img/kdsm_btn_icon_linew.png);
  background-repeat: no-repeat;
  background-position: center right 3%;
  background-size: 0.9em;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.8);
  border-radius: 1em;
  border-radius: 2em;
  font-weight: 900;
}
@media screen and (min-width: 744px) {
  .kdsm_menu ul li a {
    padding: 20px 35px 20px 8px;
  }
  .kdsm_menu ul li a:hover {
    transform: translate(2px, 2px);
    box-shadow: 0px 0px 0px 0px rgba(60, 60, 60, 0);
  }
}
.kdsm_menu ul li.menu1 a {
  padding: 14px 20px 14px 8px;
  background-color: #f01919;
  font-size: clamp(1.125rem, -0.287rem + 2.941vw, 1.625rem);
}
@media screen and (min-width: 744px) {
  .kdsm_menu ul li.menu1 a {
    padding: 20px 35px 20px 8px;
    max-width: 700px;
    margin: 0 auto;
  }
}

/*==================セクションまとめ囲い部分==================*/
#main_content {
  background-image: url(../img/wave1.svg), url(../img/wave2.svg);
  background-position: top, bottom;
  background-repeat: repeat-x;
  padding: 14px 0;
  background-size: 48px;
}
@media screen and (min-width: 744px) {
  #main_content {
    padding: 28px 0;
    background-size: 96px;
  }
}

#main_content_sub {
  background-color: #59bcff;
  padding: 10px 0;
}

#kdsm_sec1,
#kdsm_sec2,
#kdsm_sec3,
#kdsm_sec4,
#kdsm_sec5,
#kdsm_sec6 {
  padding: 10px 0;
}
@media screen and (min-width: 1040px) {
  #kdsm_sec1,
  #kdsm_sec2,
  #kdsm_sec3,
  #kdsm_sec4,
  #kdsm_sec5,
  #kdsm_sec6 {
    width: 1040px;
    margin: 0 auto;
    padding: 15px 0;
  }
}

@media screen and (min-width: 1040px) {
  #kdsm_sec1 {
    padding-top: 25px;
  }
}

.kdsm_sec1_block,
.kdsm_sec2_block,
.kdsm_sec3_block,
.kdsm_sec4_block,
.kdsm_sec5_block,
.kdsm_sec6_block {
  border: 4px solid #fff;
  margin: 10px 8px 10px;
  border-radius: 1em;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 4px 4px rgba(35, 24, 21, 0.3);
}
@media screen and (min-width: 744px) {
  .kdsm_sec1_block,
  .kdsm_sec2_block,
  .kdsm_sec3_block,
  .kdsm_sec4_block,
  .kdsm_sec5_block,
  .kdsm_sec6_block {
    margin: 10px 30px;
    box-shadow: 8px 8px rgba(35, 24, 21, 0.3);
  }
}

/****見出し共通****/
#kdsm_sec1 h2,
#kdsm_sec2 .h2_main h2,
#kdsm_sec3 h2,
#kdsm_sec4 h2,
#kdsm_sec5 h2,
#kdsm_sec6 h2 {
  background-color: #12a0ff;
  margin: clamp(0.5rem, -3.382rem + 8.088vw, 1.875rem);
  background: url(../img/wave_h2.svg), linear-gradient(to bottom, rgb(18, 160, 255) 0%, rgb(18, 160, 255) 99%, rgb(255, 255, 255) 99%, rgb(255, 255, 255) 100%);
  border-radius: 1em 1em 0 0;
  background-position: bottom -1px left;
  background-repeat: repeat-x;
  padding: 15px 10px;
  background-size: 48px;
  text-align: center;
}
@media screen and (min-width: 744px) {
  #kdsm_sec1 h2,
  #kdsm_sec2 .h2_main h2,
  #kdsm_sec3 h2,
  #kdsm_sec4 h2,
  #kdsm_sec5 h2,
  #kdsm_sec6 h2 {
    padding: 30px 10px;
    background-size: 96px;
  }
}

#kdsm_sec1 .h2_sub h2 { /*同時開催用*/
  background-color: #59bcff;
  text-align: center;
  border-radius: 1em 1em 0 0;
  margin: clamp(0.5rem, -3.382rem + 8.088vw, 1.875rem) clamp(1.625rem, -0.493rem + 4.412vw, 2.375rem) 0;
  padding: clamp(0.9375rem, -1.71rem + 5.515vw, 1.875rem) 10px;
}

/*=========共通囲い============*/
.kdsm_sec_txt {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin: 15px 8px;
  padding: 8px;
}
@media screen and (min-width: 1040px) {
  .kdsm_sec_txt {
    margin: 15px;
    padding: 16px;
  }
}
@media screen and (min-width: 1040px) {
  .kdsm_sec_txt p {
    font-size: 1rem;
  }
}
.kdsm_sec_txt.sec1_sub { /*同時開催用*/
  background-color: #f3f3f3;
  border-radius: 0 0 1em 1em;
  margin: 0 clamp(1.625rem, -0.493rem + 4.412vw, 2.375rem) clamp(1rem, -2.882rem + 8.088vw, 2.375rem);
  padding: clamp(0.75rem, -1.015rem + 3.676vw, 1.375rem) clamp(0.625rem, -1.14rem + 3.676vw, 1.25rem) clamp(0.625rem, -1.14rem + 3.676vw, 1.25rem);
}

/*==================囲い内mixin==================*/
/*==================セクション1＿実施ストア==================*/
#kdsm_sec1 div.accordion {
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
  transition: all 0.5s ease;
  padding: 0.8em 0 0.8em 1em;
  position: relative;
  border-radius: 0.5em;
  background: #f3f3f3;
  margin-bottom: 15px;
  font-weight: bold;
}
#kdsm_sec1 .accordion:after {
  content: "➕";
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-46%);
}
#kdsm_sec1 div.accordion.active:after {
  content: "➖";
}
#kdsm_sec1 .include-accordion div.panel { /*sPでは非表示*/
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
@media screen and (min-width: 744px) {
  #kdsm_sec1 .include-accordion div.panel { /*途中から表示*/
    height: auto;
  }
}
#kdsm_sec1 .include-accordion div.panel ul li {
  padding: 10px 8px;
}
@media screen and (min-width: 744px) {
  #kdsm_sec1 .include-accordion div.panel ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 15px;
  }
}
@media screen and (min-width: 992px) {
  #kdsm_sec1 .include-accordion div.panel ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#kdsm_sec1 a.btn {
  width: 100%;
  min-height: 44px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 0.9375rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  color: #fff;
  background: #ff5e5e;
  padding: 8px 25px 8px 8px;
  border: 2px solid rgba(0, 0, 0, 0.8);
  background-image: url(../img/kdsm_btn_icon_linew.png);
  background-repeat: no-repeat;
  background-position: center right 3%;
  background-size: 0.9em;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.8);
  border-radius: 1em;
  background-image: url(../img/kdsm_btn_icon_linew.png);
  color: #fff;
  min-height: 50px;
  font-size: clamp(1.125rem, 0.772rem + 0.735vw, 1.25rem);
  border-radius: 2em;
  font-weight: 700;
}
@media screen and (min-width: 744px) {
  #kdsm_sec1 a.btn {
    padding: 16px 35px 16px 8px;
    background-position: center right 3%;
  }
  #kdsm_sec1 a.btn:hover {
    transform: translate(2px, 2px);
    box-shadow: 0px 0px 0px 0px rgba(60, 60, 60, 0);
  }
}

/*==================セクション2＿開催フェア情報==================*/
#kdsm_sec2 {
  padding-top: 20px;
}
#kdsm_sec2 .h2_main .time, #kdsm_sec2 .h2_sub .time {
  display: grid;
  position: relative;
  text-align: center;
  padding: 0 18% 0;
  margin-top: 20px;
}
@media screen and (min-width: 744px) {
  #kdsm_sec2 .h2_main .time, #kdsm_sec2 .h2_sub .time {
    padding: 0 26%;
    margin-top: 30px;
  }
}
#kdsm_sec2 .h2_main .time:first-child, #kdsm_sec2 .h2_sub .time:first-child {
  margin-top: 0;
}
#kdsm_sec2 .h2_main .time::before, #kdsm_sec2 .h2_main .time::after, #kdsm_sec2 .h2_sub .time::before, #kdsm_sec2 .h2_sub .time::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  display: inline-block;
  width: 16%;
  background: radial-gradient(circle farthest-side, #12a0ff, #12a0ff 40%, transparent 60%, transparent);
  background-size: 10px;
  height: 6px;
}
@media screen and (min-width: 744px) {
  #kdsm_sec2 .h2_main .time::before, #kdsm_sec2 .h2_main .time::after, #kdsm_sec2 .h2_sub .time::before, #kdsm_sec2 .h2_sub .time::after {
    width: 26%;
  }
}
#kdsm_sec2 .h2_main .time::before, #kdsm_sec2 .h2_sub .time::before {
  left: 0;
}
#kdsm_sec2 .h2_main .time::after, #kdsm_sec2 .h2_sub .time::after {
  right: 0;
}
#kdsm_sec2 .h2_main .time span, #kdsm_sec2 .h2_sub .time span {
  display: inline-block;
  padding: 12px 8px;
  background-color: #ffeb66;
  border: solid #12a0ff 4px;
  border-radius: 2em;
  font-size: clamp(1.125rem, -0.993rem + 4.412vw, 1.875rem);
  font-weight: bold;
  color: #12a0ff;
}
#kdsm_sec2 .h2_main .cp1_img,
#kdsm_sec2 .h2_main .cp2_img, #kdsm_sec2 .h2_sub .cp1_img,
#kdsm_sec2 .h2_sub .cp2_img {
  border-radius: 1em 1em 0 0;
}
#kdsm_sec2 .h2_main .cp_txt, #kdsm_sec2 .h2_sub .cp_txt {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 0 0 1em 1em;
  padding: 10px 12px;
  font-weight: bold;
  font-size: clamp(0.9375rem, 0.408rem + 1.103vw, 1.125rem);
}
@media screen and (min-width: 744px) {
  #kdsm_sec2 .h2_main .cp_txt, #kdsm_sec2 .h2_sub .cp_txt {
    padding: 20px;
  }
}
#kdsm_sec2 .h2_main a.btn, #kdsm_sec2 .h2_sub a.btn {
  width: 100%;
  min-height: 44px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 0.9375rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  color: #fff;
  background: #ff5e5e;
  padding: 8px 25px 8px 8px;
  border: 2px solid rgba(0, 0, 0, 0.8);
  background-image: url(../img/kdsm_btn_icon_linew.png);
  background-repeat: no-repeat;
  background-position: center right 3%;
  background-size: 0.9em;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.8);
  border-radius: 1em;
  width: auto;
  background-image: url(../img/kdsm_btn_icon_linew.png);
  color: #fff;
  background-color: #ff5e5e;
  margin: 20px 10px;
  min-height: 50px;
  font-size: clamp(1.125rem, 0.596rem + 1.103vw, 1.3125rem);
  border-radius: 2em;
}
@media screen and (min-width: 744px) {
  #kdsm_sec2 .h2_main a.btn, #kdsm_sec2 .h2_sub a.btn {
    padding: 20px 35px 20px 8px;
    background-position: center right 3%;
    width: 680px;
    margin: 30px auto;
  }
  #kdsm_sec2 .h2_main a.btn:hover, #kdsm_sec2 .h2_sub a.btn:hover {
    transform: translate(2px, 2px);
    box-shadow: 0px 0px 0px 0px rgba(60, 60, 60, 0);
  }
}

/*==================セクション2＿下部ページ：開催フェア情報==================*/
.mainfair #kdsm_sec1 {
  padding-top: 20px;
}
.mainfair #kdsm_sec1 .h2_main .time, .mainfair #kdsm_sec1 .h2_sub .time {
  display: grid;
  position: relative;
  text-align: center;
  padding: 0 18% 0;
  margin-top: 40px;
}
@media screen and (min-width: 744px) {
  .mainfair #kdsm_sec1 .h2_main .time, .mainfair #kdsm_sec1 .h2_sub .time {
    padding: 0 26%;
    margin-top: 50px;
  }
}
.mainfair #kdsm_sec1 .h2_main .time:first-child, .mainfair #kdsm_sec1 .h2_sub .time:first-child {
  margin-top: 0;
}
.mainfair #kdsm_sec1 .h2_main .time::before, .mainfair #kdsm_sec1 .h2_main .time::after, .mainfair #kdsm_sec1 .h2_sub .time::before, .mainfair #kdsm_sec1 .h2_sub .time::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  display: inline-block;
  width: 16%;
  background: radial-gradient(circle farthest-side, #12a0ff, #12a0ff 40%, transparent 60%, transparent);
  background-size: 10px;
  height: 6px;
}
@media screen and (min-width: 744px) {
  .mainfair #kdsm_sec1 .h2_main .time::before, .mainfair #kdsm_sec1 .h2_main .time::after, .mainfair #kdsm_sec1 .h2_sub .time::before, .mainfair #kdsm_sec1 .h2_sub .time::after {
    width: 26%;
  }
}
.mainfair #kdsm_sec1 .h2_main .time::before, .mainfair #kdsm_sec1 .h2_sub .time::before {
  left: 0;
}
.mainfair #kdsm_sec1 .h2_main .time::after, .mainfair #kdsm_sec1 .h2_sub .time::after {
  right: 0;
}
.mainfair #kdsm_sec1 .h2_main .time span.time_block, .mainfair #kdsm_sec1 .h2_sub .time span.time_block {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-areas: "time1 time1 time1" "time2 time3 time4";
  justify-content: center;
  align-items: center;
  padding: 8px 8px 14px;
  background-color: #ffeb66;
  border: solid #12a0ff 4px;
  border-radius: 4em;
  font-size: clamp(1.125rem, -0.993rem + 4.412vw, 1.875rem);
  font-weight: bold;
  color: #12a0ff;
}
.mainfair #kdsm_sec1 .h2_main .time span.time_block .cap, .mainfair #kdsm_sec1 .h2_sub .time span.time_block .cap {
  grid-area: time1;
}
.mainfair #kdsm_sec1 .h2_main .time span.time_block .left, .mainfair #kdsm_sec1 .h2_sub .time span.time_block .left {
  grid-area: time2;
}
.mainfair #kdsm_sec1 .h2_main .time span.time_block .cnt, .mainfair #kdsm_sec1 .h2_sub .time span.time_block .cnt {
  grid-area: time3;
}
.mainfair #kdsm_sec1 .h2_main .time span.time_block .right, .mainfair #kdsm_sec1 .h2_sub .time span.time_block .right {
  grid-area: time4;
}
.mainfair #kdsm_sec1 .h2_main .time span.time_block span.left, .mainfair #kdsm_sec1 .h2_main .time span.time_block span.right, .mainfair #kdsm_sec1 .h2_sub .time span.time_block span.left, .mainfair #kdsm_sec1 .h2_sub .time span.time_block span.right {
  line-height: 1.1;
}
.mainfair #kdsm_sec1 .h2_main .time span.time_block span.sml, .mainfair #kdsm_sec1 .h2_sub .time span.time_block span.sml {
  font-size: clamp(0.875rem, -0.89rem + 3.676vw, 1.5rem);
}
.mainfair #kdsm_sec1 h3 {
  font-size: clamp(1.25rem, -0.162rem + 2.941vw, 1.75rem);
  font-weight: bold;
  padding-bottom: 10px;
}
@media screen and (min-width: 744px) {
  .mainfair #kdsm_sec1 h3 {
    padding-bottom: 20px;
  }
}
.mainfair #kdsm_sec1 h3 span {
  background: linear-gradient(transparent 60%, #ffeb66 0%);
  display: inline;
  padding: 0 1px 0px;
}
.mainfair #kdsm_sec1 h3.ls {
  letter-spacing: -0.05em;
}
.mainfair #kdsm_sec1 ul {
  padding: clamp(0.625rem, -2.904rem + 7.353vw, 1.875rem) 0 0;
  /*本紹介部分*/
}
.mainfair #kdsm_sec1 ul li {
  padding: 10px;
}
@media screen and (min-width: 744px) {
  .mainfair #kdsm_sec1 ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
  .mainfair #kdsm_sec1 ul li {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 5;
    grid-gap: 0;
  }
}
.mainfair #kdsm_sec1 ul .cap {
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  margin: 10px 0 30px;
  background-color: #fff;
  border: solid 4px #ff5e5e;
  color: #ff5e5e;
  position: relative;
  font-size: clamp(1.125rem, 0.772rem + 0.735vw, 1.25rem);
}
@media screen and (min-width: 744px) {
  .mainfair #kdsm_sec1 ul .cap {
    padding: 15px 0;
    margin: 20px 0 30px;
  }
}
.mainfair #kdsm_sec1 ul .cap::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 24px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background-color: #ff5e5e;
  left: calc(50% - 10px);
  top: 100%;
}
.mainfair #kdsm_sec1 ul a.book {
  margin: 0 10px;
  font-size: clamp(1rem, 0.647rem + 0.735vw, 1.125rem);
  font-weight: 700;
  display: grid;
  align-items: center;
  text-decoration: underline;
  background-color: #f3f3f3;
  padding: 1.2em 2em 1.2em 1.2em;
  position: relative;
}
.mainfair #kdsm_sec1 ul a.book:hover {
  text-decoration: none;
}
.mainfair #kdsm_sec1 ul a.book::after {
  content: " ";
  position: absolute;
  right: 5px;
  background-size: contain;
  top: 50%;
  background-position: center;
  background-repeat: no-repeat;
  /* アイコンの上下位置を調整するプロパティ */
  transform: translateY(-50%);
  /* アイコンのサイズを調整するプロパティ */
  width: 1.4em;
  height: 1.4em;
  /* アイコンとテキストの間隔を調整するプロパティ */
  background-image: url(../img/arrow_forward_24dp_E20000.svg);
}
.mainfair #kdsm_sec1 ul a.book.first {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.8);
}

/*===============セクション3＿電子ストア担当者の”推し本”============*/
#kdsm_sec3 {
  padding-top: 20px;
}
#kdsm_sec3 .h2_main .time, #kdsm_sec3 .h2_sub .time {
  display: grid;
  position: relative;
  text-align: center;
  padding: 0 18% 0;
  margin-top: 20px;
}
@media screen and (min-width: 744px) {
  #kdsm_sec3 .h2_main .time, #kdsm_sec3 .h2_sub .time {
    padding: 0 26%;
    margin-top: 30px;
  }
}
#kdsm_sec3 .h2_main .time:first-child, #kdsm_sec3 .h2_sub .time:first-child {
  margin-top: 0;
}
#kdsm_sec3 .h2_main .time::before, #kdsm_sec3 .h2_main .time::after, #kdsm_sec3 .h2_sub .time::before, #kdsm_sec3 .h2_sub .time::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  display: inline-block;
  width: 16%;
  background: radial-gradient(circle farthest-side, #12a0ff, #12a0ff 40%, transparent 60%, transparent);
  background-size: 10px;
  height: 6px;
}
@media screen and (min-width: 744px) {
  #kdsm_sec3 .h2_main .time::before, #kdsm_sec3 .h2_main .time::after, #kdsm_sec3 .h2_sub .time::before, #kdsm_sec3 .h2_sub .time::after {
    width: 26%;
  }
}
#kdsm_sec3 .h2_main .time::before, #kdsm_sec3 .h2_sub .time::before {
  left: 0;
}
#kdsm_sec3 .h2_main .time::after, #kdsm_sec3 .h2_sub .time::after {
  right: 0;
}
#kdsm_sec3 .h2_main .time span, #kdsm_sec3 .h2_sub .time span {
  display: inline-block;
  padding: 12px 8px;
  background-color: #ffeb66;
  border: solid #12a0ff 4px;
  border-radius: 2em;
  font-size: clamp(1.125rem, -0.993rem + 4.412vw, 1.875rem);
  font-weight: bold;
  color: #12a0ff;
}
#kdsm_sec3 .h2_main .cp1_img,
#kdsm_sec3 .h2_main .cp2_img, #kdsm_sec3 .h2_sub .cp1_img,
#kdsm_sec3 .h2_sub .cp2_img {
  border-radius: 1em 1em 0 0;
}
#kdsm_sec3 .h2_main .cp_txt, #kdsm_sec3 .h2_sub .cp_txt {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 0 0 1em 1em;
  padding: 10px 12px;
  font-weight: bold;
  font-size: clamp(0.9375rem, 0.408rem + 1.103vw, 1.125rem);
}
@media screen and (min-width: 744px) {
  #kdsm_sec3 .h2_main .cp_txt, #kdsm_sec3 .h2_sub .cp_txt {
    padding: 20px;
  }
}
#kdsm_sec3 .h2_main a.btn, #kdsm_sec3 .h2_sub a.btn {
  width: 100%;
  min-height: 44px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 0.9375rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  color: #fff;
  background: #ff5e5e;
  padding: 8px 25px 8px 8px;
  border: 2px solid rgba(0, 0, 0, 0.8);
  background-image: url(../img/kdsm_btn_icon_linew.png);
  background-repeat: no-repeat;
  background-position: center right 3%;
  background-size: 0.9em;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.8);
  border-radius: 1em;
  width: auto;
  background-image: url(../img/kdsm_btn_icon_linew.png);
  color: #fff;
  background-color: #ff5e5e;
  margin: 20px 10px;
  min-height: 50px;
  font-size: clamp(1.125rem, 0.596rem + 1.103vw, 1.3125rem);
  border-radius: 2em;
}
@media screen and (min-width: 744px) {
  #kdsm_sec3 .h2_main a.btn, #kdsm_sec3 .h2_sub a.btn {
    padding: 20px 35px 20px 8px;
    background-position: center right 3%;
    width: 680px;
    margin: 30px auto;
  }
  #kdsm_sec3 .h2_main a.btn:hover, #kdsm_sec3 .h2_sub a.btn:hover {
    transform: translate(2px, 2px);
    box-shadow: 0px 0px 0px 0px rgba(60, 60, 60, 0);
  }
}

/*==================セクション3＿下部ページ：電子ストア担当者の”推し本”==================*/
.book #kdsm_sec1 {
  padding-top: 20px;
  /*推し本詳細*/
}
.book #kdsm_sec1 .h2_main .time {
  display: grid;
  position: relative;
  text-align: center;
  padding: 0 18% 0;
  margin-bottom: 20px;
  margin-top: 40px;
}
@media screen and (min-width: 744px) {
  .book #kdsm_sec1 .h2_main .time {
    padding: 0 26%;
    margin-top: 30px;
  }
}
.book #kdsm_sec1 .h2_main .time:first-child {
  margin-top: 0;
}
.book #kdsm_sec1 .h2_main .time::before, .book #kdsm_sec1 .h2_main .time::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  display: inline-block;
  width: 16%;
  background: radial-gradient(circle farthest-side, #12a0ff, #12a0ff 40%, transparent 60%, transparent);
  background-size: 10px;
  height: 6px;
}
@media screen and (min-width: 744px) {
  .book #kdsm_sec1 .h2_main .time::before, .book #kdsm_sec1 .h2_main .time::after {
    width: 26%;
  }
}
.book #kdsm_sec1 .h2_main .time::before {
  left: 0;
}
.book #kdsm_sec1 .h2_main .time::after {
  right: 0;
}
.book #kdsm_sec1 .h2_main .time span.time_block {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 8px 8px 14px;
  background-color: #ffeb66;
  border: solid #12a0ff 4px;
  border-radius: 2em;
  font-size: clamp(1.125rem, -0.993rem + 4.412vw, 1.875rem);
  font-weight: bold;
  color: #12a0ff;
}
.book #kdsm_sec1 .h2_main .time span.time_block span.left, .book #kdsm_sec1 .h2_main .time span.time_block span.right {
  line-height: 1.1;
}
.book #kdsm_sec1 .h2_main .time span.time_block span.sml {
  font-size: clamp(0.875rem, -0.89rem + 3.676vw, 1.5rem);
}
@media screen and (min-width: 744px) {
  .book #kdsm_sec1 .book_cnt_all {
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.book #kdsm_sec1 .book_cnt { /*全体囲い*/
  margin: 10px 0px 16px;
  background: #f3f3f3;
  border-radius: 0 0 1em 1em;
  padding-bottom: 10px;
}
@media screen and (min-width: 744px) {
  .book #kdsm_sec1 .book_cnt {
    display: grid;
    grid-template-rows: auto 1fr;
  }
}
.book #kdsm_sec1 .book_cnt .book_chap { /*大見出し*/
  text-align: center;
  background-color: #ff5e5e;
  padding: 1em;
  color: #fff;
  font-weight: 700;
  font-size: clamp(1.25rem, -0.162rem + 2.941vw, 1.75rem);
  position: relative;
  margin-bottom: 30px;
}
.book #kdsm_sec1 .book_cnt .book_chap span {
  color: #ffeb66;
}
@media screen and (min-width: 744px) {
  .book #kdsm_sec1 .book_cnt .book_chap.p_ad {
    padding: 1.5em 1em;
  }
}
.book #kdsm_sec1 .book_cnt .book_chap::after {
  background-color: #ff5e5e;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 30px;
  height: 16px;
  transform: translateX(-50%);
  box-sizing: border-box;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin-top: -1px;
}
@media screen and (min-width: 744px) {
  .book #kdsm_sec1 .book_cnt .book_chap {
    padding: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 744px) {
  .book #kdsm_sec1 .book_cnt .book_all {
    display: grid;
    align-self: stretch;
    padding: 0px 10px 0px;
  }
}
.book #kdsm_sec1 .book_cnt .book_all .book {
  margin: 10px 10px 20px;
  background: #fff;
  border-radius: 0.5em;
  box-shadow: 0px 1px 8px 3px rgba(0, 0, 0, 0.22);
  padding: 12px;
  transition: grid-template-rows 0.3s ease-in, opacity 0.3s ease-in;
}
.book #kdsm_sec1 .book_cnt .book_all .book.hidden {
  grid-template-rows: 0fr;
  max-height: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  transition: grid-template-rows 0.3s ease-out, opacity 0.3s ease-out, padding 0.3s;
}
@media screen and (min-width: 744px) {
  .book #kdsm_sec1 .book_cnt .book_all .book {
    margin: 20px 10px 20px;
    padding: 40px;
    display: grid;
    align-self: stretch;
  }
}
.book #kdsm_sec1 .book_cnt .book_all .book a .main_title { /*書名・著者名*/
  padding: 8px;
}
@media screen and (min-width: 744px) {
  .book #kdsm_sec1 .book_cnt .book_all .book a .main_title {
    padding: 0 0 10px;
  }
}
.book #kdsm_sec1 .book_cnt .book_all .book a h3 {
  font-weight: 700;
  font-size: clamp(1.125rem, 0.419rem + 1.471vw, 1.375rem);
  line-height: 1.3;
}
.book #kdsm_sec1 .book_cnt .book_all .book a h3 span {
  background: linear-gradient(transparent 60%, #ffeb66 60%);
}
.book #kdsm_sec1 .book_cnt .book_all .book a p.title_txt {
  padding: 0.8rem 0 0 0;
  font-size: clamp(0.9375rem, 0.408rem + 1.103vw, 1.125rem);
}
.book #kdsm_sec1 .book_cnt .book_all .book a div.main_book {
  text-align: center;
  margin: 1rem 30px;
}
.book #kdsm_sec1 .book_cnt .book_all .book a div.main_book img {
  border: 1px solid rgba(0, 0, 0, 0.8);
}
.book #kdsm_sec1 .book_cnt .book_all .book a p.main_txt {
  padding: 0 1rem 1rem;
  font-size: clamp(0.9375rem, 0.408rem + 1.103vw, 1.125rem);
  line-height: 1.5;
}
@media screen and (min-width: 744px) {
  .book #kdsm_sec1 .book_cnt .book_all .book a p.main_txt {
    padding: 0;
  }
}
.book #kdsm_sec1 .book_cnt .book_all .book a p.main_txt span {
  position: relative;
  display: inline-block;
  border-top: 2px solid rgba(0, 0, 0, 0.6);
  border-bottom: 2px solid rgba(0, 0, 0, 0.6);
  border-radius: 0 0.8em 0.8em 0.8em;
  padding: 0.8rem 0;
  margin-top: 18px;
}
.book #kdsm_sec1 .book_cnt .book_all .book a p.main_txt span::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 26px;
  height: 2px;
  border-radius: 9999px;
  background-color: rgba(0, 0, 0, 0.6);
  transform: rotate(-45deg);
  transform-origin: 1px 50%;
}
@media screen and (min-width: 744px) {
  .book #kdsm_sec1 .book_cnt .book_all .book a p.main_txt span {
    margin-top: 24px;
    border-radius: 0 0.8em 0.8em 0.8em;
    padding: 1rem 0;
  }
  .book #kdsm_sec1 .book_cnt .book_all .book a p.main_txt span::after {
    width: 30px;
  }
}
.book #kdsm_sec1 a.btn {
  width: 100%;
  min-height: 44px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 0.9375rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  color: #fff;
  background: #ff5e5e;
  padding: 8px 25px 8px 8px;
  border: 2px solid rgba(0, 0, 0, 0.8);
  background-image: url(../img/kdsm_btn_icon_linew.png);
  background-repeat: no-repeat;
  background-position: center right 3%;
  background-size: 0.9em;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.8);
  border-radius: 1em;
  background-image: url(../img/kdgd_btn_icon_linew.png);
  color: #fff;
  background-color: #ff5e5e;
  min-height: 50px;
  font-size: clamp(1rem, 0.647rem + 0.735vw, 1.125rem);
  border-radius: 2em;
  font-weight: 700;
}
@media screen and (min-width: 744px) {
  .book #kdsm_sec1 a.btn {
    padding: 14px 35px 14px 8px;
    background-position: center right 3%;
    max-width: 300px;
    margin: 0 auto;
  }
  .book #kdsm_sec1 a.btn:hover {
    transform: translate(2px, 2px);
    box-shadow: 0px 0px 0px 0px rgba(60, 60, 60, 0);
  }
}

/*===============セクション4＿カドコミキャンペーン============*/
#kdsm_sec4 {
  padding-top: 20px;
}
#kdsm_sec4 .time {
  display: grid;
  position: relative;
  text-align: center;
  padding: 0 18% 0;
  margin: 24px 0;
}
@media screen and (min-width: 744px) {
  #kdsm_sec4 .time {
    padding: 0 26%;
    margin: 34px 0;
  }
}
#kdsm_sec4 .time:first-child {
  margin-top: 0;
}
#kdsm_sec4 .time::before, #kdsm_sec4 .time::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  display: inline-block;
  width: 16%;
  background: radial-gradient(circle farthest-side, #12a0ff, #12a0ff 40%, transparent 60%, transparent);
  background-size: 10px;
  height: 6px;
}
@media screen and (min-width: 744px) {
  #kdsm_sec4 .time::before, #kdsm_sec4 .time::after {
    width: 26%;
  }
}
#kdsm_sec4 .time::before {
  left: 0;
}
#kdsm_sec4 .time::after {
  right: 0;
}
#kdsm_sec4 .time span.time_block {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 8px 8px 14px;
  background-color: #ffeb66;
  border: solid #12a0ff 4px;
  border-radius: 2em;
  font-size: clamp(1.125rem, -0.993rem + 4.412vw, 1.875rem);
  font-weight: bold;
  color: #12a0ff;
  letter-spacing: -0.1rem;
}
@media screen and (min-width: 380px) {
  #kdsm_sec4 .time span.time_block {
    letter-spacing: -0.05rem;
  }
}
@media screen and (min-width: 576px) {
  #kdsm_sec4 .time span.time_block {
    letter-spacing: normal;
  }
}
#kdsm_sec4 .time span.time_block span.left, #kdsm_sec4 .time span.time_block span.right {
  line-height: 1.1;
}
#kdsm_sec4 .time span.time_block span.sml {
  font-size: clamp(0.875rem, -0.89rem + 3.676vw, 1.5rem);
}
#kdsm_sec4 h3 {
  font-size: clamp(1.25rem, -0.515rem + 3.676vw, 1.875rem);
  font-weight: bold;
  padding: 12px 10px;
  border: solid 4px #12a0ff;
  position: relative;
}
@media screen and (min-width: 744px) {
  #kdsm_sec4 h3 {
    text-align: center;
    padding: 24px 20px;
  }
}
#kdsm_sec4 h3::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 24px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background-color: #12a0ff;
  left: calc(50% - 10px);
  top: 100%;
}
#kdsm_sec4 h3 span {
  background: linear-gradient(transparent 60%, #ffeb66 0%);
  display: inline;
  padding: 0 1px 0px;
}
#kdsm_sec4 h3.ls {
  letter-spacing: -0.05em;
}
#kdsm_sec4 .cp1 {
  padding: 10px 10px 0;
}
@media screen and (min-width: 744px) {
  #kdsm_sec4 .cp1 {
    padding: 30px 30px 0;
  }
}
#kdsm_sec4 .cp2 {
  padding: 40px 10px 0;
}
@media screen and (min-width: 744px) {
  #kdsm_sec4 .cp2 {
    padding: 60px 30px 0;
  }
}
#kdsm_sec4 .cp1_img,
#kdsm_sec4 .cp2_img {
  border-radius: 1em 1em 0 0;
}
#kdsm_sec4 .cp_txt {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 0 0 1em 1em;
  padding: 10px 12px;
  font-weight: bold;
  font-size: clamp(0.9375rem, 0.408rem + 1.103vw, 1.125rem);
}
@media screen and (min-width: 744px) {
  #kdsm_sec4 .cp_txt {
    padding: 20px;
  }
}
#kdsm_sec4 ul {
  font-size: clamp(1rem, 0.647rem + 0.735vw, 1.125rem);
  margin-top: 20px;
  font-weight: bold;
  background: #f3f3f3;
  padding: 8px 8px;
  border-radius: 1em;
}
#kdsm_sec4 ul li {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.8);
  padding: 10px 5px;
}
#kdsm_sec4 ul li a.btn {
  margin: 10px 0;
  font-size: clamp(1rem, 0.647rem + 0.735vw, 1.125rem);
}
#kdsm_sec4 ul li:last-child {
  border: none;
}
@media screen and (min-width: 744px) {
  #kdsm_sec4 ul li {
    padding: 10px;
    display: grid;
    grid-template-columns: 130px 1fr auto;
    gap: 6px;
    align-items: center;
  }
  #kdsm_sec4 ul li a.btn {
    width: auto;
    padding: 10px 25px 10px 10px;
  }
}
#kdsm_sec4 ul li span.chap {
  background-color: #ffeb66;
  padding: 5px 8px;
  margin-right: 5px;
  border-radius: 2em;
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 744px) {
  #kdsm_sec4 ul li span.chap {
    padding: 8px 20px;
    margin-right: 20px;
  }
}
#kdsm_sec4 .kdsm_sec4_od {
  font-size: clamp(0.875rem, 0.522rem + 0.735vw, 1rem);
  padding: 10px 10px 0;
}
@media screen and (min-width: 744px) {
  #kdsm_sec4 .kdsm_sec4_od {
    padding: 30px 15px 0;
  }
}
#kdsm_sec4 a.btn {
  width: 100%;
  min-height: 44px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 0.9375rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  color: #fff;
  background: #ff5e5e;
  padding: 8px 25px 8px 8px;
  border: 2px solid rgba(0, 0, 0, 0.8);
  background-image: url(../img/kdsm_btn_icon_linew.png);
  background-repeat: no-repeat;
  background-position: center right 3%;
  background-size: 0.9em;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.8);
  border-radius: 1em;
  width: auto;
  background-image: url(../img/kdsm_btn_icon_linew.png);
  color: #fff;
  background-color: #ff5e5e;
  margin: 20px 10px;
  min-height: 50px;
  font-size: clamp(1.125rem, 0.596rem + 1.103vw, 1.3125rem);
  border-radius: 2em;
}
@media screen and (min-width: 744px) {
  #kdsm_sec4 a.btn {
    padding: 20px 35px 20px 8px;
    background-position: center right 3%;
    width: 680px;
    margin: 30px auto;
  }
  #kdsm_sec4 a.btn:hover {
    transform: translate(2px, 2px);
    box-shadow: 0px 0px 0px 0px rgba(60, 60, 60, 0);
  }
}

/*==================セクション5＿SNS==================*/
#kdsm_sec5 .kdsm_sns1 {
  margin: 10px 0 20px;
  background: #f3f3f3;
  padding-bottom: 30px;
  border-radius: 1em;
  overflow: hidden;
}
@media screen and (min-width: 744px) {
  #kdsm_sec5 .kdsm_sns1 {
    padding-bottom: 40px;
  }
}
#kdsm_sec5 .kdsm_sns2, #kdsm_sec5 .kdsm_sns3 {
  margin: 30px 0 10px;
  background: #f3f3f3;
  padding-bottom: 30px;
  border-radius: 1em;
  overflow: hidden;
}
@media screen and (min-width: 744px) {
  #kdsm_sec5 .kdsm_sns2, #kdsm_sec5 .kdsm_sns3 {
    padding-bottom: 40px;
  }
}
#kdsm_sec5 h3 {
  margin: 0 0 20px;
  padding: 5px 5px 5px 10px;
  font-size: clamp(1.25rem, -0.515rem + 3.676vw, 1.875rem);
  font-weight: 700;
  background: #ffeb66;
  color: #12a0ff;
}
@media screen and (min-width: 744px) {
  #kdsm_sec5 h3 {
    margin: 0 0 40px;
    padding: 5px 5px 5px 20px;
  }
}
#kdsm_sec5 h3 + p {
  padding: 0 10px;
}
#kdsm_sec5 h3 + p a.btn {
  width: 100%;
  min-height: 44px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 0.9375rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  color: #fff;
  background: #ff5e5e;
  padding: 8px 25px 8px 8px;
  border: 2px solid rgba(0, 0, 0, 0.8);
  background-image: url(../img/kdsm_btn_icon_linew.png);
  background-repeat: no-repeat;
  background-position: center right 3%;
  background-size: 0.9em;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.8);
  border-radius: 1em;
  background-image: url(../img/kdsm_btn_icon_linew.png);
  color: #fff;
  background-color: #ff5e5e;
  margin-top: 20px;
  min-height: 50px;
  font-size: clamp(1.125rem, 0.596rem + 1.103vw, 1.3125rem);
  border-radius: 2em;
}
@media screen and (min-width: 992px) {
  #kdsm_sec5 h3 + p a.btn {
    padding: 20px 35px 20px 8px;
    background-position: center right 3%;
    width: 680px;
    margin: 30px auto 0;
  }
  #kdsm_sec5 h3 + p a.btn:hover {
    transform: translate(2px, 2px);
    box-shadow: 0px 0px 0px 0px rgba(60, 60, 60, 0);
  }
}
#kdsm_sec5 .kdsm_sec5_subtxt {
  font-size: 1.0625rem;
  font-weight: 700;
  margin: 0;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-top: 1px dashed #fff;
  border-radius: 0 0 1em 1em;
  border: none;
  border-radius: 1em;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  margin: 20px 10px 0;
}
@media screen and (min-width: 992px) {
  #kdsm_sec5 .kdsm_sec5_subtxt {
    width: 680px;
    margin: 30px auto 0;
  }
}
#kdsm_sec5 .kdsm_sec5_subtxt .sec5_subtxt_cp {
  border: 1px dashed #fff;
  border-radius: 0 0 0.5em 0.5em;
  padding: 10px;
  margin-top: 10px;
}
#kdsm_sec5 .kdsm_sec5_subtxt .sec5_subtxt_cp dt {
  font-size: 1rem;
  background: #fff;
  margin-top: 10px;
  padding: 8px;
  color: rgba(0, 0, 0, 0.8);
}
#kdsm_sec5 .kdsm_sec5_subtxt .sec5_subtxt_cp dd {
  font-size: 0.9375rem;
  font-weight: normal;
  padding: 8px 8px 0;
}
#kdsm_sec5 .kdsm_sec5_subtxt .sec5_subtxt_cp dd.col-or {
  color: #ff5e5e;
}
#kdsm_sec5 .kdsm_sec5_subtxt .sec5_subtxt_cp dd.fw {
  font-weight: 900;
}

/*=============== フッター・バナー領域 ==================*/
footer {
  margin-top: -1px;
}

.kdsm_footer_official {
  background: #fff;
  padding: 15px 10px 18px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.875rem;
  line-height: 1.2;
}

.kdsm_footer_official a {
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.8);
}

/*******上へ戻るボタン*******/
#pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  transition: opacity 0.5s, visibility 0s ease 0.5s;
  opacity: 0;
  visibility: hidden;
}

#pagetop.on {
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
}

#pagetop a {
  display: block;
  padding: 8px;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  background: rgba(255, 94, 94, 0.9);
  color: #fff;
  border: 1px solid #000;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-size: 1.1875rem;
  line-height: 30px;
  transition: 0.6s;
  position: relative;
  margin: 0 5px 5px 0;
}

#pagetop a::before {
  position: absolute;
  top: 8px;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 16px;
  width: 15px;
  height: 15px;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}

#pagetop a:hover {
  text-decoration: none;
  background: rgba(255, 94, 94, 0.7);
}

@media screen and (min-width: 1040px) {
  /*=============== フッター・バナー領域 ==================*/
  .kdsm_footer_official {
    padding: 30px;
  }
  .kdsm_footer_official_left {
    width: 1040px;
    margin: 15px auto;
  }
  .kdsm_footer_official_left p.txtr {
    text-align: right;
  }
  .kdsm_footer_official a:hover {
    text-decoration: none;
  }
  /*******リンク画像アルファ******/
  .a-bnr img {
    transition: 0.6s;
  }
  a.a-bnr:hover img {
    filter: alpha(opacity=60);
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  /*******上へ戻るボタン******/
  #pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}/*# sourceMappingURL=common.css.map */