@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

img,
picture {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

sup {
  font-size: 70%;
  vertical-align: super;
  color: #000;
}

.sns_box img {
  display: inline-block;
}

.pc_none {
  display: none;
}
@media (max-width: 750px) {
  .pc_none {
    display: block;
  }
}

.link {
  text-decoration: underline;
  color: #000 !important;
}
.link:hover {
  text-decoration: none;
}
@media (max-width: 750px) {
  .link {
    font-size: 14px;
  }
}

.link_color {
  color: #0b308d !important;
  text-decoration: underline;
}
.link_color:hover {
  text-decoration: none;
}
@media (max-width: 750px) {
  .link_color {
    font-size: 14px;
  }
}

a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

.content {
  margin-top: 60px;
}
@media (max-width: 750px) {
  .content {
    margin-top: 30px;
    margin-left: 0;
  }
}

.content_inner {
  width: 720px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: left;
}
@media (max-width: 750px) {
  .content_inner {
    width: inherit;
    padding: 0 5%;
  }
  .content_inner .sp_txt_left {
    text-align: left !important;
  }
}
.content_inner .hushtug {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: auto;
  text-align: left;
  margin: 70px 0 20px 0;
}
@media (max-width: 750px) {
  .content_inner .hushtug {
    margin: 40px 0 20px 0;
  }
}
.content_inner .hushtug ul {
  padding: 0;
  margin: 0;
}
.content_inner .hushtug ul li {
  display: inline-block;
  list-style: none;
}
.content_inner .hushtug ul li a {
  color: #ffffff;
  padding: 5px 20px;
  margin: 0 5px 10px 0;
  border-radius: 25px;
  display: block;
}
.content_inner .column01 {
  margin: 60px 0 30px 0;
}
@media (max-width: 750px) {
  .content_inner .column01 {
    margin: 40px 0 30px 0;
  }
}
.content_inner .column01 .ttl {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .content_inner .column01 .ttl {
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 1em;
  }
}
.content_inner .column01 .ttl::before {
  content: "▶";
  font-size: 16px;
  top: 5px;
  left: 0;
  position: absolute;
}
@media (max-width: 750px) {
  .content_inner .column01 .ttl::before {
    font-size: 14px;
    top: 3px;
  }
}
.content_inner .column01 .txt {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 750px) {
  .content_inner .column01 .txt {
    font-size: 14px;
    line-height: 1.5;
  }
}
.content_inner .column01 .txt.small {
  font-size: 13px;
}
@media (max-width: 750px) {
  .content_inner .column01 .txt.small {
    font-size: 11px;
  }
}
.content_inner .column01 .img {
  text-align: center;
  width: auto;
  padding: 50px 0 10px 0;
}
@media (max-width: 750px) {
  .content_inner .column01 .img {
    padding: 40px 0 10px 0;
  }
}
.content_inner .column01 .comment {
  margin-top: 15px;
}
.content_inner .column01 .comment + .comment {
  margin-top: 0;
}
.content_inner .comment {
  font-size: 14px;
  padding-left: 14px;
  text-indent: -14px;
}
@media (max-width: 750px) {
  .content_inner .comment {
    font-size: 11px;
    padding-left: 11px;
    text-indent: -11px;
  }
}
.content_inner .txt_center {
  text-align: center;
}

.tab-area {
  width: 100%;
  margin: 0 auto;
}
.tab-area .box {
  margin: 30px 0 60px 0;
}
@media (max-width: 750px) {
  .tab-area .box {
    margin: 30px 0 40px 0;
  }
}
.tab-area .item {
  margin: 0 auto 50px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .tab-area .item {
    width: 100%;
    display: block;
    margin-bottom: 40px;
  }
}
.tab-area .item .il {
  width: 46%;
}
@media (max-width: 750px) {
  .tab-area .item .il {
    width: 30%;
    float: left;
    margin: 0 auto;
  }
}
.tab-area .item .ir {
  width: 48%;
}
@media (max-width: 750px) {
  .tab-area .item .ir {
    width: 100%;
    margin: 0;
  }
  .tab-area .item .ir br.sp_none {
    display: none;
  }
}
@media (max-width: 750px) {
  .tab-area .item .itemimg {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 750px) {
  .tab-area .item .itemimg img {
    width: auto;
    height: 100px;
  }
}
.tab-area .item .itemttl {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media (max-width: 750px) {
  .tab-area .item .itemttl {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0;
    width: 65%;
    float: right;
    margin-top: 0;
  }
}
.tab-area .item .itemtxt {
  font-size: 21px;
  line-height: 32px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .tab-area .item .itemtxt {
    margin-top: 10px;
    width: 65%;
    float: right;
    margin-bottom: 30px;
    font-size: 16px;
  }
}
.tab-area .item .itembtn {
  background-color: #008ad3;
  font-size: 21px;
  padding: 10px 0;
  width: 180px;
  text-align: center;
  border-radius: 7px;
  margin-top: 20px;
}
@media (max-width: 750px) {
  .tab-area .item .itembtn {
    clear: both;
    width: 65%;
    margin: 0 auto;
    font-size: 16px;
  }
}
.tab-area .item .itembtn a {
  color: #ffffff;
}
.tab-area .txt {
  font-size: 17px;
  line-height: 28px;
}
@media (max-width: 750px) {
  .tab-area .txt {
    font-size: 14px;
    line-height: 1.5;
  }
}
.tab-area .txt .lk {
  color: #0b308d;
}
.tab-area .txt .lk a {
  color: #0b308d;
  text-decoration: underline;
}
.tab-area .txt .lk:hover {
  opacity: 0.7;
}
.tab-area .comment {
  font-size: 14px;
}
@media (max-width: 750px) {
  .tab-area .comment {
    font-size: 12px;
  }
}
.tab-area .ttl {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  padding: 20px 15px;
  color: #000;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .tab-area .ttl {
    font-size: 16px;
    line-height: 1.2;
  }
}
.tab-area .img {
  text-align: center;
  margin: 30px auto 0;
}
.tab-area .img-mb {
  text-align: center;
  width: 90%;
  margin: 0 auto 50px 0;
}
@media (max-width: 750px) {
  .tab-area .img-mb {
    width: 100%;
    margin: 15px auto 50px 0;
  }
}
.tab-area .youtube {
  width: 100%;
  aspect-ratio: 16/9;
  margin-top: 20px;
}
.tab-area .youtube iframe {
  width: 100%;
  height: 100%;
}
.tab-area .fnav {
  margin: 20px auto 50px auto;
  display: inline-block;
  width: 100%;
}
.tab-area .fnav ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.tab-area .fnav ul li {
  list-style: none;
  background: #ffffff;
  border-radius: 12px;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  margin: 0 10px;
}
.tab-area .fnav ul li a {
  padding: 5px 30px;
  margin: 0 10px;
  display: table-cell;
  vertical-align: middle;
  height: 70px;
}
.tab-area .subttl {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  .tab-area .subttl {
    font-size: 16px;
    line-height: 1.5;
  }
}
.tab-area .subttl::before {
  content: "●";
  font-size: 20px;
  margin-right: 3px;
}

.tab-btn {
  display: none;
}

.tab-content-wrap {
  width: 100%;
  padding-top: 60px;
}
@media (max-width: 750px) {
  .tab-content-wrap {
    width: auto;
    padding-top: 0;
  }
}
.tab-content-wrap .svg_graph img {
  width: 83%;
}
@media (max-width: 750px) {
  .tab-content-wrap .svg_graph img {
    width: 100%;
  }
}
.tab-content-wrap .attention {
  border: 2px solid #ff8200;
  display: table;
  width: 100%;
  margin-bottom: 50px;
  margin-top: 30px;
}
.tab-content-wrap .attention dt {
  display: table-cell;
  background-color: #ff8200;
  color: #ffffff;
  width: 14%;
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .tab-content-wrap .attention dt {
    font-size: 15px;
    width: 20%;
  }
}
.tab-content-wrap .attention dd {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.tab-content-wrap .attention dd .comment {
  display: block;
  font-size: 14px;
  padding-left: 14px;
  text-indent: -14px;
  line-height: inherit;
}
@media (max-width: 750px) {
  .tab-content-wrap .attention dd .comment {
    font-size: 11px;
    padding-left: 11px;
    text-indent: -11px;
    display: block;
    line-height: inherit;
  }
}

.tab-content {
  width: 720px;
  margin: 0 auto;
  text-align: left;
  display: none;
}
@media (max-width: 750px) {
  .tab-content {
    width: inherit;
  }
}
.tab-content > *:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.tab-list-wrap,
.tab-list-wrap-f {
  width: 720px;
  margin: 70px auto 0 auto;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
@media (max-width: 750px) {
  .tab-list-wrap,
  .tab-list-wrap-f {
    width: 86%;
  }
}
.tab-list-wrap li,
.tab-list-wrap-f li {
  text-align: center;
  border-radius: 12px 12px 0 0;
  background: #ffffff;
  display: table;
}

.tab-list-wrap li {
  width: 200px;
}
@media (max-width: 750px) {
  .tab-list-wrap li {
    width: 33%;
  }
}

.tab-list-wrap-f li {
  width: 150px;
  border-radius: 12px;
  margin: 0 10px;
}

.tab-list,
.tab-list-f {
  cursor: pointer;
  box-sizing: border-box;
  padding: 8px 0;
  height: 70px;
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
}
@media (max-width: 750px) {
  .tab-list,
  .tab-list-f {
    font-size: 16px;
  }
}

#tab-btn1:checked ~ .tab-content-wrap #tab-content1,
#tab-btn2:checked ~ .tab-content-wrap #tab-content2,
#tab-btn3:checked ~ .tab-content-wrap #tab-content3 {
  display: block;
}

@media (max-width: 750px) {
  #tab-content1,
  #tab-content2 {
    padding: 40px 5% 0;
  }
  #tab-content3 {
    padding: 40px 20px 0 20px;
  }
}
.txt a#tab-list3 {
  color: #0b308d;
  text-decoration: underline;
}
.txt a#tab-list3:hover {
  text-decoration: none;
}

