@charset "UTF-8";

html {
scroll-behavior: smooth;
}
body {
font-family: "IBM Plex Sans JP", sans-serif;
font-weight: 400;
}

.afacad {
font-family: "Afacad Flux", sans-serif;
}
.img_responsive {
width: 100%;
height: auto;
}

/* 768px以下 スマホ向け
--------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
.sp_only {
display: block!important;
}
.pc_only {
display: none!important;
}

  .nav {
    position: fixed;
    right: -320px; /* 右から出てくる */
    top: 0;
    width: 300px; /* スマホに収まるサイズ */
    height: 100vh;
    padding-top: 60px;
    background-color: #efefef;
    transition: all .6s;
    z-index: 1000;
    overflow-y: auto; /* メニューが多くなったらスクロール */
  }
.hamburger {
    position: fixed;
    right: 15px;
    top: 3px;
    width: 40px; /* クリックしやすい幅 */
    height: 40px; /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 1000;
  }
.hamburger_border {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    background-color: #333;
    transition: all .6s;
  }
  .hamburger_border_top {
    top: 14px;
  }
  .hamburger_border_center {
    top: 20px;
  }
  .hamburger_border_bottom {
    top: 26px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }

  /* 表示された時用のCSS */
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }

nav {
padding-left: 20px;
}
ul.pc_nav {
}
ul.pc_nav li {
line-height: 2.2;
font-size: 12px;
letter-spacing: 0;
}
ul.pc_nav li a {
text-decoration: none;
color: #000;
transition: .3s;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.9),0 0 5px rgba(0, 0, 0, 0.9),
               0 0 5px rgba(0, 0 0, 0.6);
z-index: 2;
}
ul.pc_nav li span {
font-family: "Afacad Flux", sans-serif;
font-weight: 600;
font-size: 20px;
letter-spacing: 0.02em;
padding-right: 10px;
}





header {
position: fixed;
padding:12px 0 12px 20px;
background-color: #f0f0f0;
width: 100%;
z-index: 100;
}
footer {
width: 100%;
padding:12px 0 12px 20px;
background-color: #f0f0f0;
position: fixed;
bottom: 0;
left: 0;
z-index: 100;
min-height: 40px;
}
footer div {
text-align: center;
font-size: 12px;
}
footer div a {
text-decoration: none;
color: #000;
}
footer div a:hover span {
background-color: #f7bc00;
color: #000;
}
footer div span {
padding: 3px;
color: #fff;
background-color: #000;
margin-right: 3px;
transition: .3s;
}
.cpr {
font-size: 10px;
text-align: center;
padding-top: 14px;
}
h1 a {
transition: .3s;
}
h1 a:hover {
opacity: 0.7;
}
h1 img {
height: 26px;
width: auto
}
h2 {
font-size: 26px;
font-family: "Afacad Flux", sans-serif;
font-weight: 600;
}
.anc_link {
scroll-margin-top:100px;
}
.anc_link_s {
scroll-margin-top:50px;
}
.ttl_block {
margin: 50px auto 20px;
width: 100%;
display: flex;
justify-content: center;
align-items: flex-end;
}
.ttl_icon {
width: 50px;
margin-right: 10px;
}

#sm_contents {
width: 100%;
padding-top:50px;
padding-bottom: 40px;
background-color: #fff;
}
#mainv {
width: 100%;
margin: 0 auto;
}
#concept {
}
#concept p {
padding: 20px 10px;
font-size: 15px;
line-height: 1.8;
text-align: center;
}
.sanka {
background-image: url("../2026_0810hat_no_hi_img/bg_810.png");
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
width: 100%;
margin: 50px auto 0;
}
.sanka ul {
margin-left: 30px;
}
.sanka ul li {
font-size: 14px;
line-height: 1.8;
}
.circle_bg {
font-size: 15px;
font-weight: 600;
position: absolute;
right: 45px;
top: -30px;
width: 84px;
  height: 84px;
  background-image: url("../2026_0810hat_no_hi_img/icon_record.png");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
}

