@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */
hr {
  color: inherit;
  /* 1 */
  height: 0;
  /* 2 */
  overflow: visible;
  /* 3 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
nav li::before {
  content: "\200B";
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  overflow: auto;
  /* 3 */
  -ms-overflow-style: scrollbar;
  /* 3 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
table {
  border-collapse: collapse;
  /* 1 */
  border-color: inherit;
  /* 2 */
  text-indent: 0;
  /* 3 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
  resize: block;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden] {
  display: initial;
}

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
    top: 0;
  }
  1% {
    display: block;
    opacity: 0;
    top: 0;
  }
  100% {
    display: block;
    opacity: 1;
    top: 130px;
  }
}

@keyframes fadeIn_sp {
  0% {
    display: none;
    opacity: 0;
    top: 0;
  }
  1% {
    display: block;
    opacity: 0;
    top: 0;
  }
  100% {
    display: block;
    opacity: 1;
    top: 85px;
  }
}

@keyframes profileIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

html {
  font-size: 62.5%;
  width: 100%;
}

body {
  position: relative;
  width: 100%;
}

html, body {
  min-width: 100%;
  height: 100%;
}

h1, h2, h3, h4, h5, h6, div, span, p, ul, ol, li, dt, dd, small, a {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.07em;
  color: #000;
  font-family: "A1 Gothic R", sans-serif;
  list-style-type: none;
  word-break: normal;
  position: relative;
}

a {
  letter-spacing: .06em;
  text-decoration: none;
  word-break: normal;
}

a:hover {
  opacity: .7;
}

a[target=new]:after,
a[target=_new]:after,
a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  /* 以下はお好みで */
  font-size: .8em;
  /* フォントサイズちょっと小さく */
  position: relative;
  /* ちょっと上付きにするための指定 */
  top: -.2em;
  /* ちょっと上付きにする */
  margin-left: 5px;
  margin-right: .5em;
}

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

span.yakumotsu {
  margin: 0 0 0 -.5em;
}

.lity {
  background-color: rgba(255, 255, 255, 0) !important;
}

.lity-content:after {
  content: none !important;
}

.lity-close {
  background: transparent;
  -ms-transform: translate(-50%, -50%) !important;
      transform: translate(-50%, -50%) !important;
  font-weight: normal !important;
  text-indent: -9999px !important;
  text-shadow: none !important;
  color: #000 !important;
}

.hiddenString {
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  padding: 0;
  border: 0;
}

@media screen and (max-width: 640px) {
  .lity {
    background-color: rgba(255, 255, 255, 0.8) !important;
  }
  .lity-content:after {
    content: none !important;
  }
  .lity-close {
    right: auto !important;
    left: 93% !important;
    top: 5% !important;
    -ms-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
    font-weight: normal !important;
    font-size: 5rem !important;
    text-shadow: none !important;
    color: #000 !important;
  }
}

.header {
  position: fixed;
  height: 100px;
  width: 100%;
  background-color: rgba(255,255,255,.9);
  padding: 0;
  top: 0;
  left: 0;
  z-index: 1500;
}

.header .logo {
  margin: 0;
}

@media (max-width: 768px) {
  .header {
    height: 45px;
  }
  .header .logo {
    width: 108px;
    height: 30px;
    margin: 0;
  }
}

.footer {
  background-color: #fff;
  overflow: hidden;
}

.footer__contents {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border-top: dashed 1px #5C5A5A;
}

.footer__contents__container {
  width: 95%;
  margin: 0 auto;
  max-width: 900px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 30px 0;
  -ms-flex-align: center;
      align-items: center;
}

