@charset "UTF-8";
/* CSS Document */
/*=========================================== 
スマホ向けのレイアウトの指定：～768px 
===========================================*/
@media only screen and (min-width: 0px) {
  .br_sp {
    display: inline-block;
  }

  html,
  body {
    color: rgb(50, 50, 50);
  }

  body {
    overflow-x: hidden;
  }

  #layer-area {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .35);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    text-align: center;
    display: flex;
    flex-flow: column;
    align-content: center;
    justify-content: center;
  }

  #layer-board {
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    overflow-y: auto;
  }

  #layer-board #p_inner {
    padding: 20px 30px;
  }

  #layer-board h3 {
    background: rgb(139, 199, 207);
    color: #fff;
    font-size: 2.1em;
    padding: 15px 30px;
    line-height: 1.25;
  }

  #layer-board p,
  #btn_close {
    color: rgb(50, 50, 50);
    font-size: 1.4em;
    line-height: 1.75;
    margin: 12px 0;
  }

  #layer-board p#more {
    display: inline-block;
  }

  #layer-board p#more a {
    display: block;
    background: rgb(139, 199, 207);
    color: #fff;
    padding: 8px 1em;
  }

  button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
  }

  #btn_close {
    color: #fff;
    display: block;
    width: 40%;
    padding: 15px;
    margin: 5px auto;
    cursor: pointer;
  }

  #container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

  #wrapper {
    width: 100%;
    margin: 0 auto;
  }

  /*メインビジュアル*/
  .logo_box {
    width: 100%;
    margin: 0 auto;
  }

  .logo {
    position: absolute;
    top: 0;
    left: 5%;
    z-index: 10;
  }

  .slick-slider img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: 0 35%;
  }

  #sp-slider {
    display: block;
  }

  #pc-slider {
    display: none;
  }

  .bxslider {
    width: 100%;
    height: 560px;
  }

  .bxslider img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }

  .mv h2.title {
    margin: 20px auto;
    text-align: center;
  }

  /*いこーよロゴ*/
  .iko-yo {
    background-color: #ebf4f5;
  }

  .iko-yo img {
    width: 90%;
    display: block;
    margin: 0 auto;
    padding: 20px 0;
  }

  #wrapper > .info {
    padding: 20px 20px;
    background-color: #ebf4f5;
  }

  #wrapper > .info * {
    box-sizing: border-box;
  }

  #wrapper > .info ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 0 auto;
  }

  #wrapper > .info ul li {
    flex: 1;
    width: 100%;
    background: rgb(139, 199, 207);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  }

  #wrapper > .info ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 84px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
  }

  #wrapper > .info ul li:first-of-type a {
    padding: 14px 20px;
    font-size: 21px;
  }

  #wrapper > .info ul li:last-of-type a dl {}

  #wrapper > .info ul li:last-of-type a dl dt,
  .info ul li:last-of-type a dl dd {
    padding: 10px 10px;
    font-weight: bold;
    letter-spacing: .04em;
  }

  #wrapper > .info ul li:last-of-type a dl dd {
    flex: 1;
    flex-basis: 100%;
    color: rgb(50, 50, 50);
    background: #fff;
  }

  #wrapper > .info ul li.link-line a {
    display: block;
  }

  #wrapper > .info ul li.link-line p {
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: left;
    letter-spacing: .04em;
    color: rgb(50, 50, 50);
  }

  #wrapper > .info ul li.link-line p span:last-of-type {
    color: rgb(6, 199, 85);
    font-weight: bold;
    font-size: 21px;
    line-height: 1.25;
  }

  #wrapper > .info ul li:last-of-type a dl dd {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    color: rgb(6, 199, 85);
  }

  /*臨時お知らせ:タイトル+メッセージ コロナウイルス対策について*/
  .measures {
    padding: 0 2% 5px;
  }

  .measures a {
    text-decoration: none;
  }

  .measures table {
    max-width: 1000px;
    margin: 0 auto 20px;
    font-size: 15px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
  }

  .measures table tr {
    display: block;
  }

  .measures table th {
    background: #8bc6ce;
    padding: 10px 10px;
    color: #fff;
    border-radius: 12px 12px 0 0;
    line-height: 15px;
    display: block;
  }

  .measures table td {
    background: #fff;
    padding: 10px 10px;
    border-radius: 0 0 12px 12px;
    line-height: 15px;
    color: rgb(50, 50, 50);
    text-align: center;
  }

  /*臨時お知らせ:タイトル 価格改定にのお知らせ*/
  .temporary a {
    max-width: 755px;
    width: 80%;
    border-radius: 10px;
    background: rgb(139, 199, 207);
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 10px 2%;
    margin: 20px auto;
    display: block;
    text-align: center;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  }

  /*キャンペーン*/
  .campaign {
    width: 100%;
    margin: 80px auto 0;
  }

  .campaign h3.heading {
    padding: 0 0 2px 0;
    font-size: 26px;
    text-align: center;
    letter-spacing: 0.12em;
    font-family: serif;
  }

  .campaign ul.c-slider {
    width: 100%;
    margin: 32px auto 0;
    padding: 0 0 32px 0;
    font-size: 0;
    text-align: center;
    vertical-align: top;
    overflow: hidden;
  }

  .campaign ul.c-slider li.slick-slide {
    box-sizing: border-box;
    width: 100%;
    max-width: 312px;
    margin: 0 16px;
    display: inline-block;
  }

  .campaign li .text {
    width: 80%;
    min-width: 160px;
    margin: 0 auto;
    padding: 8px 0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: rgb(139, 199, 207);
    border: solid rgb(139, 199, 207);
    border-width: 1px 1px 0 1px;
    border-radius: 4px 4px 0 0;
    display: block;
  }

  .campaign li .small {
    font-size: 12px;
  }

  .campaign li img {
    width: 100%;
    max-width: 312px;
    height: auto;
  }

  /*ニュース*/
  .news,
  .blog {
    width: 90%;
    margin: 60px auto;
  }

  .news h3.heading,
  .blog h3.heading {
    font-size: 26px;
    text-align: center;
    letter-spacing: 0.12em;
    font-family: serif;
    line-height: normal;
  }

  .news ul.c-slider,
  .blog ul.c-slider {
    margin: 0 auto 32px;
    padding: 0 0 32px;
    font-size: 0;
    text-align: center;
  }

  .news ul.c-slider li.slick-slide,
  .blog ul.c-slider li.slick-slide {
    box-sizing: border-box;
    width: 90%;
    max-width: 226px;
    margin: 20px 24px 0 0;
    border: 1px solid rgb(230, 230, 230);
    display: inline-block;
    vertical-align: top;
  }

  /* 241003追記*/
  .campaign ul.c-slider.cms li.slick-slide .banner {
    position: relative;
    display: flex;
  }

  .campaign ul.c-slider.cms li.slick-slide figure {
    max-width: 156px;
    max-height: 148px;
    margin: 0;
  }

  .campaign ul.c-slider.cms li.slick-slide div {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgb(139, 199, 207);
  }

  .campaign ul.c-slider.cms li.slick-slide div p {
    font-family: "Hiragino Kaku Gothic ProN", Verdana, Meiryo, sans-serif;
    line-height: 1.3;
    font-weight: bold;
    color: #ffffff;
    filter: drop-shadow(1px 1px 4px #295E66);
  }

  .campaign ul.c-slider.cms li.slick-slide div * {
    font-feature-settings: "palt";
  }

  .campaign ul.c-slider.cms li.slick-slide figure img {
    width: 100%;
    height: 100%;
    min-height: 148px;
    object-fit: cover;
    object-position: center;
  }

  .campaign ul.c-slider.cms li.slick-slide .banner::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    box-shadow:
      inset 0 2px 3px rgba(150, 150, 150, .75),
      inset 0 -2px 3px rgba(150, 150, 150, .75),
      inset -2px 0 3px rgba(150, 150, 150, .75),
      inset 2px 0 3px rgba(150, 150, 150, .75);
    mix-blend-mode: luminosity;
  }

  .campaign p.txt01.middle,
  .campaign p.txt02.small,
  .campaign p.txt03.middle {
    font-size: 18px;
    letter-spacing: .05em;
  }

  .campaign p.txt01.small,
  .campaign p.txt03.small {
    font-size: 15px;
    letter-spacing: .05em;
    line-height: 2 !important;
  }

  .campaign p.txt01.large,
  .campaign p.txt02.middle,
  .campaign p.txt03.large {
    font-size: 27px;
    letter-spacing: .025em;
  }

  .campaign p.txt02.large {
    font-size: 54px;
    letter-spacing: .025em;
  }

  .news .img,
  .blog .img {
    min-height: 176px;
  }

  .news .img img,
  .blog .img img {
    width: 100%;
    height: 176px;
    object-fit: cover;
  }

  .news dl,
  .blog dl {
    padding: 16px;
    background: rgb(255, 255, 255);
    height: 183px;
    box-sizing: border-box;
  }

  .news dl dt.date,
  .blog dl dt.date {
    margin: 0 0 12px 0;
    font-size: 12px;
    text-align: left;
    font-family: 'Lekton', sans-serif;
    color: rgb(130, 130, 130);
  }

  .news dl dt.title,
  .blog dl dt.title {
    margin: 0 0 16px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 1.5;
    color: rgb(50, 50, 50);
  }

  .news dl dd,
  .blog dl dd {
    min-height: 63px;
    font-size: 14px;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.5;
    color: rgb(50, 50, 50);
  }

  .news .btn,
  .blog .btn {
    box-sizing: border-box;
    width: 120px;
    height: 36px;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    letter-spacing: 0.22em;
    font-family: serif;
    background: rgb(230, 230, 230);
  }

  .news .btn .small,
  .blog .btn .small {
    font-size: 10.5px;
  }

  .news .btn a,
  .blog .btn a {
    box-sizing: border-box;
    height: 36px;
    color: rgb(130, 130, 130);
    display: block;
  }

  /*コンテンツ*/
  .content {
    width: 100%;
    margin: 0 auto;
    background: url(../images/index_bg_01_sp.png) no-repeat top center;
    background-size: contain;
  }

  .content .bg {
    margin: 14% auto 0;
    padding: 48px 0 0 0;
    background: rgb(250, 250, 250);
    background-image: url(../images/index_bg_02_sp.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 480px;
  }

  h4.heading {
    margin: 0 auto 40px;
    font-size: 26px;
    text-align: center;
    letter-spacing: 0.10em;
    font-family: serif;
  }

  .m-btn {
    box-sizing: border-box;
    width: 230px;
    height: 46px;
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
    line-height: 46px;
    letter-spacing: 0.10em;
    font-family: serif;
    background: rgb(139, 199, 207);
    border-radius: 4px;
    clear: both;
  }

  .m-btn a {
    box-sizing: border-box;
    height: 46px;
    color: rgb(255, 255, 255);
    display: block;
  }

  /*コンテンツ-1 > コンセプト*/
  .concept {
    width: 90%;
    margin: 0 auto;
  }

  .concept .heading {
    text-align: center;
  }

  .concept .heading img {
    width: 100%;
    max-width: 488px;
    height: auto;
  }

  .concept .lead {
    margin: 48px auto 0;
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.24em;
    font-family: serif;
  }

  .concept .text {
    margin: 48px auto 0;
    font-size: 14px;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.18em;
    font-family: serif;
  }

  .concept .img {
    display: none;
  }

  /*コンテンツ-2 > 4つの特徴*/
  .point {
    width: 90%;
    max-width: 480px;
    margin: 40px auto 0;
    overflow: hidden;
  }

  .point dl {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    overflow: hidden;
  }

  .point dt {
    width: 36%;
    max-width: 144px;
  }

  .point dt img {
    width: 100%;
    height: auto;
  }

  .point dd {
    width: 64%;
    max-width: 256px;
    margin: 10% 0 0 0;
    font-size: 18px;
    text-align: center;
    line-height: 1.7;
    letter-spacing: 0.10em;
    font-family: serif;
    color: rgb(123, 171, 190);
  }

  .point-1 dd {
    margin: 0;
  }

  .point .left dt,
  .point .right dd {
    float: left;
  }

  .point .right dt,
  .point .left dd {
    float: right;
  }

  .point .m-btn {
    margin: 40px auto 0;
  }

  /*コンテンツ-3 > 撮影メニュー*/
  .menu {
    width: 90%;
    margin: 80px auto 0;
  }

  .menu .text {
    margin: 40px auto 8px;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.18em;
    font-family: serif;
  }

  .menu ul {
    margin: 0 auto;
    text-align: center;
    vertical-align: top;
  }

  .menu ul li {
    box-sizing: border-box;
    width: 41.8%;
    max-width: 226px;
    margin: 32px 3.7% 0;
    display: inline-block;
  }

  .menu ul li img {
    width: 100%;
    height: auto;
  }

  .menu ul li a {
    display: block;
  }

  .menu .m-btn {
    margin: 40px auto 0;
  }

  /*コンテンツ-4 > ギャラリー*/
  .gallery {
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
    background: url(../images/index_bg_03_sp.png) no-repeat top center;
    background-size: 480px;
  }

  .gallery_box {
    width: 90%;
    margin: 0 auto;
  }

  .gallery .text {
    margin: 0 auto 48px;
    font-size: 14px;
    text-align: center;
    line-height: 2.3;
    letter-spacing: 0.18em;
    font-family: serif;
  }

  .gallery .img {
    max-width: 448px;
    margin: 0 auto;
  }

  .gallery .img img {
    width: 100%;
    height: auto;
  }

  .gallery .g-sp {
    display: block;
  }

  .gallery .g-pc {
    display: none;
  }

  .gallery .m-btn {
    margin: 40px auto 0;
  }

  /*コンテンツ-5 > 衣装*/
  .costume {
    margin: 0 auto;
    padding: 0 0 15% 0;
    background: url(../images/index_bg_05_sp.png) no-repeat center bottom;
    background-size: contain;
  }

  .costume_box {
    width: 100%;
    margin: 0 auto;
    background: rgb(250, 250, 250);
    background-image: url(../images/index_bg_04_sp.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 480px;
    overflow: hidden;
    position: relative;
  }

  .costume_inner {
    width: 90%;
    margin: 0 auto;
  }

  .costume .img {
    display: none;
  }

  .costume .text {
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    line-height: 2.3;
    letter-spacing: 0.18em;
    font-family: serif;
  }

  .costume ul {
    margin: 20px auto 0;
    text-align: center;
    vertical-align: top;
  }

  .costume ul li {
    box-sizing: border-box;
    width: 45%;
    max-width: 160px;
    margin: 20px 2% 0;
    display: inline-block;
  }

  .costume ul li img {
    width: 100%;
    height: auto;
  }

  .costume .c-sp {
    display: block;
  }

  .costume .c-pc {
    display: none;
  }

  .costume .m-btn {
    margin: 40px auto 0;
  }

  /*リンクボタン*/
  .link {
    width: 90%;
    margin: 60px auto;
  }

  .link ul li {
    width: 90%;
    max-width: 250px;
    margin: 0 auto 20px;
  }

  .link ul li:last-child {
    margin: 0 auto;
  }

  .link ul li img {
    width: 100%;
    height: auto;
  }
}

/*=========================================== 
スマホ向けのレイアウトの指定：480px〜
===========================================*/
@media only screen and (min-width: 481px) {
  .point-1 dd {
    margin: 10% 0 0 0;
  }

  .link ul {
    font-size: 0;
    text-align: center;
  }

  .link ul li {
    width: 46%;
    max-width: 360px;
    margin: 0 8% 0 0;
    display: inline-block;
  }

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

/*=========================================== 
PC向けのレイアウトの指定：768px〜
===========================================*/
@media only screen and (min-width: 769px) {
  #container {
    width: 100vw;
  }

  #layer-board h3 {
    font-size: 3.2em;
  }

  #layer-board p,
  #btn_close {
    font-size: 2.1em;
  }

  /*メインビジュアル*/
  .mv {
    margin: 10px auto 0;
  }

  .logo_box {
    width: auto;
    max-width: 1144px;
    padding: 0 20px;
    position: relative;
  }

  .logo {
    top: 20px;
    left: 20px;
  }

  .slick-slider img {
    height: 640px;
  }

  #sp-slider {
    display: none;
  }

  #pc-slider {
    display: block;
  }

  .bxslider {
    width: 100vw;
    height: 640px;
  }

  .bxslider img {
    height: 640px;
  }

  /*キャンペーン*/
  .campaign {
    width: auto;
    max-width: 1032px;
    padding: 0 4px;
  }

  .campaign ul.c-slider {
    max-width: 1032px;
    padding: 0 16px;
  }

  .campaign ul.c-slider li.slick-slide a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    /* IE 6,7*/
    -ms-filter: "alpha(opacity=80)";
    /* IE 8,9 */
    -moz-opacity: 0.8;
    /* FF , Netscape */
    -khtml-opacity: 0.8;
    /* Safari 1.x */
    zoom: 1;
    /*IE*/
  }

  /*ニュース*/
  .news,
  .blog {
    width: auto;
  }

  .news ul.c-slider,
  .blog ul.c-slider {
    max-width: 1032px;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .news h3.heading,
  .blog h3.heading {
    margin: 0 auto 32px;
  }

  .news ul.c-slider li.slick-slide,
  .blog ul.c-slider li.slick-slide {
    box-sizing: border-box;
    width: 22.6%;
    margin: 0 16px;
    border: 1px solid rgb(230, 230, 230);
  }

  .news ul.c-slider li.slick-slide:last-child,
  .blog ul.c-slider li.slick-slide:last-child {
    margin: 0;
  }

  .news ul.c-slider li.slick-slide a:hover,
  .blog ul.c-slider li.slick-slide a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    /* IE 6,7*/
    -ms-filter: "alpha(opacity=80)";
    /* IE 8,9 */
    -moz-opacity: 0.8;
    /* FF , Netscape */
    -khtml-opacity: 0.8;
    /* Safari 1.x */
    zoom: 1;
    /*IE*/
  }

  .news dl dt.title,
  .blog dl dt.title {
    min-height: 48px;
  }

  .news .btn a:hover,
  .blog .btn a:hover {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(230, 230, 230);
  }

  /*コンテンツ*/
  .content {
    width: 100vw;
    background: url(../images/index_bg_01_pc.png) no-repeat top center;
    background-size: contain;
  }

  .content .bg {
    margin: 5.4% auto 0;
    padding: 60px 0 0 0;
    background: rgb(250, 250, 250);
    background-image: url(../images/index_bg_02_pc.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1280px;
  }

  .left-side {
    float: left;
  }

  .right-side {
    float: right;
  }

  h4.heading {
    font-size: 42px;
  }

  .m-btn a:hover {
    color: rgb(139, 199, 207);
    background: rgb(255, 255, 255);
    border: 1px solid rgb(139, 199, 207);
    border-radius: 4px;
  }

  /*いこーよ*/
  .iko-yo img {
    width: 590px;
    display: block;
    margin: 0 auto;
    padding: 20px 0;
  }

  .iko-yo a :hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    /* IE 6,7*/
    -ms-filter: "alpha(opacity=80)";
    /* IE 8,9 */
    -moz-opacity: 0.8;
    /* FF , Netscape */
    -khtml-opacity: 0.8;
    /* Safari 1.x */
    zoom: 1;
    /*IE*/
  }

  .info ul li:last-of-type a dl {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .info ul li:last-of-type a dl dt {
    flex: 0;
    flex-basis: 30%;
    white-space: nowrap;
  }

  .info ul li:last-of-type a dl dd {
    flex: 1;
  }

  /*コロナウイルス対策について*/
  .measures table {
    font-size: 16px;
  }

  .measures table th {
    border-radius: 12px 0 0 12px;
    display: revert;
  }

  .measures table td {
    border-radius: 0 12px 12px 0;
    text-align: left;
  }

  /*コンテンツ-1 > コンセプト*/
  .concept {
    width: auto;
    max-width: 1000px;
    padding: 0 20px;
    overflow: hidden;
  }

  .concept .left-side {
    width: 48.8%;
    max-width: 488px;
  }

  .concept .lead {
    margin: 32px auto 0;
    font-size: 23px;
  }

  .concept .text {
    font-size: 14px;
  }

  .concept .right-side {
    width: 46%;
    max-width: 460px;
  }

  .concept .img {
    margin: 40px auto 0;
    display: block;
  }

  .concept img {
    width: 100%;
    height: auto;
  }

  /*コンテンツ-2 > 4つの特徴*/
  .point {
    width: auto;
    max-width: 820px;
    margin: 40px auto 0;
    padding: 0 8.5%;
    overflow: hidden;
  }

  .point .left-side {
    width: 49%;
    margin: 0 2% 0 0;
  }

  .point .right-side {
    width: 49%;
  }

  .point dl {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 36px;
    overflow: hidden;
  }

  .point dt {
    width: 36%;
    max-width: 144px;
  }

  .point dt img {
    width: 100%;
    height: auto;
  }

  .point .left dt,
  .point .right dt {
    float: left;
  }

  .point .left dd,
  .point .right dd {
    float: right;
  }

  /*コンテンツ-3 > 撮影メニュー*/
  .menu {
    width: auto;
    max-width: 1000px;
    padding: 0 20px;
    overflow: hidden;
  }

  .menu .text {
    margin: 40px auto;
    line-height: 1;
  }

  .menu ul {
    margin: 32px auto 0;
    overflow: hidden;
  }

  .menu ul li {
    width: 22.6%;
    max-width: 226px;
    margin: 0 3.2% 0 0;
    float: left;
  }

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

  .menu ul li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    /* IE 6,7*/
    -ms-filter: "alpha(opacity=80)";
    /* IE 8,9 */
    -moz-opacity: 0.8;
    /* FF , Netscape */
    -khtml-opacity: 0.8;
    /* Safari 1.x */
    zoom: 1;
    /*IE*/
  }

  .menu .m-btn {
    margin: 48px auto 0;
  }

  /*コンテンツ-4 > ギャラリー*/
  .gallery {
    width: auto;
    max-width: 1000px;
    margin: 80px auto 0;
    padding: 20px 20px 80px;
    background: url(../images/index_bg_03_pc.png) no-repeat top center;
    background-size: 1040px;
    overflow: hidden;
  }

  .gallery .left-side {
    width: 48%;
    max-width: 480px;
  }

  .gallery .text {
    margin: 0 auto;
  }

  .gallery .right-side {
    width: 44.8%;
    max-width: 448px;
  }

  /*コンテンツ-5 > 衣装*/
  .costume {
    margin: 0 auto 24px;
    padding: 0;
    background: none;
    position: relative;
  }

  .costume_box {
    background: url(../images/index_bg_05_pc.png) no-repeat center bottom;
    background-size: cover;
    overflow: hidden;
  }

  .costume_inner {
    width: auto;
    max-width: 1000px;
    min-height: 456px;
    padding: 0 20px;
    background: url(../images/index_bg_04_pc.png) no-repeat top center;
    background-size: 1040px;
    overflow: hidden;
    position: relative;
  }

  .costume .right-side {
    float: none;
  }

  .costume ul {
    margin: 40px auto 0;
    overflow: hidden;
  }

  .costume ul li {
    margin: 0 20px 0 0;
  }

  .costume .c-sp {
    display: none;
  }

  .costume .c-pc {
    display: block;
  }

  .costume .m-btn {
    margin: 0 auto;
    position: absolute;
    top: 432px;
    left: 0;
    right: 0;
    display: inline-block;
  }

  /*リンクボタン*/
  .link {
    width: auto;
    max-width: 780px;
    padding: 0 20px;
  }

  .link ul li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    /* IE 6,7*/
    -ms-filter: "alpha(opacity=80)";
    /* IE 8,9 */
    -moz-opacity: 0.8;
    /* FF , Netscape */
    -khtml-opacity: 0.8;
    /* Safari 1.x */
    zoom: 1;
    /*IE*/
  }
}

/*=========================================== 
PC向けのレイアウトの指定：1040px〜
===========================================*/
@media only screen and (min-width: 1041px) {
  .gallery .left-side {
    padding: 0 0 0 40px;
  }

  .gallery .m-btn {
    margin: 96px auto 0;
  }

  .gallery .g-sp {
    display: none;
  }

  .gallery .g-pc {
    display: block;
  }

  .costume .right-side {
    float: right;
  }

  .costume .text {
    text-align: left;
  }

  .costume .img {
    display: block;
    position: absolute;
    top: 0;
    left: 72px;
  }

  .link {
    padding: 0 130px;
  }
}