.video_container {
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}

.video_container iframe {
  width: 100%;
  height: 100%;
}
.mv_thumb {
width: 100%;
margin: 0 auto;
}
.lyric_box {
background: linear-gradient(to right,  #000000 0%,#555555 100%);
color: #fff;
padding: 20px 30px;
height: 400px;
overflow-y: scroll;
box-sizing: border-box;
}
.lyric_box p {
font-size: 14px;
line-height: 1.8;
padding-bottom: 20px;
}
.lyric_box p.title {
font-size: 18px;
text-indent: -0.5em;
}
.custom_scrollbar {
  scrollbar-color: #ffffff #000; /* つまみの色 / 背景（トラック）の色 */
  scrollbar-width: auto;
}
/* スクロールバー全体の横幅・高さ */
.custom_scrollbar::-webkit-scrollbar {
  width: 10px;  /* 縦スクロールバーの横幅 */
  height: 10px; /* 横スクロールバーの高さ */
}
/* スクロールバーの背景（トラック） */
.custom_scrollbar::-webkit-scrollbar-track {
  background: #ffffff;
}
/* 動くつまみ部分（ハンドル） */
.custom_scrollbar::-webkit-scrollbar-thumb {
  background: #ffffff;
}





h4  {
font-size: 17px;
text-align: center;
font-weight: 500;
color: #333;
}
.img_pre {
width: 92%;
margin: 20px auto 0;
position: relative;
}
.img_pre span {
position: absolute;
bottom: 5px;
left: 5px;
color: #fff;
font-size: 11px;
}
.oubo_ttl {
width: 92%;
margin: 0 auto;
background-color: #333;
color: #fff;
font-size: 16px;
text-align: center;
padding: 10px 0;
font-weight: 600;
}
.pre_txt {
color: #000;
font-size: 15px;
padding: 10px 15px 20px;
line-height: 1.6;
}
.bairitsu {
font-size: 15px;
color: #851d25;
text-align: center;
line-height: 1.6;
font-weight: 600;
}
.ttl_account {
font-size: 15px;
padding: 20px 0 0;
text-align: center;
font-weight: 600;
}
ul.icon_list {
width: 92%;
margin: 20px auto;
display: flex;
justify-content: center;
gap:30px;
}
ul.icon_list li {
width: 80px;
object-fit: contain;
background-color: #ffffff;
border-radius: 50%;
box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
transition: .3s;
}
ul.icon_list li:hover {
box-shadow: 0 0 10px 5px rgba(247, 188, 0, 0.5);
}


/* アコーディオン全体のコンテナ */
.accordion {
  width: 92%;
  margin: 0 auto;
  border: 1px solid #333;
  box-sizing: border-box;
  overflow: hidden;
}

/* ヘッダー部分 */
.accordion_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 24px;
  background-color: #333;
  color: #ffffff;
  cursor: pointer;
  list-style: none;
}

.accordion_header::-webkit-details-marker {
  display: none;
}

.header_title {
  flex-grow: 1;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding-left: 24px;
}

/* 右端の「＋」「ー」アイコン */
.accordion_header::after {
  content: "＋";
  font-weight: bold;
  font-size: 1.2rem;
  width: 24px;
  text-align: right;
}

/* 開いているときの「ー」切り替え */
.accordion[open] .accordion_header::after {
  content: "ー";
}

.accordion_content {
  overflow: hidden;
  height: 0; 
  opacity: 0;
  padding: 0 24px;
  background-color: #f9f9f9;
  box-sizing: border-box;
  transition: height 0.3s ease-out, opacity 0.3s ease-out, padding 0.3s ease-out;
}
.accordion_content.is-open {
  opacity: 1;
  padding: 24px;
}
.accordion_footer {
  text-align: center;
  margin-top: 24px;
}
.close_btn {
  background: none;
  border: none;
  color: #666666;
  font-size: 13px;
  cursor: pointer;
  padding: 8px 16px;
  transition: color 0.2s;
}