.footer__contents .share {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.footer__contents .share__ttl {
  font-size: 1.3rem;
  margin-right: 2em;
}

.footer__contents .share__list {
  display: -ms-flexbox;
  display: flex;
}

.footer__contents .share__list li {
  margin-right: 40px;
}

.footer__contents .share__list li a {
  color: #3E3A39;
}

.footer__contents .share__list li:last-child {
  margin-right: 0;
}

.footer__contents .contact__list {
  display: -ms-flexbox;
  display: flex;
}

.footer__contents .contact__list li {
  margin-right: 25px;
}

.footer__contents .contact__list li:last-child {
  margin-right: 0;
}

.footer__contents .contact__list li a {
  font-size: 1.4rem;
}

.footer__b {
  background-color: #3E3A39;
  padding: 20px;
}

.footer__b__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 95%;
  margin: 0 auto;
  max-width: 900px;
}

.footer__menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.footer__menu li {
  margin-right: 25px;
}

.footer__menu li a {
  font-size: 1.4rem;
  color: #fff;
}

.footer__menu li:last-child {
  margin-right: 0;
}

.footer .copyright {
  display: block;
  text-align: center;
  margin: 0;
}

.footer .copyright span {
  display: block;
  text-align: center;
}

.footer .copyright small {
  display: block;
  text-align: center;
  font-size: 1.1rem;
  color: #fff;
  margin: 12px 0 0;
}

@media (max-width: 768px) {
  .footer__contents__container {
    width: 100%;
    margin: 0 auto;
    max-width: 900px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 20px 0 0;
  }
  .footer__contents .share {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
    border-bottom: dashed 1px #5C5A5A;
    padding-bottom: 20px;
    width: 100%;
  }
  .footer__contents .share__ttl {
    display: block;
    font-size: 1.1rem;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .footer__contents .share__list {
    display: -ms-flexbox;
    display: flex;
  }
  .footer__contents .share__list li {
    margin-right: 40px;
    width: 40px;
  }
  .footer__contents .share__list li a {
    color: #3E3A39;
  }
  .footer__contents .share__list li:last-child {
    margin-right: 0;
  }
  .footer__contents .contact {
    width: 100%;
  }
  .footer__contents .contact__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 90%;
    margin: 15px auto;
  }
  .footer__contents .contact__list li {
    margin-right: 25px;
  }
  .footer__contents .contact__list li:last-child {
    margin-right: 0;
  }
  .footer__contents .contact__list li a {
    font-size: 1.2rem;
  }
  .footer__b {
    background-color: #3E3A39;
    padding: 20px;
  }
  .footer__b__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 95%;
    margin: 0 auto;
    max-width: 900px;
  }
  .footer__menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .footer__menu li {
    margin-right: 25px;
  }
  .footer__menu li a {
    font-size: 1.2rem;
    color: #fff;
  }
  .footer__menu li:last-child {
    margin-right: 0;
  }
  .footer .copyright {
    display: block;
    text-align: center;
    margin: 10px auto;
  }
  .footer .copyright span {
    display: block;
    text-align: center;
    width: 55px;
    margin: 0 auto;
  }
  .footer .copyright small {
    display: block;
    text-align: center;
    font-size: 1.1rem;
    color: #fff;
    margin: 8px 0 0;
  }
}

.main {
  position: relative;
  margin-top: 100px;
}

.main__img {
  background-position: center center;
  background-size: cover;
}

