@charset "UTF-8";
/* ----------------------------------------------------------

Base Style

---------------------------------------------------------- */
a {
  color: inherit;
  text-decoration: none;
}

table,
ul ul,
ol ol {
  font-size: 100%;
}

td ul,
td p,
td dt,
td dd {
  font-size: 100%;
}

select,
input,
textarea,
button {
  font-size: 99%;
}

strong,
em {
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

a:hover,
a:active,
a:hover img {
  opacity: 0.8;
}

::selection,
::-moz-selection {
  background: #F7A6B3;
}

*:focus {
  outline: none;
}

#topcontrol {
  z-index: 1000;
}

#MenuNavi {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media print, screen and (min-width: 741px) {
  /* for Desktop Device */
}

@media screen and (max-width: 740px) {
  /* for Mobile Device */
}

/* ----------------------------------------------------------

Base Layout

---------------------------------------------------------- */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  color: #1F1F1F;
  font-family: tbudgothic-std, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-size-adjust: none;
}

.txt-common {
  padding: 0 15px;
  text-align: left;
}

/*  tetliタグ
---------------------------------------------------------- */
[id^="ttr"] [data-ttr~=container] {
  z-index: 1000000 !important;
}

/*  btn
---------------------------------------------------------- */
.bw-arrow {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 350px;
  margin: 40px auto;
  padding: 10px 15px;
  border: 2px solid #296ACC;
  border-radius: 25px;
  color: #000;
  font-family: tbudrgothic-std, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.bw-arrow::after {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 15px;
  padding: 0;
  transform: rotate(45deg) translateX(-5px) translateY(5px);
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  content: '';
}

.bw-arrow-longer {
  width: 400px;
}

@media screen and (max-width: 760px) {
  .bw-arrow {
    width: 80%;
    margin: 30px auto 15px;
    font-size: 14px;
  }
}

.bw-arrow > *:first-child {
  width: calc(100% - 5px);
  margin-left: 2%;
}

/*  wrapInner
---------------------------------------------------------- */
.inner-common, .inner-short {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 15px 0;
}

@media screen and (max-width: 760px) {
  .inner-common, .inner-short {
    width: 100%;
    padding: 5px 6% 15px;
  }
}

.inner-common .wrapper, .inner-short .wrapper {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .inner-common .wrapper, .inner-short .wrapper {
    width: 100%;
  }
}

.inner-short {
  width: 100%;
  max-width: 980px;
}

.sec-margin {
  margin-top: 65px;
}

@media screen and (max-width: 760px) {
  .sec-margin {
    margin-top: 30px;
  }
}

@media screen and (max-width: 760px) {
  .sec-margin-sp {
    margin-top: 0;
  }
}

/*  header
---------------------------------------------------------- */
header .inner {
  width: 1120px;
  height: 133px;
  margin: 0 auto;
  padding-top: 16px;
}

header.form .inner {
  height: 133px;
}

header .inner .hlogo {
  width: 498px;
  margin-top: 15px;
  float: left;
}

header.form .inner .hlogo {
  margin: 0 auto;
  float: none;
}

header .inner .hlogo h1 a,
.footer .footer-inner .ft-logo p a {
  display: block;
  width: 498px;
  height: 67px;
  overflow: hidden;
  background: url(../img/cmn/logo.png) no-repeat;
  background-size: 498px auto;
  text-indent: 105%;
  white-space: nowrap;
}

.footer .footer-inner .ft-logo p a {
  width: 490px;
  margin-top: 20px;
  background-size: 490px auto;
}

@media screen and (max-width: 760px) {
  .footer .footer-inner .ft-logo p a {
    width: 100%;
    background: none;
  }
}

@media print, screen and (max-width: 760px) {
  header .inner {
    width: 100%;
    height: 64px;
    margin: 0;
    padding: 0;
  }
  header .inner .hlogo {
    width: 100%;
    margin-top: 0;
  }
  header .inner .hlogo h1 a {
    display: block;
    width: calc(100% - 89px);
    height: 64px;
    margin-left: 15px;
    float: left;
    float: none;
    overflow: hidden;
    background: url(../img/cmn/logo.png) no-repeat left center;
    background-size: 100% auto;
    text-indent: 105%;
    white-space: nowrap;
  }
  header .form .inner .hlogo {
    width: auto !important;
  }
}

header .inner .box_r {
  float: right;
}

header .inner .box_r ul {
  font-size: 14px;
  font-weight: bold;
}

header .inner .box_r ul li {
  width: 100px;
  height: 100px;
  margin-right: 14px;
  float: left;
}

header .inner .box_r ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 68px;
  line-height: 1.2;
  text-align: center;
}