.close_btn:hover {
  color:#531011;
}

.cmp_box {
box-sizing: border-box;
padding: 15px;
margin: 0 auto;
border: 1px solid #e4e4e4;
background: linear-gradient(to bottom,  #ffffff 0%,#e4e4e4 100%);

}
.cmp_box h5 {
font-size: 14px;
text-align: center;
line-height: 1.6;
font-weight: 500;
}
.cmp_box_bnr {
margin: 10px auto;
}
.cmp_box_bnr a {
transition: .3s;
}
.cmp_box_bnr a:hover {
opacity: 0.7;
}
.cmp_box_txt {
font-size: 14px;
line-height: 1.6;
}

.und_link {
width: 92%;
margin: 30px auto 0;
padding-bottom: 50px;
}
ul.kyosan {
width: 100%;
display: flex;
justify-content: center;
flex-wrap: wrap;
gap:10px;
}
ul.kyosan li img {
height: 80px;
width: auto;
}
ul.kyosan li a {
transition: .3s;
}
ul.kyosan li a:hover {
opacity: 0.7;
}

.kiyaku_box {
padding: 5px;
}

/*--kiyaku--*/
.kiyaku_box h5 {
font-size: 15px;
line-height: 1.6;
font-weight: 700;
text-indent: -0.5em;
}
.kiyaku_honbun {
font-size: 14px;
line-height: 1.6;
padding-bottom: 10px;
}
ul.kiyaku_list {
font-size: 14px;
line-height: 1.8;
list-style-position: inside;
margin-bottom: 10px;
}
ul.kiyaku_list li {
text-indent: -1em;
padding-left: 1em;
}
ul.kiyaku_list li:before {
content: "●";
font-size: 10px;
margin-right: 5px;
}
.kiyaku_box a {
color: #24469F;
font-weight: 600;
text-decoration: none;
transition: .3s;
}
.kiyaku_box a:hover {
opacity: 0.7;
}



}


/* 769px以上 PC向け
--------------------------------------------------------------------------------- */
@media print, screen and (min-width: 769px) {
.sp_only {
display: none!important;
}
.pc_only {
display: block!important;
}

header {
position: fixed;
padding:12px 0 12px 20px;
background-color: #f0f0f0;
width: 100%;
z-index: 1000;
}
footer {
width: 100%;
padding:12px 0 12px 20px;
background-color: #f0f0f0;
position: fixed;
bottom: 0;
left: 0;
z-index: 1000;
min-height: 40px;
}
footer div {
text-align: center;
font-size: 12px;
}
footer div a {
text-decoration: none;
color: #000;
}
footer div a:hover span {
background-color: #f7bc00;
color: #000;
}
footer div span {
padding: 3px;
color: #fff;
background-color: #000;
margin-right: 3px;
transition: .3s;
}
.cpr {
font-size: 10px;
text-align: center;
padding-top: 14px;
}
h1 a {
transition: .3s;
}
h1 a:hover {
opacity: 0.7;
}
h1 img {
height: 26px;
width: auto
}
h2 {
font-size: 26px;
font-family: "Afacad Flux", sans-serif;
font-weight: 600;
}
.anc_link {
scroll-margin-top:100px;
}
.anc_link_s {
scroll-margin-top:50px;
}
.ttl_block {
margin: 50px auto 20px;
width: 100%;
display: flex;
justify-content: center;
align-items: flex-end;
}
.ttl_icon {
width: 50px;
margin-right: 10px;
}

#sm_contents {
width: 580px;
padding-top:50px;
padding-bottom: 40px;
margin:0 auto;
background-color: #fff;
}
nav {
position: fixed;
top: 100px;
left: 60px;
}
ul.pc_nav {
}
ul.pc_nav li {
line-height: 1.2;
font-size: 12px;
letter-spacing: 0;
margin-bottom: 2em;
}
ul.pc_nav li a {
text-decoration: none;
color: #000;
transition: .3s;
}
ul.pc_nav li span {
font-family: "Afacad Flux", sans-serif;
font-weight: 600;
font-size: 26px;
letter-spacing: 0.02em;
padding-right: 10px;
}
ul.pc_nav li a:hover {
color: #f7bc00;
}
#mainv {
width: 100%;
margin: 0 auto;
}
#concept {
}
#concept p {
padding: 20px 10px;
font-size: 15px;
line-height: 1.8;
text-align: center;
}
.sanka {
background-image: url("../2026_0810hat_no_hi_img/bg_810.png");
background-position: top center;
background-repeat: no-repeat;
background-size: contain;
position: relative;
width: 100%;
margin: 50px auto 0;
}
.sanka ul {
margin-left: 70px;
}
.sanka ul li {
font-size: 14px;
line-height: 1.8;
}
.circle_bg {
font-size: 15px;
font-weight: 600;
position: absolute;
right: 45px;
top: -30px;
width: 84px;
  height: 84px;
  background-image: url("../2026_0810hat_no_hi_img/icon_record.png");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
}

