@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  font-size: 62.5%; }

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック, Osaka, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6, b, strong {
  font-weight: 700; }

button, input {
  font-family: 'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; }

img {
  vertical-align: top; }

.clearfix:before {
  display: block;
  content: "";
  overflow: hidden; }
.clearfix:after {
  display: block;
  content: "";
  overflow: hidden;
  clear: both; }

.box-sizing {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.kana {
  letter-spacing: normal !important; }
  .kana a, .kana span {
    letter-spacing: normal !important; }

/*PC*/
@media screen and (min-width: 768px) {
  .sp-item {
    display: none; }

  .pc-item {
    display: block; }

  header {
    position: relative; }
    header h1 {
      text-align: center;
      padding-top: 24px;
      padding-bottom: 40px; }
    header .lang a {
      text-decoration: none;
      color: #595757;
      font-size: 12px;
      position: absolute;
      right: 30px;
      top: 30px; }
      header .lang a:hover {
        text-decoration: underline; }
    header nav {
      position: relative; }
      header nav ul {
        max-width: 790px;
        margin: 0 auto;
        padding-bottom: 34px; }
        header nav ul li {
          float: left; }
          header nav ul li a {
            color: #595757;
            font-size: 1.4rem;
            text-decoration: none;
            padding: 20px 33px 34px 33px; }
            header nav ul li a:hover span {
              padding-bottom: 10px;
              background: url("../../cmn/img/nav_hover_line.png") no-repeat center bottom;
              background-size: 90% 1px; }
            header nav ul li a span {
              padding: 0;
              color: #595757;
              cursor: pointer; }
          header nav ul li span {
            color: #cecece;
            font-size: 1.4rem;
            text-decoration: none;
            padding: 20px 33px 34px 33px; }
          header nav ul li:first-child a:hover span {
            padding-bottom: 10px;
            background: url("../../cmn/img/nav_hover_line_top.png") no-repeat center bottom; }
          header nav ul li:last-child a {
            padding: 20px 33px 34px 10px; }
      header nav .mdd {
        position: absolute;
        z-index: 99999;
        height: 0;
        width: 100%; }
        header nav .mdd .overviewBox, header nav .mdd .messageBox, header nav .mdd .fragranceBox {
          display: none;
          width: 100%;
          background: #fff;
          background: rgba(255, 255, 255, 0.3); }
        header nav .mdd ul {
          padding: 40px 10px 0;
          max-width: 896px;
          margin: 0 auto; }
          header nav .mdd ul li {
            float: left;
            text-align: center;
            padding-left: 5.3%;
            width: 21%; }
            header nav .mdd ul li:first-child {
              padding-left: 0; }
            header nav .mdd ul li a {
              text-decoration: none;
              position: relative;
              z-index: 1;
              overflow: hidden;
              display: block;
              border-radius: 10px;
              max-width: 194px;
              padding: 0; }
              header nav .mdd ul li a img {
                -moz-transition: -moz-transform 0.5s linear;
                -webkit-transition: -webkit-transform 0.5s linear;
                -o-transition: -o-transform 0.5s linear;
                -ms-transition: -ms-transform 0.5s linear;
                transition: transform 0.5s linear;
                width: 100%;
                height: auto; }
                header nav .mdd ul li a img:hover {
                  -webkit-transform: scale(1.2);
                  -moz-transform: scale(1.2);
                  -o-transform: scale(1.2);
                  -ms-transform: scale(1.2);
                  transform: scale(1.2); }
            header nav .mdd ul li p {
              line-height: 1;
              padding-top: 18px;
              padding-bottom: 32px;
              font-size: 14px;
              color: #595757; }
        header nav .mdd .messageBox ul, header nav .mdd .fragranceBox ul {
          max-width: 448px;
          margin: 0 auto;
          padding: 40px 0 0 24px; }
        header nav .mdd .messageBox ul li, header nav .mdd .fragranceBox ul li {
          float: left;
          text-align: center;
          padding-left: 10%;
          width: 42%; }
        header nav .mdd .messageBox ul li:first-child, header nav .mdd .fragranceBox ul li:first-child {
          padding-left: 0; }

  .philosophy nav li:nth-child(2) a span, .company nav li:nth-child(3) a span, .news nav li:nth-child(4) a span {
    padding-bottom: 10px;
    background: url("../../cmn/img/nav_hover_line.png") no-repeat center bottom;
    background-size: 90% 1px; }

  main {
    color: #595757; }
    main .under-line span {
      background: url("../../cmn/img/sub-txt-img.png") no-repeat bottom center;
      background-size: 90% 1px;
      padding-bottom: 19px; }
    main .under-line a {
      background: url("../../cmn/img/sub-txt-img.png") no-repeat bottom center;
      background-size: 90% 1px;
      padding-bottom: 19px;
      text-decoration: none;
      color: #595757;
      display: inline !important; }
    main .under-line .l88 {
      background: url("../../cmn/img/bottom-line88.png") no-repeat bottom center; }
    main .under-line .l74 {
      background: url("../../cmn/img/bottom-line74.png") no-repeat bottom center; }
    main .under-line .l122 {
      background: url("../../cmn/img/bottom-line122.png") no-repeat bottom center; }
    main .under-line .short {
      background: url("../../cmn/img/sub-txt-img.png") no-repeat bottom center;
      background-size: 90% 1px;
      padding-bottom: 19px; }
    main .under-line-short span {
      background: url("../../cmn/img/sub-txt-img-short.png") no-repeat bottom center;
      padding-bottom: 25px;
      margin-bottom: 40px;
      display: inline-block; }
    main .under-line-short a {
      background: url("../../cmn/img/sub-txt-img-short.png") no-repeat bottom center;
      padding-bottom: 25px;
      margin-bottom: 40px;
      display: inline-block;
      text-decoration: none;
      color: #595757;
      display: inline !important; }
    main .bled-wrap {
      background: #f8f9f9;
      padding: 19px 0; }
      main .bled-wrap .breadcrumbs {
        max-width: 1000px;
        margin: 0 auto;
        font-size: 12px;
        color: #595757;
        padding: 0 20px; }
        main .bled-wrap .breadcrumbs a {
          color: #bcbbbb;
          padding-right: 5px;
          text-decoration: underline; }
          main .bled-wrap .breadcrumbs a:hover {
            text-decoration: none; }
          main .bled-wrap .breadcrumbs a span {
            padding: 0; }
        main .bled-wrap .breadcrumbs span {
          padding-left: 5px; }
    main #child-elements {
      max-width: 1000px;
      margin: 0 auto;
      padding-top: 100px;
      padding: 80px 20px 140px; }
      main #child-elements h2 {
        font-size: 2.8rem;
        line-height: 1;
        padding-bottom: 76px;
        color: #595757;
        letter-spacing: 0.8px;
        font-weight: normal; }

  #contents h2.under-line {
    letter-spacing: 0.8px; }
    #contents h2.under-line span {
      background: url("../../cmn/img/sub-txt-img.png") no-repeat bottom center;
      background-size: 90%;
      padding-bottom: 25px;
      margin-bottom: 44px;
      display: inline-block; }

  footer {
    background: #aacbd7;
    padding: 91px 0 65px;
    position: relative; }
    footer .page-top {
      display: none; }
      footer .page-top a {
        display: block;
        padding: 0 20px;
        position: absolute;
        top: -134px;
        right: 30px;
        width: 59px;
        height: 86px; }
    footer .fixed a {
      position: fixed;
      right: 30px;
      bottom: 50px;
      top: auto; }
    footer .fixed a.other {
      position: fixed;
      right: 30px;
      bottom: 95px;
      top: auto; }
    footer .wrap {
      max-width: 1000px;
      margin: 0 auto;
      padding: 0 20px; }
      footer .wrap .left {
        width: 24%;
        margin-right: 12%;
        float: left; }
        footer .wrap .left img {
          width: 100%;
          height: auto; }
        footer .wrap .left ul {
          width: 100px;
          margin: 40px auto 0; }
          footer .wrap .left ul li {
            float: left; }
            footer .wrap .left ul li a img {
              max-width: 36px;
              width: 100%;
              height: auto; }
            footer .wrap .left ul li:last-child {
              float: right; }
              footer .wrap .left ul li:last-child a img {
                max-width: 30px; }
      footer .wrap .right {
        width: 64%;
        float: left; }
        footer .wrap .right ul {
          padding-left: 6.25%; }
          footer .wrap .right ul li {
            padding-bottom: 23px; }
            footer .wrap .right ul li a {
              font-size: 1.4rem;
              color: #fff;
              text-decoration: none; }
              footer .wrap .right ul li a:hover {
                text-decoration: underline; }
            footer .wrap .right ul li span {
              font-size: 1.4rem;
              color: #d4e3e9;
              text-decoration: none; }
            footer .wrap .right ul li .bold {
              font-weight: bold; }
        footer .wrap .right .first {
          padding-left: 0;
          width: 4.4%; }
        footer .wrap .right .footer-nav-top {
          padding-bottom: 25px;
          padding-left: 88px; }
          footer .wrap .right .footer-nav-top ul {
            float: left; }
          footer .wrap .right .footer-nav-top .float-area {
            width: 54%; }
            footer .wrap .right .footer-nav-top .float-area li {
              float: left;
              padding-left: 10%; }
              footer .wrap .right .footer-nav-top .float-area li:first-child {
                padding-left: 0; }
        footer .wrap .right .footer-nav-bottom {
          position: relative;
          padding-left: 300px; }
          footer .wrap .right .footer-nav-bottom ul {
            padding-left: 0; }
            footer .wrap .right .footer-nav-bottom ul li {
              float: left;
              padding-right: 3%;
              margin-right: 3%;
              border-right: 1px solid #d2e3ea;
              padding-bottom: 0; }
              footer .wrap .right .footer-nav-bottom ul li:first-child {
                padding-left: 0; }
              footer .wrap .right .footer-nav-bottom ul li:last-child {
                padding-right: 0;
                margin-right: 0;
                border: none; }
          footer .wrap .right .footer-nav-bottom p {
            clear: both;
            text-align: center;
            width: 26%;
            float: right;
            position: absolute;
            top: -12px;
            right: 0; }
            footer .wrap .right .footer-nav-bottom p a {
              font-size: 1.2rem;
              color: #fff;
              border: 1px solid #fff;
              border-radius: 4px;
              display: block;
              text-decoration: none; }
              footer .wrap .right .footer-nav-bottom p a:hover {
                background: #b7d3dd; }
              footer .wrap .right .footer-nav-bottom p a span {
                background: url("../../cmn/img/shop-icon.png") no-repeat left center;
                padding: 12px 0 10px 28px;
                display: inline-block;
                background-size: 19px; }
        footer .wrap .right .footer-nav-bottom {
          padding-left: 190px; }
          footer .wrap .right .footer-nav-bottom ul li:nth-child(3) {
            border-right: none; }
          footer .wrap .right .footer-nav-bottom ul li.pc-item {
            margin-left: 36px; }
        footer .wrap .right .copy {
          text-align: right;
          color: #fff;
          line-height: 1;
          padding-top: 70px; }

  #simple-footer .wrap .right {
    width: 32%;
    float: right; }
    #simple-footer .wrap .right .footer-nav-bottom {
      position: relative;
      padding-top: 128px;
      padding-left: 93px; }
      #simple-footer .wrap .right .footer-nav-bottom ul {
        padding-left: 0;
        border: none !important; }
        #simple-footer .wrap .right .footer-nav-bottom ul li {
          float: left;
          padding-right: 6%;
          margin-right: 6%;
          border-right: 1px solid #d2e3ea;
          padding-bottom: 0; }
          #simple-footer .wrap .right .footer-nav-bottom ul li:first-child {
            padding-left: 0; }
          #simple-footer .wrap .right .footer-nav-bottom ul li:last-child {
            padding-right: 0;
            margin-right: 0;
            border: none; }
    #simple-footer .wrap .right .copy {
      padding-top: 33px; } }