.txt label.tab-list-f {
  font-size: inherit;
  font-weight: inherit;
  height: inherit;
  padding: 0;
  display: contents;
}

.howtoMake_wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .howtoMake_wrap {
    display: block;
  }
}

@media (max-width: 750px) {
  .howtoMake_left {
    margin-bottom: 15px;
  }
}
.yoseue_example__wrap .yoseue_example__ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.yoseue_example__wrap .yoseue_example__ul li {
  width: 305px;
  list-style: none;
}
@media (max-width: 750px) {
  .yoseue_example__wrap .yoseue_example__ul li {
    width: 100%;
  }
}
.yoseue_example__wrap .yoseue_example__bottom .yoseue_example__ul {
  align-items: flex-start;
}
@media (max-width: 750px) {
  .yoseue_example__wrap .yoseue_example__bottom .yoseue_example__ul li:first-child {
    margin-bottom: 40px;
  }
}
.yoseue_example__wrap .yoseue_example__label {
  background-color: #842780;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  border-radius: 12px;
  margin: 10px auto 20px;
  padding: 5px 0;
}
@media (max-width: 750px) {
  .yoseue_example__wrap .yoseue_example__label {
    width: 80%;
    font-size: 18px;
  }
}
.yoseue_example__wrap .yoseue_example__top {
  margin-bottom: 45px;
}