.video_container {
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}

.video_container iframe {
  width: 100%;
  height: 100%;
}
.mv_thumb {
width: 100%;
margin: 0 auto;
}
.lyric_box {
background: linear-gradient(to right,  #000000 0%,#555555 100%);
color: #fff;
padding: 20px 30px;
height: 400px;
overflow-y: scroll;
box-sizing: border-box;
}
.lyric_box p {
font-size: 14px;
line-height: 1.8;
padding-bottom: 20px;
}
.lyric_box p.title {
font-size: 18px;
text-indent: -0.5em;
}
.custom_scrollbar {
  scrollbar-color: #ffffff #000; /* つまみの色 / 背景（トラック）の色 */
  scrollbar-width: auto;
}
/* スクロールバー全体の横幅・高さ */
.custom_scrollbar::-webkit-scrollbar {
  width: 10px;  /* 縦スクロールバーの横幅 */
  height: 10px; /* 横スクロールバーの高さ */
}
/* スクロールバーの背景（トラック） */
.custom_scrollbar::-webkit-scrollbar-track {
  background: #ffffff;
}
/* 動くつまみ部分（ハンドル） */
.custom_scrollbar::-webkit-scrollbar-thumb {
  background: #ffffff;
}





h4  {
font-size: 17px;
text-align: center;
font-weight: 500;
color: #333;
}
.img_pre {
width: 92%;
margin: 20px auto 0;
position: relative;
}
.img_pre span {
position: absolute;
bottom: 5px;
left: 5px;
color: #fff;
font-size: 11px;
}
.oubo_ttl {
width: 92%;
margin: 0 auto;
background-color: #333;
color: #fff;
font-size: 16px;
text-align: center;
padding: 10px 0;
font-weight: 600;
}
.pre_txt {
color: #000;
width: 92%;
margin: 0 auto;
font-size: 16px;
padding: 10px 0 20px;
line-height: 1.6;
text-align: center;
}
.bairitsu {
font-size: 17px;
color: #851d25;
text-align: center;
line-height: 1.6;
font-weight: 600;
}
.ttl_account {
font-size: 15px;
padding: 20px 0 0;
text-align: center;
font-weight: 600;
}
ul.icon_list {
width: 92%;
margin: 20px auto;
display: flex;
justify-content: center;
gap:30px;
}
ul.icon_list li {
width: 80px;
object-fit: contain;
background-color: #ffffff;
border-radius: 50%;
box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
transition: .3s;
}
ul.icon_list li:hover {
box-shadow: 0 0 10px 5px rgba(247, 188, 0, 0.5);
}


/* アコーディオン全体のコンテナ */
.accordion {
  width: 92%;
  margin: 0 auto;
  border: 1px solid #333;
  box-sizing: border-box;
  overflow: hidden;
}

/* ヘッダー部分 */
.accordion_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 24px;
  background-color: #333;
  color: #ffffff;
  cursor: pointer;
  list-style: none;
}

