@charset "UTF-8";
/* Base CSS */
html, body, span, object, iframe, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, hgroup, menu, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  word-break: break-all;
}

div, h1, h2, h3, h4, h5, h6, footer, header, dl, dt, dd, ol, ul, li, p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  word-break: break-all;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* _______________________form setting  */
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

input, textarea, select, option, optgroup {
  vertical-align: middle;
  letter-spacing: 0em;
}

select {
  min-width: 2em;
}

option, optgroup {
  padding-right: 0.4em;
}

/* _______________________mouse cursor */
label[for],
input[type="checkbox"],
input[type="radio"],
input[type="button"],
input[type="image"],
input[type="reset"],
input[type="submit"],
select, option, button {
  cursor: pointer;
}

optgroup {
  cursor: default;
}

/* style.css */
#main img{
    width: 100%;
    display: block;
}
#footer img{
    width: 100%;
    display: block;
}
.inner{
    position: relative;
}

@media (min-width: 769px) {
    html,body{
        min-width: 1200px;
    }
    .wrapper{
        padding-top: 84px;
    }
    .sec1,.sec2{
        background-color: #f4c2c3;
    }
    .cv{
        background-color: #ec6c8f;
    }
    #footer{
        background-color: #012770;
    }
    .inner{
        max-width: 1200px;
        margin: 0 auto;
    }
    .cv .link{
        position: absolute;
        top: 104px;
        left: 0;
        width: 1200px;
        height: 100px;
    }
    .cv .link a:hover{
        opacity: .8;
    }
    .loft{
        position: absolute;
        top: 0;
        left: 400px;
    }
    .amazon{
        position: absolute;
        top: 0;
        right: 398px;
    }
    .movie{
        position: absolute;
        top: 478px;
        right: 296px;
        width: 604px;
        height: 338px;
        border-radius: 50px;
        overflow: hidden;
        border: 3px solid #fff;
    }
    .movie iframe{
/*        transform: scale(1.03);*/
      position: absolute;
      top: 50%;
      left: 50%;
      width: 103%;
      height: 103%;
      transform: translate(-50%, -50%);
      border: 0;
      display: block;
      object-fit: cover;
      aspect-ratio: 1112 / 580;
    }
    #headerSp {
        display: none;
    }
    #headerPc {
        height: 84px;
        position: fixed;
        top: 0;
        z-index: 10;
        width: 100%;
        background: #fff;
    }
    #headerPc ul {
        max-width: 1000px;
        margin: auto;
        padding: 14px 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }

    #headerPc li {
        padding: 18px 0 0;
        font-size: 14px;
        margin: 0;
    }

    #headerPc li:first-of-type {
        padding: 0;
    }

    #headerPc li:last-of-type {
        padding: 16px 0 0;
    }

    #headerPc li img {
        vertical-align: middle;
    }

    #headerPc li a {
        color: #00276f;
        text-decoration: none;
        letter-spacing: 1px;
        display: block;
    }

    #headerPc li:not(:first-of-type) a:hover,
    #headerPc .active a {
        border-bottom: 1px solid #00276f;
        padding-bottom: 6px;
    }

}
@media (max-width: 768px) {
    .movie{
        position: absolute;
        bottom: 18vw;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 88vw;
        height: 49.62vw;
        border-radius: 6vw;
        overflow: hidden;
        border: 0.6vw solid #fff;
    }
    .movie_inner{
        width: 100%;
        height: 100%;
        
    }
    .movie iframe{
        position: absolute;
        top: 50%;
        left: 50%;
        width: 103%;
        height: 103%;
        transform: translate(-50%, -50%);
        border: 0;
        display: block;
        object-fit: cover;
        aspect-ratio: 1112 / 580;
    }
    .cv .link{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 9.25vw;
        position: absolute;
        top: 18vw;
        left: 0;
    }
    .loft{
        width: 32.81vw;
    }
    .amazon{
        width: 33.12vw;
    }
    #headerPc {
        display: none;
    }
    #headerSp {
        position: relative;
        display: block;
        padding-bottom: 9px;
    }

    #headerSp .gNavi {
        width: 100%;
        padding-bottom: 15px;
        padding-top: 10px;
        font-size: 14px;
        font-size: 2.4vw;
    }

    #headerSp .gNavi li {
        text-align: center;
        padding: 15px 0;
    }

    #headerSp .gNavi li a {
        color: #00276f;
        text-decoration: none;
        letter-spacing: 1px;
    }

    #headerSp .hText {
        position: absolute;
        left: 10px;
        top: 24px;
    }

    #headerSp .hText img {
        width: 81px;
    }

    #headerSp .logo {
        float: none;
        text-align: center;
        padding: 9px 0 0 0;
        font-size: 0;
    }

    #headerSp .logo img {
        width: 72px;
    }
}