.main__img-pre2 {
  background-image: url("../img/nakashima_img.jpg");
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.main__contents {
  width: 100%;
  overflow: hidden;
  background-image: url("../img/pre2_foot.png");
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  width: 100%;
}

.main__contents .ttl {
  font-size: 3.4rem;
  color: #208040;
  font-family: "A1 Gothic B", sans-serif;
  line-height: 1.6;
  display: block;
  width: 100%;
  margin: 1.5em auto;
  max-width: 560px;
  margin-bottom: -20px;
}
.main__contents .ttl_sub {
  font-size: 2rem;
  color: #208040;
  font-family: "A1 Gothic M", sans-serif;
  line-height: 1.6;
  display: block;
  width: 100%;
  margin: 1.5em auto;
  max-width: 560px;
  margin-bottom: -20px;
  padding-top: 10px;
}
.main__contents .end {
  color: #666;
  text-align: center;
}
.cap {
  width: 520px;
  margin: 0 auto;
  font-size: 1.4rem;
  margin-top: 10px;
  color: #666;
}
.cap a {
  font-size: 1.4rem;
}
.main__contents .space {
  padding-top: 260px;
}
.bold {
  font-family: "A1 Gothic B", sans-serif;
  font-size: 2rem;
}
.green {
  width: 700px;
  max-width: 100%;
  margin:0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background: rgba(80,180,110,0.5);
  margin-bottom: 20px;
  border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
}
/*動画
 * --------------------------------------------------------*/
 .youtube {
   position: relative;
   width: 100%;
   padding-top: 56.25%;
   margin-top: -10px;
   margin-bottom: 30px;
 }
 .youtube iframe {
   position: absolute;
   top: 0;
   right: 0;
   width: 100%;
   height: 100%;
 }

.conv {
width: 600px;
margin: 0 auto;
padding-top: 50px;
padding-bottom: 20px;
}
.conv dl {
padding-bottom: 35px;
}
.conv dt {
float: left;
clear: both;
font-family: "A1 Gothic M";
font-size: 1.6rem;
text-align: left;
font-weight: bold;
line-height: 1.4em;
padding-top: 5px;
}
.conv dd {
margin-left: 110px;
font-size: 1.6rem;
text-align: left;
}
.conv .photo {
width: 600px;
margin-top: -10px;
margin-bottom: 40px;
}

.main__contents-green {
  background-image: none;
  background-color: #208040;
  padding-bottom: 65px;
}

.main__contents-green .product {
  width: 100%;
  max-width: 470px;
  margin: 0 auto 2em;
}

.main__contents-green .product__container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding-top: 70px;
}

.main__contents-green .product__container br.sponly {
  display: none !important;
}

.main__contents-green .product__container > h1, .main__contents-green .product__container h2, .main__contents-green .product__container h3, .main__contents-green .product__container p {
  width: 100%;
  max-width: 600px;
  color: #fff;
}

.main__contents-green .product__container > h1 {
  font-size: 4rem;
  font-family: "A1 Gothic B", sans-serif;
  margin: 0 auto;
  line-height: 1.6;
  max-width: 500px;
}

.main__contents-green .product__container > h1 span {
  font-size: 2.8rem;
  color: #208040;
  font-family: "A1 Gothic B", sans-serif;
  border-radius: 10px;
  background-color: #fff;
  padding: 0 .5em;
  display: block;
  width: 410px;
  margin: 0 0 20px;
}

.main__contents-green .product__container > h1 > span.yakumotsu {
  display: inline;
  width: auto;
  background: none;
  font-size: 4rem;
  color: #fff;
  font-family: "A1 Gothic B", sans-serif;
  line-height: 1.6;
  margin: 0 0 0 -.5em;
  padding: 0;
}

.main__contents-green .product__container > h3 {
  font-size: 2.6rem;
  font-family: "A1 Gothic B", sans-serif;
  margin: 0 auto;
}

.main__contents-green .product__container > p {
  margin: 2em auto;
}

.main__contents-green .product__container > p a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  display: inline-block;
  padding: .2em .5em;
  margin-bottom: .5em;
}

.main__contents-green .product__container > p, .main__contents-green .product__container > h3 {
  max-width: 450px;
}

.main__contents-green .product__container > p.product__img, .main__contents-green .product__container > h3.product__img {
  max-width: 600px;
}

.main__contents-green .product__container > h3 + p {
  margin-top: 0;
}

.main__contents-green .product__genre {
  font-size: 1.5rem;
  color: #208040;
  text-align: center;
  width: 71px;
  height: 71px;
  display: block;
  background-image: url("../img/cloud.png");
  background-size: contain;
  line-height: 71px;
  margin: 0;
  font-family: "A1 Gothic B", sans-serif;
}