@media screen and (min-width: 768px) and (max-width: 1079px) {
  footer {
    padding: 40px 0 30px; }
    footer .wrap {
      max-width: 800px;
      margin: 0 auto; }
      footer .wrap .left {
        float: none;
        width: 100%;
        max-width: 440px;
        margin: 0 auto 50px;
        text-align: center; }
        footer .wrap .left img {
          width: 60%;
          height: auto; }
      footer .wrap .right {
        float: none;
        width: 100%; }
        footer .wrap .right .footer-nav-top {
          max-width: 505px;
          margin: 0 auto;
          padding: 0; }
          footer .wrap .right .footer-nav-top ul {
            padding-left: 17%; }
            footer .wrap .right .footer-nav-top ul li {
              padding-bottom: 25px; }
          footer .wrap .right .footer-nav-top .first {
            padding-left: 0; }
          footer .wrap .right .footer-nav-top .float-area {
            width: auto; }
            footer .wrap .right .footer-nav-top .float-area li {
              float: none;
              padding-left: 0; }
        footer .wrap .right .footer-nav-bottom {
          padding: 3px 0 0 0; }
          footer .wrap .right .footer-nav-bottom ul {
            max-width: 505px;
            margin: 0 auto;
            padding: 0;
            border-top: 1px solid #c6dbe3;
            padding-top: 20px;
            padding-bottom: 10px; }
            footer .wrap .right .footer-nav-bottom ul li {
              float: left;
              padding-right: 7%;
              margin-right: 7%;
              border-right: 1px solid #d2e3ea;
              padding-bottom: 0; }
              footer .wrap .right .footer-nav-bottom ul li:first-child {
                padding-left: 50px; }
              footer .wrap .right .footer-nav-bottom ul li:last-child {
                padding-right: 0;
                margin-right: 0;
                border: none; }
          footer .wrap .right .footer-nav-bottom p {
            position: relative;
            width: 100%;
            max-width: 505px;
            margin: 25px auto 0;
            float: none; }
            footer .wrap .right .footer-nav-bottom p a {
              font-size: 1.2rem;
              color: #fff;
              border: 1px solid #fff;
              border-radius: 4px;
              display: block;
              text-decoration: none; }
              footer .wrap .right .footer-nav-bottom p a span {
                background: url("../../cmn/img/shop-icon.png") no-repeat left center;
                padding: 14px 0 12px 28px;
                display: inline-block;
                background-size: 19px; }
        footer .wrap .right .copy {
          text-align: center;
          color: #fff;
          font-size: 1.0rem;
          padding-top: 30px; } }
