@charset "UTF-8";
body,
h1,
h2,
h3,
h4,
h5,
table,
th,
td,
ul,
li,
ol,
dl,
dt,
dd,
form,
p,
table,
th,
td {
  margin: 0px;
  padding: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 100%;
  font-weight: normal;
}

body {
  color: #222;
  background-color: #ffffff;
  font-family: 'Noto Sans JP', serif;
  font-family: 'neue-haas-grotesk-display', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka,
    'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.3;
  font-size: 14px;
  -webkit-text-size-adjust: none;
}
body select,
body button,
body input {
  font-family: 'neue-haas-grotesk-display', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka,
    'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  cursor: pointer;
}
body.modal_open {
  height: 100%;
  overflow: hidden;
}

dt,
dd,
li,
th,
td,
p {
  line-height: 1.5;
}

/* for IE6 */
* html body {
  font-size: 100%;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  display: block;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

input,
textArea,
select,
button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 14px;
}

button {
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src:
    url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),
    url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),
    url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),
    url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*                link
======================================================= */
a:link {
  color: #222;
  text-decoration: none;
}

a:visited {
  color: #222;
}

@media only screen and (min-width: 1025px) {
  a:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  a:hover img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.8;
  }
}
/*                common
======================================================= */
.clear:after {
  content: '';
  display: block;
  clear: both;
}

.clear_both {
  clear: both;
}

.hidden {
  overflow: hidden;
}

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?dhe9im');
  src:
    url('../fonts/icomoon.eot?dhe9im#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?dhe9im') format('truetype'),
    url('../fonts/icomoon.woff?dhe9im') format('woff'),
    url('../fonts/icomoon.svg?dhe9im#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
body.menu_open {
  height: 100vh;
  overflow: hidden;
}
body.menu_open #header {
  display: none;
}

/*                leyout
======================================================= */
.main_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
}
@media only screen and (max-width: 1100px) {
  .main_width {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 900px) {
  .main_width {
    padding: 0 20px;
  }
}

.cont_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.cont_width .contIn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}

/*                テキスト装飾
======================================================= */
.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

/*                table
======================================================= */
table {
  width: 100%;
  border-collapse: separate;
  border-collapse: collapse;
  border-spacing: 0;
}

table tr td,
table tr th {
  text-align: left;
  padding: 0px;
}

/*                pageTop
======================================================= */
.page_top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 1000;
  display: none;
}
.page_top a {
  display: block;
}
@media only screen and (max-width: 640px) {
  .page_top {
    bottom: 0px;
    right: 0;
  }
  .page_top img {
    width: 36px;
    height: 36px;
  }
}

/*                iframeのレスポン化
======================================================= */
.frame_respon .fb_iframe_widget,
.frame_respon .fb_iframe_widget span,
.frame_respon .fb_iframe_widget iframe[style] {
  width: 100% important;
}

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
  border: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 641px) {
  .tab_none {
    display: none;
  }
}

#wrapper {
  overflow: hidden;
  padding-top: 136px;
}
@media only screen and (max-width: 900px) {
  #wrapper {
    padding-top: 92px;
  }
}

#main_area {
  padding-bottom: 120px;
}
@media only screen and (max-width: 900px) {
  #main_area {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 640px) {
  #main_area {
    padding-bottom: 60px;
  }
}

