@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-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}


img {
  vertical-align: bottom;
}

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

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

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

input, textarea, {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
    height: auto;
    overflow: hidden;
    /**/
}

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

.anime_test {
  display: block;
  /* ブロック要素にする */
  margin: 0 auto;
  /* 要素中央揃え */
  position: relative;
  /* 位置指定 */
  animation: anime1 2s ease;
  /* アニメーション指定 */
}

#anime_test {
  display: block;
  /* ブロック要素にする */
  margin: 0 auto;
  /* 要素中央揃え */
  position: relative;
  /* 位置指定 */
  animation: anime1 2s ease;
  /* アニメーション指定 */
}

@keyframes anime1 {
  0% {
    opacity: 0;
    /* 透明度指定 */
    /* 位置指定 */
  }

  100% {
    opacity: 1;
    /* 透明度指定 */
    /* 位置指定 */
  }
}

/* よく使うCSS start

img {
    max-width:100%;
}

table {
    width:100%;
}

a,a:hover {
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}

よく使うCSS end -----
時々使うCSS3 start ---

テキストシャドウ {
    text-shadow: 1px 1px 3px #000;
}

テキストシャドウ {
    text-shadow: 1px 1px 3px #000;
}

ボックスシャドウ {
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

ボックスシャドウ内側 {
    -moz-box-shadow: inset 1px 1px 3px #000;
    -webkit-box-shadow: inset 1px 1px 3px #000;
    box-shadow: inset 1px 1px 3px #000;
}

角丸 {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

トランジション {
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}

透明 {
    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    opacity: 0.25;
}

背景のみ透明 {
    background-color:rgba(255,255,255,0.2);
}

グラデーション {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
    background-image: -moz-linear-gradient(top, #ffffff, #000000);
    background-image: -ms-linear-gradient(top, #ffffff, #000000);
    background-image: -o-linear-gradient(top, #ffffff, #000000);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
    background-image: -webkit-linear-gradient(top, #ffffff, #000000);
    background-image: linear-gradient(top, #ffffff, #000000);
}

スマホ対応
@media screen and (max-width: 480px){

}
@media screen and (max-width: 320px){

}

時々使うCSS3 end */
/***********************************************************************************************/
/****** COMMON *********************************************************************************/
/***********************************************************************************************/
body {
  /*background-image: url("img/top_back1.jpg");*/
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% auto;
  background-repeat: repeat-y;
  /*font-family: "KozGoPro-ExtraLight";*/
  font-family: "KozGoPro-Regular", "小塚ゴシック Pro R", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-family: "KozGoPro-ExtraLight", "小塚ゴシック Pro EL", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 100;
  -webkit-text-size-adjust: 100%;
}


a {
  color: #0071C3;
}

/*a:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}*/
.opacitical:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

/***********************************************************************************************/
/****** HEADER *********************************************************************************/
/***********************************************************************************************/
div#headerdiv {
  height: 50px;
  width: 100%;
  background-color: rgba(30, 30, 30, 0.8);
  position: absolute;
  z-index: 1;
}

div#headercontainer {
  width: 920px;
  margin: 0 auto;
  height: 100%;
  text-align: center;
  /*background-color: yellow;*/
}

img.headerlogo {
  width: 100px;
  height: 50px;
  margin: 0px 20px;
  transition: filter 0.1s linear, -moz-opacity 0.1s linear, opacity 0.1s linear;
}

img.headerlogo_selected {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

img#header_yamamoto {
  width: 150px;
}

img.headerlogo:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

#langselector {
  position: absolute;
  right: 5px;
  top: 5px;
}

.langicon {
  display: block;
  width: 30px;
  cursor: pointer;
  position: absolute;
  right: 0;
}

#langselector:hover {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 65px;
  /*background-color: red;*/
}

#langselector:hover .langicon {
  position: static;
}

/*img.headerlogo:hover {
    animation: headericon_animation 1s forwards;
    -webkit-animation: headericon_animation 1s forwards;
}*/
/*@-webkit-keyframes headericon_animation {
    100% {
        filter: alpha(opacity=60);
        -moz-opacity: 0.6;
        opacity: 0.6;
    }
}
@keyframes headericon_animation {
    100% {
        filter: alpha(opacity=60);
        -moz-opacity: 0.6;
        opacity: 0.6;
    }
}*/
@media (max-width: 900px) {
  div#headerdiv {
    height: 40px;
  }

  div#headercontainer {
    /*width: 480px;*/
    width: 100%;
  }

  img.headerlogo {
    height: 100%;
    width: auto;
    margin: 0px 10px;
  }

  img#header_yamamoto {
    width: auto;
  }
}

@media (max-width: 680px) {
  div#headerdiv {
    height: 30px;
  }

  img.headerlogo {
    margin: 0px 5px;
  }

  img#header_excy {
    display: none;
  }
}