/*SP*/
@media screen and (max-width: 767px) {

  .motion{
    background-repeat: no-repeat!important;
    background-position: center center!important; 
    background-size: cover!important;             
  }
  .sp-item {
    display: block; }

  .pc-item {
    display: none; }

  .radius {
    border-radius: 10px; }

  header {
    position: relative;
    height: 100px; }
    header h1 {
      padding: 13px 0 15px;
      text-align: center; }
      header h1 img {
        width: 100%;
        height: auto;
        max-width: 150px; }
    header .sp-nav {
      position: absolute;
      right: 5px;
      top: 15px;
      z-index: 99999999; }
      header .sp-nav a {
        background: url("../../cmn/img/sp-menu-btn01.png") no-repeat center top;
        background-size: 35px;
        display: block;
        width: 35px;
        height: 30px;
        padding: 10px; }
    header .sp-close {
      position: absolute;
      right: 5px;
      top: 15px;
      z-index: 99999999; }
      header .sp-close a {
        background: url("../../cmn/img/sp-close-btn01.png") no-repeat center top;
        background-size: auto auto;
        background-size: 35px;
        display: block;
        width: 35px;
        height: 30px;
        padding: 10px; } }
@media screen and (max-width: 767px) and (min-width: 568px) {
  header .sp-nav a, header .sp-close a {
    width: 35px;
    height: 38px;
    background-size: 35px; } }
