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


/* -- common -- */

*{
  margin:0;
  padding:0;
  border:none;
  box-sizing: border-box;
}

/* Reset Style */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul,
ol,
li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: bottom;
}



/* -- style -- */

.product-professional {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-feature-settings: "palt";
  font-size: 16px;
  color: #000;
  -webkit-text-size-adjust: 100%;
}


.br_pc {
  display: block;
}

.br_sp {
  display: none;
}


/* animation */
.anm {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s;
  backface-visibility: hidden;
}

.anm.visible {
  opacity: 1;
  transform: translateY(0px);
}


/* -- pankuzu -- */

.pankuzu {
  display:flex;
  max-width: 1100px;
  margin: 10px auto 60px;
}

.pankuzu p {
  font-size: 12px;
}

.pankuzu a {
  text-decoration: underline;
  color: #1b365d;
}

.pankuzu p + p {
  padding: 0 0 0 20px;
  position: relative;
}

.pankuzu p + p:before {
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 9px;
  left: 6px;
  width: 5px;
  height: 5px;
  transition: background 0.3s ease-out;
  border-right: 1px solid #8f8f8f;
  border-top: 1px solid #8f8f8f;
}


/* -- kv -- */

.kv {
  width: 100%;
  margin: 40px 0 60px;
  background: #f4f4f4;
}

/* slider */

.slider {
  min-width: 1100px;
  opacity: 0;
  transition: opacity .25s ease;
}
.slider.slick-initialized {
  opacity: 1;
}

.slider {
  background: #fff;
  margin: 0 auto;
}

.slick-slide img {
  width: 100%;
  transition: .3s;
}
.slick-slide a img:hover {
  opacity: .9 !important;
}

/* チラツキ防止 */
.slick-slide{
  height: auto!important;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

@media screen and ( max-width:767px) {

  .kv {
    margin: 20px 0 40px;
  }

  .slider {
    min-width: auto;
    width: 100%;
    height: auto;
  }
  .slider img {
    width: 100%;
    height: auto;
  }

}


/* -- main -- */

main {
  margin: 0;
  padding: 0;
}


h1 {
  font-size: 34px;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  width: 1100px;
  margin: 0 auto;
}

.lead {
  min-width: 1100px;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: .04em;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
}

.lead sup {
  font-size: 14px;
}

.lead_cap {
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: .06em;
  text-align: center;
  width: 1100px;
  margin: 32px auto 0;
}


/* -- section -- */

.section {
  margin: 80px 0 0;
}

.section h2 {
  display: table;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: .06em;
  border-bottom: 1px solid #000;
  margin: 0 auto 40px;
}

.section .item_wrap {
  width: 1100px;
  margin: 20px auto 0;
  padding: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}

.section .item_wrap .item {
  position: relative;
  width: 48%;
  margin: 0 0 80px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section .item_wrap .item:last-child {
  margin: 0 0 0;
}


/* leftbox */
.section .item_wrap .leftbox {
  width: 182px;
}

.section .item_wrap .leftbox img {
  width: 100%;
}

/* rightbox */
.section .item_wrap .rightbox {
  position: relative;
  width: 326px;
  margin-bottom: 30px;
}

.section .item_wrap .rightbox .logo_ariafina {
  width: 70px;
}

.section .item_wrap .rightbox .name {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: .04em;
  margin: .4em 0 0;
}

.section .item_wrap .rightbox .type {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .04em;
  margin: .2em 0 0;
}

.section .item_wrap .rightbox .description {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: .04em;
  margin: 1.8em 0 0;
}

.section .item_wrap .rightbox .tags {
  display: flex;
  flex-wrap: wrap;
  margin: 1.3em 0 0;
  padding: 0;
  list-style: none;
}

.section .item_wrap .rightbox .tags li {
  position: relative;
  font-size: 14px;
  line-height: 1;
  color: #1b365d;
  font-weight: 600;
  width: auto;
  margin: 0 .6em .6em 0;
  padding: 0 .6em 0 0;
  background: none;
}

.section .item_wrap .rightbox .tags li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 13px;
  background: #1b365d;
}

.section .item_wrap .rightbox .tags li:last-child::after {
  display: none;
}

/* btn_detail */
.section .item_wrap .btn_detail {
  font-size: 15px;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  letter-spacing: .08em;
  background: #007096;
  width: 300px;
  margin: auto auto 0;
  padding: .84em 0;
  border-radius: 6px;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.26);
  transition: .3s;
}

.section .item_wrap .item_new::after {
  content: "NEW";
  position: absolute;
  top: -18px;
  right: 14px;
  color: #FFF;
  line-height: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 49px;
  width: 48px;
  height: 48px;
  background: #F00;
  border-radius: 50%;
}

