@charset "utf-8";

/*#page-body{
  width:100%;
}*/

.disabled {
  cursor: default;
}
.element--hover {
  cursor: pointer;
  transition: box-shadow 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99), -webkit-transform 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99);
  transition: box-shadow 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99), transform 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99);
  transition: box-shadow 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99), transform 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99), -webkit-transform 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99);
}
.element--hover:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1), 8px 32px 32px rgba(0, 0, 0, 0.15), 8px 64px 64px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.03) translateY(-0.5rem);
      -ms-transform: scale(1.03) translateY(-0.5rem);
          transform: scale(1.03) translateY(-0.5rem);
}
.element--hover:active {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1), 8px 16px 16px rgba(0, 0, 0, 0.15), 8px 32px 32px rgba(0, 0, 0, 0.15);
}
a.btnNew {
  margin: 0 auto;
  max-width: 300px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  background-color: #000000;
  color: #FFFFFF !important;
}
a.btnNew:link, a.btnNew:active, a.btnNew:hover, a.btnNew:visited {
  color: inherit;
  text-decoration: none;
}
a.btnNew::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform: rotate(45deg) translateX(-5px) translateY(5px);
      -ms-transform: rotate(45deg) translateX(-5px) translateY(5px);
          transform: rotate(45deg) translateX(-5px) translateY(5px);
}
.p-item-lists a img{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: 0.2s;
}
.p-item-lists a:hover img {
  transition: 0.5s;
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.p-item-lists:hover img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}


/* Project */
.main_contents {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  font-smoothing: antialiased;
  position: relative;
  font-size: 15px;
  letter-spacing: 2px;
  font-feature-settings: "palt" 1;
}
.main_contents * {
  box-sizing: border-box;
  line-height: 1.6;
}
.main_contents a {
  transition: all .3s linear 0s;
}
.main_contents a:hover, .main_contents a:focus, .main_contents a:visited {
  color: inherit;
  opacity: .7;
  text-decoration: none;
}
.main_contents .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}
.main_contents a.p-btn {
  color: #236785;
  background-color: #FFFFFF;
  border-radius: 0;
  display: inline-block;
  padding: 5px;
  cursor: pointer;
  line-height: 1.44;
  border: 1px solid #236785;
  display: block;
  margin: 0 1%;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  padding: 20px;
  -webkit-flex: 0 1 45%;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
  -webkit-flex: 0 1 calc((100% / 2)- 5%);
      -ms-flex: 0 1 calc((100% / 2)- 5%);
          flex: 0 1 calc((100% / 2)- 5%);
  max-width: 420px;
}
.main_contents a.p-btn a, .main_contents a.p-btn:hover, .main_contents a.p-btn:focus,
.main_contents a.p-btn a:hover,
.main_contents a.p-btn a:focus {
  background: #236785;
  color: #ffffff;
}
.main_contents a.p-btn::before {
  content: "";
  display: block;
  margin-top: -4px;
}
.main_contents a.p-btn::after {
  content: "";
  display: block;
  margin-bottom: -4px;
}
.main_contents .main_header {
  text-align: center;
}
.main_contents .main_header .main_header__img {
   /* margin-bottom: 60px; */
}
.main_contents .main_body{
  text-align:center;
}
.main_contents .main_body .main_block{
  background-color:#ffffff;
  padding-bottom:3%;
  margin-bottom:7%
}
span.bold {
  font-weight: bold;
}
#kt_navi_box {
    width: 100%;
    list-style: none;
    margin: 0 auto 0;
    overflow: hidden;
}
@media (max-width: 768px){p-header__navigation
  #kt_navi_box {
    height: 298px;
    padding-bottom: 3px;
  }
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
#kt_navi_box.fixed {
  background: #ffffff;
}
@media (max-width: 768px){
  #kt_navi_box.fixed{
    background: transparent;
  }
}
.fixed #fixedbox {
  max-width: 890px;
  margin-top: 0;
}
#fixedbox {
    max-width: 1170px;
    margin: auto;
    transition: 0.7s;
}
#fixedbox .p-header__navigation {
  width: 100%;
  max-width: 1170px;
  margin: 2% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}