.rosalia .tab-area .item .itemimg img {
  height: 264px;
  width: auto;
}
@media (max-width: 750px) {
  .rosalia .tab-area .item .itemimg img {
    width: auto;
    height: 100px;
  }
}

.funhouse .img-wrap {
  width: 480px;
  margin: 50px auto 0;
}
@media (max-width: 750px) {
  .funhouse .img-wrap {
    width: 100%;
    margin-top: 30px;
  }
}
.funhouse .img-wrap .img-top-txt {
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .funhouse .img-wrap .img-top-txt {
    font-size: 14px;
  }
}

.youtube_wrap {
  max-width: 600px;
  aspect-ratio: 16/9;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 15px;
  width: 100%;
}
.youtube_wrap iframe {
  width: 100%;
  height: 100%;
}

.pc-ml-60 {
  margin-left: 60px;
}
@media (max-width: 750px) {
  .pc-ml-60 {
    margin-left: 0;
  }
}

.rosalia .content_inner .column01 .ttl {
  color: #ff3ca0;
}
.rosalia .content_inner .column01 .ttl::before {
  color: #ff3ca0;
}
.rosalia .content_inner .hushtug ul li a {
  background-color: #ff3ca0;
}
.rosalia .tab-area .ttl {
  background-color: #ffd8ec;
  border-left: 9px solid #ff3ca0;
}
.rosalia .tab-area .item .itemttl {
  color: #ff3ca0;
}
.rosalia .tab-area .fnav ul li {
  border: 2px solid #ff3ca0;
}
.rosalia .tab-area .fnav ul li a {
  color: #ff3ca0;
}
.rosalia .tab-content-wrap {
  border-top: 2px solid #ff3ca0;
}
.rosalia .tab-list-wrap,
.rosalia .tab-list-wrap-f {
  color: #ff3ca0;
}
.rosalia .tab-list-wrap li,
.rosalia .tab-list-wrap-f li {
  border: 2px solid #ff3ca0;
  border-bottom: none;
}
.rosalia .tab-list-wrap-f li {
  border-bottom: 2px solid #ff3ca0;
}
.rosalia #tab-btn1:checked ~ .tab-list-wrap #tab-list1,
.rosalia #tab-btn2:checked ~ .tab-list-wrap #tab-list2,
.rosalia #tab-btn3:checked ~ .tab-list-wrap #tab-list3,
.rosalia #tab-btn1:checked ~ .tab-list-wrap-f #tab-list1,
.rosalia #tab-btn2:checked ~ .tab-list-wrap-f #tab-list2,
.rosalia #tab-btn3:checked ~ .tab-list-wrap-f #tab-list3 {
  background: #ff3ca0;
  color: #ffffff;
}
.rosalia .tab-area .subttl::before {
  color: #ff3ca0;
}
.rosalia .tab-area .item .itemimg img {
  height: 264px;
  width: auto;
}
@media (max-width: 750px) {
  .rosalia .tab-area .item .itemimg img {
    width: auto;
    height: 100px;
  }
}

