@charset 'UTF-8';
.br-pc {
  display: none;
}

.br-sp {
  display: block;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #7f539a;
}

body {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", serif;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

header .head_logo {
  width: 100px;
}

.header-logo {
  z-index: 2;
  position: relative;
  width: 100px;
}

#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-size: cover;
}

.bg {
  background: url(../img/bg_sp.jpg) center no-repeat;
  background-size: cover;
  display: block;
  /*position:fixed;*/
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bg2,.bg3,.bg4 {
  background: url(../img/bg_sp2.jpg) center no-repeat;
  background-size: cover;
  display: block;
  /*position:fixed;*/
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


.inner {
  margin: 56px 5% auto;
}

.main-logo {
  margin: 80px auto 10%;
  max-width: 250px;
  width: 70%;
}

.main-copy {
  font-family: "EB Garamond";
  text-align: center;
  font-size: 1.5em;
  color: #fff;
  line-height: 2.5;
  letter-spacing: 0.1em;
  margin-bottom: 5%;
}

.bt {
  font-size: 150%;
  display: inline-block;
}

.btn-section {
  text-align: center;
  margin-bottom: 30px;
}

.btn-section-2 {
  text-align: center;
}

.btn,
a.btn,
button.btn {
  font-family: "Arsenal";
  line-height: 1.5;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
}

a.btn--white {
  color: #7f539a;
  background-color: #fff;
}

a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

a.btn-c {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  position: relative;
  width: 200px;
  padding: 10px;
  border-radius: 100vh;
}

a.btn-c-2 {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  position: relative;
  width: 200px;
  padding: 10px;
  border-radius: 100vh;
}

a.btn-c i.fa {
  margin-right: 1rem;
}

a.btn-c:after,a.btn-c-2:after {
  font-family: 'Material Icons Sharp';
  content: '\e5cc';
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -17px;
  font-weight: 100;
  font-size: 1.2em;
}

.news {
  max-width: 700px;
  width: 80%;
  max-height: 160px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 80px;
  padding: 30px;
  background-color: rgba(0,0,0,0.5);
  font-size: 14px;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  overflow:auto;
  overflow-y:scroll;
  overflow-x:hidden;
}

.news::-webkit-scrollbar {
  background: rgba(0,0,0,0);
  width: 6px;
}

.news::-webkit-scrollbar-thumb {
  background-color: rgba(255,255,255,0.5);
  border-radius: 20px;
}

dt {

}

dd {
  padding: 12px 0px 24px;
  line-height: 1.5;
}

.news > .list:last-child > dd {padding-bottom: 0;}

dd > a:link {
  color: #fff;
}

dd > a:visited {
  color: #fff;
}

dd > a:hover {
  color: #fff;
}

dd > a:active {
  color: #fff;
}


footer {
  margin-top: auto;
  background-color: #000;
  text-align: center;
  color: #fff;
}

.copyright {
  font-family: "Arsenal";
  margin: 16px 0;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.footer-policy {
  font-family: sans-serif;
  margin: 16px 0;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.footer-policy a {
  text-decoration: none;
  color: #fff;
}



/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
#head_wrap {
  top: -100px;
  position: relative;
  width: 100%;
  margin: 100px auto 0;
  line-height: 1;
  z-index: 999;
  height: 0px;
  text-decoration: none;
  font-family: "Arsenal";
  letter-spacing: 0.1em;
}

#head_wrap a {
  text-decoration: none;
}

#head_wrap .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  height: 54px;
  display: flex;
  align-items: center;
}

#head_wrap .inner:after {
  content: "";
  clear: both;
  display: block;
}

#head_wrap .logo {
  float: left;
  margin-left: 20px;
}

#global-nav {
  position: absolute;
  right: 0;
  top: 0;
}

#global-nav ul {
  list-style: none;
  font-size: 14px;
  margin-right: 10px;
  display: inline-flex;
}

@media (max-width: 640px) {
  #global-nav ul {
    display: block;
    margin-right: 0px;
  }
}

#global-nav ul li {
  padding: 20px 10px;
}

#global-nav ul li:last-child {
  border-right: none;
}

@media (max-width: 640px) {
  #global-nav ul li {
    border-right: none;
  }
}

#global-nav ul li a {
  font-size: 17px;
  letter-spacing: 0.15em;
  padding: 2px;
  transition: all 0.6s ease 0s;
  box-sizing: border-box;
}

/* Fixed */
#head_wrap.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  height: 100px;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  z-index: 9999;
}

#head_wrap.fixed .logo {
  font-size: 36px;
  color: #333;
}

#head_wrap.fixed #global-nav ul li a {
  color: #7f539a;
  padding: 2px;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 16px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