@media (max-width: 768px){
  #fixedbox .p-header__navigation {
    background: #ffffff;
  }
}
#fixedbox .p-header__navigation li {
  font-family: 游明朝,"Yu Mincho",YuMincho,Ryumin Medium KL,"リュウミン M-KL","Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,HiraMinProN-W3,HiraMinPro-W3,"ヒラギノ明朝 ProN W3","ヒラギノ明朝 Pro W3","ＭＳ 明朝","Sawarabi Mincho",serif,Didot,Didot LT STD,Hoefler Text,Garamond,Times New Roman;
  font-size: 3em;
  font-weight: bold;
  color: #236785;
  border-top: solid 2px #d7d7d7;
  -webkit-flex: 0 1 33%;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%;
  -webkit-flex: 0 1 calc(100% / 3);
      -ms-flex: 0 1 calc(100% / 3);
          flex: 0 1 calc(100% / 3);
  max-width: 300px;
  height: 90px;
  margin: 0 1%;
}
@media (max-width: 768px) {
  #fixedbox .p-header__navigation li {
    font-size: 1.5em;
    height: 40px;
    margin: 0 1%;
  }
}
#fixedbox .p-header__navigation a {
  position: relative;
}
#fixedbox .p-header__navigation a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 65px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #236785 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
@media (max-width: 768px) {
  #fixedbox .p-header__navigation a:after {
    top: 25px;
    border-width: 10px 10px 0 10px;
  }
}

#fixedbox .p-header__navigation li a {
  color: #236785;
}

.fixed #fixedbox .p-header__navigation {
  margin: 0 auto 0;
}

.fixed #fixedbox .p-header__navigation li {
  font-size: 2em;
  -webkit-flex: 0 1 33%;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%;
  -webkit-flex: 0 1 calc(80% / 3);
      -ms-flex: 0 1 calc(80% / 3);
          flex: 0 1 calc(80% / 3);
  height: 60px;
}
@media (max-width: 768px) {
  .fixed #fixedbox .p-header__navigation li {
    font-size: 1em;
    height: 30px;
  }
}

.fixed #fixedbox .p-header__navigation a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 35px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #236785 transparent transparent transparent;
  border-width: 10px 10px 0 10px;
}
@media (max-width: 768px) {
  .fixed #fixedbox .p-header__navigation a:after {
    top: 20px;
    border-width: 5px 5px 0 5px;
  }
}
@media (max-width: 768px){
  #fixedbox .p-header__navigation li {
    -webkit-flex: 0 1 30%;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    -webkit-flex: 0 1 calc(90% / 3);
        -ms-flex: 0 1 calc(90% / 3);
            flex: 0 1 calc(90% / 3);
  }
}
.p-items{
  margin:0 auto;
}
.main_contents .main_body .p-item {
  margin-bottom: 10%;
}
.main_contents .main_body .p-item .p-item__title {
  text-align: center;
  margin-bottom: 15px;
  font-family: 游明朝,"Yu Mincho",YuMincho,Ryumin Medium KL,"リュウミン M-KL","Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,HiraMinProN-W3,HiraMinPro-W3,"ヒラギノ明朝 ProN W3","ヒラギノ明朝 Pro W3","ＭＳ 明朝","Sawarabi Mincho",serif,Didot,Didot LT STD,Hoefler Text,Garamond,Times New Roman;
  font-size: 3.5em;
  font-weight: bold;
  color: #236785;
}
.main_contents .main_body .p-item .p-item__sub-title {
  padding: 0.1% 0 0.2%;
  text-align: center;
  color: #333333;
  margin-bottom: 35px;
  font-weight: 500;
  border-radius: 2px;
  margin: 0 auto 3%;
}
.main_contents .main_body .p-item--ss .p-item__sub-title{
  max-width:90%;
}
.main_contents .main_body .p-item .p-item-list {
  margin-bottom: 3%;
}
.main_contents .main_body .p-item .p-item-list__img {
  margin-bottom: 25px;
}
.main_contents .main_body .p-item .p-item-list__img img.withshadow{
  box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
}
.main_contents .main_body .p-item .p-item-list__img img.withshadow:hover,
.main_contents .main_body .p-item .p-item-list__img img.withshadow:active,
.main_contents .main_body .p-item .p-item-list__img img.withshadow:visited{
    box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
}
.main_contents .main_body .p-item .p-item-list__brand {
  font-weight: bold;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}