#header {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
}
#header #header_news {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #000;
  height: 48px;
}
.scrolled #header #header_news {
  margin-top: -48px;
}
@media only screen and (max-width: 900px) {
  #header #header_news {
    height: 32px;
  }
  .scrolled #header #header_news {
    margin-top: -32px;
  }
}
#header #header_news .news_slide {
  overflow: hidden;
}
#header #header_news .news_slide .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header #header_news .news_slide .arrow {
  display: table;
  position: relative;
  margin: 0 auto;
}
#header #header_news .news_slide .item {
  padding: 0 40px;
  margin: 0 auto;
}
#header #header_news .news_slide .item .slick-button {
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 1100;
}
#header #header_news .news_slide .item .slick-button:before {
  color: #fff;
}
#header #header_news .news_slide .item .slick-button.prev {
  right: 100%;
  -webkit-transform: translate(-1em, -50%);
  transform: translate(-1em, -50%);
}
#header #header_news .news_slide .item .slick-button.prev:before {
  content: '＜';
}
#header #header_news .news_slide .item .slick-button.next {
  left: 100%;
  -webkit-transform: translate(1em, -50%);
  transform: translate(1em, -50%);
}
#header #header_news .news_slide .item .slick-button.next:before {
  content: '＞';
}
#header #header_news .news_slide .item a {
  color: #fff;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  text-align: center;
  padding: 16px 0;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  #header #header_news .news_slide .item a {
    font-size: 85.7%;
    padding: 8px 0;
  }
}
#header #header_news .news_slide .item a span {
  display: -webkit-box;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック',
    'MS PGothic', sans-serif;
  font-size: 100%;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 1025px) {
  #header #header_news .news_slide .item a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #header #header_news .news_slide .item a:hover {
    opacity: 0.8;
  }
}
#header #header_wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 88px;
  padding: 0 146px 0 40px;
}
@media only screen and (max-width: 1024px) {
  #header #header_wrap {
    padding: 0 0 0 16px;
    height: 60px;
  }
}
@media only screen and (min-width: 901px) {
  .scrolled #header #header_wrap {
    height: 76px;
  }
}
@media only screen and (max-width: 640px) {
  #header #header_logo img {
    width: 40px;
  }
}
#header #header_logo a {
  display: block;
  opacity: 1;
  position: relative;
  line-height: 1;
  /*&:before{
    @include iconMoon;
    content: '\e900';
    color: $navy;
    font-size: 39px;
    text-indent: 0;
    @include media1024{
      font-size: 27.2px;
    }
  }*/
}
#header #header_logo .title span {
  display: block;
  text-indent: -9999px;
  position: absolute;
}
#header #gnavi {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  #header #gnavi {
    display: none;
  }
}
#header #gnavi > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -14px;
}
#header #gnavi > ul > li {
  font-size: 107.1%;
  font-weight: 500;
  position: relative;
}
#header #gnavi > ul > li > span,
#header #gnavi > ul > li > a {
  padding: 40px 14px;
}
@media only screen and (min-width: 1025px) {
  #header #gnavi > ul > li > span span,
  #header #gnavi > ul > li > a span {
    position: relative;
  }
  #header #gnavi > ul > li > span span:after,
  #header #gnavi > ul > li > a span:after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #263a58;
    content: '';
    display: block;
    width: 0;
    height: 2px;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
  #header #gnavi > ul > li > span:hover span:after,
  #header #gnavi > ul > li > a:hover span:after {
    width: 100%;
  }
}
#header #gnavi > ul > li > ul {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 24px);
  transform: translate(-50%, 24px);
  width: 150px;
  overflow: hidden;
  margin-top: -10%;
}
#header #gnavi > ul > li > ul > li + li {
  border-top: 1px #ededed solid;
}
#header #gnavi > ul > li > ul > li > a {
  background-color: rgba(38, 58, 88, 0.9);
  color: #fff;
  display: block;
  font-size: 92.9%;
  padding: 15px 0 15px 15px;
}
@media only screen and (min-width: 1025px) {
  #header #gnavi > ul > li > ul > li > a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #header #gnavi > ul > li > ul > li > a:hover {
    opacity: 0.8;
  }
}
@media only screen and (min-width: 1025px) {
  #header #gnavi > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
}

#header_menu {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  overflow: hidden;
  position: fixed;
  width: 70px;
  height: 88px;
  margin-left: 35px;
  top: 48px;
  right: 40px;
  z-index: 1101;
}
@media only screen and (max-width: 1024px) {
  #header_menu {
    width: 60px;
    height: 88px;
    right: 20px;
  }
}
@media only screen and (max-width: 900px) {
  #header_menu {
    width: 86px;
    height: 60px;
    right: 0;
    top: 32px;
    padding-right: 16px;
    margin-left: 0;
  }
  .scrolled #header_menu {
    top: 0;
  }
}
.menu_open #header_menu {
  top: 0;
}
@media only screen and (min-width: 901px) {
  .scrolled #header_menu {
    top: 0;
    height: 76px;
  }
}
#header_menu span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #263a58;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
}
#header_menu span:first-child {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
#header_menu span:last-child {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
@media only screen and (max-width: 900px) {
  #header_menu span {
    width: calc(100% - 16px);
  }
}
#header_menu.active span:first-child {
  -webkit-transform: translateY(0) rotate(10deg);
  transform: translateY(0) rotate(10deg);
}
#header_menu.active span:last-child {
  -webkit-transform: translateY(0) rotate(-10deg);
  transform: translateY(0) rotate(-10deg);
}

#header_navi {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1101;
}
#header_navi.open {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
#header_navi .navi_wrap {
  width: 100%;
  overflow-y: auto;
  height: 90%;
  padding: 120px 0;
}
@media only screen and (max-width: 900px) {
  #header_navi .navi_wrap {
    padding: 50px 0;
  }
}
#header_navi .navi_wrap .main_width {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  #header_navi .navi_wrap a {
    position: relative;
  }
  #header_navi .navi_wrap a:after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #263a58;
    content: '';
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    top: 100%;
    left: 0;
  }
  #header_navi .navi_wrap a:hover:after {
    width: 100%;
  }
}
@media only screen and (min-width: 901px) {
  #header_navi .navi_top,
  #header_navi .navi_btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 901px) {
  #header_navi .left {
    width: 50%;
  }
}
@media only screen and (min-width: 901px) {
  #header_navi .right {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 50%;
    padding-left: 60px;
  }
}
@media only screen and (min-width: 901px) {
  #header_navi .right ul:first-child,
  #header_navi .right .navi_set:first-child {
    width: 50%;
  }
}
@media only screen and (min-width: 901px) {
  #header_navi .navi_top {
    margin-bottom: 40px;
  }
}
#header_navi .navi_top .logo {
  /*&:before{
    @include iconMoon;
    content: '\e900';
    color: $navy;
    font-size: 48.46px;
    text-indent: 0;
  }*/
}
@media only screen and (max-width: 900px) {
  #header_navi .navi_top .logo {
    display: none;
  }
}
@media only screen and (min-width: 901px) {
  #header_navi .navi_top .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
#header_navi .navi_top .right .navi_set:last-child {
  padding-right: 30px;
}
@media only screen and (max-width: 900px) {
  #header_navi .navi_top .right .navi_set:last-child dl {
    display: none;
    margin-top: 14px;
  }
}
#header_navi .navi_top .right .navi_set:first-child dl dt {
  position: relative;
}
@media only screen and (max-width: 900px) {
  #header_navi .navi_top .right .navi_set:first-child dl dt {
    position: relative;
  }
  #header_navi .navi_top .right .navi_set:first-child dl dt:before,
  #header_navi .navi_top .right .navi_set:first-child dl dt:after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #000;
    content: '';
    display: block;
    width: 17px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #header_navi .navi_top .right .navi_set:first-child dl dt:after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }
  #header_navi .navi_top .right .navi_set:first-child dl dt.active:after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 900px) {
  #header_navi .navi_top .right .navi_set:first-child dl dd {
    display: none;
    padding-bottom: 20px;
  }
  #header_navi .navi_top .right .navi_set:first-child dl dd + dt {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 900px) {
  #header_navi .navi_top .right .navi_set:first-child dl dd ul {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 900px) {
  #header_navi .navi_top .right .navi_set:first-child dl dd ul li {
    border-bottom: 1px #e0e0e0 solid;
  }
}
@media only screen and (max-width: 900px) {
  #header_navi .navi_top .right .navi_set:first-child dl dd ul li a {
    display: block;
    padding: 10px 0 5px 10px;
  }
}