@media (max-width: 640px) {
  #head_wrap {
    top: 0;
    position: fixed;
    margin-top: 0;
    width: 100%;
    padding: 0;
    /* Fixed reset */
  }
  #head_wrap .inner {
    width: 100%;
    padding: 0;
    background: unset;
    height: auto;
  }
  #head_wrap .fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
  }
  #head_wrap.fixed .logo,
  #head_wrap .logo {
    position: absolute;
    left: 13px;
    top: 16px;
    color: #333;
    font-size: 26px;
    margin-left: 0;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    text-align: center;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
    /*margin-top: 20px;*/
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #head_wrap #global-nav ul li a,
  #head_wrap.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    padding: 5px 0;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #7f539a;
    left: 0;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 11px;
  }
  #nav-toggle span:nth-child(3) {
    top: 22px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
}

#menu1,
#menu2,
#menu3,
#menu4,
#menu5 {
  margin-top: 500px;
  padding-top: 130px;
}

.co_area {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  letter-spacing: 0.2em;
  color: #fff;
  width: 100%;
  margin: 50px auto 0px;
}

.co_set {
  width: 100%;
}

.co_title {
  text-align: center;
  font-family: "Arsenal";
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
}

.co_title:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16px;
  /*下線の上下位置調整*/
  display: inline-block;
  width: 108px;
  /*下線の幅*/
  height: 2px;
  /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  /*位置調整*/
  background-color: #fff;
  /*下線の色*/
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.co_set_title {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 28px;
  font-weight: bold;
}

.co_set_text {
  line-height: 28px;
  font-size: 14px;
  border-left: none;
  padding-left: 0px;
  width: 100%;
  float: left;
  padding-bottom: 28px;
}

/*ーーーーーーーーーー
MESSAGE
ーーーーーーーーーーー*/

.main-copy-message {
  text-align: center;
  font-size: 3.5vw;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.2em;
  margin-bottom: 10%;
}

.massage-flex {
  display: flex;
  flex-flow: column;
  margin-bottom: 50px;
}

.main-copy-image {
  }

.main-copy-image img {
  width: 100%;
  }

