@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP|Noto+Serif+JP|Barlow+Condensed");
/* ==========================================================================
Foundation
========================================================================== */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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, sup, 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; }

body {
  line-height: 1; }

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

ol, ul {
  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; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0; }

*, *::before, *::after {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  background: url(../img/common/bodyBg.jpg) #f7f4eb;
  color: #222;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "Noto Sans JP", sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  min-width: 1000px; }

img,
img[src$=".svg"],
svg {
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600; }

h1 {
  font-size: 2.8rem; }
h2 {
  font-size: 2.6rem; }
h3 {
  font-size: 2.4rem; }
h4 {
  font-size: 2.2rem; }
h5 {
  font-size: 2.0rem; }
h6 {
  font-size: 1.8rem; }

h1, h2, h3, h4, h5, h6,
ul, ol, li,
a,
figcaption,
small {
  line-height: 1.25; }

cite,
em {
  font-style: normal; }

::-moz-selection {
  background-color: #999999;
  color: #fff; }

::selection {
  background-color: #999999;
  color: #fff; }

*,
::before,
::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

a {
  color: currentColor;
  -webkit-tap-highlight-color: transparent; }

input, select, button {
  background: transparent;
  border: 0;
  font-size: 100%; }

input:not([type=file]):not([type=range]):not([type=color]),
select {
  border: 1px solid #eee;
  height: 2em;
  padding: 0 .5em;
  width: 100%; }

/* ==========================================================================
Layout
========================================================================== */
/*--------------------
	lto-header
--------------------*/
/*--------------------
	lto-footer
--------------------*/
.lto-footer_inner {
  margin: 0 auto;
  width: 1000px; }

.lto-footer_nav{
  font-family: 'Barlow Condensed', "Noto Sans JP", sans-serif;
}
.lto-footer_nav-head {
  background: #ec6101;
  color: #fff;
  padding: .5em;
  text-align: center; }

.lto-footer_nav-content {
  background: #a43d0a; }

.lto-footer_nav-list li a {
  align-items: center;
  background: linear-gradient(to top, #be4401 0%, #ec6101 69%, #f97500 94%);
  color: #fff;
  display: flex;
  font-weight: 900;
  height: 100%;
  height: 3.5em;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none; }
  .lto-footer_nav-list li a:hover {
    background: linear-gradient(to top, #f68200 0%, #fb9926 69%, #fe9e26 94%); }
  .lto-footer_nav-list li a::before, .lto-footer_nav-list li a::after {
    border-color: transparent transparent transparent currentColor;
    border-style: solid;
    border-width: .35em 0 .35em .5em;
    display: inline-block;
    height: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0; }

.lto-footer_company {
  margin: 0 auto;
  width: 1000px; }
  .lto-footer_company-logo, .lto-footer_company-copy {
    margin: 10px; }
  .lto-footer_company-logo {
    text-align: center; }
  .lto-footer_company-copy {
    font-size: 1.2rem; }

  .lto-footer-content {
    padding: 20px; }
  .lto-footer_nav-head {
    font-size: 2.6rem; }
  .lto-footer_nav-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 10px 20px; }
    .lto-footer_nav-list li {
      flex-basis: calc((100% / 5) - 20px);
      margin: 10px; }
      .lto-footer_nav-list li a {
        border-radius: 1em;
        font-size: 2.4rem;
        justify-content: center;
        padding: 1em .5em 1em 1em; }
        .lto-footer_nav-list li a::before {
          content: "";
          left: .5em; }
  .lto-footer_company {
    align-items: center;
    display: flex; }

/*--------------------
	lto-main
--------------------*/
.lto-main{
  overflow: hidden;
}
.lto-main_inner {
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: 1000px; }

/* ==========================================================================
Object
========================================================================== */
/* Component
----------------------------------------------------------------- */
/* Project
----------------------------------------------------------------- */
.header{
  background: url(../img/lto/headerBg.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.line{
  background: url(../img/lto/line.png) 50% 50%;
  border: none;
  display: block;
  width: 100%;
  height: 52px;
  margin: 0;
  padding: 0;
}
.block .lto-main_inner{
  z-index: 1;
}
.block .lto-main_inner::before{
  background: url(../img/lto/object.png) no-repeat;
  content: "";
  display: block;
  width: 424px;
  height: 420px;
  position: absolute;
  top: 100px;
  z-index: -1;
}
.block1{
  background: #f6f2e8;
}
.block1 .lto-main_inner::before{
  right: -200px;
}
.block2{
  background: #eee7d2;
  padding-bottom: 30px;
}
.block2 .lto-main_inner::before{
  left: -200px;
}
/**
 * Project
**/
/* Utility
----------------------------------------------------------------- */
/**
 * Align
**/
/* text-align */
.u-align--l {
  text-align: left; }

.u-align--c {
  text-align: center; }

.u-align--r {
  text-align: right; }

/* vertical-align */
.u-valign--l {
  vertical-align: top; }

.u-valign--m {
  vertical-align: middle; }

.u-valign--b {
  vertical-align: bottom; }

/**
 * Clearfix
**/
.u-clearfix::after {
  content: " ";
  display: block;
  clear: both; }

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

@media screen and (max-width: 767px) {
  .u-display--pc {
    display: none; } }

/**
 * Font
**/
.u-font--sans {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "Noto Sans JP", sans-serif; }

.u-font--serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", serif; }

.u-font--bold {
  font-weight: 600; }

.u-font--light {
  font-weight: 200; }

.u-font--sml {
  font-size: .8em; }

.u-font--lrg {
  font-size: 1.2rem; }

/**
 * Margin
**/
.u-mg--0 {
  margin: 0px !important; }

.u-mg--5 {
  margin: 5px !important; }

.u-mg--10 {
  margin: 10px !important; }

.u-mg--15 {
  margin: 15px !important; }

.u-mg--20 {
  margin: 20px !important; }

.u-mg--25 {
  margin: 25px !important; }

.u-mg--30 {
  margin: 30px !important; }

.u-mg--35 {
  margin: 35px !important; }

.u-mg--40 {
  margin: 40px !important; }

.u-mg--45 {
  margin: 45px !important; }

.u-mg--50 {
  margin: 50px !important; }

/* margin-top */
.u-mgt--0 {
  margin-top: 0px !important; }

.u-mgt--5 {
  margin-top: 5px !important; }

.u-mgt--10 {
  margin-top: 10px !important; }

.u-mgt--15 {
  margin-top: 15px !important; }

.u-mgt--20 {
  margin-top: 20px !important; }

.u-mgt--25 {
  margin-top: 25px !important; }

.u-mgt--30 {
  margin-top: 30px !important; }

.u-mgt--35 {
  margin-top: 35px !important; }

.u-mgt--40 {
  margin-top: 40px !important; }

.u-mgt--45 {
  margin-top: 45px !important; }

.u-mgt--50 {
  margin-top: 50px !important; }

/* margin-right */
.u-mgr--0 {
  margin-right: 0px !important; }

.u-mgr--5 {
  margin-right: 5px !important; }

.u-mgr--10 {
  margin-right: 10px !important; }

.u-mgr--15 {
  margin-right: 15px !important; }

.u-mgr--20 {
  margin-right: 20px !important; }

.u-mgr--25 {
  margin-right: 25px !important; }

.u-mgr--30 {
  margin-right: 30px !important; }

.u-mgr--35 {
  margin-right: 35px !important; }

.u-mgr--40 {
  margin-right: 40px !important; }

.u-mgr--45 {
  margin-right: 45px !important; }

.u-mgr--50 {
  margin-right: 50px !important; }

/* margin-bottom */
.u-mgb--0 {
  margin-bottom: 0px !important; }

.u-mgb--5 {
  margin-bottom: 5px !important; }

.u-mgb--10 {
  margin-bottom: 10px !important; }

.u-mgb--15 {
  margin-bottom: 15px !important; }

.u-mgb--20 {
  margin-bottom: 20px !important; }

.u-mgb--25 {
  margin-bottom: 25px !important; }

.u-mgb--30 {
  margin-bottom: 30px !important; }

.u-mgb--35 {
  margin-bottom: 35px !important; }

.u-mgb--40 {
  margin-bottom: 40px !important; }

.u-mgb--45 {
  margin-bottom: 45px !important; }

.u-mgb--50 {
  margin-bottom: 50px !important; }

/* margin-left */
.u-mgl--0 {
  margin-left: 0px !important; }

.u-mgl--5 {
  margin-left: 5px !important; }

.u-mgl--10 {
  margin-left: 10px !important; }

.u-mgl--15 {
  margin-left: 15px !important; }

.u-mgl--20 {
  margin-left: 20px !important; }

.u-mgl--25 {
  margin-left: 25px !important; }

.u-mgl--30 {
  margin-left: 30px !important; }

.u-mgl--35 {
  margin-left: 35px !important; }

.u-mgl--40 {
  margin-left: 40px !important; }

.u-mgl--45 {
  margin-left: 45px !important; }

.u-mgl--50 {
  margin-left: 50px !important; }

/**
 * Padding
**/
.u-pd--0 {
  padding: 0px !important; }

.u-pd--5 {
  padding: 5px !important; }

.u-pd--10 {
  padding: 10px !important; }

.u-pd--15 {
  padding: 15px !important; }

.u-pd--20 {
  padding: 20px !important; }

.u-pd--25 {
  padding: 25px !important; }

.u-pd--30 {
  padding: 30px !important; }

.u-pd--35 {
  padding: 35px !important; }

.u-pd--40 {
  padding: 40px !important; }

.u-pd--45 {
  padding: 45px !important; }

.u-pd--50 {
  padding: 50px !important; }

/* padding-top */
.u-pdt--0 {
  padding-top: 0px !important; }

.u-pdt--5 {
  padding-top: 5px !important; }

.u-pdt--10 {
  padding-top: 10px !important; }

.u-pdt--15 {
  padding-top: 15px !important; }

.u-pdt--20 {
  padding-top: 20px !important; }

.u-pdt--25 {
  padding-top: 25px !important; }

.u-pdt--30 {
  padding-top: 30px !important; }

.u-pdt--35 {
  padding-top: 35px !important; }

.u-pdt--40 {
  padding-top: 40px !important; }

.u-pdt--45 {
  padding-top: 45px !important; }

.u-pdt--50 {
  padding-top: 50px !important; }

/* padding-right */
.u-pdr--0 {
  padding-right: 0px !important; }

.u-pdr--5 {
  padding-right: 5px !important; }

.u-pdr--10 {
  padding-right: 10px !important; }

.u-pdr--15 {
  padding-right: 15px !important; }

.u-pdr--20 {
  padding-right: 20px !important; }

.u-pdr--25 {
  padding-right: 25px !important; }

.u-pdr--30 {
  padding-right: 30px !important; }

.u-pdr--35 {
  padding-right: 35px !important; }

.u-pdr--40 {
  padding-right: 40px !important; }

.u-pdr--45 {
  padding-right: 45px !important; }

.u-pdr--50 {
  padding-right: 50px !important; }

/* padding-bottom */
.u-pdb--0 {
  padding-bottom: 0px !important; }

.u-pdb--5 {
  padding-bottom: 5px !important; }

.u-pdb--10 {
  padding-bottom: 10px !important; }

.u-pdb--15 {
  padding-bottom: 15px !important; }

.u-pdb--20 {
  padding-bottom: 20px !important; }

.u-pdb--25 {
  padding-bottom: 25px !important; }

.u-pdb--30 {
  padding-bottom: 30px !important; }

.u-pdb--35 {
  padding-bottom: 35px !important; }

.u-pdb--40 {
  padding-bottom: 40px !important; }

.u-pdb--45 {
  padding-bottom: 45px !important; }

.u-pdb--50 {
  padding-bottom: 50px !important; }

/* padding-left */
.u-pdl--0 {
  padding-left: 0px !important; }

.u-pdl--5 {
  padding-left: 5px !important; }

.u-pdl--10 {
  padding-left: 10px !important; }

.u-pdl--15 {
  padding-left: 15px !important; }

.u-pdl--20 {
  padding-left: 20px !important; }

.u-pdl--25 {
  padding-left: 25px !important; }

.u-pdl--30 {
  padding-left: 30px !important; }

.u-pdl--35 {
  padding-left: 35px !important; }

.u-pdl--40 {
  padding-left: 40px !important; }

.u-pdl--45 {
  padding-left: 45px !important; }

.u-pdl--50 {
  padding-left: 50px !important; }