@media(hover: hover) {
  .section .item_wrap .btn_detail:hover {
    opacity: .5;
  }
}


/* -- lineup -- */

#lineup {
  position: relative;
  width: 1100px;
  margin: 90px auto 0;
}

#lineup::before {
  content: '';
  position: absolute;
  top: 80px;
  left: 50%;
  width: 1px;
  height: 94%;
  background: #e4e4e4;
}

#lineup .item_wrap::before {
  content: '';
  position: absolute;
  top: 33.6%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e4e4e4;
}

#lineup .item_wrap::after {
  content: '';
  position: absolute;
  top: 69.4%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e4e4e4;
}

/* -- service -- */

#service {
  width: 1100px;
  margin: 90px auto 80px;
}

/* -- merit -- */

#merit {
  min-width: 1100px;
  margin: 0;
  padding: 0 0 20px;
  background: #f4f4f4;
}

#merit .merit_inner {
  width: 1100px;
  margin: 0 auto 0;
  padding: 50px 0 50px;
}

#merit .kv {
  width: 100%;
  margin: 0;
}

#merit .kv img {
  width: 100%;
  margin: 0;
}

#merit h2 {
  margin: 0 auto 20px;
}

#merit h3 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: .06em;
  text-align: center;
  padding: 20px 0 0;
}

#merit .lead {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
}

#merit .tab_panel .lead {
  min-width: auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 20px;
  padding: 0 30px 0;
}

#merit .tab_panel .lead strong {
  font-size: 17px;
  color: #000;
  text-decoration: underline;
}

#merit .tab_panel .item_wrap {
  width: 1000px;
  margin: 40px auto 0;
}

#merit .tab_panel .item_wrap .item {
  flex-wrap: nowrap;
  margin: 0;
}

#merit .tab_panel .item_wrap .item:nth-child(n+3) {
  margin-top: 40px;
}

#merit .tab_panel .item_wrap .leftbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 170px;
  background: #fff;
}

#merit .tab_panel .item_wrap .leftbox img {
  width: 70%;
}

#merit .tab_panel .item_wrap .leftbox {
  width: 170px;
}

#merit .tab_panel .item_wrap .rightbox {
  width: 310px;
  margin: 16px 0 0;
}

#merit .tab_panel .item_wrap .rightbox .name {
  font-size: 19px;
  margin-top: 0;
}

#merit .tab_panel .item_wrap .rightbox .type {
  font-size: 15px;
  margin-bottom: 16px;
}

/* btn_detail */
#merit .item_wrap .rightbox .btn_detail {
  display: block;
  width: 190px;
  margin: auto 0 0;
}

/* -- merit feature -- */

.tab_panel_inner {
  width: 530px;
  width: 100%;
  padding: 0 24px 24px;
  background: #fff;
}

.tab_panel > img {
  width: calc(100% + 48px);
  margin: 0 -24px;
  max-width: inherit;
}

.tab_panel h4 {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: .04em;
  margin-top: 18px;
}

.tab_panel .lead {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  margin-top: 16px;
  width: 100%;
}

.tab_panel .notes {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: .04em;
  margin-top: 16px;
  text-indent:-1em;
  padding: 0 40px 0;
}

.tab_panel .notes li {
  margin-bottom: .3em;
}


/* tab */

.tab_wrap {
  background: #fff;
  padding-bottom: 30px;
}

.tab_menu_wrap {
  background: #dbeaf1;
}

.tab_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 30px 20px 10px;
}
.tab_menu li{
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  margin: 0 8px 12px 0;
  list-style: none;
  cursor: pointer;
  color: #000;
  background: #fff;
  font-size: 18px;
  border-radius: 50px;
  transition: .4s;
}
.tab_menu li:last-child {
  margin-right: 0;
}
.tab_menu li.selected {
  color: #fff;
  background: #1b365d;
}
.tab_menu li:hover {
  color: #fff;
  background: #1b365d;
}
.tab_menu li img {
  display: inline-block;
  padding: 0 5px 2px 0;
}
.tab_panel {
	overflow: hidden;
	height: 0;
	opacity: 0;
  padding: 0 40px 0;
}
.tab_panel.is-show {
  overflow: visible;
  height: auto;
  opacity: 1;
  transition: opacity .4s ease-in-out;
}

.tab_panel_inner {
  padding: 20px 0 0;
}

.tab_panel img {
  width: 100%;
}

.tab_panel h4 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .04em;
  text-align: center;
  margin: 40px 0 20px;
}

/* 一覧に戻るボタン */

#merit .btn_back_list {
  text-align: center;
  margin-top: 10px;
}