#header_navi .navi_top .right .navi_set.pc_none {
  display: none;
}
@media only screen and (max-width: 900px) {
  #header_navi .navi_top .right .navi_set:first-child .title,
  #header_navi .navi_top .right .navi_set:nth-child(3) .title {
    position: relative;
  }
  #header_navi .navi_top .right .navi_set.pc_none {
    display: block;
  }
  #header_navi .navi_top .right .navi_set.pc_none a {
    color: #263a58;
  }
  #header_navi .navi_top .right .navi_set.pc_none a {
    color: #263a58;
    display: block;
  }
  #header_navi .navi_top .right .navi_set .title.sp_aco span {
    position: relative;
  }
  #header_navi .navi_top .right .navi_set:first-child .title span:before,
  #header_navi .navi_top .right .navi_set:first-child .title span:after,
  #header_navi .navi_top .right .navi_set .title.sp_aco span:before,
  #header_navi .navi_top .right .navi_set .title.sp_aco span:after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #000;
    content: '';
    display: block;
    width: 17px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(1em, -50%);
  }
  #header_navi .navi_top .right .navi_set:first-child .title.sp_aco span:after,
  #header_navi .navi_top .right .navi_set .title.sp_aco span:after {
    transform: translate(1em, -50%) rotate(-90deg);
  }
  #header_navi .navi_top .right .navi_set:first-child .title.active.sp_aco span:after,
  #header_navi .navi_top .right .navi_set .title.active.sp_aco span:after {
    transform: translate(1em, -50%);
  }
  #header_navi .navi_top .right .navi_set .title.link_only:before,
  #header_navi .navi_top .right .navi_set .title.link_only:after {
    display: none;
  }
}

#header_navi .navi_top .right .navi_set .title {
  color: #263a58;
  font-weight: 200;
  font-size: 228.6%;
  margin-bottom: 22px;
}
#header_navi .navi_top .right .navi_set .title a {
  color: #263a58;
}
#header_navi .navi_top .right .navi_set .title.link_only {
  margin-bottom: 0;
}
#header_navi .navi_top .right .navi_set .title.link_only a {
  display: block;
}
@media only screen and (max-width: 900px) {
  #header_navi .navi_top .right .navi_set .title {
    font-size: 214.3%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 901px) {
  #header_navi .navi_top .right .navi_set .set_cont + .set_cont {
    margin-top: 22px;
  }
  #header_navi .navi_top .right .navi_set .set_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #header_navi .navi_top .right .navi_set .set_wrap dl {
    width: 50%;
  }
  #header_navi .navi_top .right .navi_set .set_wrap dl dt {
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 900px) {
  #header_navi .navi_top .right .navi_set .set_wrap {
    display: none;
    margin: 14px 0 24px;
  }
  #header_navi .navi_top .right .navi_set .set_wrap.open {
    display: block;
  }
  #header_navi .navi_top .right .navi_set.open dl dd.open {
    display: block;
  }
}
#header_navi .navi_top .right .navi_set dl dt {
  color: #263a58;
  font-weight: 300;
  font-size: 128.6%;
}
#header_navi .navi_top .right .navi_set dl dd + dt {
  margin-top: 12px;
}
#header_navi .navi_top .right .navi_set dl dd ul {
  width: auto;
}
#header_navi .navi_top .right .navi_set dl dd ul li {
  font-size: 85.7%;
}
#header_navi .navi_top .right .navi_set dl dd ul li + li {
  margin-top: 8px;
}
#header_navi .navi_btm {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 900px) {
  #header_navi .navi_btm {
    position: relative;
  }
  #header_navi .navi_btm:after {
    background: url(../images/common/logo2025.svg) no-repeat 50% 50%;
    background-size: contain;
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 8px;
    right: 0;
  }
}
@media only screen and (max-width: 900px) {
  #header_navi .navi_btm .left {
    margin-top: 32px;
  }
  #header_navi .navi_btm .left:before {
    background-color: #000;
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    margin-bottom: 30px;
  }
}
#header_navi .navi_btm .left .navi li {
  font-size: 85.7%;
}
#header_navi .navi_btm .left .navi li + li {
  margin-top: 5px;
}
#header_navi .navi_btm .left .sns {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px -10px 0;
}
@media only screen and (max-width: 900px) {
  #header_navi .navi_btm .left .sns {
    margin: 28px -8px 0;
  }
}
#header_navi .navi_btm .left .sns li {
  padding: 0 10px;
}
@media only screen and (max-width: 900px) {
  #header_navi .navi_btm .left .sns li {
    padding: 0 8px;
  }
}
#header_navi .navi_btm .left .sns li a:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #263a58;
}
#header_navi .navi_btm .left .sns li a:after {
  display: none;
}
@media only screen and (min-width: 1025px) {
  #header_navi .navi_btm .left .sns li a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #header_navi .navi_btm .left .sns li a:hover {
    opacity: 0.8;
  }
}
#header_navi .navi_btm .left .sns li.line a:before {
  content: '\e907';
  font-size: 214.3%;
}
#header_navi .navi_btm .left .sns li.fb a:before {
  content: '\e901';
  font-size: 185.7%;
}
#header_navi .navi_btm .left .sns li.in a:before {
  content: '\e902';
  font-size: 178.6%;
}
#header_navi .navi_btm .left .sns li.yt a:before {
  content: '\e904';
  font-size: 157.1%;
}
@media only screen and (min-width: 901px) {
  #header_navi .navi_btm .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
  }
}
#header_navi .navi_btm .right ul li {
  font-size: 214.3%;
}
#header_navi .navi_btm .right ul li a {
  color: #263a58;
  font-weight: 200;
}
#header_navi .navi_btm .right ul li a span {
  display: none;
}
@media only screen and (max-width: 900px) {
  #header_navi .navi_btm .right ul li a span {
    display: block;
    font-size: 9px;
  }
  #header_navi .navi_btm .right ul li.sp_none {
    display: none;
  }
}