@media (max-width: 400px) {
  div#headerdiv {
    height: 25px;
  }

  img.headerlogo {
    margin: 0px 0px;
  }

  img#header_excy {
    display: none;
  }
}

/***********************************************************************************************/
/****** SECOND HEADER **************************************************************************/
/***********************************************************************************************/
div#secondheadercontainer {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50px;
  background-color: rgba(255, 255, 255, 0.4);
  height: 33px;
  animation: showsecondheader_animation 2s ease-out 0s;
  -webkit-animation: showsecondheader_animation 2s ease-out 0s;
}

@-webkit-keyframes showsecondheader_animation {
  0% {
    height: 0px;
  }

  70% {
    height: 0px;
  }

  100% {
    height: 33px;
  }
}

@keyframes showsecondheader_animation {
  0% {
    height: 0px;
  }

  70% {
    height: 0px;
  }

  100% {
    height: 33px;
  }
}

div#secondheadercontainer a {
  vertical-align: top;
  text-decoration: none;
  top: 40px;
  margin: 0px;
}

div#secondheadercontainer a:hover {
  text-decoration: underline;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

div#secondheaderinnerdiv {
  width: 80%;
  margin: 0 auto;
}

div#secondheaderinnerdiv[type='small'] {
  width: 100%;
  text-align: right;
}

div.secondheader_sectiondescdiv {
  position: absolute;
  font-size: 0.8em;
  color: #E1E1E1;
  margin-left: 10px;
  line-height: 33px;
}

div.secondheadermenu {
  vertical-align: top;
  width: 18%;
  /*background-color: red;*/
  display: inline-block;
  font-size: 0.9em;
  line-height: 33px;
  color: #212121;
  animation: showsecondheardermenu_animation 2.5s ease-out 0s;
  -webkit-animation: showsecondheardermenu_animation 2.5s ease-out 0s;
}

div.secondheadermenu[type='small'] {
  width: auto;
  font-size: 0.8em;
  margin-right: 30px;
  color: #000000;
}

@-webkit-keyframes showsecondheardermenu_animation {
  0% {
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
  }

  85% {
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
  }

  100% {
    visibility: visible;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
}

@keyframes showsecondheardermenu_animation {
  0% {
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
  }

  85% {
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
  }

  100% {
    visibility: visible;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
}

@media (max-width: 1200px) {
  div#secondheaderinnerdiv {
    width: 100%;
  }
}

@media (max-width: 900px) {
  div#secondheadercontainer {
    top: 40px;
    height: 25px;
  }

  div#secondheaderinnerdiv:not([type='small']) {
    width: 92%;
    margin-left: 8%;
  }

  div.secondheader_sectiondescdiv {
    font-size: 0.7em;
    line-height: 25px;
  }

  div.secondheadermenu {
    font-size: 0.8em;
    line-height: 25px;
  }

  div.secondheadermenu[type='small'] {
    font-size: 0.7em;
    margin-right: 10px;
  }

  span.hide_first {
    display: none;
  }

  @-webkit-keyframes showsecondheader_animation {
    0% {
      height: 0px;
    }

    70% {
      height: 0px;
    }

    100% {
      height: 25px;
    }
  }

  @keyframes showsecondheader_animation {
    0% {
      height: 0px;
    }

    70% {
      height: 0px;
    }

    100% {
      height: 25px;
    }
  }
}

@media (max-width: 680px) {
  div#secondheadercontainer {
    top: 30px;
    height: 15px;
  }

  div#secondheaderinnerdiv:not([type='small']) {
    width: 88%;
    margin-left: 12%;
  }

  div.secondheader_sectiondescdiv {
    font-size: 0.5em;
    line-height: 15px;
  }

  div.secondheadermenu {
    font-size: 0.55em;
    line-height: 15px;
  }

  div.secondheadermenu[type='small'] {
    margin-right: 5px;
  }

  span.hide_second {
    display: none;
  }

  @-webkit-keyframes showsecondheader_animation {
    0% {
      height: 0px;
    }

    70% {
      height: 0px;
    }

    100% {
      height: 15px;
    }
  }

  @keyframes showsecondheader_animation {
    0% {
      height: 0px;
    }

    70% {
      height: 0px;
    }

    100% {
      height: 15px;
    }
  }
}

@media (max-width: 400px) {
  div#secondheadercontainer {
    top: 25px;
    height: 13px;
  }

  div#secondheaderinnerdiv {
    width: 88%;
    margin-left: 12%;
  }

  div.secondheader_sectiondescdiv {
    font-size: 0.4em;
    line-height: 13px;
  }

  div.secondheadermenu {
    font-size: 0.45em;
    line-height: 10px;
  }

  span.hide_second {
    display: none;
  }

  @-webkit-keyframes showsecondheader_animation {
    0% {
      height: 0px;
    }

    70% {
      height: 0px;
    }

    100% {
      height: 13px;
    }
  }

  @keyframes showsecondheader_animation {
    0% {
      height: 0px;
    }

    70% {
      height: 0px;
    }

    100% {
      height: 13px;
    }
  }
}