header .inner .box_r ul .ico-mypage a {
  background: #E95377 url(../img/cmn/ico_mypage.png) no-repeat center 13px;
  background-size: 30px auto;
  color: #fff;
}

header .inner .box_r ul .ico-contact a {
  background: #296ACC url(../img/cmn/ico_contact.png) no-repeat center 19px;
  background-size: 39px auto;
  color: #fff;
}

header .inner .box_r ul .ico-portal {
  width: 233px;
  margin-right: 0;
}

header .inner .box_r ul .ico-portal a {
  padding: 15px;
  border: 2px solid #296ACC;
  background: #fff url(../img/cmn/portal_logo.png) no-repeat center;
  background-size: 204px auto;
}

/*  footer
---------------------------------------------------------- */
.footer {
  margin: 40px auto 0;
}

@media screen and (max-width: 760px) {
  .footer {
    margin: 20px auto 0;
  }
}

.footer-inner {
  width: 1080px;
  margin: 0 auto;
  padding: 40px 40px 30px;
  border-top: 1px dashed #999999;
  border-bottom: 1px dashed #999999;
}

.footer-inner .ft-logo {
  float: left;
}

.footer-inner .ft-logo p a {
  display: block;
  width: calc(100% - 80px);
  height: 64px;
  margin-left: 15px;
  float: none;
  overflow: hidden;
  background: url(../img/cmn/logo.png) no-repeat left center;
  background-size: 100% auto;
  text-indent: 105%;
  white-space: nowrap;
}

.footer-inner .ft_box_r {
  float: right;
}

.footer-inner .ft_box_r ul {
  font-size: 14px;
  font-weight: bold;
}

.footer-inner .ft_box_r ul li {
  width: 100px;
  height: 100px;
  margin-right: 14px;
  float: left;
}

.footer-inner .ft_box_r ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 68px;
  line-height: 1.2;
  text-align: center;
}

.footer-inner .ft_box_r ul .ico-mypage a {
  background: #E95377 url(../img/cmn/ico_mypage.png) no-repeat center 13px;
  background-size: 30px auto;
  color: #fff;
}

.footer-inner .ft_box_r ul .ico-contact a {
  background: #296ACC url(../img/cmn/ico_contact.png) no-repeat center 19px;
  background-size: 39px auto;
  color: #fff;
}

.footer-inner .ft_box_r ul .ico-portal {
  width: 233px;
  margin-right: 0;
}

.footer-inner .ft_box_r ul .ico-portal a {
  padding: 15px;
  border: 2px solid #296ACC;
  background: #fff url(../img/cmn/portal_logo.png) no-repeat center;
  background-size: 204px auto;
}

.footer-inner .f-nav {
  margin: 40px auto 0;
  text-align: center;
}

.footer-inner .f-nav-link {
  display: inline-block;
  position: relative;
  margin: 0 15px;
  padding: 0 0 0 15px;
  font-size: 14px;
  text-align: center;
}

.footer-inner .f-nav-link::before {
  position: absolute;
  top: 30%;
  left: 0;
  width: 10px;
  height: 8px;
  margin: auto;
  border: 4px solid transparent;
  border-left: 6px solid #1F1F1F;
  content: "";
}

.footer .copy {
  display: block;
  margin: 20px auto;
  color: #999999;
  font-size: 11px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .footer {
    border-top: 1px dashed #000;
  }
  .footer-inner {
    width: 100%;
    padding: 6%;
    border: none;
  }
  .footer-inner .ft-logo {
    float: none;
  }
  .footer-inner .ft-logo p a {
    width: 100%;
    margin-left: 0;
    background: none;
  }
  .footer-inner .ft-logo .sp-logo img {
    display: block;
    width: 100%;
  }
  .footer-inner .ft_box_r {
    display: none;
  }
  .footer-inner .f-nav {
    margin: 20px auto 15px;
    text-align: left;
  }
  .footer-inner .f-nav-link {
    display: block;
    margin: 0;
    padding: 15px;
    border-top: 1px dashed #999999;
    text-align: left;
  }
  .footer-inner .f-nav-link::before {
    position: absolute;
    top: 40%;
    left: 0;
    width: 10px;
    height: 8px;
    margin: auto;
    border: 4px solid transparent;
    border-left: 6px solid #1F1F1F;
    content: "";
  }
  .footer .copy {
    margin: 0 auto;
    padding: 15px 0;
    background: #296ACC;
    color: #fff;
  }
  .footer .portal-sp {
    margin-top: 20px;
  }
  .footer .portal-sp img {
    display: block;
    width: 100%;
  }
}