.apollon .content_inner .column01 .ttl {
  color: #ff8200;
}
.apollon .content_inner .column01 .ttl::before {
  color: #ff8200;
}
.apollon .content_inner .hushtug ul li a {
  background-color: #ff8200;
}
.apollon .tab-area .ttl {
  background-color: #ffe6cc;
  border-left: 9px solid #ff8200;
}
.apollon .tab-area .item .itemttl {
  color: #ff8200;
}
.apollon .tab-area .fnav ul li {
  border: 2px solid #ff8200;
}
.apollon .tab-area .fnav ul li a {
  color: #ff8200;
}
.apollon .tab-content-wrap {
  border-top: 2px solid #ff8200;
}
.apollon .tab-list-wrap,
.apollon .tab-list-wrap-f {
  color: #ff8200;
}
.apollon .tab-list-wrap li,
.apollon .tab-list-wrap-f li {
  border: 2px solid #ff8200;
  border-bottom: none;
}
.apollon .tab-list-wrap-f li {
  border-bottom: 2px solid #ff8200;
}
.apollon #tab-btn1:checked ~ .tab-list-wrap #tab-list1,
.apollon #tab-btn2:checked ~ .tab-list-wrap #tab-list2,
.apollon #tab-btn3:checked ~ .tab-list-wrap #tab-list3,
.apollon #tab-btn1:checked ~ .tab-list-wrap-f #tab-list1,
.apollon #tab-btn2:checked ~ .tab-list-wrap-f #tab-list2,
.apollon #tab-btn3:checked ~ .tab-list-wrap-f #tab-list3 {
  background: #ff8200;
  color: #ffffff;
}
.apollon .tab-area .subttl::before {
  color: #ff8200;
}

.Hero .caption {
  background-color: #ff8200;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 750px) {
  .Hero .caption {
    font-size: 16px;
  }
}