/***********************************************************************************************/
/****** MAIN(TOP) CONTENT **********************************************************************/
/***********************************************************************************************/
div#contentdiv {
  width: 100%;
  /*background-color: yellow;*/
}

div.maincontentcontainer {
    max-width: 1300px;
    margin: 0 auto;
    color:#FFFFFF;
  /*background-color: blue;*/
}

div.maincontentdiv {
  text-align: center;
  /*padding-bottom: 2px;*/
  /*background-color: red;*/
  position: relative;
}

div.maincontentmoviediv {
  margin-bottom: 2px;
}

/*div#main_whatisyamamoto {
    background-image: url("img/whatisyamamoto.jpg");
    background-size: contain;
    width: 1300px;
    height: 700px;
    margin: 0 auto;
}*/
img.maincontentimg {
  width: 100%;
  /* height: 549px; */
}

video.mainvideo {
  width: 100%;
  vertical-align: bottom;
}

p.mainspecialexplanation {
  z-index: 1;
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 2px 7px;
  background-color: rgba(255, 255, 255, 0.2);
}

.boxContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
}

.boxContainer2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 80%;
}

.boxContainer3 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
  max-width: 70%;
  padding-left: 15%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.exhibitionsubimage {
  width: 100%;
  padding-bottom: 50px;
}
.brandname{justify-content: center; text-align: center; font-family: serif; font-size: 2em;padding-top: 10%;}
.brandname2{justify-content: center; text-align: center; font-family: serif; font-size: 2em;padding-top:;}
.brandlogo {
  width: 25%;
  padding-top: 5vw;
}

.brandlogo2 {
  width: 50%;
  padding-top: 5vw;
}

.brandlogo3 {
  width: 25%;
  padding-top: 5vw;
}

.sampleimg {
  width: 25%;
  padding: 10%;
}

.sampleimg2 {
  width: 100%;
}

p.mainspecialexplanation a {
  color: white;
}

p.mainspecialexplanation:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 1300px) {
  img.maincontentimg {
    width: 100%;
    height: auto;
  }

  p.mainspecialexplanation {
    font-size: 0.7em;
  }

  /*div#main_whatisyamamoto {
        width: 100%;
        height: auto;
        background-size: contain;
    }*/
}

/***********************************************************************************************/
/****** SUB CONTENT ***************************************************************************/
/***********************************************************************************************/
/* * * Four Pattern * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
div.subcontentcontainer {
  width: 100%;
}

div.subcontentcontainer a {
  color: white;
  text-decoration: none;
}

div.subcontentcontainer_topthree, div.subcontentcontainer_toptwo, div.subcontentcontainer_topone {
  width: 100%;
  position: relative;
}

div.subcontentdiv_topthree[position='0'] {
  margin-left: 12%;
}

div.subcontentdiv_toptwo[position='0'] {
  margin-left: 25%;
}

div.subcontentdiv, div.subcontentdiv_topthree, div.subcontentdiv_toptwo {
  width: 25%;
  float: left;
  padding: 2px 2px 0px;
  box-sizing: border-box;
  position: relative;
}

div.subcontentdiv_topone {
  width: 25%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

div.subcontentdiv[position='0'] {
  padding-left: 0px;
}

div.subcontentdiv[position='1'] {
  padding-left: 0px;
}

div.subcontentdiv[position='2'] {
  padding-left: 0px;
}

div.subcontentdiv[position='3'] {
  padding-left: 0px;
  padding-right: 0px;
}

/*div#aboutformaldept {
    background-image: url('img/aboutformaldept_thumb.jpg');
    background-size: cover;
    height: 200px;
}*/
img.subcontentimg, .subcontentexplanationimage {
  width: 100%;
  height: auto;
  /*height: 200px;*/
}

.subcontentexplanationimage {
  position: absolute;
}

video.thumbvideo {
  width: 100%;
  height: auto;
}

div.subcontentdiv_center {
  width: 50%;
  float: left;
  padding: 2px 5%;
  box-sizing: border-box;
}

div.subcontentinnerdiv_center {
  width: 900px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 900px) {
  div.subcontentdiv {
    width: 50%;
  }

  div.subcontentdiv[position='2'] {
    clear: both;
  }

  div.subcontentdiv[position='1'] {
    padding-right: 0px;
  }

  div.subcontentdiv_topthree[position='0'], div.subcontentdiv_toptwo[position='0'] {
    margin-left: auto;
  }

  div.subcontentdiv_topthree, div.subcontentdiv_toptwo {
    margin: 0% auto;
    width: 50%;
    clear: both;
    float: none;
  }

  div.subcontentdiv_topone {
    width: 50%;
  }
}

