@charset "UTF-8";
/*
Theme Name: idemitsu-shokai.net｜出光商会
Author: SANGAKU
Author URI: https://www.idemitsu-shokai.net
Description: idemitsu-shokai.net｜出光商会
Version: 1.0
*/
body {
  overflow: visible; }
  body.show {
    overflow: hidden; }

#header {
  background: #FFF;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10; }
  #header .left h1 {
    padding: 0.5em 0;
    position: relative;
    width: 20vw;
    max-width: 320px;
    z-index: 10; }
    #header .left h1 img {
      display: block; }
  #header .right ul {
    display: flex;
    align-items: flex-start;
    height: 4em;
    line-height: 2em; }
    #header .right ul li {
      font-size: 100%;
      line-height: 2em; }
      #header .right ul li:first-child {
        margin-left: 0; }
      #header .right ul li.products {
        position: relative; }
        #header .right ul li.products a {
          display: flex; }
          #header .right ul li.products a::after {
            content: '▼';
            display: inline-block;
            font-size: 80%;
            margin-left: 0.5em; }
      #header .right ul li:hover ul.child_menu {
        opacity: 1;
        transform: scale(1, 1);
        visibility: visible; }
      #header .right ul li a {
        color: black;
        display: block;
        font-weight: 500;
        padding: 1em 1em; }
        #header .right ul li a:hover {
          color: rgba(0, 0, 0, 0.5);
          opacity: 1; }
      #header .right ul li ul.child_menu {
        background: #FFF;
        display: block;
        opacity: 0;
        transform: scale(1, 0);
        transform-origin: top;
        transition: .3s;
        visibility: hidden; }
        #header .right ul li ul.child_menu li {
          font-size: 100%;
          margin-left: 0; }
          #header .right ul li ul.child_menu li a {
            background: #FFF;
            border-top: 1px solid #eceae4;
            padding: 1em; }
            #header .right ul li ul.child_menu li a::after {
              display: none; }
  #header .menu {
    display: none; }

#footer {
  background: #eceae4;
  padding-left: 2.5vw;
  padding-right: 2.5vw; }
  #footer .footerTop {
    display: flex;
    justify-content: space-between;
    padding: 4em 0; }
    #footer .footerTop .left {
      font-size: 90%; }
      #footer .footerTop .left ul li {
        font-weight: 500;
        margin-bottom: 1em; }
        #footer .footerTop .left ul li:last-child {
          margin-bottom: 0; }
        #footer .footerTop .left ul li a {
          color: #333; }
        #footer .footerTop .left ul li span {
          display: block;
          margin-bottom: 1em; }
        #footer .footerTop .left ul li ul li a {
          font-size: 95%;
          margin-bottom: 0.5em;
          padding-left: 1.5em;
          position: relative; }
          #footer .footerTop .left ul li ul li a::before {
            background: #333;
            border-radius: 100vh;
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            left: 0.5em;
            width: 4px;
            height: 4px; }
    #footer .footerTop .right {
      width: 32%; }
      #footer .footerTop .right .bnrBox {
        width: 100%; }
  #footer .footerBottom {
    border-top: 1px solid #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2em 0; }
    #footer .footerBottom .left {
      display: flex;
      align-items: center; }
      #footer .footerBottom .left h2 {
        width: 20vw;
        max-width: 320px;
        margin-right: 2em; }
      #footer .footerBottom .left .copy {
        font-size: 80%; }
    #footer .footerBottom .right .copy {
      font-size: 80%; }
    #footer .footerBottom .right ul {
      display: flex;
      align-items: center; }
      #footer .footerBottom .right ul li {
        font-size: 80%;
        margin-left: 2em; }
        #footer .footerBottom .right ul li:first-child {
          margin-left: 0; }
        #footer .footerBottom .right ul li a {
          color: #333; }