.apollon-gold .data-table {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 1em 1.5em;
  font-size: 20px;
}
@media (max-width: 750px) {
  .apollon-gold .data-table {
    font-size: 14px;
    padding: 1em;
  }
}
.apollon-gold .data-table div {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 0.3em;
}
.apollon-gold .data-table div:last-child {
  margin-bottom: 0;
}
.apollon-gold .data-table div dt {
  width: 18%;
  flex-shrink: 0;
  margin-right: 8%;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  font-weight: bold;
  position: relative;
}
@media (max-width: 750px) {
  .apollon-gold .data-table div dt {
    width: 22%;
  }
}
.apollon-gold .data-table div dt::after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #333;
  position: absolute;
  top: 7px;
  right: -25px;
}
@media (max-width: 750px) {
  .apollon-gold .data-table div dt::after {
    height: 15px;
    top: 4px;
    right: -15px;
  }
}
.apollon-gold .data-table div dt.no-justify {
  text-align: left;
  -moz-text-align-last: inherit;
       text-align-last: inherit;
}
.apollon-gold .data-table div dt.no-justify p {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.apollon-gold .data-table div dt.no-justify .small {
  text-align: left;
  font-size: 80%;
  font-feature-settings: "palt";
}
.apollon-gold .data-table div dd.star {
  color: #ff8200;
}

.bonita .content_inner .column01 .ttl {
  color: #842780;
}
.bonita .content_inner .column01 .ttl::before {
  color: #842780;
}
.bonita .content_inner .hushtug ul li a {
  background-color: #842780;
}
.bonita .tab-area .ttl {
  background-color: #e6d4e6;
  border-left: 9px solid #842780;
}
.bonita .tab-area .item .itemttl {
  color: #842780;
}
.bonita .tab-area .fnav ul li {
  border: 2px solid #842780;
}
.bonita .tab-area .fnav ul li a {
  color: #842780;
}
.bonita .tab-content-wrap {
  border-top: 2px solid #842780;
}
.bonita .tab-list-wrap,
.bonita .tab-list-wrap-f {
  color: #842780;
}
.bonita .tab-list-wrap li,
.bonita .tab-list-wrap-f li {
  border: 2px solid #842780;
  border-bottom: none;
}
.bonita .tab-list-wrap-f li {
  border-bottom: 2px solid #842780;
}
.bonita #tab-btn1:checked ~ .tab-list-wrap #tab-list1,
.bonita #tab-btn2:checked ~ .tab-list-wrap #tab-list2,
.bonita #tab-btn3:checked ~ .tab-list-wrap #tab-list3,
.bonita #tab-btn1:checked ~ .tab-list-wrap-f #tab-list1,
.bonita #tab-btn2:checked ~ .tab-list-wrap-f #tab-list2,
.bonita #tab-btn3:checked ~ .tab-list-wrap-f #tab-list3 {
  background: #842780;
  color: #ffffff;
}
.bonita .tab-area .subttl::before {
  color: #842780;
}

.funhouse .content_inner .column01 .ttl {
  color: #4eb5bb;
}
.funhouse .content_inner .column01 .ttl::before {
  color: #4eb5bb;
}
.funhouse .content_inner .hushtug ul li a {
  background-color: #4eb5bb;
}
.funhouse .tab-area .ttl {
  background-color: #dcf0f1;
  border-left: 9px solid #4eb5bb;
}
.funhouse .tab-area .item .itemttl {
  color: #4eb5bb;
}
.funhouse .tab-area .fnav ul li {
  border: 2px solid #4eb5bb;
}
.funhouse .tab-area .fnav ul li a {
  color: #4eb5bb;
}
.funhouse .tab-content-wrap {
  border-top: 2px solid #4eb5bb;
}
.funhouse .tab-list-wrap,
.funhouse .tab-list-wrap-f {
  color: #4eb5bb;
}
.funhouse .tab-list-wrap li,
.funhouse .tab-list-wrap-f li {
  border: 2px solid #4eb5bb;
  border-bottom: none;
}
.funhouse .tab-list-wrap-f li {
  border-bottom: 2px solid #4eb5bb;
}
.funhouse #tab-btn1:checked ~ .tab-list-wrap #tab-list1,
.funhouse #tab-btn2:checked ~ .tab-list-wrap #tab-list2,
.funhouse #tab-btn3:checked ~ .tab-list-wrap #tab-list3,
.funhouse #tab-btn1:checked ~ .tab-list-wrap-f #tab-list1,
.funhouse #tab-btn2:checked ~ .tab-list-wrap-f #tab-list2,
.funhouse #tab-btn3:checked ~ .tab-list-wrap-f #tab-list3 {
  background: #4eb5bb;
  color: #ffffff;
}
.funhouse .tab-area .subttl::before {
  color: #4eb5bb;
}
.funhouse .img-wrap {
  width: 480px;
  margin: 50px auto 0;
}
@media (max-width: 750px) {
  .funhouse .img-wrap {
    width: 100%;
    margin-top: 30px;
  }
}
.funhouse .img-wrap .img-top-txt {
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .funhouse .img-wrap .img-top-txt {
    font-size: 14px;
  }
}

.bengal .content_inner .column01 .ttl {
  color: #ff3c78;
}
.bengal .content_inner .column01 .ttl::before {
  color: #ff3c78;
}
.bengal .content_inner .hushtug ul li a {
  background-color: #ff3c78;
}
.bengal .tab-area .ttl {
  background-color: #ffd8e4;
  border-left: 9px solid #ff3c78;
}
.bengal .tab-area .item .itemttl {
  color: #ff3c78;
}
.bengal .tab-content-wrap {
  border-top: 2px solid #ff3c78;
}
.bengal .tab-list-wrap,
.bengal .tab-list-wrap-f {
  color: #ff3c78;
}
.bengal .tab-list-wrap li,
.bengal .tab-list-wrap-f li {
  border: 2px solid #ff3c78;
  border-bottom: none;
}
.bengal .tab-list-wrap-f li {
  border-bottom: 2px solid #ff3c78;
}
.bengal #tab-btn1:checked ~ .tab-list-wrap #tab-list1,
.bengal #tab-btn2:checked ~ .tab-list-wrap #tab-list2,
.bengal #tab-btn1:checked ~ .tab-list-wrap-f #tab-list1,
.bengal #tab-btn2:checked ~ .tab-list-wrap-f #tab-list2 {
  background: #ff3c78;
  color: #ffffff;
}
.bengal .tab-area .subttl::before {
  color: #ff3c78;
}