/* * * Three / Two Pattern * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
div.subcontentcontainer_three, div.subcontentcontainer_two, div.subcontentcontainer_one {
  width: 100%;
  padding: 20px 0px
}

div.navybackground {
  background-color: #0E1839;
}

/*div.subcontentcontainer_three[oddeven='even'] {
    background: none;
}*/
div.subcontentinnerdiv_three, div.subcontentinnerdiv_two, div.subcontentinnerdiv_one {
  width: 1350px;
  margin: 0 auto;
  text-align: center;
}

div.subcontentinnerdiv_two {
  width: 900px;
  text-align: center;
}

div.subcontentinnerdiv_one {
  width: 450px;
}

div.subcontentdiv_three, div.subcontentdiv_two, div.subcontentdiv_one {
  width: 450px;
  float: left;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}

@media (max-width: 1350px) {
  div.subcontentinnerdiv_three {
    width: 100%;
  }

  div.subcontentdiv_three {
    width: 33%;
  }
}

@media (max-width: 900px) div.subcontentdiv_three {
  float: none;
  width: 400px;
  width: 85%;
  margin: 0 auto;
}

div.subcontentdiv_two {
  width: 450px;
  margin:0 auto;
}
}

@media (max-width: 680px) {
  p.forpc {
    display: none;
  }

  div.subcontentdiv_three, div.subcontentdiv_two, div.subcontentdiv_one {
    float: none;
    width: 400px;
    width: 95%;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  p.forpc {
    display: none;
  }

  img.sampleimg {
    width: 80%;
  }

  .boxContainer2 {
    padding-left: 10%;
  }

  p.producttitle {
    font-size: 24px;
    padding-top: 100px;
    font-family: serif;
  }

  #mobilelogoimg {
    padding-bottom: 10px;
  }

  .brandlogo {
    width: 60%;
    padding-top: 80px;
  }

  .brandlogo2 {
    width: 80%;
    padding-top: 70px;
  }

  .boxContainer2 {
    padding-bottom: 30px;
  }
}

@media(min-width:481px) {
  p.forphone {
    display: none;
  }
}

/***********************************************************************************************/
/****** PASSAGE CONTENT ************************************************************************/
/***********************************************************************************************/
div.passagecontainer {
  padding-bottom: 30px;
}

div.passageinnerdiv {
  width: 70%  ;
  margin: 0 auto;
}

div.passagetitlediv, div.passagesubtitlediv {
  margin-bottom: 50px;
  padding: 20px 0;
  text-align: center;
}
#navybackground{background-color:#0E1839;}
.producttitlediv {
  display: flex;
  justify-content: center;
}

.producttitle {
  font-family:serif;
  text-align: center;
  font-size: 3.5em;
  line-height: 1.5em;
  padding-top: 4vw;
  padding-bottom: 3vw;
}

div.passagesubtitlediv {
  /*border-top: solid 1px #D1D1D1;*/
  height: 500px;
}

div.passagetitlediv_left {
  text-align: left;
  /*text-align: justify;
	text-justify: inter-ideograph;*/
  margin-left: 5%;
}

div.passagediv {
  text-align: left;
  /*text-align: justify;
	text-justify: inter-ideograph;*/
}

div.passagediv2 {
  justify-content: center;
  width: 80%;
  padding-left: 10%;
  padding-bottom: 10%;
  /*text-align: justify;
	text-justify: inter-ideograph;*/
}div.passagedivbelt {
  justify-content: center;
  width: 80%;
  padding-left: 10%;
  padding-bottom: 10%;
  padding-top: 5%;
  /*text-align: justify;
	text-justify: inter-ideograph;*/
}
#passage3 {

  padding-top: 10%;
  /*text-align: justify;
	text-justify: inter-ideograph;*/
}
.passageimageexplanationcontainer {
  padding-bottom: 50px;
}

.passageimagediv {
  width: 100%;
  text-align: center;
}

.passageimage {
  width: 800px;
  height: 200px;
}

div.passagesignaturediv {
  padding: 20px 0 20px;
  text-align: right;
}

img.passagesignatureicon {
  width: 10%;
}

div.passagesignaturediv_withimg {
  text-align: center;
}

div.concepticondiv {
  text-align: center;
}

div.stafficoncontainer, div.directsiteiconcontainer {
  width: 100%;
  margin-bottom: 30px;
}

div.stafficoninnerdiv, div.directsiteiconinnerdiv {
  width: 60%;
  display: table;
  margin: 0 auto;
}

div.stafficoninnerdiv[count='5'], div.directsiteiconinnerdiv[count='5'] {
  width: 80%;
}

div.stafficondiv, div.directsiteicondiv {
  display: table-cell;
  text-align: center;
}

.deptname {
  color: #919191;
  margin-top: -5px;
  font-size: 0.8em;
}