.btnBox {
  width: 100%;
  text-align: center; }
  .btnBox .btn a {
    background: #009040;
    border: 1px solid #009040;
    box-sizing: border-box;
    border-radius: 100vh;
    color: #FFF;
    display: block;
    margin: 0 auto;
    letter-spacing: 0.015em;
    padding: 1em;
    position: relative;
    width: 400px; }
    .btnBox .btn a::after {
      background: #FFF;
      border-radius: 100vh;
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      right: 2em;
      width: 5px;
      height: 5px;
      transform: translateY(-50%); }
    .btnBox .btn a:hover {
      background: transparent;
      color: #009040;
      opacity: 1; }
      .btnBox .btn a:hover::after {
        background: #009040; }

.contactBox {
  background: no-repeat url("assets/images/contact_bg.jpg") 0 50%;
  background-size: cover;
  padding: 4em 0;
  position: relative;
  z-index: 0; }
  .contactBox::after {
    background: rgba(255, 255, 255, 0.8);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .contactBox .inner {
    background: #FFF;
    position: relative;
    text-align: center;
    z-index: 1; }

#top-page .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 5em;
  padding-bottom: 5em; }
  #top-page .inner .titleBox {
    margin-bottom: 3em; }
    #top-page .inner .titleBox h2,
    #top-page .inner .titleBox .desc {
      line-height: 1.5em; }
    #top-page .inner .titleBox h2 {
      font-size: 240%;
      font-weight: 600; }
    #top-page .inner .titleBox .desc {
      font-weight: 500; }
#top-page .brand {
  background: #F8F8F8; }
  #top-page .brand .inner .content {
    display: flex;
    justify-content: space-between; }
    #top-page .brand .inner .content .left,
    #top-page .brand .inner .content .right {
      padding-bottom: 5em;
      position: relative;
      width: 48.5%; }
      #top-page .brand .inner .content .left .imgBox,
      #top-page .brand .inner .content .right .imgBox {
        margin-bottom: 2em; }
        #top-page .brand .inner .content .left .imgBox img,
        #top-page .brand .inner .content .right .imgBox img {
          border-radius: 1vw;
          box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.25); }
      #top-page .brand .inner .content .left .txtBox h3,
      #top-page .brand .inner .content .right .txtBox h3 {
        font-size: 120%;
        font-weight: 600;
        line-height: 1.5em;
        margin-bottom: 1em;
        text-align: center; }
      #top-page .brand .inner .content .left .btnBox,
      #top-page .brand .inner .content .right .btnBox {
        position: absolute;
        left: 0;
        bottom: 0; }
#top-page .howto {
  background: #eceae4; }
  #top-page .howto .inner .content {
    display: flex;
    margin-bottom: 3em; }
  #top-page .howto .inner .titleBox {
    width: 26%; }
  #top-page .howto .inner .txtBox {
    width: 74%; }
  #top-page .howto .imgBox {
    overflow: hidden;
    padding-bottom: 5em; }
    #top-page .howto .imgBox ul {
      margin-left: -5%;
      width: 110%;
      display: flex; }
      #top-page .howto .imgBox ul li {
        margin: 0 0.75vw; }
        #top-page .howto .imgBox ul li img {
          border-radius: 1vw; }
#top-page .news {
  background: #F8F8F8; }
  #top-page .news .inner .content {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #top-page .news .inner .content .left {
      width: 45%; }
      #top-page .news .inner .content .left .btnBox .btn a {
        margin: 0; }
    #top-page .news .inner .content .right {
      width: 50%; }
      #top-page .news .inner .content .right ul li {
        border-bottom: 1px solid #eceae4;
        line-height: 1.6em; }
        #top-page .news .inner .content .right ul li:last-child {
          border-bottom: none; }
        #top-page .news .inner .content .right ul li a {
          color: #333;
          display: block;
          padding: 1em 0; }
        #top-page .news .inner .content .right ul li .date {
          display: block;
          font-size: 90%; }
#top-page .where {
  background: #eceae4; }
  #top-page .where .inner .content .desc {
    margin-bottom: 3em; }
  #top-page .where .inner .content ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5em; }
    #top-page .where .inner .content ul li {
      width: 12%; }
  #top-page .where .inner .content .btnBox {
    margin-top: 3em; }

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 20%);
  transition: 0.8s; }
  .fadeIn_up.is-show {
    transform: translate(0, 0);
    opacity: 1; }

.slideIn_left {
  opacity: 0;
  transform: translate(-20%, 0);
  transition: 0.8s; }
  .slideIn_left.is-show {
    transform: translate(0, 0);
    opacity: 1; }

.slideIn_right {
  opacity: 0;
  transform: translate(20%, 0);
  transition: 0.8s; }
  .slideIn_right.is-show {
    transform: translate(0, 0);
    opacity: 1; }

.fadeIn {
  opacity: 0;
  transition: 0.8s; }
  .fadeIn.is-show {
    opacity: 1; }

.slow {
  transition: 1.6s; }

.delay1 {
  transition-delay: 0.2s; }

.delay2 {
  transition-delay: 0.4s; }

.delay3 {
  transition-delay: 0.6s; }

.delay4 {
  transition-delay: 0.8s; }

.delay5 {
  transition-delay: 1.0s; }

.tab {
  display: none; }