@media screen and (max-width: 767px) {
  header nav .sp-nav-wrap .drawer-nav {
    background-color: #aacbd7;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  header nav .sp-nav-wrap .drawer-menu {
    overflow-y: auto; }
  header nav .sp-nav-wrap ul {
    padding: 75px 20px 0;
    margin-bottom: 30px; }
    header nav .sp-nav-wrap ul li {
      padding: 24px 0;
      border-bottom: 1px dotted #fbfafa; }
      header nav .sp-nav-wrap ul li:first-child {
        padding-top: 0; }
      header nav .sp-nav-wrap ul li a {
        font-size: 15px;
        color: #fff;
        text-decoration: none;
        font-weight: bold; }
      header nav .sp-nav-wrap ul li span {
        font-size: 15px;
        color: #d4e3e9;
        text-decoration: none;
        font-weight: bold; }
      header nav .sp-nav-wrap ul li div .left {
        float: left;
        width: 36%;
        padding-right: 5%; }
      header nav .sp-nav-wrap ul li div .right {
        float: left;
        padding: 0;
        border: none;
        margin: 0; }
        header nav .sp-nav-wrap ul li div .right li {
          margin-bottom: 15px;
          padding: 0;
          border: none; }
          header nav .sp-nav-wrap ul li div .right li a {
            font-weight: normal;
            display: block; }
          header nav .sp-nav-wrap ul li div .right li:last-child {
            margin-bottom: 0; }
    header nav .sp-nav-wrap ul .btn {
      text-align: center;
      margin-bottom: 40px;
      border: none; }
      header nav .sp-nav-wrap ul .btn a {
        font-size: 14px;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 3px;
        display: block;
        text-decoration: none; }
        header nav .sp-nav-wrap ul .btn a span {
          background: url("../../cmn/img/shop-icon.png") no-repeat left center;
          background-size: auto auto;
          background-size: 19px;
          display: inline-block;
          padding: 18px 0 18px 30px;
          color: #fff; }

  main {
    color: #595757; }
    main .sub {
      font-size: 0.5rem;
      background: url("../../cmn/img/sub-txt-img-sp.png") no-repeat left center;
      padding-left: 30px;
      background-size: 30px;
      color: #6795a6;
      display: inline-block;
      margin-top: 8px; }
      main .sub:after {
        content: "";
        background: url("../../cmn/img/sub-txt-img-sp.png") no-repeat right center;
        padding-right: 30px;
        background-size: 30px; }
    main #contents h2.under-line span {
      background: url("../../cmn/img/sub-txt-img-sp-2.png") no-repeat bottom center;
      display: inline-block;
      background-size: 90% 1px;
      padding-bottom: 16px;
      display: inline-block;
      margin-bottom: 24px;
      letter-spacing: 0.8px; }
    main #child-elements {
      padding: 50px 20px; }
      main #child-elements h2 {
        font-size: 1.8rem;
        color: #595757;
        line-height: 1;
        padding-bottom: 40px;
        letter-spacing: 0.8px;
        font-weight: normal; }

  footer {
    position: relative;
    padding-top: 74px; }
    footer .page-top {
      display: none;
      position: absolute;
      top: 0;
      width: 100%; }
      footer .page-top a {
        width: 100%;
        display: inline-block;
        padding-bottom: 15px;
        text-align: center; }
        footer .page-top a .sp-item {
          width: 100%;
          height: auto;
          max-width: 68px;
          display: block;
          margin: 0 auto; }
    footer .fixed {
      position: fixed;
      top: auto;
      bottom: 0;
      z-index: 99999; }
    footer .wrap {
      background-color: #aacbd7;
      padding: 0 20px; }
      footer .wrap .left {
        padding: 30px 85px 40px;
        text-align: center; }
        footer .wrap .left img {
          width: 100%;
          height: auto;
          max-width: 150px; }
        footer .wrap .left ul {
          max-width: 75px;
          margin: 30px auto 0; }
          footer .wrap .left ul li {
            float: left; }
            footer .wrap .left ul li a img {
              max-width: 26px; }
            footer .wrap .left ul li:last-child {
              float: right; }
              footer .wrap .left ul li:last-child a img {
                max-width: 22px; }
      footer .wrap .right .footer-nav-top ul {
        float: left; }
        footer .wrap .right .footer-nav-top ul li {
          padding-bottom: 15px;
          line-height: 1; }
          footer .wrap .right .footer-nav-top ul li a {
            font-size: 12px;
            color: #fff;
            text-decoration: none; }
          footer .wrap .right .footer-nav-top ul li span {
            font-size: 12px;
            color: #d4e3e9;
            text-decoration: none; }
        footer .wrap .right .footer-nav-top ul .bold {
          font-weight: bold; }
      footer .wrap .right .footer-nav-top .first {
        width: 9%;
        padding-left: 2%; }
      footer .wrap .right .footer-nav-top .second {
        width: 22%;
        padding: 0 18.5%; }
      footer .wrap .right .footer-nav-top .third {
        width: auto; }
      footer .wrap .right .footer-nav-top .float-area {
        padding-top: 10px;
        padding-bottom: 24px;
        margin-bottom: 23px;
        border-bottom: 1px solid #c6dbe3;
        padding-left: 1%;
        width: 100%;
        float: left; }
        footer .wrap .right .footer-nav-top .float-area li {
          float: left;
          padding-bottom: 0;
          padding-left: 30px; }
          footer .wrap .right .footer-nav-top .float-area li:first-child {
            padding-left: 0; }
      footer .wrap .right .footer-nav-bottom ul {
        padding-bottom: 20px;
        max-width: 277px;
        margin: 0 auto; }
        footer .wrap .right .footer-nav-bottom ul li {
          float: left;
          padding-left: 8px;
          margin-left: 8px;
          border-left: 1px solid #fff; }
          footer .wrap .right .footer-nav-bottom ul li:first-child {
            padding-left: 0;
            margin-left: 0;
            border: none; }
          footer .wrap .right .footer-nav-bottom ul li a {
            color: #fff;
            font-size: 12px;
            text-decoration: none; }
      footer .wrap .right .footer-nav-bottom p {
        text-align: center; }
        footer .wrap .right .footer-nav-bottom p a {
          font-size: 14px;
          color: #fff;
          border: 1px solid #fff;
          border-radius: 3px;
          display: block;
          text-decoration: none; }
          footer .wrap .right .footer-nav-bottom p a span {
            background: url("../../cmn/img/shop-icon.png") no-repeat left center;
            background-size: 19px;
            display: inline-block;
            padding: 18px 0 18px 30px; }
      footer .wrap .right .copy {
        font-size: 9px;
        text-align: center;
        color: #fff;
        padding-top: 50px;
        padding-bottom: 30px; } }
@media screen and (max-width: 767px) and (min-width: 359px) {
  footer .wrap .right .footer-nav-top ul {
    float: left; }
    footer .wrap .right .footer-nav-top ul li {
      padding-bottom: 15px;
      line-height: 1; }
      footer .wrap .right .footer-nav-top ul li a {
        font-size: 12px;
        color: #fff;
        text-decoration: none; }
      footer .wrap .right .footer-nav-top ul li span {
        font-size: 12px;
        color: #d4e3e9;
        text-decoration: none; }
    footer .wrap .right .footer-nav-top ul .bold {
      font-weight: bold; }
  footer .wrap .right .footer-nav-top .first {
    width: 9%;
    padding-left: 2%; }
  footer .wrap .right .footer-nav-top .second {
    width: 22%;
    padding: 0 18.5%; }
  footer .wrap .right .footer-nav-top .third {
    width: auto; }
  footer .wrap .right .footer-nav-top .float-area {
    padding-top: 10px;
    padding-bottom: 24px;
    margin-bottom: 23px;
    border-bottom: 1px solid #c6dbe3;
    padding-left: 1%;
    width: 100%;
    float: left; }
    footer .wrap .right .footer-nav-top .float-area li {
      float: left;
      padding-bottom: 0;
      padding-left: 44px; }
      footer .wrap .right .footer-nav-top .float-area li:first-child {
        padding-left: 0; }
  footer .wrap .right .footer-nav-bottom ul {
    padding-bottom: 20px;
    max-width: 323px;
    margin: 0 auto; }
    footer .wrap .right .footer-nav-bottom ul li {
      float: left;
      padding-left: 14px;
      margin-left: 14px;
      border-left: 1px solid #fff; }
      footer .wrap .right .footer-nav-bottom ul li:first-child {
        padding-left: 0;
        margin-left: 0;
        border: none; }
      footer .wrap .right .footer-nav-bottom ul li a {
        color: #fff;
        font-size: 12px;
        text-decoration: none; }
  footer .wrap .right .footer-nav-bottom p {
    text-align: center; }
    footer .wrap .right .footer-nav-bottom p a {
      font-size: 14px;
      color: #fff;
      border: 1px solid #fff;
      border-radius: 3px;
      display: block;
      text-decoration: none; }
      footer .wrap .right .footer-nav-bottom p a span {
        background: url("../../cmn/img/shop-icon.png") no-repeat left center;
        background-size: 19px;
        display: inline-block;
        padding: 18px 0 18px 30px; }
  footer .wrap .right .copy {
    font-size: 9px;
    text-align: center;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 30px; } }
@media screen and (max-width: 767px) and (min-width: 360px) {
  footer .wrap .right {
    max-width: 345px;
    margin: 0 auto; }
    footer .wrap .right .footer-nav-top .first {
      width: auto; }
    footer .wrap .right .footer-nav-top .second {
      width: auto;
      padding: 0 9%; }
    footer .wrap .right .footer-nav-top .third {
      width: auto; }
    footer .wrap .right .footer-nav-top .float-area {
      padding-top: 0px;
      padding-bottom: 0px;
      margin-bottom: 0;
      border-bottom: none;
      padding-left: 9%;
      width: 27%;
      float: left; }
      footer .wrap .right .footer-nav-top .float-area li {
        float: none;
        padding-bottom: 32px;
        padding-left: 0px; }
        footer .wrap .right .footer-nav-top .float-area li:first-child {
          padding-left: 0; }
    footer .wrap .right .footer-nav-bottom ul {
      border-top: 1px solid #c6dbe3;
      padding-top: 24px;
      padding-bottom: 24px;
      margin-top: 10px;
      padding-left: 4%; }
      footer .wrap .right .footer-nav-bottom ul li {
        padding-left: 5%;
        margin-left: 5%; } }
@media screen and (max-width: 767px) {
  #simple-footer .wrap .left {
    padding: 30px 0px 0px;
    text-align: center; }
    #simple-footer .wrap .left ul {
      margin-bottom: 30px; }
  #simple-footer .wrap .right {
    max-width: 335px;
    margin: 0 auto; }
    #simple-footer .wrap .right .footer-nav-bottom {
      max-width: 230px;
      margin: 0 auto; }
      #simple-footer .wrap .right .footer-nav-bottom ul {
        border: none;
        max-width: 220px; } }