div.contactinnerdiv {
  text-align: center;
}

div.tablecontainer {
  padding-bottom: 50px;
}

div.accesscontainer {
  width: 100%;
  padding-bottom: 50px;
}

div#accesswrapper {
  width: 1200px;
  margin: 0 auto;
}

div.linediv {
  border-bottom: 1px solid #D1D1D1;
}

#googlemap {
  width: 1200px;
  height: 600px;
}

div.locatedattoppassagetitlediv {
  padding-top: 60px;
}

table.normaltable {
  width: 60%;
  margin: 0 auto;
}

table.normaltable tr:nth-child(even) {
  background-color: #E1E1E1;
}

table.normaltable th, table.normaltable td {
  padding: 13px 5px 13px 10px;
}

table.normaltable th {
  width: 30%;
}

table.normaltable td {
  width: 70%;
}

p.companyoutline_jp {
  font-size: 1.1em;
  line-height: 1.4em;
}

p.companyoutline_en {
  font-size: 0.9em;
  line-height: 1.3em;
  color: #919191;
}

p.passagetitle {
    margin-top:200px;
  font-family:serif;
  font-size: 1.8em;
  line-height: 2.0em;
  text-align: left;
}

p.passagetitle_small {
  font-size: 2.5em;
}

p.passagetitle_remarks {
  font-size: 0.9em;
  line-height: 0.1em;
}

p.passagetitle_bold {
  font-weight: bold;
}

.passagetitleimage {
  width: 450px;
  height: 242px;
}

p.passagesubtitle {
  font-size: 3em;
  line-height: 1.3em;
  color: white;
}

p.passagesubtitle_small {
  font-size: 2.3em;
  color: white;
}

p.passagesubtitle_small_black {
  color: black;
}

p.passagesubtitle_remarks {
  margin: 0 auto;
  font-size: 1.2em;
  line-height: 2em;
  width: 70%;
  color: white;
}

p.passagesubtitle_remarks_black {
  color: black;
}

p.closelook_white {
  margin-top: 80px;
  vertical-align: middle;
  line-height: 80px;
  color: white;
}

p.closelook_white a {
  text-decoration: none;
  color: white;
}

p.closelook_white a:hover {
  text-decoration: underline;
}

img.closelookicon {
  margin-left: 15px;
  width: 80px;
}

img.closelookicon:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

p.passage {
  font-size: 1em;
  line-height: 2em;
}

p.passagesignature {
  font-size: 0.9em;
  color: #111111;
}

p.contact {
  font-size: 1.5em;
  color: #818181;
}

p.directsitedescription {
  color: #A1A1A1;
  /*font-size: 0.9em;*/
}

span.telno {
  margin-right: 20px;
}

span.telno, span.faxno, span.email, span.address {
  font-size: 1.2em;
  color: #111111;
}

img.signatureimg {
  width: 200px;
  height: 200px;
}

img.signatureimg_small {
  width: 12%;
  height: 12%;
}

img.concepticon {
  width: 200px;
  height: 200px;
  margin: 10px 1.7% 40px;
}

img.stafficon, img.directsiteicon {
  width: 200px;
  height: 200px;
}

img.directsiteicon:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

span.concept_highlight {
  font-size: 1.1em;
  background-color: #E1E1E1;
  /*font-weight: bolder;*/
  /*text-decoration: underline;*/
}

div.excycontainer {
  background-image: url('img/aboutexcy_background.png');
  background-repeat: no-repeat;
}

div#excywrapper {
  position: absolute;
  height: 1000px;
  overflow: hidden;
}

img.aboutcompany.html#main_aboutcompany_aboutexcy_a_excy {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

img#aboutcompany.html#main_aboutcompany_aboutexcy_a_excy {
  position: absolute;
  left: 20%;
  width: 450px;
  height: 450px;
}

img#aboutcompany.html#main_aboutcompany_aboutexcy_a_bigexcy {
  position: absolute;
  left: 15%;
  width: 900px;
  height: 900px;
}

img.imageinpassage {
  width: 80%;
  margin: 0 auto;
  display: block;
}

@media (max-width: 1350px) {
  div.passageinnerdiv {
    width: 60%;
  }

  div.stafficoninnerdiv[count='5'], div.directsiteiconinnerdiv[count='5'] {
    width: 95%;
  }

  div#accesswrapper, #googlemap {
    width: 1150px;
  }
}

@media (max-width: 1200px) {
  div.passageinnerdiv {
    width: 70%;
  }

  img.concepticon {
    width: 150px;
    height: 150px;
  }

  div.stafficoninnerdiv, div.directsiteiconinnerdiv {
    width: 80%;
  }

  img.stafficon, img.directsiteicon {
    width: 180px;
    height: 180px;
  }

  img.stafficon[count='5'], img.directsiteicon[count='5'] {
    width: 160px;
    height: 160px;
  }

  p.contact {
    font-size: 1.1em;
  }

  table.normaltable {
    width: 70%;
  }

  p.companyoutline_jp {
    font-size: 1em;
    line-height: 1.2em;
  }

  p.companyoutline_en {
    font-size: 0.7em;
    line-height: 1em;
  }

  div#accesswrapper, #googlemap {
    width: 850px;
  }
}