.dacapo .content_inner .column01 .ttl {
  color: #ff3c00;
}
.dacapo .content_inner .column01 .ttl::before {
  color: #ff3c00;
}
.dacapo .content_inner .hushtug ul li a {
  background-color: #ff3c00;
}
.dacapo .tab-area .ttl {
  background-color: #ffd8cc;
  border-left: 9px solid #ff3c00;
}
.dacapo .tab-area .item .itemttl {
  color: #ff3c00;
}
.dacapo .tab-content-wrap {
  border-top: 2px solid #ff3c00;
}
.dacapo .tab-list-wrap,
.dacapo .tab-list-wrap-f {
  color: #ff3c00;
}
.dacapo .tab-list-wrap li,
.dacapo .tab-list-wrap-f li {
  border: 2px solid #ff3c00;
  border-bottom: none;
}
.dacapo .tab-list-wrap-f li {
  border-bottom: 2px solid #ff3c00;
}
.dacapo #tab-btn1:checked ~ .tab-list-wrap #tab-list1,
.dacapo #tab-btn2:checked ~ .tab-list-wrap #tab-list2,
.dacapo #tab-btn1:checked ~ .tab-list-wrap-f #tab-list1,
.dacapo #tab-btn2:checked ~ .tab-list-wrap-f #tab-list2 {
  background: #ff3c00;
  color: #ffffff;
}
.dacapo .tab-area .subttl::before {
  color: #ff3c00;
}

.rondo .content_inner .column01 .ttl {
  color: #a028dc;
}
.rondo .content_inner .column01 .ttl::before {
  color: #a028dc;
}
.rondo .content_inner .hushtug ul li a {
  background-color: #a028dc;
}
.rondo .tab-area .ttl {
  background-color: #ecd4f8;
  border-left: 9px solid #a028dc;
}
.rondo .tab-area .item .itemttl {
  color: #a028dc;
}
.rondo .tab-content-wrap {
  border-top: 2px solid #a028dc;
}
.rondo .tab-list-wrap,
.rondo .tab-list-wrap-f {
  color: #a028dc;
}
.rondo .tab-list-wrap li,
.rondo .tab-list-wrap-f li {
  border: 2px solid #a028dc;
  border-bottom: none;
}
.rondo .tab-list-wrap-f li {
  border-bottom: 2px solid #a028dc;
}
.rondo #tab-btn1:checked ~ .tab-list-wrap #tab-list1,
.rondo #tab-btn2:checked ~ .tab-list-wrap #tab-list2,
.rondo #tab-btn1:checked ~ .tab-list-wrap-f #tab-list1,
.rondo #tab-btn2:checked ~ .tab-list-wrap-f #tab-list2 {
  background: #a028dc;
  color: #ffffff;
}
.rondo .tab-area .subttl::before {
  color: #a028dc;
}

.grace .content_inner .column01 .ttl {
  color: #062B84;
}
.grace .content_inner .column01 .ttl::before {
  color: #062B84;
}
.grace .content_inner .hushtug ul li a {
  background-color: #062B84;
}
.grace .img .caption {
  font-size: 14px;
}
@media (max-width: 750px) {
  .grace .img .caption {
    font-size: 11px;
  }
}
.grace .flex {
  display: flex;
  gap: 15px;
}
.grace .flex.col-4 {
  justify-content: space-around;
}
@media (max-width: 750px) {
  .grace .flex.col-4 {
    flex-wrap: wrap;
  }
  .grace .flex.col-4 .img {
    width: calc((100% - 15px) / 2);
  }
  .grace .flex.col-4 .img:nth-child(n+3) {
    padding-top: 0;
  }
  .grace .flex.col-4 .img:nth-child(-n+2) {
    margin-top: 15px;
  }
}
.grace .flex.col-2 {
  gap: 10px;
}/*# sourceMappingURL=special.css.map */