.main__contents-green .product__name {
  font-size: 2.6rem;
  margin: 0;
  font-family: "A1 Gothic B", sans-serif;
}

.main__contents-green .product__value {
  font-size: 2rem;
  margin: 0;
  font-family: "A1 Gothic B", sans-serif;
}

.main__contents-movie {
  background: none;
  padding-bottom: 65px;
}

.main__contents-movie .movie__ttl {
  font-size: 4rem;
  color: #208040;
  font-family: "A1 Gothic B", sans-serif;
  line-height: 1.6;
  display: block;
  width: 95%;
  margin: 1.5em auto;
  max-width: 410px;
}

.main__contents-movie iframe {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: 56.25vw;
  max-height: 675px;
  margin: 0 auto;
}

.intro {
  padding: 0 0 50px;
  width: 95%;
  max-width: 600px;
  margin: 0 auto;
}

.intro p {
  font-size: 1.8rem;
  font-family: "A1 Gothic M", sans-serif;
  color: #000;
  line-height: 2.1;
  width: 95%;
  margin: 2em auto;
  max-width: 520px;
}

.intro p a {
  color: #F0641E;
}

.intro .intro__img {
  margin: 35px auto;
  width: 100%;
  max-width: 100%;
}

.intro_green {
  padding: 0 0 50px;
  width: 95%;
  max-width: 600px;
  margin: 0 auto;
}

.intro_green p {
  font-size: 1.6rem;
  color: #fff;
  line-height: 2.1;
  width: 95%;
  margin: 2em auto;
  max-width: 520px;
  margin-bottom: -80px;
}

.intro_green p a {
  color: #f6be07;
}

.intro_green .ttl {
  font-size: 3rem;
  color: #fff;
  font-family: "A1 Gothic B", sans-serif;
  line-height: 1.6;
  display: block;
  width: 100%;
  margin: 1.5em auto;
  margin-bottom: 10px;
}

.intro_green .ttl_sub {
  font-size: 2rem;
  color: #fff;
  font-family: "A1 Gothic M", sans-serif;
  line-height: 1.6;
  display: block;
  width: 100%;
  margin: 1.5em auto;
  margin-bottom: 10px;
}

.intro_green .intro__img {
  margin: 35px auto;
  width: 100%;
  max-width: 100%;
  margin-top: 120px;
}

.footer {
  background-color: #fff;
  overflow: hidden;
}

.footer__contents {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border-top: dashed 1px #5C5A5A;
}

.footer__contents__container {
  width: 95%;
  margin: 0 auto;
  max-width: 900px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 30px 0;
  -ms-flex-align: center;
      align-items: center;
}

.footer__contents .share {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.footer__contents .share__ttl {
  font-size: 1.3rem;
  margin-right: 2em;
}

.footer__contents .share__list {
  display: -ms-flexbox;
  display: flex;
}

.footer__contents .share__list li {
  margin-right: 40px;
}

.footer__contents .share__list li a {
  color: #3E3A39;
}

.footer__contents .share__list li:last-child {
  margin-right: 0;
}

.footer__contents .contact__list {
  display: -ms-flexbox;
  display: flex;
}

.footer__contents .contact__list li {
  margin-right: 25px;
}

.footer__contents .contact__list li:last-child {
  margin-right: 0;
}

.footer__contents .contact__list li a {
  font-size: 1.4rem;
}

.footer__b {
  background-color: #3E3A39;
  padding: 20px;
}

.footer__b__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 95%;
  margin: 0 auto;
  max-width: 900px;
}

.footer__menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.footer__menu li {
  margin-right: 25px;
}

.footer__menu li a {
  font-size: 1.4rem;
  color: #fff;
}

.footer__menu li:last-child {
  margin-right: 0;
}

.footer .copyright {
  display: block;
  text-align: center;
  margin: 0;
}

.footer .copyright span {
  display: block;
  text-align: center;
}

.footer .copyright small {
  display: block;
  text-align: center;
  font-size: 1.1rem;
  color: #fff;
  margin: 12px 0 0;
}

