.fk-gd {
  margin: 0 auto;
}
.fk-gd:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
.fk-gd-full {
  width: 100%;
}
.fk-gd-full:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
.fk-gd-1 .fk-gd_col {
  width: 100%;
}
.fk-gd-1 .fk-gd_col:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
.fk-gd-2 .fk-gd_col {
  width: 50%;
  float: left;
}
.fk-gd-3 .fk-gd_col {
  width: 33.333%;
  float: left;
}
.fk-gd-4 .fk-gd_col {
  width: 25%;
  float: left;
}
.fk-gd-6 .fk-gd_col {
  width: 16.6666%;
  float: left;
}
.fk-ft--xl.fk-ft--bold {
  font-weight: bold;
}
.fk-ft--xl.fk-ft--italic {
  font-style: italic;
}
.fk-ft--xl.fk-ft--error {
  color: #f00;
}
.fk-ft--l.fk-ft--bold {
  font-weight: bold;
}
.fk-ft--l.fk-ft--italic {
  font-style: italic;
}
.fk-ft--l.fk-ft--error {
  color: #f00;
}
.fk-ft--m.fk-ft--bold {
  font-weight: bold;
}
.fk-ft--m.fk-ft--italic {
  font-style: italic;
}
.fk-ft--m.fk-ft--error {
  color: #f00;
}
.fk-ft--s.fk-ft--bold {
  font-weight: bold;
}
.fk-ft--s.fk-ft--italic {
  font-style: italic;
}
.fk-ft--s.fk-ft--error {
  color: #f00;
}
.fk-ft--xs.fk-ft--bold {
  font-weight: bold;
}
.fk-ft--xs.fk-ft--italic {
  font-style: italic;
}
.fk-ft--xs.fk-ft--error {
  color: #f00;
}
.fk-ft--xxs.fk-ft--bold {
  font-weight: bold;
}
.fk-ft--xxs.fk-ft--italic {
  font-style: italic;
}
.fk-ft--xxs.fk-ft--error {
  color: #f00;
}
.fk-list {
  list-style-type: none;
  list-style-position: inside;
  margin-bottom: 10px;
}
.fk-list li {
  padding-left: 1.5em;
  position: relative;
}
.fk-list li:before {
  position: absolute;
  left: 0;
}
.fk-list--disc li:before {
  content: "・";
}
.fk-list--num li:nth-child(1)::before {
  content: '1.';
}
.fk-list--num li.num_1::before {
  content: '1.';
}
.fk-list--num li:nth-child(2)::before {
  content: '2.';
}
.fk-list--num li.num_2::before {
  content: '2.';
}
.fk-list--num li:nth-child(3)::before {
  content: '3.';
}
.fk-list--num li.num_3::before {
  content: '3.';
}
.fk-list--num li:nth-child(4)::before {
  content: '4.';
}
.fk-list--num li.num_4::before {
  content: '4.';
}
.fk-list--num li:nth-child(5)::before {
  content: '5.';
}
.fk-list--num li.num_5::before {
  content: '5.';
}
.fk-list--num li:nth-child(6)::before {
  content: '6.';
}
.fk-list--num li.num_6::before {
  content: '6.';
}
.fk-list--num li:nth-child(7)::before {
  content: '7.';
}
.fk-list--num li.num_7::before {
  content: '7.';
}
.fk-list--num li:nth-child(8)::before {
  content: '8.';
}
.fk-list--num li.num_8::before {
  content: '8.';
}
.fk-list--num li:nth-child(9)::before {
  content: '9.';
}
.fk-list--num li.num_9::before {
  content: '9.';
}
.fk-list--num li:nth-child(10)::before {
  content: '10.';
}
.fk-list--num li.num_10::before {
  content: '10.';
}
.fk-list--num li:nth-child(11)::before {
  content: '11.';
}
.fk-list--num li.num_11::before {
  content: '11.';
}
.fk-list--num li:nth-child(12)::before {
  content: '12.';
}
.fk-list--num li.num_12::before {
  content: '12.';
}
.fk-list--num li:nth-child(13)::before {
  content: '13.';
}
.fk-list--num li.num_13::before {
  content: '13.';
}
.fk-list--num li:nth-child(14)::before {
  content: '14.';
}
.fk-list--num li.num_14::before {
  content: '14.';
}
.fk-list--num li:nth-child(15)::before {
  content: '15.';
}
.fk-list--num li.num_15::before {
  content: '15.';
}
.fk-list--attention li:before {
  content: "※";
}
.fk-list--attentionNum li {
  padding-left: 2.5em;
}
.fk-list--attentionNum li:nth-child(1)::before {
  content: '※1';
}
.fk-list--attentionNum li:nth-child(2)::before {
  content: '※2';
}
.fk-list--attentionNum li:nth-child(3)::before {
  content: '※3';
}
.fk-list--attentionNum li:nth-child(4)::before {
  content: '※4';
}
.fk-list--attentionNum li:nth-child(5)::before {
  content: '※5';
}
.fk-list--attentionNum li:nth-child(6)::before {
  content: '※6';
}
.fk-list--attentionNum li:nth-child(7)::before {
  content: '※7';
}
.fk-list--attentionNum li:nth-child(8)::before {
  content: '※8';
}
.fk-list--attentionNum li:nth-child(9)::before {
  content: '※9';
}
.fk-list--attentionNum li:nth-child(10)::before {
  content: '※10';
}
.fk-list--attentionNum li:nth-child(11)::before {
  content: '※11';
}
.fk-list--attentionNum li:nth-child(12)::before {
  content: '※12';
}
.fk-list--attentionNum li:nth-child(13)::before {
  content: '※13';
}
.fk-list--attentionNum li:nth-child(14)::before {
  content: '※14';
}
.fk-list--attentionNum li:nth-child(15)::before {
  content: '※15';
}
.fk-list--circlenumber li:nth-child(0)::before {
  content: '\2459';
}
.fk-list--circlenumber li:nth-child(1)::before {
  content: '\2460';
}
.fk-list--circlenumber li:nth-child(2)::before {
  content: '\2461';
}
.fk-list--circlenumber li:nth-child(3)::before {
  content: '\2462';
}
.fk-list--circlenumber li:nth-child(4)::before {
  content: '\2463';
}
.fk-list--circlenumber li:nth-child(5)::before {
  content: '\2464';
}
.fk-list--circlenumber li:nth-child(6)::before {
  content: '\2465';
}
.fk-list--circlenumber li:nth-child(7)::before {
  content: '\2466';
}
.fk-list--circlenumber li:nth-child(8)::before {
  content: '\2467';
}
.fk-list--circlenumber li:nth-child(9)::before {
  content: '\2468';
}
.fk-list--noPadding li {
  padding-left: 1em;
}
.fk-btn {
  display: block;
  background: #c5c5c5;
  padding: 10px;
  position: relative;
  text-align: center;
}
.fk-btn:hover {
  text-decoration: none;
  opacity: 0.8;
}
.fk-btn.fk-btn--radius {
  border-radius: 5px;
}
.fk-btn.fk-btn--arrow:before {
  position: absolute;
  top: 50%;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #222;
  margin-top: -5px;
  left: 10px;
}
.fk-btn {
  border: 2px solid #444;
  background: #fff;
  font-size: 16px;
  box-sizing: border-box;
  padding: 16px 10px;
  line-height: 1.4;
}
.fk-btn:link {
  color: #000;
}
.fk-btn:visited {
  color: #000;
}
.fk-btn:hover {
  color: #000;
}
.fk-btn:active {
  color: #000;
}
.fk-table {
  border-top: 1px solid #c5c5c5;
  border-left: 1px solid #c5c5c5;
}
.fk-table th,
.fk-table td {
  border-bottom: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
  padding: 10px;
}
.fk-table .fk-table__head {
  background: #777;
}
.fk-img--block {
  display: block;
}
.fk-img--fluid {
  width: 100%;
  display: block;
  height: auto;
}
.img-round {
  width: 100%;
  display: block;
  border-radius: 20px;
}
.fk-img--circle {
  width: 100%;
  display: block;
  border-radius: 100%;
}
.fk-accordion__wrapper {
  transition-property: height;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  overflow: hidden;
}
.fk-accordion__title {
  background: #999;
}
.fk-accordion__body {
  overflow: hidden;
}
.fk-accordion--closed .fk-accordion__wrapper {
  height: 0;
}
.test.fk-accordion {
  margin-bottom: 10px;
}
.test.fk-accordion__title {
  padding: 10px;
  background: #999;
}
.test.fk-accordion__body {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #999;
}
.fk-accordion.fk-accordion--payment {
  border: 1px solid #d3e0da;
  margin-top: 20px;
}
.fk-accordion.fk-accordion--payment:first-child {
  margin-top: 0;
}
.fk-accordion.fk-accordion--payment .fk-accordion__title {
  background: #f8f8f6;
  position: relative;
}
.fk-accordion.fk-accordion--payment .fk-accordion__title::after {
  position: absolute;
  content: icon-icon_bar;
  color: #333;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: fs18;
}
.fk-accordion.fk-accordion--payment .fk-accordion__body {
  border-top: 1px solid #d3e0da;
}
.fk-accordion.fk-accordion--payment .fk-accordion__body .box-gray {
  box-sizing: border-box;
}
.fk-accordion.fk-accordion--payment.fk-accordion--closed .fk-accordion__title::after {
  position: absolute;
  content: icon-icon_cross;
  color: #333;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: fs18;
}
.fk-modalElement {
  overflow: hidden;
  display: none;
  z-index: 4000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.fk-modalElement__wrapper {
  width: 100%;
  height: 100%;
}
.fk-modalElement__content {
  position: relative;
  width: 100%;
  height: 100%;
}
.fk-modalElement__closeBtn__outer {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 10000;
}
.fk-modalElement__closeBtn__inner {
  margin: 0 auto;
}
.fk-modalElement__closeBtn {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: 20px 20px 0 0;
  position: relative;
}
.fk-modalElement__closeBtn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 40px;
  height: 4px;
  margin-top: -2px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.fk-modalElement__closeBtn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 40px;
  height: 4px;
  margin-top: -2px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.fk-modalElement__bg {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8000;
  opacity: 0.85;
}
#fk-modalView {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9000;
  box-sizing: border-box;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
/*
  width 900px
  img
    width 100%
  */
}
#fk-modalView iframe {
  border: none;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.fk-modalView-movie {
  width: 90%;
  position: relative;
  z-index: 9000;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.fk-modalView-movie-wrapper {
  width: 100%;
/*横幅いっぱいにwidthを指定*/
  padding-bottom: 56.25%; /*高さをpaddingで指定(16:9)*/
  height: 0px;
/*高さはpaddingで指定するためheightは0に*/
}
.fk-modalView-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  line-height: 1;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  display: flex;
  justify-content: center;
}
.slick-dots li {
  cursor: pointer;
  background-color: #a9a9a9;
}
.slick-dots li button {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  line-height: 1;
  display: block;
  outline: none;
}
.slick-dots li img {
  width: 100%;
}
.slick-dots .slick-active {
  background-color: #000;
}
.fk-modalElement {
  overflow: hidden;
  display: none;
  z-index: 4000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.fk-modalElement__wrapper {
  width: 100%;
  height: 100%;
}
.fk-modalElement__content {
  position: relative;
  width: 100%;
  height: 100%;
}
.fk-modalElement__closeBtn__outer {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 10000;
}
.fk-modalElement__closeBtn__inner {
  margin: 0 auto;
}
.fk-modalElement__closeBtn {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: 20px 20px 0 0;
  position: relative;
}
.fk-modalElement__closeBtn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 40px;
  height: 4px;
  margin-top: -2px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.fk-modalElement__closeBtn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 40px;
  height: 4px;
  margin-top: -2px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.fk-modalElement__bg {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8000;
  opacity: 0.85;
}
#fk-modalView {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9000;
  box-sizing: border-box;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
/*
  width 900px
  img
    width 100%
  */
}
#fk-modalView iframe {
  border: none;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.fk-modalView-movie {
  width: 90%;
  position: relative;
  z-index: 9000;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.fk-modalView-movie-wrapper {
  width: 100%;
/*横幅いっぱいにwidthを指定*/
  padding-bottom: 56.25%; /*高さをpaddingで指定(16:9)*/
  height: 0px;
/*高さはpaddingで指定するためheightは0に*/
}
.fk-modalView-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.txL {
  text-align: left !important;
}
.txC {
  text-align: center !important;
}
.txR {
  text-align: right !important;
}
.vaT {
  vertical-align: top;
}
.vaM {
  vertical-align: middle;
}
.vaB {
  vertical-align: bottom;
}
.fLeft {
  float: left;
}
.fRight {
  float: right;
}
.fNone {
  float: none;
}
.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
.width_per1 {
  width: 1%;
}
.width_per2 {
  width: 2%;
}
.width_per3 {
  width: 3%;
}
.width_per4 {
  width: 4%;
}
.width_per5 {
  width: 5%;
}
.width_per6 {
  width: 6%;
}
.width_per7 {
  width: 7%;
}
.width_per8 {
  width: 8%;
}
.width_per9 {
  width: 9%;
}
.width_per10 {
  width: 10%;
}
.width_per11 {
  width: 11%;
}
.width_per12 {
  width: 12%;
}
.width_per13 {
  width: 13%;
}
.width_per14 {
  width: 14%;
}
.width_per15 {
  width: 15%;
}
.width_per16 {
  width: 16%;
}
.width_per17 {
  width: 17%;
}
.width_per18 {
  width: 18%;
}
.width_per19 {
  width: 19%;
}
.width_per20 {
  width: 20%;
}
.width_per21 {
  width: 21%;
}
.width_per22 {
  width: 22%;
}
.width_per23 {
  width: 23%;
}
.width_per24 {
  width: 24%;
}
.width_per25 {
  width: 25%;
}
.width_per26 {
  width: 26%;
}
.width_per27 {
  width: 27%;
}
.width_per28 {
  width: 28%;
}
.width_per29 {
  width: 29%;
}
.width_per30 {
  width: 30%;
}
.width_per31 {
  width: 31%;
}
.width_per32 {
  width: 32%;
}
.width_per33 {
  width: 33%;
}
.width_per34 {
  width: 34%;
}
.width_per35 {
  width: 35%;
}
.width_per36 {
  width: 36%;
}
.width_per37 {
  width: 37%;
}
.width_per38 {
  width: 38%;
}
.width_per39 {
  width: 39%;
}
.width_per40 {
  width: 40%;
}
.width_per41 {
  width: 41%;
}
.width_per42 {
  width: 42%;
}
.width_per43 {
  width: 43%;
}
.width_per44 {
  width: 44%;
}
.width_per45 {
  width: 45%;
}
.width_per46 {
  width: 46%;
}
.width_per47 {
  width: 47%;
}
.width_per48 {
  width: 48%;
}
.width_per49 {
  width: 49%;
}
.width_per50 {
  width: 50%;
}
.width_per51 {
  width: 51%;
}
.width_per52 {
  width: 52%;
}
.width_per53 {
  width: 53%;
}
.width_per54 {
  width: 54%;
}
.width_per55 {
  width: 55%;
}
.width_per56 {
  width: 56%;
}
.width_per57 {
  width: 57%;
}
.width_per58 {
  width: 58%;
}
.width_per59 {
  width: 59%;
}
.width_per60 {
  width: 60%;
}
.width_per61 {
  width: 61%;
}
.width_per62 {
  width: 62%;
}
.width_per63 {
  width: 63%;
}
.width_per64 {
  width: 64%;
}
.width_per65 {
  width: 65%;
}
.width_per66 {
  width: 66%;
}
.width_per67 {
  width: 67%;
}
.width_per68 {
  width: 68%;
}
.width_per69 {
  width: 69%;
}
.width_per70 {
  width: 70%;
}
.width_per71 {
  width: 71%;
}
.width_per72 {
  width: 72%;
}
.width_per73 {
  width: 73%;
}
.width_per74 {
  width: 74%;
}
.width_per75 {
  width: 75%;
}
.width_per76 {
  width: 76%;
}
.width_per77 {
  width: 77%;
}
.width_per78 {
  width: 78%;
}
.width_per79 {
  width: 79%;
}
.width_per80 {
  width: 80%;
}
.width_per81 {
  width: 81%;
}
.width_per82 {
  width: 82%;
}
.width_per83 {
  width: 83%;
}
.width_per84 {
  width: 84%;
}
.width_per85 {
  width: 85%;
}
.width_per86 {
  width: 86%;
}
.width_per87 {
  width: 87%;
}
.width_per88 {
  width: 88%;
}
.width_per89 {
  width: 89%;
}
.width_per90 {
  width: 90%;
}
.width_per91 {
  width: 91%;
}
.width_per92 {
  width: 92%;
}
.width_per93 {
  width: 93%;
}
.width_per94 {
  width: 94%;
}
.width_per95 {
  width: 95%;
}
.width_per96 {
  width: 96%;
}
.width_per97 {
  width: 97%;
}
.width_per98 {
  width: 98%;
}
.width_per99 {
  width: 99%;
}
.width_per100 {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .fk-gd {
    width: 980px;
  }
  .fk-gd-full {
    min-width: 980px;
  }
  .fk-gd-1-2 .fk-gd_col {
    width: 50%;
    float: left;
  }
  .fk-gd-1-3 .fk-gd_col {
    width: 33.33%;
    float: left;
  }
  .fk-title1 {
    font-size: 32px;
  }
  .fk-title2 {
    font-size: 24px;
  }
  .fk-title3 {
    font-size: 16px;
  }
  .fk-title4 {
    font-size: 14px;
  }
  .fk-title5 {
    font-size: 12px;
  }
  .fk-title6 {
    font-size: 10px;
  }
  .fk-ft--xl {
    font-size: 32px;
  }
  .fk-ft--l {
    font-size: 24px;
  }
  .fk-ft--m {
    font-size: 16px;
  }
  .fk-ft--s {
    font-size: 14px;
  }
  .fk-ft--xs {
    font-size: 12px;
  }
  .fk-ft--xxs {
    font-size: 10px;
  }
  .fk-accordion.fk-accordion--payment .fk-accordion__title {
    padding: 16px 40px;
    font-size: fs18;
  }
  .fk-accordion.fk-accordion--payment .fk-accordion__title::after {
    right: 30px;
  }
  .fk-accordion.fk-accordion--payment .fk-accordion__body {
    padding: 40px;
  }
  .fk-accordion.fk-accordion--payment .fk-accordion__body .box-gray {
    font-size: fs18;
    margin-bottom: 24px;
    padding: 30px 0;
  }
  .cards {
    width: 374px;
    height: 54px;
    margin-top: 24px;
  }
  .fk-accordion.fk-accordion--payment.fk-accordion--closed .fk-accordion__title::after {
    right: 30px;
  }
  .fk-modalElement__closeBtn {
    float: right;
  }
  .fk-modalView-movie {
    max-width: 980px;
  }
  .js-slick_products .slick-list {
    width: 100%;
  }
  .js-slick_products .slick-track {
    width: 100% !important;
  }
  .js-slick_products .slick-list .slick-slide {
    width: calc(369 / 1200 * 100%) !important;
  }
  .js-slick_products .slick-list .slick-slide:nth-child(2) {
    margin: 0 calc(45 / 1200 * 100%);
  }
  .slick-dots {
    margin-top: 17px;
  }
  .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 5px;
  }
  .slick-dots li button {
    width: 6px;
    height: 6px;
  }
  .fk-modalElement__closeBtn {
    float: right;
  }
  .fk-modalView-movie {
    max-width: 980px;
  }
  .u-rollover {
    opacity: 1;
  }
  .u-rollover:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .sp-only {
    display: none;
  }
  .mt100--pc {
    margin-top: 100px !important;
  }
  .mb100--pc {
    margin-bottom: 100px !important;
  }
  .ml100--pc {
    margin-left: 100px !important;
  }
  .mr100--pc {
    margin-right: 100px !important;
  }
  .pt100--pc {
    padding-top: 100px !important;
  }
  .pb100--pc {
    padding-bottom: 100px !important;
  }
  .pl100--pc {
    padding-left: 100px !important;
  }
  .pr100--pc {
    padding-right: 100px !important;
  }
  .mt95--pc {
    margin-top: 95px !important;
  }
  .mb95--pc {
    margin-bottom: 95px !important;
  }
  .ml95--pc {
    margin-left: 95px !important;
  }
  .mr95--pc {
    margin-right: 95px !important;
  }
  .pt95--pc {
    padding-top: 95px !important;
  }
  .pb95--pc {
    padding-bottom: 95px !important;
  }
  .pl95--pc {
    padding-left: 95px !important;
  }
  .pr95--pc {
    padding-right: 95px !important;
  }
  .mt90--pc {
    margin-top: 90px !important;
  }
  .mb90--pc {
    margin-bottom: 90px !important;
  }
  .ml90--pc {
    margin-left: 90px !important;
  }
  .mr90--pc {
    margin-right: 90px !important;
  }
  .pt90--pc {
    padding-top: 90px !important;
  }
  .pb90--pc {
    padding-bottom: 90px !important;
  }
  .pl90--pc {
    padding-left: 90px !important;
  }
  .pr90--pc {
    padding-right: 90px !important;
  }
  .mt85--pc {
    margin-top: 85px !important;
  }
  .mb85--pc {
    margin-bottom: 85px !important;
  }
  .ml85--pc {
    margin-left: 85px !important;
  }
  .mr85--pc {
    margin-right: 85px !important;
  }
  .pt85--pc {
    padding-top: 85px !important;
  }
  .pb85--pc {
    padding-bottom: 85px !important;
  }
  .pl85--pc {
    padding-left: 85px !important;
  }
  .pr85--pc {
    padding-right: 85px !important;
  }
  .mt80--pc {
    margin-top: 80px !important;
  }
  .mb80--pc {
    margin-bottom: 80px !important;
  }
  .ml80--pc {
    margin-left: 80px !important;
  }
  .mr80--pc {
    margin-right: 80px !important;
  }
  .pt80--pc {
    padding-top: 80px !important;
  }
  .pb80--pc {
    padding-bottom: 80px !important;
  }
  .pl80--pc {
    padding-left: 80px !important;
  }
  .pr80--pc {
    padding-right: 80px !important;
  }
  .mt75--pc {
    margin-top: 75px !important;
  }
  .mb75--pc {
    margin-bottom: 75px !important;
  }
  .ml75--pc {
    margin-left: 75px !important;
  }
  .mr75--pc {
    margin-right: 75px !important;
  }
  .pt75--pc {
    padding-top: 75px !important;
  }
  .pb75--pc {
    padding-bottom: 75px !important;
  }
  .pl75--pc {
    padding-left: 75px !important;
  }
  .pr75--pc {
    padding-right: 75px !important;
  }
  .mt70--pc {
    margin-top: 70px !important;
  }
  .mb70--pc {
    margin-bottom: 70px !important;
  }
  .ml70--pc {
    margin-left: 70px !important;
  }
  .mr70--pc {
    margin-right: 70px !important;
  }
  .pt70--pc {
    padding-top: 70px !important;
  }
  .pb70--pc {
    padding-bottom: 70px !important;
  }
  .pl70--pc {
    padding-left: 70px !important;
  }
  .pr70--pc {
    padding-right: 70px !important;
  }
  .mt65--pc {
    margin-top: 65px !important;
  }
  .mb65--pc {
    margin-bottom: 65px !important;
  }
  .ml65--pc {
    margin-left: 65px !important;
  }
  .mr65--pc {
    margin-right: 65px !important;
  }
  .pt65--pc {
    padding-top: 65px !important;
  }
  .pb65--pc {
    padding-bottom: 65px !important;
  }
  .pl65--pc {
    padding-left: 65px !important;
  }
  .pr65--pc {
    padding-right: 65px !important;
  }
  .mt60--pc {
    margin-top: 60px !important;
  }
  .mb60--pc {
    margin-bottom: 60px !important;
  }
  .ml60--pc {
    margin-left: 60px !important;
  }
  .mr60--pc {
    margin-right: 60px !important;
  }
  .pt60--pc {
    padding-top: 60px !important;
  }
  .pb60--pc {
    padding-bottom: 60px !important;
  }
  .pl60--pc {
    padding-left: 60px !important;
  }
  .pr60--pc {
    padding-right: 60px !important;
  }
  .mt55--pc {
    margin-top: 55px !important;
  }
  .mb55--pc {
    margin-bottom: 55px !important;
  }
  .ml55--pc {
    margin-left: 55px !important;
  }
  .mr55--pc {
    margin-right: 55px !important;
  }
  .pt55--pc {
    padding-top: 55px !important;
  }
  .pb55--pc {
    padding-bottom: 55px !important;
  }
  .pl55--pc {
    padding-left: 55px !important;
  }
  .pr55--pc {
    padding-right: 55px !important;
  }
  .mt50--pc {
    margin-top: 50px !important;
  }
  .mb50--pc {
    margin-bottom: 50px !important;
  }
  .ml50--pc {
    margin-left: 50px !important;
  }
  .mr50--pc {
    margin-right: 50px !important;
  }
  .pt50--pc {
    padding-top: 50px !important;
  }
  .pb50--pc {
    padding-bottom: 50px !important;
  }
  .pl50--pc {
    padding-left: 50px !important;
  }
  .pr50--pc {
    padding-right: 50px !important;
  }
  .mt45--pc {
    margin-top: 45px !important;
  }
  .mb45--pc {
    margin-bottom: 45px !important;
  }
  .ml45--pc {
    margin-left: 45px !important;
  }
  .mr45--pc {
    margin-right: 45px !important;
  }
  .pt45--pc {
    padding-top: 45px !important;
  }
  .pb45--pc {
    padding-bottom: 45px !important;
  }
  .pl45--pc {
    padding-left: 45px !important;
  }
  .pr45--pc {
    padding-right: 45px !important;
  }
  .mt40--pc {
    margin-top: 40px !important;
  }
  .mb40--pc {
    margin-bottom: 40px !important;
  }
  .ml40--pc {
    margin-left: 40px !important;
  }
  .mr40--pc {
    margin-right: 40px !important;
  }
  .pt40--pc {
    padding-top: 40px !important;
  }
  .pb40--pc {
    padding-bottom: 40px !important;
  }
  .pl40--pc {
    padding-left: 40px !important;
  }
  .pr40--pc {
    padding-right: 40px !important;
  }
  .mt35--pc {
    margin-top: 35px !important;
  }
  .mb35--pc {
    margin-bottom: 35px !important;
  }
  .ml35--pc {
    margin-left: 35px !important;
  }
  .mr35--pc {
    margin-right: 35px !important;
  }
  .pt35--pc {
    padding-top: 35px !important;
  }
  .pb35--pc {
    padding-bottom: 35px !important;
  }
  .pl35--pc {
    padding-left: 35px !important;
  }
  .pr35--pc {
    padding-right: 35px !important;
  }
  .mt30--pc {
    margin-top: 30px !important;
  }
  .mb30--pc {
    margin-bottom: 30px !important;
  }
  .ml30--pc {
    margin-left: 30px !important;
  }
  .mr30--pc {
    margin-right: 30px !important;
  }
  .pt30--pc {
    padding-top: 30px !important;
  }
  .pb30--pc {
    padding-bottom: 30px !important;
  }
  .pl30--pc {
    padding-left: 30px !important;
  }
  .pr30--pc {
    padding-right: 30px !important;
  }
  .mt25--pc {
    margin-top: 25px !important;
  }
  .mb25--pc {
    margin-bottom: 25px !important;
  }
  .ml25--pc {
    margin-left: 25px !important;
  }
  .mr25--pc {
    margin-right: 25px !important;
  }
  .pt25--pc {
    padding-top: 25px !important;
  }
  .pb25--pc {
    padding-bottom: 25px !important;
  }
  .pl25--pc {
    padding-left: 25px !important;
  }
  .pr25--pc {
    padding-right: 25px !important;
  }
  .mt20--pc {
    margin-top: 20px !important;
  }
  .mb20--pc {
    margin-bottom: 20px !important;
  }
  .ml20--pc {
    margin-left: 20px !important;
  }
  .mr20--pc {
    margin-right: 20px !important;
  }
  .pt20--pc {
    padding-top: 20px !important;
  }
  .pb20--pc {
    padding-bottom: 20px !important;
  }
  .pl20--pc {
    padding-left: 20px !important;
  }
  .pr20--pc {
    padding-right: 20px !important;
  }
  .mt15--pc {
    margin-top: 15px !important;
  }
  .mb15--pc {
    margin-bottom: 15px !important;
  }
  .ml15--pc {
    margin-left: 15px !important;
  }
  .mr15--pc {
    margin-right: 15px !important;
  }
  .pt15--pc {
    padding-top: 15px !important;
  }
  .pb15--pc {
    padding-bottom: 15px !important;
  }
  .pl15--pc {
    padding-left: 15px !important;
  }
  .pr15--pc {
    padding-right: 15px !important;
  }
  .mt10--pc {
    margin-top: 10px !important;
  }
  .mb10--pc {
    margin-bottom: 10px !important;
  }
  .ml10--pc {
    margin-left: 10px !important;
  }
  .mr10--pc {
    margin-right: 10px !important;
  }
  .pt10--pc {
    padding-top: 10px !important;
  }
  .pb10--pc {
    padding-bottom: 10px !important;
  }
  .pl10--pc {
    padding-left: 10px !important;
  }
  .pr10--pc {
    padding-right: 10px !important;
  }
  .mt5--pc {
    margin-top: 5px !important;
  }
  .mb5--pc {
    margin-bottom: 5px !important;
  }
  .ml5--pc {
    margin-left: 5px !important;
  }
  .mr5--pc {
    margin-right: 5px !important;
  }
  .pt5--pc {
    padding-top: 5px !important;
  }
  .pb5--pc {
    padding-bottom: 5px !important;
  }
  .pl5--pc {
    padding-left: 5px !important;
  }
  .pr5--pc {
    padding-right: 5px !important;
  }
  .mt0--pc {
    margin-top: 0px !important;
  }
  .mb0--pc {
    margin-bottom: 0px !important;
  }
  .ml0--pc {
    margin-left: 0px !important;
  }
  .mr0--pc {
    margin-right: 0px !important;
  }
  .pt0--pc {
    padding-top: 0px !important;
  }
  .pb0--pc {
    padding-bottom: 0px !important;
  }
  .pl0--pc {
    padding-left: 0px !important;
  }
  .pr0--pc {
    padding-right: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .fk-gd {
    width: 90%;
  }
  .fk-gd-1-2 .fk-gd_col {
    width: 100%;
  }
  .fk-gd-1-3 .fk-gd_col {
    width: 100%;
  }
  .fk-title1 {
    font-size: 24px;
  }
  .fk-title2 {
    font-size: 24px;
  }
  .fk-title3 {
    font-size: 16px;
  }
  .fk-title4 {
    font-size: 14px;
  }
  .fk-title5 {
    font-size: 12px;
  }
  .fk-title6 {
    font-size: 10px;
  }
  .fk-ft--xl {
    font-size: 24px;
  }
  .fk-ft--l {
    font-size: 16px;
  }
  .fk-ft--m {
    font-size: 14px;
  }
  .fk-ft--s {
    font-size: 12px;
  }
  .fk-ft--xs {
    font-size: 10px;
  }
  .fk-ft--xxs {
    font-size: 8px;
  }
  .fk-accordion.fk-accordion--payment .fk-accordion__title {
    padding: 12px 20px;
    font-size: fs14;
  }
  .fk-accordion.fk-accordion--payment .fk-accordion__title::after {
    right: 20px;
  }
  .fk-accordion.fk-accordion--payment .fk-accordion__body {
    padding: 20px;
  }
  .fk-accordion.fk-accordion--payment .fk-accordion__body .box-gray {
    font-size: fs14;
    margin-bottom: 16px;
    padding: per(0.050847457627119);
  }
  .cards {
    margin-top: 16px;
    text-align: center;
    position: relative;
    padding-top: per(0.145454545454545);
  }
  .cards img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .fk-accordion.fk-accordion--payment.fk-accordion--closed .fk-accordion__title::after {
    right: 20px;
  }
  .fk-modalElement__closeBtn {
    float: right;
  }
  #fk-modalView {
    width: 90%;
  }
  #fk-modalView img {
    width: 100%;
  }
  .slick-dots {
    margin-top: 9px;
  }
  .slick-dots li {
    width: 5px;
    height: 5px;
    margin: 0 5px;
  }
  .slick-dots li button {
    width: 5px;
    height: 5px;
  }
  .fk-modalElement__closeBtn {
    float: right;
  }
  #fk-modalView {
    width: 90%;
  }
  #fk-modalView img {
    width: 100%;
  }
  .pc-only {
    display: none;
  }
  .mt100--sp {
    margin-top: 100px !important;
  }
  .mb100--sp {
    margin-bottom: 100px !important;
  }
  .ml100--sp {
    margin-left: 100px !important;
  }
  .mr100--sp {
    margin-right: 100px !important;
  }
  .pt100--sp {
    padding-top: 100px !important;
  }
  .pb100--sp {
    padding-bottom: 100px !important;
  }
  .pl100--sp {
    padding-left: 100px !important;
  }
  .pr100--sp {
    padding-right: 100px !important;
  }
  .mt95--sp {
    margin-top: 95px !important;
  }
  .mb95--sp {
    margin-bottom: 95px !important;
  }
  .ml95--sp {
    margin-left: 95px !important;
  }
  .mr95--sp {
    margin-right: 95px !important;
  }
  .pt95--sp {
    padding-top: 95px !important;
  }
  .pb95--sp {
    padding-bottom: 95px !important;
  }
  .pl95--sp {
    padding-left: 95px !important;
  }
  .pr95--sp {
    padding-right: 95px !important;
  }
  .mt90--sp {
    margin-top: 90px !important;
  }
  .mb90--sp {
    margin-bottom: 90px !important;
  }
  .ml90--sp {
    margin-left: 90px !important;
  }
  .mr90--sp {
    margin-right: 90px !important;
  }
  .pt90--sp {
    padding-top: 90px !important;
  }
  .pb90--sp {
    padding-bottom: 90px !important;
  }
  .pl90--sp {
    padding-left: 90px !important;
  }
  .pr90--sp {
    padding-right: 90px !important;
  }
  .mt85--sp {
    margin-top: 85px !important;
  }
  .mb85--sp {
    margin-bottom: 85px !important;
  }
  .ml85--sp {
    margin-left: 85px !important;
  }
  .mr85--sp {
    margin-right: 85px !important;
  }
  .pt85--sp {
    padding-top: 85px !important;
  }
  .pb85--sp {
    padding-bottom: 85px !important;
  }
  .pl85--sp {
    padding-left: 85px !important;
  }
  .pr85--sp {
    padding-right: 85px !important;
  }
  .mt80--sp {
    margin-top: 80px !important;
  }
  .mb80--sp {
    margin-bottom: 80px !important;
  }
  .ml80--sp {
    margin-left: 80px !important;
  }
  .mr80--sp {
    margin-right: 80px !important;
  }
  .pt80--sp {
    padding-top: 80px !important;
  }
  .pb80--sp {
    padding-bottom: 80px !important;
  }
  .pl80--sp {
    padding-left: 80px !important;
  }
  .pr80--sp {
    padding-right: 80px !important;
  }
  .mt75--sp {
    margin-top: 75px !important;
  }
  .mb75--sp {
    margin-bottom: 75px !important;
  }
  .ml75--sp {
    margin-left: 75px !important;
  }
  .mr75--sp {
    margin-right: 75px !important;
  }
  .pt75--sp {
    padding-top: 75px !important;
  }
  .pb75--sp {
    padding-bottom: 75px !important;
  }
  .pl75--sp {
    padding-left: 75px !important;
  }
  .pr75--sp {
    padding-right: 75px !important;
  }
  .mt70--sp {
    margin-top: 70px !important;
  }
  .mb70--sp {
    margin-bottom: 70px !important;
  }
  .ml70--sp {
    margin-left: 70px !important;
  }
  .mr70--sp {
    margin-right: 70px !important;
  }
  .pt70--sp {
    padding-top: 70px !important;
  }
  .pb70--sp {
    padding-bottom: 70px !important;
  }
  .pl70--sp {
    padding-left: 70px !important;
  }
  .pr70--sp {
    padding-right: 70px !important;
  }
  .mt65--sp {
    margin-top: 65px !important;
  }
  .mb65--sp {
    margin-bottom: 65px !important;
  }
  .ml65--sp {
    margin-left: 65px !important;
  }
  .mr65--sp {
    margin-right: 65px !important;
  }
  .pt65--sp {
    padding-top: 65px !important;
  }
  .pb65--sp {
    padding-bottom: 65px !important;
  }
  .pl65--sp {
    padding-left: 65px !important;
  }
  .pr65--sp {
    padding-right: 65px !important;
  }
  .mt60--sp {
    margin-top: 60px !important;
  }
  .mb60--sp {
    margin-bottom: 60px !important;
  }
  .ml60--sp {
    margin-left: 60px !important;
  }
  .mr60--sp {
    margin-right: 60px !important;
  }
  .pt60--sp {
    padding-top: 60px !important;
  }
  .pb60--sp {
    padding-bottom: 60px !important;
  }
  .pl60--sp {
    padding-left: 60px !important;
  }
  .pr60--sp {
    padding-right: 60px !important;
  }
  .mt55--sp {
    margin-top: 55px !important;
  }
  .mb55--sp {
    margin-bottom: 55px !important;
  }
  .ml55--sp {
    margin-left: 55px !important;
  }
  .mr55--sp {
    margin-right: 55px !important;
  }
  .pt55--sp {
    padding-top: 55px !important;
  }
  .pb55--sp {
    padding-bottom: 55px !important;
  }
  .pl55--sp {
    padding-left: 55px !important;
  }
  .pr55--sp {
    padding-right: 55px !important;
  }
  .mt50--sp {
    margin-top: 50px !important;
  }
  .mb50--sp {
    margin-bottom: 50px !important;
  }
  .ml50--sp {
    margin-left: 50px !important;
  }
  .mr50--sp {
    margin-right: 50px !important;
  }
  .pt50--sp {
    padding-top: 50px !important;
  }
  .pb50--sp {
    padding-bottom: 50px !important;
  }
  .pl50--sp {
    padding-left: 50px !important;
  }
  .pr50--sp {
    padding-right: 50px !important;
  }
  .mt45--sp {
    margin-top: 45px !important;
  }
  .mb45--sp {
    margin-bottom: 45px !important;
  }
  .ml45--sp {
    margin-left: 45px !important;
  }
  .mr45--sp {
    margin-right: 45px !important;
  }
  .pt45--sp {
    padding-top: 45px !important;
  }
  .pb45--sp {
    padding-bottom: 45px !important;
  }
  .pl45--sp {
    padding-left: 45px !important;
  }
  .pr45--sp {
    padding-right: 45px !important;
  }
  .mt40--sp {
    margin-top: 40px !important;
  }
  .mb40--sp {
    margin-bottom: 40px !important;
  }
  .ml40--sp {
    margin-left: 40px !important;
  }
  .mr40--sp {
    margin-right: 40px !important;
  }
  .pt40--sp {
    padding-top: 40px !important;
  }
  .pb40--sp {
    padding-bottom: 40px !important;
  }
  .pl40--sp {
    padding-left: 40px !important;
  }
  .pr40--sp {
    padding-right: 40px !important;
  }
  .mt35--sp {
    margin-top: 35px !important;
  }
  .mb35--sp {
    margin-bottom: 35px !important;
  }
  .ml35--sp {
    margin-left: 35px !important;
  }
  .mr35--sp {
    margin-right: 35px !important;
  }
  .pt35--sp {
    padding-top: 35px !important;
  }
  .pb35--sp {
    padding-bottom: 35px !important;
  }
  .pl35--sp {
    padding-left: 35px !important;
  }
  .pr35--sp {
    padding-right: 35px !important;
  }
  .mt30--sp {
    margin-top: 30px !important;
  }
  .mb30--sp {
    margin-bottom: 30px !important;
  }
  .ml30--sp {
    margin-left: 30px !important;
  }
  .mr30--sp {
    margin-right: 30px !important;
  }
  .pt30--sp {
    padding-top: 30px !important;
  }
  .pb30--sp {
    padding-bottom: 30px !important;
  }
  .pl30--sp {
    padding-left: 30px !important;
  }
  .pr30--sp {
    padding-right: 30px !important;
  }
  .mt25--sp {
    margin-top: 25px !important;
  }
  .mb25--sp {
    margin-bottom: 25px !important;
  }
  .ml25--sp {
    margin-left: 25px !important;
  }
  .mr25--sp {
    margin-right: 25px !important;
  }
  .pt25--sp {
    padding-top: 25px !important;
  }
  .pb25--sp {
    padding-bottom: 25px !important;
  }
  .pl25--sp {
    padding-left: 25px !important;
  }
  .pr25--sp {
    padding-right: 25px !important;
  }
  .mt20--sp {
    margin-top: 20px !important;
  }
  .mb20--sp {
    margin-bottom: 20px !important;
  }
  .ml20--sp {
    margin-left: 20px !important;
  }
  .mr20--sp {
    margin-right: 20px !important;
  }
  .pt20--sp {
    padding-top: 20px !important;
  }
  .pb20--sp {
    padding-bottom: 20px !important;
  }
  .pl20--sp {
    padding-left: 20px !important;
  }
  .pr20--sp {
    padding-right: 20px !important;
  }
  .mt15--sp {
    margin-top: 15px !important;
  }
  .mb15--sp {
    margin-bottom: 15px !important;
  }
  .ml15--sp {
    margin-left: 15px !important;
  }
  .mr15--sp {
    margin-right: 15px !important;
  }
  .pt15--sp {
    padding-top: 15px !important;
  }
  .pb15--sp {
    padding-bottom: 15px !important;
  }
  .pl15--sp {
    padding-left: 15px !important;
  }
  .pr15--sp {
    padding-right: 15px !important;
  }
  .mt10--sp {
    margin-top: 10px !important;
  }
  .mb10--sp {
    margin-bottom: 10px !important;
  }
  .ml10--sp {
    margin-left: 10px !important;
  }
  .mr10--sp {
    margin-right: 10px !important;
  }
  .pt10--sp {
    padding-top: 10px !important;
  }
  .pb10--sp {
    padding-bottom: 10px !important;
  }
  .pl10--sp {
    padding-left: 10px !important;
  }
  .pr10--sp {
    padding-right: 10px !important;
  }
  .mt5--sp {
    margin-top: 5px !important;
  }
  .mb5--sp {
    margin-bottom: 5px !important;
  }
  .ml5--sp {
    margin-left: 5px !important;
  }
  .mr5--sp {
    margin-right: 5px !important;
  }
  .pt5--sp {
    padding-top: 5px !important;
  }
  .pb5--sp {
    padding-bottom: 5px !important;
  }
  .pl5--sp {
    padding-left: 5px !important;
  }
  .pr5--sp {
    padding-right: 5px !important;
  }
  .mt0--sp {
    margin-top: 0px !important;
  }
  .mb0--sp {
    margin-bottom: 0px !important;
  }
  .ml0--sp {
    margin-left: 0px !important;
  }
  .mr0--sp {
    margin-right: 0px !important;
  }
  .pt0--sp {
    padding-top: 0px !important;
  }
  .pb0--sp {
    padding-bottom: 0px !important;
  }
  .pl0--sp {
    padding-left: 0px !important;
  }
  .pr0--sp {
    padding-right: 0px !important;
  }
}
