@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: normal;
  word-wrap: break-word;
  min-height: 0;
  min-width: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100vh;
  width: 100%;
  color: #040000;
  font-family: Helvetica,Arial,Doroid Sans,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
  font-weight: 500;
  font-size: calc( (100vw / 750 ) * 28 );
  line-height: 1.5;
  -webkit-text-size-adjust: 100% !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header,
footer,
section,
article {
  display: block;
}

small {
  font-size: 60%;
}

h1,
h2,
h3,
h4 {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

a {
  color: #040000;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  appearance: none;
  font-family: Helvetica,Arial,Doroid Sans,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}

select::-ms-expand {
  display: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="file"] {
  display: none;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.fs10 {
  font-size: 10px !important;
}

.fs11 {
  font-size: 11px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs13 {
  font-size: 13px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs17 {
  font-size: 17px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs19 {
  font-size: 19px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs21 {
  font-size: 21px !important;
}

.fs22 {
  font-size: 22px !important;
}

.fs23 {
  font-size: 23px !important;
}

.fs24 {
  font-size: 24px !important;
}

.fs25 {
  font-size: 25px !important;
}

.fs26 {
  font-size: 26px !important;
}

.fs27 {
  font-size: 27px !important;
}

.fs28 {
  font-size: 28px !important;
}

.fs29 {
  font-size: 29px !important;
}

.fs30 {
  font-size: 30px !important;
}

.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.fwb {
  font-weight: bold !important;
}

.fwn {
  font-weight: normal !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.view-tab {
  display: none;
}

.display-none {
  display: none;
}

.bg__maincolor {
  background-color: #ffd400;
}

.bg__ly {
  background-color: light-orange;
}

.c-maincolor {
  color: #ffd400;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-spacebetween {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-align {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: calc( (100vw / 750 ) * 34 );
}

.btn,
.checkbox-area label,
.btn-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50rem;
  background: #fff;
  color: #000;
  border: calc((100vw / 750 ) * 3 ) solid #d9d9d9;
  height: calc((100vw / 750 ) * 100 );
  width: 100%;
  -webkit-box-shadow: 3px 3px 0 #d9d9d9;
  box-shadow: 3px 3px 0 #d9d9d9;
  font-size: calc( (100vw / 750 ) * 28 );
  cursor: pointer;
}

.btn:hover,
.checkbox-area label:hover,
.btn-search:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  position: relative;
  top: calc((100vw / 750 ) * 3 );
  left: calc((100vw / 750 ) * 3 );
}

.btn:disabled,
.checkbox-area label:disabled,
.btn-search:disabled {
  background-color: #e3e3e3;
}

.btn.is-active,
.checkbox-area label.is-active,
.btn-search.is-active,
.checkbox-area input[type="checkbox"]:checked + label {
  background-color: #fff7e6;
  border-color: #fa0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  top: calc((100vw / 750 ) * 3 );
  left: calc((100vw / 750 ) * 3 );
}

.btn.is-tooltip,
.checkbox-area label.is-tooltip,
.btn-search.is-tooltip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc((100vw / 750 ) * 140 );
  height: calc((100vw / 750 ) * 60 );
  border-color: #d9d9d9;
  -webkit-box-shadow: .4vw .4vw 0 #d9d9d9;
  box-shadow: .4vw .4vw 0 #d9d9d9;
  font-size: calc( (100vw / 750 ) * 24 );
}

.btn.is-tooltip .img,
.checkbox-area label.is-tooltip .img,
.btn-search.is-tooltip .img {
  width: calc((100vw / 750 ) * 36 );
  height: calc((100vw / 750 ) * 36 );
  margin-right: calc((100vw / 750 ) * 10 );
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.btn.is-back,
.checkbox-area label.is-back,
.btn-search.is-back {
  width: calc((100vw / 750 ) * 300 );
  height: calc((100vw / 750 ) * 91 );
  margin: 0 0 calc((100vw / 750 ) * 45 );
  padding: 0 0 0 calc((100vw / 750 ) * 60 );
  font-size: calc( (100vw / 750 ) * 24 );
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn.is-back:before,
.checkbox-area label.is-back:before,
.btn-search.is-back:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: calc((100vw / 750 ) * 30 );
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  border-width: calc((100vw / 750 ) * 12 ) calc((100vw / 750 ) * 12 ) calc((100vw / 750 ) * 12 ) 0;
  border-color: transparent #e40b20 transparent transparent;
}

.link {
  cursor: pointer;
}

.link-window {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-window:after {
  content: "";
  background: url("data:image/svg+xmlcharset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2212%22%20viewBox%3D%220%200%2014%2012%22%3E%3Cpath%20d%3D%22M4%201h9v7h-2V3H4V1zM3%200h11v9h-3V3H3V0zM1%205h9v6H1V5zM0%203h11v9H0V3z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0;
  display: inline-block;
  background-size: 14px 12px;
  width: 14px;
  height: 12px;
  margin-left: 5px;
}

.link-img {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-img .img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.link-img:hover {
  text-decoration: none;
  cursor: pointer;
}

.link-img:hover .img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.link-box {
  background: #fff;
  padding: 15px;
}

.list-normal >.item-normal {
  position: relative;
  padding-left: calc((100vw / 750 ) * 25 );
}

.text {
  font-size: 15px;
  font-size: 1.5rem;
}

.text__em {
  font-size: 20px;
  font-size: 2rem;
}

.img-base {
  margin: 0 auto 20px auto;
  text-align: center;
}

.img-fit {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  width: 100%;
  height: 100%;
}

.frame,
.frame-border {
  border-radius: 10px;
  background-color: #fff;
  padding: calc((100vw / 750 ) * 50 ) calc((100vw / 750 ) * 30 );
  margin: calc((100vw / 750 ) * 80 ) calc((100vw / 750 ) * 40 ) calc((100vw / 750 ) * 40 );
}

.frame-border,
.frame-border-border {
  margin: 0;
  border: solid calc((100vw / 750 ) * 8 ) #e6e6e6;
}

.wrap__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: calc((100vw / 750 ) * 100 );
  padding: 0 calc((100vw / 750 ) * 25 );
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
}

.wrap__header.is-active {
  position: fixed;
}

.logo__header {
  width: calc((100vw / 750 ) * 237.9 );
}

.list__nav__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.list__nav__header .item__list__nav__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: calc((100vw / 750 ) * 16 );
  margin-left: calc((100vw / 750 ) * 24 );
}

.list__nav__header .link__nav__header {
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.list__nav__header .link__nav__header:hover {
  opacity: .6;
}

.list__nav__header .link__nav__header .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc((100vw / 750 ) * 45 );
}

.list__nav__header .link__nav__header .icon.sort .img {
  width: calc((100vw / 750 ) * 50.1 );
  height: calc((100vw / 750 ) * 38 );
}

.list__nav__header .link__nav__header .icon.search .img {
  width: calc((100vw / 750 ) * 44.1 );
  height: calc((100vw / 750 ) * 45 );
}

.tab__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  width: calc((100vw / 750 ) * 160 );
  height: calc((100vw / 750 ) * 62 );
  margin: 0 auto;
  border-radius: 4px 4px 0 0;
  border-top: solid 2px #ccc;
  border-left: solid 2px #ccc;
  border-right: solid 2px #ccc;
  background-image: -webkit-gradient(linear,left top, left bottom,from(#fff),to(#e6e6e6));
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
}

.tab__footer .img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: calc((100vw / 750 ) * 35 );
  height: calc((100vw / 750 ) * 17.5 );
}

.tab__footer.is-active {
  position: relative;
  bottom: 0;
}

.tab__footer.is-active .img {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.wrap__footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
  bottom: calc((100vw / 750 ) * -225 );
  z-index: 3;
}

.wrap__footer.is-active {
  bottom: 0;
}

.wrap__sns {
  background: #fff;
  border-top: 1px solid #ccc;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: calc((100vw / 750 ) * 120 );
}

.wrap__sns .wrap__sns_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  width: 95%;
}

.wrap__sns .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrap__sns .item__sns {
  margin: 0 calc((100vw / 750 ) * 5 );
}

.link__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: calc((100vw / 750 ) * 22 );
}

.link__sns.is-official {
  width: calc((100vw / 750 ) * 400 );
  height: calc((100vw / 750 ) * 60 );
  border-radius: 30rem;
  border: solid calc((100vw / 750 ) * 4 ) #ccc;
  -webkit-box-shadow: 2px 2px 0 #ccc;
  box-shadow: 2px 2px 0 #ccc;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0s;
  transition: all 0s;
  font-size: calc((100vw / 750 ) * 20 );
}

.link__sns.is-official:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  top: calc((100vw / 750 ) * 3 );
  left: calc((100vw / 750 ) * 3 );
  opacity: 1;
}

.link__sns .icon {
  width: calc((100vw / 750 ) * 70 );
  height: calc((100vw / 750 ) * 70 );
}

.link__sns .icon.is-official {
  width: calc((100vw / 750 ) * 70 );
  border: calc((100vw / 750 ) * 4 ) solid #ccc;
  padding: calc((100vw / 750 ) * 8 );
  border-radius: 100%;
  background: #fff;
  position: absolute;
  left: calc((100vw / 750 ) * -4 );
}

.wrap__copyright {
  background: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc((100vw / 750 ) * 105 );
}

.copyright {
  text-align: center;
  font-size: calc( (100vw / 750 ) * 12 );
}

.pagetop {
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: calc((100vw / 750 ) * 22.8 );
  right: calc((100vw / 750 ) * 22.5 );
  width: calc((100vw / 750 ) * 110 );
  height: calc((100vw / 750 ) * 110 );
  z-index: 4;
  -webkit-transition: bottom .2s ease;
  transition: bottom .2s ease;
}

.pagetop.is-footer-active {
  bottom: calc((100vw / 750 ) * 250 );
}

.main {
  margin-top: calc((100vw / 750 ) * 100 );
}

.inner {
  margin: 0 calc((100vw / 750 ) * 40 );
}

.section {
  margin: 0 0 calc((100vw / 750 ) * 70 );
}

.wrap__base {
  margin-bottom: calc((100vw / 750 ) * 50 );
}

.wrap__middle {
  margin-bottom: 30px;
}

.box__base {
  margin-bottom: calc((100vw / 750 ) * 20 );
}

.box__base__top {
  margin-top: calc((100vw / 750 ) * 20 );
}

.wrap__modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 10;
  display: none;
}

.wrap__modal.is-active {
  display: block;
}

.modal {
  width: calc((100vw / 750 ) * 710 );
  max-height: 85vh;
  margin-left: calc((100vw / 750 ) * -355 );
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 11;
  border-radius: 10px;
  display: none;
}

.modal.is-active {
  display: block;
}

.modal .close .img {
  width: calc((100vw / 750 ) * 48 );
  height: calc((100vw / 750 ) * 48 );
  cursor: pointer;
}

.header__modal {
  background: #f2f2f2;
  border-radius: 10px 10px 0 0;
  height: calc((100vw / 750 ) * 110 );
  padding: 0 calc((100vw / 750 ) * 30 );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.ttl__modal {
  font-size: calc( (100vw / 750 ) * 36 );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content__modal {
  padding: calc((100vw / 750 ) * 40 );
}

.clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.clm__clm2 >.item-clm2 {
  width: 48.4375%;
}

.clm__clm3 {
  margin-right: -1%;
}

.clm__clm3 >.item-clm3 {
  width: 32%;
  margin-right: 1%;
}

.clm__clm4 >.item-clm4 {
  width: 23.4375%;
}

.list__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nav__detail {
  height: calc((100vw / 750 ) * 500 );
  width: 100%;
  position: absolute;
  top: 0;
}

.item__nav__datail,
.slider__pickup .slick-arrow {
  cursor: pointer;
  display: block;
  width: calc((100vw / 750 ) * 40 );
  height: calc((100vw / 750 ) * 160 );
  border-radius: 1.06666vw;
  border: solid 2px #ccc;
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.item__nav__datail:before,
.slider__pickup .slick-arrow:before {
  content: "";
  display: block;
  height: calc((100vw / 750 ) * 17 );
  width: calc((100vw / 750 ) * 34 );
  background: url("/img/arrow.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
}

.item__nav__datail .link__nav__detail,
.slider__pickup .slick-arrow .link__nav__detail {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-indent: -9999px;
}

.item__nav__datail.is-prev,
.slider__pickup .slick-arrow.is-prev,
.slider__pickup .slick-arrow.slick-prev {
  left: calc((100vw / 750 ) * 20 );
}

.item__nav__datail.is-prev:before,
.slider__pickup .slick-arrow.is-prev:before,
.slider__pickup .slick-arrow.slick-prev:before {
  -webkit-transform: translate(-50%,-50%) rotate(90deg);
  transform: translate(-50%,-50%) rotate(90deg);
}

.item__nav__datail.is-next,
.slider__pickup .slick-arrow.is-next,
.slider__pickup .slick-arrow.slick-next {
  right: calc((100vw / 750 ) * 20 );
}

.item__nav__datail.is-next:before,
.slider__pickup .slick-arrow.is-next:before,
.slider__pickup .slick-arrow.slick-next:before {
  -webkit-transform: translate(-50%,-50%) rotate(270deg);
  transform: translate(-50%,-50%) rotate(270deg);
}

.loading,
#loading-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: calc((100vw / 750 ) * 20 ) 0;
}

.loading .img,
#loading-more .img {
  width: calc((100vw / 750 ) * 80 );
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.wrap__mainlist {
  padding: calc((100vw / 750 ) * 60 ) 0 calc((100vw / 750 ) * 108 );
}

#mainlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto;
  width: 96vw;
}

#mainlist .loadItem {
  width: 23vw;
  margin: 0 .5vw calc((100vw / 750 ) * 45 ) .5vw;
  font-size: calc( (100vw / 750 ) * 18 );
}

#mainlist .loadItem .img__loadItem {
  width: 23vw;
  height: 23vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23vw;
  flex: 0 0 23vw;
}

#mainlist .loadItem .img {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;';
  width: 100%;
}

#mainlist .loadItem .link__loadtItem {
  display: block;
}