/*  article-header
---------------------------------------------------------- */
.article-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  background: #f3f5f7;
  text-align: center;
}

.article-header .article_h2 {
  margin: auto;
  color: #1F1F1F;
  font-family: tbudrgothic-std, sans-serif;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.0;
  text-transform: uppercase;
}

.article-header .article_h2 span {
  color: #E95377;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 760px) {
  .article-header {
    height: 30vw;
  }
  .article-header .article_h2 {
    font-size: 26px;
    line-height: 0.9;
  }
  .article-header .article_h2 span {
    font-size: 14px;
  }
}

/*  h3
---------------------------------------------------------- */
.top-h2, .short-h3, h3 {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 10px;
  padding: 15px;
  border-radius: 40px;
  background: #296ACC;
  color: #fff;
  font-family: tbudrgothic-std, sans-serif;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .top-h2, .short-h3, h3 {
    width: 100%;
    border-radius: unset;
    font-size: 5.5vw;
  }
}

.short-h3 {
  width: 100%;
  max-width: 980px;
}

/* ----------------------------------------------------------

Clear Fix

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

@media print, screen and (min-width: 741px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 740px) {
  /************************************************

  Font Style

************************************************/
  body {
    overflow-x: hidden;
    overflow-y: auto;
  }
  html {
    overflow-x: hidden;
    overflow-y: auto;
  }
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.0;
  }
  a {
    text-decoration: none;
  }
  .pc {
    display: none !important;
  }
  /************************************************

  Clear

************************************************/
  .mnav .box,
  .mnav2 .box,
  .snav ul,
  .contact .unit-a,
  .btm {
    zoom: 1;
  }
  .mnav .box:after,
  .mnav2 .box:after,
  .snav ul:after,
  .contact .unit-a:after,
  .btm:after {
    display: block;
    clear: both;
    overflow: hidden;
    content: '';
  }
}

.mv-pc {
  box-sizing: border-box;
  width: 100%;
  height: 599px;
  margin: 0 auto;
  background: url(../img/top/main.jpg) 50% 0%/cover no-repeat scroll padding-box border-box rgba(0, 0, 0, 0);
}

.mv-sp img {
  width: 100%;
}

.about {
  margin-top: 95px;
}

@media screen and (max-width: 760px) {
  .about {
    margin-top: 0;
  }
}

.about-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 595px;
  margin: 0 auto;
  margin-top: 25px;
}

@media screen and (max-width: 760px) {
  .about-container {
    width: 100%;
    margin-top: 0;
  }
}

.about-container li {
  width: 184px;
  height: 184px;
  padding: 15px;
  border: 4px solid #296ACC;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .about-container li {
    width: calc(100% / 3 - 5px);
    height: auto;
    padding: 5px 10px;
    border: 2px solid #296ACC;
  }
}

.about-container li img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .about-container li img {
    width: 100%;
  }
}

.about-container li .icon-detail {
  font-family: tbudrgothic-std, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 760px) {
  .about-container li .icon-detail {
    font-size: 4vw;
  }
}

.newly-arrival .news-container li {
  padding: 15px 0;
  border-bottom: 1px dashed #999999;
}

@media screen and (max-width: 760px) {
  .newly-arrival .news-container li {
    padding: 10px 0;
  }
  .newly-arrival .news-container li:first-child {
    padding: 0 0 15px;
  }
}

.newly-arrival .news-container li .date {
  color: #296ACC;
  font-size: 16px;
  font-weight: 700;
}

.newly-arrival .news-container li .date .newly {
  display: inline-block;
  margin-left: 4px;
  padding: 0 4px;
  background: #E95377;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.newly-arrival .news-container li .date .newly::before {
  content: "NEW";
}

@media screen and (max-width: 760px) {
  .newly-arrival .news-container li .date {
    font-size: 14px;
  }
}

.newly-arrival .news-container li .news-title {
  -moz-text-overflow: ellipsis;
  height: 28px;
  margin-top: 4px;
  overflow: hidden;
  font-size: 18px;
  font-weight: 700;
  text-overflow: ellipsis;
}

@media screen and (max-width: 760px) {
  .newly-arrival .news-container li .news-title {
    height: 25px;
    font-size: 16px;
  }
}
/*# sourceMappingURL=top.css.map */