@media (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  /*.header {*/
  /*  position: fixed;*/
  /*  height: 45px;*/
  /*}*/
  /*.header .logo {*/
  /*  width: 108px;*/
  /*  height: 30px;*/
  /*  margin: 0;*/
  /*}*/
  .shoppingbtn {

  }
  .main {
    position: relative;
    margin-top: 60px;
  }
  .main__img-pre2 {
    background-image: url("../img/nakashima_img_sp.jpg");
    width: 100%;
    height: 0;
    padding-top: 137.65625%;
  }
  .main__contents .ttl {
    font-size: 2.4rem;
  }
  .main__contents .ttl_sub {
    font-size: 1.6rem;
  }
  .cap {
    width: 95%;
    font-size: 1.4rem;
  }
  .cap a {
    font-size: 1.4rem;
  }
  .main__contents .space {
    padding-top: 0px;
  }
  .bold {
    font-size: 1.8rem;
  }
  .green {
    width: 95%;
    margin-top: 20px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    border-radius: 5px;        /* CSS3草案 */
      -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
      -moz-border-radius: 5px;   /* Firefox用 */
  }
  .conv {
  width: 95%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.conv dt {
  width: 100%;
  font-size: 1.6rem;
  float: none;
}
.conv dd {
  width: 100%;
  font-size: 1.6rem;
  margin-left: 5px;
  padding-top: 5px;
}
.conv dl {
  padding-bottom: 10px;
}
.conv .photo {
  width: 100%;
  margin: 0 auto;
}

  .main__contents .end {
    color: #666;
    font-size: 1.4rem;
  }
  .main__contents-green {
    background-image: none;
    background-color: #208040;
    padding-bottom: 30px;
  }
  .main__contents-green .product {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 2em;
  }
  .main__contents-green .product__container {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    padding-top: 25px;
  }
  .main__contents-green .product__container br.sponly {
    display: block !important;
  }
  .main__contents-green .product__container > h1, .main__contents-green .product__container h2, .main__contents-green .product__container h3, .main__contents-green .product__container p {
    width: 100%;
    max-width: 100%;
    color: #fff;
  }
  .main__contents-green .product__container > h1 {
    font-size: 2.3rem;
    font-family: "A1 Gothic B", sans-serif;
    margin: 0 auto;
    line-height: 1.6;
    max-width: 100%;
  }
  .main__contents-green .product__container > h1 span {
    font-size: 1.7rem;
    color: #208040;
    font-family: "A1 Gothic B", sans-serif;
    border-radius: 10px;
    background-color: #fff;
    padding: 0 .5em;
    display: inline-block;
    width: auto;
    margin: 0 0 20px;
  }
  .main__contents-green .product__container > h1 > span.yakumotsu {
    display: inline;
    width: auto;
    background: none;
    font-size: 2.3rem;
    color: #fff;
    font-family: "A1 Gothic B", sans-serif;
    line-height: 1.6;
    margin: 0 0 0 -.5em;
    padding: 0;
  }
  .main__contents-green .product__container > h3 {
    font-size: 1.9rem;
    font-family: "A1 Gothic B", sans-serif;
    margin: 0 auto;
  }
  .main__contents-green .product__container > p {
    margin: 2em auto;
    font-size: 1.4rem;
  }
  .main__contents-green .product__container > p a {
    font-size: 1.4rem;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    display: inline-block;
    padding: .2em .5em;
    margin-bottom: .5em;
  }
  .main__contents-green .product__container > p, .main__contents-green .product__container > h3 {
    max-width: 100%;
  }
  .main__contents-green .product__container > p.product__img, .main__contents-green .product__container > h3.product__img {
    max-width: 100%;
  }
  .main__contents-green .product__container > h3 + p {
    margin-top: 0;
  }
  .main__contents-green .product__genre {
    font-size: 1.4rem;
    color: #208040;
    text-align: center;
    letter-spacing: 0;
    width: 61px;
    height: 61px;
    display: block;
    background-image: url("../img/cloud.png");
    background-size: contain;
    line-height: 61px;
    margin: 0;
    font-family: "A1 Gothic B", sans-serif;
  }
  .main__contents-green .product__name {
    font-size: 1.9rem;
    margin: 0;
    font-family: "A1 Gothic B", sans-serif;
  }
  .main__contents-green .product__value {
    font-size: 1.5rem;
    margin: 0;
    font-family: "A1 Gothic B", sans-serif;
  }
  .main__contents-green .product > p {
    font-size: 1.4rem;
  }
  .main__contents-movie {
    background: none;
    padding-bottom: 32px;
  }
  .main__contents-movie .movie__ttl {
    font-size: 2rem;
    color: #208040;
    font-family: "A1 Gothic B", sans-serif;
    line-height: 1.6;
    display: block;
    width: 80%;
    margin: 1em auto;
    max-width: 80%;
  }
  .main__contents-movie iframe {
    display: block;
    width: 100%;
    max-width: 1200px;
    height: 56.25vw;
    max-height: 675px;
    margin: 0 auto;
  }
  .intro {
    padding: 5px 0 32vw;
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
  }
  .intro p {
    font-size: 1.6rem;
    color: #000;
    line-height: 2;
  }
  .intro p a {
    font-size: 1.6rem;
  }
  .intro .intro__img {
    margin: 20px auto;
  }
  .intro_green {
    padding: 5px 0 32vw;
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
  }
  .intro_green p {
    font-size: 1.6rem;
    color: #fff;
    line-height: 2.1;
    margin-bottom: -130px;
  }
  .intro_green p a {
    font-size: 1.6rem;
  }
  .intro_green .ttl {
    font-size: 2rem;
  }

  .intro_green .ttl_sub {
    font-size: 1.7rem;
  }
  .intro_green .intro__img {
    margin: 20px auto;
    margin-top: 160px;
  }
  .footer {
    background-color: #fff;
    overflow: hidden;
  }
  .footer__contents {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-top: dashed 1px #5C5A5A;
  }
  .footer__contents__container {
    width: 100%;
    margin: 0 auto;
    max-width: 900px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 20px 0 0;
  }
  .footer__contents .share {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
    border-bottom: dashed 1px #5C5A5A;
    padding-bottom: 20px;
    width: 100%;
  }
  .footer__contents .share__ttl {
    display: block;
    font-size: 1.1rem;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .footer__contents .share__list {
    display: -ms-flexbox;
    display: flex;
  }
  .footer__contents .share__list li {
    margin-right: 40px;
    width: 40px;
  }
  .footer__contents .share__list li a {
    color: #3E3A39;
  }
  .footer__contents .share__list li:last-child {
    margin-right: 0;
  }
  .footer__contents .contact {
    width: 100%;
  }
  .footer__contents .contact__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 90%;
    margin: 15px auto;
  }
  .footer__contents .contact__list li {
    margin-right: 25px;
  }
  .footer__contents .contact__list li:last-child {
    margin-right: 0;
  }
  .footer__contents .contact__list li a {
    font-size: 1.2rem;
  }
  .footer__b {
    background-color: #3E3A39;
    padding: 20px;
  }
  .footer__b__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 95%;
    margin: 0 auto;
    max-width: 900px;
  }
  .footer__menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .footer__menu li {
    margin-right: 25px;
  }
  .footer__menu li a {
    font-size: 1.2rem;
    color: #fff;
  }
  .footer__menu li:last-child {
    margin-right: 0;
  }
  .footer .copyright {
    display: block;
    text-align: center;
    margin: 10px auto;
  }
  .footer .copyright span {
    display: block;
    text-align: center;
    width: 55px;
    margin: 0 auto;
  }
  .footer .copyright small {
    display: block;
    text-align: center;
    font-size: 1.1rem;
    color: #fff;
    margin: 8px 0 0;
  }
}
