﻿@charset "UTF-8";



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

  Common ObyF css

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


/*  Base
======================================================= */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-feature-settings: "palt";
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  text-align: left;
  letter-spacing: .03em;
  font-size: 13px;
  line-height: 1.8;
  font-family: 'Poppins', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #474747;
}

#Wrap {
  width: 100%;
}

#Contents {}

.contentsWrap_styling,
.contentsWrap.obyftop {
  padding-top: 0 !important;
}


/* !Antialiaased */

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* !Anchor */

a {
  text-decoration: none;
  color: #474747;
  display: block;
}

a:hover,
a:active {
  opacity: 0.7;
  transition-property: all;
  transition: 0.3s linear;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

img {
  vertical-align: text-bottom;
}

.inner {
  width: 100%;
  max-width: ;
  margin: 0 auto;
  display: block;
}

.wapper {
  width: 100%;
  position: relative;
}

.top .wapper {
  padding-bottom: 0;
}

.wapper_bgimg {
  background: url("../../Contents/ImagesPkg/obyf/common/bg_pc.jpg") center no-repeat;
  background-size: cover;
}

.wapper_bg {
  width: 100%;
  background: #fafafa;
}


/*  Audio
======================================================= */

#Audio-Control {
  overflow: hidden;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 6666;
}

#Audio-Control button {
  border: 1px solid #ecf0f3;
  width: 48px;
  float: left;
  padding: 8px 10px;
  font-size: 10px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#Audio-Control button.active {
  background: #edf0f3;
}

#Audio-Control button.off {
  border-right: none;
  background: #e3e9ec;
}

#Audio-Control button.on {
  border-left: none;
  background: #fafcfd;
}

#Audio-Control button:not(.active):hover {
  background: #f9fbfd;
}



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

　　　　　　　　　　　　HEADER COMMON SETTING

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

