@charset "UTF-8";
body *{
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

.content_wrap {
  max-width: 1260px;
  padding: 0 calc(30/16*1rem) calc(140/16*1rem);
  margin:0 auto;
}
.content_wrap img {
  width: 80%;
  border:solid 1px #cecece;
}
.section-lv1__inner h2 {
  background-color: inherit;
  font-size: calc(24/16*1rem);
}

.section-lv2__inner {
  width: 100%;
  /* padding: 0 calc(64/16*1rem); */
}

.sp-visible{
  display: none;
}


input[type="radio"] {
  display: none;
}
label {
  position: relative;
  cursor: pointer;
}

/*-------------------------------------
UTILITY
-------------------------------------*/
.u-font-robot {
  font-family: 'Roboto', sans-serif;
}

/*-------------------------------------
CONTENT HEAD
-------------------------------------*/
.content-head  {
  margin-top: calc(77/16*1rem);
}
.content-head .section-lv1__inner {
  text-align: center;
  position: relative;
}
.content-head__cta {
  width: calc(330/16*1rem);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.content-head__cta::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #315FA8;
  position: absolute;
  top: 5px;
  left: 0;
  border-radius: 20px;
}
.content-head__cta a {
  display: block;
  background-color: #4E7ABF;
  border-radius: 20px;
  padding: calc(15/16*1rem) calc(10/16*1rem) calc(12/16*1rem);
  text-decoration: none!important;
  position: relative;
  z-index: 10;
  box-shadow: 0 0 12px rgba(0, 0, 0, .16)
}
.content-head__cta a span {
  line-height: 1.25;
  color: #FFF;
  font-size: calc(15/16*1rem);
  display: block;
}
.content-head__cta a::before {
  content: '';
  display: block;
  width: calc(22/16*1rem);
  height: calc(22/16*1rem);
  background: url(../images/icon-arrow-b.png) center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-1.25rem, -50%);
}
.content-head__ttl {
  display: inline-block;
  width: auto;
  line-height: 1;
  margin: 0 auto;
  padding: 0;
}
.content-head__ttl span {
  display: block;
}
.content-head__ttl-main {
  font-size: 34px;
  font-weight: bold;
}
.content-head__ttl-sub {
  text-transform: uppercase;
  color: #F02000;
  font-weight: 500;
  font-size: calc(14/16*1rem);
  margin-top: calc(9/16*1rem);
}

/* media query
============================*/
@media only screen and (min-width:768px){
  .content-head{
    min-width: 1100px;
  }
}


/* media query
============================*/
@media only screen and (max-width:767px){
  .sp-hide{
    display: none!important;
  }
  .sp-visible{
    display: block!important;
  }

  .content_wrap {
    padding: 0 calc(20/16*1rem) calc(65/16*1rem);
  }

  .content-head{
    margin-top: calc(50/16*1rem);
  }

  .content-head__cta {
    width: calc(173/16*1rem);
    position: static;
    margin-left: auto;
    transform: translate(0, -65%);
  }

  .content-head__cta:before{
    border-radius: 10px;
  }

  .content-head__cta a{
    padding: calc(10/16*1rem) calc(5/16*1rem) calc(7/16*1rem);
    border-radius: 10px;
  }

  .content-head__cta a:before{
    content: none;
  }

  .content-head__cta a span{
    font-size: calc(10/16*1rem);
  }

  .content-head__ttl-main{
    font-size: 24px;
  }

  .content-head__ttl-sub{
    font-size: calc(11/16*1rem);
  }
}


/*-------------------------------------
TITLE
-------------------------------------*/
.section-lv1__ttl {
  border-bottom: 1px solid #EBE8E8;
  background-color: transparent;
  font-size: 19px;
  margin: calc(60/16*1rem) 0 0;
  padding: 0;
  font-weight: bold;
  line-height: 1;
}
.section-lv1__ttl span {
  padding: 0 0 calc(14/16*1rem);
  display: inline-block;
  border-bottom: 2px solid #F02000;
  transform: translateY(1px);
}

/* media query
============================*/
@media only screen and (max-width:767px){
  .section-lv1__ttl{
    font-size: 16px;
    margin: calc(35/16*1rem) 0 0;
  }
}


/*-------------------------------------
SELECTOR PARTS
-------------------------------------*/
.selector-field {
  margin-top: calc(48/16*1rem);
}
.selector-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: calc(10/16*1rem);
}
.selector-list__item {
  width: 25%;
  display: flex;
  align-items: center;
}
.selector-list__item {
  margin-top: calc(12/16*1rem);
  line-height: 1;
}
.selector-list__item label span {
  padding-left: 1.5rem;
  font-size: calc(14/16*1rem);
}
.selector-list__item label::before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #FFF;
  border: 2px solid #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
}
.selector-list__item label::after {
  content: '';
  display: none;
  width: 1rem;
  height: .5rem;
  width: 1rem;
  height: 1rem;
  background-color: #F02000;
  position: absolute;
  top: 50%;
  left: 0;
  transform-origin: center;
  transform: translateY(-50%) scale(0.5);
  border-radius: 50%;
}
.selector-list__item input:checked ~ label::after {
  display: block;
}