#merit .btn_back_list a {
  position: relative;
  font-size: 14px;
  color: #1b365d;
  line-height: 1;
  text-decoration: none;
  padding: 0 0 0 20px;
  background: url(../img_v2/search_close.png) 0 center no-repeat;
  background-size: 14px;
}

#merit .btn_back_list a::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 2px;
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-color: #565656 #565656 transparent transparent;
  transform: rotate(-45deg);
}

#merit .btn_back_list a:hover {
  border-bottom: 1px solid #1b365d;
  padding-bottom: .2em;
}


/* -- instagram -- */

#instagram {
  margin: 0;
  padding: 0;
  background: #fff;
}

#instagram .instagram_inner {
  width: 1100px;
  margin: 0 auto 0;
  padding: 50px 0 50px;
}

#instagram h2 {
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: .3em;
}

#instagram a.insta_link {
  display: block;
  font-size: 12px;
  color: #000;
  text-align: center;
  text-decoration: none;
  width: 160px;
  margin: 0 auto 40px;
}
#instagram a.insta_link img {
  display: inline-block;
  margin-bottom: 8px;
}
#instagram a.insta_link span {
  display: block;
  text-align: center;
}


#instagram .instagram_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#instagram .instagram_list li {
  position: relative;
  width: 32%;
  margin-bottom: 20px;
  background: #eee;
  border: 1px solid #eee;
}
/* #instagram .instagram_list li::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: '';
  display: block;
  width: 80px;
  height: 83px;
  background: url(../img/insta_movie-arrow.png);
  background-size: cover;
  z-index: 1;
  transition: opacity 0.2s;
} */

#instagram .instagram_list li a {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  background-position: center center;
  background-size: cover;
  transition: opacity 0.2s;
  backface-visibility: hidden;
  position: relative;
  z-index: 2;
}

#instagram .instagram_list li a:hover {
  opacity: 0.8;
}
/* #instagram .instagram_list li:hover::after {
  opacity: 0.6;
} */

#instagram .instagram_list li img {
  width: 100%;
}


@media screen and (max-width:1120px) {
  
  h1 {
    width: 100%;
  }

  .slider {
    min-width: auto;
  }

  .lead {
    min-width: auto;
  }
  .lead_cap {
    width: 100%;
  }

  #lineup {
    width: 100%;
  }
  .section .item_wrap {
    width: 100%;
    padding: 0 30px;
  }
  .section .item_wrap .leftbox {
    width: 38%;
    margin: 0 auto;
  }
  .section .item_wrap .rightbox {
    width: 96% !important;
  }

  #service {
    width: 100%;
  }

  #merit {
    min-width: auto;
  }
  #merit .merit_inner {
    width: 100%;
  }
  #merit .tab_panel .item_wrap {
    width: 100%;
    margin: 40px auto 0;
  }

  .tab_wrap {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .tab_menu {
    padding: 16px 16px 8px;
  }

  .tab_panel {
    padding: 0 16px 0;
  }

  .tab_panel_inner {
    padding: 16px 0 0;
  }

  .tab_menu li {
    font-size: 13px;
    margin: 0 8px 8px 0;
    padding: 8px 12px;
  }

  #instagram .instagram_inner {
    width: 100%;
  }

  /* btn_detail */
  #merit .item_wrap .rightbox .btn_detail {
    display: block;
    width: 190px;
  }

}