/*                footer
======================================================= */
#footer {
  background: #263a58 url(../images/common/footer_bg.jpg) repeat-x left bottom;
  color: #fff;
  padding: 120px 0 56px;
}
@media only screen and (max-width: 1024px) {
  #footer {
    background: #263a58 url(../images/common/footer_bg_sp.jpg) repeat-x left bottom;
  }
}
@media only screen and (max-width: 1024px) {
  #footer {
    padding: 50px 0 60px;
  }
}
#footer a {
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  #footer a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #footer a:hover {
    opacity: 0.8;
  }
}
#footer .footer_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer_cont .left,
#footer .footer_cont .right {
  width: 50%;
}
#footer .footer_cont .right {
  padding-left: 50px;
}
#footer #footer_top {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  #footer #footer_top {
    display: none;
  }
}
#footer #footer_top #footer_logo a {
  display: block;
}
#footer #footer_top #footer_logo a img {
  filter: brightness(0) invert(1);
  opacity: 1;
}
#footer #footer_top #top_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 30px;
}
#footer #footer_top #top_navi .navi_set .set_cont + .set_cont {
  margin-top: 25px;
}
#footer #footer_top #top_navi .navi_set h4 {
  font-size: 228.6%;
  font-weight: 200;
  margin-bottom: 20px;
}
#footer #footer_top #top_navi .navi_set h4.link_only {
  margin-bottom: 0;
}
#footer #footer_top #top_navi .navi_set dl.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer #footer_top #top_navi .navi_set dl.flex .dl_set + .dl_set {
  margin-left: 66px;
}
#footer #footer_top #top_navi .navi_set dl.flex .dl_set dt {
  margin-bottom: 14px;
}
#footer #footer_top #top_navi .navi_set dl.flex .dl_set dd ul li + li {
  margin-top: 8px;
}
#footer #footer_top #top_navi .navi_set > dl {
  display: block;
}
#footer #footer_top #top_navi .navi_set .set_cont > dl dt {
  font-size: 128.6%;
  font-weight: 300;
}
#footer #footer_top #top_navi .navi_set .set_cont > dl dd {
  font-size: 85.7%;
  opacity: 0.7;
}
#footer #footer_top #top_navi .navi_set .set_cont > dl dd + dt {
  padding-top: 12px;
}
#footer #footer_btm {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media only screen and (max-width: 1024px) {
  #footer #footer_btm {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  #footer #footer_btm .left_navi {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  #footer #footer_btm .left_navi p {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  #footer #footer_btm .left_navi p {
    text-align: center;
    font-size: 107.1%;
  }
}
@media only screen and (max-width: 1024px) {
  #footer #footer_btm .left_navi .list {
    display: none;
  }
}
#footer #footer_btm .left_navi .list li {
  font-size: 85.7%;
  opacity: 0.7;
}
#footer #footer_btm .left_navi .list li + li {
  margin-top: 8px;
}
#footer #footer_btm .left_navi .sns {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 31px -10px 0;
}
@media only screen and (max-width: 1024px) {
  #footer #footer_btm .left_navi .sns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px -10px 0;
  }
}
#footer #footer_btm .left_navi .sns li {
  padding: 0 10px;
}
#footer #footer_btm .left_navi .sns li a {
  display: block;
}
#footer #footer_btm .left_navi .sns li a:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
#footer #footer_btm .left_navi .sns li a:after {
  display: none;
}
@media only screen and (min-width: 1025px) {
  #footer #footer_btm .left_navi .sns li a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #footer #footer_btm .left_navi .sns li a:hover {
    opacity: 0.8;
  }
}
#footer #footer_btm .left_navi .sns li.line a:before {
  content: '\e907';
  font-size: 214.3%;
}
#footer #footer_btm .left_navi .sns li.fb a:before {
  content: '\e901';
  font-size: 185.7%;
}
#footer #footer_btm .left_navi .sns li.in a:before {
  content: '\e902';
  font-size: 178.6%;
}
#footer #footer_btm .left_navi .sns li.yt a:before {
  content: '\e904';
  font-size: 157.1%;
}
#footer #footer_btm .right_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  #footer #footer_btm .right_navi {
    display: none;
  }
}
#footer #footer_btm .right_navi ul li {
  font-weight: 200;
  font-size: 214.3%;
}
#footer #footer_btm .right_navi ul li + li {
  margin-top: 5px;
}
#footer .copy {
  border-top: 1px #707070 solid;
  opacity: 0.7;
  font-size: 85.7%;
  text-align: center;
  padding-top: 48px;
  margin-top: 120px;
}
@media only screen and (max-width: 1024px) {
  #footer .copy {
    border-top: none;
    margin-top: 33px;
    padding-top: 0;
  }
}