/* media query
============================*/
@media only screen and (min-width:768px){
  .selector-list{
    min-width: 1100px;
  }
}
@media only screen and (max-width:767px){
  .selector-list__item{
    width: 50%;
  }
  .selector-list__item label{
    display: flex;
    align-items: center;
  }
  .selector-list__item label span{
    font-size: calc(14/16*1rem);
    padding-left: calc(10/16*1rem);
    line-height: 1.5em;
  }
  .selector-list__item label:before{
    position: static;
    transform: none;
  }
}


/*-------------------------------------
CATALOG SELECTOR
-------------------------------------*/
.catalog-selector__annotation {
  margin-top: calc(25/16*1rem);
  font-size: calc(14/16*1rem);
}
.catalog-selector__annotation p {
  color: #F02000;
  font-weight: 700;
  text-indent: -1em;
  padding-left: 1em;
}
.catalog-selector__annotation p + p{
  margin-top: calc(8/16*1rem);
}

/*-------------------------------------
CATALOG RESULT
-------------------------------------*/
.catalog-result {
  margin-top: calc(20/16*1rem);
}
.catalog-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(13.5/16*-1rem);
}
.catalog-list__item {
  position: relative;
  width: calc((100% - (13.5*4/16*1rem*2)) / 4);
  margin: calc(40/16*1rem) calc(13.5/16*1rem) 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.catalog-list__item--new::before {
  content: '';
  display: block;
  width: calc(44/16*1rem);
  height: calc(23/16*1rem);
  background: url(../images/label-new.png) center/contain no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
.card {
  padding: calc(47/16*1rem) calc(15/16*1rem) calc(31/16*1rem);
  box-shadow: 0 0 12px rgb(0 0 0 / 16%);
  overflow: hidden;
}
.is-hidden.card {
  height: 0;
  padding: 0;
  margin: 0;
  width: 0;
}
.card-head {
  text-align: center;
  position: relative;
}
.card-head__date {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 12px;
  margin-top: calc(24/16*-1rem);
  text-align: center;
width:100%;
}
.card-head__lang {
  display: inline-block;
  border: 1px solid #4E7ABF;
  color: #4E7ABF;
  font-size: 12px;
  padding: calc(5/16*1rem) calc(18/16*1rem) calc(7/16*1rem);
  /* bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: calc(24/16*-1rem); */
  text-align: center;
  border-radius: 17px;
  line-height: 1;
  margin-top: calc(8/16*1rem);
}
.card-head h4 {
  display: inline-block;
  font-size: 16px;
  height: calc(48/16*1em);
  line-height: 1.5;
  font-weight: 700;
}
.card-body {
  text-align: center;
  margin-top: auto;
}
.card-body > figure {
  display: inline-block;
  margin-top: calc(23/16*1rem);
}
/*--
.card-cta__primary {
  border: 1px solid #F02000;
  margin-top: calc(25/16*1rem);
}
.card-cta__primary.is-hide {
  visibility: hidden;
}
.card-cta__primary.is-hide a {
  pointer-events: none;
}


.card-cta__primary a {
  background-color: #f02000;
  text-decoration: none!important;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: block;
  text-align: center;
  padding: calc(15/16*1rem) calc(14/16*1rem);
  position: relative;
}
.card-cta__primary span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.card-cta__primary span::after {
  content: '';
  display: block;
  width: calc(16/16*1rem);
  height: calc(16/16*1rem);
  background: url(../images/icon-arrow-r.png) center/contain no-repeat;
  margin-right: calc(7/16*1rem);
  position: absolute;
  top: 50%;
  right: calc(15/16*1rem);
  transform: translate(0, -50%);
}
*/




.card-cta__primary {
  border: 1px solid #F02000;
  margin-top: calc(12/16*1rem);
}
.card-cta__primary a {
  background-color: #f02000;
  text-decoration: none!important;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: block;
  text-align: center;
  padding: calc(10/16*1rem) calc(9/16*1rem);
}

.card-cta__primary:hover {text-decoration: none; opacity: 0.7; transition: .3s;}

.card-cta__primary span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.card-cta__primary span::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #fff;
  margin-right: 4px;
}

.card-cta__secondary {
  border: 1px solid #F02000;
  margin-top: calc(12/16*1rem);
}
.card-cta__secondary a {
  text-decoration: none!important;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  display: block;
  text-align: center;
  padding: calc(10/16*1rem) calc(9/16*1rem);
}

.card-cta__secondary:hover {text-decoration: none; opacity: 0.7; transition: .3s; background-color:#f4b6ad;}

.card-cta__secondary span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.card-cta__secondary span::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #f02000;
  margin-right: 4px;
}



.card-foot {
  text-align: center;
    margin-top: calc(10 / 16* 1rem);
    height: auto;
    padding: 1em 0 0.5em 0;
    background: #fb9007;
    font-weight: bold;
}


.card-cta__tertiary {
  display: inline-flex;
  text-decoration: none;
}
.card-cta__tertiary::before {
  content: '';
  display: block;
  width: calc(19.5/16*1rem);
  height: calc(19.84/16*1rem);
  background: url(../images/icon-pdf.png) center/contain no-repeat;
  margin-right: calc(7/16*1rem);
  flex: none
}
.card-cta__tertiary span {
  text-decoration: underline;
  font-size: 12px;
  color: #fff;
  word-break: break-all;

}
.more-btn {
  width: calc(330/16*1rem);
  margin: calc(60/16*1rem) auto 0;
  border: 1px solid #F02000;
  text-align: center;
  line-height: 1;
  padding: calc(25/16*1rem) 0;
  position: relative;
  cursor: pointer;
}
.more-btn > span {
  font-size: calc(17/16*1rem);
  font-weight: 700;
}
.more-btn::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  content: '';
  display: block;
  width: calc(22/16*1rem);
  height: calc(22.84/16*1rem);
  background: url(../images/icon-arrow-w.png) center/contain no-repeat;
  margin-right: calc(20/16*1rem);
}