@media (max-width: 900px) {
  div.passageinnerdiv {
    width: 90%;
  }

  div.locatedattoppassagetitlediv {
    padding-top: 50px;
  }

  p.passagetitle {
    font-size: 2em;
  }

  p.passagetitle_small {
    font-size: 1.7em;
  }

  p.passagetitle_remarks {
    font-size: 0.7em;
  }

  .passageimage {
    width: 90%;
    height: auto;
  }

  p.passage {
    font-size: 0.9em;
    line-height: 1.8em;
  }

  p.passagesignature {
    font-size: 0.8em;
  }

  img.concepticon {
    width: 120px;
    height: 120px;
  }

  div.stafficoninnerdiv, div.directsiteiconinnerdiv {
    width: 90%;
  }

  img.stafficon, img.directsiteicon {
    width: 140px;
    height: 140px;
  }

  img.stafficon[count='5'], img.directsiteicon[count='5'] {
    width: 110px;
    height: 110px;
  }

  p.contact {
    font-size: 1em;
  }

  table.normaltable {
    width: 90%;
  }

  p.companyoutline_jp {
    font-size: 0.9em;
    line-height: 1em;
  }

  p.companyoutline_en {
    font-size: 0.6em;
    line-height: 0.9em;
  }

  div#accesswrapper, #googlemap {
    width: 550px;
  }
}

@media (max-width: 680px) {
  div.locatedattoppassagetitlediv {
    padding-top: 40px;
  }
}

@media (max-width: 600px) {
  .passagetitleimage {
    width: 80%;
    height: auto;
  }

  img.concepticon {
    width: 70px;
    height: 70px;
  }

  img.stafficon, img.directsiteicon {
    width: 90px;
    height: 90px;
  }

  img.stafficon[count='5'], img.directsiteicon[count='5'] {
    width: 60px;
    height: 60px;
  }

  p.contact {
    font-size: 0.8em;
  }

  p.stanffname, p.directsitename {
    font-size: 0.7em;
  }

  div#accesswrapper, #googlemap {
    width: 350px;
  }
}

@media (max-width: 400px) {
  div.locatedattoppassagetitlediv {
    padding-top: 35px;
  }
}

/***********************************************************************************************/
/****** PRODUCT CONTENT ************************************************************************/
/***********************************************************************************************/
div.productcontainer {
  padding-bottom: 50px;
}

div.productlinediv {
  text-align: left;
  padding-bottom: 30px;
}

p.productlinetitle {
  padding-left: 2%;
}

span.productlinetitle_jp {
  color: #212121;
  font-size: 1.5em;
}

span.productlinetitle_en {
  color: #818181;
  font-size: 1.2em;
  margin-left: 12px;
}

div.productlinecontainer {
  background-color: #F9F9F9;
  overflow: scroll;
  overflow-y: hidden;
}

div.productlineinnerdiv {
  white-space: nowrap;
  /*width: 500%;*/
  height: 200px;
}

img.productimg {
  height: 200px;
}

img.totopicon {
  position: absolute;
  margin-top: 5px;
  right: 5px;
  width: 75px;
  height: 75px;
}

div.sewingdept_productcontainer {
  padding-bottom: 50px;
}

div.sewingdept_productsinnerdiv {
  width: 90%;
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 50px;
  margin: 0 auto 20px;
}

div.sewingdept_productimgdiv, div.sewingdept_productdescdiv {
  width: 50%;
  box-sizing: border-box;
  float: left;
}

div.sewingdept_productimgdiv {
  padding: 0 3%;
}

div.sewingdept_productdescdiv {
  padding: 0 3%;
}

img.sewingdept_productimg {
  width: 100%;
}

p.sewingdept_productname {
  font-size: 2em;
}

p.sewingdept_productdesc {
  margin-bottom: 30px;
  text-align: left;
}

p.sewingdept_product_coordinateitem {
  text-decoration: underline;
  font-size: 1.2em;
}

p.sewingdept_product_coordinateitemdesc {
  font-size: 0.9em;
  padding: 0 10%;
  text-align: left;
  margin-bottom: 30px;
}

img.newitemicon {
  position: absolute;
  width: 40px;
  margin: 5px 0 0 5px;
}

a.itemanchor {
  position: relative;
}