.slide_wrap {
  opacity: 0;
}
.slide_wrap.slick-initialized {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
.slide_wrap .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#loading {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
}
.visited #loading {
  display: none !important;
}
#loading .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  z-index: 1;
}
#loading .logo img {
  display: block;
  width: 80px;
  height: 80px;
}
#loading #cover_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
#loading #cover_wrap img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.product_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -60px;
}
@media only screen and (max-width: 640px) {
  .product_list {
    margin: 0 -20px -32px;
  }
}
.product_list .product_set {
  width: 25%;
  margin-bottom: 60px;
}
#saw_recently .product_list .product_set {
  width: 20%;
}
@media only screen and (max-width: 640px) {
  .product_list .product_set {
    width: 50%;
    margin-bottom: 32px;
  }
}
.product_list .product_set .set_wrap {
  display: block;
}
.product_list .product_set .set_wrap .img {
  overflow: hidden;
  position: relative;
  padding-top: 120%;
  width: 100%;
  margin-bottom: 10px;
}
.product_list .product_set .set_wrap .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  max-width: none;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product_list .product_set .set_wrap .info {
  padding-right: 20px;
}
@media only screen and (max-width: 640px) {
  .product_list .product_set .set_wrap .info {
    padding: 0 16px;
  }
}
.product_list .product_set .set_wrap .info p + p {
  margin-top: 6px;
}
.product_list .product_set .set_wrap .info p.name {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック',
    'MS PGothic', sans-serif;
  font-size: 100%;
  font-size: 85.7%;
}
@media only screen and (max-width: 640px) {
  .product_list .product_set .set_wrap .info p.name {
    font-size: 78.6%;
  }
}
.product_list .product_set .set_wrap .info p.price {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'MS Pゴシック';
  font-size: 114.3%;
  letter-spacing: -1px;
}
.product_list .product_set .set_wrap .info p.price span {
  display: block;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック',
    'MS PGothic', sans-serif;
  font-size: 75%;
}
.product_list .product_set.sale .set_wrap .info p.price {
  color: #e30000;
}
.badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2px 10px;
}
.badge li {
  padding: 0 2px;
  margin-bottom: 4px;
}
.badge li span {
  border: 1px #263a58 solid;
  display: block;
  font-size: 71.4%;
  min-width: 58px;
  text-align: center;
  line-height: 1;
  padding: 4px 0 3px;
}
.badge li.new span {
  background-color: #263a58;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.badge li.sale span {
  background-color: #e30000;
  border-color: #e30000;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.badge li.ladies span {
  border-color: #fc6597;
  color: #fc6597;
}
.badge li.restock span {
  border-color: #263a58;
  color: #263a58;
}