/* media query
============================*/
@media only screen and (max-width:767px){
  .catalog-result{
    margin-top: calc(50/16*1rem);
  }
  .catalog-list{
    justify-content: space-between;
    margin: 0;
  }

  .catalog-list__item {
    width: calc((100% / 2) - .65em);
    margin: calc(18/16*1rem) 0 0;
    padding: calc(47/16*1rem) calc(16/16*1rem) calc(31/16*1rem);
  }
  .catalog-list__item:nth-of-type(1),
  .catalog-list__item:nth-of-type(2){
    margin: 0;
  }

  .catalog-list__item--new::before{
    background: url(../images/label-new_sp.png) center/contain no-repeat;
    width: calc(34/16*1rem);
    height: calc(16/16*1rem);
  }

  .catalog-list__item > * {
    width: 100%;
  }

  .card-head__date{
    position: static;
    transform: none;
    font-size: 10px;
    margin-top: calc(16/16*-1rem);
  }

  .card-head h4{
    font-size: 12px;
  }

  .card-cta__primary a{
    font-size: 11px;
    padding: calc(8/16*1rem) calc(9/16*1rem);
  }

  .card-cta__primary span:after{
    width: calc(10/16*1rem);
    height: calc(10/16*1rem);
    margin-right: 0;
    margin-left: calc(7/16*1rem);
    right: calc(8/16*1rem);
  }

  .card-cta__secondary a{
    font-size: 10px;
    padding: calc(7/16*1rem) calc(9/16*1rem);
  }
  .card-cta__secondary a > span{
    line-height: .5;
  }
  .card-cta__secondary span::before{
    border-width: 5px 0 5px 7.4px;
    margin-right: 2px;
  }

  .card-body > figure {
    display: block;
  }

  .card-body > figure > img {
    width: 100%;
  }

  .card-foot{
    text-align: left;
  }

  .more-btn{
    width: calc(290/16*1rem);
    margin: calc(40/16*1rem) auto 0;
    padding: calc(18/16*1rem) 0;
  }
  .more-btn::before{
    width: calc(16/16*1rem);
    height: calc(16/16*1rem);
  }
}


/*-------------------------------------
SIDE CONTENTS
-------------------------------------*/
.side-contact {
  display: block;
  position: fixed;
  z-index: 2;
}

.side-contact > a{
  text-decoration: none!important;
  background: #EC3F3F;
  color: #fff;
  font-weight: bold;
  position: relative;
  transition: opacity .25s;
}

.side-contact > a:before{
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../images/icon_tel.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.side-contact > a span {
  display: block;
  line-height: 1.1em;
}


/* media query
============================*/
@media only screen and (min-width:768px){
  .side-contact {
    right: 1em;
    top: 25%;
  }

  .side-contact > a{
    display: block;
    padding: 1.85em;
    border-radius: 0.5rem 0 0 0.5rem;
  }

  .side-contact > a:hover{
    opacity: .7;
  }

  .side-contact > a:before{
    margin-bottom: .5em;
  }
}

@media only screen and (max-width:767px){
  .side-contact {
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .side-contact > a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.25em;
  }

  .side-contact > a:before{
    margin-right: .25em;
  }

  body.catalog_page .pagetop{
    bottom: 3.6em;
  }
}