.accordion_header::-webkit-details-marker {
  display: none;
}

.header_title {
  flex-grow: 1;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding-left: 24px;
}

/* 右端の「＋」「ー」アイコン */
.accordion_header::after {
  content: "＋";
  font-weight: bold;
  font-size: 1.2rem;
  width: 24px;
  text-align: right;
}

/* 開いているときの「ー」切り替え */
.accordion[open] .accordion_header::after {
  content: "ー";
}

.accordion_content {
  overflow: hidden;
  height: 0; 
  opacity: 0;
  padding: 0 24px;
  background-color: #f9f9f9;
  box-sizing: border-box;
  transition: height 0.3s ease-out, opacity 0.3s ease-out, padding 0.3s ease-out;
}
.accordion_content.is-open {
  opacity: 1;
  padding: 24px;
}
.accordion_footer {
  text-align: center;
  margin-top: 24px;
}
.close_btn {
  background: none;
  border: none;
  color: #666666;
  font-size: 13px;
  cursor: pointer;
  padding: 8px 16px;
  transition: color 0.2s;
}

.close_btn:hover {
  color:#531011;
}

.cmp_box {
box-sizing: border-box;
padding: 15px;
margin: 0 auto;
border: 1px solid #e4e4e4;
background: linear-gradient(to bottom,  #ffffff 0%,#e4e4e4 100%);

}
.cmp_box h5 {
font-size: 14px;
text-align: center;
line-height: 1.6;
font-weight: 500;
}
.cmp_box_bnr {
margin: 10px auto;
}
.cmp_box_bnr a {
transition: .3s;
}
.cmp_box_bnr a:hover {
opacity: 0.7;
}
.cmp_box_txt {
font-size: 14px;
line-height: 1.6;
}

.und_link {
width: 92%;
margin: 50px auto 0;
padding-bottom: 50px;
border-top:3px dotted #ccc;
}
ul.kyosan {
width: 100%;
display: flex;
justify-content: center;
flex-wrap: wrap;
gap:20px;
padding-top: 30px;
}
ul.kyosan li img {
height: 66px;
width: auto;
}
ul.kyosan li a {
transition: .3s;
}
ul.kyosan li a:hover {
opacity: 0.7;
}

.kiyaku_box {
padding: 5px;
}

/*--kiyaku--*/
.kiyaku_box h5 {
font-size: 15px;
line-height: 1.6;
font-weight: 700;
text-indent: -0.5em;
}
.kiyaku_honbun {
font-size: 14px;
line-height: 1.6;
padding-bottom: 10px;
}
ul.kiyaku_list {
font-size: 14px;
line-height: 1.8;
list-style-position: inside;
margin-bottom: 10px;
}
ul.kiyaku_list li {
text-indent: -1em;
padding-left: 1em;
}
ul.kiyaku_list li:before {
content: "●";
font-size: 10px;
margin-right: 5px;
}
.kiyaku_box a {
color: #24469F;
font-weight: 600;
text-decoration: none;
transition: .3s;
}
.kiyaku_box a:hover {
opacity: 0.7;
}




}



.countdown_container {
margin: 30px auto;
box-sizing: border-box;
  text-align: center;
font-family: "Afacad Flux", sans-serif;
font-weight: 600;
  background: #f4f7f6;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  max-width: 500px;
  margin: 20px auto;
}

.countdown_container h3 {
  color: #333;
  margin-bottom: 20px;
  font-size: 1.2rem;
}
.countdown_container h3 span {
font-family: "IBM Plex Sans JP", sans-serif!important;
font-size: 1.7rem;
font-weight: 600;
}

