/* ------------------------------------------------
   util
*/
.bg {
  background: #FAFAFA;
}
.bg-purple {
  background: linear-gradient(#ffebee 0%, #cddcf2 100%);
}  

/* ------------------------
   btn/tag/anchor
*/
.btn:hover,
.like-a:hover {
  opacity: .7;
}
.btn,
.like-a {
  cursor: pointer;
}
.btn,
.btn a {
  color: inherit;
  text-decoration: none;
}
.tag,
.btn {
  display: inline-block;
  text-align: center;
  line-height: 1.5;
  padding: .25em 1em;
  border-radius: 2em;
  font-weight: bold;
  color: #000;
  background: #FFF;
}
.btn.-round {
  border-radius: .5em;
}
.btn.-border {
  border: 2px solid #000;
}
.btn.-primary {
  min-width: 140px;
  padding: 1em 2em;
  color: #FFF;
  background: #000;
}

/* ------------------------
   clearfix
*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* ------------------------
   reset
*/
.reset,
.reset * {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.reset {
  font-size: 100%;
  line-height: 0;
}
.reset * {
  font-size: inherit;
  line-height: inherit;
}

/* ------------------------
   text
*/
.b {
  font-weight: bold;
}
.marker {
  background:linear-gradient(transparent 60%, #FFEE00 60%);
}
.txt-red {
  color: #B30A1B;
}
.txt-purple {
  color: #CE93D8;
}
.txt-left {
  text-align: left;
}
.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}

@media screen and (min-width: 1024px) {
  .pc-txt-left,
  .pctb-txt-left {
    text-align: left;
  }
  .pc-txt-center,
  .pctb-txt-center {
    text-align: center;
  }
  .pc-txt-right,
  .pctb-txt-right {
    text-align: right;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tb-txt-left,
  .pctb-txt-left,
  .sptb-txt-left {
    text-align: left;
  }
  .tb-txt-center,
  .pctb-txt-center,
  .sptb-txt-center {
    text-align: center;
  }
  .tb-txt-right,
  .pctb-txt-right,
  .sptb-txt-right {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .sp-txt-left,
  .sptb-txt-left {
    text-align: left;
  }
  .sp-txt-center,
  .sptb-txt-center {
    text-align: center;
  }
  .sp-txt-right,
  .sptb-txt-right {
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .fs-large { font-size: 20px; }
}
@media screen and (max-width: 767px) {
  .fs-large { font-size: 18px; }
}

/* ------------------------
   device
*/
@media screen and (min-width: 1024px) {
  .sptb-only,
  .tb-only,
  .sp-only {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pc-only,
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc-only,
  .tb-only,
  .pctb-only {
    display: none;
  }
}

/* ------------------------------------------------
   figcnt
*/
@media screen and (min-width: 768px) {
  .figcnt,
  .pctb-figcnt {
    display: flex;
    justify-content: space-between;
  }
  .figcnt .-fig,
  .pctb-figcnt .-fig {
    flex: 0 0 50%;
  }
  .figcnt .-cnt,
  .pctb-figcnt .-cnt {
    flex: 0 0 46%;
  }
  .figcnt.-fig-right .-fig,
  .pctb-figcnt.-fig-right .-fig {
    order: 2;
  }
  .figcnt.-fig-left .-cnt,
  .pctb-figcnt.-fig-left .-cnt {
    order: 2;
  }
  .sp-figcnt > :first-child {
    margin-bottom: 20px;
  }
  .pctb-figcnt.-fig-wide,
  .pctb-figcnt.-fig-slim {
    align-items: center;
  }
  .pctb-figcnt.-fig-wide .-fig {
    flex: 0 0 53%;
  }
  .pctb-figcnt.-fig-wide .-cnt {
    flex: 0 0 39%;
  }
  .pctb-figcnt.-fig-slim .-fig {
    flex: 0 0 35%;
  }
  .pctb-figcnt.-fig-slim .-cnt {
    flex: 0 0 57%;
  }
  .pctb-figcnt.-fig-slim.pctb-main-pad-left .-fig,
  .pctb-figcnt.-fig-slim.pctb-main-pad-right .-fig {  
    flex: 0 0 42%;
  }
  .pctb-figcnt.-fig-slim.pctb-main-pad-left .-cnt,  
  .pctb-figcnt.-fig-slim.pctb-main-pad-right .-cnt {
    flex: 0 0 44%;
  }
}
  
@media screen and (max-width: 767px) {
  .figcnt,
  .sp-figcnt {
    display: flex;
    justify-content: space-between;
  }
  .figcnt > *,
  .sp-figcnt > * {
    flex: 0 0 48%;
  }
  .figcnt.-fig-right .-fig,
  .sp-figcnt.-fig-right .-fig {
    order: 2;
  }
  .figcnt.-fig-left .-cnt,
  .sp-figcnt.-fig-left .-cnt {
    order: 2;
  }
  .pctb-figcnt > :first-child {
    margin-bottom: 20px;
  }
}

/* ------------------------
   card list
*/
.card-list .-fig {
  line-height: 0;
}
.card-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.card-list > * {
  margin: 0;
}
.card-list > * > a {
  color: inherit;
  text-decoration: none;
  display: block;
}

/* ------------------------ */
.img-list {
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.img-list > * {
  margin: 0;
}
.img-list a {
  color: inherit;
  text-decoration: none;
  
  display: block;
  background-size: cover;
  background-repeat:  no-repeat;
  background-position: center;  
  text-align: center;
}
.img-list a > .-dark {
  background: rgba(0,0,0,.4);
  align-content: center;
  color: #FFF;
  display block;
  width: 100%;
  height: 100%;
}


/* ------------------------------------------------
   table list
*/
.table-list {
  margin-top: 30px;
  border-spacing: 0 .5em;
  width: 100%;
  list-style-type: none;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .table-list {
    display: table;
  }
  .table-list li {
    display: table-row;
    background: #FFF;
  }
  .table-list li > * {
    display: table-cell;
    vertical-align: middle;
    padding: 1em;
  }
}
@media screen and (max-width: 767px) {
  .table-list li {
    display: flex;
    flex-wrap: wrap;
  }
  .table-list li > * {
    display: block;
    padding: .25em;
  }
}


/* ------------------------------------------------
   inline-list
*/
.inline-list,
.inline-list * {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.inline-list * {
  display: inline;
}
.inline-list ul::before {
  content: "（";
}
.inline-list ul::after {
  content: "）";
}

/* ------------------------
   tile
*/
.tile-2,
.tile-3,
.tile-4 {
  display: flex;
  flex-wrap: wrap;
}
.tile-2.-wrap,
.tile-3.-wrap,
.tile-4.-wrap {
  margin-bottom: -2%;
}
.tile-2.-wrap > *,
.tile-3.-wrap > *,
.tile-4.-wrap > * {
  margin-bottom: 2%;
}
.tile-3 > * {
  flex: 0 0 32%;
  max-width: 32%;
}
.tile-3.-no-sapce > * {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.tile-3 > :not(:nth-child(3n)) {
  margin-right: 2%;
}
.tile-4 > * {
  flex: 0 0 23.5%;
  max-width: 23.5%;
}
.tile-4.-no-sapce > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.tile-4 > *:not(:nth-child(4n)) {
  margin-right: 2%;
}
[class*="-tile-"].-no-space > * {
  margin: 0 !important;
}

@media screen and (min-width: 768px) {
  .pctb-tile-2,
  .pctb-tile-3,
  .pctb-tile-4,
  .pctb-tile-5,  
  .pctb-tile-6 {
    display: flex;
    flex-wrap: wrap;
  }

  .pctb-tile-2 > * {
    flex: 0 0 49%;
    max-width: 49%;
  }
  .pctb-tile-2.-no-sapce > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .pctb-tile-2 > :not(:nth-child(2n)) {
    margin-right: 2%;
  }
  .pctb-tile-2.-wrap,
  .pctb-tile-3.-wrap,
  .pctb-tile-4.-wrap,
  .pctb-tile-5.-wrap,
  .pctb-tile-6.-wrap {
    margin-bottom: -2%;
  }
  .pctb-tile-2.-wrap > *,
  .pctb-tile-3.-wrap > *,
  .pctb-tile-4.-wrap > *,
  .pctb-tile-5.-wrap > * ,
  .pctb-tile-6.-wrap > * {
    margin-bottom: 2%;
  }
  .pctb-tile-3 > * {
    flex: 0 0 32%;
    max-width: 32%;
  }
  .pctb-tile-3.-no-sapce > * {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .pctb-tile-3 > :not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .pctb-tile-4 > * {
    flex: 0 0 23.5%;
    max-width: 23.5%;
  }
  .pctb-tile-4 > *:not(:nth-child(4n)) {
    margin-right: 2%;
  }
  .pctb-tile-4.-no-sapce > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .pctb-tile-5 > * {
    flex: 0 0 18.4%;
    max-width: 18.4%;
  }
  .pctb-tile-5 > *:not(:nth-child(5n)) {
    margin-right: 2%;
  }
  .pctb-tile-6 > * {
    flex: 0 0 16%;
    max-width: 16%;
  }
  .pctb-tile-6.-no-sapce > * {
    flex: 0 0 16.66%;
    max-width: 16.66%;
  }
  .pctb-tile-6 > *:not(:nth-child(6n)) {
    margin-right: .8%;
  }
}
@media screen and (max-width: 767px) {
  .sp-tile-2,
  .sp-tile-3 {
    display: flex;
    flex-wrap: wrap;    
  }
  .sp-tile-1.-wrap > :not(:last-child) { margin-bottom: 2%; }

  .sp-tile-2 > * {
    flex: 0 0 49%;
    max-width: 49%;
  }
  .sp-tile-2.-no-sapce > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sp-tile-2 > *:not(:nth-child(2n)) {
    margin-right: 2%;
  }
  .sp-tile-2.-wrap { margin-bottom: -2%; }
  .sp-tile-2.-wrap > * { margin-bottom: 2%; }

  .sp-tile-3 > * {
    flex: 0 0 32%;
    max-width: 32%;
  }
  .sp-tile-3.-no-sapce > * {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .sp-tile-3 > *:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .sp-tile-3.-wrap { margin-bottom: -2%; }
  .sp-tile-3.-wrap > * { margin-bottom: 2%; }
}

/* ------------------------------------------------
   youtube wrapper
 */
.yt-wrapper {
  position: relative;
  width: 100%;
}
.yt-wrapper:before {
  content:"";
  display: block;
  padding-top: 56.25%;
}
.yt-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------------------------------
   table
 */
.tbl {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}
.tbl th,
.tbl td {
  border: 1px solid #EEE;
}
.tbl th {
  background: #F6F6F6;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .tbl table {
    border-spacing: 5px;
  }
  .tbl td,
  .tbl th {
    padding: 15px 30px;    
  }
}
@media screen and (max-width: 767px) {
  .tbl table {
    border-spacing: 3px;
  }
  .tbl td,
  .tbl th {
    padding: 5px 10px;    
  }
}

/* ------------------------
   slider
*/
.slick-track > * {
  padding: 0 20px;
}
.slick-arrow::before,
.slick-arrow::before {                              
  content:"";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.slick-next,
.slick-prev {
  width: 40px;
  height: 40px;
  z-index: 1;
  top: 100px;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
} 
.slick-next::before,
.slick-prev::before {
  background-size: contain;
}
.slick-next::before{
  background-image: url(../images/slider-arrow-next.png) !important;
}
.slick-prev::before{
  background-image: url(../images/slider-arrow-prev.png) !important;
}
.slick-dots li {
  width: 10px;
}
.slick-dots li button::before {
  color: #FFF;
  opacity: 1;
}
.slick-dots li.slick-active button::before {
  color: #CE93D8;  
}  

/* ------------------------
 */
@media screen and (min-width: 768px) {
  .fs-title-1 {
    font-size: 24px !important;
  }
  .fs-title-2 {
    font-size: 20px !important;
  }  
}
@media screen and (max-width: 767px) {
  .fs-title-1 {
    font-size: 20px !important;
  }
  .fs-title-2 {
    font-size: 16px !important;
  }  
}

/* ------------------------
 */
.en-title {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
}
.en-title .-main {
  color: #CE93D8;
  letter-spacing: .1em;
}
@media screen and (min-width: 768px) {
  .en-title .-main {
    font-size: 48px;
  }
  .en-title .-sub {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .en-title .-main {
    font-size: 32px;
  }
  .en-title .-sub {
    font-size: 16px;
  }
} 

/* ------------------------
 */
@media screen and (max-width: 1023px) {
  .scroll-parent {
    overflow-x: scroll;
    scrollbar-color: #CE93D8;
    scrollbar-width: thin;
  }
  .scroll-parent > * {
    min-width: 969px;
  }
}

/* ------------------------
 */
dl.caution-box {
  border: 3px solid #FAE2E2;
}
.caution-box dt {
  background: #FAE2E2;
  color: #F01212;
}
.caution-box dt img {
  vertical-align: text-bottom;
}
.caution-box dt,
.caution-box dd {
  margin: 0;
  padding: .5em 1em;
}
img.inline-icon {
  display: inline-block;
  height: 1.2em;
  vertical-align: middle;
}