/*ーーーーーーーーーー
BRAND
ーーーーーーーーーーー*/
[class*="col-"],
.col-effect {
  position: relative;
}
[class*="col-"] {
  vertical-align: top;
  margin: 3%;
  box-sizing: border-box;
  text-align: center;
}
/*.frame-border {
  padding: 0;
  border: 1px solid #ddd;
}*/
.col-set li {
  display: inline-block;
}
.col-4 {
  width: 30%;
  overflow: hidden;
}
.col-4 a {
  font-size: 97%;
}
.col-effect img {
  display: block;
  width: 100%;
  height: auto;
}
.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  width: auto;
  height: 0;
  overflow: hidden;
  /* background-color: rgba(156,103,128,.6); */
  transition: 0.5s ease;
}
.andprism {
  background: url(../img/andprism_bg.jpg);
  background-position: 50% 50%;
  background-size: 100%;
}
.nene {
  background: url(../img/nene_bg.jpg);
  background-position: 50% 50%;
  background-size: 100%;
}
.lipolabo {
  background: url(../img/lipolabo_bg.jpg);
  background-position: 50% 50%;
  background-size: 100%;
}
.col-effect {
  width: 80%;
  max-width: 300px;
}
.col-effect:hover .overlay {
  bottom: 0;
  height: 100%;
  overflow: hidden;
}
.overlay-text {
  white-space: nowrap;
  color: white;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.overlay-text a {
  color: white;
}


/*ーーーーーーーーーー
COMPANY
ーーーーーーーーーーー*/
.co_set_text a {
  color: white;
}


/*ーーーーーーーーーー
POLICY
ーーーーーーーーーーー*/
p.lead {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.8;
}

.co_text {
  line-height: 28px;
  font-size: 14px;
  border-left: none;
  padding-left: 0px;
  width: 100%;
  float: left;
  padding-bottom: 28px;
  letter-spacing: .1em;
}

.co_text ul {
  margin-top: 4px;
margin-bottom:20px ;
}

.co_text li {
  position: relative;
  margin: 0 0 4px;
  padding-left: 30px;
  list-style-type: none;
  line-height: 1.75em;
}

.co_text li::before {
  background: #7f539a;
  content: "";
  height: 10px;
  width: 10px;
  left: 10px;
  position: absolute;
  top: 7px;
}

.bold {
  font-weight: bold;
}

/*ーーーーーーーーーー
CONTACT
ーーーーーーーーーーー*/

.form-area {
  display: none;
}

.contact_copy {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN",
  "Yu Mincho", "MS PMincho", serif;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.2em;
  margin-bottom: 10%;
}

ul.contact_btn {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN",
  "Yu Mincho", "MS PMincho", serif;
  width: 100%;
  max-width: 640px;
  margin: 0 auto 50px;
  font-size: 0;
  text-align: center;
}

ul.contact_btn li {
  display: block;
  width: 60%;
  margin: 0 auto 15px;
}

ul.contact_btn li a, ul.contact_btn li span.anchor {
  padding: 4px;
font-size: 18px;
}

ul.contact_btn li a, ul.contact_btn li span {
  display: block;
  background: #7f539a;
  color: #fff;
  line-height: 1.25;
  text-decoration: none;
}

ul.contact_btn li span.jp {
  border: solid 1px #fff;
  padding: 10px 0;
  cursor: pointer;
}




/*@media screen and (min-width: 768px) and (max-width: 959px) {
  .news {
    margin-bottom: 0;
  }  
}*/

@media screen and (min-width: 768px) {
  /* 768px以上に適用されるCSS（タブレット用） */
  .globalnav {
    height: 140px;
  }
  /*.main-logo {
    margin: 50px auto 50px;
    width: 500px;
  }*/
  .main-copy {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .bg {
    background: url(../img/bg_pc.jpg) center no-repeat;
  }

  .bg2 {
    background: url(../img/bg_pc2.jpg) center no-repeat;
  }

  .inner {
    margin: 0px 5% 10%;
  }

  .news {
    margin-bottom: 0;
  }  


  .co_area {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
      "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    letter-spacing: 0.2em;
    color: #fff;
    width: 100%;
    margin: 0px auto 70px;
  }
  .co_title {
    font-size: 26px;
    margin-bottom: 100px;
  }
  .co_title:before {
    width: 158px;
  }
  .co_set_title {
    width: 200px;
  }
  .co_set_text {
    line-height: 35px;
    font-size: 14px;
    border-left: solid 1px #0b7ebf3b;
    padding-left: 40px;
    width: calc(85% - 200px);
    float: left;
    padding-bottom: 22px;
  }

  /*ーーーーーーーーーー
MESSAGE
ーーーーーーーーーーー*/

  .main-copy-message {
    font-size: 1.5vw;
    margin-bottom: 0px;
    flex-basis: 60%;
    margin-right: 5%;
    align-self: center;
    line-height: 2.5;
  }

  .massage-flex {
    flex-flow:row;
    margin-bottom: 50px;
  }
  
  .main-copy-image {
    display: none;
    }
  
  .main-copy-image img {
    width: 100%;
    }

  /*ーーーーーーーーーー
BRAND
ーーーーーーーーーーー*/
  .col-effect {
    width: 260px;
  }

/*ーーーーーーーーーー
CONTACT
ーーーーーーーーーーー*/

.contact_copy {
  font-size: 20px;
}

ul.btn li {
  display: inline-block;
  width: 50%;
}
}

@media screen and (min-width: 960px) {
  /* 960px以上に適用されるCSS（PC用） */
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }

  .bg {
    background: url(../img/bg_pc.jpg) center no-repeat;
    background-size: cover;
    display: block;
    /*position:fixed;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .bg2 {
    background: url(../img/bg_pc2.jpg) center no-repeat;
    background-size: cover;
    display: block;
    /*position:fixed;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .bg3 {
    background: url(../img/bg_pc3.jpg) center no-repeat;
    background-size: cover;
    display: block;
    /*position:fixed;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .bg4 {
    background: url(../img/bg_pc4.jpg) center no-repeat;
    background-size: cover;
    display: block;
    /*position:fixed;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .inner {
    margin: 20px 5% 20px 5%;
  }
  .main-logo {
    margin: 40px auto 50px;
    width: 250px;
  }
  .main-copy {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .btn-section {
    margin-bottom: 30px;
  }
  .btn-section-2 {
    margin-bottom: 10px;
  }

  .news {
    margin-bottom: 80px;
  }  

  /* globalnav */
  .globalnav {
    height: 140px;
  }
  .co_area {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
      "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    letter-spacing: 0.2em;
    color: #fff;
    width: 100%;
    margin: 20px auto 70px;
  }
  .co_title {
    font-size: 26px;
    margin-bottom: 100px;
  }
  .co_title:before {
    width: 128px;
  }
  .co_set_title {
    width: 200px;
  }
  .co_set_text {
    line-height: 35px;
    font-size: 14px;
    border-left: solid 1px #fff;
    padding-left: 40px;
    width: calc(95% - 200px);
    float: left;
    padding-bottom: 22px;
  }

    /*ーーーーーーーーーー
MESSAGE
ーーーーーーーーーーー*/

.main-copy-message {
  font-size: 16px;
  margin-bottom: 0px;
  flex-basis: 50%;
  margin-right: 5%;
  align-self: center;
  line-height: 2.5;
}

.massage-flex {
  flex-flow:row;
  margin-bottom: 200px;
}

.main-copy-image {
  }

.main-copy-image img {
  width: 100%;
  }

  /*ーーーーーーーーーー
CONTACT
ーーーーーーーーーーー*/

.contact_copy {
  font-size: 20px;
  margin-bottom: 5%;
}



ul.contact_btn li {
  display: inline-block;
  width: 48%;
}
ul.contact_btn li a, ul.contact_btn li span.anchor {
  width: 92%;
  margin: 0 auto;
  padding: 6px;
  cursor: pointer;
}


}