header {
  position: absolute;
  width: 100%;
  min-width: 100%;
  padding: 18px 0 40px;
  z-index: 8888;
  background: none;
  font-family: 'Poppins', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.logo_area {
  position: relative;
}

.logo_area h1 {
  width: 68px;
}

.nav_area {
  overflow: hidden;
  margin-left: 5%;
}

.nav_area ul {
  width: 80%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
}

.nav_area ul li {
  width: 25%;
  padding: 27px 0;
  text-align: center;
  letter-spacing: 2px;
}

.ripple {
  overflow: hidden;
  position: relative;
}

.top header {
  padding: 60px 0 40px;
}

.top .logo_area h1 {
  width: 82px;
  margin-left: 5%;
  margin-bottom: 40px;
}

.top .nav_area ul {
  padding-left: 8px;
  width: auto;
  display: -webkit-block;
  display: block;
}

.top .nav_area ul li {
  text-align: left;
}
.cata.submenu li{
  letter-spacing: 0.08em;
  line-height: 2;
}


/* 下層ページ header ---------------------*/
/*
.page header {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  padding: 18px 0 4px;
  transition: .3s;
}*/

.page .logo_area h1 {
  width: 38px;
  margin: 0 auto;
}


/*.page .nav_area {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 40px;
}*/

.page header.is-animation {
  padding: 8px 0 4px;
}

.page header.is-animation .logo_area h1 {
  width: 30px;
}

.page .nav_area.is-animation {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 10px;
}


header {
  position: absolute;
  width: auto;
  min-width: 100%;
  padding: 0;
  z-index: 10;
  background: none;
}

.headerWrap {
  margin: 0 auto;
  width: 100%;
}

.newsArea {
  border-bottom: 1px solid #000000;
  padding: 7px 0;
  background: #ffffff;
  margin: 0 auto;
  /* visibility: hidden; */
}

.newsArea .newsInner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.newsArea .newsInner .contents_ttl {
  font-size: 14px;
  margin-right: 30px;
}

.hr01 {
  height: 1px;
  background-color: #000000;
  border: none;
  width: 50px;
  margin-right: 30px;
}

.newsArea .newsInner .contents_info {
  font-size: 12px;
}

.newsArea .newsInner .contents_info span {
  margin-left: 30px;
}



/* 通常ナビ */

nav {
  position: relative;
  margin: 0 auto;
}

nav.fixed {
  background: rgba(255, 255, 255, 0.8);
}

.naviArea {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 20px 0;
}

.naviArea h1 img {
  width: 80px;
  margin-left: 20px;
}

.naviDetail {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.naviDetail .memberArea,
.naviDetail .contentsArea {
  display: flex;
}

.naviDetail .memberArea li {
  font-size: 13px;
  border-left: 1px solid #000000;
  padding-left: 30px;
  margin-left: 30px;
  letter-spacing: 0.1rem;
}

.naviDetail .memberArea li:first-child {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}

.naviDetail .memberArea li img {
  width: 19px;
}

.naviDetail .contentsArea {
  margin-top: 50px;
}

.naviDetail .contentsArea li {
  font-size: 15px;
  margin-left: 50px;
  letter-spacing: 0.2rem;
}

.naviDetail .contentsArea li:first-child {
  margin-left: 0;
}

.naviDetail .contentsArea li.searcharea_pc {
  margin-left: 50px;
  width: 20px;
}

.naviDetail .contentsArea li.searcharea_pc img {
  width: 100%;
}

.naviDetail .contentsArea li .snsarea_pc_inner {
  display: flex;
}

.naviDetail .contentsArea li .snsarea_pc_inner li {
  margin-left: 15px;
  font-size: 15px;
  color: #000000;
}

.naviDetail .contentsArea li .snsarea_pc_inner li:first-child {
  margin-left: 0;
}

.header_tagline {
  text-align: center;
  font-size: 12px;
  padding: 4px 0;
  background: #5e5e5e;
  color: #fff;
}

.naviDetail .contentsArea li .snsarea_pc_inner li:first-child a{
  display: flex;
}

.naviDetail .contentsArea li .snsarea_pc_inner li.icon_insta_pc a{
  height: 20px;
  color: #787878;
}

.naviDetail .contentsArea li .snsarea_pc_inner li svg{
  width: 15px;
}

.header_tagline span.inner span {
  display: inline-block;
}

/* 追従ナビ */

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.fixed .naviArea h1 img {
  width: 30px;
  margin-left: 70px;
}

.fixed .memberArea {
  display: none;
}

.fixed .naviArea {
  align-items: center;
  padding: 8px 0;
}

.fixed .naviDetail .contentsArea {
  margin-top: 0;
}

/* ポップアップサーチ */

.head-seach-popup {
  top: 2px;
  /*transform: unset;
  margin-left: 140px;*//*202402renewal*/
}

.scroll .head-seach-popup {
  top: 68px;
}

@media screen and (max-width: 1024px) {
  header,
  .contents,
  footer {
    margin: 0 auto;
    text-align: center;
    min-width: inherit;
    width: 100%;
  }
}



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

　　　　　　　　　　　CONTENTS COMMON SETTING

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


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

　　　　　　　　　　　　FOOTER COMMON SETTING

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

.foot_area {
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  text-align: center;
  margin-bottom: 120px;
}

.footer_ttl {
  font-size: 16px;
  letter-spacing: 4px;
  padding-bottom: 20px;
}

.footer_list li {
  font-size: 11px;
  line-height: 2.4;
}

.foot_text_list {
  width: 800px;
  margin: 0 auto 60px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  text-align: center;
  font-size: 10px;
}

.foot_other_site {
  font-size: 11px;
  text-align: center;
  line-height: 3.2;
  margin-bottom: 60px;
}

.foot_other_site a {
  display: inline-block;
}

.copyright {
  font-size: 11px;
  text-align: center;
  line-height: 2.8;
}

.footer_hdg {
  letter-spacing: 1.8px;
}

.footer_bnr {
  display: none;
  opacity: 0;
}



/*//////////////////////////////////////////////////

　　　　　　　　　　PC ONLY SETTING

//////////////////////////////////////////////////*/

@media (min-width: 769px) {


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

  　　　　　　　　HEADER

  ================================= */
  .headerWrap {
    height: 150px;
    background: #fff;
  }

  .head-seach-open .head-seach-popup-bg {
    height: 60px;
  }

  .head-seach-open .scroll .head-seach-popup-bg {
    top: 63px;
  }

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

  　　　　　　　　CONTENTS

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

  .wapper {
    padding-bottom: 126px;
  }

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

  　　　　　　　　FOOTER

  ================================= */
}



/*//////////////////////////////////////////////////

　　　　　　　　　　SP ONLY SETTING

//////////////////////////////////////////////////*/

@media (max-width: 768px) {

  .sp_only {
    display: block;
  }

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

  　　　　　　　　HEADER

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

  header {
    position: relative;
  }

  .scroll #header_img_slider {
    display: block;
  }

  #Wrap {
    padding: 0;
  }

  .cam_bnr_wrap {
    top: 0 !important;
  }

  .cam_bnr__active .hamburger {
    top: calc(180 * (100vw / 750)) !important;
  }

  .cam_bnr_wrap .cam_bnr__slider {
    position: inherit;
    transform: none;
    left: inherit;
    top:inherit;
    width: 100%;
    display: block;
    z-index:10;
  }

 .header_sp_wrap {
    top:inherit;
  }

  .header {
    z-index: 9999;
    font-family: 'Poppins', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }

  #Contents.cam_bnr__active,
  #Contents.cam_bnr__active_txt {
    margin-top: 0 !important;
  }

  .headerWrap {
    display: none;
  }

  #Contents {
    padding-top: 0 !important;
  }

  /* SPナビ */
  .header {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    z-index: 9999;
    width: 100%;
  }

  .global-nav {
    position: fixed;
    right: calc(-768 * (100vw / 768));
    /* これで隠れる */
    top: 0;
    width: calc(768 * (100vw / 768));
    /* スマホに収まるくらい */
    height: 100vh;
    padding-top: 0;
    background-color: #f5f8f9;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto;
    /* メニューが多くなったらスクロールできるように */
  }

  .hamburger {
    position: absolute;
    top: 60px;
    right: 15px;
    left: auto;
    width: 40px;
    /* クリックしやすいようにちゃんと幅を指定する */
    height: 40px;
    /* クリックしやすいようにちゃんと高さを指定する */
    cursor: pointer;
    z-index: 300;
    border: 1px solid #c1c1c1;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
  }

  .nav_sp-open .hamburger {
    top: 60px !important;
  }

  .header_tagline {
    font-size: calc(20 * (100vw / 750));
  }

  .global-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .global-nav__item {
    text-align: center;
    padding: 0;
  }

  .global-nav__item a {
    display: block;
    text-decoration: none;
  }

  .global-nav__item .submenu li a {
    color: #5F5F5F;
  }

  .hamburger__line {
    position: absolute;
    left: 18.5px;
    width: 20px;
    height: 1px;
    background-color: #111;
    transition: all .6s;
  }

  .hamburger__line--1 {
    top: 12px;
  }

  .hamburger__line--2 {
    top: 18px;
  }

  .hamburger__line--3 {
    top: 24px;
  }

  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }
  /* 表示された時用のCSS */
  .nav_sp-open .global-nav {
    right: 0;
  }
  .nav_sp-open .black-bg {
    opacity: .8;
    visibility: visible;
  }
  .nav_sp-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 19px;
    left: 9px;
    background-color: #111;
    height: 1px;
  }
  .nav_sp-open .hamburger__line--2 {
    width: 0;
    left: 50%;
    background-color: #111;
    height: 1px;
  }
  .nav_sp-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 19px;
    left: 9px;
    background-color: #111;
    height: 1px;
  }
  .logo_navi {
    text-align: left;
    margin: calc(30 * (100vw / 750)) 0 0 calc(30 * (100vw / 750));
  }
  .logo_navi img {
    width: calc(97 * (100vw / 750));
  }
  .spnavi_wrap {
    padding: 0;
  }
  .user_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: calc(75 * (100vw / 750)) auto 0;
    width: 100%;
  }
  .user_area li {
    border-left: 1px solid #000000;
    padding-left: calc(48 * (100vw / 750));
    font-size: calc(26 * (100vw / 750));
    letter-spacing: 0.2rem;
    margin-left: calc(48 * (100vw / 750));
  }
  .user_area li:first-child {
    border-left: none;
    padding-left: 0;
    margin: 2px 0 0;
  }
  .user_area li.eng {
    font-size: calc(28 * (100vw / 750));
  }
  .user_area li img {
    width: calc(36 * (100vw / 750));
  }
  .shopinfo_area {
    margin-top: calc(100 * (100vw / 750));
    margin-right: 0;
    margin-left: 0;
    border-bottom: 1px solid #292929;
    padding: 0 calc(30 * (100vw / 750)) calc(100 * (100vw / 750));
  }
  .shopinfo_area li {
    font-size: calc(35 * (100vw / 750));
    margin: calc(40 * (100vw / 750)) auto 0;
    color: #000000;
    width: calc(550 * (100vw / 750));
    text-align: left;
    letter-spacing: 0.2rem;
    line-height: 1.8;
  }
  .shopinfo_area li:first-child {
    font-size: calc(35 * (100vw / 750));
    margin: 0 auto;
  }

  /* アコーディオンメニュー */
  .accordion {
    width: calc(550 * (100vw / 750));
    margin: calc(110 * (100vw / 750)) auto calc(175 * (100vw / 750));
  }
  .accordion .link {
    cursor: pointer;
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: calc(35 * (100vw / 750));
    text-align: left;
    letter-spacing: 0.2rem;
    padding-bottom: calc(15 * (100vw / 750));
    color: #5f5f5f;
  }
  .accordion li:last-child .link {
    border-bottom: 0;
  }
  .accordion li span {
    position: absolute;
    top: 10px;
    right: 12px;
    width: calc(25 * (100vw / 750));
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
  }
  .accordion li.open span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .customorinfo {
    margin-top: calc(75 * (100vw / 750));
    padding: 0 calc(30 * (100vw / 750));
  }

  .customorinfo li {
    font-size: calc(28 * (100vw / 750));
    margin: calc(30 * (100vw / 750)) auto 0;
    color: #000000;
    width: calc(550 * (100vw / 750));
    text-align: left;
    letter-spacing: 0.2rem;
  }
  .customorinfo li:first-child {
    margin: 0 auto;
  }
  .companyinfo {
    margin-top: calc(90 * (100vw / 750));
    padding: 0 calc(30 * (100vw / 750));
  }
  .companyinfo li {
    font-size: calc(21 * (100vw / 750));
    margin: calc(56 * (100vw / 750)) auto 0;
    color: #000000;
    width: calc(550 * (100vw / 750));
    text-align: left;
    letter-spacing: 0.1rem;
    line-height: 1;
  }
  .companyinfo li:first-child {
    margin: 0 auto;
  }
  .snsarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: calc(100 * (100vw / 750)) auto;
    padding-bottom: calc(100 * (100vw / 750));
  }
  .snsarea li {
    margin: 0 calc(30 * (100vw / 750));
    font-size: calc(35 * (100vw / 750));
  }
  .global-nav .snsarea li a,
  .accordion li.default .submenu li a,
  .submenu li .naviinnner a {
    color: #787878;
  }
  .global-nav .snsarea li a{
    height: calc(32 * (100vw / 750));
  }
  .global-nav li a {
    color: #000000;
  }
  .snsarea li svg{
    width: calc(32 * (100vw / 750));
  }
  .accordion li.default .submenu {
    display: block;
  }
  /* Submenu -----------------------------*/
  .submenu {
    display: none;
    background: #ffffff;
    top: auto;/*202402renewal*/
    font-size: calc(35 * (100vw / 750));
    color: #5f5f5f;
    padding: calc(38 * (100vw / 750)) calc(40 * (100vw / 750));
    margin-bottom: calc(50 * (100vw / 750));
  }
  .submenu a {
    display: block;
    text-decoration: none;
    text-align: left;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .submenu li {
    padding-top: calc(28 * (100vw / 750));
    font-size: calc(33 * (100vw / 750));
    text-align: left;
  }
  .submenu li:first-child {
    padding-top: 0;
  }
  .submenu li.naviInner_contents {
    padding: calc(20 * (100vw / 750)) 0 0 calc(20 * (100vw / 750));
    font-size: calc(30 * (100vw / 750));
  }
  .contentsWrap {
    padding-top: 0;
    margin-top: 0;
  }
  .contentsWrap_styling,
  .contentsWrap.obyftop {
    padding-top: 0;
    margin-top: 0;
  }
  .sp_only_main {
    display: block!important;
  }
  .pc_only_main,
  .bg-slider_pc {
    display: none!important;
  }

  .bg-slider_sp {
    width: 100vw;
    height: 90vh;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* background-attachment: fixed; */
  }
  .bg-slider_sp p {
    font-size: calc(36 * (100vw / 750));
    text-align: center;
    letter-spacing: .5em;
    line-height: 2;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-top: calc(130 * (100vw / 750));
  }
  .bg-slider_sp img {
    width: calc(144 * (100vw / 750));
    margin-bottom: calc(100 * (100vw / 750));
  }
  /* 追従バナー */
  .Bnr__img__inner {
    width: calc(400 * (100vw / 750));
    height: calc(333 * (100vw / 750));
  }
  /* 検索エリアSP */
  .searcharea_sp {
    background: #ffffff;
    display: flex;
    justify-content: center;
    margin: calc(70 * (100vw / 750)) auto 0;
    padding: calc(34 * (100vw / 750)) 0;
  }
  .searcharea_sp input {
    border: 1px solid #b5b5b5!important;
    height: calc(90 * (100vw / 750));
    width: calc(430 * (100vw / 750)) !important;/*202402renewal*/
    padding: calc(40 * (100vw / 750)) 20px;
    line-height: 1;
  }
  .searcharea_sp .searchbtn_sp {
    display: flex;
    align-items: center;
    margin-top: 0;
  }
  .searcharea_sp .searchbtn_sp img {
    width: 20px;
  }

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

  　　　　　　　　CONTENTS

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


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

  　　　　　　　　FOOTER

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

  footer .footer_list_sns li:last-child img {
    vertical-align: calc(-6 * (100vw / 375));
  }
}