@media screen and (max-width: 767px) and (max-width: 320px) {
  #simple-footer .wrap .right {
    max-width: 190px; } }
@media screen and (max-width: 767px) {
  #simple-footer .wrap .right .copy {
    padding-top: 20px; } }
/*特殊*/
/*PC*/
@media screen and (min-width: 768px) {
  main #main-img {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    main #main-img .scroll a {
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 20px;
      text-align: center; }
      main #main-img .scroll a .pc-item {
        display: inline-block; }
    main #main-img .main-txt {
      position: absolute;
      left: 50%;
      margin-left: -238px;
      top: 45%; }
  main #contents {
    padding-top: 100px; }
    main #contents .two-column {
      max-width: 1000px;
      padding: 0 20px;
      margin: 0 auto 72px; }
      main #contents .two-column ul li {
        float: left;
        text-align: center;
        width: 48%; }
        main #contents .two-column ul li a {
          overflow: hidden;
          position: relative;
          z-index: 1;
          display: block;
          border-radius: 10px; }
          main #contents .two-column ul li a img {
            max-width: 480px;
            height: auto;
            width: 100%;
            -moz-transition: -moz-transform 0.5s linear;
            -webkit-transition: -webkit-transform 0.5s linear;
            -o-transition: -o-transform 0.5s linear;
            -ms-transition: -ms-transform 0.5s linear;
            transition: transform 0.5s linear; }
            main #contents .two-column ul li a img:hover {
              -webkit-transform: scale(1.2);
              -moz-transform: scale(1.2);
              -o-transform: scale(1.2);
              -ms-transform: scale(1.2);
              transform: scale(1.2); }
        main #contents .two-column ul li:first-child {
          margin-right: 4%; }
        main #contents .two-column ul li .tlt {
          font-size: 3.0rem;
          line-height: 1;
          padding-top: 40px;
          padding-bottom: 20px;
          letter-spacing: 0.8px; }
          main #contents .two-column ul li .tlt .l88 {
            background: url("../../cmn/img/bottom-line88.png") no-repeat bottom center; }
          main #contents .two-column ul li .tlt .l74 {
            background: url("../../cmn/img/bottom-line74.png") no-repeat bottom center; }
          main #contents .two-column ul li .tlt .l122 {
            background: url("../../cmn/img/bottom-line122.png") no-repeat bottom center; }
        main #contents .two-column ul li .small {
          font-size: 1.8rem; }
          main #contents .two-column ul li .small span, main #contents .two-column ul li .small a {
            padding-bottom: 17px !important; }
        main #contents .two-column ul li .txt {
          line-height: 1.8;
          font-size: 1.4rem;
          padding-top: 24px; }
    main #contents .three-column {
      max-width: 1000px;
      padding: 0 20px;
      margin: 0 auto;
      padding-bottom: 96px; }
      main #contents .three-column ul li {
        width: 31%;
        float: left;
        margin-left: 3.5%;
        text-align: center; }
        main #contents .three-column ul li a {
          display: block;
          overflow: hidden;
          position: relative;
          z-index: 1;
          border-radius: 10px; }
          main #contents .three-column ul li a img {
            max-width: 310px;
            width: 100%;
            height: auto;
            -moz-transition: -moz-transform 0.5s linear;
            -webkit-transition: -webkit-transform 0.5s linear;
            -o-transition: -o-transform 0.5s linear;
            -ms-transition: -ms-transform 0.5s linear;
            transition: transform 0.5s linear; }
            main #contents .three-column ul li a img:hover {
              -webkit-transform: scale(1.2);
              -moz-transform: scale(1.2);
              -o-transform: scale(1.2);
              -ms-transform: scale(1.2);
              transform: scale(1.2); }
        main #contents .three-column ul li .border {
          border: 1px solid #e9e9e9; }
        main #contents .three-column ul li span img {
          max-width: 310px;
          width: 100%;
          height: auto;
          border-radius: 10px; }
        main #contents .three-column ul li:first-child {
          margin-left: 0; }
        main #contents .three-column ul li .tlt {
          font-size: 2.2rem;
          line-height: 1;
          padding-top: 40px;
          padding-bottom: 17px;
          letter-spacing: 0.8px; }
        main #contents .three-column ul li .txt {
          line-height: 1.8;
          font-size: 1.4rem;
          padding-top: 24px; }
          main #contents .three-column ul li .txt span {
            font-size: 1.2rem; }
        main #contents .three-column ul li .blank {
          background: url("../img/blank.png") no-repeat 80% 70%;
          background-size: 14px; }
        main #contents .three-column ul li .blank-second {
          background: url("../img/blank.png") no-repeat 88% 70%;
          background-size: 14px; }
      main #contents .three-column.another ul {
        margin: 0 17.25%; }
        main #contents .three-column.another ul li {
          width: 47.328244%; }
          main #contents .three-column.another ul li:last-child {
            margin-left: 5.343512%; }
    main #contents .news {
      max-width: 1000px;
      margin: 0px auto 100px;
      padding: 60px 0 40px;
      border: 1px solid #aacbd7;
      box-sizing: border-box;
      border-radius: 8px; }
      main #contents .news .left {
        width: 13%;
        float: left;
        text-align: center;
        margin: 0 9% 0 6%; }
        main #contents .news .left .tlt {
          font-size: 2.2rem;
          padding-bottom: 14px;
          letter-spacing: 0.8px; }
          main #contents .news .left .tlt span {
            background: url("../../cmn/img/news-line.png") no-repeat bottom center;
            padding-bottom: 19px; }
        main #contents .news .left .link {
          display: block;
          color: #488095;
          border-radius: 4px;
          padding: 10px 0;
          border: 1px solid #8cb1be;
          font-size: 1.2rem;
          margin-top: 33px;
          width: 100%;
          text-decoration: none; }
          main #contents .news .left .link:hover {
            background: #e8f2f6; }
          main #contents .news .left .link span {
            background: url("../img/arrow.png") no-repeat right center;
            background-size: 23px;
            padding-right: 30px; }
      main #contents .news .right {
        width: 66%;
        float: left;
        line-height: 1; }
        main #contents .news .right ul {
          margin-top: -7px; }
          main #contents .news .right ul li {
            margin-bottom: 12px;
            line-height: 2; }
            main #contents .news .right ul li .day {
              font-size: 1.4rem;
              color: #9e9898;
              padding-right: 4.5%;
              display: inline-block;
              float: left;
              width: 8.5%; }
            main #contents .news .right ul li a {
              text-decoration: underline;
              color: #595757;
              display: inline-block;
              float: left;
              width: 87%; }
              main #contents .news .right ul li a .tlt {
                font-size: 1.4rem;
                word-wrap: break-word; }
              main #contents .news .right ul li a:hover {
                text-decoration: none; }
          main #contents .news .right ul .pdf a .tlt {
            background: url("../../cmn/img/icon-pdf.png") no-repeat right center;
            background-size: 25px;
            padding-right: 30px;
            word-wrap: break-word; } }