#mainlist .loadItem .link__loadtItem .img__loadItem {
  position: relative;
  -webkit-transition: all .2s;
  transition: all .2s;
  bottom: 0;
  border-radius: 6px;
  -webkit-transform: none;
  transform: none;
  border: solid 1px #e3e3e3;
  margin-bottom: 5px;
}

#mainlist .NoItem {
  text-align: center;
  margin: 0 auto;
}

.cover__pickup {
  display: none;
  overflow: hidden;
  padding-bottom: calc((100vw / 750 ) * 60 );
}

.wrap__pickup {
  background: #f2f2f2;
  height: calc((100vw / 750 ) * 360 );
  position: relative;
  padding-top: calc((100vw / 750 ) * 40 );
}

.bg__pickup {
  position: absolute;
  top: calc((100vw / 750 ) * 30 );
  border-radius: 2.6666vw;
  background: #fff url("/img/pattern_MV@2x.png") repeat-x;
  background-position: bottom .78125vw left .703125vw;
  background-size: calc((100vw / 750 ) * 300 ) auto;
  -webkit-box-shadow: calc((100vw / 750 ) * 14 ) calc((100vw / 750 ) * 10 ) 0 #d9d9d9;
  box-shadow: calc((100vw / 750 ) * 14 ) calc((100vw / 750 ) * 10 ) 0 #d9d9d9;
  -webkit-transform: skewX(-4deg) rotate(-4deg);
  transform: skewX(-4deg) rotate(-4deg);
  height: calc((100vw / 750 ) * 330 );
  width: calc((100vw / 750 ) * 730 );
  left: calc((100vw / 750 ) * 40 );
}

.bg__pickup:before {
  content: "";
  display: block;
  background: -webkit-gradient(linear,left top, left bottom,from(#fff),color-stop(20%, #fff),to(rgba(255,255,255,0)));
  background: linear-gradient(to bottom,#fff 0%,#fff 20%,rgba(255,255,255,0) 100%);
  width: 100%;
  height: 100%;
}

.ttl__pickup {
  position: absolute;
  z-index: 5;
  width: calc((100vw / 750 ) * 238.5 );
  top: calc((100vw / 750 ) * 30 );
  left: calc((100vw / 750 ) * 30 );
}

.slider__pickup {
  height: 100%;
}

.slider__pickup .slick-list {
  height: 100%;
}

.slider__pickup .slick-arrow {
  z-index: 3;
}

.slider__pickup .slick-arrow.slick-prev {
  text-indent: -9999px;
}

.slider__pickup .slick-arrow.slick-next {
  text-indent: -9999px;
}

.slider__pickup .slick-track {
  height: 100%;
}

.slider__pickup .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc((100vw / 750 ) * -60 );
}

.slider__pickup .slick-dots li {
  cursor: pointer;
  text-indent: -9999px;
  border: calc((100vw / 750 ) * 4 ) solid #e6e6e6;
  width: calc((100vw / 750 ) * 20 );
  height: calc((100vw / 750 ) * 20 );
  border-radius: 100%;
  margin: 0 calc((100vw / 750 ) * 7.5 );
}

.slider__pickup .slick-dots li.slick-active {
  background: #000;
  border-color: #000;
}

.inner__pickup {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: calc((100vw / 750 ) * 510 );
  margin: 0 auto;
}

.img__pickup {
  width: calc((100vw / 750 ) * 320 );
  text-align: right;
}

.content__pickup {
  width: calc((100vw / 750 ) * 240 );
}

.ttl__content__pickup {
  font-size: calc( (100vw / 750 ) * 28 );
}

.ttl__content__pickup-no {
  display: block;
  font-size: calc( (100vw / 750 ) * 18 );
  margin-bottom: calc((100vw / 750 ) * 10 );
}

.ttl__content__pickup-subname {
  margin-top: 10px;
  display: block;
  color: #999;
}

.img__content__pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: calc((100vw / 750 ) * 40 );
}

.label__pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: calc((100vw / 750 ) * 10 );
  font-size: calc( (100vw / 750 ) * 20 );
}

.label__pickup .img {
  width: calc((100vw / 750 ) * 60 );
  background: #fff;
}

.wrap__result {
  width: calc((100vw / 750 ) * 670 );
  border-radius: 2.13333vw;
  border: solid calc((100vw / 750 ) * 8 ) #e6e6e6;
  margin: calc((100vw / 750 ) * 40 ) auto 0;
  padding: calc((100vw / 750 ) * 40 ) calc((100vw / 750 ) * 20 );
  display: none;
}

.count__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ttl__result {
  border-radius: 3.33333vw 0 0 3.33333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000;
  height: calc((100vw / 750 ) * 50 );
  width: calc((100vw / 750 ) * 180 );
  font-size: calc((100vw / 750 ) * 28 );
  color: #fff;
  position: relative;
  padding: 0 0 0 calc((100vw / 750 ) * 15 );
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24vw;
  flex: 0 0 24vw;
  cursor: pointer;
}

.ttl__result:before {
  content: "";
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ttl__result:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc((100vw / 750 ) * 25 ) 0 calc((100vw / 750 ) * 25 ) calc((100vw / 750 ) * 25 );
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 0;
  right: calc((100vw / 750 ) * -24 );
}

.ttl__result .name {
  display: block;
  width: calc((100vw / 750 ) * 220 );
  text-align: center;
}

.ttl__result.is-search:before {
  background: url("/img/icon_search_w.svg") no-repeat 0 0;
  background-size: contain;
  width: calc((100vw / 750 ) * 34.27 );
  height: calc((100vw / 750 ) * 35 );
}

.ttl__result.is-sort:before {
  background: url("/img/icon_sort_w.svg") no-repeat center center;
  background-size: contain;
  width: calc((100vw / 750 ) * 40.44 );
  height: calc((100vw / 750 ) * 30 );
}

.content__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content__result.is-search {
  margin-bottom: calc((100vw / 750 ) * 15 );
}