@media (max-width: 1200px) {
  div.sewingdept_productsinnerdiv {
    width: 95%;
  }

  div.sewingdept_productdescdiv {
    padding: 0 2%;
  }

  p.sewingdept_productname {
    font-size: 1.5em;
  }

  p.sewingdept_productdesc {
    font-size: 0.9em;
    margin-bottom: 10px;
  }

  p.sewingdept_product_coordinateitem {
    font-size: 1em;
  }

  p.sewingdept_product_coordinateitemdesc {
    font-size: 0.8em;
    padding: 0 5%;
    margin-bottom: 10px;
  }
}

@media (max-width: 900px) {
  div.sewingdept_productsinnerdiv {
    width: 100%;
  }

  div.sewingdept_productdescdiv {
    padding: 0 0%;
  }

  p.sewingdept_productname {
    font-size: 1.2em;
  }

  p.sewingdept_productdesc {
    font-size: 0.7em;
    margin-bottom: 5px;
  }

  p.sewingdept_product_coordinateitem {
    font-size: 0.9em;
  }

  p.sewingdept_product_coordinateitemdesc {
    font-size: 0.6em;
    padding: 0 1%;
    margin-bottom: 5px;
  }

  img.totopicon {
    width: 50px;
    height: 50px;
  }
}

/***********************************************************************************************/
/****** PRODUCT PAGE ***************************************************************************/
/***********************************************************************************************/
div.mainproductcontainer {
  padding-top: 70px;
  padding-bottom: 30px;
  width: 100%;
}

/*div.mainproductcontainer div {
    margin: 0 auto;
}*/
div.mainproductheaderdiv {
  width: 80%;
  text-align: left;
  padding-bottom: 10px;
  margin: 0 auto;
}

p.mainproduct_categoryname {
  margin-top: 20px;
  font-size: 1em;
  line-height: 0.5em;
  margin-left: 5px;
  color: #D1D1D1;
}

p.mainproduct_itemcode {
  font-size: 3em;
  line-height: 1.5em;
}

p.mainproduct_itemname {
  font-size: 1.5em;
  line-height: 1em;
  color: #A1A1A1;
}

div.mainproductimgdiv {
  text-align: center;
  vertical-align: middle;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

img.mainproductimg {
  height: 500px;
  margin: 10px;
}

img.arrow {
  position: absolute;
  height: 200px;
  margin-top: 150px;
}

img.arrow:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

img#previousproduct {
  left: 1%;
}

img#nextproduct {
  right: 1%;
}

div.mainproductdescriptiondiv {
  width: 60%;
  text-align: left;
  padding-bottom: 30px;
  margin: 0 auto;
}

p.mainproduct_description1, p.mainproduct_description2 {
  font-size: 1.2em;
}

div.mainproductspeccontainer {
  width: 100%;
  padding-bottom: 30px;
}

div.mainproductspecinnerdiv {
  width: 90%;
  margin: 0 auto;
}

div.mainproductspecdiv {
  width: 20%;
  float: left;
  text-align: center;
  padding-bottom: 20px;
}

div#socialdiv {
  text-align: center;
  width: 100%;
}

div#tweetdiv, div#facebookdiv {
  float: left;
}

img.mainproductspecicon {
  width: 200px;
  height: 100px;
  margin-bottom: 5px;
}

p.mainproductspec {
  font-size: 1.5em;
}

div.mainproductpricediv {
  background-color: #F0FBFF;
  padding: 30px 0;
  margin-bottom: 30px;
  text-align: center;
}

span.pricename {
  font-size: 1.2em;
  color: #A1A1A1;
  margin-right: 20px;
}

span.price {
  font-size: 2em;
}

div#socialdiv_item {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}

div#socialinnerdiv_item {
  width: 25%;
  margin: 0 auto;
}

div#twitterdiv, div#facebookdiv {
  width: 50%;
  float: left;
}

div.fb-like {
  left: 55%;
  position: absolute;
}

img.newitemicon_atproduct {
  width: 100px;
  position: absolute;
  margin: 12px 0 0 0;
}

@media (max-width: 1200px) {
  img.mainproductspecicon {
    width: 150px;
    height: 75px;
  }

  div.mainproductdescriptiondiv {
    width: 70%;
  }
}

@media (max-width: 900px) {
  div.mainproductcontainer {
    padding-top: 60px;
  }

  div.mainproductdescriptiondiv {
    width: 75%;
  }

  p.mainproduct_description1, p.mainproduct_description2 {
    font-size: 1em;
  }

  p.mainproductspec {
    font-size: 1.2em;
  }

  div.mainproductspecdiv[position='3'] {
    clear: both;
  }

  div.mainproductspecinnerdiv {
    width: 80%;
  }

  div.mainproductspecdiv[position='0'], div.mainproductspecdiv[position='1'], div.mainproductspecdiv[position='2'] {
    width: 33%;
  }

  div.mainproductspecdiv[position='3'], div.mainproductspecdiv[position='4'] {
    width: 50%;
  }

  img.newitemicon_atproduct {
    width: 40px;
  }
}