.main_contents .main_body .p-item .p-item-list__name {
  margin-bottom: 0;
  letter-spacing: 0.5px;
}
.main_contents .main_body .p-item .p-item-list__price {
  margin-bottom: 0;
  letter-spacing: 0.5px;
}
.main_contents .main_body ul.p-item-lists {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
}
.main_contents .main_body ul.p-item-lists > * {
  text-align: center;
}
.main_contents .main_body ul.p-item-lists > * {
  -webkit-flex: 0 1 24%;
      -ms-flex: 0 1 24%;
          flex: 0 1 24%;
  -webkit-flex: 0 1 calc( 25% - 10px);
      -ms-flex: 0 1 calc( 25% - 10px);
          flex: 0 1 calc( 25% - 10px);
}
img.pc_view,
br.pc_view {
  display: inline;
}
div.pc_view,
span.pc_view,
p.pc_view {
  display: block;
}
img.smp_view,
br.smp_view,
div.smp_view,
span.smp_view,
p.smp_view {
  display: none;
} 

@media (max-width: 1200px) {
  .main_contents{
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .main_contents a.p-btn {
    max-width: 380px;
  }
  .main_contents .main_body ul.p-item-lists > * {
    -webkit-flex: 0 1 49%;
    -ms-flex: 0 1 49%;
    flex: 0 1 49%;
    -webkit-flex: 0 1 calc( 50% - 10px);
    -ms-flex: 0 1 calc( 50% - 10px);
    flex: 0 1 calc( 50% - 10px);
  }
}

@media (max-width: 768px) {
  .main_contents {
    font-size: 13px;
    letter-spacing: 2px;
  }
  .main_contents .main_body .main_block{
    margin-bottom: 5%;
  }
  .main_contents a.p-btn {
    font-size: 12px;
    padding: 15px 10px;
    max-width: 300px;
  }
  .main_contents .main_body .p-item{
    margin:0 auto 25%;
  }
  .main_contents .main_body .p-item .p-item__sub-title{
    margin:0 auto 5%;
  }
  .main_contents .main_body .p-item .p-item-list {
    margin-bottom: 6%;
  }
  .main_contents .main_body .p-item .p-item-list__img {
    margin-bottom: 10px;
  }
  .main_contents .main_body ul.p-item-lists {
    margin-bottom: 50px;
  }
  div.pc_view,
  span.pc_view,
  p.pc_view,
  img.pc_view,
  br.pc_view {
    display: none;
  }
  div.smp_view,
  p.smp_view {
    display: block;
  }
  img.smp_view,
  span.smp_view,
  br.smp_view {
    display: inline;
  }
}

@media (max-width: 544px) {
  .main_contents .main_body ul.p-item-lists {
    margin-bottom: 0;
  }
}

.size_block {
  margin: 1% auto 0;
  width: 100%;
}
.clearfix {
  min-height: 1%;
  display: block;
}
.size_chart {
  margin: 5% auto 16%;
  text-align: center;
  background-color: #eeeeee;
  padding: 8% 0 12% 0;
}
.size_chart .size_chart_title {
  width: 47%;
  margin: 0 auto 7%;
}
.size_area {
  zoom: 65%;
}
.size_chart ul.list_size {
  font-size: 100%;
  overflow: hidden;
}
.size_chart ul.size_sc {
}
.size_chart ul.size_kt {
  margin: 6% auto;
}
.size_chart ul.list_size li {
  float: left;
  text-align: left;
  padding: 0;
  display: inline-block;
  vertical-align: bottom;
}
.size_chart ul.list_size li:nth-child(6) {
  margin-top: 8%;
}
.size_chart ul.list_size li img {
  vertical-align: bottom;
  border: none;
  text-align: left;
}

@media screen and (min-width: 980px) {
  .size_chart {
    margin: 0 auto;
    padding: 3% 0 5% 0;
    text-align: center;
  }
  .size_area > ul li {
    display: inline-block;
    margin: 0 auto;
  }
  .size_chart .size_chart_title {
    margin: 0 auto 3% auto;
    text-align:  center;
  }
  .size_chart ul.list_size {
    text-align: left;
    margin: 0 auto;
    max-width: 100%;
  }
  .size_chart ul.list_size li.size {
    float: left;
    padding: 0;
    text-align: left;
    display: inline-block;
    height: auto;
    margin: 0 auto;
  }
}
.size_area_smp {
  margin: 0 auto;
  padding-left: 0;
  display: inline-block;
  zoom: 50%;
  text-align: left;
  padding-left: 5%;
}
@media screen and (min-width: 321px) and (max-width: 360px) {
  .size_area_smp {
    zoom: 73%;
    text-align: left;
    padding-left: 5%;
  }
}
@media screen and (min-width: 360px) and (max-width: 375px) {
  .size_area_smp {
    zoom: 72%;
    text-align: left;
    padding-left: 5%;
  }
}
@media screen and (min-width: 375px) and (max-width: 415px) {
  .size_area_smp {
    zoom: 58%;
    text-align: left;
    padding-left: 4%;
  }
}
@media screen and (min-width: 414px) and (max-width: 515px) {
  .size_area_tablet {
    zoom: 57%;
    padding-left: 2%;
  }
}
@media screen and (min-width: 515px) and (max-width: 576px) {
  .size_area_tablet {
    zoom: 80%;
    padding-left: 1%;
  }
}
@media screen and (min-width: 576px) and (max-width: 640px) {
  .size_area_tablet {
    zoom: 91%;
    padding-left: 3%;
  }
}

@media screen and (min-width: 640px) and (max-width: 668px) {
  .size_area_tablet {
    zoom: 95%;
  }
}
@media screen and (max-width: 768px) and (min-width: 669px) {
  .size_area_tablet {
    zoom: 102%;
    text-align: center;
    margin: 0 auto;
    padding-left: 4%;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .size_area_tablet {
    zoom: 112%;
    padding-left: 5%;
  }
}
@media screen and (min-width: 980px) and (max-width: 1025px) {
  .size_area_pc {
    padding-left: 2%;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  .size_area_pc {
    zoom: 100%;
    padding-left: 2%;
  }
}
@media screen and (min-width: 1200px) {
  .size_area_pc {
    zoom: 100%;
    margin: 0 auto;
    text-align: center;
    padding-left: 10%;
  }
}

@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}

/* Utility */
.u-hide_text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.u-clearfix:after,
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.u-clear,
.clear {
  clear: both;
}
.u-fluid_img,
.fluid_img {
  max-width: 100%;
  height: auto;
}
.u-flo--left {
  float: left;
}
.u-flo--right {
  float: right;
}
.u-text--left {
  text-align: left;
}
.u-text--_right {
  text-align: right;
}
.u-text--center {
  text-align: center;
}
.u-font--xs {
  font-size: 60%;
}
.u-font--s {
  font-size: 80%;
}
.u-none {
  display: none;
}

@media (min-width: 768px) {
  .u-sm-inline {
    display: inline;
  }
}

@media (min-width: 992px) {
  .u-md-inline {
    display: inline;
  }
}

@media (min-width: 768px) {
  .u-sm-block {
    display: block;
  }
}

@media (min-width: 992px) {
  .u-md-block {
    display: block;
  }
}

@media (min-width: 768px) {
  .u-sm-table {
    display: table;
  }
}

@media (min-width: 992px) {
  .u-md-table {
    display: table;
  }
}

@media (min-width: 544px) {
  .u-xs-none {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-sm-none {
    display: none;
  }
}

@media (min-width: 992px) {
  .u-md-none {
    display: none;
  }
}

@media (min-width: 1280px) {
  .u-lg-none {
    display: none;
  }
}

.u-font-xs {
  font-size: 60%;
}
.u-font-sm {
  font-size: 80%;
}
.u-font-md {
  font-size: 100%;
}
.u-font-lg {
  font-size: 120%;
}
.u-font-xl {
  font-size: 140%;
}
.u-pos-relative {
  position: relative;
}

/*================================================================================

state

================================================================================*/
.is-fade-in {
  transition: opacity 0.2s linear;
  opacity: 1;
}

.is-fade-out {
  transition: opacity 0.6s ease-in-out;
  opacity: 0;
}

.is-fade-out--long {
  transition: opacity 1s ease-in-out;
  opacity: 0;
}
