@charset "UTF-8";
/* fonts
----------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,500,700");
@import url("https://fonts.googleapis.com/earlyaccess/hannari.css");

@font-face {
  font-family: 'Mincho';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/hannari-sub.eot");
  src: url("../fonts/hannari-sub.eot?#iefix") format("embedded-opentype"), url("../fonts/hannari-sub.woff2") format("woff2"), url("../fonts/hannari-sub.woff") format("woff"), url("../fonts/hannari-sub.ttf") format("truetype");
}

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

ol,
ul {
  list-style: none;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

html {
  position: relative;
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  color: #000;
  position: relative;
  overflow: hidden;
  font-family: "EB Garamond", "Hannari", "Mincho", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 62.5%;
  font-weight: 400;
}

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

strong {
  font-weight: 700;
}

:-ms-clear {
  display: none;
}

img {
  width: 100%;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  height: auto;
}

svg {
  height: auto;
}

span {
  display: inline-block;
}

.menu-trigger {
  display: none;
  cursor: pointer;
  z-index: 100;
}

.menu-trigger,
.menu-trigger span {
  transition: all .2s;
  box-sizing: border-box;
}

.menu-trigger {
  width: 30px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #000;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 8px;
}

.menu-trigger span:nth-of-type(3) {
  top: 16px;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

body {
  min-width: 1280px;
}

a {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
  color: #000;
}

a.box {
  display: block;
  line-height: 50px;
  letter-spacing: .2em;
  text-align: center;
  border: solid 1px #000;
  position: relative;
  max-width: 300px;
  margin: 0 auto;
  background-color: #fff;
}

a.box:hover {
  background-color: #000;
  color: #fff;
}

a.box:hover:after {
  right: 4%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

a.box:after {
  transition: all .3s;
  content: '';
  position: absolute;
  top: 50%;
  right: 6%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

a.play {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
}

a.play:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

a.play:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 88px;
  height: 62px;
  background: url(../img/svg/youtube.svg) 50% 50% no-repeat;
  background-size: auto 100%;
}

main.contact {
  background-color: #f1f0ec;
}

header {
  width: 100%;
  background-color: #fff;
  position: relative;
  text-align: center;
  padding: 45px 0 0;
  z-index: 1000;
}

header.top {
  padding: 0;
  height: 68px;
}

header.top h1 {
  display: none;
}

header h1 {
  margin: 0 auto 20px;
}

header h1 a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

header h1 img {
  width: 242px;
}

nav {
  padding: 24px 0;
}

nav.active {
  left: 0;
}

nav>ul {
  width: 100%;
  letter-spacing: -.4em;
  text-align: center;
}

nav>ul>li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.8em;
  letter-spacing: .1em;
  line-height: 1em;
  margin: 0 20px;
  position: relative;
}

nav>ul>li a {
  display: block;
  position: relative;
}

nav>ul>li a:hover:after,
nav>ul>li a.active:after {
  width: calc(100% + 6px);
}

nav>ul>li a:after {
  transition: all .3s;
  content: '';
  width: 0;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: -5px;
  left: -3px;
  z-index: 100;
}

nav>ul>li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  min-width: 120px;
  background-color: #fff;
  padding: 24px 0 12px;
  z-index: 90;
}

nav>ul>li ul li {
  font-size: .833em;
  font-weight: 500;
  letter-spacing: .05em;
}

nav>ul>li ul li a {
  display: inline-block;
  line-height: 35px;
}

nav>ul>li ul li a:after {
  bottom: 4px;
}

nav>ul>li a.instagram-pc {
  width: 25px;
  height: auto;
  display: block;
}

nav>ul>li a.instagram-sp {
  display: none;
}

div.allwrap {
  min-width: 1280px;
}

div.fixnav {
  transition: all .6s;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: -110%;
  left: 0;
  text-align: center;
  z-index: 10000;
}

div.fixnav.on {
  top: 0;
}

div.parawrap {
  width: 100%;
  height: 518px;
  position: relative;
  overflow: hidden;
}

div.parawrap .inner {
  width: 100%;
  height: 120%;
  position: absolute;
  top: 0;
  left: 0;
}

div.parawrap .inner.about {
  background: url(../img/about/parallax.jpg) 50% 20% no-repeat;
  background-size: cover;
}

div.topics {
  width: 100%;
  padding: 110px 0 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

div.topics .bg {
  width: 100%;
  height: 120%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/topics/bg.jpg) 50% 10% no-repeat;
  background-size: cover;
}

div.topics .inner {
  width: 100%;
  max-width: 640px;
  background-color: #fff;
  padding: 50px 35px;
  position: relative;
  margin: 0 auto 20px;
}

div.topics ul {
  width: 100%;
  letter-spacing: -.4em;
}

div.topics ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 1.5em;
  letter-spacing: 0em;
  line-height: 1.76em;
  text-align: left;
  margin: 0 auto 25px;
  width: 85px;
}

div.topics ul li:nth-child(2n) {
  width: calc(100% - 85px);
}

div.photograph-container {
  width: 100%;
  height: 1950px;
  position: relative;
}

div.photograph-container .img {
  position: absolute;
}

div.photograph-container .img.img1 {
  width: 46%;
  height: 260px;
  background: url(../img/service/pht2.jpg) 50% 50% no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
}

div.photograph-container .img.img2 {
  width: 29.6%;
  height: 360px;
  background: url(../img/service/pht3.jpg) 50% 50% no-repeat;
  background-size: cover;
  top: 260px;
  left: 0;
}

div.photograph-container .img.img3 {
  width: 35.1%;
  height: 360px;
  background: url(../img/service/pht4.jpg) 50% 50% no-repeat;
  background-size: cover;
  top: 260px;
  left: 29.6%;
}

div.photograph-container .img.img4 {
  width: 35.3%;
  height: 360px;
  background: url(../img/service/pht5.jpg) 50% 50% no-repeat;
  background-size: cover;
  top: 260px;
  right: 0;
}

div.photograph-container .img.img5 {
  width: 50%;
  height: 475px;
  background: url(../img/service/pht6.jpg) 50% 0% no-repeat;
  background-size: cover;
  top: 620px;
  right: 0;
}

div.photograph-container .img.img6 {
  width: 21.4%;
  height: 215px;
  background: url(../img/service/pht7.jpg) 0 50% no-repeat;
  background-size: cover;
  top: 880px;
  left: 0;
}

div.photograph-container .img.img7 {
  width: 28.6%;
  height: 215px;
  background: url(../img/service/pht8.jpg) 100% 80% no-repeat;
  background-size: cover;
  top: 880px;
  left: 21.4%;
}

div.photograph-container .img.img8 {
  width: 25.7%;
  height: 310px;
  background: url(../img/service/pht9.jpg) 50% 100% no-repeat;
  background-size: cover;
  top: 1095px;
  left: 0;
}

div.photograph-container .img.img9 {
  width: 39.8%;
  height: 310px;
  background: url(../img/service/pht10.jpg) 0% 0% no-repeat;
  background-size: cover;
  top: 1095px;
  left: 25.7%;
}

div.photograph-container .img.img10 {
  width: 34.5%;
  height: 320px;
  background: url(../img/service/pht11.jpg) 50% 100% no-repeat;
  background-size: cover;
  top: 1310px;
  right: 0;
}

div.photograph-container .img.img11 {
  width: 41.4%;
  height: 245px;
  background: url(../img/service/pht12.jpg) 50% 20% no-repeat;
  background-size: cover;
  top: 1405px;
  left: 0;
}

div.photograph-container .img.img12 {
  width: 24.2%;
  height: 545px;
  background: url(../img/service/pht13.jpg) 50% 50% no-repeat;
  background-size: cover;
  top: 1405px;
  left: 41.4%;
}

div.photograph-container .img.img13 {
  width: 34.4%;
  height: 320px;
  background: url(../img/service/pht14.jpg) 50% 0% no-repeat;
  background-size: cover;
  top: 1630px;
  right: 0;
}

div.photograph-container article {
  padding: 85px 0 0;
  background-color: #fff;
  text-align: center;
  position: absolute;
  height: 300px;
  z-index: 100;
}

div.photograph-container article.txt1 {
  width: 53.9%;
  top: 0;
  right: 0;
}

div.photograph-container article.txt2 {
  width: 53.9%;
  top: 580px;
  left: 0;
}

div.photograph-container article.txt3 {
  width: 53.9%;
  top: 1034px;
  right: 0;
}

div.photograph-container article.txt4 {
  width: 53.9%;
  bottom: 0;
  left: 0;
}

div.photograph-container article h3 {
  display: block;
  text-align: left;
  width: 450px;
  font-size: 3.0em;
  line-height: 1em;
  margin: 0 auto 20px;
}

div.photograph-container article p {
  display: inline-block;
  text-align: left;
  width: 450px;
  font-size: 1.5em;
  line-height: 1.76em;
}

div.movie-container {
  width: 100%;
  height: 1060px;
  position: relative;
}

div.movie-container .img {
  position: absolute;
}

div.movie-container .img.img1 {
  width: 46%;
  height: 243px;
  background: url(../img/service/mov2.jpg) 50% 50% no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
}

div.movie-container .img.img2 {
  width: 23.4%;
  height: 231px;
  background: url(../img/service/mov3.jpg) 50% 50% no-repeat;
  background-size: cover;
  top: 243px;
  left: 0;
}

div.movie-container .img.img3 {
  width: 22.6%;
  height: 231px;
  background: url(../img/service/mov4.jpg) 50% 20% no-repeat;
  background-size: cover;
  top: 243px;
  left: 23.4%;
}

div.movie-container .img.img4 {
  width: 26.9%;
  height: 480px;
  background: url(../img/service/mov5.jpg) right 10% no-repeat;
  background-size: cover;
  top: 210px;
  left: 46%;
}

div.movie-container .img.img5 {
  width: 27.1%;
  height: 310px;
  background: url(../img/service/mov6.jpg) 50% 0% no-repeat;
  background-size: cover;
  top: 210px;
  right: 0;
}

div.movie-container .img.img6 {
  width: 27.1%;
  height: 170px;
  background: url(../img/service/mov7.jpg) 50% 50% no-repeat;
  background-size: cover;
  top: 520px;
  right: 0;
}

div.movie-container .img.img7 {
  width: 37.5%;
  height: 370px;
  background: url(../img/service/mov8.jpg) 50% 50% no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
}

div.movie-container .img.img8 {
  width: 62.5%;
  height: 370px;
  background: url(../img/service/mov9.jpg) 50% 50% no-repeat;
  background-size: cover;
  bottom: 0;
  right: 0;
}

div.movie-container article {
  padding: 75px 0 0;
  background-color: #fff;
  text-align: center;
  position: absolute;
  height: 274px;
  z-index: 100;
}

div.movie-container article.txt1 {
  width: 54%;
  top: 0;
  right: 0;
}

div.movie-container article.txt2 {
  width: 46.1%;
  top: 474px;
  left: 0;
}

div.movie-container article.txt2 h3,
div.movie-container article.txt2 p {
  width: 400px;
}

div.movie-container article h3 {
  display: block;
  text-align: left;
  width: 450px;
  font-size: 3.0em;
  line-height: 1em;
  margin: 0 auto 20px;
}

div.movie-container article p {
  display: inline-block;
  text-align: left;
  width: 450px;
  font-size: 1.5em;
  line-height: 1.76em;
}

div.abmhalf {
  width: 100%;
  height: 426px;
  letter-spacing: -.4em;
  margin: 0 auto 50px;
}

div.abmhalf div {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0em;
  width: 50%;
  height: 426px;
}

div.abmhalf div:first-child {
  background: url(../img/service/abm2.jpg) 50% 50% no-repeat;
  background-size: cover;
}

div.abmhalf div:last-child {
  background: url(../img/service/abm3.jpg) 50% 50% no-repeat;
  background-size: cover;
}

div.album-container {
  width: 100%;
  max-width: 1200px;
  letter-spacing: -.4em;
  margin: 0 auto 60px;
}

div.album-container div {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0em;
  width: 50%;
}

div.album-container div h3 {
  font-size: 2.4em;
  letter-spacing: .275em;
  line-height: 1.4em;
  margin: 0 auto 35px;
}

div.album-container div h3 span {
  display: block;
  font-size: .7em;
  letter-spacing: 0em;
}

div.album-container div p {
  text-align: left;
  font-size: 1.5em;
  line-height: 1.76em;
}

div.album-container div p.copy {
  text-align: center;
  font-size: 2.4em;
  margin: 0 auto 15px;
  letter-spacing: -.05em;
}

div.album-container div:first-child img {
  margin: 0 auto 20px;
}

div.album-container div:last-child {
  padding: 0 60px;
  text-align: center;
}

div.album-container div:last-child img {
  margin: 0 auto 50px;
}

div.service-contact {
  width: 100%;
  background-color: #f1f0ec;
  padding: 140px 0 0;
  text-align: center;
}

div.service-contact p {
  font-size: 1.7em;
  margin: 0 auto 45px;
}

div.service-contact p:last-child {
  font-size: 1.5em;
  margin: 0 auto;
}

div.toploader {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 21000;
}

div.sptop {
  display: none;
}

section.topimg {
  width: 100%;
  height: 100% !important;
  position: relative;
  overflow: hidden;
}

section.topimg h1 {
  display: none;
  width: 60%;
  max-width: 250px;
  position: absolute;
  top: 60%;
  left: 15%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 23000;

}

section.topimg .movie {
  overflow: hidden;
  z-index: 1;
}

section.topimg .movie video {
  object-fit: contain;
  width: 100%;
  height: 100%;

}

section.philosophy {
  width: 100%;
  height: 840px;
  border: solid 20px #fff;
  position: relative;
  overflow: hidden;
  margin: 0 auto 8px;
}

section.philosophy .bg {
  width: 100%;
  height: 120%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/top/philosophy.jpg) 50% 50% no-repeat;
  background-size: cover;
}

section.philosophy .inner {
  position: absolute;
  top: 50px;
  left: 30px;
  width: 100%;
  max-width: 350px;
  color: #fff;
}

section.philosophy h2 {
  font-size: 3.0em;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1em;
  margin: 0 auto 40px;
  text-align: center;
}

section.philosophy p {
  font-size: 1.5em;
  line-height: 2.0em;
  text-align: justify;
  text-shadow: 0.1px 0.1px 0.2px #fff;
}

section.about {
  width: 100%;
  height: 570px;
  position: relative;
}

section.about .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

section.about .bg .bginner {
  width: 100%;
  height: 120%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/top/about.jpg) 50% 100% no-repeat;
  background-size: cover;
}

section.about .inner {
  width: 100%;
  max-width: 400px;
  background-color: #fff;
  position: absolute;
  bottom: -26px;
  right: 26px;
  padding: 40px 25px 30px;
}

section.about h2 {
  font-size: 3.0em;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1em;
  margin: 0 auto 40px;
  text-align: center;
}

section.about p {
  font-size: 1.5em;
  line-height: 2.0em;
  text-align: justify;
  margin: 0 auto 30px;
}

section.about p:last-child {
  margin: 0 auto;
}

section.service {
  width: 100%;
  background-color: #f1f0ec;
  text-align: center;
  padding: 80px 20px 50px;
}

section.service h2 {
  font-size: 3.0em;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1em;
  margin: 0 auto 35px;
}

section.service ul {
  width: 100%;
  letter-spacing: -.4em;
}

section.service ul li {
  display: inline-block;
  width: 32.5%;
  height: 467px;
  margin: 0 1.25% 0 0;
  position: relative;
  font-size: 3.0em;
  font-weight: 500;
  letter-spacing: .05em;
}

section.service ul li:first-child {
  background: url(../img/top/service1.jpg) 50% 50% no-repeat;
  background-size: cover;
}

section.service ul li:nth-child(2) {
  background: url(../img/top/service2.jpg) 50% 50% no-repeat;
  background-size: cover;
}

section.service ul li:last-child {
  background: url(../img/top/service3.jpg) 30% 50% no-repeat;
  background-size: cover;
  margin: 0;
}

section.service ul li a {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  line-height: 90px;
  background-color: #fff;
  width: 100%;
  max-width: 300px;
}

section.service ul li a:hover {
  background-color: #000;
  color: #fff;
}

section.service ul li a:hover:after {
  right: 4%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

section.service ul li a:after {
  transition: all .3s;
  content: '';
  position: absolute;
  top: 50%;
  right: 6%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

section.special-mov {
  width: 100%;
  background-color: #f1f0ec;
  text-align: center;
  padding: 80px 20px 50px;
}

section.special-mov h2 {
  font-size: 3.0em;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1em;
  margin: 0 auto 35px;
}

section.special-mov .mov {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

section.special-mov .mov a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

section.special-mov .mov .inner {
  width: 100%;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

section.special-mov .mov .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.about-top {
  width: 100%;
  height: 750px;
  position: relative;
  text-align: center;
  overflow: hidden;
}

section.about-top .bg {
  width: 100%;
  height: 120%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/about/topimg.jpg) 50% 10% no-repeat;
  background-size: cover;
}

section.about-top .inner {
  width: 100%;
  max-width: 530px;
  position: absolute;
  top: 50%;
  right: 3.5%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: rgba(255, 255, 255, 0.85);
  padding: 65px 0;
}

section.about-top h2 {
  font-size: 5.0em;
  letter-spacing: .05em;
  line-height: 1em;
  padding: 0 0 30px;
  margin: 0 auto 35px;
  position: relative;
}

section.about-top h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 66px;
  height: 1px;
  background-color: #666;
}

section.about-top p {
  font-size: 1.7em;
  line-height: 2.0em;
}

section.company-profile {
  width: 100%;
  text-align: center;
  padding: 85px 0 75px;
  letter-spacing: -.4em;
}

section.company-profile h2 {
  font-size: 3.0em;
  letter-spacing: .05em;
  line-height: 1em;
  margin: 0 auto 80px;
}

section.company-profile p {
  font-size: 1.5em;
  line-height: 1.76em;
  margin: 0 auto 22px;
  text-align: left;
}

section.company-profile p:last-child {
  margin: 0 auto;
}

section.company-profile p span {
  display: block;
  color: #4d4d4d;
}

section.company-profile div {
  letter-spacing: 0em;
  display: inline-block;
  vertical-align: top;
}

section.company-profile div:first-of-type {
  width: 410px;
}

section.company-profile div:last-of-type p {
  line-height: 1.9em;
}

section.access {
  width: 100%;
  text-align: center;
  padding: 85px 0 75px;
  letter-spacing: -.4em;
}

section.access h2 {
  font-size: 3.0em;
  letter-spacing: .05em;
  line-height: 1em;
  margin: 0 auto 80px;
}

section.access h3 {
  font-size: 1.5em;
  letter-spacing: .05em;
  line-height: 1.76em;
  margin: 0 auto;
}

section.access h4 {
  width: 88px;
  font-size: 1.5em;
  letter-spacing: .05em;
  line-height: 1.76em;
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: solid 1px #999999;
  text-align: left;
}

section.access p {
  font-size: 1.5em;
  line-height: 1.76em;
  margin: 0 auto 30px;
  text-align: left;
}

section.access p:last-child {
  margin: 0 auto;
}

section.access div.sphalf {
  display: block;
  margin: 0 auto 25px;
}

section.access div.half {
  letter-spacing: 0em;
  display: inline-block;
  vertical-align: top;
  width: 882px;
}

section.access div.half:first-of-type {
  width: 170px;
}

section.access div.half:first-of-type h3 {
  text-align: left;
  margin: 0 auto 30px;
}

section.access div.half:last-of-type h3 {
  padding: 0 20% 0 0;
}

section.about-recruit {
  width: 100%;
  background-color: #f1f0ec;
  padding: 70px 0 0;
  text-align: center;
}

section.about-recruit h2 {
  font-size: 3.0em;
  letter-spacing: .05em;
  line-height: 1em;
  margin: 0 auto 40px;
}

section.about-recruit p {
  font-size: 1.7em;
  margin: 0 auto 45px;
}

section.about-recruit p:last-child {
  font-size: 1.5em;
  margin: 0 auto;
}

section.contact {
  width: 100%;
  padding: 110px 0 150px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #f1f0ec;
}

section.contact:after {
  content: '';
  width: 100%;
  max-width: 880px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #666;
}

section.contact h2 {
  width: 100%;
  max-width: 680px;
  font-size: 3.0em;
  letter-spacing: .05em;
  line-height: 1em;
  padding: 0 0 10px;
  margin: 0 auto 10px;
  border-bottom: solid 1px #666;
  position: relative;
}

section.contact p {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.76em;
  margin: 0 auto 45px;
}

section.contact p:last-child {
  margin: 0 auto;
}

section.contact table {
  margin: 0 auto 40px;
}

section.contact table td p {
  font-size: .8em;
  text-align: left;
}

section.contact table td p a {
  display: inline-block;
  border-bottom: solid 1px #000;
}

section.contact table td p a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

section.contact .inner {
  width: 100%;
  max-width: 680px;
  padding: 10px 35px 55px;
  position: relative;
  margin: 0 auto;
}

section.recruit {
  width: 100%;
  padding: 150px 0 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #f1f0ec;
}

section.recruit h2 {
  width: 100%;
  max-width: 680px;
  font-size: 3.0em;
  letter-spacing: .05em;
  line-height: 1em;
  padding: 0 0 10px;
  margin: 0 auto 20px;
  border-bottom: solid 1px #666;
  position: relative;
}

section.recruit p {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.76em;
  margin: 0 auto 45px;
}

section.recruit p:last-child {
  margin: 0 auto;
}

section.recruit p.send {
  margin: 0 auto 90px;
}

section.recruit table {
  margin: 0 auto 40px;
}

section.recruit table td p {
  font-size: .8em;
  text-align: left;
}

section.recruit table td p a {
  display: inline-block;
  border-bottom: solid 1px #000;
}

section.recruit table td p a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

section.recruit .inner {
  width: 100%;
  max-width: 680px;
  padding: 0 35px 55px;
  position: relative;
  margin: 0 auto;
}

section.recruit section.mailing {
  width: 100%;
  border: solid 1px #cccccc;
  padding: 45px 0 30px;
  position: relative;
}

section.recruit section.mailing h3 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 1.8em;
  line-height: 1em;
  background-color: #f1f0ec;
  padding: 0 5px;
  display: inline-block;
}

section.recruit section.mailing p {
  margin: 0 auto 25px;
}

section.recruit section.mailing p:last-child {
  margin: 0 auto;
}

section.service-top {
  width: 100%;
  height: 750px;
  position: relative;
  text-align: center;
  overflow: hidden;
  margin: 0 auto 35px;
}

section.service-top .bg {
  width: 100%;
  height: 120%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/service/topimg.jpg) 50% top no-repeat;
  background-size: cover;
}

section.service-top .inner {
  width: 100%;
  max-width: 400px;
  position: absolute;
  top: 50px;
  left: 4.6%;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 65px 0;
}

section.service-top h2 {
  font-size: 5.0em;
  letter-spacing: .05em;
  line-height: 1em;
  padding: 0 0 30px;
  margin: 0 auto 35px;
  position: relative;
}

section.service-top h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 66px;
  height: 1px;
  background-color: #000;
}

section.service-top p {
  font-size: 1.7em;
  line-height: 2.0em;
}

section.photograph {
  width: 100%;
  height: 710px;
  border: solid 25px #fff;
  position: relative;
  overflow: hidden;
}

section.photograph .bg {
  width: 100%;
  height: 120%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/service/pht1.jpg) 50% 50% no-repeat;
  background-size: cover;
}

section.photograph .inner {
  width: 100%;
  max-width: 400px;
  position: absolute;
  top: 50%;
  left: 3%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #333333;
  padding: 45px 25px 35px;
  color: #fff;
  text-align: center;
}

section.photograph h2 {
  font-size: 5.0em;
  letter-spacing: .05em;
  line-height: 1em;
  padding: 0 0 20px;
  margin: 0 auto 20px;
  position: relative;
  border-bottom: solid 1px #666666;
}

section.photograph p {
  font-size: 1.5em;
  line-height: 2.0em;
  text-align: justify;
  text-shadow: 0.1px 0.1px 0.2px #fff;
}

section.photograph p.copy {
  font-size: 2.4em;
  text-shadow: 0px 0px 0px #fff;
  text-align: center;
  line-height: 1.58em;
  margin: 0 auto 15px;
}

section.gallery {
  width: 100%;
  padding: 90px 0 140px;
  text-align: center;
}

section.gallery h3 {
  font-size: 3.0em;
  line-height: 1em;
  margin: 0 auto 60px;
}

section.gallery ul {
  width: 100%;
  max-width: 1080px;
  letter-spacing: -.4em;
  margin: 0 auto;
}

section.gallery ul li {
  letter-spacing: 0em;
  display: inline-block;
  vertical-align: top;
  width: 32.5%;
  margin: 0 1.25% 0 0;
}

section.gallery ul li:last-child {
  margin: 0;
}

section.gallery ul li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

section.movie {
  width: 100%;
  height: 710px;
  border: solid 25px #fff;
  position: relative;
  overflow: hidden;
}

section.movie .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/service/mov1.jpg) 50% 50% no-repeat;
  background-size: cover;
}

section.movie .inner {
  width: 100%;
  max-width: 400px;
  position: absolute;
  top: 50%;
  right: 3%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #333333;
  padding: 45px 25px 35px;
  color: #fff;
  text-align: center;
}

section.movie h2 {
  font-size: 5.0em;
  letter-spacing: .05em;
  line-height: 1em;
  padding: 0 0 20px;
  margin: 0 auto 20px;
  position: relative;
  border-bottom: solid 1px #666666;
}

section.movie p {
  font-size: 1.5em;
  line-height: 2.0em;
  text-align: justify;
  text-shadow: 0.1px 0.1px 0.2px #fff;
}

section.movie p.copy {
  font-size: 2.4em;
  text-shadow: 0px 0px 0px #fff;
  text-align: center;
  line-height: 1.58em;
  margin: 0 auto 15px;
}

section.album {
  width: 100%;
  height: 710px;
  border: solid 25px #fff;
  position: relative;
  overflow: hidden;
}

section.album .bg {
  width: 100%;
  height: 120%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/service/abm1.jpg) 50% 50% no-repeat;
  background-size: cover;
}

section.album .inner {
  width: 100%;
  max-width: 400px;
  position: absolute;
  top: 50%;
  right: 3%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #333333;
  padding: 45px 25px 35px;
  color: #fff;
  text-align: center;
}

section.album h2 {
  font-size: 5.0em;
  letter-spacing: .05em;
  line-height: 1em;
  padding: 0 0 20px;
  margin: 0 auto 20px;
  position: relative;
  border-bottom: solid 1px #666666;
}

section.album p {
  font-size: 1.5em;
  line-height: 2.0em;
  text-align: justify;
  text-shadow: 0.1px 0.1px 0.2px #fff;
}

section.album p.copy {
  font-size: 2.4em;
  text-shadow: 0px 0px 0px #fff;
  text-align: center;
  line-height: 1.58em;
  margin: 0 auto 15px;
}

section.resort {
  width: 100%;
  height: 1543px;
  position: relative;
}

section.resort .inner {
  width: 50%;
  height: 1193px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}

section.resort .head {
  width: 100%;
  background-color: #333333;
  color: #fff;
  text-align: center;
  padding: 70px 0 35px;
}

section.resort .head h2 {
  font-size: 5.0em;
  line-height: 1.0em;
  margin: 0 auto 40px;
  letter-spacing: .05em;
}

section.resort .head h2 span {
  display: block;
  font-size: .34em;
  letter-spacing: 0em;
  text-shadow: 0.1px 0.1px 0.2px #fff;
}

section.resort .head p {
  font-size: 1.7em;
  line-height: 1em;
  text-shadow: 0.1px 0.1px 0.2px #fff;
}

section.resort .detail {
  width: 100%;
  padding: 55px 80px;
  text-align: center;
}

section.resort .detail h3 {
  font-weight: 500;
  font-size: 3.0em;
  letter-spacing: .05em;
  line-height: 1.3em;
  border-bottom: solid 1px #cccccc;
  padding: 0 0 12px;
  margin: 0 auto 25px;
}

section.resort .detail h3 span {
  display: block;
  font-weight: 400;
  letter-spacing: 0em;
  font-size: .566em;
}

section.resort .detail>p {
  font-size: 1.7em;
  line-height: 2.0em;
  text-align: left;
  margin: 0 auto 35px;
}

section.resort .links p {
  display: inline-block;
  width: initial;
  font-size: 1.5em;
  text-align: center;
  margin: 0 auto 30px;
}

section.resort .links p:last-child {
  margin: 0 auto;
}

section.resort .links p.name {
  display: block;
  font-size: 1.7em;
  margin: 0 auto 30px;
}

div.links {
  margin-top: 70px;
}

section.resort .img {
  position: absolute;
}

section.resort .img.img1 {
  width: 50%;
  height: 659px;
  top: 0;
  left: 0;
  background: url(../img/resort/img1.jpg) 50% 50% no-repeat;
  background-size: cover;
}

section.resort .img.img2 {
  width: 50%;
  height: 301px;
  top: 659px;
  left: 0;
  background: url(../img/resort/img2.jpg) 50% 50% no-repeat;
  background-size: cover;
}

section.resort .img.img3 {
  width: 26.8%;
  height: 234px;
  top: 960px;
  left: 0;
  background: url(../img/resort/img3.jpg) 50% 50% no-repeat;
  background-size: cover;
}

section.resort .img.img4 {
  width: 23.2%;
  height: 234px;
  top: 960px;
  left: 26.8%;
  background: url(../img/resort/img4.jpg) 10% 50% no-repeat;
  background-size: cover;
}

section.resort .img.img5 {
  width: 17.6%;
  height: 155px;
  top: 1193px;
  left: 0;
  background: url(../img/resort/img5.jpg) 50% 50% no-repeat;
  background-size: cover;
}

section.resort .img.img6 {
  width: 17.6%;
  height: 195px;
  top: 1348px;
  left: 0;
  background: url(../img/resort/img6.jpg) 50% 50% no-repeat;
  background-size: cover;
}

section.resort .img.img7 {
  width: 25%;
  height: 350px;
  top: 1193px;
  left: 17.6%;
  background: url(../img/resort/img7.jpg) 50% 50% no-repeat;
  background-size: cover;
}

section.resort .img.img8 {
  width: 39.8%;
  height: 350px;
  top: 1193px;
  left: 42.6%;
  background: url(../img/resort/img8.jpg) 50% 50% no-repeat;
  background-size: cover;
}

section.resort .img.img9 {
  width: 17.6%;
  height: 350px;
  top: 1193px;
  right: 0;
  background: url(../img/resort/img9.jpg) 50% 50% no-repeat;
  background-size: cover;
}

section.factory-facility {
  padding: 102px 2%;
  background-color: #f1f0ec;
}

section.factory-facility .wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  letter-spacing: -.4em;
}

section.factory-facility .wrap div.left {
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
  letter-spacing: 0em;
  background-color: #fff;
  margin: 0 auto 100px;
}

section.factory-facility .wrap div.left .head {
  width: 100%;
  background-color: #333333;
  text-align: center;
  color: #fff;
  padding: 50px 0 35px;
  margin: 0 auto;
}

section.factory-facility .wrap div.left .head h2 {
  font-size: 5.0em;
  letter-spacing: .05em;
  line-height: 1.0em;
}

section.factory-facility .wrap div.left .head h2 span {
  display: block;
  font-size: .34em;
  letter-spacing: 0em;
  text-shadow: 0.1px 0.1px 0.2px #fff;
}

section.factory-facility .wrap div.left .inner {
  padding: 40px 80px;
}

section.factory-facility .wrap div.left .inner p {
  font-size: 1.5em;
  line-height: 2.0em;
  text-align: left;
  margin: 0 auto 25px;
}

section.factory-facility .wrap div.left .inner p:last-child {
  margin: 0 auto;
}

section.factory-facility .wrap div.right {
  display: inline-block;
  vertical-align: bottom;
  width: 47.4%;
  letter-spacing: -.4em;
  padding: 50px 30px;
  margin: 0 1.3%;
  background-color: #fff;
}

section.factory-facility .wrap div.right .img1 {
  width: 100%;
  margin: 0 auto 15px;
}

section.factory-facility .wrap div.right .img2 {
  width: 48.7%;
  display: inline-block;
  vertical-align: top;
  margin: 0 2.6% 15px 0;
}

section.factory-facility .wrap div.right .img3 {
  width: 48.7%;
  display: inline-block;
  vertical-align: top;
  margin: 0 auto 15px;
}

section.factory-facility .wrap div.right .img4 {
  width: 100%;
  margin: 0 auto;
}

section.technical {
  padding: 0 2%;
  background-color: #f1f0ec;
}

section.technical .wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  *zoom: 1;
}

section.technical .wrap:after {
  content: "";
  display: table;
  clear: both;
}

section.technical .inner {
  padding: 40px 80px;
}

section.technical .inner p {
  font-size: 1.5em;
  line-height: 2.0em;
  text-align: left;
  margin: 0 auto 25px;
}

section.technical .inner p:last-child {
  margin: 0 auto;
}

section.technical article {
  background-color: #fff;
  padding: 35px 30px 45px;
}

section.technical article.top {
  width: 50%;
  margin: 0 0 40px;
  padding: 0;
}

section.technical article.top .head {
  width: 100%;
  background-color: #333333;
  text-align: center;
  color: #fff;
  padding: 50px 0 35px;
  margin: 0 auto;
}

section.technical article.top .head h2 {
  font-size: 5.0em;
  letter-spacing: .05em;
  line-height: 1.0em;
}

section.technical article.top .head h2 span {
  display: block;
  font-size: .34em;
  letter-spacing: 0em;
  text-shadow: 0.1px 0.1px 0.2px #fff;
}

section.technical article.left {
  width: 47.4%;
  margin: 0 1.3% 40px;
}

section.technical article.right {
  float: right;
  width: 47.4%;
  margin: 0 1.3% 40px;
}

section.technical article.right.topmgin {
  margin: 260px 1.3% 40px;
}

section.technical article.left h3,
section.technical article.right h3 {
  font-size: 3.0em;
  letter-spacing: .05em;
  line-height: 1.0em;
  text-align: center;
  margin: 0 auto 35px;
}

section.technical article.left h3 span,
section.technical article.right h3 span {
  display: block;
  font-size: .566em;
}

section.technical article.left p,
section.technical article.right p {
  font-size: 1.5em;
  line-height: 2.0em;
}

section.technical article.left ul,
section.technical article.right ul {
  letter-spacing: -.4em;
  margin: 0 auto 10px;
}

section.technical article.left ul li,
section.technical article.right ul li {
  display: inline-block;
  letter-spacing: 0em;
  vertical-align: top;
  width: 48%;
  margin: 0 0 18px;
}

section.technical article.left ul li:nth-child(2n),
section.technical article.right ul li:nth-child(2n) {
  margin: 0 0 18px 4%;
}

section.technical>ul.links {
  letter-spacing: -.4em;
  text-align: center;
  margin: 40px auto 0;
}

section.technical>ul.links li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0em;
  margin: 0 80px 0 0;
}

section.technical>ul.links li:last-child {
  margin: 0;
}

section.technical>ul.links li p {
  font-size: 1.7em;
  margin: 0 auto 25px;
}

section.technical>ul.links li p:last-child {
  font-size: 1.5em;
  margin: 0 auto;
}

section.technical>ul.links li p a {
  min-width: 300px;
}

section.policy {
  background-color: #f1f0ec;
  padding: 110px 0 50px;
}

section.policy h2 {
  width: 100%;
  max-width: 800px;
  font-size: 3.0em;
  font-weight: 500;
  letter-spacing: .05em;
  padding: 0 0 15px;
  border-bottom: solid 1px #cccccc;
  margin: 0 auto 45px;
  text-align: center;
}

section.policy h3 {
  width: 100%;
  max-width: 800px;
  font-size: 2.0em;
  line-height: 1.76em;
  margin: 0 auto 5px;
}

section.policy p {
  width: 100%;
  max-width: 800px;
  font-size: 1.5em;
  line-height: 1.76em;
  margin: 0 auto 25px;
}

section.policy p:last-child {
  margin: 0 auto;
}

section.policy article {
  margin: 45px auto 0;
  width: 100%;
  max-width: 800px;
  border-top: solid 1px #cccccc;
  padding: 45px 0 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
  width: 100%;
}

table tbody th,
table tbody td {
  vertical-align: top;
  font-size: 1.5em;
  line-height: 1.76em;
  font-weight: 400;
}

table tbody th {
  width: 150px;
  line-height: 1.76em;
  padding: 14px 0;
  text-align: left;
}

table tbody td {
  padding: 6px 0;
  text-align: left;
}

table tbody td.nobox {
  padding: 14px 0;
}

p.pagetop {
  background-color: #f1f0ec;
  text-align: center;
  padding: 100px 0 60px;
  position: relative;
}

p.pagetop.nobg {
  background-color: transparent;
}

p.pagetop a {
  display: block;
}

p.pagetop a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

p.pagetop img {
  width: 68px;
}

footer {
  width: 100%;
  height: 120px;
  background-color: #000;
  padding: 30px 50px;
  color: #fff;
  position: relative;
}

footer p {
  font-size: 1.1em;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1em;
}

footer ul {
  position: absolute;
  top: 30px;
  right: 50px;
}

footer ul li {
  display: inline-block;
  margin: 0 0 0 15px;
  font-size: 1.1em;
  font-weight: 500;
  letter-spacing: .2em;
}

footer ul li:first-child {
  margin: 0;
}

footer ul li a {
  color: #fff;
  position: relative;
}

footer ul li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.spOnly {
  display: none !important;
}

.pcOnly {
  display: inline-block !important;
}

iframe {
  width: 100%;
}

input[type="submit"],
button.form {
  transition: all .3s;
  display: block;
  line-height: 50px;
  letter-spacing: .05em;
  text-align: center;
  border: solid 1px #000;
  position: relative;
  max-width: 300px;
  min-width: 300px;
  margin: 0 auto;
  text-shadow: 0px 0px 0px #fff;
}

input[type="submit"]:hover,
button.form:hover {
  background-color: #000;
  color: #fff;
  text-shadow: 0.1px 0.1px 0.2px #fff;
}

input[type="submit"]:hover:after,
button.form:hover:after {
  right: 4%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

input[type="submit"]:after,
button.form:after {
  transition: all .3s;
  content: '';
  position: absolute;
  top: 50%;
  right: 6%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  width: 100%;
  padding: 8px 10px;
  background-color: #fff;
}

input[type="text"].short,
input[type="tel"].short,
input[type="email"].short,
textarea.short {
  display: inline-block;
  max-width: 110px;
  margin: 0 0.5em 0 0;
}

input[type="radio"] {
  display: inline-block;
  margin: 0 0.5em 0 25px;
}

input[type="radio"]:first-of-type {
  margin: 0 0.5em 0 0;
}

input[type="password"] {
  width: 40%;
  max-width: 300px;
  display: inline-block;
  margin: 0 0 0 1em;
}

label {
  display: block;
  width: 100%;
  position: relative;
  margin: 0;
}

label input[type="radio"] {
  margin: 0 .4em 0 0;
}

label.selectbox {
  display: block;
  width: 100%;
  max-width: 300px;
  position: relative;
}

label.selectbox.half {
  display: inline-block;
  width: 49%;
}

label.selectbox select {
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px;
  border: solid 1px #999999;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  position: relative;
  z-index: 1;
  background-color: transparent;
  text-align: left;
}

label.selectbox:after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 3%;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  border-top: 1px solid #808080;
  border-right: 1px solid #808080;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 32000;
  background-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

#loader.fadeout {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}

.loader {
  font-size: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -2em 0 0 -2em;
  text-indent: -9999em;
  border-top: 0.1em solid rgba(0, 0, 0, 0.3);
  border-right: 0.1em solid rgba(0, 0, 0, 0.3);
  border-bottom: 0.1em solid rgba(0, 0, 0, 0.3);
  border-left: 0.1em solid rgba(0, 0, 0, 0.1);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 4em;
  height: 4em;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 640px) {
  .menu-trigger {
    display: block;
    z-index: 30000;
  }

  body {
    min-width: initial;
  }

  main {
    padding: 60px 0 0;
  }

  header {
    height: 60px;
    padding: 0;
    position: fixed;
    z-index: 18000;
  }

  header.top {
    position: absolute;
    height: 60px;
  }

  header.top.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20000;
  }

  header.top h1 {
    position: absolute;
    top: 45%;
    left: 5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  header h1 {
    width: 22%;
    position: absolute;
    top: 50%;
    left: 5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 20000;
  }

  nav {
    transition: all .3s;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: -100%;
    background-color: #f1f0ec;
    padding: 0 0 50px;
    z-index: 19000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    margin: 60px 0 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    padding: 40px 0 0;
  }

  nav>ul {
    width: 90%;
    margin: 0 auto;
  }

  nav>ul>li {
    display: block;
    margin: 0 auto;
    text-align: left;
    font-size: 2.0em;
  }

  nav>ul>li.sub>a {
    padding: 7px 0 0;
    line-height: 36px;
  }

  nav>ul>li a {
    line-height: 50px;
  }

  nav>ul>li a:after {
    content: none;
  }

  nav>ul>li ul {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    top: auto;
    left: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background-color: transparent;
    padding: 0 0 6px;
  }

  nav>ul>li ul li {
    font-size: .75em;
  }

  nav>ul>li ul li a {
    display: block;
    line-height: 30px;
    padding: 0 0 0 .7em;
  }

  nav>ul>li a.instagram-pc {
    display: none;
  }

  nav>ul>li a.instagram-sp {
    display: block;
  }

  div.allwrap {
    min-width: initial;
  }

  div.fixnav {
    display: none;
  }

  div.parawrap {
    height: 200px;
  }

  div.parawrap .inner {
    height: 100%;
  }

  div.parawrap .inner.about {
    background: url(../img/about/parallax.jpg) 50% 50% no-repeat;
    background-size: cover;
  }

  div.topics {
    padding: 50px 5%;
  }

  div.topics .bg {
    height: 100%;
    background: url(../img/topics/bg.jpg) 50% 50% no-repeat;
    background-size: cover;
  }

  div.topics .inner {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px 5%;
  }

  div.topics ul li {
    font-size: 1.2em;
    width: 65px;
    margin: 0 auto 15px;
  }

  div.topics ul li:nth-child(2n) {
    width: calc(100% - 65px);
  }

  div.photograph-container {
    height: initial;
    letter-spacing: -.4em;
  }

  div.photograph-container .img {
    position: relative;
    display: inline-block;
    vertical-align: top;
  }

  div.photograph-container .img.img1 {
    width: 100%;
    height: 130px;
    top: auto;
    left: auto;
  }

  div.photograph-container .img.img2 {
    height: 100px;
    top: auto;
    left: auto;
  }

  div.photograph-container .img.img3 {
    height: 100px;
    top: auto;
    left: auto;
  }

  div.photograph-container .img.img4 {
    height: 100px;
    top: auto;
    right: auto;
  }

  div.photograph-container .img.img5 {
    width: 100%;
    height: 130px;
    top: auto;
    right: auto;
  }

  div.photograph-container .img.img6 {
    width: 40%;
    height: 100px;
    top: auto;
    left: auto;
  }

  div.photograph-container .img.img7 {
    width: 60%;
    height: 100px;
    top: auto;
    left: auto;
  }

  div.photograph-container .img.img8 {
    width: 50%;
    height: 100px;
    top: auto;
    left: auto;
  }

  div.photograph-container .img.img9 {
    width: 100%;
    height: 130px;
    top: auto;
    left: auto;
  }

  div.photograph-container .img.img10 {
    width: 50%;
    height: 100px;
    top: auto;
    right: auto;
  }

  div.photograph-container .img.img11 {
    width: 100%;
    height: 130px;
    top: auto;
    left: auto;
  }

  div.photograph-container .img.img12 {
    width: 40%;
    height: 130px;
    top: auto;
    left: auto;
    background: url(../img/service/pht13.jpg) 50% 10% no-repeat;
    background-size: cover;
  }

  div.photograph-container .img.img13 {
    width: 60%;
    height: 130px;
    top: auto;
    right: auto;
  }

  div.photograph-container article {
    height: initial;
    position: relative;
    padding: 30px 5%;
    letter-spacing: 0em;
  }

  div.photograph-container article.txt1 {
    top: auto;
    right: auto;
    width: 100%;
  }

  div.photograph-container article.txt2 {
    top: auto;
    left: auto;
    width: 100%;
  }

  div.photograph-container article.txt3 {
    top: auto;
    right: auto;
    width: 100%;
  }

  div.photograph-container article.txt4 {
    top: auto;
    left: auto;
    width: 100%;
  }

  div.photograph-container article h3 {
    width: 100%;
    font-size: 2.4em;
    margin: 0 auto 15px;
    text-align: center;
  }

  div.photograph-container article p {
    width: 100%;
    font-size: 1.2em;
  }

  div.movie-container {
    height: initial;
    letter-spacing: -.4em;
  }

  div.movie-container .img {
    position: relative;
    display: inline-block;
    vertical-align: top;
  }

  div.movie-container .img.img1 {
    width: 100%;
    height: 130px;
    top: auto;
    left: auto;
  }

  div.movie-container .img.img2 {
    width: 40%;
    height: 100px;
    top: auto;
    left: auto;
  }

  div.movie-container .img.img3 {
    width: 60%;
    height: 100px;
    top: auto;
    left: auto;
  }

  div.movie-container .img.img4 {
    width: 30%;
    height: 100px;
    top: auto;
    left: auto;
  }

  div.movie-container .img.img5 {
    width: 40%;
    height: 100px;
    top: auto;
    right: auto;
  }

  div.movie-container .img.img6 {
    width: 30%;
    height: 100px;
    top: auto;
    right: auto;
  }

  div.movie-container .img.img7 {
    height: 100px;
    bottom: auto;
    left: auto;
  }

  div.movie-container .img.img8 {
    height: 100px;
    bottom: auto;
    right: auto;
  }

  div.movie-container article {
    height: initial;
    position: relative;
    padding: 30px 5%;
    letter-spacing: 0em;
  }

  div.movie-container article.txt1 {
    top: auto;
    right: auto;
    width: 100%;
  }

  div.movie-container article.txt2 {
    top: auto;
    left: auto;
    width: 100%;
  }

  div.movie-container article.txt2 h3,
  div.movie-container article.txt2 p {
    width: 100%;
  }

  div.movie-container article h3 {
    width: 100%;
    font-size: 2.4em;
    margin: 0 auto 15px;
    text-align: center;
  }

  div.movie-container article p {
    width: 100%;
    font-size: 1.2em;
  }

  div.abmhalf {
    height: 150px;
    margin: 0 auto 30px;
  }

  div.abmhalf div {
    height: 150px;
  }

  div.album-container {
    margin: 0 auto 30px;
    padding: 0 5%;
  }

  div.album-container div {
    width: 100%;
  }

  div.album-container div h3 {
    font-size: 1.8em;
    margin: 0 auto 20px;
    letter-spacing: .2em;
  }

  div.album-container div p {
    font-size: 1.2em;
  }

  div.album-container div p.copy {
    font-size: 1.6em;
    margin: 0 auto 10px;
  }

  div.album-container div:first-child {
    margin: 0 auto 30px;
  }

  div.album-container div:first-child img {
    margin: 0 auto 10px;
  }

  div.album-container div:last-child {
    padding: 0;
  }

  div.album-container div:last-child img {
    margin: 0 auto 30px;
  }

  div.service-contact {
    padding: 70px 0 0;
  }

  div.service-contact p {
    font-size: 1.3em;
    margin: 0 auto 30px;
  }

  div.service-contact p:last-child {
    font-size: 1.2em;
  }

  div.sptop {
    display: block;
    height: 100px;
    position: relative;
  }

  div.sptop img {
    height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  section.topimg h1 {
    position: fixed;
    top: 55%;
    left: 50%;
  }

  section.philosophy {
    border: none;
    height: initial;
    width: 90%;
    margin: 10px auto 280px;
    padding: 120% 0 0;
    overflow: visible;
  }

  section.philosophy .bg {
    height: 100%;
    background: url(../img/top/philosophy.jpg) 52% 50% no-repeat;
    background-size: cover;
  }

  section.philosophy .inner {
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    bottom: auto;
    color: #000;
  }

  section.philosophy h2 {
    font-size: 2.4em;
    margin: 0 auto 20px;
  }

  section.philosophy p {
    font-size: 1.2em;
  }

  section.about {
    height: initial;
    padding: 100% 0 0;
    margin: 0 auto;
  }

  section.about .bg .bginner {
    height: 100%;
    background: url(../img/top/about.jpg) 28% bottom no-repeat;
    background-size: cover;
  }

  section.about .inner {
    width: 90%;
    bottom: auto;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: calc(90%);
    margin: 0 auto;
  }

  section.about h2 {
    font-size: 2.4em;
  }

  section.about p {
    font-size: 1.2em;
  }

  section.service {
    padding: 480px 5% 30px;
  }

  section.service h2 {
    font-size: 2.4em;
    margin: 0 auto 20px;
  }

  section.service ul li {
    width: 100%;
    height: 240px;
    margin: 0 auto 50px;
    font-size: 2.4em;
  }

  section.service ul li a {
    line-height: 60px;
  }

  section.special-mov {
    padding: 40px 5% 30px;
  }

  section.special-mov h2 {
    font-size: 2.4em;
    margin: 0 auto 20px;
  }

  section.about-top {
    height: initial;
    overflow: visible;
    padding: 100% 5% 0;
    margin: 0 auto 440px;
  }

  section.about-top .bg {
    height: 100%;
    background: url(../img/about/topimg.jpg) 50% 50% no-repeat;
    background-size: cover;
  }

  section.about-top .inner {
    width: 100%;
    top: 100%;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0 auto;
    padding: 30px 0;
    background-color: #333333;
    color: #fff;
  }

  section.about-top h2 {
    font-size: 3.0em;
    padding: 0 0 15px;
    margin: 0 auto 20px;
  }

  section.about-top p {
    font-size: 1.3em;
    letter-spacing: -.05em;
  }

  section.company-profile {
    padding: 45px 5% 35px;
  }

  section.company-profile h2 {
    font-size: 2.4em;
    margin: 0 auto 40px;
  }

  section.company-profile p {
    font-size: 1.2em;
    margin: 0 auto 15px;
    text-align: center;
  }

  section.company-profile div {
    width: 100%;
  }

  section.company-profile div:first-of-type {
    width: 100%;
    margin: 0 auto 20px;
  }

  section.access {
    padding: 45px 5% 35px;
  }

  section.access h2 {
    font-size: 2.4em;
    margin: 0 auto 40px;
  }

  section.access h3 {
    font-size: 1.2em;
  }

  section.access h4 {
    font-size: 1.2em;
  }

  section.access p {
    font-size: 1.2em;
    margin: 0 auto 20px;
  }

  section.access div.sphalf {
    display: inline-block;
    width: 49.5%;
    vertical-align: top;
    margin: 0 auto;
  }

  section.access div.half {
    width: 100%;
  }

  section.access div.half:first-of-type {
    width: 100%;
    margin: 0 auto 30px;
  }

  section.access div.half:first-of-type h3 {
    margin: 0 auto 20px;
  }

  section.access div.half:last-of-type h3 {
    padding: 0;
    text-align: left;
  }

  section.about-recruit {
    padding: 40px 0 0;
  }

  section.about-recruit h2 {
    font-size: 2.4em;
    margin: 0 auto 20px;
  }

  section.about-recruit p {
    font-size: 1.3em;
    margin: 0 auto 25px;
  }

  section.about-recruit p:last-child {
    font-size: 1.2em;
  }

  section.contact {
    padding: 50px 5%;
  }

  section.contact h2 {
    font-size: 2.4em;
    padding: 0 0 10px;
    margin: 0 auto 10px;
  }

  section.contact p {
    font-size: 1.2em;
    margin: 0 auto 30px;
  }

  section.contact table {
    margin: 0 auto 20px;
  }

  section.contact .inner {
    padding: 10px 0 30px;
  }

  section.recruit {
    padding: 50px 5%;
  }

  section.recruit h2 {
    font-size: 2.4em;
    padding: 0 0 10px;
    margin: 0 auto 20px;
  }

  section.recruit p {
    font-size: 1.2em;
    margin: 0 auto 30px;
  }

  section.recruit .inner {
    padding: 0 0 30px;
  }

  section.recruit section.mailing {
    padding: 30px 5% 20px;
  }

  section.recruit section.mailing h3 {
    font-size: 1.4em;
  }

  section.recruit section.mailing p {
    margin: 0 auto 15px;
    text-align: left;
  }

  section.service-top {
    height: initial;
    overflow: visible;
    padding: 50px 5% 200px;
    margin: 0 auto 20px;
  }

  section.service-top .bg {
    height: 100%;
    background: url(../img/service/topimg.jpg) 70% bottom no-repeat;
    background-size: cover;
  }

  section.service-top .inner {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto;
    padding: 30px 0;
  }

  section.service-top h2 {
    font-size: 3.0em;
    padding: 0 0 20px;
    margin: 0 auto 25px;
  }

  section.service-top p {
    font-size: 1.3em;
  }

  section.photograph {
    border: none;
    width: 90%;
    margin: 0 auto 360px;
    overflow: visible;
    height: initial;
    padding: 80% 0 0;
  }

  section.photograph .bg {
    height: 100%;
  }

  section.photograph .inner {
    top: 100%;
    left: auto;
    padding: 30px 5% 20px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  section.photograph h2 {
    font-size: 3.0em;
    padding: 0 0 10px;
    margin: 0 auto 10px;
  }

  section.photograph p {
    font-size: 1.2em;
  }

  section.photograph p.copy {
    font-size: 1.9em;
    margin: 0 auto 10px;
  }

  section.gallery {
    padding: 45px 0 70px;
  }

  section.gallery h3 {
    font-size: 2.4em;
    margin: 0 auto 30px;
  }

  section.gallery ul {
    width: 90%;
  }

  section.gallery ul li {
    width: 100%;
    margin: 0 auto 10px;
  }

  section.movie {
    border: none;
    width: 90%;
    margin: 0 auto 380px;
    overflow: visible;
    height: initial;
    padding: 80% 0 0;
  }

  section.movie .bg {
    height: 100%;
  }

  section.movie .inner {
    top: 100%;
    right: auto;
    padding: 30px 5% 20px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  section.movie h2 {
    font-size: 3.0em;
    padding: 0 0 10px;
    margin: 0 auto 10px;
  }

  section.movie p {
    font-size: 1.2em;
  }

  section.movie p.copy {
    font-size: 1.9em;
    margin: 0 auto 10px;
  }

  section.album {
    border: none;
    width: 90%;
    margin: 0 auto 460px;
    overflow: visible;
    height: initial;
    padding: 80% 0 0;
  }

  section.album .bg {
    height: 100%;
    background: url(../img/service/abm1.jpg) 50% 100% no-repeat;
    background-size: cover;
  }

  section.album .inner {
    top: 100%;
    right: auto;
    padding: 30px 5% 20px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  section.album h2 {
    font-size: 3.0em;
    padding: 0 0 10px;
    margin: 0 auto 10px;
  }

  section.album p {
    font-size: 1.2em;
  }

  section.album p.copy {
    font-size: 1.9em;
    margin: 0 auto 10px;
  }

  section.resort {
    height: initial;
    letter-spacing: -.4em;
  }

  section.resort .inner {
    width: 100%;
    height: initial;
    position: relative;
    top: auto;
    right: auto;
  }

  section.resort .head {
    padding: 25px 0 25px;
  }

  section.resort .head h2 {
    font-size: 3.0em;
    margin: 0 auto 15px;
  }

  section.resort .head p {
    font-size: 1.3em;
    letter-spacing: -.05em;
  }

  section.resort .detail {
    padding: 30px 5%;
    letter-spacing: 0em;
  }

  section.resort .detail h3 {
    font-size: 2.4em;
    padding: 0 0 10px;
    margin: 0 auto 15px;
  }

  section.resort .detail>p {
    font-size: 1.3em;
    margin: 0 auto 20px;
  }

  section.resort .links p {
    font-size: 1.2em;
  }

  section.resort .links p.name {
    font-size: 1.3em;
  }

  section.resort .img {
    position: relative;
    letter-spacing: 0em;
    display: inline-block;
    vertical-align: top;
  }

  section.resort .img.img1 {
    width: 100%;
    height: initial;
    top: auto;
    left: auto;
    padding: 80% 0 0;
  }

  section.resort .img.img2 {
    width: 100%;
    height: 140px;
    top: auto;
    left: auto;
  }

  section.resort .img.img3 {
    display: none;
  }

  section.resort .img.img4 {
    display: none;
  }

  section.resort .img.img5 {
    width: 30%;
    height: 100px;
    top: auto;
    left: auto;
  }

  section.resort .img.img6 {
    width: 30%;
    height: 100px;
    top: auto;
    left: auto;
  }

  section.resort .img.img7 {
    width: 40%;
    height: 100px;
    top: auto;
    left: auto;
  }

  section.resort .img.img8 {
    width: 50%;
    height: 100px;
    top: auto;
    left: auto;
    background: url(../img/resort/img8.jpg) 50% bottom no-repeat;
    background-size: cover;
  }

  section.resort .img.img9 {
    width: 50%;
    height: 100px;
    top: auto;
    right: auto;
    background: url(../img/resort/img9.jpg) 50% bottom no-repeat;
    background-size: cover;
  }

  section.factory-facility {
    padding: 50px 5% 0;
  }

  section.factory-facility .wrap div.left {
    width: 100%;
    margin: 0 auto 20px;
  }

  section.factory-facility .wrap div.left .head {
    padding: 30px 0 25px;
  }

  section.factory-facility .wrap div.left .head h2 {
    font-size: 3.0em;
  }

  section.factory-facility .wrap div.left .inner {
    padding: 30px 5%;
  }

  section.factory-facility .wrap div.left .inner p {
    font-size: 1.2em;
    margin: 0 auto 15px;
  }

  section.factory-facility .wrap div.right {
    width: 100%;
    padding: 30px 5%;
  }

  section.factory-facility .wrap div.right .img1 {
    margin: 0 auto 10px;
  }

  section.factory-facility .wrap div.right .img2 {
    margin: 0 2.6% 10px 0;
  }

  section.factory-facility .wrap div.right .img3 {
    margin: 0 auto 10px;
  }

  section.technical {
    padding: 50px 5% 40px;
  }

  section.technical .inner {
    padding: 20px 40px;
  }

  section.technical .inner p {
    font-size: 1.2em;
    margin: 0 auto 15px;
  }

  section.technical article {
    padding: 20px 15px 25px;
  }

  section.technical article.top {
    width: 100%;
    margin: 0 auto 20px;
  }

  section.technical article.top .head {
    padding: 30px 0 20px;
  }

  section.technical article.top .head h2 {
    font-size: 3.0em;
  }

  section.technical article.left {
    width: 100%;
    margin: 0 auto 20px;
  }

  section.technical article.right {
    width: 100%;
    margin: 0 auto 20px;
  }

  section.technical article.right.topmgin {
    margin: 0 auto 20px;
  }

  section.technical article.left h3,
  section.technical article.right h3 {
    font-size: 2.4em;
    margin: 0 auto 20px;
  }

  section.technical article.left p,
  section.technical article.right p {
    font-size: 1.2em;
  }

  section.technical article.left ul li,
  section.technical article.right ul li {
    margin: 0 0 12px;
  }

  section.technical article.left ul li:nth-child(2n),
  section.technical article.right ul li:nth-child(2n) {
    margin: 0 0 12px 4%;
  }

  section.technical>ul.links {
    margin: 20px auto 0;
  }

  section.technical>ul.links li {
    display: block;
    margin: 0 auto 30px;
  }

  section.technical>ul.links li p {
    font-size: 1.3em;
    margin: 0 auto 10px;
  }

  section.technical>ul.links li p:last-child {
    font-size: 1.3em;
  }

  section.technical>ul.links li p a {
    min-width: 100%;
  }

  section.policy {
    padding: 50px 5% 30px;
  }

  section.policy h2 {
    font-size: 2.4em;
    padding: 0 0 10px;
    margin: 0 auto 30px;
  }

  section.policy h3 {
    font-size: 1.6em;
  }

  section.policy p {
    font-size: 1.2em;
    margin: 0 auto 15px;
  }

  section.policy article {
    margin: 30px auto 0;
    padding: 30px 0 0;
  }

  table tbody th,
  table tbody td {
    display: block;
    font-size: 1.2em;
  }

  table tbody th {
    width: 100%;
    padding: 5px 0;
  }

  table tbody td {
    padding: 0 0 10px;
  }

  p.pagetop {
    padding: 50px 0 30px;
  }

  p.pagetop img {
    width: 40px;
  }

  footer {
    height: initial;
    padding: 50px 5% 30px;
  }

  footer p {
    font-size: 1.0em;
    text-align: center;
  }

  footer ul {
    width: 100%;
    position: absolute;
    top: 20px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
  }

  .spOnly {
    display: inline-block !important;
  }

  .pcOnly {
    display: none !important;
  }

  input[type="submit"],
  button.form {
    max-width: 100%;
    min-width: 100%;
  }

  input[type="password"] {
    width: 60%;
  }

  label.selectbox {
    background-color: #fff;
    max-width: 100%;
  }
}

@media only screen and (max-width: 320px) {
  section.philosophy {
    margin: 10px auto 300px;
  }

  section.service {
    padding: 520px 5% 30px;
  }

  section.about-top {
    margin: 0 auto 410px;
  }

  section.about-top p {
    font-size: 1.2em;
    letter-spacing: -.1em;
  }

  section.photograph {
    margin: 0 auto 380px;
  }

  section.movie {
    margin: 0 auto 400px;
  }

  section.album {
    margin: 0 auto 500px;
  }

  section.resort .head p {
    font-size: 1.2em;
  }
}