.content__result.is-sort {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list__result {
  margin-left: calc((100vw / 750 ) * 40 );
}

.item__list__result {
  width: 100%;
  min-height: calc((100vw / 750 ) * 50 );
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.item__list__result.is-search {
  display: none;
  margin-bottom: calc((100vw / 750 ) * 40 );
}

.item__list__result.is-search.is-word {
  font-weight: bold;
  font-size: calc( (100vw / 750 ) * 32 );
  margin-bottom: 30px;
  line-height: calc((100vw / 750 ) * 50 );
}

.item__list__result.is-search.is-type {
  margin-bottom: calc((100vw / 750 ) * 15 );
}

.item__list__result.is-search.is-area {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.item__list__result.is-search.is-area .inner__item_list_result {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.item__list__result.is-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inner__item_list_result {
  font-size: calc((100vw / 750 ) * 26 );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.label__list__result {
  font-weight: bold;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc((100vw / 750 ) * 50 );
}

.body__list__result {
  min-height: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: calc((100vw / 750 ) * 50 );
}

.result-area .name:after {
  content: ", ";
}

.result-area .name:last-of-type:after {
  content: "";
}

.result-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item__result-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: calc( (100vw / 750 ) * 16 );
  margin-right: calc((100vw / 750 ) * 10 );
  line-height: 1.3;
}

.item__result-type:last-of-type {
  margin-right: 0;
}

.item__result-type .img {
  width: calc((100vw / 750 ) * 50 );
}

.result-sort-sort .span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.result-sort-sort .img {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: calc((100vw / 750 ) * 20 );
  margin: 0 calc((100vw / 750 ) * 10 );
}

.ttl__modal .img {
  margin-right: calc((100vw / 750 ) * 10 );
}

.ttl__modal.is-sort .img {
  width: calc((100vw / 750 ) * 89.65 );
  height: calc((100vw / 750 ) * 68 );
}

.ttl__modal.is-search .img {
  width: calc((100vw / 750 ) * 73.5 );
  height: calc((100vw / 750 ) * 75 );
}

.content__modal.is-search {
  overflow: auto;
  max-height: calc(85vh - ((456 / 750) * 100vw));
}

.ttl__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  font-size: calc( (100vw / 750 ) * 32 );
  margin: calc((100vw / 750 ) * 45 ) 0 calc((100vw / 750 ) * 10 );
}

.ttl__search .img {
  width: calc((100vw / 750 ) * 34 );
  height: calc((100vw / 750 ) * 34 );
  margin-right: calc((100vw / 750 ) * 10 );
}

.ttl__search:first-of-type {
  margin-top: 0;
}

.list__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list__search.is-type {
  margin: 0 0 calc((100vw / 750 ) * -15 ) 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.list__search-btns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list__search-btns .item__list__search-btns {
  position: relative;
  width: 48%;
  height: calc((100vw / 750 ) * 100 );
  max-width: 300px;
}

.list__search-btns .item__list__search-btns .inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list__search-btns.is-area {
  margin-bottom: calc((100vw / 750 ) * -20 );
}

.list__search-btns.is-area .item__list__search-btns {
  margin-bottom: calc((100vw / 750 ) * 20 );
}

.list__search-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f2f2f2;
  height: calc((100vw / 750 ) * 300 );
  border-radius: 0 0 10px 10px;
}

.list__search-submit .item__list__search-submit {
  width: calc((100vw / 750 ) * 500 );
  margin: 0 auto;
}

.btn.js-sort .img,
.checkbox-area label.js-sort .img,
.btn-search.js-sort .img {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: calc((100vw / 750 ) * 20 );
  margin: 0 calc((100vw / 750 ) * 10 );
}

.input,
.wrap__select {
  border-radius: 8px;
  border: solid calc((100vw / 750 ) * 4 ) #d9d9d9;
  background-color: #fff;
  width: 100%;
  height: calc((100vw / 750 ) * 100 );
  padding: 0 calc((100vw / 750 ) * 30 );
  font-size: calc( (100vw / 750 ) * 28 );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap__select {
  position: relative;
  padding: 0;
}

.wrap__select:after {
  content: "";
  display: block;
  position: absolute;
  width: calc((100vw / 750 ) * 32 );
  height: calc((100vw / 750 ) * 16 );
  top: 50%;
  right: calc((100vw / 750 ) * 20 );
  margin-top: calc((100vw / 750 ) * -8 );
  background: url("/img/arrow_og.png") no-repeat;
  background-size: contain;
  pointer-events: none;
}

.wrap__select .select {
  width: 100%;
  height: 100%;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 calc((100vw / 750 ) * 30 );
  font-size: calc( (100vw / 750 ) * 28 );
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.checkbox-type {
  cursor: pointer;
  color: #333;
  background: #fff;
  padding: 0 calc((100vw / 750 ) * 2 ) calc((100vw / 750 ) * 15 );
  width: 16.6666%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.checkbox-type label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-width: 50px;
  text-align: center;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  font-size: calc( (100vw / 750 ) * 16 );
}

.checkbox-type label:before {
  content: "";
  display: block;
  width: calc((100vw / 750 ) * 88 );
  height: calc((100vw / 750 ) * 88 );
  background-repeat: no-repeat;
  background-size: contain;
  border: solid 1px #fff;
}

.checkbox-type label[for="type-no1"]:before {
  background-image: url("/img/icon_type_1_off.svg");
}

.checkbox-type label[for="type-no2"]:before {
  background-image: url("/img/icon_type_2_off.svg");
}

.checkbox-type label[for="type-no3"]:before {
  background-image: url("/img/icon_type_3_off.svg");
}

.checkbox-type label[for="type-no4"]:before {
  background-image: url("/img/icon_type_4_off.svg");
}

.checkbox-type label[for="type-no5"]:before {
  background-image: url("/img/icon_type_5_off.svg");
}

.checkbox-type label[for="type-no6"]:before {
  background-image: url("/img/icon_type_6_off.svg");
}

.checkbox-type label[for="type-no7"]:before {
  background-image: url("/img/icon_type_7_off.svg");
}

.checkbox-type label[for="type-no8"]:before {
  background-image: url("/img/icon_type_8_off.svg");
}

.checkbox-type label[for="type-no9"]:before {
  background-image: url("/img/icon_type_9_off.svg");
}

.checkbox-type label[for="type-no10"]:before {
  background-image: url("/img/icon_type_10_off.svg");
}

.checkbox-type label[for="type-no11"]:before {
  background-image: url("/img/icon_type_11_off.svg");
}

.checkbox-type label[for="type-no12"]:before {
  background-image: url("/img/icon_type_12_off.svg");
}

.checkbox-type label[for="type-no13"]:before {
  background-image: url("/img/icon_type_13_off.svg");
}

.checkbox-type label[for="type-no14"]:before {
  background-image: url("/img/icon_type_14_off.svg");
}

.checkbox-type label[for="type-no15"]:before {
  background-image: url("/img/icon_type_15_off.svg");
}

.checkbox-type label[for="type-no16"]:before {
  background-image: url("/img/icon_type_16_off.svg");
}

.checkbox-type label[for="type-no17"]:before {
  background-image: url("/img/icon_type_17_off.svg");
}

.checkbox-type label[for="type-no18"]:before {
  background-image: url("/img/icon_type_18_off.svg");
}

.checkbox-type input[type="checkbox"] {
  display: none;
}

.checkbox-type input[type="checkbox"]:checked + label[for="type-no1"]:before {
  background-image: url("/img/icon_type_1_on.svg");
}

.checkbox-type input[type="checkbox"]:checked + label[for="type-no2"]:before {
  background-image: url("/img/icon_type_2_on.svg");
}

.checkbox-type input[type="checkbox"]:checked + label[for="type-no3"]:before {
  background-image: url("/img/icon_type_3_on.svg");
}

.checkbox-type input[type="checkbox"]:checked + label[for="type-no4"]:before {
  background-image: url("/img/icon_type_4_on.svg");
}

.checkbox-type input[type="checkbox"]:checked + label[for="type-no5"]:before {
  background-image: url("/img/icon_type_5_on.svg");
}

.checkbox-type input[type="checkbox"]:checked + label[for="type-no6"]:before {
  background-image: url("/img/icon_type_6_on.svg");
}

.checkbox-type input[type="checkbox"]:checked + label[for="type-no7"]:before {
  background-image: url("/img/icon_type_7_on.svg");
}

.checkbox-type input[type="checkbox"]:checked + label[for="type-no8"]:before {
  background-image: url("/img/icon_type_8_on.svg");
}

.checkbox-type input[type="checkbox"]:checked + label[for="type-no9"]:before {
  background-image: url("/img/icon_type_9_on.svg");
}

.checkbox-type input[type="checkbox"]:checked + label[for="type-no10"]:before {
  background-image: url("/img/icon_type_10_on.svg");
}

.checkbox-type input[type="checkbox"]:checked + label[for="type-no11"]:before {
  background-image: url("/img/icon_type_11_on.svg");
}

.checkbox-type input[type="checkbox"]:checked + label[for="type-no12"]:before {
  background-image: url("/img/icon_type_12_on.svg");
}

.checkbox-type input[type="checkbox"]:checked + label[for="type-no13"]:before {
  background-image: url("/img/icon_type_13_on.svg");
}

.checkbox-type input[type="checkbox"]:checked + label[for="type-no14"]:before {
  background-image: url("/img/icon_type_14_on.svg");
}

.checkbox-type input[type="checkbox"]:checked + label[for="type-no15"]:before {
  background-image: url("/img/icon_type_15_on.svg");
}

.checkbox-type input[type="checkbox"]:checked + label[for="type-no16"]:before {
  background-image: url("/img/icon_type_16_on.svg");
}

.checkbox-type input[type="checkbox"]:checked + label[for="type-no17"]:before {
  background-image: url("/img/icon_type_17_on.svg");
}

.checkbox-type input[type="checkbox"]:checked + label[for="type-no18"]:before {
  background-image: url("/img/icon_type_18_on.svg");
}

.checkbox-area {
  position: relative;
  display: block;
}

.checkbox-area input[type="checkbox"] {
  display: none;
}

.checkbox-area input[type="checkbox"]:checked:hover + label {
  position: absolute;
  top: calc((100vw / 750 ) * 3 );
  left: calc((100vw / 750 ) * 3 );
}

.content__search-range {
  padding: 0 calc((100vw / 750 ) * 25 ) calc((100vw / 750 ) * 40 );
}

.text__search-range {
  font-weight: bold;
  text-align: center;
  margin-bottom: calc((100vw / 750 ) * 10 );
}

.text__search-range input {
  font-size: calc( (100vw / 750 ) * 32 );
  width: 1.75em;
  font-weight: bold;
  text-align: right;
}

.btn-search {
  border-color: #e40b20;
  background: #e40b20;
  position: relative;
  margin-bottom: calc((100vw / 750 ) * 20 );
  -webkit-box-shadow: calc((100vw / 750 ) * 3 ) calc((100vw / 750 ) * 3 ) 0 #810813;
  box-shadow: calc((100vw / 750 ) * 3 ) calc((100vw / 750 ) * 3 ) 0 #810813;
}

.btn-search:before {
  content: "";
  background: url("/img/icon_search_w.svg") no-repeat 50% 50%;
  background-size: contain;
  display: block;
  width: calc((100vw / 750 ) * 48.8 );
  height: calc((100vw / 750 ) * 49.9 );
  position: absolute;
  left: calc((100vw / 750 ) * 150 );
  top: 50%;
  margin-top: calc((100vw / 750 ) * -25 );
}

.btn-search .submit {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: calc( (100vw / 750 ) * 32 );
  font-weight: bold;
  padding-left: calc((100vw / 750 ) * 60 );
}

.btn-search .submit .inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reset .inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.noUi-target {
  background: #e6e6e6 !important;
  border-radius: 0 !important;
  border: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.noUi-horizontal {
  height: calc((100vw / 750 ) * 10 ) !important;
}

.noUi-connect {
  background: #fa0 !important;
}

.noUi-handle {
  width: calc((100vw / 750 ) * 50 ) !important;
  height: calc((100vw / 750 ) * 50 ) !important;
  border: solid 1px #fff !important;
  background-color: #fa0 !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  position: relative;
  z-index: 2;
}

.noUi-handle:before {
  width: calc((100vw / 750 ) * 38 ) !important;
  height: calc((100vw / 750 ) * 38 ) !important;
  border-radius: 100%;
  border: solid #fff calc((100vw / 750 ) * 4 ) !important;
  background-color: #fa0 !important;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: calc((100vw / 750 ) * 5 ) !important;
  left: calc((100vw / 750 ) * 4 ) !important;
}

.noUi-handle:after {
  display: none !important;
}

.noUi-horizontal .noUi-handle {
  top: calc((100vw / 750 ) * -23.5 ) !important;
}

.main.theme-detail {
  background: #f2f2f2 url("/img/pattern.svg");
  padding-bottom: calc((100vw / 750 ) * 60 );
}

.header__detail {
  padding: 0 0 calc((100vw / 750 ) * 45 );
  position: relative;
}

.wrap__mv__detail {
  padding: calc((100vw / 750 ) * 50 ) 0;
  position: relative;
}

.img__mv__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc((100vw / 750 ) * 500 );
  height: calc((100vw / 750 ) * 500 );
  margin: calc((100vw / 750 ) * 40 ) auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.img__mv__detail .img {
  width: 100%;
  height: 100%;
}

.frame.is-header__detail {
  padding: calc((100vw / 750 ) * 30 ) 0;
  -webkit-box-shadow: calc((100vw / 750 ) * 16 ) calc((100vw / 750 ) * 16 ) 0 #d9d9d9;
  box-shadow: calc((100vw / 750 ) * 16 ) calc((100vw / 750 ) * 16 ) 0 #d9d9d9;
  text-align: center;
  margin: 0 calc((100vw / 750 ) * 40 );
}

.frame.is-evolutions,
.frame.is-group,
.frame.is-news {
  padding: calc((100vw / 750 ) * 100 ) calc((100vw / 750 ) * 20 ) calc((100vw / 750 ) * 60 ) calc((100vw / 750 ) * 20 );
}

.ttl__detail {
  font-size: calc( (100vw / 750 ) * 40 );
  line-height: 1.5;
}

.ttl__detail .no {
  font-size: calc( (100vw / 750 ) * 24 );
  display: block;
}

.ttl__detail .subname {
  display: block;
  color: #999;
  font-size: calc( (100vw / 750 ) * 36 );
}

.ttl__detail-sub {
  width: calc((100vw / 750 ) * 450 );
  margin: calc((100vw / 750 ) * -140 ) auto calc((100vw / 750 ) * 60 ) auto;
}

.sex .img-male {
  width: auto;
  height: calc((100vw / 750 ) * 36.3 );
  margin-right: calc((100vw / 750 ) * 20 );
}

.sex .img-female {
  width: auto;
  height: calc((100vw / 750 ) * 36 );
}

.wrap__detail-info {
  padding: calc((100vw / 750 ) * 50 ) calc((100vw / 750 ) * 40 );
  background: #fff;
}

.wrap__detail-info .frame-border {
  margin: 0 0 calc((100vw / 750 ) * 20 );
}

.wrap__detail-info .frame-border.is-spec {
  margin-top: 0;
  margin-bottom: 0;
}

.item__list__detail-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: calc((100vw / 750 ) * 50 );
}

.item__list__detail-features.is-type {
  margin-bottom: calc((100vw / 750 ) * 15 );
}

.item__list__detail-features:last-of-type {
  margin-bottom: 0;
}

.item__list__detail-features-characteristic {
  margin-bottom: calc((100vw / 750 ) * 20 );
}

.item__list__detail-features-characteristic:last-of-type {
  margin-bottom: 0;
}

.wrap__detail-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: calc( (100vw / 750 ) * 32 );
}

.wrap__detail-features.is-height {
  margin-right: calc((100vw / 750 ) * 60 );
}

.wrap__detail-features .header__detail-features {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: bold;
}

.wrap__detail-features .header__detail-features.is-characteristic {
  height: calc((100vw / 750 ) * 60 );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap__detail-features .content__detail-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.label__detail-features-type,
.label__detail-types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: calc( (100vw / 750 ) * 16 );
  margin-right: calc((100vw / 750 ) * 10 );
}

.label__detail-features-type .img,
.label__detail-types .img {
  width: calc((100vw / 750 ) * 60 );
}

.text__detail__features-characteristic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.text__detail__features-characteristic .name__characteristic {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: calc((100vw / 750 ) * 20 );
}

.js-modal-characteristic {
  display: none;
}

.wrap__detail-spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: calc((100vw / 750 ) * 35 );
  font-size: calc( (100vw / 750 ) * 32 );
}

.wrap__detail-spec:last-of-type {
  margin-bottom: 0;
}

.wrap__detail-spec .header__detail-spec {
  width: calc((100vw / 750 ) * 170 );
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: bold;
}

.wrap__detail-spec .content__detail-spec {
  position: relative;
  height: calc((100vw / 750 ) * 44 );
  width: 100%;
}

.list__detail-spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
}

.list__detail-spec .item__list__detail-spec {
  width: calc((100vw / 750 ) * 18 );
  height: calc((100vw / 750 ) * 44 );
  border-radius: 8px;
  margin-right: calc((100vw / 750 ) * 9 );
}

.list__detail-spec .item__list__detail-spec.is-base {
  background-color: #f2f2f2;
}

.list__detail-spec .item__list__detail-spec.is-value {
  background-color: #fc0;
}

.wrap__texts .slick-slide {
  height: auto;
  font-size: calc( (100vw / 750 ) * 32 );
}

.wrap__texts .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: calc((100vw / 750 ) * 20 );
}

.wrap__texts .slick-dots li {
  cursor: pointer;
  text-indent: -9999px;
  border: calc((100vw / 750 ) * 4 ) solid #e6e6e6;
  width: calc((100vw / 750 ) * 30 );
  height: calc((100vw / 750 ) * 30 );
  border-radius: 100%;
  margin: 0 calc((100vw / 750 ) * 7.5 );
}

.wrap__texts .slick-dots li.slick-active {
  background: #000;
  border-color: #000;
}

.text-no {
  font-size: calc( (100vw / 750 ) * 28 );
  text-align: center;
}

.groups-text {
  margin-top: calc((100vw / 750 ) * 20 );
}

.list__detail-evolutions:first-of-type .item__list__detail-types:before {
  display: none;
}

.list__detail-evolutions.evolutionsType__1-8-0 .item__list__detail-evolutions.is-2nd {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 600px;
  flex: 1 1 600px;
}

.list__detail-types.is-stage .item__list__detail-types:before,
.list__detail-types.is-multi.is-many:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  margin: calc((100vw / 750 ) * 20 ) 0 calc((100vw / 750 ) * 20 ) calc((100vw / 750 ) * 120 );
  border-width: calc((100vw / 750 ) * 30 ) calc((100vw / 750 ) * 30 ) 0 calc((100vw / 750 ) * 30 );
  border-color: #e6e6e6 transparent transparent transparent;
}