.player_title .title_wrap .title {
  color: #263a58;
  font-size: 571.4%;
  font-weight: 200;
  line-height: 1;
  margin-bottom: 26px;
}
.player_title .title_wrap .title span {
  display: block;
  font-weight: 600;
}
@media only screen and (max-width: 900px) {
  .player_title .title_wrap .title {
    font-size: 400%;
  }
}
@media only screen and (max-width: 640px) {
  .player_title .title_wrap .title {
    font-size: 357.1%;
  }
}
.player_title .title_wrap .title.small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 171.4%;
  margin-bottom: 38px;
}
.player_title .title_wrap p {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック',
    'MS PGothic', sans-serif;
  font-size: 100%;
}
@media only screen and (max-width: 640px) {
  .player_title .title_wrap p {
    font-size: 85.7%;
  }
}
.player_title .title_wrap p + p {
  color: #263a58;
  font-weight: 700;
  margin-top: 48px;
}
@media only screen and (max-width: 640px) {
  .player_title .title_wrap p + p {
    font-size: 100%;
    margin-top: 16px;
    margin-bottom: 48px;
    font-weight: bold;
  }
}
#home .player_title .title_wrap p + p {
  margin-top: 60px;
}
@media only screen and (max-width: 900px) {
  #home .player_title .title_wrap p + p {
    margin-top: 25px;
  }
}
.player_title .title_wrap a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #263a58;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  font-size: 114.3%;
  margin-top: 15px;
}
.player_title .title_wrap a:after {
  background: url(../images/common/arrow_r.svg) no-repeat 50% 50%;
  background-size: cover;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
@media only screen and (min-width: 1025px) {
  .player_title .title_wrap a:hover {
    opacity: 0.8;
  }
}

.penguinmag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media only screen and (max-width: 1024px) {
  .penguinmag_list {
    margin: 0 -5px;
  }
}
.penguinmag_list .penguinmag_list {
  margin-bottom: -56px;
}
@media only screen and (max-width: 1024px) {
  .penguinmag_list .penguinmag_list {
    margin-bottom: -32px;
  }
}
@media only screen and (max-width: 640px) {
  .penguinmag_list .penguinmag_list {
    margin-bottom: -20px;
  }
}
.penguinmag_list .penguinmag_list .penguinmag_set {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .penguinmag_list .penguinmag_list .penguinmag_set {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 640px) {
  .penguinmag_list .penguinmag_list .penguinmag_set {
    margin-bottom: 20px;
  }
}

.penguinmag_set {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 40px;
}
#home .penguinmag_set {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .penguinmag_set {
    padding: 0 5px;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 640px) {
  .penguinmag_set {
    width: 50%;
  }
}
.penguinmag_set .set_wrap {
  display: block;
}
.penguinmag_set .set_wrap .img {
  overflow: hidden;
  position: relative;
  padding-top: 100%;
  margin-bottom: 12px;
}
.penguinmag_set .set_wrap .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.penguinmag_set .set_wrap .text h3 {
  line-height: 1.5;
  font-size: 114.3%;
  font-weight: bold;
}
.penguinmag_set .set_wrap .text h3 + p {
  margin-top: 10px;
}
.penguinmag_set .set_wrap .text p {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック',
    'MS PGothic', sans-serif;
  font-size: 100%;
  font-size: 85.7%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.penguinmag_set .set_wrap .text p.date {
  color: #7c7c7c;
  font-size: 100%;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}
@media only screen and (max-width: 640px) {
  .penguinmag_set .set_wrap .text p.date {
    font-size: 85.7%;
  }
}

.news_list ul {
  border-bottom: 1px #e0e0e0 solid;
}
@media only screen and (max-width: 640px) {
  .news_list ul {
    margin: 0 -20px;
  }
}
.news_list ul li {
  border-top: 1px #e0e0e0 solid;
}
.news_list ul li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 0;
}
@media only screen and (min-width: 1025px) {
  .news_list ul li a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .news_list ul li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 640px) {
  .news_list ul li a {
    padding: 24px 40px;
  }
}
.news_list ul li span {
  display: block;
}
.news_list ul li span.date {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 136px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 640px) {
  .news_list ul li span.date {
    display: block;
    width: auto;
  }
}
.news_list ul li span.date span {
  line-height: 1;
}
.news_list ul li span.date .date_wrap {
  text-align: center;
  margin-right: 18px;
}
@media only screen and (max-width: 640px) {
  .news_list ul li span.date .date_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
  }
}
.news_list ul li span.date .date_wrap .year {
  font-weight: 300;
}
@media only screen and (max-width: 640px) {
  .news_list ul li span.date .date_wrap .year {
    font-size: 85.7%;
  }
}
.news_list ul li span.date .date_wrap .month {
  font-size: 114.3%;
  font-weight: 300;
  margin-top: 1px;
}
@media only screen and (max-width: 640px) {
  .news_list ul li span.date .date_wrap .month {
    font-size: 85.7%;
    margin: 0 0 0 5px;
  }
}
.news_list ul li span.date .day {
  color: #263a58;
  font-size: 228.6%;
  font-weight: 600;
  width: 36px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .news_list ul li span.date .day {
    width: auto;
    margin-top: 5px;
  }
}
.news_list ul li span.text {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック',
    'MS PGothic', sans-serif;
  font-size: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
@media only screen and (max-width: 640px) {
  .news_list ul li span.text {
    font-size: 85.7%;
    margin-left: 45px;
  }
}

.mod_cont + .mod_cont,
.mod_cont + .mod_ttl,
.mod_cont + .mod_anchor_landing {
  margin-top: 100px;
}
@media only screen and (max-width: 900px) {
  .mod_cont + .mod_cont,
  .mod_cont + .mod_ttl,
  .mod_cont + .mod_anchor_landing {
    margin-top: 80px;
  }
}

.mod_cont dt,
.mod_cont dd,
.mod_cont li,
.mod_cont th,
.mod_cont td,
.mod_cont p {
  line-height: 1.7;
}
.mod_cont img {
  width: 100%;
  height: auto;
}
.mod_cont .img_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.mod_cont .img_cont .img_set {
  padding-left: 12px;
  padding-right: 12px;
}
.mod_cont .img_cont.img2 {
  margin-bottom: -24px;
}
@media only screen and (max-width: 900px) {
  .mod_cont .img_cont.img2 {
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: -16px;
  }
}
.mod_cont .img_cont.img2 .img_set {
  width: 50%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 900px) {
  .mod_cont .img_cont.img2 .img_set {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
  }
}
.mod_cont .img_cont.img1 {
  margin-left: 0;
  margin-right: 0;
}
.mod_cont .img_cont.img1 .img_set {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.mod_cont .img_cont.img1 .img_set + .img_set {
  margin-top: 24px;
}
@media only screen and (max-width: 900px) {
  .mod_cont .img_cont.img1 .img_set + .img_set {
    margin-top: 16px;
  }
}
.mod_cont .img_cont.center {
  margin-left: 0;
  margin-right: 0;
}
.mod_cont .img_cont.center .img_set {
  max-width: 640px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}
.mod_cont .img_cont.center .img_set + .img_set {
  margin-top: 24px;
}
@media only screen and (max-width: 900px) {
  .mod_cont .img_cont.center .img_set + .img_set {
    margin-top: 16px;
  }
}
.mod_cont .imgtxt_cont .imgtxt_set .txt_box {
  margin-top: 40px;
}
@media only screen and (max-width: 900px) {
  .mod_cont .imgtxt_cont .imgtxt_set .txt_box {
    margin-top: 24px;
  }
}
.mod_cont .imgtxt_v2_cont .imgtxt_v2_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -17px;
  margin-right: -17px;
}
.mod_cont .imgtxt_v2_cont .imgtxt_v2_set + .imgtxt_v2_set {
  margin-top: 35px;
}
@media only screen and (max-width: 900px) {
  .mod_cont .imgtxt_v2_cont .imgtxt_v2_set + .imgtxt_v2_set {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 900px) {
  .mod_cont .imgtxt_v2_cont .imgtxt_v2_set {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.mod_cont .imgtxt_v2_cont .imgtxt_v2_set .img_box {
  width: 50%;
  padding-left: 17px;
  padding-right: 17px;
}
@media only screen and (max-width: 900px) {
  .mod_cont .imgtxt_v2_cont .imgtxt_v2_set .img_box + .txt_box {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 900px) {
  .mod_cont .imgtxt_v2_cont .imgtxt_v2_set .img_box {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.mod_cont .imgtxt_v2_cont .imgtxt_v2_set .img_box .cap {
  font-size: 85.7%;
  margin-top: 0.8em;
}
.mod_cont .imgtxt_v2_cont .imgtxt_v2_set .img_box .cap.txt_c {
  text-align: center;
}
.mod_cont .imgtxt_v2_cont .imgtxt_v2_set .img_box .cap.txt_r {
  text-align: right;
}
.mod_cont .imgtxt_v2_cont .imgtxt_v2_set .txt_box {
  width: 50%;
  padding-left: 17px;
  padding-right: 17px;
}
@media only screen and (max-width: 900px) {
  .mod_cont .imgtxt_v2_cont .imgtxt_v2_set .txt_box {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.mod_cont .imgtxt_v2_cont .imgtxt_v2_set.re {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.mod_cont .imgtxt_v2_cont .imgtxt_v2_set.around {
  display: block;
  overflow: hidden;
}
.mod_cont .imgtxt_v2_cont .imgtxt_v2_set.around .img_box {
  float: right;
  padding-bottom: 17px;
  margin-left: 17px;
}
@media only screen and (max-width: 900px) {
  .mod_cont .imgtxt_v2_cont .imgtxt_v2_set.around .img_box {
    float: none;
    padding-bottom: 0;
    margin-left: 0;
  }
}
.mod_cont .imgtxt_v2_cont .imgtxt_v2_set.around .txt_box {
  width: 100%;
}
.mod_cont .imgtxt_v2_cont .imgtxt_v2_set.around.re .img_box {
  float: left;
  padding-bottom: 17px;
  margin-left: 0;
  margin-right: 17px;
}
@media only screen and (max-width: 900px) {
  .mod_cont .imgtxt_v2_cont .imgtxt_v2_set.around.re .img_box {
    float: none;
    padding-bottom: 0;
  }
}
.mod_cont .table_cont table {
  table-layout: fixed;
  border-left: 1px #d0d0d0 solid;
  border-top: 1px #d0d0d0 solid;
}
.mod_cont .table_cont table tr th,
.mod_cont .table_cont table tr td {
  border-right: 1px #d0d0d0 solid;
  border-bottom: 1px #d0d0d0 solid;
  padding: 1em;
}
.mod_cont .table_cont table tr th {
  width: 20em;
  font-weight: bold;
  background-color: #efefef;
}
@media only screen and (max-width: 900px) {
  .mod_cont .table_cont table tr th {
    width: 12em;
  }
}
.mod_cont .table_cont table tr td {
  background-color: #fff;
}
.mod_cont .table_cont table tr td a {
  color: #007672;
}
.mod_cont .table_cont table tr td a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 900px) {
  .mod_cont .table_cont.scroll {
    overflow: auto;
  }
}
@media only screen and (max-width: 900px) {
  .mod_cont .table_cont.scroll table {
    width: 900px;
  }
}
@media only screen and (max-width: 640px) {
  .mod_cont .table_cont.scroll table {
    width: 640px;
  }
}
.mod_cont .txtlink_cont {
  padding: 2.2em;
}
.mod_cont .txtlink_cont ul li + li {
  margin-top: 0.5em;
}
.mod_cont .txtlink_cont ul li a::after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e900';
  font-size: 10px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  top: -1px;
  margin-left: 1em;
}
.mod_cont .txtlink_cont.bg_co1 {
  background-color: #ffffff;
}
.mod_cont .txtlink_cont.bg_co2 {
  background-color: #efefef;
}
.mod_cont .qa_cont > div + div {
  margin-top: 30px;
}
.mod_cont .qa_cont > div dt {
  font-weight: bold;
}
.mod_cont .qa_cont > div dt + dd {
  margin-top: 24px;
}
.mod_cont .qa_cont > div dt::before {
  content: 'ー';
}
.mod_cont .yt_cont {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.mod_cont .yt_cont .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.mod_cont .yt_cont .youtube iframe,
.mod_cont .yt_cont .youtube object,
.mod_cont .yt_cont .youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mod_cont .insta_cont iframe {
  margin: 0 auto !important;
}
.mod_cont .recommend_list .none_slider dt,
.mod_cont .recommend_list .none_slider dd,
.mod_cont .recommend_list .none_slider li,
.mod_cont .recommend_list .none_slider th,
.mod_cont .recommend_list .none_slider td,
.mod_cont .recommend_list .none_slider p {
  line-height: 1.5;
}
.mod_cont .recommend_list .none_slider .item {
  width: 33.33333333%;
}
@media only screen and (max-width: 900px) {
  .mod_cont .recommend_list .none_slider .item {
    width: 50%;
  }
}
@media only screen and (min-width: 901px) {
  .mod_cont .recommend_list .none_slider .item:nth-of-type(n + 6) {
    display: block;
  }
}
.mod_cont .btn {
  max-width: 640px;
}
@media only screen and (max-width: 900px) {
  .mod_cont .btn {
    max-width: none;
  }
}
.mod_cont .btn a {
  padding: 22px;
}
.mod_cont .btn.link > a::after,
.mod_cont .btn.link > button::after,
.mod_cont .btn.link > span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  width: 5px;
  height: 5px;
}
.mod_cont .btn_l .btn {
  max-width: none;
}
.mod_cont .btn_l .btn > a,
.mod_cont .btn_l .btn > button,
.mod_cont .btn_l .btn > span {
  border: 1px #263a58 solid;
  border-radius: 50px;
  font-size: 128.6%;
  font-weight: 500;
  color: #000;
  background: #fff;
  padding: 21px 0;
}
.mod_cont .btn_l .btn > a::after,
.mod_cont .btn_l .btn > button::after,
.mod_cont .btn_l .btn > span::after {
  border-top: solid 1px #000;
  border-right: solid 1px #000;
}
.mod_cont .btn_m .btn {
  max-width: 264px;
}
@media only screen and (max-width: 900px) {
  .mod_cont .btn_m .btn {
    max-width: none;
  }
}
.mod_cont .btn_m .btn > a,
.mod_cont .btn_m .btn > button,
.mod_cont .btn_m .btn > span {
  border: 1px #263a58 solid;
  border-radius: 50px;
  padding: 18px 2em;
}
.mod_cont .btn_m .btn > a::after,
.mod_cont .btn_m .btn > button::after,
.mod_cont .btn_m .btn > span::after {
  border-top: solid 1px #000;
  border-right: solid 1px #000;
}
.mod_cont .btn_s .btn {
  max-width: 216px;
}
.mod_cont .btn_s .btn > a,
.mod_cont .btn_s .btn > button,
.mod_cont .btn_s .btn > span {
  border: 1px #263a58 solid;
  border-radius: 50px;
  padding: 10px 0;
}
.mod_cont .btn_s .btn > a::after,
.mod_cont .btn_s .btn > button::after,
.mod_cont .btn_s .btn > span::after {
  border-top: solid 1px #000;
  border-right: solid 1px #000;
}

/*                エディター
======================================================= */
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
  font-weight: bold;
  line-height: 2;
}
.editor h1 {
  font-size: 257.1%;
}
@media only screen and (max-width: 900px) {
  .editor h1 {
    font-size: 171.4%;
  }
}
.editor h2 {
  font-size: 228.6%;
}
@media only screen and (max-width: 900px) {
  .editor h2 {
    font-size: 157.1%;
  }
}
.editor h3 {
  font-size: 157.1%;
}
@media only screen and (max-width: 900px) {
  .editor h3 {
    font-size: 142.9%;
  }
}
.editor h4 {
  font-size: 142.9%;
}
@media only screen and (max-width: 900px) {
  .editor h4 {
    font-size: 128.6%;
  }
}
.editor h5 {
  font-size: 128.6%;
}
@media only screen and (max-width: 900px) {
  .editor h5 {
    font-size: 114.3%;
  }
}
.editor h6 {
  font-size: 114.3%;
}
@media only screen and (max-width: 900px) {
  .editor h6 {
    font-size: 100%;
  }
}
.editor a {
  text-decoration: underline;
}
@media only screen and (min-width: 1025px) {
  .editor a:hover {
    text-decoration: none;
  }
}
.editor blockquote {
  background: #eee;
  padding: 1.5em;
}
.editor ul > li {
  padding-left: 1em;
  text-indent: -1em;
}
.editor ul > li:before {
  background-color: #222;
  content: '';
  display: inline-block;
  position: relative;
  top: -4px;
  border-radius: 100%;
  height: 4px;
  width: 4px;
  margin: 0 5px 0 5px;
}
.editor ol {
  counter-reset: item;
}
.editor ol > li {
  padding-left: 1.7em;
  text-indent: -1.7em;
}
.editor ol > li:before {
  counter-increment: item;
  content: counter(item) '.';
  margin-right: 0.15em;
  display: inline-block;
  width: 1.5em;
  text-align: right;
}
.editor img {
  width: auto;
  margin-right: auto;
}
.editor img.alignright {
  margin-left: auto;
  margin-right: 0;
}
.editor img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