@media (max-width: 680px) {
  div.mainproductcontainer {
    padding-top: 30px;
  }

  img.mainproductimg {
    width: 90%;
    height: auto;
  }

  img.arrow {
    width: 10%;
    height: auto;
    margin-top: 30%;
  }

  div.mainproductdescriptiondiv {
    width: 80%;
  }

  p.mainproduct_description1, p.mainproduct_description2 {
    font-size: 0.8em;
  }

  p.mainproductspec {
    font-size: 1em;
  }

  img.mainproductspecicon {
    width: 100px;
    height: 50px;
  }

  div.mainproductspecinnerdiv {
    width: 90%;
  }
}

@media (max-width: 400px) {
  div.mainproductcontainer {
    padding-top: 45px;
  }

  div.mainproductdescriptiondiv {
    width: 90%;
  }
}

/* 貼り付け*/
/***********************************************************************************************/
/****** SITEMAP CONTENT ************************************************************************/
/***********************************************************************************************/
div.sitemapcontainer {
  padding: 10px 0 50px;
}

div.sitemapinnerdiv {
  padding-left: 5%;
  width: 80%;
  margin: 0 auto;
  padding-top: 20px;
  border-top: 1px solid #C1C1C1;
}

div.sitemapdiv {
  float: left;
  width: 16%;
  text-align: left;
}

div.sitemapdiv a {
  color: #818181;
  text-decoration: none;
}

p.sitemaptitle {
  text-align: center;
}

p.sitemapcategory, p.sitemapelement, p.sitemapsubelement {
  font-size: 0.6em;
  line-height: 1.3em;
}

p.sitemapcategory {
  color: #717171;
  font-weight: bold;
  margin-bottom: 3px;
}

p.sitemapcategory.middlesitemapcategory {
  margin-top: 30px;
}

p.sitemapsubelement {
  color: #C1C1C1;
  margin-left: 2px;
  word-wrap: break-word;
}

p.sitemapelement_productcategory {
  margin-top: 5px;
}

p.sitemapelement_productcategory.productfirstcategory {
  margin-top: 0px;
}

@media (max-width: 1000px) {
  div.sitemapinnerdiv {
    padding-left: 5%;
    width: 95%;
    margin: 0 auto;
  }
}

@media (max-width: 680px) {
  div.sitemapdiv[position='3'] {
    clear: both;
  }

  div.sitemapdiv {
    width: 33%;
  }
}

/***********************************************************************************************/
/****** FOOTER *********************************************************************************/
/***********************************************************************************************/
div#footerdiv {
  width: 100%;
}

div#footercontainer {
  width: 900px;
  margin: 0 auto;
  font-size: 0.5em;
  line-height: 1.5em;
  color: #A1A1A1;
  /*display: table;*/
  padding-top: 20px;
}

div#footercontainer a {
  color: #818181;
}

div#footercontainer a:hover {
  color: #313131;
}

div.footersubdiv {
  float: left;
  /*display: table-cell;*/
}

div#footerleftdiv {
  /*vertical-align: middle;*/
  width: 50%;
  height: 50px;
  text-align: left;
  /*background-color: green;*/
}

div#footerleft_contactinfo {
  /*width: 100%;
    margin: 0 auto;*/
}

div#footerrightdiv {
  width: 50%;
  text-align: right;
  /*background-color: purple;*/
}

div#footerright_iconlinks {
  padding-top: 5px;
}

img.footericon {
  width: 25px;
  height: 25px;
  margin: 0px 5px;
}

img.footericon:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

div#footerbottomdiv {
  clear: both;
  padding-bottom: 20px;
}

@media (max-width: 900px) {
  div#footercontainer {
    width: 100%;
    font-size: 0.7em;
  }

  div.footersubdiv {
    float: none;
  }

  div#footerrightdiv, div#footerleftdiv {
    width: 100%;
  }

  div#footerleftdiv, div#footerrightdiv, div#footerbottomdiv {
    text-align: center;
  }

  div#footerbottomdiv {
    padding-top: 20px;
  }

  div#footerleft_contactinfo {
    width: 85%;
    margin: 0 auto;
  }

  div#footerleft_contactinfo p {
    line-height: 2em;
  }

  div#footerright_normallinks {
    margin: 30px 0 10px;
  }

  img.footericon {
    width: 40px;
    height: 40px;
    margin: 1% 5%;
  }
}

/***********************************************************************************************/
/****** OTHERS *********************************************************************************/
/***********************************************************************************************/
img.galleryimg {
  width: 100%;
}

img.galleryimg_half {
  width: 50%;
  margin: 0 auto;
  display: block;
}

p.gallerydesc {
  font-size: 2em;
  width: 100%;
  text-align: center;
}

@media (max-width: 900px) {
  p.gallerydesc {
    font-size: 1em;
  }

  img.galleryimg_half {
    width: 70%;
  }
}