.list__detail-types.is-stage.is-1st .item__list__detail-types:before {
  display: none;
}

.link__detail-types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-size: calc( (100vw / 750 ) * 32 );
  line-height: 0;
}

.img__detail-types {
  width: calc((100vw / 750 ) * 295 );
  margin-right: calc((100vw / 750 ) * 30 );
}

.img__detail-types .img {
  width: 100%;
  padding: calc((100vw / 750 ) * 20 );
  border-radius: 8px;
  border: solid calc((100vw / 750 ) * 2 ) #d9d9d9;
  margin: 0 calc((100vw / 750 ) * 30 ) 0 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text__detail-types {
  line-height: 1.3;
  margin-bottom: calc((100vw / 750 ) * 10 );
}

.text__detail-types .no {
  display: block;
  font-size: calc( (100vw / 750 ) * 22 );
}

.text__detail-types .subname {
  display: block;
  color: #999;
  font-size: calc( (100vw / 750 ) * 28 );
}

.icon__detail-types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: normal;
}

.label__detail-types {
  line-height: 1.5;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.label__detail-types:hover {
  opacity: .7;
}

.list__detail-types.is-multi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list__detail-types.is-multi .item__list__detail-types {
  width: calc((100vw / 750 ) * 290 );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.list__detail-types.is-multi .link__detail-types {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.list__detail-types.is-multi .img__detail-types {
  margin: 0 0 calc((100vw / 750 ) * 15 ) 0;
}

.list__detail-types.is-multi.is-many {
  padding-top: calc((100vw / 750 ) * 70 );
  margin-bottom: calc((100vw / 750 ) * -20 );
  position: relative;
}

.list__detail-types.is-multi.is-many:before {
  position: absolute;
}

.list__detail-types.is-multi.is-many .item__list__detail-types {
  margin-bottom: calc((100vw / 750 ) * 20 );
}

.list__detail-types.is-multi.is-many .item__list__detail-types:before {
  display: none;
}

.list__detail-types.is-groups .item__list__detail-types {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: calc((100vw / 750 ) * 20 );
}

.list__news {
  margin-bottom: calc((100vw / 750 ) * -25 );
}

.item__list__news {
  margin-bottom: calc((100vw / 750 ) * 25 );
}

.link__news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.link__news:hover {
  opacity: .7;
}

.img__news {
  width: calc((100vw / 750 ) * 200 );
  margin-right: 10px;
}

.content__news {
  width: calc((100vw / 750 ) * 400 );
  font-size: calc( (100vw / 750 ) * 24 );
}

.header__news {
  margin-bottom: calc((100vw / 750 ) * 7.5 );
}

.category__news {
  background: #999;
  color: #fff;
  padding: calc((100vw / 750 ) * 4 );
  font-size: calc( (100vw / 750 ) * 20 );
  margin-right: calc((100vw / 750 ) * 10 );
}

.date__news {
  font-size: calc( (100vw / 750 ) * 20 );
  color: #999;
}

.main.theme-404 {
  text-align: center;
}

.main .ttl___404 {
  font-size: calc((100vw / 750 ) * 32 );
}

.main .frame-border {
  line-height: 1.8;
}

@media screen and (min-width:768px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .view-sp {
    display: none !important;
  }

  .view-tab {
    display: inline-block;
  }

  .ttl {
    width: calc((100vw / 750 ) * 300 );
    height: calc((100vw / 750 ) * 53.13 );
    max-width: 300px;
    height: 53.13px;
    font-size: calc(( 30 / 1280 ) *100vw );
  }

  .btn,
  .checkbox-area label,
  .btn-search {
    height: calc(( 60 / 1280 ) *100vw );
    max-height: 60px;
    border-width: calc(( 2 / 1280 ) *100vw );
    border-radius: 2.34375vw;
    font-size: calc(( 16 / 1280 ) *100vw );
    -webkit-box-shadow: .234375vw .234375vw 0 #d9d9d9;
    box-shadow: .234375vw .234375vw 0 #d9d9d9;
  }

  .btn:hover,
  .checkbox-area label:hover,
  .btn-search:hover {
    top: calc(( 3 / 1280 ) *100vw );
    left: calc(( 3 / 1280 ) *100vw );
  }

  .btn.is-active,
  .checkbox-area label.is-active,
  .btn-search.is-active,
  .checkbox-area input[type="checkbox"]:checked + label {
    top: calc(( 3 / 1280 ) *100vw );
    left: calc(( 3 / 1280 ) *100vw );
  }

  .btn.is-tooltip,
  .checkbox-area label.is-tooltip,
  .btn-search.is-tooltip {
    -webkit-box-shadow: 3px 3px 0 #d9d9d9;
    box-shadow: 3px 3px 0 #d9d9d9;
    width: calc(( 93.7 / 1280 ) *100vw );
    height: calc(( 37 / 1280 ) *100vw );
    max-width: 93.7px;
    max-height: 37px;
    font-size: calc(( 16 / 1280 ) *100vw );
  }

  .btn.is-tooltip:hover,
  .checkbox-area label.is-tooltip:hover,
  .btn-search.is-tooltip:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    position: relative;
  }

  .btn.is-tooltip .img,
  .checkbox-area label.is-tooltip .img,
  .btn-search.is-tooltip .img {
    width: calc(( 22 / 1280 ) *100vw );
    height: calc(( 22 / 1280 ) *100vw );
    max-width: 22px;
    max-height: 22px;
    margin-right: calc(( 10 / 1280 ) *100vw );
  }

  .btn.is-back,
  .checkbox-area label.is-back,
  .btn-search.is-back {
    width: calc(( 210 / 1280 ) *100vw );
    height: calc(( 76 / 1280 ) *100vw );
    padding: 0 0 0 calc(( 40 / 1280 ) *100vw );
    margin: calc(( 40 / 1280 ) *100vw ) 0 0;
    border-radius: 5.9375vw;
    font-size: calc(( 20 / 1280 ) *100vw );
  }

  .btn.is-back:before,
  .checkbox-area label.is-back:before,
  .btn-search.is-back:before {
    left: calc(( 20 / 1280 ) *100vw );
    border-width: calc(( 8 / 1280 ) *100vw ) calc(( 8 / 1280 ) *100vw ) calc(( 8 / 1280 ) *100vw ) 0;
  }

  .link-box {
    margin-top: calc(( 20 / 1280 ) *100vw );
    padding: calc(( 30 / 1280 ) *100vw );
  }

  .list-normal >.item-normal {
    padding-left: calc(( 15 / 1280 ) *100vw );
  }

  .text__em {
    font-size: calc(( 20 / 1280 ) *100vw );
  }

  .img-base {
    margin: 0 auto calc(( 20 / 1280 ) *100vw ) auto;
  }

  .frame,
  .frame-border {
    border-radius: .625vw;
    padding: calc(( 65 / 1280 ) *100vw ) calc(( 40 / 1280 ) *100vw );
    width: calc(( 1000 / 1280 ) *100vw );
    max-width: 1000px;
    margin: calc(( 75 / 1280 ) *100vw ) auto 0 auto;
  }

  .frame-border,
  .frame-border-border {
    border-radius: 8px;
    border-width: 4px;
  }

  .wrap__header {
    height: calc(( 80 / 1280 ) *100vw );
    padding: 0 calc(( 25 / 1280 ) *100vw );
    max-height: 80px;
  }

  .logo__header {
    width: calc(( 196.9 / 1280 ) *100vw );
    max-width: 196.9px;
  }

  .list__nav__header .item__list__nav__header {
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: calc(( 11 / 1280 ) *100vw );
  }

  .list__nav__header .link__nav__header .icon {
    height: calc(( 45 / 1280 ) *100vw );
    max-height: 45px;
  }

  .list__nav__header .link__nav__header .icon.sort .img {
    width: calc(( 50.1 / 1280 ) *100vw );
    height: calc(( 38 / 1280 ) *100vw );
    max-width: 50.1px;
    max-height: 38px;
  }

  .list__nav__header .link__nav__header .icon.search .img {
    width: calc(( 44.1 / 1280 ) *100vw );
    height: calc(( 45 / 1280 ) *100vw );
    max-width: 44.1px;
    max-height: 45px;
  }

  .tab__footer {
    width: calc(( 160 / 1280 ) *100vw );
    height: calc(( 40 / 1280 ) *100vw );
    max-width: 160px;
    max-height: 40px;
    -webkit-transition: all .2s;
    transition: all .2s;
    position: relative;
    bottom: -5px;
  }

  .tab__footer:hover {
    bottom: 0;
  }

  .tab__footer .img {
    width: calc(( 26 / 1280 ) *100vw );
    height: calc(( 13 / 1280 ) *100vw );
    max-width: 26px;
    max-height: 13px;
  }

  .wrap__footer {
    bottom: calc(( -200 / 1280 ) *100vw );
  }

  .wrap__sns {
    height: calc(( 90 / 1280 ) *100vw );
  }

  .wrap__sns .wrap__sns_inner {
    max-width: 1000px;
    padding: 0;
  }

  .wrap__sns .sns {
    max-width: 1000px;
    padding: 0;
  }

  .wrap__sns .item__sns {
    margin: 0 calc(( 7.5 / 1280 ) *100vw );
  }

  .link__sns {
    height: calc(( 50 / 1280 ) *100vw );
    width: calc(( 50 / 1280 ) *100vw );
    max-width: 50px;
    max-height: 50px;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-size: calc(( 16 / 1280 ) *100vw );
  }

  .link__sns:hover {
    opacity: .7;
  }

  .link__sns.is-official {
    width: calc(( 350 / 1280 ) *100vw );
    height: calc(( 50 / 1280 ) *100vw );
    max-width: 350px;
    max-height: 50px;
    border-radius: 1.953125vw;
    border-width: calc(( 2 / 1280 ) *100vw );
    -webkit-box-shadow: .234375vw .234375vw 0 #ccc;
    box-shadow: .234375vw .234375vw 0 #ccc;
    font-size: calc(( 15 / 1280 ) *100vw );
  }

  .link__sns.is-official:hover {
    top: calc(( 3 / 1280 ) *100vw );
    left: calc(( 3 / 1280 ) *100vw );
  }

  .link__sns .icon {
    width: calc(( 60 / 1280 ) *100vw );
    height: calc(( 60 / 1280 ) *100vw );
    max-width: 60px;
  }

  .link__sns .icon.is-official {
    width: calc(( 60 / 1280 ) *100vw );
    max-width: 60px;
    border-width: calc(( 2 / 1280 ) *100vw );
    padding: .625vw;
    left: calc(( -16 / 1280 ) *100vw );
  }

  .wrap__copyright {
    height: calc(( 110 / 1280 ) *100vw );
  }

  .copyright {
    font-size: calc(( 14 / 1280 ) *100vw );
  }

  .pagetop {
    width: calc(( 79.5 / 1280 ) *100vw );
    height: calc(( 80 / 1280 ) *100vw );
    max-width: 79.5px;
    max-height: 80px;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: none;
    transform: none;
    border-radius: 100%;
  }

  .pagetop:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  .pagetop.is-footer-active {
    bottom: calc(( 190 / 1280 ) *100vw );
  }

  .main {
    margin-top: calc(( 80 / 1280 ) *100vw );
  }

  .inner {
    width: calc(( 1000 / 1280 ) *100vw );
    max-width: 1000px;
    margin: 0 auto;
  }

  .section {
    margin: 0 0 calc(( 40 / 1280 ) *100vw );
  }

  .wrap__base {
    margin-bottom: calc(( 50 / 1280 ) *100vw );
  }

  .wrap__middle {
    margin-bottom: calc(( 30 / 1280 ) *100vw );
  }

  .box__base {
    margin-bottom: calc(( 20 / 1280 ) *100vw );
  }

  .box__base__top {
    margin-top: calc(( 20 / 1280 ) *100vw );
  }

  .modal {
    max-height: 95vh;
    width: calc(( 800 / 1280 ) *100vw );
    margin-left: calc(( -400 / 1280 ) *100vw );
    border-radius: .625vw;
  }

  .modal .close .img {
    width: calc(( 27 / 1280 ) *100vw );
    height: calc(( 27 / 1280 ) *100vw );
    max-width: 27px;
    max-height: 27px;
  }

  .header__modal {
    border-radius: .625vw .625vw 0 0;
    height: calc(( 60 / 1280 ) *100vw );
    padding: 0 calc(( 20 / 1280 ) *100vw );
    max-height: 60px;
  }

  .ttl__modal {
    font-size: calc(( 24 / 1280 ) *100vw );
  }

  .content__modal {
    padding: calc(( 40 / 1280 ) *100vw ) calc(( 80 / 1280 ) *100vw );
  }

  .nav__detail {
    height: calc(( 375 / 1280 ) *100vw );
    max-height: 375px;
  }

  .item__nav__datail,
  .slider__pickup .slick-arrow {
    top: 50%;
    width: calc(( 30 / 1280 ) *100vw );
    height: calc(( 140 / 1280 ) *100vw );
    max-width: 30px;
    max-height: 140px;
    border-radius: 4px;
    -webkit-transition: all .2s;
    transition: all .2s;
  }

  .item__nav__datail:hover,
  .slider__pickup .slick-arrow:hover {
    opacity: .7;
  }

  .item__nav__datail:before,
  .slider__pickup .slick-arrow:before {
    height: calc(( 12 / 1280 ) *100vw );
    width: calc(( 24 / 1280 ) *100vw );
  }

  .item__nav__datail.is-prev,
  .slider__pickup .slick-arrow.is-prev,
  .slider__pickup .slick-arrow.slick-prev {
    left: calc(( 30 / 1280 ) *100vw );
  }

  .item__nav__datail.is-next,
  .slider__pickup .slick-arrow.is-next,
  .slider__pickup .slick-arrow.slick-next {
    right: calc(( 30 / 1280 ) *100vw );
  }

  .loading,
  #loading-more {
    padding: calc(( 80 / 1280 ) *100vw ) 0;
  }

  .loading .img,
  #loading-more .img {
    width: calc(( 60 / 1280 ) *100vw );
    max-width: 60px;
  }

  .wrap__mainlist {
    padding: calc(( 60 / 1280 ) *100vw ) 0 calc(( 92 / 1280 ) *100vw );
  }

  #mainlist .loadItem {
    width: 11.5vw;
    font-size: calc(( 16 / 1280 ) *100vw );
    margin: 0 .25vw calc(( 30 / 1280 ) *100vw ) .25vw;
  }

  #mainlist .loadItem .img__loadItem {
    width: 11.5vw;
    height: 11.5vw;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .cover__pickup {
    padding-bottom: calc(( 55 / 1280 ) *100vw );
  }

  .wrap__pickup {
    padding-top: 0;
    height: calc(( 305 / 1280 ) *100vw );
  }

  .bg__pickup {
    top: 0;
    background-size: calc(( 220 / 1280 ) *100vw );
    -webkit-box-shadow: 14px 10px 0 #d9d9d9;
    box-shadow: 14px 10px 0 #d9d9d9;
    width: calc(( 1145 / 1280 ) *100vw );
    height: calc(( 290 / 1280 ) *100vw );
    left: calc(( 145 / 1280 ) *100vw );
    border-radius: .78125vw;
  }

  .ttl__pickup {
    top: calc(( 30 / 1280 ) *100vw );
    left: calc(( 90 / 1280 ) *100vw );
    width: calc(( 300 / 1280 ) *100vw );
  }

  .slider__pickup .slick-dots {
    bottom: calc(( -40 / 1280 ) *100vw );
  }

  .slider__pickup .slick-dots li {
    border-width: 2px;
    width: calc(( 16 / 1280 ) *100vw );
    height: calc(( 16 / 1280 ) *100vw );
    max-width: 16px;
    max-height: 16px;
    margin: 0 calc(( 7.5 / 1280 ) *100vw );
  }

  .inner__pickup {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    padding: 0 0 0 10vw;
  }

  .img__pickup {
    width: 50%;
  }

  .img__pickup img {
    width: calc(( 305 / 1280 ) *100vw );
    height: calc(( 305 / 1280 ) *100vw );
    margin: 0 0 0 auto;
  }

  .content__pickup {
    width: 50%;
    padding-left: calc(( 30 / 1280 ) *100vw );
  }

  .ttl__content__pickup {
    font-size: calc(( 28 / 1280 ) *100vw );
  }

  .ttl__content__pickup-no {
    font-size: calc(( 20 / 1280 ) *100vw );
    margin-bottom: calc(( 10 / 1280 ) *100vw );
  }

  .img__content__pickup {
    margin-top: calc(( 20 / 1280 ) *100vw );
    font-size: 12px;
    font-size: 1.2rem;
  }

  .label__pickup {
    font-size: calc(( 12 / 1280 ) *100vw );
    margin-right: calc(( 10 / 1280 ) *100vw );
  }

  .label__pickup .img {
    width: calc(( 40 / 1280 ) *100vw );
    max-width: 40px;
  }

  .wrap__result {
    width: calc(( 1000 / 1280 ) *100vw );
    max-width: 1000px;
    margin: calc(( 20px / 1280 ) *100vw ) auto 0;
    border-width: calc(( 4 / 1280 ) *100vw );
    border-radius: .625vw;
    padding: calc(( 30 / 1280 ) *100vw );
  }

  .ttl__result {
    font-size: calc(( 20 / 1280 ) *100vw );
    height: calc(( 40 / 1280 ) *100vw );
    width: calc(( 150 / 1280 ) *100vw );
    max-width: 150px;
    max-height: 40px;
    padding: 0 0 0 calc(( 20 / 1280 ) *100vw );
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.71875vw;
    flex: 0 0 11.71875vw;
    -webkit-transition: all .2s;
    transition: all .2s;
  }

  .ttl__result:hover {
    opacity: .7;
  }

  .ttl__result:before {
    margin-right: 0;
  }

  .ttl__result:after {
    border-width: calc(( 20 / 1280 ) *100vw ) 0 calc(( 20 / 1280 ) *100vw ) calc(( 20 / 1280 ) *100vw );
    right: calc(( -20 / 1280 ) *100vw );
  }

  .ttl__result .name {
    width: calc(( 180 / 1280 ) *100vw );
  }

  .ttl__result.is-search:before {
    width: calc(( 30 / 1280 ) *100vw );
    height: calc(( 30 / 1280 ) *100vw );
  }

  .ttl__result.is-sort:before {
    width: calc(( 30 / 1280 ) *100vw );
    height: calc(( 30 / 1280 ) *100vw );
  }

  .content__result.is-search {
    margin-bottom: calc(( 15 / 1280 ) *100vw );
  }

  .list__result {
    margin-left: calc(( 27 / 1280 ) *100vw );
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .item__list__result {
    min-height: calc(( 40 / 1280 ) *100vw );
    height: auto;
  }

  .item__list__result.is-search {
    margin-bottom: 0;
  }

  .item__list__result.is-search.is-word {
    width: 100%;
    font-size: calc(( 20 / 1280 ) *100vw );
    margin-bottom: 0;
    line-height: calc(( 40 / 1280 ) *100vw );
  }

  .item__list__result.is-search.is-type {
    margin-bottom: 0;
  }

  .inner__item_list_result {
    font-size: calc(( 18 / 1280 ) *100vw );
    margin-right: calc(( 40 / 1280 ) *100vw );
  }

  .label__list__result {
    height: 40px;
    max-height: 40px;
  }

  .body__list__result {
    line-height: 40px;
    min-height: 40px;
  }

  .item__result-type {
    font-size: 10px;
    font-size: 1rem;
    margin-right: 5px;
  }

  .item__result-type .img {
    width: calc(( 36 / 1280 ) *100vw );
    max-width: 36px;
  }

  .result-sort-sort .img {
    width: calc(( 12 / 1280 ) *100vw );
    max-width: 12px;
    margin: 0 calc(( 10 / 1280 ) *100vw );
  }

  .ttl__modal .img {
    margin-right: calc(( 10 / 1280 ) *100vw );
  }

  .ttl__modal.is-sort .img {
    width: calc(( 50.1 / 1280 ) *100vw );
    height: calc(( 38 / 1280 ) *100vw );
    max-width: 50.1px;
    max-height: 38px;
  }

  .ttl__modal.is-search .img {
    width: calc(( 44.1 / 1280 ) *100vw );
    height: calc(( 45 / 1280 ) *100vw );
    max-width: 44.1px;
    max-height: 45px;
  }

  .content__modal.is-search {
    max-height: calc(95vh - ((180 / 1280) * 100vw));
  }

  .ttl__search {
    font-size: calc(( 20 / 1280 ) *100vw );
    margin: calc((100vw / 750 ) * 20 ) 0 calc((100vw / 750 ) * 10 );
  }

  .ttl__search .img {
    width: calc(( 22 / 1280 ) *100vw );
    height: calc(( 21.97 / 1280 ) *100vw );
    margin-right: calc(( 9 / 1280 ) *100vw );
  }

  .list__search.is-type {
    margin: 0 calc(( -10 / 1280 ) *100vw ) calc(( -10 / 1280 ) *100vw ) 0;
  }

  .list__search-btns .item__list__search-btns {
    width: calc(( 300 / 1280 ) *100vw );
    max-width: 300px;
    height: calc(( 60 / 1280 ) *100vw );
    max-height: 60px;
  }

  .list__search-btns.is-area {
    margin-bottom: 0;
  }

  .list__search-btns.is-area .item__list__search-btns {
    width: calc(( 140 / 1280 ) *100vw );
    margin-bottom: calc(( 10 / 1280 ) *100vw );
  }

  .list__search-submit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: calc(( 120 / 1280 ) *100vw );
    max-height: 120px;
    padding: 0 calc(( 90 / 1280 ) *100vw );
    border-radius: 0 0 .625vw .625vw;
  }

  .list__search-submit .item__list__search-submit {
    width: calc(( 300 / 1280 ) *100vw );
    max-width: 300px;
  }

  .btn.js-sort .img,
  .checkbox-area label.js-sort .img,
  .btn-search.js-sort .img {
    -webkit-transform: translateY(-.5px) rotate(-90deg);
    transform: translateY(-.5px) rotate(-90deg);
    width: calc(( 12 / 1280 ) *100vw );
    max-width: 12px;
    margin: 0 calc(( 10 / 1280 ) *100vw );
  }

  .input,
  .wrap__select {
    border-width: calc(( 2 / 1280 ) *100vw );
    border-radius: .3125vw;
    height: calc(( 60 / 1280 ) *100vw );
    max-height: 60px;
    padding: 0 calc(( 20 / 1280 ) *100vw );
    font-size: calc(( 16 / 1280 ) *100vw );
  }

  .wrap__select {
    padding: 0;
  }

  .wrap__select:after {
    width: calc(( 16 / 1280 ) *100vw );
    height: calc(( 8 / 1280 ) *100vw );
    right: calc(( 20 / 1280 ) *100vw );
    margin-top: calc(( -4 / 1280 ) *100vw );
  }

  .wrap__select .select {
    padding: 0 calc(( 20 / 1280 ) *100vw );
    font-size: calc(( 16 / 1280 ) *100vw );
  }

  .checkbox-type {
    padding: 0 calc(( 3.5 / 1280 ) *100vw ) calc(( 10 / 1280 ) *100vw );
    width: 11.1111%;
  }

  .checkbox-type label {
    font-size: calc(( 10 / 1280 ) *100vw );
  }

  .checkbox-type label:before {
    width: calc(( 58 / 1280 ) *100vw );
    height: calc(( 58 / 1280 ) *100vw );
    max-width: 58px;
    max-height: 58px;
    text-align: center;
  }

  .checkbox-type label[for="type-no1"]:hover:before {
    background-image: url("/img/icon_type_1_on.svg");
  }

  .checkbox-type label[for="type-no2"]:hover:before {
    background-image: url("/img/icon_type_2_on.svg");
  }

  .checkbox-type label[for="type-no3"]:hover:before {
    background-image: url("/img/icon_type_3_on.svg");
  }

  .checkbox-type label[for="type-no4"]:hover:before {
    background-image: url("/img/icon_type_4_on.svg");
  }

  .checkbox-type label[for="type-no5"]:hover:before {
    background-image: url("/img/icon_type_5_on.svg");
  }

  .checkbox-type label[for="type-no6"]:hover:before {
    background-image: url("/img/icon_type_6_on.svg");
  }

  .checkbox-type label[for="type-no7"]:hover:before {
    background-image: url("/img/icon_type_7_on.svg");
  }

  .checkbox-type label[for="type-no8"]:hover:before {
    background-image: url("/img/icon_type_8_on.svg");
  }

  .checkbox-type label[for="type-no9"]:hover:before {
    background-image: url("/img/icon_type_9_on.svg");
  }

  .checkbox-type label[for="type-no10"]:hover:before {
    background-image: url("/img/icon_type_10_on.svg");
  }

  .checkbox-type label[for="type-no11"]:hover:before {
    background-image: url("/img/icon_type_11_on.svg");
  }

  .checkbox-type label[for="type-no12"]:hover:before {
    background-image: url("/img/icon_type_12_on.svg");
  }

  .checkbox-type label[for="type-no13"]:hover:before {
    background-image: url("/img/icon_type_13_on.svg");
  }

  .checkbox-type label[for="type-no14"]:hover:before {
    background-image: url("/img/icon_type_14_on.svg");
  }

  .checkbox-type label[for="type-no15"]:hover:before {
    background-image: url("/img/icon_type_15_on.svg");
  }

  .checkbox-type label[for="type-no16"]:hover:before {
    background-image: url("/img/icon_type_16_on.svg");
  }

  .checkbox-type label[for="type-no17"]:hover:before {
    background-image: url("/img/icon_type_17_on.svg");
  }

  .checkbox-type label[for="type-no18"]:hover:before {
    background-image: url("/img/icon_type_18_on.svg");
  }

  .checkbox-area input[type="checkbox"]:checked:hover + label {
    top: calc(( 3 / 1280 ) *100vw );
    left: calc(( 3 / 1280 ) *100vw );
  }

  .content__search-range {
    padding: 0 calc(( 15 / 1280 ) *100vw ) calc(( 40 / 1280 ) *100vw );
  }

  .text__search-range {
    margin-bottom: calc(( 10 / 1280 ) *100vw );
  }

  .text__search-range input {
    font-size: calc(( 20 / 1280 ) *100vw );
  }

  .btn-search {
    -webkit-box-shadow: .234375vw .234375vw 0 #810813;
    box-shadow: .234375vw .234375vw 0 #810813;
    margin: 0 calc(( 15 / 1280 ) *100vw ) 0 0;
  }

  .btn-search:before {
    width: calc(( 24.4 / 1280 ) *100vw );
    height: calc(( 25 / 1280 ) *100vw );
    max-width: 24.4px;
    max-height: 25px;
    margin-top: calc(( -12.2 / 1280 ) *100vw );
    left: calc(( 90 / 1280 ) *100vw );
  }

  .btn-search .submit {
    font-size: calc(( 16 / 1280 ) *100vw );
    padding-left: calc(( 20 / 1280 ) *100vw );
  }

  .noUi-horizontal {
    height: calc(( 6 / 1280 ) *100vw ) !important;
    max-height: 6px !important;
  }

  .noUi-handle {
    width: calc(( 30 / 1280 ) *100vw ) !important;
    height: calc(( 30 / 1280 ) *100vw ) !important;
  }

  .noUi-handle:before {
    width: calc(( 22 / 1280 ) *100vw ) !important;
    height: calc(( 22 / 1280 ) *100vw ) !important;
    top: calc(( 3 / 1280 ) *100vw ) !important;
    left: calc(( 3 / 1280 ) *100vw ) !important;
    border-width: calc(( 3 / 1280 ) *100vw ) !important;
  }

  .noUi-horizontal .noUi-handle {
    top: calc(( -12 / 1280 ) *100vw ) !important;
  }

  .main.theme-detail {
    padding-bottom: calc(( 100 / 1280 ) *100vw );
  }

  .header__detail {
    padding: calc(( 20 / 1280 ) *100vw ) 0;
  }

  .inner__header__detail {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    height: calc(( 335 / 1280 ) *100vw );
    max-height: 335px;
    width: calc(( 1000 / 1280 ) *100vw );
    max-width: 1000px;
    margin: 0 auto;
    z-index: 1;
  }

  .wrap__mv__detail {
    padding: 0;
  }

  .img__mv__detail {
    width: calc(( 490 / 1280 ) *100vw );
    height: auto;
    max-width: 490px;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
  }

  .img__mv__detail .img {
    width: auto;
    height: calc(( 340 / 1280 ) *100vw );
    max-height: 340px;
  }

  .frame.is-header__detail {
    width: calc(( 500 / 1280 ) *100vw );
    padding: calc(( 30 / 1280 ) *100vw ) calc(( 30 / 1280 ) *100vw ) calc(( 45 / 1280 ) *100vw ) calc(( 30 / 1280 ) *100vw );
    max-width: 500px;
    border-radius: 8px;
    -webkit-box-shadow: 8px 8px 0 #d9d9d9;
    box-shadow: 8px 8px 0 #d9d9d9;
    text-align: left;
    margin: 0 auto 0 0;
  }

  .frame.is-evolutions,
  .frame.is-group,
  .frame.is-news {
    padding: calc(( 65 / 1280 ) *100vw ) calc(( 40 / 1280 ) *100vw ) calc(( 30 / 1280 ) *100vw );
  }

  .ttl__detail {
    font-size: calc(( 28 / 1280 ) *100vw );
  }

  .ttl__detail .no {
    font-size: calc(( 20 / 1280 ) *100vw );
  }

  .ttl__detail .subname {
    font-size: calc(( 24 / 1280 ) *100vw );
  }

  .ttl__detail-sub {
    width: calc(( 395.24 / 1280 ) *100vw );
    max-width: 395.24px;
    margin: calc(( -100 / 1280 ) *100vw ) auto calc(( 40 / 1280 ) *100vw ) auto;
  }

  .sex {
    margin-top: calc(( 25 / 1280 ) *100vw );
  }

  .sex .img-male {
    height: calc(( 36.3 / 1280 ) *100vw );
    max-height: 36.3px;
    margin-right: calc(( 10 / 1280 ) *100vw );
  }

  .sex .img-female {
    height: calc(( 36 / 1280 ) *100vw );
    max-height: 36px;
  }

  .wrap__detail-info {
    padding: calc(( 40 / 1280 ) *100vw ) 0;
  }

  .wrap__detail-info .inner__detail-info {
    width: calc(( 1000 / 1280 ) *100vw );
    max-width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .wrap__detail-info .frame-border {
    margin: 0;
  }

  .wrap__detail-info .frame-border.is-features {
    margin-top: 0;
    padding: calc(( 40 / 1280 ) *100vw ) calc(( 60 / 1280 ) *100vw );
    width: calc(( 490 / 1280 ) *100vw );
    max-width: 490px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .wrap__detail-info .frame-border.is-text {
    padding: calc(( 20 / 1280 ) *100vw ) calc(( 40 / 1280 ) *100vw );
    margin-top: calc(( 20 / 1280 ) *100vw );
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .wrap__detail-info .frame-border.is-spec {
    padding: calc(( 40 / 1280 ) *100vw );
    width: calc(( 490 / 1280 ) *100vw );
    max-width: 490px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .item__list__detail-features {
    margin-bottom: calc(( 40 / 1280 ) *100vw );
  }

  .item__list__detail-features.is-type {
    margin-bottom: calc(( 15 / 1280 ) *100vw );
  }

  .item__list__detail-features-characteristic {
    margin-bottom: calc(( 20 / 1280 ) *100vw );
  }

  .wrap__detail-features {
    font-size: calc(( 20 / 1280 ) *100vw );
  }

  .wrap__detail-features.is-height {
    margin-right: calc(( 30 / 1280 ) *100vw );
  }

  .wrap__detail-features .header__detail-features.is-characteristic {
    height: calc(( 37 / 1280 ) *100vw );
    max-height: 37px;
  }

  .label__detail-features-type,
  .label__detail-types {
    font-size: 10px;
    margin-right: 10px;
    -webkit-transition: all .2s;
    transition: all .2s;
  }

  .label__detail-features-type:hover,
  .label__detail-types:hover {
    opacity: .7;
  }

  .label__detail-features-type .img,
  .label__detail-types .img {
    width: calc(( 36 / 1280 ) *100vw );
    max-width: 36px;
  }

  .text__detail__features-characteristic .name__characteristic {
    margin-right: calc(( 20 / 1280 ) *100vw );
  }

  .wrap__detail-spec {
    font-size: calc(( 20 / 1280 ) *100vw );
    margin-bottom: calc(( 25 / 1280 ) *100vw );
  }

  .wrap__detail-spec .header__detail-spec {
    width: calc(( 110 / 1280 ) *100vw );
    max-width: 110px;
  }

  .wrap__detail-spec .content__detail-spec {
    height: calc(( 35 / 1280 ) *100vw );
    max-height: 35px;
  }

  .list__detail-spec .item__list__detail-spec {
    width: calc(( 15 / 1280 ) *100vw );
    height: calc(( 35 / 1280 ) *100vw );
    max-width: 15px;
    max-height: 35px;
    border-radius: 8px;
    margin-right: calc(( 5 / 1280 ) *100vw );
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.171875vw;
    flex: 0 0 1.171875vw;
  }

  .wrap__texts .slick-slide {
    font-size: calc(( 20 / 1280 ) *100vw );
  }

  .wrap__texts .slick-dots {
    margin-top: calc(( 20 / 1280 ) *100vw );
  }

  .wrap__texts .slick-dots li {
    width: calc(( 20 / 1280 ) *100vw );
    max-width: 20px;
    height: calc(( 20 / 1280 ) *100vw );
    max-height: 20px;
    border-width: 2px;
    margin: 0 calc(( 7.5 / 1280 ) *100vw );
  }

  .text-no {
    font-size: calc(( 20 / 1280 ) *100vw );
  }

  .groups-text {
    margin-top: calc(( 20 / 1280 ) *100vw );
  }

  .list__detail-evolutions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .list__detail-evolutions .item__list__detail-evolutions {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .list__detail-evolutions.evolutionsType__1-8-0 .link__detail-types {
    width: 15.625vw;
    max-width: 200px;
  }

  .list__detail-evolutions.evolutionsType__1-8-0 .img__detail-types {
    width: 15.625vw;
    max-width: 200px;
    height: 15.625vw;
    max-height: 200px;
  }

  .list__detail-evolutions.evolutionsType__1-8-0 .item__list__detail-evolutions.is-2nd .link__detail-types {
    margin-left: calc(( 40 / 1280 ) *100vw );
  }

  .list__detail-evolutions.evolutionsType__1-8-0 .list__detail-types.is-multi.is-many:before {
    margin: calc(( 80 / 1280 ) *100vw ) calc(( 10 / 1280 ) *100vw ) 0 calc(( 10 / 1280 ) *100vw );
  }

  .list__detail-evolutions.evolutionsType__1-2-1 {
    padding: 0 0 calc(( 40 / 1280 ) *100vw );
  }

  .list__detail-evolutions.evolutionsType__1-2-1 .item__list__detail-evolutions li {
    height: calc(( 420 / 1280 ) *100vw );
    max-height: 420px;
    margin-bottom: 0;
  }

  .list__detail-types.is-stage .item__list__detail-types {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .list__detail-types.is-stage .item__list__detail-types:before,
  .list__detail-types.is-multi.is-many:before {
    border-width: calc(( 20 / 1280 ) *100vw ) 0 calc(( 20 / 1280 ) *100vw ) calc(( 20 / 1280 ) *100vw );
    margin: calc(( 120 / 1280 ) *100vw ) calc(( 10 / 1280 ) *100vw ) 0 calc(( 10 / 1280 ) *100vw );
    border-color: transparent transparent transparent #e6e6e6;
  }

  .link__detail-types {
    width: 21.875vw;
    max-width: 280px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: calc(( 24 / 1280 ) *100vw );
  }

  .img__detail-types {
    width: 21.875vw;
    max-width: 280px;
    height: 21.875vw;
    max-height: 280px;
    margin: 0 0 calc(( 10 / 1280 ) *100vw );
    -webkit-transition: all .2s;
    transition: all .2s;
  }

  .img__detail-types:hover {
    opacity: .7;
  }

  .img__detail-types .img {
    padding: 0;
    margin: 0;
    border-radius: 4px;
    border-width: 1px;
  }

  .text__detail-types {
    margin-bottom: calc(( 7 / 1280 ) *100vw );
  }

  .text__detail-types .no {
    font-size: calc(( 16 / 1280 ) *100vw );
  }

  .text__detail-types .subname {
    font-size: calc(( 20 / 1280 ) *100vw );
  }

  .list__detail-types.is-multi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: calc(( -20 / 1280 ) *100vw );
  }

  .list__detail-types.is-multi .item__list__detail-types {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: calc(( 20 / 1280 ) *100vw );
  }

  .list__detail-types.is-multi .img__detail-types {
    margin: 0 0 calc(( 10 / 1280 ) *100vw );
  }

  .list__detail-types.is-multi.is-many {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 0;
  }

  .list__detail-types.is-multi.is-many:before {
    left: 0;
    top: 0;
    margin: 0;
  }

  .list__detail-types.is-multi.is-many.is-three {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .list__detail-types.is-multi.is-many.is-three:before {
    display: none;
  }

  .list__detail-types.is-multi.is-many.is-three .item__list__detail-types:before {
    display: block;
  }

  .list__detail-types.is-groups {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: -3.125vw;
  }

  .list__detail-types.is-groups .item__list__detail-types {
    width: 21.875vw;
    max-width: 280px;
    margin-right: 3.125vw;
  }

  .list__detail-types.is-groups .item__list__detail-types .img__detail-types {
    width: 21.875vw;
    max-width: 280px;
    height: 21.875vw;
    max-height: 280px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.65625vw;
    flex: 0 0 22.65625vw;
  }

  .list__detail-types.is-groups .link__detail-types {
    width: 21.875vw;
    max-width: 280px;
  }

  .list__news {
    margin-bottom: calc(( -30 / 1280 ) *100vw );
  }

  .item__list__news {
    margin-bottom: calc(( 30 / 1280 ) *100vw );
  }

  .img__news {
    margin-right: calc(( 30 / 1280 ) *100vw );
    width: calc(( 200 / 1280 ) *100vw );
  }

  .content__news {
    font-size: calc(( 20 / 1280 ) *100vw );
  }

  .header__news {
    margin-bottom: calc(( 7.5 / 1280 ) *100vw );
  }

  .category__news {
    padding: calc(( 6 / 1280 ) *100vw );
    margin-right: calc(( 10 / 1280 ) *100vw );
    font-size: calc(( 14 / 1280 ) *100vw );
  }

  .date__news {
    font-size: calc(( 16 / 1280 ) *100vw );
  }

  .main .ttl___404 {
    padding-top: calc(( 75 / 1280 ) *100vw );
    font-size: 24px;
    font-size: 2.4rem;
  }

  .main .wrap__btn {
    margin: calc(( 75 / 1280 ) *100vw ) auto 0;
    width: calc(( 300 / 1280 ) *100vw );
    max-width: 300px;
  }
}

@media screen and (min-width:1280px) {
  a:hover {
    color: #040000;
    text-decoration: none;
  }

  .ttl {
    font-size: 30px;
    font-size: 3rem;
  }

  .btn,
  .checkbox-area label,
  .btn-search {
    border-width: 2px;
    border-radius: 30px;
    -webkit-box-shadow: 3px 3px 0 #d9d9d9;
    box-shadow: 3px 3px 0 #d9d9d9;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .btn:hover,
  .checkbox-area label:hover,
  .btn-search:hover {
    top: 3px;
    left: 3px;
  }

  .btn.is-active,
  .checkbox-area label.is-active,
  .btn-search.is-active,
  .checkbox-area input[type="checkbox"]:checked + label {
    top: 3px;
    left: 3px;
  }

  .btn.is-tooltip,
  .checkbox-area label.is-tooltip,
  .btn-search.is-tooltip {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .btn.is-tooltip .img,
  .checkbox-area label.is-tooltip .img,
  .btn-search.is-tooltip .img {
    margin-right: 10px;
  }

  .btn.is-back,
  .checkbox-area label.is-back,
  .btn-search.is-back {
    width: 210px;
    height: 76px;
    padding: 0 0 0 40px;
    margin: 40px 0 0;
    font-size: 20px;
    font-size: 2rem;
  }

  .btn.is-back:before,
  .checkbox-area label.is-back:before,
  .btn-search.is-back:before {
    left: 20px;
    border-width: 8px 8px 8px 0;
  }

  .link-box {
    margin-top: 20px;
    padding: 30px;
  }

  .list-normal >.item-normal {
    padding-left: 15px;
  }

  .frame,
  .frame-border {
    border-radius: 8px;
    padding: 65px 40px;
    margin: 75px auto 0 auto;
  }

  .wrap__header {
    padding: 0 25px;
  }

  .list__nav__header .item__list__nav__header {
    margin-left: 11px;
  }

  .wrap__footer {
    bottom: -200px;
  }

  .wrap__sns {
    height: 90px;
  }

  .wrap__sns .item__sns {
    margin: 0 7.5px;
  }

  .link__sns {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .link__sns.is-official {
    border-radius: 25px;
    border-width: 2px;
    -webkit-box-shadow: 3px 3px 0 #ccc;
    box-shadow: 3px 3px 0 #ccc;
    font-size: 16px;
  }

  .link__sns.is-official:hover {
    top: 3px;
    left: 3px;
  }

  .link__sns .icon.is-official {
    border-width: 2px;
    padding: 8px;
    left: -16px;
  }

  .wrap__copyright {
    height: 110px;
  }

  .copyright {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .pagetop.is-footer-active {
    bottom: 190px;
  }

  .main {
    margin-top: 80px;
  }

  .section {
    margin-bottom: 40px;
  }

  .wrap__base {
    margin-bottom: 50px;
  }

  .box__base {
    margin-bottom: 20px;
  }

  .box__base__top {
    margin-top: 20px;
  }

  .modal {
    max-height: 95vh;
    width: 800px;
    margin-left: -400px;
    border-radius: 8px;
  }

  .header__modal {
    border-radius: 8px 8px 0 0;
    padding: 0 20px;
  }

  .ttl__modal {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .content__modal {
    padding: 40px 90px;
  }

  .item__nav__datail:before,
  .slider__pickup .slick-arrow:before {
    height: 12px;
    width: 24px;
  }

  .item__nav__datail.is-prev,
  .slider__pickup .slick-arrow.is-prev,
  .slider__pickup .slick-arrow.slick-prev {
    left: 30px;
  }

  .item__nav__datail.is-next,
  .slider__pickup .slick-arrow.is-next,
  .slider__pickup .slick-arrow.slick-next {
    right: 30px;
  }

  .loading,
  #loading-more {
    padding: 80px 0;
  }

  .wrap__mainlist {
    padding: 60px 0 72px;
  }

  #mainlist .loadItem {
    margin-bottom: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  #mainlist .loadItem .link__loadtItem:hover .img__loadItem {
    bottom: calc(( 5 / 1280 ) *100vw );
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }

  .cover__pickup {
    padding-bottom: 45px;
  }

  .bg__pickup {
    background-position: bottom 10px left 9px;
    border-radius: 10px;
  }

  .ttl__pickup {
    width: 300px;
    top: 30px;
  }

  .slider__pickup .slick-dots {
    bottom: -40px;
  }

  .slider__pickup .slick-dots li {
    margin: 0 7.5px;
  }

  .content__pickup {
    padding-left: 30px;
  }

  .ttl__content__pickup {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .ttl__content__pickup-no {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .img__content__pickup {
    margin-top: 20px;
  }

  .label__pickup {
    font-size: 12px;
    font-size: 1.2rem;
    margin-right: 10px;
  }

  .wrap__result {
    margin: 20px auto 0;
    border-width: 4px;
    border-radius: 8px;
    padding: 30px;
  }

  .ttl__result {
    font-size: 20px;
    font-size: 2rem;
    padding: 0 0 0 20px;
  }

  .ttl__result:after {
    border-width: 20px 0 20px 20px;
    right: -20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
  }

  .ttl__result.is-search:before {
    width: 30px;
    height: 30px;
  }

  .ttl__result.is-sort:before {
    width: 30px;
    height: 30px;
  }

  .content__result.is-search {
    margin-bottom: 15px;
  }

  .list__result {
    margin-left: 27px;
  }

  .item__list__result {
    min-height: 40px;
  }

  .item__list__result.is-search.is-word {
    font-size: 20px;
    font-size: 2rem;
    line-height: 40px;
  }

  .inner__item_list_result {
    margin-right: 40px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .body__list__result {
    line-height: 40px;
    min-height: 40px;
  }

  .result-sort-sort .img {
    margin: 0 10px;
  }

  .ttl__modal .img {
    margin-right: 10px;
  }

  .content__modal.is-search {
    max-height: calc(95vh - 180px);
  }

  .ttl__search {
    font-size: 20px;
    font-size: 2rem;
    margin: 20px 0 10px;
  }

  .ttl__search .img {
    width: 22px;
    height: 21.97px;
    margin-right: 9px;
  }

  .list__search.is-type {
    margin: 0 -10px 10px 0;
  }

  .list__search-btns.is-area {
    margin-bottom: 0;
  }

  .list__search-btns.is-area .item__list__search-btns {
    width: 140px;
    margin-bottom: 10px;
  }

  .list__search-submit {
    padding: 0 90px;
    border-radius: 0 0 8px 8px;
  }

  .btn.js-sort .img,
  .checkbox-area label.js-sort .img,
  .btn-search.js-sort .img {
    margin: 0 10px;
  }

  .input,
  .wrap__select {
    border-width: 2px;
    border-radius: 4px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 20px;
  }

  .wrap__select {
    padding: 0;
  }

  .wrap__select:after {
    width: 16px;
    height: 8px;
    right: 20px;
    margin-top: -4px;
  }

  .wrap__select .select {
    padding: 0 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .checkbox-type {
    padding: 0 3.5px 10px;
  }

  .checkbox-type label {
    font-size: 10px;
    font-size: 1rem;
  }

  .checkbox-area input[type="checkbox"]:checked:hover + label {
    top: 3px;
    left: 3px;
  }

  .content__search-range {
    padding: 0 15px 40px;
  }

  .text__search-range {
    margin-bottom: 10px;
  }

  .text__search-range input {
    font-size: 20px;
    font-size: 2rem;
  }

  .btn-search {
    -webkit-box-shadow: 3px 3px 0 #810813;
    box-shadow: 3px 3px 0 #810813;
    margin: 0 15px 0 0;
  }

  .btn-search:before {
    margin-top: -12.2px;
    left: 100px;
  }

  .btn-search .submit {
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 30px;
  }

  .noUi-handle {
    width: 30px !important;
    height: 30px !important;
  }

  .noUi-handle:before {
    top: 3px !important;
    left: 3px !important;
    width: 22px !important;
    height: 22px !important;
    border-width: 2px !important;
  }

  .noUi-horizontal .noUi-handle {
    top: -12px !important;
  }

  .main.theme-detail {
    padding-bottom: 100px;
  }

  .header__detail {
    padding: 20px 0;
  }

  .frame.is-header__detail {
    padding: 30px 30px 45px 30px;
  }

  .frame.is-evolutions,
  .frame.is-group,
  .frame.is-news {
    padding: 65px 40px 30px;
  }

  .ttl__detail {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .ttl__detail .no {
    font-size: 20px;
    font-size: 2rem;
  }

  .ttl__detail .subname {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .ttl__detail-sub {
    margin: -100px auto 40px auto;
  }

  .sex {
    margin-top: 25px;
  }

  .sex .img-male {
    margin-right: 10px;
  }

  .wrap__detail-info {
    padding: 40px 0;
  }

  .wrap__detail-info .frame-border.is-features {
    padding: 40px 60px;
  }

  .wrap__detail-info .frame-border.is-text {
    padding: 20px 40px;
    margin-top: 20px;
  }

  .wrap__detail-info .frame-border.is-spec {
    padding: 40px;
  }

  .item__list__detail-features {
    margin-bottom: 40px;
  }

  .item__list__detail-features.is-type {
    margin-bottom: 15px;
  }

  .item__list__detail-features-characteristic {
    margin-bottom: 20px;
  }

  .wrap__detail-features {
    font-size: 20px;
    font-size: 2rem;
  }

  .wrap__detail-features.is-height {
    margin-right: 30px;
  }

  .text__detail__features-characteristic .name__characteristic {
    margin-right: 20px;
  }

  .wrap__detail-spec {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 25px;
  }

  .list__detail-spec .item__list__detail-spec {
    margin-right: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
  }

  .wrap__texts .slick-slide {
    font-size: 20px;
    font-size: 2rem;
  }

  .wrap__texts .slick-dots {
    margin-top: 20px;
  }

  .wrap__texts .slick-dots li {
    margin: 0 7.5px;
  }

  .text-no {
    font-size: 20px;
    font-size: 2rem;
  }

  .list__detail-evolutions.evolutionsType__1-8-0 .item__list__detail-evolutions.is-2nd .link__detail-types {
    margin-left: 40px;
  }

  .list__detail-evolutions.evolutionsType__1-8-0 .list__detail-types.is-multi.is-many:before {
    margin: 80px 10px 0 10px;
  }

  .list__detail-evolutions.evolutionsType__1-2-1 {
    padding: 0 0 20px;
  }

  .list__detail-types.is-stage .item__list__detail-types:before,
  .list__detail-types.is-multi.is-many:before {
    border-width: 20px 0 20px 20px;
    margin: 120px 10px 0 10px;
  }

  .link__detail-types {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .img__detail-types {
    margin: 0 0 10px;
  }

  .text__detail-types {
    margin-bottom: 7px;
  }

  .text__detail-types .no {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .text__detail-types .subname {
    font-size: 20px;
    font-size: 2rem;
  }

  .list__detail-types.is-multi {
    margin-bottom: -20px;
  }

  .list__detail-types.is-multi .item__list__detail-types {
    margin-bottom: 20px;
  }

  .list__detail-types.is-multi .img__detail-types {
    margin: 0 0 10px;
  }

  .list__detail-types.is-groups .item__list__detail-types {
    margin-right: 40px;
  }

  .list__detail-types.is-groups .item__list__detail-types .img__detail-types {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 290px;
    flex: 0 0 290px;
  }

  .list__news {
    margin-bottom: -30px;
  }

  .item__list__news {
    margin-bottom: 30px;
  }

  .img__news {
    margin-right: 30px;
  }

  .content__news {
    font-size: 20px;
    font-size: 2rem;
  }

  .header__news {
    margin-bottom: 7.5px;
  }

  .category__news {
    padding: 6px;
    margin-right: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .date__news {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .main .ttl___404 {
    padding-top: 75px;
  }

  .main .wrap__btn {
    margin: 75px auto 0;
  }
}

@media screen and (max-width:767.9px) {
  .mt0 {
    margin-top: 0 !important;
  }

  .mb0 {
    margin-bottom: 0 !important;
  }

  .pt0 {
    padding-top: 0 !important;
  }

  .pb0 {
    padding-bottom: 0 !important;
  }

  .mt5 {
    margin-top: 2.5px !important;
  }

  .mb5 {
    margin-bottom: 2.5px !important;
  }

  .pt5 {
    padding-top: 2.5px !important;
  }

  .pb5 {
    padding-bottom: 2.5px !important;
  }

  .mt10 {
    margin-top: 5px !important;
  }

  .mb10 {
    margin-bottom: 5px !important;
  }

  .pt10 {
    padding-top: 5px !important;
  }

  .pb10 {
    padding-bottom: 5px !important;
  }

  .mt15 {
    margin-top: 7.5px !important;
  }

  .mb15 {
    margin-bottom: 7.5px !important;
  }

  .pt15 {
    padding-top: 7.5px !important;
  }

  .pb15 {
    padding-bottom: 7.5px !important;
  }

  .mt20 {
    margin-top: 10px !important;
  }

  .mb20 {
    margin-bottom: 10px !important;
  }

  .pt20 {
    padding-top: 10px !important;
  }

  .pb20 {
    padding-bottom: 10px !important;
  }

  .mt25 {
    margin-top: 12.5px !important;
  }

  .mb25 {
    margin-bottom: 12.5px !important;
  }

  .pt25 {
    padding-top: 12.5px !important;
  }

  .pb25 {
    padding-bottom: 12.5px !important;
  }

  .mt30 {
    margin-top: 15px !important;
  }

  .mb30 {
    margin-bottom: 15px !important;
  }

  .pt30 {
    padding-top: 15px !important;
  }

  .pb30 {
    padding-bottom: 15px !important;
  }

  .mt35 {
    margin-top: 17.5px !important;
  }

  .mb35 {
    margin-bottom: 17.5px !important;
  }

  .pt35 {
    padding-top: 17.5px !important;
  }

  .pb35 {
    padding-bottom: 17.5px !important;
  }

  .mt40 {
    margin-top: 20px !important;
  }

  .mb40 {
    margin-bottom: 20px !important;
  }

  .pt40 {
    padding-top: 20px !important;
  }

  .pb40 {
    padding-bottom: 20px !important;
  }

  .mt45 {
    margin-top: 22.5px !important;
  }

  .mb45 {
    margin-bottom: 22.5px !important;
  }

  .pt45 {
    padding-top: 22.5px !important;
  }

  .pb45 {
    padding-bottom: 22.5px !important;
  }

  .mt50 {
    margin-top: 25px !important;
  }

  .mb50 {
    margin-bottom: 25px !important;
  }

  .pt50 {
    padding-top: 25px !important;
  }

  .pb50 {
    padding-bottom: 25px !important;
  }

  .mt55 {
    margin-top: 27.5px !important;
  }

  .mb55 {
    margin-bottom: 27.5px !important;
  }

  .pt55 {
    padding-top: 27.5px !important;
  }

  .pb55 {
    padding-bottom: 27.5px !important;
  }

  .mt60 {
    margin-top: 30px !important;
  }

  .mb60 {
    margin-bottom: 30px !important;
  }

  .pt60 {
    padding-top: 30px !important;
  }

  .pb60 {
    padding-bottom: 30px !important;
  }

  .mt65 {
    margin-top: 32.5px !important;
  }

  .mb65 {
    margin-bottom: 32.5px !important;
  }

  .pt65 {
    padding-top: 32.5px !important;
  }

  .pb65 {
    padding-bottom: 32.5px !important;
  }

  .mt70 {
    margin-top: 35px !important;
  }

  .mb70 {
    margin-bottom: 35px !important;
  }

  .pt70 {
    padding-top: 35px !important;
  }

  .pb70 {
    padding-bottom: 35px !important;
  }

  .mt75 {
    margin-top: 37.5px !important;
  }

  .mb75 {
    margin-bottom: 37.5px !important;
  }

  .pt75 {
    padding-top: 37.5px !important;
  }

  .pb75 {
    padding-bottom: 37.5px !important;
  }

  .mt80 {
    margin-top: 40px !important;
  }

  .mb80 {
    margin-bottom: 40px !important;
  }

  .pt80 {
    padding-top: 40px !important;
  }

  .pb80 {
    padding-bottom: 40px !important;
  }

  .mt85 {
    margin-top: 42.5px !important;
  }

  .mb85 {
    margin-bottom: 42.5px !important;
  }

  .pt85 {
    padding-top: 42.5px !important;
  }

  .pb85 {
    padding-bottom: 42.5px !important;
  }

  .mt90 {
    margin-top: 45px !important;
  }

  .mb90 {
    margin-bottom: 45px !important;
  }

  .pt90 {
    padding-top: 45px !important;
  }

  .pb90 {
    padding-bottom: 45px !important;
  }

  .mt95 {
    margin-top: 47.5px !important;
  }

  .mb95 {
    margin-bottom: 47.5px !important;
  }

  .pt95 {
    padding-top: 47.5px !important;
  }

  .pb95 {
    padding-bottom: 47.5px !important;
  }

  .mt100 {
    margin-top: 50px !important;
  }

  .mb100 {
    margin-bottom: 50px !important;
  }

  .pt100 {
    padding-top: 50px !important;
  }

  .pb100 {
    padding-bottom: 50px !important;
  }

  .view-pc {
    display: none !important;
  }

  .flex-pc {
    display: block;
  }

  .link-window:after {
    background-size: calc((100vw / 750 ) * 30 ) calc((100vw / 750 ) * 24 );
    width: calc((100vw / 750 ) * 30 );
    height: calc((100vw / 750 ) * 24 );
    margin-left: calc((100vw / 750 ) * 10 );
  }

  .text {
    font-size: calc( (100vw / 750 ) * 20 );
  }

  .text__em {
    font-size: calc( (100vw / 750 ) * 28 );
  }

  .wrap__middle {
    margin-bottom: calc((100vw / 750 ) * 30 );
  }

  .clm {
    display: block;
  }

  .slider__pickup .slick-arrow.slick-prev {
    top: calc((100vw / 750 ) * 148 );
  }

  .slider__pickup .slick-arrow.slick-next {
    top: calc((100vw / 750 ) * 148 );
  }

  .item__list__result.is-search.is-area .inner__item_list_result .label__list__result {
    width: 10.6666vw;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10.6666vw;
    flex: 0 0 10.6666vw;
  }

  .item__list__result.is-search.is-area .inner__item_list_result .body__list__result {
    width: 41vw;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41vw;
    flex: 0 0 41vw;
  }

  .list__detail-types.is-multi.is-many:before {
    margin-left: auto;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (min-width:767.9px) and (max-width:1024px) {
  .text {
    font-size: calc(( 15 / 1016 ) *100vw );
  }
}