@media screen and ( max-width:767px) {

  /* -- common -- */

  .br_pc {
    display: none;
  }
  
  .br_sp {
    display: block;
  }


  /* -- pankuzu -- */

  .pankuzu {
    display:flex;
    flex-wrap:wrap;
    width: 90%;
    margin: 10px auto 50px;
  }
  
  .pankuzu p {
    font-size: 12px;
  }
  
  .pankuzu a {
    text-decoration: underline;
    color: #1b365d;
  }
  
  .pankuzu p + p {
    padding: 0 0 0 20px;
    position: relative;
  }
  
  .pankuzu p + p:before {
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
    left: 6px;
    width: 5px;
    height: 5px;
    transition: background 0.3s ease-out;
    border-right: 1px solid #8f8f8f;
    border-top: 1px solid #8f8f8f;
  }


  /* -- kv -- */

  .kv {
    width: 100%;
    margin: 20px 0 40px;
  }

  h1,
  h2 {
    width: auto;
  }

  h1 {
    font-size: 24px;
  }

  .section h2 {
    font-size: 19px;
    line-height: 1.5;
    margin: 0 auto 30px;
  }

  .lead {
    min-width: auto;
    font-size: 18px;
    letter-spacing: .08em;
    width: 100%;
    margin: 0 auto;
  }

  .lead_cap {
    font-size: 11px;
    letter-spacing: normal;
    width: 100%;
    margin: 26px auto 0;
  }

  #lineup,
  #service {
    width: 100%;
    margin: 60px auto 0;
  }

  .tab_panel .notes {
    padding: 0 10px 0;
  }


  /* -- lineup -- */

  #lineup::before {
    display: none;
  }
  #lineup .item_wrap::before {
    display: none;
  }
  #lineup .item_wrap::after {
    display: none;
  }


  .section .item_wrap .leftbox {
    width: 100%;
    text-align: center;
  }

  .section .item_wrap .leftbox img {
    width: 170px;
  }

  .section .item_wrap .rightbox {
    width: 100% !important;
    margin-bottom: 20px;
    padding: 0 14px;
  }

  .section .item_wrap .rightbox .description {
    margin: 1.2em 0 0;
  }

  .section .item_wrap {
    width: 100%;
    margin: 20px auto 0;
    padding: 0;
    position: relative;
    display: block;
  }

  .section .item_wrap .item {
    width: 100%;
    margin: 0 0 50px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
  }


  /* -- merit -- */

  #merit {
    min-width: auto;
    margin-top: 40px;
  }

  #merit .merit_inner {
    width: 100%;
    margin: 0 auto 0;
    padding: 30px 0 0;
  }

  #merit h3 {
    font-size: 18px;
    padding: 20px 0 0;
  }

  #merit .lead {
    font-size: 15px;
    line-height: 1.76;
    margin-bottom: 20px;
  }

  #merit .tab_panel h3 {
    font-size: 18px;
    margin: 20px 0 18px;
    padding: 0 14px;
    text-align: left;
  }

  #merit .tab_panel .lead {
    font-size: 14px;
    padding: 0 14px;
    text-align: left;
  }

  #merit .tab_panel .lead strong {
    font-size: 15px;
  }

  #merit .tab_panel .item_wrap .leftbox {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 110px;
    background: #fff;
    margin-right: 8px;
  }

  #merit .tab_panel .item_wrap .rightbox {
    width: 64% !important;
    margin: 8px 0 0;
    padding: 0;
  }

  /* #merit .tab_panel .feature .feature_category .item_wrap .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
  } */

  #merit .tab_panel .item_wrap .item:nth-child(n+3) {
    margin-top: 0;
  }

  #merit .tab_panel .merit_inner {
    width: 100%;
    margin: 0 auto 0;
  }

  #merit .tab_panel .item_wrap {
    width: 100%;
    margin: 40px auto 0;
    padding: 0 14px;
  }

  #merit .tab_panel .item_wrap .item {
    margin: 0 0 20px;
  }

  /* merit feature : item */

  /* #merit .feature {
    width: 100%;
    margin: 60px auto 0;
    padding: 0 14px;
    display: block; 
  } */

  #merit .tab_panel > img {
    width: calc(100% + 28px);
    margin: 0 -14px;
  }

  #merit .tab_panel h4 {
    font-size: 18px;
    margin: 20px 0 18px;
  }

  #merit .tab_panel .lead {
    font-size: 14px;
    padding: 0;
  }

  /* merit : item */

  .tab_wrap {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .tab_menu {
    padding: 22px 16px 8px;
  }

  .tab_panel {
    padding: 0 16px 0;
  }

  .tab_panel_inner {
    padding: 16px 0 0;
  }

  .tab_menu li {
    font-size: 13px;
    margin: 0 8px 8px 0;
    padding: 8px 12px;
  }

  #merit .tab_panel .item_wrap {
    width: 100%;
    margin: 40px auto 0;
  }

  #merit .tab_panel .item_wrap {
    width: 100%;
    margin: 30px auto 0;
    padding: 0;
  }

  #merit .tab_panel .leftbox {
    background: #fff;
    width: 100px;
    height: 100px;
    margin-right: 8px;
  }

  #merit .tab_panel .item_wrap .rightbox .name {
    font-size: 15px;
  }

  #merit .tab_panel .item_wrap .rightbox .type {
    font-size: 12px;
    margin-bottom: 14px;
  }

  #merit .tab_panel .item_wrap .rightbox .btn_detail {
    font-size: 13px;
    width: 160px;
    margin: auto 0 0;
    padding: 0.84em 0;
  }


  /* -- instagram -- */

  #instagram .instagram_inner {
    width: 100%;
    margin: 0 auto 0;
    padding: 30px 16px 10px;
  }

  #instagram .instagram_list li {
    width: 48%;
    margin-bottom: 14px;
  }

  #instagram .instagram_list li::after {
    width: 50px;
    height: 53px;
  }

}