@media screen and (min-width: 768px) and (max-width: 1079px) {
  main #contents .news .left {
    width: 15%;
    margin-right: 7.4%; }
    main #contents .news .left .sub span {
      padding-left: 40px; }
      main #contents .news .left .sub span:after {
        content: "";
        background: url("../img/sub-txt-img.png") no-repeat right center;
        padding-right: 40px; } }
/*SP*/
@media screen and (max-width: 767px) {
  main #main-img {
    position: relative;
    width: 100vw;
    height: auto;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    main #main-img .scroll {
      position: absolute;
      left: 50%;
      margin-left: -28px;
      bottom: 10px; }
      main #main-img .scroll a img {
        width: 56px;
        height: auto; }
  main .main-txt {
    padding: 0 20px; }
    main .main-txt img {
      width: 100%;
      height: auto; }
  main #contents {
    padding-top: 50px; }
    main #contents .two-column, main #contents .three-column {
      padding: 0 20px; }
    main #contents .two-column ul li, main #contents .three-column ul li {
      text-align: center; }
    main #contents .two-column ul li a img, main #contents .three-column ul li a img {
      width: 100%;
      height: auto; }
    main #contents .two-column ul li .border img, main #contents .three-column ul li .border img {
      border: 1px solid #e9e9e9; }
    main #contents .two-column ul li span img, main #contents .three-column ul li span img {
      width: 100%;
      height: auto; }
    main #contents .two-column ul li .tlt, main #contents .three-column ul li .tlt {
      font-size: 2.2rem;
      line-height: 1;
      margin-top: 25px; }
    main #contents .two-column ul li .tlt span, main #contents .three-column ul li .tlt span {
      background: url("../../cmn/img/sp-sub-txt-img01.png") no-repeat bottom center;
      padding-bottom: 15px;
      background-size: 90% 1px;
      letter-spacing: 0.8px; }
    main #contents .two-column ul li .tlt a, main #contents .three-column ul li .tlt a {
      background: url("../../cmn/img/sp-sub-txt-img01.png") no-repeat bottom center;
      padding-bottom: 15px;
      background-size: 90% 1px;
      text-decoration: none;
      color: #595757;
      letter-spacing: 0.8px; }
    main #contents .two-column ul li .tlt .short-line, main #contents .three-column ul li .tlt .short-line {
      background: url("../../cmn/img/sp-sub-txt-img02.png") no-repeat bottom center;
      padding-bottom: 15px;
      background-size: 90% 1px; }
    main #contents .two-column ul li .blank i, main #contents .three-column ul li .blank i, main #contents .two-column ul li .blank-second i, main #contents .three-column ul li .blank-second i {
      background: url("/wp-content/themes/daikou_template/cmn/img/blank.png") no-repeat 90% bottom;
      background-size: 14px;
      display: inline-block;
      width: 14px;
      height: 12px;
      padding-left: 10px; }
    main #contents .two-column ul li .txt, main #contents .three-column ul li .txt {
      font-size: 1.2rem;
      margin-top: 30px;
      line-height: 1.5;
      margin-bottom: 30px; }
    main #contents .top-column ul li {
      padding-bottom: 65px; }
    main #contents .news {
      border: 1px solid #aacbd7;
      margin: 0 20px 35px;
      padding: 30px 0;
      border-radius: 6px; }
      main #contents .news .left {
        text-align: center; }
        main #contents .news .left .tlt {
          font-size: 2.2rem; }
          main #contents .news .left .tlt span {
            background: url("../../cmn/img/sp-sub-txt-img02.png") no-repeat bottom center;
            padding-bottom: 15px;
            background-size: 90% 1px; }
        main #contents .news .left .link {
          display: block;
          text-decoration: none;
          color: #488095;
          border: 1px solid #aacbd7;
          border-radius: 3px;
          margin: 50px auto 30px;
          font-size: 1.0rem;
          padding: 10px 0;
          max-width: 120px; }
          main #contents .news .left .link span {
            background: url("../img/right-arrow.png") no-repeat right center;
            background-size: 23px;
            padding-right: 36px; }
      main #contents .news .right {
        margin: 0 20px;
        border-top: 1px dotted #cccccc; }
        main #contents .news .right ul li {
          padding: 20px 0 16px;
          border-bottom: 1px dotted #cccccc; }
          main #contents .news .right ul li .day {
            display: block;
            color: #9e9898;
            font-size: 1.2rem;
            padding-bottom: 6px; }
          main #contents .news .right ul li a {
            text-decoration: underline;
            color: #595757; }
            main #contents .news .right ul li a .tlt {
              font-size: 1.2rem;
              line-height: 2;
              word-wrap: break-word; }
        main #contents .news .right ul .pdf a {
          background: url("../../cmn/img/icon-pdf.png") no-repeat right center;
          background-size: 25px;
          padding: 2px 30px 2px 0;
          word-wrap: break-word; } }
/*特殊*/
@media screen and (min-width: 568px) and (max-width: 767px) {
  main #main-img {
    height: 300px !important; } }
@media screen and (max-width: 767px) {
  header nav .sp-nav-wrap .no-border {
    border-bottom: none; }
    header nav .sp-nav-wrap .no-border .last {
      padding: 0;
      margin-bottom: 0px; }
      header nav .sp-nav-wrap .no-border .last li {
        padding: 0 0 20px 0;
        border: none; }
        header nav .sp-nav-wrap .no-border .last li:last-child {
          padding-top: 20px;
          padding-bottom: 0; }

  footer .wrap .right .footer-nav-bottom {
    border-top: 1px solid #c6dbe3;
    border-bottom: 1px solid #c6dbe3; }
    footer .wrap .right .footer-nav-bottom ul {
      border-top: none;
      margin-top: 0;
      padding-top: 20px;
      padding-bottom: 20px; }
  footer .wrap .right .bottom {
    text-align: center; }
    footer .wrap .right .bottom a {
      text-decoration: none;
      padding-top: 20px;
      display: inline-block;
      color: #fff;
      font-size: 12px; } }