.timer {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.time_block {
  background: #ffffff;
  padding: 15px;
  border-radius: 8px;
  min-width: 40px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.time_block span {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  color: #000;
}

.time_block p {
  margin: 5px 0 0;
  font-size: 1rem;
  color: #777;
}
/* 当日切り替わった後のメッセージ用スタイル */
.ended_message h3 {
  font-size: 1.4rem;
  color: #000; /* 文字を赤くして目立たせる */
  margin-bottom: 10px;
  animation: pulse 1.5s infinite; /* 軽めの点滅アニメーション */
}

.ended_message p {
  color: #333;
  font-size: 0.9rem;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.02); }
  100% { transform: scale(1); }
}


/*-----------------------------------------------------
slider
-------------------------------------------------------*/
#campaign_slide,#photoslide,#tshirtslide {
width: calc(100% - 80px);
margin: 0 auto 30px;
}
#tshirtslide {
width: calc(100% - 80px);
margin: 20px auto 0;
}

#campaign_slide div,#photoslide div,#tshirtslide div {
	margin: 0 auto 10px;
}
#campaign_slide div img,#photoslide div img,#tshirtslide div img {
width: 100%;
height: auto;
background-color: #fff;
}

.slick-arrow:before{
	content:""!important;
}
.slick-arrow:before{
    content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
}

.slick-next:before{
    background: url("../2026_0810hat_no_hi_img/arrow_r.png")!important;
    background-size: contain!important;
}

.slick-prev:before{
    background: url("../2026_0810hat_no_hi_img/arrow_l.png")!important;
    background-size: contain!important;
}
.slick-arrow{
    z-index:2!important;
    width:30px!important;
    height:30px!important;
    top: calc(40% - 15px);
}
#campaign_slide .slick-arrow{
    top: 260px!important;
}

.slick-next{
    right:-40px!important;
	transition: .3s;
}

.slick-prev{
    left:-40px!important;
	transition: .3s;
}
.slick-next a:hover,.slick-prev a:hover {
opacity: 0.7;
}
.slide-dots {
  margin: -20px 0 0 0;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap:10px;
}
.slide-dots li {
width: 20px;
}
.slide-dots li button {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  width: 20px;  /* ::before のサイズに合わせる */
  height: 20px;
  position: relative; /* ::before の基準にする */
  cursor: pointer;
}
.slide-dots li button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  cursor: pointer;
  background-color: #ccc; /* 非アクティブ時の○の色 */
  border-radius: 50%;
}

.slide-dots li.slick-active button::before {
  background-color: #f7bc00; /* アクティブ時の○の色 */
}


#tshirtslide_nav {
width: calc(100% - 80px);
  margin:10px auto 0;
}

/* 各サムネイル要素のカーソル指定と枠調整 */
#tshirtslide_nav .slick-slide {
  padding: 0 5px; /* サムネイル同士の横間隔 */
  cursor: pointer;
  opacity: 0.5; /* 選択されていない時の透明度 */
  transition: opacity 0.3s ease;
}

/* ホバー時および選択中のサムネイル強調 */
#tshirtslide_nav .slick-slide:hover,
#tshirtslide_nav .slick-slide.slick-current {
  opacity: 1; /* くっきり表示 */
}








.cmp_btn {
margin: 20px auto 0;
padding-top: 20px;
}
.cmp_btn a {
display: block;
padding: 10px;
color: #fff;
background-color: #000;
text-align: center;
text-decoration: none;
transition: .3s;
font-size: 14px;
}
.cmp_btn a:hover {
color: #000;
background-color: #f7bc00;
}
.dwl_ttl {
font-size: 22px;
text-align: center;
font-weight: 600;
padding: 20px 0;
}
.download_button {
  display: block;
  margin: 10px auto 0;
  width: 70%;
  padding: 10px;
  background-color:#000;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
  box-sizing: border-box;
  transition: background-color 0.2s ease;
}
.download_button:hover {
  background-color: #666;
}
.download_button {
    padding: 8px 4px;
    font-size: 14px;
  }
.cl_anno {
margin: 10px auto 30px;
font-size: 11px;
text-align: center;
}